papers/paneaWholeGenomeLandscape2019.md
... ...
@@ -72,7 +72,7 @@ All other BL studies, BL Tier 2, 111
72 72
|[PCDHA11](../PCDHA11)|2 |★ ☆ ☆ ☆ ☆|
73 73
|[PDZRN3](../PDZRN3)|2 |★ ☆ ☆ ☆ ☆|
74 74
|[PIK3R1](../PIK3R1)|2 |★ ☆ ☆ ☆ ☆|
75
-|[PLCG2](../PLCG2)|2 |☆ ☆ ☆ ☆ ☆|
75
+|[PLCG2](../PLCG2)|2 |★ ★ ★ ☆ ☆|
76 76
|[PXDNL](../PXDNL)|2 |☆ ☆ ☆ ☆ ☆|
77 77
|[RAC2](../RAC2)|2 |☆ ☆ ☆ ☆ ☆|
78 78
|[RNF144B](../RNF144B)|2 |☆ ☆ ☆ ☆ ☆|
papers/paneaWholeGenomeLandscape2019.pdf
papers/paneaWholeGenomeLandscape2019_tmp.html
... ...
@@ -1,648 +0,0 @@
1
-<!DOCTYPE html>
2
-<html>
3
-<head>
4
-<title>paneaWholeGenomeLandscape2019.md</title>
5
-<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
6
-
7
-<style>
8
-/* https://github.com/microsoft/vscode/blob/master/extensions/markdown-language-features/media/markdown.css */
9
-/*---------------------------------------------------------------------------------------------
10
- * Copyright (c) Microsoft Corporation. All rights reserved.
11
- * Licensed under the MIT License. See License.txt in the project root for license information.
12
- *--------------------------------------------------------------------------------------------*/
13
-
14
-body {
15
- font-family: var(--vscode-markdown-font-family, -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "Ubuntu", "Droid Sans", sans-serif);
16
- font-size: var(--vscode-markdown-font-size, 14px);
17
- padding: 0 26px;
18
- line-height: var(--vscode-markdown-line-height, 22px);
19
- word-wrap: break-word;
20
-}
21
-
22
-#code-csp-warning {
23
- position: fixed;
24
- top: 0;
25
- right: 0;
26
- color: white;
27
- margin: 16px;
28
- text-align: center;
29
- font-size: 12px;
30
- font-family: sans-serif;
31
- background-color:#444444;
32
- cursor: pointer;
33
- padding: 6px;
34
- box-shadow: 1px 1px 1px rgba(0,0,0,.25);
35
-}
36
-
37
-#code-csp-warning:hover {
38
- text-decoration: none;
39
- background-color:#007acc;
40
- box-shadow: 2px 2px 2px rgba(0,0,0,.25);
41
-}
42
-
43
-body.scrollBeyondLastLine {
44
- margin-bottom: calc(100vh - 22px);
45
-}
46
-
47
-body.showEditorSelection .code-line {
48
- position: relative;
49
-}
50
-
51
-body.showEditorSelection .code-active-line:before,
52
-body.showEditorSelection .code-line:hover:before {
53
- content: "";
54
- display: block;
55
- position: absolute;
56
- top: 0;
57
- left: -12px;
58
- height: 100%;
59
-}
60
-
61
-body.showEditorSelection li.code-active-line:before,
62
-body.showEditorSelection li.code-line:hover:before {
63
- left: -30px;
64
-}
65
-
66
-.vscode-light.showEditorSelection .code-active-line:before {
67
- border-left: 3px solid rgba(0, 0, 0, 0.15);
68
-}
69
-
70
-.vscode-light.showEditorSelection .code-line:hover:before {
71
- border-left: 3px solid rgba(0, 0, 0, 0.40);
72
-}
73
-
74
-.vscode-light.showEditorSelection .code-line .code-line:hover:before {
75
- border-left: none;
76
-}
77
-
78
-.vscode-dark.showEditorSelection .code-active-line:before {
79
- border-left: 3px solid rgba(255, 255, 255, 0.4);
80
-}
81
-
82
-.vscode-dark.showEditorSelection .code-line:hover:before {
83
- border-left: 3px solid rgba(255, 255, 255, 0.60);
84
-}
85
-
86
-.vscode-dark.showEditorSelection .code-line .code-line:hover:before {
87
- border-left: none;
88
-}
89
-
90
-.vscode-high-contrast.showEditorSelection .code-active-line:before {
91
- border-left: 3px solid rgba(255, 160, 0, 0.7);
92
-}
93
-
94
-.vscode-high-contrast.showEditorSelection .code-line:hover:before {
95
- border-left: 3px solid rgba(255, 160, 0, 1);
96
-}
97
-
98
-.vscode-high-contrast.showEditorSelection .code-line .code-line:hover:before {
99
- border-left: none;
100
-}
101
-
102
-img {
103
- max-width: 100%;
104
- max-height: 100%;
105
-}
106
-
107
-a {
108
- text-decoration: none;
109
-}
110
-
111
-a:hover {
112
- text-decoration: underline;
113
-}
114
-
115
-a:focus,
116
-input:focus,
117
-select:focus,
118
-textarea:focus {
119
- outline: 1px solid -webkit-focus-ring-color;
120
- outline-offset: -1px;
121
-}
122
-
123
-hr {
124
- border: 0;
125
- height: 2px;
126
- border-bottom: 2px solid;
127
-}
128
-
129
-h1 {
130
- padding-bottom: 0.3em;
131
- line-height: 1.2;
132
- border-bottom-width: 1px;
133
- border-bottom-style: solid;
134
-}
135
-
136
-h1, h2, h3 {
137
- font-weight: normal;
138
-}
139
-
140
-table {
141
- border-collapse: collapse;
142
-}
143
-
144
-table > thead > tr > th {
145
- text-align: left;
146
- border-bottom: 1px solid;
147
-}
148
-
149
-table > thead > tr > th,
150
-table > thead > tr > td,
151
-table > tbody > tr > th,
152
-table > tbody > tr > td {
153
- padding: 5px 10px;
154
-}
155
-
156
-table > tbody > tr + tr > td {
157
- border-top: 1px solid;
158
-}
159
-
160
-blockquote {
161
- margin: 0 7px 0 5px;
162
- padding: 0 16px 0 10px;
163
- border-left-width: 5px;
164
- border-left-style: solid;
165
-}
166
-
167
-code {
168
- font-family: Menlo, Monaco, Consolas, "Droid Sans Mono", "Courier New", monospace, "Droid Sans Fallback";
169
- font-size: 1em;
170
- line-height: 1.357em;
171
-}
172
-
173
-body.wordWrap pre {
174
- white-space: pre-wrap;
175
-}
176
-
177
-pre:not(.hljs),
178
-pre.hljs code > div {
179
- padding: 16px;
180
- border-radius: 3px;
181
- overflow: auto;
182
-}
183
-
184
-pre code {
185
- color: var(--vscode-editor-foreground);
186
- tab-size: 4;
187
-}
188
-
189
-/** Theming */
190
-
191
-.vscode-light pre {
192
- background-color: rgba(220, 220, 220, 0.4);
193
-}
194
-
195
-.vscode-dark pre {
196
- background-color: rgba(10, 10, 10, 0.4);
197
-}
198
-
199
-.vscode-high-contrast pre {
200
- background-color: rgb(0, 0, 0);
201
-}
202
-
203
-.vscode-high-contrast h1 {
204
- border-color: rgb(0, 0, 0);
205
-}
206
-
207
-.vscode-light table > thead > tr > th {
208
- border-color: rgba(0, 0, 0, 0.69);
209
-}
210
-
211
-.vscode-dark table > thead > tr > th {
212
- border-color: rgba(255, 255, 255, 0.69);
213
-}
214
-
215
-.vscode-light h1,
216
-.vscode-light hr,
217
-.vscode-light table > tbody > tr + tr > td {
218
- border-color: rgba(0, 0, 0, 0.18);
219
-}
220
-
221
-.vscode-dark h1,
222
-.vscode-dark hr,
223
-.vscode-dark table > tbody > tr + tr > td {
224
- border-color: rgba(255, 255, 255, 0.18);
225
-}
226
-
227
-</style>
228
-
229
-<style>
230
-/* Tomorrow Theme */
231
-/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
232
-/* Original theme - https://github.com/chriskempson/tomorrow-theme */
233
-
234
-/* Tomorrow Comment */
235
-.hljs-comment,
236
-.hljs-quote {
237
- color: #8e908c;
238
-}
239
-
240
-/* Tomorrow Red */
241
-.hljs-variable,
242
-.hljs-template-variable,
243
-.hljs-tag,
244
-.hljs-name,
245
-.hljs-selector-id,
246
-.hljs-selector-class,
247
-.hljs-regexp,
248
-.hljs-deletion {
249
- color: #c82829;
250
-}
251
-
252
-/* Tomorrow Orange */
253
-.hljs-number,
254
-.hljs-built_in,
255
-.hljs-builtin-name,
256
-.hljs-literal,
257
-.hljs-type,
258
-.hljs-params,
259
-.hljs-meta,
260
-.hljs-link {
261
- color: #f5871f;
262
-}
263
-
264
-/* Tomorrow Yellow */
265
-.hljs-attribute {
266
- color: #eab700;
267
-}
268
-
269
-/* Tomorrow Green */
270
-.hljs-string,
271
-.hljs-symbol,
272
-.hljs-bullet,
273
-.hljs-addition {
274
- color: #718c00;
275
-}
276
-
277
-/* Tomorrow Blue */
278
-.hljs-title,
279
-.hljs-section {
280
- color: #4271ae;
281
-}
282
-
283
-/* Tomorrow Purple */
284
-.hljs-keyword,
285
-.hljs-selector-tag {
286
- color: #8959a8;
287
-}
288
-
289
-.hljs {
290
- display: block;
291
- overflow-x: auto;
292
- color: #4d4d4c;
293
- padding: 0.5em;
294
-}
295
-
296
-.hljs-emphasis {
297
- font-style: italic;
298
-}
299
-
300
-.hljs-strong {
301
- font-weight: bold;
302
-}
303
-</style>
304
-
305
-<style>
306
-/*
307
- * Markdown PDF CSS
308
- */
309
-
310
- body {
311
- font-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "Ubuntu", "Droid Sans", sans-serif, "Meiryo";
312
- padding: 0 12px;
313
-}
314
-
315
-pre {
316
- background-color: #f8f8f8;
317
- border: 1px solid #cccccc;
318
- border-radius: 3px;
319
- overflow-x: auto;
320
- white-space: pre-wrap;
321
- overflow-wrap: break-word;
322
-}
323
-
324
-pre:not(.hljs) {
325
- padding: 23px;
326
- line-height: 19px;
327
-}
328
-
329
-blockquote {
330
- background: rgba(127, 127, 127, 0.1);
331
- border-color: rgba(0, 122, 204, 0.5);
332
-}
333
-
334
-.emoji {
335
- height: 1.4em;
336
-}
337
-
338
-code {
339
- font-size: 14px;
340
- line-height: 19px;
341
-}
342
-
343
-/* for inline code */
344
-:not(pre):not(.hljs) > code {
345
- color: #C9AE75; /* Change the old color so it seems less like an error */
346
- font-size: inherit;
347
-}
348
-
349
-/* Page Break : use <div class="page"/> to insert page break
350
--------------------------------------------------------- */
351
-.page {
352
- page-break-after: always;
353
-}
354
-
355
-</style>
356
-
357
-<script src="https://unpkg.com/mermaid/dist/mermaid.min.js"></script>
358
-</head>
359
-<body>
360
- <script>
361
- mermaid.initialize({
362
- startOnLoad: true,
363
- theme: document.body.classList.contains('vscode-dark') || document.body.classList.contains('vscode-high-contrast')
364
- ? 'dark'
365
- : 'default'
366
- });
367
- </script>
368
-<h1 id="paneawholegenomelandscape2019">@paneaWholeGenomeLandscape2019</h1>
369
-<h2 id="summary-of-novel-genes">Summary of novel genes</h2>
370
-<table>
371
-<thead>
372
-<tr>
373
-<th style="text-align:center">Entity</th>
374
-<th style="text-align:center">Tier 1 genes</th>
375
-<th style="text-align:center">Tier 2 genes</th>
376
-</tr>
377
-</thead>
378
-<tbody>
379
-<tr>
380
-<td style="text-align:center">BL</td>
381
-<td style="text-align:center">4</td>
382
-<td style="text-align:center">41</td>
383
-</tr>
384
-</tbody>
385
-</table>
386
-<pre><code class="language-mermaid"><div class="mermaid">---
387
-config:
388
- sankey:
389
- showValues: true
390
- linkColor: target
391
- width: 600
392
- height: 300
393
- nodeAlignment: right
394
- prefix: '('
395
- suffix: ' genes)'
396
----
397
-sankey-beta
398
-This study, New Tier 1, 4
399
-New Tier 1, BL Tier 1, 4
400
-This study, New Tier 2, 41
401
-New Tier 2, BL Tier 2, 41
402
-All other BL studies, BL Tier 1, 25
403
-All other BL studies, BL Tier 2, 111
404
-</div></code></pre>
405
-<h2 id="novel-genes-reported-in-this-study">Novel genes reported in this study</h2>
406
-<h3 id="tier-1">Tier 1</h3>
407
-<table>
408
-<thead>
409
-<tr>
410
-<th style="text-align:left">New gene</th>
411
-<th style="text-align:center">BL tier</th>
412
-</tr>
413
-</thead>
414
-<tbody>
415
-<tr>
416
-<td style="text-align:left"><a href="../BMP7">BMP7</a></td>
417
-<td style="text-align:center">1</td>
418
-</tr>
419
-<tr>
420
-<td style="text-align:left"><a href="../EIF4A1">EIF4A1</a></td>
421
-<td style="text-align:center">1</td>
422
-</tr>
423
-<tr>
424
-<td style="text-align:left"><a href="../EPPK1">EPPK1</a></td>
425
-<td style="text-align:center">1</td>
426
-</tr>
427
-<tr>
428
-<td style="text-align:left"><a href="../HNRNPU">HNRNPU</a></td>
429
-<td style="text-align:center">1</td>
430
-</tr>
431
-</tbody>
432
-</table>
433
-<h3 id="tier-2">Tier 2</h3>
434
-<table>
435
-<thead>
436
-<tr>
437
-<th style="text-align:left">New gene</th>
438
-<th style="text-align:center">BL tier</th>
439
-<th style="text-align:center">Rating of reviewed variants</th>
440
-</tr>
441
-</thead>
442
-<tbody>
443
-<tr>
444
-<td style="text-align:left"><a href="../ALPK2">ALPK2</a></td>
445
-<td style="text-align:center">2</td>
446
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
447
-</tr>
448
-<tr>
449
-<td style="text-align:left"><a href="../CD79B">CD79B</a></td>
450
-<td style="text-align:center">2</td>
451
-<td style="text-align:center">★ ★ ☆ ☆ ☆</td>
452
-</tr>
453
-<tr>
454
-<td style="text-align:left"><a href="../CD83">CD83</a></td>
455
-<td style="text-align:center">2</td>
456
-<td style="text-align:center">★ ★ ★ ☆ ☆</td>
457
-</tr>
458
-<tr>
459
-<td style="text-align:left"><a href="../CTCF">CTCF</a></td>
460
-<td style="text-align:center">2</td>
461
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
462
-</tr>
463
-<tr>
464
-<td style="text-align:left"><a href="../CXCR4">CXCR4</a></td>
465
-<td style="text-align:center">2</td>
466
-<td style="text-align:center">★ ★ ★ ★ ☆</td>
467
-</tr>
468
-<tr>
469
-<td style="text-align:left"><a href="../DNMT1">DNMT1</a></td>
470
-<td style="text-align:center">2</td>
471
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
472
-</tr>
473
-<tr>
474
-<td style="text-align:left"><a href="../DTX1">DTX1</a></td>
475
-<td style="text-align:center">2</td>
476
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
477
-</tr>
478
-<tr>
479
-<td style="text-align:left"><a href="../ETS1">ETS1</a></td>
480
-<td style="text-align:center">2</td>
481
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
482
-</tr>
483
-<tr>
484
-<td style="text-align:left"><a href="../FZD3">FZD3</a></td>
485
-<td style="text-align:center">2</td>
486
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
487
-</tr>
488
-<tr>
489
-<td style="text-align:left"><a href="../HIST1H1C">HIST1H1C</a></td>
490
-<td style="text-align:center">2</td>
491
-<td style="text-align:center">★ ★ ☆ ☆ ☆</td>
492
-</tr>
493
-<tr>
494
-<td style="text-align:left"><a href="../HIST1H2AG">HIST1H2AG</a></td>
495
-<td style="text-align:center">2</td>
496
-<td style="text-align:center">★ ★ ☆ ☆ ☆</td>
497
-</tr>
498
-<tr>
499
-<td style="text-align:left"><a href="../HIST1H2AM">HIST1H2AM</a></td>
500
-<td style="text-align:center">2</td>
501
-<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td>
502
-</tr>
503
-<tr>
504
-<td style="text-align:left"><a href="../HIST1H2BK">HIST1H2BK</a></td>
505
-<td style="text-align:center">2</td>
506
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
507
-</tr>
508
-<tr>
509
-<td style="text-align:left"><a href="../HIST1H3D">HIST1H3D</a></td>
510
-<td style="text-align:center">2</td>
511
-<td style="text-align:center">★ ★ ★ ☆ ☆</td>
512
-</tr>
513
-<tr>
514
-<td style="text-align:left"><a href="../HIST1H3H">HIST1H3H</a></td>
515
-<td style="text-align:center">2</td>
516
-<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td>
517
-</tr>
518
-<tr>
519
-<td style="text-align:left"><a href="../HIST1H3I">HIST1H3I</a></td>
520
-<td style="text-align:center">2</td>
521
-<td style="text-align:center">★ ★ ★ ★ ☆</td>
522
-</tr>
523
-<tr>
524
-<td style="text-align:left"><a href="../HIST1H3J">HIST1H3J</a></td>
525
-<td style="text-align:center">2</td>
526
-<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td>
527
-</tr>
528
-<tr>
529
-<td style="text-align:left"><a href="../HIST1H4J">HIST1H4J</a></td>
530
-<td style="text-align:center">2</td>
531
-<td style="text-align:center">★ ★ ☆ ☆ ☆</td>
532
-</tr>
533
-<tr>
534
-<td style="text-align:left"><a href="../IGLL5">IGLL5</a></td>
535
-<td style="text-align:center">2</td>
536
-<td style="text-align:center">★ ★ ★ ★ ☆</td>
537
-</tr>
538
-<tr>
539
-<td style="text-align:left"><a href="../IKZF3">IKZF3</a></td>
540
-<td style="text-align:center">2</td>
541
-<td style="text-align:center">★ ★ ★ ☆ ☆</td>
542
-</tr>
543
-<tr>
544
-<td style="text-align:left"><a href="../IRF8">IRF8</a></td>
545
-<td style="text-align:center">2</td>
546
-<td style="text-align:center">★ ★ ★ ★ ☆</td>
547
-</tr>
548
-<tr>
549
-<td style="text-align:left"><a href="../KCNK10">KCNK10</a></td>
550
-<td style="text-align:center">2</td>
551
-<td style="text-align:center">★ ★ ☆ ☆ ☆</td>
552
-</tr>
553
-<tr>
554
-<td style="text-align:left"><a href="../MCL1">MCL1</a></td>
555
-<td style="text-align:center">2</td>
556
-<td style="text-align:center">★ ★ ★ ★ ☆</td>
557
-</tr>
558
-<tr>
559
-<td style="text-align:left"><a href="../MME">MME</a></td>
560
-<td style="text-align:center">2</td>
561
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
562
-</tr>
563
-<tr>
564
-<td style="text-align:left"><a href="../MTOR">MTOR</a></td>
565
-<td style="text-align:center">2</td>
566
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
567
-</tr>
568
-<tr>
569
-<td style="text-align:left"><a href="../PABPC4L">PABPC4L</a></td>
570
-<td style="text-align:center">2</td>
571
-<td style="text-align:center">★ ★ ☆ ☆ ☆</td>
572
-</tr>
573
-<tr>
574
-<td style="text-align:left"><a href="../PCDHA11">PCDHA11</a></td>
575
-<td style="text-align:center">2</td>
576
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
577
-</tr>
578
-<tr>
579
-<td style="text-align:left"><a href="../PDZRN3">PDZRN3</a></td>
580
-<td style="text-align:center">2</td>
581
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
582
-</tr>
583
-<tr>
584
-<td style="text-align:left"><a href="../PIK3R1">PIK3R1</a></td>
585
-<td style="text-align:center">2</td>
586
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
587
-</tr>
588
-<tr>
589
-<td style="text-align:left"><a href="../PLCG2">PLCG2</a></td>
590
-<td style="text-align:center">2</td>
591
-<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td>
592
-</tr>
593
-<tr>
594
-<td style="text-align:left"><a href="../PXDNL">PXDNL</a></td>
595
-<td style="text-align:center">2</td>
596
-<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td>
597
-</tr>
598
-<tr>
599
-<td style="text-align:left"><a href="../RAC2">RAC2</a></td>
600
-<td style="text-align:center">2</td>
601
-<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td>
602
-</tr>
603
-<tr>
604
-<td style="text-align:left"><a href="../RNF144B">RNF144B</a></td>
605
-<td style="text-align:center">2</td>
606
-<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td>
607
-</tr>
608
-<tr>
609
-<td style="text-align:left"><a href="../SNTB2">SNTB2</a></td>
610
-<td style="text-align:center">2</td>
611
-<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td>
612
-</tr>
613
-<tr>
614
-<td style="text-align:left"><a href="../SP3">SP3</a></td>
615
-<td style="text-align:center">2</td>
616
-<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td>
617
-</tr>
618
-<tr>
619
-<td style="text-align:left"><a href="../SYNCRIP">SYNCRIP</a></td>
620
-<td style="text-align:center">2</td>
621
-<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td>
622
-</tr>
623
-<tr>
624
-<td style="text-align:left"><a href="../TET2">TET2</a></td>
625
-<td style="text-align:center">2</td>
626
-<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td>
627
-</tr>
628
-<tr>
629
-<td style="text-align:left"><a href="../WDR7">WDR7</a></td>
630
-<td style="text-align:center">2</td>
631
-<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td>
632
-</tr>
633
-<tr>
634
-<td style="text-align:left"><a href="../WNK2">WNK2</a></td>
635
-<td style="text-align:center">2</td>
636
-<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td>
637
-</tr>
638
-<tr>
639
-<td style="text-align:left"><a href="../ZFP36L1">ZFP36L1</a></td>
640
-<td style="text-align:center">2</td>
641
-<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td>
642
-</tr>
643
-</tbody>
644
-</table>
645
-<h1 id="details">Details</h1>
646
-
647
-</body>
648
-</html>
primary/Panea_PLCG2_1.svg
... ...
@@ -0,0 +1 @@
1
+<svg xmlns="http://www.w3.org/2000/svg" width="1852.75390625" height="580.99609375" overflow="visible" viewBox="0 0 1852.75390625 580.99609375"><defs><clipPath id="ideogram_referenceFrame_0_guid_8vok_clip_rect"><rect x="0" y="0" width="1747.998046875" height="15.99609375"/></clipPath><clipPath id="uoMGlKpAEWVL"><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 7.998046875 0.5 L 1740 0.5 Q 1747.498046875 0.5 1747.498046875 7.998046875 L 1747.498046875 7.998046875 Q 1747.498046875 15.49609375 1740 15.49609375 L 7.998046875 15.49609375 Q 0.5 15.49609375 0.5 7.998046875 L 0.5 7.998046875 Q 0.5 0.5 7.998046875 0.5 Z" stroke-miterlimit="10" stroke-dasharray=""/></clipPath><clipPath id="ruler_referenceFrame_0_guid_igdh_clip_rect"><rect x="0" y="0" width="1747.998046875" height="40"/></clipPath><clipPath id="sequence_referenceFrame_0_guid_ysgo_clip_rect"><rect x="0" y="0" width="1747.998046875" height="25"/></clipPath><clipPath id="4944E00438331HK27GCCXY7_axis_guid_wo3u_clip_rect"><rect x="0" y="0" width="50" height="300"/></clipPath><clipPath id="4944E00438331HK27GCCXY7_referenceFrame_0_guid_cdx7_clip_rect"><rect x="0" y="0" width="1747.998046875" height="300"/></clipPath><clipPath id="4944E00438331HK27GCCXY7_track_label_guid_m9sg_clip_rect"><rect x="0" y="0" width="204.384765625" height="14.248046875"/></clipPath><clipPath id="4944HISEQKERMIT311C9FH8ANXX5_axis_guid_dveg_clip_rect"><rect x="0" y="0" width="50" height="100"/></clipPath><clipPath id="4944HISEQKERMIT311C9FH8ANXX5_referenceFrame_0_guid_1ah7_clip_rect"><rect x="0" y="0" width="1747.998046875" height="100"/></clipPath><clipPath id="4944HISEQKERMIT311C9FH8ANXX5_track_label_guid_zoxq_clip_rect"><rect x="0" y="0" width="249.599609375" height="14.248046875"/></clipPath><clipPath id="RefseqGenes_referenceFrame_0_guid_ao6h_clip_rect"><rect x="0" y="0" width="1747.998046875" height="70"/></clipPath><clipPath id="RefseqGenes_track_label_guid_9t5w_clip_rect"><rect x="0" y="0" width="92.34375" height="14.248046875"/></clipPath></defs><rect id="svg_output_backdrop" width="100%" height="100%" fill="white"/><g id="root-group"><g transform="translate(50,5)" clip-path="url(#uoMGlKpAEWVL)"><g><rect fill="rgb(255,255,255)" stroke="none" x="0" y="0" width="1747.998046875" height="15.99609375"/></g><path fill="none" stroke="none"/><g><rect fill="rgb(115,115,115)" stroke="none" x="151" y="1" width="50.3085917931638" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="201" y="1" width="40.63386260217075" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="242" y="1" width="42.56880844036934" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="284" y="1" width="38.69891676397219" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="323" y="1" width="87.07256271893732" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="410" y="1" width="58.04837514595823" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="468" y="1" width="83.20267104254015" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="551" y="1" width="131.57631699750527" height="13.99609375"/><path fill="rgb(150, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M 683.0358808841085 15.99609375 L 683.0358808841085 0 L 712.0600684570876 7.998046875 Z"/><path fill="rgb(150, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M 743.0192018682653 15.99609375 L 743.0192018682653 0 L 712.0600684570876 7.998046875 Z"/><rect fill="rgb(230,230,230)" stroke="none" x="743" y="1" width="166.40534208508018" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="909" y="1" width="108.35696693912212" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="1018" y="1" width="65.78815849875264" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1084" y="1" width="25.15429589658197" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="1109" y="1" width="179.9499629524705" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1289" y="1" width="81.26772520434133" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="1370" y="1" width="38.69891676397219" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1409" y="1" width="25.15429589658197" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="1434" y="1" width="98.68223774812895" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1532" y="1" width="46.43870011676654" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="1579" y="1" width="48.37364595496524" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1627" y="1" width="56.11342930775959" height="13.99609375"/><rect fill="rgb(172,172,172)" stroke="none" x="1683" y="1" width="32.89407924937632" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1716" y="1" width="31.70108839283489" height="13.99609375"/><path fill="none" stroke="rgb(41,41,41)" paint-order="fill stroke markers" d=" M 7.998046875 0.5 L 1740 0.5 Q 1747.498046875 0.5 1747.498046875 7.998046875 L 1747.498046875 7.998046875 Q 1747.498046875 15.49609375 1740 15.49609375 L 7.998046875 15.49609375 Q 0.5 15.49609375 0.5 7.998046875 L 0.5 7.998046875 Q 0.5 0.5 7.998046875 0.5 Z" stroke-miterlimit="10" stroke-dasharray=""/><g><rect fill="none" stroke="red" x="1584.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_igdh_clip_rect)"><rect fill="#FFFFFF" stroke="none" x="0" y="0" width="1747.998046875" height="40"/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="32" y="32" text-anchor="start" dominant-baseline="alphabetic">81,897,725 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 64.5 34.5 L 64.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 170.5 34.5 L 170.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="245" y="32" text-anchor="start" dominant-baseline="alphabetic">81,897,730 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 277.5 34.5 L 277.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 383.5 34.5 L 383.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="458" y="32" text-anchor="start" dominant-baseline="alphabetic">81,897,735 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 490.5 34.5 L 490.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 596.5 34.5 L 596.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="671" y="32" text-anchor="start" dominant-baseline="alphabetic">81,897,740 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 703.5 34.5 L 703.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 810.5 34.5 L 810.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="885" y="32" text-anchor="start" dominant-baseline="alphabetic">81,897,745 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 917.5 34.5 L 917.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1023.5 34.5 L 1023.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1098" y="32" text-anchor="start" dominant-baseline="alphabetic">81,897,750 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1130.5 34.5 L 1130.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1236.5 34.5 L 1236.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1311" y="32" text-anchor="start" dominant-baseline="alphabetic">81,897,755 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1343.5 34.5 L 1343.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1449.5 34.5 L 1449.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1524" y="32" text-anchor="start" dominant-baseline="alphabetic">81,897,760 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1556.5 34.5 L 1556.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1662.5 34.5 L 1662.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1737" y="32" text-anchor="start" dominant-baseline="alphabetic">81,897,765 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1769.5 34.5 L 1769.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1875.5 34.5 L 1875.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 0.5 38.5 L 1747.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(50,70.99609375)" clip-path="url(#sequence_referenceFrame_0_guid_ysgo_clip_rect)"><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="18.262873951981707" 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="60.062059355945124" 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="102.69620569740853" 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="146.16531297637195" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="188.51869759908536" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="230.59864472179876" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="273.7869902820122" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="315.8669374047256" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="359.055282964939" 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="401.9701910251524" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="444.3235756478658" 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="486.40352277057923" 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="529.0376691120426" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="571.6718154535062" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="615.1409227324696" 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="657.775069073933" 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="700.4092154153964" 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="742.4867211318598" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="785.3967463795732" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="827.7550138147866" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="870.94580078125" 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="913.2991854039634" 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="956.2140934641768" 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="998.0132788681402" 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="1041.4823861471036" 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="1084.116532488567" 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="1125.9157178925304" 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="1168.5498642339937" 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="1211.4623308879573" 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="1254.0964772294205" 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="1297.006502477134" 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="1339.0864495998474" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1381.7205959413109" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1425.1897032202742" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1467.8238495617377" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1509.6230349657012" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1552.2571813071645" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1595.726288586128" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1637.8037943025913" 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="1680.9945812690548" 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="1723.6287276105181" 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="1765.4279130144816" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g></g><g transform="translate(0,100.99609375)" clip-path="url(#4944E00438331HK27GCCXY7_axis_guid_wo3u_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">60</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(#4944E00438331HK27GCCXY7_referenceFrame_0_guid_cdx7_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1747.998046875" height="300"/></g><rect fill="rgb(150, 150, 150)" stroke="none" x="0" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="42" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="85" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="127" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="170" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="213" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="255" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="298" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="341" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="383" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="426" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="468" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="511" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="554" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="596" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="639" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="682" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="724" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="767" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="810" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="852" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="895" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="937" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="980" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1023" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1065" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1108" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1151" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1193" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1236" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1279" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1321" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1364" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1406" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1449" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1492" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1534" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1577" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1620" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1662" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1705" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1748" y="4" width="43" height="46"/><rect fill="rgb(255,0,0)" stroke="none" x="1406" y="2" width="43" height="48.333333333333336"/><rect fill="rgb( 0, 200, 0)" stroke="none" x="1406" y="50" width="43" height="0"/><rect fill="rgb( 0,0,200)" stroke="none" x="1406" y="26" width="43" height="24.166666666666668"/><rect fill="rgb(255,0,0)" stroke="none" x="1406" y="2" width="43" height="24.166666666666668"/><rect fill="rgb(209,113, 5)" stroke="none" x="1406" y="2" width="43" height="0"/><g transform="translate(0,55)"><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -5287 0 L 682 0 L 684 2 L 682 3 L -5287 3 L -5287 0 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 6395 0 L 810 0 L 809 2 L 810 3 L 6395 3 L 6395 0 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="0" width="42.63414634146341" height="3"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="1407" y="0" width="42.63414634146341" height="3"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1492" y="0" width="42.63414634146341" height="3"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1620" y="0" width="42.63414634146341" height="3"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="1705" y="0" width="42.63414634146341" height="3"/></g><g><path fill="rgb(128, 34, 104)" stroke="none" paint-order="stroke fill markers" d=" M -5073 3 L 1364 3 L 1366 5 L 1364 6 L -5073 6 L -5073 3 Z"/></g><g><rect fill="rgb(209,113, 5)" stroke="none" x="426" y="3" width="42.63414634146341" height="3"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="3" width="42.63414634146341" height="3"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="1108" y="3" width="42.63414634146341" height="3"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1194" y="3" width="42.63414634146341" height="3"/></g><g><path fill="rgb(200, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M 8058 3 L 1620 3 L 1619 5 L 1620 6 L 8058 6 L 8058 3 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 554 6 L 6992 6 L 6994 8 L 6992 9 L 554 9 L 554 6 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="6" width="42.63414634146341" height="3"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="938" y="6" width="42.63414634146341" height="3"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="1407" y="6" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -5798 9 L 640 9 L 641 11 L 640 12 L -5798 12 L -5798 9 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 810 9 L 6395 9 L 6397 11 L 6395 12 L 810 12 L 810 9 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="9" width="42.63414634146341" height="3"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="1407" y="9" width="42.63414634146341" height="3"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1492" y="9" width="42.63414634146341" height="3"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1620" y="9" width="42.63414634146341" height="3"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="1705" y="9" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1108 12 L 981 12 L 982 14 L 981 15 L -1108 15 L -1108 12 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 6139 12 L 1194 12 L 1192 14 L 1194 15 L 6139 15 L 6139 12 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="1407" y="12" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1535 15 L 4903 15 L 4904 17 L 4903 18 L -1535 18 L -1535 15 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="1407" y="15" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1620 18 L 4818 18 L 4819 20 L 4818 21 L -1620 21 L -1620 18 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="1407" y="18" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -512 21 L 4008 21 L 4009 23 L 4008 24 L -512 24 L -512 21 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="810" y="21" width="42.63414634146341" height="3"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="1407" y="21" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1023 24 L 5415 24 L 5416 26 L 5415 27 L -1023 27 L -1023 24 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5628 27 L -810 27 L -812 29 L -810 30 L 5628 30 L 5628 27 Z"/></g><g><rect fill="rgb(0,200,0)" stroke="none" x="1620" y="27" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4008 30 L -512 30 L -513 32 L -512 33 L 4008 33 L 4008 30 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="810" y="30" width="42.63414634146341" height="3"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="1407" y="30" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -6182 33 L 256 33 L 257 35 L 256 36 L -6182 36 L -6182 33 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 6821 33 L 384 33 L 382 35 L 384 36 L 6821 36 L 6821 33 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 298 36 L -5542 36 L -5544 38 L -5542 39 L 298 39 L 298 36 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 554 36 L 5031 36 L 5032 38 L 5031 39 L 554 39 L 554 36 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="1407" y="36" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -512 39 L 5926 39 L 5928 41 L 5926 42 L -512 42 L -512 39 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="1407" y="39" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -512 42 L 3155 42 L 3156 44 L 3155 45 L -512 45 L -512 42 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="1407" y="42" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3155 45 L -512 45 L -513 47 L -512 48 L 3155 48 L 3155 45 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="1407" y="45" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -469 48 L 5159 48 L 5160 50 L 5159 51 L -469 51 L -469 48 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1961 51 L -4477 51 L -4478 53 L -4477 54 L 1961 54 L 1961 51 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="1407" y="51" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -4434 54 L 1194 54 L 1195 56 L 1194 57 L -4434 57 L -4434 54 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4306 54 L 1364 54 L 1363 56 L 1364 57 L 4306 57 L 4306 54 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="1705" y="54" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1194 57 L -4434 57 L -4435 59 L -4434 60 L 1194 60 L 1194 57 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 57 L 7845 57 L 7846 59 L 7845 60 L 1407 60 L 1407 57 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="1407" y="57" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2046 60 L -4391 60 L -4393 62 L -4391 63 L 2046 63 L 2046 60 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="1407" y="60" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 298 63 L 4946 63 L 4947 65 L 4946 66 L 298 66 L 298 63 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4946 66 L 298 66 L 297 68 L 298 69 L 4946 69 L 4946 66 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2089 69 L -4349 69 L -4350 71 L -4349 72 L 2089 72 L 2089 69 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1620 72 L 4818 72 L 4819 74 L 4818 75 L -1620 75 L -1620 72 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="1407" y="72" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5159 75 L -469 75 L -470 77 L -469 78 L 5159 78 L 5159 75 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2260 78 L -469 78 L -470 80 L -469 81 L 2260 81 L 2260 78 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="1407" y="78" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5031 81 L 554 81 L 553 83 L 554 84 L 5031 84 L 5031 81 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="1407" y="81" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 597 84 L 2217 84 L 2218 86 L 2217 87 L 597 87 L 597 84 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3539 87 L 1194 87 L 1195 89 L 1194 90 L -3539 90 L -3539 87 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 87 L 5585 87 L 5587 89 L 5585 90 L 1407 90 L 1407 87 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1194 90 L -3539 90 L -3540 92 L -3539 93 L 1194 93 L 1194 90 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5585 90 L 1407 90 L 1405 92 L 1407 93 L 5585 93 L 5585 90 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2217 93 L 597 93 L 595 95 L 597 96 L 2217 96 L 2217 93 Z"/></g><g><path fill="rgb(80, 80, 255)" stroke="none" paint-order="stroke fill markers" d=" M 597 96 L -3325 96 L -3327 98 L -3325 99 L 597 99 L 597 96 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5372 96 L 810 96 L 809 98 L 810 99 L 5372 99 L 5372 96 Z"/></g><g><path fill="rgb(80, 80, 255)" stroke="none" paint-order="stroke fill markers" d=" M 597 99 L -3325 99 L -3327 101 L -3325 102 L 597 102 L 597 99 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 7290 99 L 853 99 L 851 101 L 853 102 L 7290 102 L 7290 99 Z"/></g><g><rect fill="rgb(0,200,0)" stroke="none" x="1194" y="99" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3283 102 L 3155 102 L 3156 104 L 3155 105 L -3283 105 L -3283 102 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="1407" y="102" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3112 105 L 1023 105 L 1025 107 L 1023 108 L -3112 108 L -3112 105 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2814 108 L 1705 108 L 1707 110 L 1705 111 L -2814 111 L -2814 108 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="1407" y="108" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1705 111 L -2814 111 L -2815 113 L -2814 114 L 1705 114 L 1705 111 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="1407" y="111" width="42.63414634146341" height="3"/></g><g><rect fill="rgb(97, 42, 121)" stroke="none" x="-213" y="114" width="3922.341463414634" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2601 117 L 1023 117 L 1025 119 L 1023 120 L -2601 120 L -2601 117 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2473 120 L 2643 120 L 2645 122 L 2643 123 L -2473 123 L -2473 120 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2643 123 L -2473 123 L -2474 125 L -2473 126 L 2643 126 L 2643 123 Z"/></g><g><path fill="rgb(90, 101, 94)" stroke="none" paint-order="stroke fill markers" d=" M -2473 126 L 2388 126 L 2389 128 L 2388 129 L -2473 129 L -2473 126 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="1407" y="126" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2430 129 L 2814 129 L 2815 131 L 2814 132 L -2430 132 L -2430 129 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="1407" y="129" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2814 132 L -2430 132 L -2432 134 L -2430 135 L 2814 135 L 2814 132 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="1407" y="132" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1961 135 L 3411 135 L 3412 137 L 3411 138 L -1961 138 L -1961 135 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3411 138 L -1961 138 L -1963 140 L -1961 141 L 3411 141 L 3411 138 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1535 141 L -1748 141 L -1749 143 L -1748 144 L 1535 144 L 1535 141 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="1407" y="141" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 981 144 L -1108 144 L -1110 146 L -1108 147 L 981 147 L 981 144 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1236 144 L 4263 144 L 4265 146 L 4263 147 L 1236 147 L 1236 144 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="1705" y="144" width="42.63414634146341" height="3"/></g><g><rect fill="rgb(131,123,141)" stroke="none" x="256" y="147" width="2089.0731707317073" height="3" fill-opacity="0.15"/></g><g><rect fill="none" stroke="rgb(131, 123, 141)" x="255.80487804878047" y="147" width="2089.0731707317073" height="3" stroke-miterlimit="10" stroke-dasharray=""/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 2344.5 148.5 L 2430.5 148.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="341" y="147" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -5542 150 L 298 150 L 300 152 L 298 153 L -5542 153 L -5542 150 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 512 150 L 5926 150 L 5928 152 L 5926 153 L 512 153 L 512 150 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -469 153 L 2260 153 L 2261 155 L 2260 156 L -469 156 L -469 153 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="1407" y="153" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1023 156 L -3112 156 L -3114 158 L -3112 159 L 1023 159 L 1023 156 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1023 159 L -2601 159 L -2602 161 L -2601 162 L 1023 162 L 1023 159 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1748 162 L 1535 162 L 1536 164 L 1535 165 L -1748 165 L -1748 162 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="1407" y="162" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 981 165 L -5457 165 L -5459 167 L -5457 168 L 981 168 L 981 165 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4263 165 L 1236 165 L 1235 167 L 1236 168 L 4263 168 L 4263 165 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="1705" y="165" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 810 168 L 5372 168 L 5373 170 L 5372 171 L 810 171 L 810 168 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -6139 171 L 298 171 L 300 173 L 298 174 L -6139 174 L -6139 171 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 469 171 L 2729 171 L 2730 173 L 2729 174 L 469 174 L 469 171 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1236" y="171" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 853 174 L -5585 174 L -5587 176 L -5585 177 L 853 177 L 853 174 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 981 174 L 5457 174 L 5459 176 L 5457 177 L 981 177 L 981 174 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -4562 177 L 853 177 L 854 179 L 853 180 L -4562 180 L -4562 177 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5457 177 L 981 177 L 979 179 L 981 180 L 5457 180 L 5457 177 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 853 180 L -4562 180 L -4563 182 L -4562 183 L 853 183 L 853 180 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1364 180 L 4306 180 L 4308 182 L 4306 183 L 1364 183 L 1364 180 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="1705" y="180" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 895 183 L 6054 183 L 6056 185 L 6054 186 L 895 186 L 895 183 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="981" y="183" width="42.63414634146341" height="3"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1194" y="183" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="1407" y="183" width="42.63414634146341" height="3"/></g><g><rect fill="rgb(209,113, 5)" stroke="none" x="1620" y="183" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 6054 186 L 895 186 L 894 188 L 895 189 L 6054 189 L 6054 186 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="981" y="186" width="42.63414634146341" height="3"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1194" y="186" width="42.63414634146341" height="3"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="1407" y="186" width="42.63414634146341" height="3"/></g><g><rect fill="rgb(209,113, 5)" stroke="none" x="1620" y="186" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3112 189 L 640 189 L 641 191 L 640 192 L -3112 192 L -3112 189 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="384" y="189" width="42.63414634146341" height="3"/></g><g><rect fill="rgb(209,113, 5)" stroke="none" x="426" y="189" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 640 192 L -3112 192 L -3114 194 L -3112 195 L 640 195 L 640 192 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="384" y="192" width="42.63414634146341" height="3"/></g><g><rect fill="rgb(209,113, 5)" stroke="none" x="426" y="192" width="42.63414634146341" height="3"/></g></g></g><g transform="translate(57.998046875,108.994140625)" clip-path="url(#4944E00438331HK27GCCXY7_track_label_guid_m9sg_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="204.384765625" height="14.248046875"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="6.06396484375" y="12.6744140625" text-anchor="start" dominant-baseline="alphabetic">4944.E00438:331:HK27GCCXY:7</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="204.384765625" height="14.248046875" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(0,405.99609375)" clip-path="url(#4944HISEQKERMIT311C9FH8ANXX5_axis_guid_dveg_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,405.99609375)" clip-path="url(#4944HISEQKERMIT311C9FH8ANXX5_referenceFrame_0_guid_1ah7_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1747.998046875" height="100"/></g><rect fill="rgb(150, 150, 150)" stroke="none" x="0" y="44" width="43" height="6"/><rect fill="rgb(150, 150, 150)" stroke="none" x="42" y="44" width="43" height="6"/><rect fill="rgb(150, 150, 150)" stroke="none" x="85" y="44" width="43" height="6"/><rect fill="rgb(150, 150, 150)" stroke="none" x="127" y="44" width="43" height="6"/><rect fill="rgb(150, 150, 150)" stroke="none" x="170" y="44" width="43" height="6"/><rect fill="rgb(150, 150, 150)" stroke="none" x="213" y="44" width="43" height="6"/><rect fill="rgb(150, 150, 150)" stroke="none" x="255" y="44" width="43" height="6"/><rect fill="rgb(150, 150, 150)" stroke="none" x="298" y="44" width="43" height="6"/><rect fill="rgb(150, 150, 150)" stroke="none" x="341" y="44" width="43" height="6"/><rect fill="rgb(150, 150, 150)" stroke="none" x="383" y="44" width="43" height="6"/><rect fill="rgb(150, 150, 150)" stroke="none" x="426" y="44" width="43" height="6"/><rect fill="rgb(150, 150, 150)" stroke="none" x="468" y="37" width="43" height="13"/><rect fill="rgb(150, 150, 150)" stroke="none" x="511" y="37" width="43" height="13"/><rect fill="rgb(150, 150, 150)" stroke="none" x="554" y="37" width="43" height="13"/><rect fill="rgb(150, 150, 150)" stroke="none" x="596" y="31" width="43" height="19"/><rect fill="rgb(150, 150, 150)" stroke="none" x="639" y="31" width="43" height="19"/><rect fill="rgb(150, 150, 150)" stroke="none" x="682" y="31" width="43" height="19"/><rect fill="rgb(150, 150, 150)" stroke="none" x="724" y="31" width="43" height="19"/><rect fill="rgb(150, 150, 150)" stroke="none" x="767" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="810" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="852" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="895" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="937" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="980" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1023" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1065" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1108" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1151" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1193" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1236" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1279" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1321" y="19" width="43" height="31"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1364" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1406" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1449" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1492" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1534" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1577" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1620" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1662" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1705" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1748" y="0" width="43" height="50"/><rect fill="rgb(209,113, 5)" stroke="none" x="1108" y="25" width="43" height="25"/><rect fill="rgb( 0, 200, 0)" stroke="none" x="1108" y="44" width="43" height="6.25"/><rect fill="rgb( 0,0,200)" stroke="none" x="1108" y="44" width="43" height="0"/><rect fill="rgb(255,0,0)" stroke="none" x="1108" y="44" width="43" height="0"/><rect fill="rgb(209,113, 5)" stroke="none" x="1108" y="25" width="43" height="18.75"/><rect fill="rgb(255,0,0)" stroke="none" x="1406" y="6" width="43" height="43.75"/><rect fill="rgb( 0, 200, 0)" stroke="none" x="1406" y="44" width="43" height="6.25"/><rect fill="rgb( 0,0,200)" stroke="none" x="1406" y="19" width="43" height="25"/><rect fill="rgb(255,0,0)" stroke="none" x="1406" y="6" width="43" height="12.5"/><rect fill="rgb(209,113, 5)" stroke="none" x="1406" y="6" width="43" height="0"/><g transform="translate(0,55)"><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 597 0 L 5926 0 L 5933 6 L 5926 12 L 597 12 L 597 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="1424.6330625952742" y="9" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2814 14 L 2515 14 L 2522 20 L 2515 26 L -2814 26 L -2814 14 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="1424.6330625952742" y="23" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 767 28 L 6097 28 L 6104 34 L 6097 40 L 767 40 L 767 28 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="1424.6330625952742" y="37" text-anchor="start" dominant-baseline="alphabetic" stroke-opacity="0.6" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 469 42 L 5713 42 L 5720 48 L 5713 54 L 469 54 L 469 42 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="785.1208674733232" y="51" text-anchor="start" dominant-baseline="alphabetic" stroke-opacity="0.6" 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="912.7449861852134" y="51" text-anchor="start" dominant-baseline="alphabetic" stroke-opacity="0.6" 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="1126.4699171112804" y="51" 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="1424.9089415015242" y="51" text-anchor="start" dominant-baseline="alphabetic" stroke-opacity="0.6" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1723.0720869855181" y="51" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1322 56 L 6651 56 L 6658 62 L 6651 68 L 1322 68 L 1322 56 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1364 70 L 6694 70 L 6701 76 L 6694 82 L 1364 82 L 1364 70 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1364 84 L 6694 84 L 6701 90 L 6694 96 L 1364 96 L 1364 84 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="1424.6330625952742" y="93" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1535 98 L 6651 98 L 6658 104 L 6651 110 L 1535 110 L 1535 98 Z"/></g></g></g><g transform="translate(57.998046875,413.994140625)" clip-path="url(#4944HISEQKERMIT311C9FH8ANXX5_track_label_guid_zoxq_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="249.599609375" height="14.248046875"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="6.93359375" y="12.6744140625" text-anchor="start" dominant-baseline="alphabetic">4944.HISEQ-KERMIT:311:C9FH8ANXX:5</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="249.599609375" height="14.248046875" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(50,510.99609375)" clip-path="url(#RefseqGenes_referenceFrame_0_guid_ao6h_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1747.998046875" height="70"/></g><g><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M -5049288.5 17.5 L 2769598.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 13.5 15.5 L 15.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 13.5 19.5 L 15.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 43.5 15.5 L 45.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 43.5 19.5 L 45.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 73.5 15.5 L 75.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 73.5 19.5 L 75.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 103.5 15.5 L 105.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 103.5 19.5 L 105.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 133.5 15.5 L 135.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 133.5 19.5 L 135.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 163.5 15.5 L 165.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 163.5 19.5 L 165.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 193.5 15.5 L 195.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 193.5 19.5 L 195.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 223.5 15.5 L 225.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 223.5 19.5 L 225.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 253.5 15.5 L 255.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 253.5 19.5 L 255.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 283.5 15.5 L 285.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 283.5 19.5 L 285.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 313.5 15.5 L 315.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 313.5 19.5 L 315.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 343.5 15.5 L 345.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 343.5 19.5 L 345.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 373.5 15.5 L 375.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 373.5 19.5 L 375.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 403.5 15.5 L 405.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 403.5 19.5 L 405.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 433.5 15.5 L 435.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 433.5 19.5 L 435.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 463.5 15.5 L 465.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 463.5 19.5 L 465.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 493.5 15.5 L 495.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 493.5 19.5 L 495.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 523.5 15.5 L 525.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 523.5 19.5 L 525.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 553.5 15.5 L 555.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 553.5 19.5 L 555.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 583.5 15.5 L 585.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 583.5 19.5 L 585.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 613.5 15.5 L 615.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 613.5 19.5 L 615.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 643.5 15.5 L 645.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 643.5 19.5 L 645.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 673.5 15.5 L 675.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 673.5 19.5 L 675.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 703.5 15.5 L 705.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 703.5 19.5 L 705.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 733.5 15.5 L 735.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 733.5 19.5 L 735.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 763.5 15.5 L 765.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 763.5 19.5 L 765.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 793.5 15.5 L 795.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 793.5 19.5 L 795.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 823.5 15.5 L 825.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 823.5 19.5 L 825.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 853.5 15.5 L 855.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 853.5 19.5 L 855.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 883.5 15.5 L 885.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 883.5 19.5 L 885.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 913.5 15.5 L 915.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 913.5 19.5 L 915.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 943.5 15.5 L 945.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 943.5 19.5 L 945.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 973.5 15.5 L 975.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 973.5 19.5 L 975.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1003.5 15.5 L 1005.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1003.5 19.5 L 1005.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1033.5 15.5 L 1035.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1033.5 19.5 L 1035.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1063.5 15.5 L 1065.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1063.5 19.5 L 1065.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1093.5 15.5 L 1095.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1093.5 19.5 L 1095.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1123.5 15.5 L 1125.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1123.5 19.5 L 1125.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1153.5 15.5 L 1155.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1153.5 19.5 L 1155.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1183.5 15.5 L 1185.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1183.5 19.5 L 1185.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1213.5 15.5 L 1215.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1213.5 19.5 L 1215.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1243.5 15.5 L 1245.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1243.5 19.5 L 1245.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1273.5 15.5 L 1275.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1273.5 19.5 L 1275.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1303.5 15.5 L 1305.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1303.5 19.5 L 1305.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1333.5 15.5 L 1335.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1333.5 19.5 L 1335.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1363.5 15.5 L 1365.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1363.5 19.5 L 1365.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1393.5 15.5 L 1395.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1393.5 19.5 L 1395.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1423.5 15.5 L 1425.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1423.5 19.5 L 1425.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1453.5 15.5 L 1455.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1453.5 19.5 L 1455.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1483.5 15.5 L 1485.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1483.5 19.5 L 1485.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1513.5 15.5 L 1515.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1513.5 19.5 L 1515.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1543.5 15.5 L 1545.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1543.5 19.5 L 1545.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1573.5 15.5 L 1575.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1573.5 19.5 L 1575.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1603.5 15.5 L 1605.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1603.5 19.5 L 1605.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1633.5 15.5 L 1635.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1633.5 19.5 L 1635.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1663.5 15.5 L 1665.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1663.5 19.5 L 1665.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1693.5 15.5 L 1695.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1693.5 19.5 L 1695.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1723.5 15.5 L 1725.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1723.5 19.5 L 1725.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><g><g><text fill="rgb(0, 0, 150)" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="873.9990234375" y="35" text-anchor="middle" dominant-baseline="alphabetic">PLCG2</text></g></g></g></g><g transform="translate(57.998046875,518.994140625)" clip-path="url(#RefseqGenes_track_label_guid_9t5w_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="92.34375" height="14.248046875"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="3.908203125" y="12.6744140625" text-anchor="start" dominant-baseline="alphabetic">Refseq Genes</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="92.34375" height="14.248046875" stroke-miterlimit="10" stroke-dasharray=""/></g></g></svg>
... ...
\ No newline at end of file
primary/Panea_PLCG2_2.svg
... ...
@@ -0,0 +1 @@
1
+<svg xmlns="http://www.w3.org/2000/svg" width="1852.75390625" height="1085.99609375" overflow="visible" viewBox="0 0 1852.75390625 1085.99609375"><defs><clipPath id="ideogram_referenceFrame_0_guid_b7nt_clip_rect"><rect x="0" y="0" width="1747.998046875" height="15.99609375"/></clipPath><clipPath id="ucyFTMkgzMlH"><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 7.998046875 0.5 L 1740 0.5 Q 1747.498046875 0.5 1747.498046875 7.998046875 L 1747.498046875 7.998046875 Q 1747.498046875 15.49609375 1740 15.49609375 L 7.998046875 15.49609375 Q 0.5 15.49609375 0.5 7.998046875 L 0.5 7.998046875 Q 0.5 0.5 7.998046875 0.5 Z" stroke-miterlimit="10" stroke-dasharray=""/></clipPath><clipPath id="ruler_referenceFrame_0_guid_xcte_clip_rect"><rect x="0" y="0" width="1747.998046875" height="40"/></clipPath><clipPath id="sequence_referenceFrame_0_guid_vh0p_clip_rect"><rect x="0" y="0" width="1747.998046875" height="25"/></clipPath><clipPath id="1064E00316436HGFF7CCXY2_axis_guid_nwqb_clip_rect"><rect x="0" y="0" width="50" height="200"/></clipPath><clipPath id="1064E00316436HGFF7CCXY2_referenceFrame_0_guid_omlj_clip_rect"><rect x="0" y="0" width="1747.998046875" height="200"/></clipPath><clipPath id="1064E00316436HGFF7CCXY2_track_label_guid_qx32_clip_rect"><rect x="0" y="0" width="204.365234375" height="14.248046875"/></clipPath><clipPath id="1064E00438256HCVNCCCXY6_axis_guid_mdcl_clip_rect"><rect x="0" y="0" width="50" height="200"/></clipPath><clipPath id="1064E00438256HCVNCCCXY6_referenceFrame_0_guid_qyzk_clip_rect"><rect x="0" y="0" width="1747.998046875" height="200"/></clipPath><clipPath id="1064E00438256HCVNCCCXY6_track_label_guid_61db_clip_rect"><rect x="0" y="0" width="207.978515625" height="14.248046875"/></clipPath><clipPath id="1064_rna_axis_guid_tevp_clip_rect"><rect x="0" y="0" width="50" height="500"/></clipPath><clipPath id="1064_rna_referenceFrame_0_guid_cs8i_clip_rect"><rect x="0" y="0" width="1747.998046875" height="500"/></clipPath><clipPath id="1064_rna_track_label_guid_n9yc_clip_rect"><rect x="0" y="0" width="64.1796875" height="14.248046875"/></clipPath><clipPath id="RefseqGenes_referenceFrame_0_guid_ykf1_clip_rect"><rect x="0" y="0" width="1747.998046875" height="70"/></clipPath><clipPath id="RefseqGenes_track_label_guid_smfe_clip_rect"><rect x="0" y="0" width="92.34375" height="14.248046875"/></clipPath></defs><rect id="svg_output_backdrop" width="100%" height="100%" fill="white"/><g id="root-group"><g transform="translate(50,5)" clip-path="url(#ucyFTMkgzMlH)"><g><rect fill="rgb(255,255,255)" stroke="none" x="0" y="0" width="1747.998046875" height="15.99609375"/></g><path fill="none" stroke="none"/><g><rect fill="rgb(115,115,115)" stroke="none" x="151" y="1" width="50.3085917931638" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="201" y="1" width="40.63386260217075" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="242" y="1" width="42.56880844036934" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="284" y="1" width="38.69891676397219" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="323" y="1" width="87.07256271893732" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="410" y="1" width="58.04837514595823" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="468" y="1" width="83.20267104254015" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="551" y="1" width="131.57631699750527" height="13.99609375"/><path fill="rgb(150, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M 683.0358808841085 15.99609375 L 683.0358808841085 0 L 712.0600684570876 7.998046875 Z"/><path fill="rgb(150, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M 743.0192018682653 15.99609375 L 743.0192018682653 0 L 712.0600684570876 7.998046875 Z"/><rect fill="rgb(230,230,230)" stroke="none" x="743" y="1" width="166.40534208508018" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="909" y="1" width="108.35696693912212" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="1018" y="1" width="65.78815849875264" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1084" y="1" width="25.15429589658197" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="1109" y="1" width="179.9499629524705" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1289" y="1" width="81.26772520434133" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="1370" y="1" width="38.69891676397219" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1409" y="1" width="25.15429589658197" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="1434" y="1" width="98.68223774812895" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1532" y="1" width="46.43870011676654" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="1579" y="1" width="48.37364595496524" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1627" y="1" width="56.11342930775959" height="13.99609375"/><rect fill="rgb(172,172,172)" stroke="none" x="1683" y="1" width="32.89407924937632" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1716" y="1" width="31.70108839283489" height="13.99609375"/><path fill="none" stroke="rgb(41,41,41)" paint-order="fill stroke markers" d=" M 7.998046875 0.5 L 1740 0.5 Q 1747.498046875 0.5 1747.498046875 7.998046875 L 1747.498046875 7.998046875 Q 1747.498046875 15.49609375 1740 15.49609375 L 7.998046875 15.49609375 Q 0.5 15.49609375 0.5 7.998046875 L 0.5 7.998046875 Q 0.5 0.5 7.998046875 0.5 Z" stroke-miterlimit="10" stroke-dasharray=""/><g><rect fill="none" stroke="red" x="1582.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_xcte_clip_rect)"><rect fill="#FFFFFF" stroke="none" x="0" y="0" width="1747.998046875" height="40"/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 21.5 34.5 L 21.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 127.5 34.5 L 127.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="202" y="32" text-anchor="start" dominant-baseline="alphabetic">81,785,975 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 234.5 34.5 L 234.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 341.5 34.5 L 341.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="416" y="32" text-anchor="start" dominant-baseline="alphabetic">81,785,980 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 448.5 34.5 L 448.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 554.5 34.5 L 554.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="629" y="32" text-anchor="start" dominant-baseline="alphabetic">81,785,985 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 661.5 34.5 L 661.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 767.5 34.5 L 767.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="842" y="32" text-anchor="start" dominant-baseline="alphabetic">81,785,990 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 980.5 34.5 L 980.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="1055" y="32" text-anchor="start" dominant-baseline="alphabetic">81,785,995 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1087.5 34.5 L 1087.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1193.5 34.5 L 1193.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="1268" y="32" text-anchor="start" dominant-baseline="alphabetic">81,786,000 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1300.5 34.5 L 1300.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1407.5 34.5 L 1407.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="1482" y="32" text-anchor="start" dominant-baseline="alphabetic">81,786,005 bp</text><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=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1620.5 34.5 L 1620.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="1695" y="32" text-anchor="start" dominant-baseline="alphabetic">81,786,010 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1727.5 34.5 L 1727.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1833.5 34.5 L 1833.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="1908" y="32" text-anchor="start" dominant-baseline="alphabetic">81,786,015 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1940.5 34.5 L 1940.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 2046.5 34.5 L 2046.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 0.5 38.5 L 1747.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(50,70.99609375)" clip-path="url(#sequence_referenceFrame_0_guid_vh0p_clip_rect)"><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="18.262873951981707" 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="60.340379668445124" 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="103.53116663490853" 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="145.60867235137195" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="188.24281869283536" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="230.87696503429876" 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="274.0677520007622" 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="315.8669374047256" 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="358.501083746189" 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="401.6894293064024" 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="443.7693764291158" 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="486.68184308307923" 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="529.0376691120426" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="571.6718154535062" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="614.5842821074696" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="657.218428448933" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="699.5742544778964" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="742.7626000381098" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="785.1208674733232" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="828.0308927210366" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="870.6650390625" 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="913.5799471227134" 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="955.3791325266768" 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="998.8482398056402" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1040.9257455221036" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1083.559891863567" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1126.4699171112804" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1168.8281845464937" 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="1211.4623308879573" 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="1254.3723561356705" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1296.730623570884" 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="1339.0864495998474" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1381.7205959413109" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1425.1897032202742" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1467.2672089367377" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1510.1772341844512" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1552.8113805259145" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1595.726288586128" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1637.5254739900913" 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="1680.9945812690548" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1723.3479658917681" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1765.4279130144816" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g></g><g transform="translate(0,100.99609375)" clip-path="url(#1064E00316436HGFF7CCXY2_axis_guid_nwqb_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">45</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(#1064E00316436HGFF7CCXY2_referenceFrame_0_guid_omlj_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1747.998046875" height="200"/></g><rect fill="rgb(150, 150, 150)" stroke="none" x="0" y="12" width="43" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="42" y="10" width="43" height="40"/><rect fill="rgb(150, 150, 150)" stroke="none" x="85" y="10" width="43" height="40"/><rect fill="rgb(150, 150, 150)" stroke="none" x="127" y="10" width="43" height="40"/><rect fill="rgb(150, 150, 150)" stroke="none" x="170" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="213" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="255" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="298" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="341" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="383" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="426" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="468" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="511" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="554" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="596" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="639" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="682" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="724" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="767" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="810" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="852" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="895" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="937" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="980" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1023" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1065" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1108" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1151" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1193" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1236" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1279" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1321" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1364" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1406" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1449" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1492" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1534" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1577" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1620" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1662" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1705" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1748" y="0" width="43" height="50"/><rect fill="rgb( 0, 200, 0)" stroke="none" x="852" y="6" width="43" height="44.44444444444444"/><rect fill="rgb( 0, 200, 0)" stroke="none" x="852" y="26" width="43" height="24.444444444444443"/><rect fill="rgb( 0,0,200)" stroke="none" x="852" y="6" width="43" height="20"/><rect fill="rgb(255,0,0)" stroke="none" x="852" y="6" width="43" height="0"/><rect fill="rgb(209,113, 5)" stroke="none" x="852" y="6" width="43" height="0"/><g transform="translate(0,55)"><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1450 0 L 4988 0 L 4990 2 L 4988 3 L -1450 3 L -1450 0 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="0" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 43 3 L 6480 3 L 6482 5 L 6480 6 L 43 6 L 43 3 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="3" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 171 6 L 6608 6 L 6610 8 L 6608 9 L 171 9 L 171 6 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="6" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1151 9 L 5287 9 L 5288 11 L 5287 12 L -1151 12 L -1151 9 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="9" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -5287 12 L 1151 12 L 1153 14 L 1151 15 L -5287 15 L -5287 12 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="12" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1535 12 L 6438 12 L 6439 14 L 6438 15 L 1535 15 L 1535 12 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 554 15 L 6992 15 L 6994 17 L 6992 18 L 554 18 L 554 15 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="15" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -4349 18 L 2089 18 L 2091 20 L 2089 21 L -4349 21 L -4349 18 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="18" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -4263 21 L 2004 21 L 2005 23 L 2004 24 L -4263 24 L -4263 21 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="21" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2004 24 L -4263 24 L -4265 26 L -4263 27 L 2004 27 L 2004 24 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="24" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -4136 27 L 2302 27 L 2304 29 L 2302 30 L -4136 30 L -4136 27 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="27" width="42.63414634146341" height="3"/></g><g><path fill="rgb(20, 50, 200)" stroke="none" paint-order="stroke fill markers" d=" M 1151 30 L -1151 30 L -1153 32 L -1151 33 L 1151 33 L 1151 30 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="30" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2643 33 L -3794 33 L -3796 35 L -3794 36 L 2643 36 L 2643 33 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="33" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3453 36 L 2984 36 L 2986 38 L 2984 39 L -3453 39 L -3453 36 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="36" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2814 39 L 2984 39 L 2986 41 L 2984 42 L -2814 42 L -2814 39 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="39" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2984 42 L -2814 42 L -2815 44 L -2814 45 L 2984 45 L 2984 42 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="42" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4093 45 L -2345 45 L -2346 47 L -2345 48 L 4093 48 L 4093 45 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="45" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -5073 48 L 1322 48 L 1323 50 L 1322 51 L -5073 51 L -5073 48 Z"/></g><g><rect fill="rgb(0,0,200)" stroke="none" x="554" y="48" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><rect fill="rgb(0,0,200)" stroke="none" x="682" y="48" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="48" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 6438 48 L 1535 48 L 1533 50 L 1535 51 L 6438 51 L 6438 48 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5628 51 L 43 51 L 41 53 L 43 54 L 5628 54 L 5628 51 Z"/></g><g><rect fill="rgb(0,0,200)" stroke="none" x="725" y="51" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><rect fill="rgb(0,0,200)" stroke="none" x="853" y="51" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -938 54 L 2046 54 L 2048 56 L 2046 57 L -938 57 L -938 54 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5884 57 L -554 57 L -556 59 L -554 60 L 5884 60 L 5884 57 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="1450" y="57" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -426 60 L 5969 60 L 5970 62 L 5969 63 L -426 63 L -426 60 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 171 63 L 6608 63 L 6610 65 L 6608 66 L 171 66 L 171 63 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 213 66 L 6651 66 L 6652 68 L 6651 69 L 213 69 L 213 66 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1961 69 L -4477 69 L -4478 71 L -4477 72 L 1961 72 L 1961 69 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2089 72 L -4349 72 L -4350 74 L -4349 75 L 2089 75 L 2089 72 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2132 75 L -4306 75 L -4308 77 L -4306 78 L 2132 78 L 2132 75 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1833 78 L -4306 78 L -4308 80 L -4306 81 L 1833 81 L 1833 78 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1236 81 L 5201 81 L 5203 83 L 5201 84 L -1236 84 L -1236 81 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3965 84 L 2473 84 L 2474 86 L 2473 87 L -3965 87 L -3965 84 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2984 87 L -3453 87 L -3455 89 L -3453 90 L 2984 90 L 2984 87 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3283 90 L 3155 90 L 3156 92 L 3155 93 L -3283 93 L -3283 90 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3368 93 L -3070 93 L -3071 95 L -3070 96 L 3368 96 L 3368 93 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2345 96 L 4093 96 L 4094 98 L 4093 99 L -2345 99 L -2345 96 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2302 99 L 2004 99 L 2005 101 L 2004 102 L -2302 102 L -2302 99 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2004 102 L -2302 102 L -2304 104 L -2302 105 L 2004 105 L 2004 102 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4306 105 L -2132 105 L -2133 107 L -2132 108 L 4306 108 L 4306 105 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4306 108 L -2132 108 L -2133 110 L -2132 111 L 4306 111 L 4306 108 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2046 111 L -938 111 L -939 113 L -938 114 L 2046 114 L 2046 111 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -4306 114 L 1833 114 L 1835 116 L 1833 117 L -4306 117 L -4306 114 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -4775 117 L 1407 117 L 1408 119 L 1407 120 L -4775 120 L -4775 117 Z"/></g><g><rect fill="rgb(0,0,200)" stroke="none" x="981" y="117" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 895 120 L 7333 120 L 7335 122 L 7333 123 L 895 123 L 895 120 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 7418 123 L 1023 123 L 1022 125 L 1023 126 L 7418 126 L 7418 123 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 7504 126 L 1066 126 L 1064 128 L 1066 129 L 7504 129 L 7504 126 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1194 129 L 5542 129 L 5544 131 L 5542 132 L 1194 132 L 1194 129 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5542 132 L 1194 132 L 1192 134 L 1194 135 L 5542 135 L 5542 132 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1194 135 L 3581 135 L 3583 137 L 3581 138 L 1194 138 L 1194 135 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3581 138 L 1194 138 L 1192 140 L 1194 141 L 3581 141 L 3581 138 Z"/></g></g></g><g transform="translate(57.998046875,108.994140625)" clip-path="url(#1064E00316436HGFF7CCXY2_track_label_guid_qx32_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="204.365234375" height="14.248046875"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="6.0634765625" y="12.6744140625" text-anchor="start" dominant-baseline="alphabetic">1064.E00316:436:HGFF7CCXY:2</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="204.365234375" height="14.248046875" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(0,305.99609375)" clip-path="url(#1064E00438256HCVNCCCXY6_axis_guid_mdcl_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="50" height="50"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 0.5 L 47.5 0.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="12.5" text-anchor="end" dominant-baseline="alphabetic">34</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 49.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="45.5" text-anchor="end" dominant-baseline="alphabetic">0</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 47.5 0.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g></g><g transform="translate(50,305.99609375)" clip-path="url(#1064E00438256HCVNCCCXY6_referenceFrame_0_guid_qyzk_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1747.998046875" height="200"/></g><rect fill="rgb(150, 150, 150)" stroke="none" x="0" y="10" width="43" height="40"/><rect fill="rgb(150, 150, 150)" stroke="none" x="42" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="85" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="127" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="170" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="213" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="255" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="298" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="341" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="383" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="426" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="468" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="511" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="554" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="596" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="639" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="682" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="724" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="767" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="810" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="852" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="895" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="937" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="980" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1023" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1065" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1108" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1151" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1193" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1236" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1279" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1321" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1364" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1406" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1449" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1492" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1534" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1577" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1620" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1662" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1705" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1748" y="0" width="43" height="50"/><rect fill="rgb( 0, 200, 0)" stroke="none" x="852" y="3" width="43" height="47.05882352941176"/><rect fill="rgb( 0, 200, 0)" stroke="none" x="852" y="16" width="43" height="33.82352941176471"/><rect fill="rgb( 0,0,200)" stroke="none" x="852" y="3" width="43" height="13.23529411764706"/><rect fill="rgb(255,0,0)" stroke="none" x="852" y="3" width="43" height="0"/><rect fill="rgb(209,113, 5)" stroke="none" x="852" y="3" width="43" height="0"/><g transform="translate(0,55)"><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5201 0 L -1236 0 L -1238 2 L -1236 3 L 5201 3 L 5201 0 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="0" width="42.63414634146341" height="3"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="981" y="0" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -6310 3 L 128 3 L 129 5 L 128 6 L -6310 6 L -6310 3 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 7077 3 L 640 3 L 638 5 L 640 6 L 7077 6 L 7077 3 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="3" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3112 6 L 3325 6 L 3327 8 L 3325 9 L -3112 9 L -3112 6 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="6" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3709 9 L -2729 9 L -2730 11 L -2729 12 L 3709 12 L 3709 9 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="9" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1876 12 L 4562 12 L 4563 14 L 4562 15 L -1876 15 L -1876 12 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="12" width="42.63414634146341" height="3"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="981" y="12" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1108 15 L 5329 15 L 5331 17 L 5329 18 L -1108 18 L -1108 15 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="15" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -597 18 L 5841 18 L 5842 20 L 5841 21 L -597 21 L -597 18 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="18" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 6523 21 L 128 21 L 126 23 L 128 24 L 6523 24 L 6523 21 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="21" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 810 24 L 7248 24 L 7249 26 L 7248 27 L 810 27 L 810 24 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="24" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -171 27 L 6267 27 L 6269 29 L 6267 30 L -171 30 L -171 27 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5116 30 L -1151 30 L -1153 32 L -1151 33 L 5116 33 L 5116 30 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2515 33 L -3922 33 L -3924 35 L -3922 36 L 2515 36 L 2515 33 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2686 36 L -3752 36 L -3753 38 L -3752 39 L 2686 39 L 2686 36 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3709 39 L 2729 39 L 2730 41 L 2729 42 L -3709 42 L -3709 39 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3240 42 L 3198 42 L 3199 44 L 3198 45 L -3240 45 L -3240 42 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2856 45 L 3581 45 L 3583 47 L 3581 48 L -2856 48 L -2856 45 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4306 48 L -2132 48 L -2133 50 L -2132 51 L 4306 51 L 4306 48 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2132 51 L 3198 51 L 3199 53 L 3198 54 L -2132 54 L -2132 51 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1833 54 L 2814 54 L 2815 56 L 2814 57 L -1833 57 L -1833 54 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2814 57 L -1833 57 L -1835 59 L -1833 60 L 2814 60 L 2814 57 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4690 60 L -1748 60 L -1749 62 L -1748 63 L 4690 63 L 4690 60 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1492 63 L 4946 63 L 4947 65 L 4946 66 L -1492 66 L -1492 63 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4988 66 L -1450 66 L -1451 68 L -1450 69 L 4988 69 L 4988 66 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1066 69 L 5116 69 L 5118 71 L 5116 72 L -1066 72 L -1066 69 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -938 72 L 2046 72 L 2048 74 L 2046 75 L -938 75 L -938 72 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2046 75 L -895 75 L -897 77 L -895 78 L 2046 78 L 2046 75 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -554 78 L 2942 78 L 2943 80 L 2942 81 L -554 81 L -554 78 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2942 81 L -554 81 L -556 83 L -554 84 L 2942 84 L 2942 81 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 6480 84 L 43 84 L 41 86 L 43 87 L 6480 87 L 6480 84 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 7120 87 L 682 87 L 681 89 L 682 90 L 7120 90 L 7120 87 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 7205 90 L 767 90 L 766 92 L 767 93 L 7205 93 L 7205 90 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -4008 93 L 2430 93 L 2432 95 L 2430 96 L -4008 96 L -4008 93 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 895 96 L 7333 96 L 7335 98 L 7333 99 L 895 99 L 895 96 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1535 99 L 7973 99 L 7974 101 L 7973 102 L 1535 102 L 1535 99 Z"/></g></g></g><g transform="translate(57.998046875,313.994140625)" clip-path="url(#1064E00438256HCVNCCCXY6_track_label_guid_61db_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="207.978515625" height="14.248046875"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="6.13330078125" y="12.6744140625" text-anchor="start" dominant-baseline="alphabetic">1064.E00438:256:HCVNCCCXY:6</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="207.978515625" height="14.248046875" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(0,510.99609375)" clip-path="url(#1064_rna_axis_guid_tevp_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">148</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 49.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="45.5" text-anchor="end" dominant-baseline="alphabetic">0</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 47.5 0.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g></g><g transform="translate(50,510.99609375)" clip-path="url(#1064_rna_referenceFrame_0_guid_cs8i_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1747.998046875" height="500"/></g><rect fill="rgb(150, 150, 150)" stroke="none" x="0" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="42" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="85" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="127" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="170" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="213" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="255" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="298" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="341" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="383" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="426" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="468" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="511" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="554" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="596" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="639" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="682" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="724" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="767" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="810" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="852" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="895" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="937" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="980" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1023" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1065" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1108" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1151" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1193" y="10" width="43" height="40"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1236" y="11" width="43" height="39"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1279" y="11" width="43" height="39"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1321" y="10" width="43" height="40"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1364" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1406" y="12" width="43" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1449" y="11" width="43" height="39"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1492" y="13" width="43" height="37"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1534" y="14" width="43" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1577" y="13" width="43" height="37"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1620" y="12" width="43" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1662" y="12" width="43" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1705" y="12" width="43" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1748" y="11" width="43" height="39"/><rect fill="rgb( 0, 200, 0)" stroke="none" x="852" y="6" width="43" height="44.25675675675676"/><rect fill="rgb( 0, 200, 0)" stroke="none" x="852" y="28" width="43" height="21.62162162162162"/><rect fill="rgb( 0,0,200)" stroke="none" x="852" y="6" width="43" height="22.635135135135133"/><rect fill="rgb(255,0,0)" stroke="none" x="852" y="6" width="43" height="0"/><rect fill="rgb(209,113, 5)" stroke="none" x="852" y="6" width="43" height="0"/><g transform="translate(0,55)"><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1236 0 L -895 0 L -897 2 L -895 3 L 1236 3 L 1236 0 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="0" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3496 0 L 1364 0 L 1363 2 L 1364 3 L 3496 3 L 3496 0 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -853 3 L 1279 3 L 1281 5 L 1279 6 L -853 6 L -853 3 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="3" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3581 3 L 1450 3 L 1448 5 L 1450 6 L 3581 6 L 3581 3 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1322 6 L -810 6 L -812 8 L -810 9 L 1322 9 L 1322 6 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="6" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3581 6 L 1450 6 L 1448 8 L 1450 9 L 3581 9 L 3581 6 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1322 9 L -810 9 L -812 11 L -810 12 L 1322 12 L 1322 9 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="9" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3539 9 L 1450 9 L 1448 11 L 1450 12 L 3539 12 L 3539 9 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1322 12 L -810 12 L -812 14 L -810 15 L 1322 15 L 1322 12 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="12" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3581 12 L 1450 12 L 1448 14 L 1450 15 L 3581 15 L 3581 12 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -810 15 L 1066 15 L 1067 17 L 1066 18 L -810 18 L -810 15 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="15" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1194 15 L 3325 15 L 3327 17 L 3325 18 L 1194 18 L 1194 15 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -810 18 L 1322 18 L 1323 20 L 1322 21 L -810 21 L -810 18 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="18" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3667 18 L 1535 18 L 1533 20 L 1535 21 L 3667 21 L 3667 18 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -810 21 L 1322 21 L 1323 23 L 1322 24 L -810 24 L -810 21 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="21" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1535 21 L 3667 21 L 3668 23 L 3667 24 L 1535 24 L 1535 21 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 24 L -725 24 L -726 26 L -725 27 L 1407 27 L 1407 24 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="24" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1577 24 L 3709 24 L 3711 26 L 3709 27 L 1577 27 L 1577 24 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 27 L -640 27 L -641 29 L -640 30 L 1407 30 L 1407 27 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="27" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1577 27 L 3709 27 L 3711 29 L 3709 30 L 1577 30 L 1577 27 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -256 30 L 1876 30 L 1877 32 L 1876 33 L -256 33 L -256 30 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="30" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -256 33 L 1876 33 L 1877 35 L 1876 36 L -256 36 L -256 33 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="33" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -213 36 L 1919 36 L 1920 38 L 1919 39 L -213 39 L -213 36 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="36" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -213 39 L 1919 39 L 1920 41 L 1919 42 L -213 42 L -213 39 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="39" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -171 42 L 1705 42 L 1707 44 L 1705 45 L -171 45 L -171 42 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="42" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -128 45 L 2004 45 L 2005 47 L 2004 48 L -128 48 L -128 45 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="45" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -128 48 L 2004 48 L 2005 50 L 2004 51 L -128 51 L -128 48 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="48" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -85 51 L 2046 51 L 2048 53 L 2046 54 L -85 54 L -85 51 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="51" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1151 54 L 128 54 L 129 56 L 128 57 L -1151 57 L -1151 54 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -279040.5 55.5 L -1151.5 55.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 512 54 L 2643 54 L 2645 56 L 2643 57 L 512 57 L 512 54 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="54" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1151 57 L 298 57 L 300 59 L 298 60 L -1151 60 L -1151 57 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -279040.5 58.5 L -1151.5 58.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2729 57 L 597 57 L 595 59 L 597 60 L 2729 60 L 2729 57 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="57" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1151 60 L 469 60 L 470 62 L 469 63 L -1151 63 L -1151 60 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -279040.5 61.5 L -1151.5 61.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2729 60 L 597 60 L 595 62 L 597 63 L 2729 63 L 2729 60 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="60" width="42.63414634146341" height="3"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1151" y="63" width="1748" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -279040.5 64.5 L -1151.5 64.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2856 63 L 725 63 L 723 65 L 725 66 L 2856 66 L 2856 63 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="63" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1151 66 L 597 66 L 598 68 L 597 69 L -1151 69 L -1151 66 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -279040.5 67.5 L -1151.5 67.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2856 66 L 725 66 L 723 68 L 725 69 L 2856 69 L 2856 66 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="66" width="42.63414634146341" height="3"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1151" y="69" width="1790.6341463414633" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -279040.5 70.5 L -1151.5 70.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2899 69 L 767 69 L 766 71 L 767 72 L 2899 72 L 2899 69 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="69" width="42.63414634146341" height="3"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1151" y="72" width="1790.6341463414633" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -279040.5 73.5 L -1151.5 73.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2899 72 L 767 72 L 766 74 L 767 75 L 2899 75 L 2899 72 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="72" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1151 75 L 981 75 L 982 77 L 981 78 L -1151 78 L -1151 75 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="75" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3283 75 L 1151 75 L 1150 77 L 1151 78 L 3283 78 L 3283 75 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1194 78 L -938 78 L -939 80 L -938 81 L 1194 81 L 1194 78 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="78" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3453 78 L 1322 78 L 1320 80 L 1322 81 L 3453 81 L 3453 78 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 81 L -725 81 L -726 83 L -725 84 L 1407 84 L 1407 81 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="81" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1577 81 L 3709 81 L 3711 83 L 3709 84 L 1577 84 L 1577 81 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 0 84 L 2132 84 L 2133 86 L 2132 87 L 0 87 L 0 84 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="84" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 43 87 L 2174 87 L 2176 89 L 2174 90 L 43 90 L 43 87 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="87" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 43 90 L 2174 90 L 2176 92 L 2174 93 L 43 93 L 43 90 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="90" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2729 93 L 597 93 L 595 95 L 597 96 L 2729 96 L 2729 93 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="93" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2856 96 L 725 96 L 723 98 L 725 99 L 2856 99 L 2856 96 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="96" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2856 99 L 725 99 L 723 101 L 725 102 L 2856 102 L 2856 99 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="99" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2856 102 L 725 102 L 723 104 L 725 105 L 2856 105 L 2856 102 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="102" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2089 105 L 43 105 L 44 107 L 43 108 L -2089 108 L -2089 105 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2899 105 L 767 105 L 766 107 L 767 108 L 2899 108 L 2899 105 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="105" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2004 108 L 128 108 L 129 110 L 128 111 L -2004 111 L -2004 108 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2899 108 L 767 108 L 766 110 L 767 111 L 2899 111 L 2899 108 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="108" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1151 111 L 981 111 L 982 113 L 981 114 L -1151 114 L -1151 111 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="111" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3453 111 L 1322 111 L 1320 113 L 1322 114 L 3453 114 L 3453 111 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 114 L -1023 114 L -1025 116 L -1023 117 L 1108 117 L 1108 114 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="114" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1322 114 L 3453 114 L 3455 116 L 3453 117 L 1322 117 L 1322 114 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 117 L -1023 117 L -1025 119 L -1023 120 L 1108 120 L 1108 117 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="117" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3496 117 L 1364 117 L 1363 119 L 1364 120 L 3496 120 L 3496 117 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 120 L -1023 120 L -1025 122 L -1023 123 L 1108 123 L 1108 120 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="120" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3496 120 L 1364 120 L 1363 122 L 1364 123 L 3496 123 L 3496 120 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 123 L -1023 123 L -1025 125 L -1023 126 L 1108 126 L 1108 123 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="469" y="123" width="42.63414634146341" height="3"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="123" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1364 123 L 3496 123 L 3498 125 L 3496 126 L 1364 126 L 1364 123 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1023 126 L 1108 126 L 1110 128 L 1108 129 L -1023 129 L -1023 126 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="126" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1748 126 L 3880 126 L 3881 128 L 3880 129 L 1748 129 L 1748 126 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1194 129 L -938 129 L -939 131 L -938 132 L 1194 132 L 1194 129 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="129" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 132 L -938 132 L -939 134 L -938 135 L 1108 135 L 1108 132 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="132" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1194 135 L -938 135 L -939 137 L -938 138 L 1194 138 L 1194 135 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="135" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1194 138 L -938 138 L -939 140 L -938 141 L 1194 141 L 1194 138 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="138" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1194 141 L -938 141 L -939 143 L -938 144 L 1194 144 L 1194 141 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="141" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1194 144 L -938 144 L -939 146 L -938 147 L 1194 147 L 1194 144 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="144" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -895 147 L 1236 147 L 1238 149 L 1236 150 L -895 150 L -895 147 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="469" y="147" width="42.63414634146341" height="3"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="147" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -597 150 L 1535 150 L 1536 152 L 1535 153 L -597 153 L -597 150 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="150" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -597 153 L 1535 153 L 1536 155 L 1535 156 L -597 156 L -597 153 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="153" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -597 156 L 1535 156 L 1536 158 L 1535 159 L -597 159 L -597 156 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="156" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -597 159 L 1535 159 L 1536 161 L 1535 162 L -597 162 L -597 159 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="159" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -597 162 L 1535 162 L 1536 164 L 1535 165 L -597 165 L -597 162 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="162" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -554 165 L 1577 165 L 1579 167 L 1577 168 L -554 168 L -554 165 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="165" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -512 168 L 1620 168 L 1622 170 L 1620 171 L -512 171 L -512 168 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="168" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -512 171 L 1620 171 L 1622 173 L 1620 174 L -512 174 L -512 171 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="171" width="42.63414634146341" height="3"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1151" y="174" width="1364.2926829268292" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -279040.5 175.5 L -1151.5 175.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 554 174 L 2388 174 L 2389 176 L 2388 177 L 554 177 L 554 174 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="174" width="42.63414634146341" height="3"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1066" y="174" width="42.63414634146341" height="3" fill-opacity="0.6"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1066 177 L -1066 177 L -1067 179 L -1066 180 L 1066 180 L 1066 177 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="177" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1194 177 L 3325 177 L 3327 179 L 3325 180 L 1194 180 L 1194 177 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 640 180 L -1279 180 L -1281 182 L -1279 183 L 640 183 L 640 180 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 767 180 L 2899 180 L 2901 182 L 2899 183 L 767 183 L 767 180 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="180" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 767 183 L 2899 183 L 2901 185 L 2899 186 L 767 186 L 767 183 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="183" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1023 186 L -1108 186 L -1110 188 L -1108 189 L 1023 189 L 1023 186 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="186" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3453 186 L 1322 186 L 1320 188 L 1322 189 L 3453 189 L 3453 186 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1066 189 L -1066 189 L -1067 191 L -1066 192 L 1066 192 L 1066 189 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="189" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1322 189 L 3453 189 L 3455 191 L 3453 192 L 1322 192 L 1322 189 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 192 L -725 192 L -726 194 L -725 195 L 1151 195 L 1151 192 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="171" y="192" width="42.63414634146341" height="3" fill-opacity="0.6"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="192" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 195 L -682 195 L -684 197 L -682 198 L 1108 198 L 1108 195 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="195" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2004 198 L 85 198 L 87 200 L 85 201 L -2004 201 L -2004 198 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2899 198 L 767 198 L 766 200 L 767 201 L 2899 201 L 2899 198 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="853" y="198" width="42.63414634146341" height="3"/></g><g/><g/><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -11340.5 202.5 L 3085390.5 202.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 3086157.5 202.5 L 3118517.5 202.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1194 204 L -853 204 L -854 206 L -853 207 L 1194 207 L 1194 204 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3453 204 L 1322 204 L 1320 206 L 1322 207 L 3453 207 L 3453 204 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 207 L -725 207 L -726 209 L -725 210 L 1407 210 L 1407 207 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1577 207 L 3709 207 L 3711 209 L 3709 210 L 1577 210 L 1577 207 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 210 L -725 210 L -726 212 L -725 213 L 1407 213 L 1407 210 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1577 210 L 3709 210 L 3711 212 L 3709 213 L 1577 213 L 1577 210 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 213 L -725 213 L -726 215 L -725 216 L 1407 216 L 1407 213 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1577 213 L 3709 213 L 3711 215 L 3709 216 L 1577 216 L 1577 213 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 216 L -725 216 L -726 218 L -725 219 L 1407 219 L 1407 216 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1577 216 L 3709 216 L 3711 218 L 3709 219 L 1577 219 L 1577 216 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1492 219 L -640 219 L -641 221 L -640 222 L 1492 222 L 1492 219 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1620 219 L 3752 219 L 3753 221 L 3752 222 L 1620 222 L 1620 219 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1492 222 L -640 222 L -641 224 L -640 225 L 1492 225 L 1492 222 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1620 222 L 3752 222 L 3753 224 L 3752 225 L 1620 225 L 1620 222 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1492 225 L -597 225 L -598 227 L -597 228 L 1492 228 L 1492 225 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1620 225 L 3752 225 L 3753 227 L 3752 228 L 1620 228 L 1620 225 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -554 228 L 1577 228 L 1579 230 L 1577 231 L -554 231 L -554 228 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1705 228 L 3837 228 L 3839 230 L 3837 231 L 1705 231 L 1705 228 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1876 231 L -256 231 L -257 233 L -256 234 L 1876 234 L 1876 231 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -171 234 L 1961 234 L 1963 236 L 1961 237 L -171 237 L -171 234 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -85 237 L 2046 237 L 2048 239 L 2046 240 L -85 240 L -85 237 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2217 240 L 128 240 L 126 242 L 128 243 L 2217 243 L 2217 240 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2260 243 L 128 243 L 126 245 L 128 246 L 2260 246 L 2260 243 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 426 246 L 2558 246 L 2560 248 L 2558 249 L 426 249 L 426 246 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1151 249 L 85 249 L 87 251 L 85 252 L -1151 252 L -1151 249 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -279040.5 250.5 L -1151.5 250.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2643 249 L 512 249 L 510 251 L 512 252 L 2643 252 L 2643 249 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1151" y="252" width="1364.2926829268292" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -279040.5 253.5 L -1151.5 253.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 554 252 L 2686 252 L 2687 254 L 2686 255 L 554 255 L 554 252 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1151 255 L 341 255 L 343 257 L 341 258 L -1151 258 L -1151 255 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -279040.5 256.5 L -1151.5 256.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2729 255 L 597 255 L 595 257 L 597 258 L 2729 258 L 2729 255 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1151" y="258" width="1534.8292682926829" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -279040.5 259.5 L -1151.5 259.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2729 258 L 597 258 L 595 260 L 597 261 L 2729 261 L 2729 258 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1151 261 L 597 261 L 598 263 L 597 264 L -1151 264 L -1151 261 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -279040.5 262.5 L -1151.5 262.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2856 261 L 725 261 L 723 263 L 725 264 L 2856 264 L 2856 261 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1151 264 L 597 264 L 598 266 L 597 267 L -1151 267 L -1151 264 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -279040.5 265.5 L -1151.5 265.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2856 264 L 725 264 L 723 266 L 725 267 L 2856 267 L 2856 264 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1151" y="267" width="1833.2682926829266" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -279040.5 268.5 L -1151.5 268.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2942 267 L 810 267 L 809 269 L 810 270 L 2942 270 L 2942 267 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1151" y="270" width="1833.2682926829266" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -279040.5 271.5 L -1151.5 271.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2899 270 L 810 270 L 809 272 L 810 273 L 2899 273 L 2899 270 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1151" y="273" width="1790.6341463414633" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -279040.5 274.5 L -1151.5 274.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2899 273 L 767 273 L 766 275 L 767 276 L 2899 276 L 2899 273 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1151" y="276" width="1790.6341463414633" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -279040.5 277.5 L -1151.5 277.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2899 276 L 767 276 L 766 278 L 767 279 L 2899 279 L 2899 276 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 279 L -725 279 L -726 281 L -725 282 L 1407 282 L 1407 279 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="128" y="279" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1620 279 L 3752 279 L 3753 281 L 3752 282 L 1620 282 L 1620 279 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2729 282 L 597 282 L 595 284 L 597 285 L 2729 285 L 2729 282 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 597 285 L 2729 285 L 2730 287 L 2729 288 L 597 288 L 597 285 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1151" y="285" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2771 288 L 640 288 L 638 290 L 640 291 L 2771 291 L 2771 288 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="895" y="288" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 640 291 L 2771 291 L 2773 293 L 2771 294 L 640 294 L 640 291 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 640 294 L 2771 294 L 2773 296 L 2771 297 L 640 297 L 640 294 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 640 297 L 2729 297 L 2730 299 L 2729 300 L 640 300 L 640 297 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2814 300 L 682 300 L 681 302 L 682 303 L 2814 303 L 2814 300 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2899 303 L 767 303 L 766 305 L 767 306 L 2899 306 L 2899 303 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2089 306 L 43 306 L 44 308 L 43 309 L -2089 309 L -2089 306 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2899 306 L 767 306 L 766 308 L 767 309 L 2899 309 L 2899 306 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1236 309 L 895 309 L 897 311 L 895 312 L -1236 312 L -1236 309 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1066 309 L 3198 309 L 3199 311 L 3198 312 L 1066 312 L 1066 309 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1236 312 L 895 312 L 897 314 L 895 315 L -1236 315 L -1236 312 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 312 L 3283 312 L 3284 314 L 3283 315 L 1151 315 L 1151 312 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1151 315 L 981 315 L 982 317 L 981 318 L -1151 318 L -1151 315 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3453 315 L 1322 315 L 1320 317 L 1322 318 L 3453 318 L 3453 315 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 318 L -1023 318 L -1025 320 L -1023 321 L 1108 321 L 1108 318 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="895" y="318" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1322 318 L 3453 318 L 3455 320 L 3453 321 L 1322 321 L 1322 318 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 321 L -1023 321 L -1025 323 L -1023 324 L 1108 324 L 1108 321 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3794 321 L 1663 321 L 1661 323 L 1663 324 L 3794 324 L 3794 321 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1023 324 L 1108 324 L 1110 326 L 1108 327 L -1023 327 L -1023 324 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1023 327 L 1108 327 L 1110 329 L 1108 330 L -1023 330 L -1023 327 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="895" y="327" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 330 L -981 330 L -982 332 L -981 333 L 1151 333 L 1151 330 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 333 L -981 333 L -982 335 L -981 336 L 1151 336 L 1151 333 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 336 L -981 336 L -982 338 L -981 339 L 1151 339 L 1151 336 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 339 L -981 339 L -982 341 L -981 342 L 1151 342 L 1151 339 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -981 342 L 1151 342 L 1153 344 L 1151 345 L -981 345 L -981 342 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -981 345 L 1151 345 L 1153 347 L 1151 348 L -981 348 L -981 345 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1194 348 L -938 348 L -939 350 L -938 351 L 1194 351 L 1194 348 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1194 351 L -938 351 L -939 353 L -938 354 L 1194 354 L 1194 351 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1194 354 L -938 354 L -939 356 L -938 357 L 1194 357 L 1194 354 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1194 357 L -938 357 L -939 359 L -938 360 L 1194 360 L 1194 357 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1194 360 L -938 360 L -939 362 L -938 363 L 1194 363 L 1194 360 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1194 363 L -938 363 L -939 365 L -938 366 L 1194 366 L 1194 363 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 366 L -725 366 L -726 368 L -725 369 L 1407 369 L 1407 366 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -682 369 L 1450 369 L 1451 371 L 1450 372 L -682 372 L -682 369 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1492 372 L -640 372 L -641 374 L -640 375 L 1492 375 L 1492 372 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1492 375 L -597 375 L -598 377 L -597 378 L 1492 378 L 1492 375 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="640" y="375" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1492 378 L -597 378 L -598 380 L -597 381 L 1492 381 L 1492 378 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -597 381 L 1535 381 L 1536 383 L 1535 384 L -597 384 L -597 381 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 0 384 L 2132 384 L 2133 386 L 2132 387 L 0 387 L 0 384 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1961 387 L 171 387 L 172 389 L 171 390 L -1961 390 L -1961 387 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 767 387 L 2899 387 L 2901 389 L 2899 390 L 767 390 L 767 387 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1236 390 L 895 390 L 897 392 L 895 393 L -1236 393 L -1236 390 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3283 390 L 1151 390 L 1150 392 L 1151 393 L 3283 393 L 3283 390 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -554 393 L 1577 393 L 1579 395 L 1577 396 L -554 396 L -554 393 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1151" y="396" width="1833.2682926829266" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -279040.5 397.5 L -1151.5 397.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="554" y="396" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2984 396 L 895 396 L 894 398 L 895 399 L 2984 399 L 2984 396 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1151" y="399" width="1833.2682926829266" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -279040.5 400.5 L -1151.5 400.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2942 399 L 895 399 L 894 401 L 895 402 L 2942 402 L 2942 399 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1151" y="402" width="1833.2682926829266" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -279040.5 403.5 L -1151.5 403.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3027 402 L 895 402 L 894 404 L 895 405 L 3027 405 L 3027 402 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1151" y="405" width="1833.2682926829266" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -279040.5 406.5 L -1151.5 406.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2942 405 L 895 405 L 894 407 L 895 408 L 2942 408 L 2942 405 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1151 408 L 682 408 L 684 410 L 682 411 L -1151 411 L -1151 408 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -279040.5 409.5 L -1151.5 409.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2984 408 L 895 408 L 894 410 L 895 411 L 2984 411 L 2984 408 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1151 411 L 682 411 L 684 413 L 682 414 L -1151 414 L -1151 411 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -279040.5 412.5 L -1151.5 412.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3027 411 L 895 411 L 894 413 L 895 414 L 3027 414 L 3027 411 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1151" y="414" width="1875.90243902439" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -279040.5 415.5 L -1151.5 415.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2984 414 L 895 414 L 894 416 L 895 417 L 2984 417 L 2984 414 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1151 417 L 725 417 L 726 419 L 725 420 L -1151 420 L -1151 417 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -279040.5 418.5 L -1151.5 418.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3027 417 L 895 417 L 894 419 L 895 420 L 3027 420 L 3027 417 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1151 420 L 725 420 L 726 422 L 725 423 L -1151 423 L -1151 420 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -279040.5 421.5 L -1151.5 421.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3027 420 L 895 420 L 894 422 L 895 423 L 3027 423 L 3027 420 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1151 423 L 725 423 L 726 425 L 725 426 L -1151 426 L -1151 423 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -279040.5 424.5 L -1151.5 424.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3027 423 L 895 423 L 894 425 L 895 426 L 3027 426 L 3027 423 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1151" y="426" width="1918.5365853658536" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -279040.5 427.5 L -1151.5 427.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2942 426 L 895 426 L 894 428 L 895 429 L 2942 429 L 2942 426 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1151" y="429" width="1961.170731707317" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -279040.5 430.5 L -1151.5 430.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3027 429 L 938 429 L 936 431 L 938 432 L 3027 432 L 3027 429 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 682 432 L -1450 432 L -1451 434 L -1450 435 L 682 435 L 682 432 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3027 432 L 895 432 L 894 434 L 895 435 L 3027 435 L 3027 432 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1364 435 L 682 435 L 684 437 L 682 438 L -1364 438 L -1364 435 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3027 435 L 895 435 L 894 437 L 895 438 L 3027 438 L 3027 435 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 725 438 L -1279 438 L -1281 440 L -1279 441 L 725 441 L 725 438 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 895 438 L 2942 438 L 2943 440 L 2942 441 L 895 441 L 895 438 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 853 441 L -1236 441 L -1238 443 L -1236 444 L 853 444 L 853 441 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1023 441 L 3155 441 L 3156 443 L 3155 444 L 1023 444 L 1023 441 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1194 444 L 853 444 L 854 446 L 853 447 L -1194 447 L -1194 444 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3453 444 L 1322 444 L 1320 446 L 1322 447 L 3453 447 L 3453 444 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 810 447 L -1066 447 L -1067 449 L -1066 450 L 810 450 L 810 447 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 938 447 L 3070 447 L 3071 449 L 3070 450 L 938 450 L 938 447 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -981 450 L 682 450 L 684 452 L 682 453 L -981 453 L -981 450 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 895 450 L 2984 450 L 2986 452 L 2984 453 L 895 453 L 895 450 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 682 453 L -981 453 L -982 455 L -981 456 L 682 456 L 682 453 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 895 453 L 2388 453 L 2389 455 L 2388 456 L 895 456 L 895 453 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 895 456 L 2984 456 L 2986 458 L 2984 459 L 895 459 L 895 456 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 938 459 L 3070 459 L 3071 461 L 3070 462 L 938 462 L 938 459 Z"/></g></g></g><g transform="translate(57.998046875,518.994140625)" clip-path="url(#1064_rna_track_label_guid_n9yc_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="64.1796875" height="14.248046875"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="3.36669921875" y="12.6744140625" text-anchor="start" dominant-baseline="alphabetic">1064_rna</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="64.1796875" height="14.248046875" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(50,1015.99609375)" clip-path="url(#RefseqGenes_referenceFrame_0_guid_ykf1_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1747.998046875" height="70"/></g><g><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M -284752.5 17.5 L 7534134.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 13.5 15.5 L 15.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 13.5 19.5 L 15.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 43.5 15.5 L 45.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 43.5 19.5 L 45.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 73.5 15.5 L 75.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 73.5 19.5 L 75.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 103.5 15.5 L 105.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 103.5 19.5 L 105.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 133.5 15.5 L 135.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 133.5 19.5 L 135.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 163.5 15.5 L 165.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 163.5 19.5 L 165.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 193.5 15.5 L 195.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 193.5 19.5 L 195.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 223.5 15.5 L 225.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 223.5 19.5 L 225.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 253.5 15.5 L 255.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 253.5 19.5 L 255.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 283.5 15.5 L 285.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 283.5 19.5 L 285.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 313.5 15.5 L 315.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 313.5 19.5 L 315.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 343.5 15.5 L 345.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 343.5 19.5 L 345.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 373.5 15.5 L 375.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 373.5 19.5 L 375.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 403.5 15.5 L 405.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 403.5 19.5 L 405.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 433.5 15.5 L 435.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 433.5 19.5 L 435.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 463.5 15.5 L 465.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 463.5 19.5 L 465.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 493.5 15.5 L 495.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 493.5 19.5 L 495.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 523.5 15.5 L 525.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 523.5 19.5 L 525.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 553.5 15.5 L 555.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 553.5 19.5 L 555.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 583.5 15.5 L 585.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 583.5 19.5 L 585.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 613.5 15.5 L 615.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 613.5 19.5 L 615.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 643.5 15.5 L 645.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 643.5 19.5 L 645.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 673.5 15.5 L 675.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 673.5 19.5 L 675.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 703.5 15.5 L 705.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 703.5 19.5 L 705.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 733.5 15.5 L 735.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 733.5 19.5 L 735.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 763.5 15.5 L 765.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 763.5 19.5 L 765.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 793.5 15.5 L 795.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 793.5 19.5 L 795.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 823.5 15.5 L 825.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 823.5 19.5 L 825.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 853.5 15.5 L 855.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 853.5 19.5 L 855.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 883.5 15.5 L 885.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 883.5 19.5 L 885.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 913.5 15.5 L 915.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 913.5 19.5 L 915.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 943.5 15.5 L 945.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 943.5 19.5 L 945.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 973.5 15.5 L 975.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 973.5 19.5 L 975.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1003.5 15.5 L 1005.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1003.5 19.5 L 1005.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1033.5 15.5 L 1035.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1033.5 19.5 L 1035.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1063.5 15.5 L 1065.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1063.5 19.5 L 1065.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1093.5 15.5 L 1095.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1093.5 19.5 L 1095.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1123.5 15.5 L 1125.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1123.5 19.5 L 1125.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1153.5 15.5 L 1155.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1153.5 19.5 L 1155.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1183.5 15.5 L 1185.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1183.5 19.5 L 1185.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1213.5 15.5 L 1215.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1213.5 19.5 L 1215.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1243.5 15.5 L 1245.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1243.5 19.5 L 1245.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1273.5 15.5 L 1275.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1273.5 19.5 L 1275.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1303.5 15.5 L 1305.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1303.5 19.5 L 1305.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1333.5 15.5 L 1335.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1333.5 19.5 L 1335.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1363.5 15.5 L 1365.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1363.5 19.5 L 1365.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1393.5 15.5 L 1395.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1393.5 19.5 L 1395.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1423.5 15.5 L 1425.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1423.5 19.5 L 1425.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1453.5 15.5 L 1455.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1453.5 19.5 L 1455.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1483.5 15.5 L 1485.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1483.5 19.5 L 1485.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1513.5 15.5 L 1515.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1513.5 19.5 L 1515.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1543.5 15.5 L 1545.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1543.5 19.5 L 1545.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1573.5 15.5 L 1575.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1573.5 19.5 L 1575.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1603.5 15.5 L 1605.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1603.5 19.5 L 1605.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1633.5 15.5 L 1635.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1633.5 19.5 L 1635.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1663.5 15.5 L 1665.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1663.5 19.5 L 1665.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1693.5 15.5 L 1695.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1693.5 19.5 L 1695.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1723.5 15.5 L 1725.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1723.5 19.5 L 1725.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><rect fill="rgb(0, 0, 150)" stroke="none" x="-1151" y="13.5" width="2004" height="7"/><rect fill="rgb(0, 0, 150)" stroke="none" x="853" y="10" width="8228" height="14"/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 866.5 15.5 L 868.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 866.5 19.5 L 868.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 896.5 15.5 L 898.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 896.5 19.5 L 898.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 926.5 15.5 L 928.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 926.5 19.5 L 928.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 956.5 15.5 L 958.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 956.5 19.5 L 958.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 986.5 15.5 L 988.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 986.5 19.5 L 988.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1016.5 15.5 L 1018.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1016.5 19.5 L 1018.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1046.5 15.5 L 1048.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1046.5 19.5 L 1048.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1076.5 15.5 L 1078.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1076.5 19.5 L 1078.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1106.5 15.5 L 1108.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1106.5 19.5 L 1108.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1136.5 15.5 L 1138.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1136.5 19.5 L 1138.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1166.5 15.5 L 1168.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1166.5 19.5 L 1168.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1196.5 15.5 L 1198.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1196.5 19.5 L 1198.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1226.5 15.5 L 1228.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1226.5 19.5 L 1228.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1256.5 15.5 L 1258.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1256.5 19.5 L 1258.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1286.5 15.5 L 1288.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1286.5 19.5 L 1288.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1316.5 15.5 L 1318.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1316.5 19.5 L 1318.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1346.5 15.5 L 1348.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1346.5 19.5 L 1348.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1376.5 15.5 L 1378.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1376.5 19.5 L 1378.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1406.5 15.5 L 1408.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1406.5 19.5 L 1408.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1436.5 15.5 L 1438.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1436.5 19.5 L 1438.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1466.5 15.5 L 1468.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1466.5 19.5 L 1468.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1496.5 15.5 L 1498.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1496.5 19.5 L 1498.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1526.5 15.5 L 1528.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1526.5 19.5 L 1528.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1556.5 15.5 L 1558.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1556.5 19.5 L 1558.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1586.5 15.5 L 1588.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1586.5 19.5 L 1588.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1616.5 15.5 L 1618.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1616.5 19.5 L 1618.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1646.5 15.5 L 1648.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1646.5 19.5 L 1648.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1676.5 15.5 L 1678.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1676.5 19.5 L 1678.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1706.5 15.5 L 1708.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1706.5 19.5 L 1708.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1736.5 15.5 L 1738.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1736.5 19.5 L 1738.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1766.5 15.5 L 1768.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1766.5 19.5 L 1768.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1796.5 15.5 L 1798.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1796.5 19.5 L 1798.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1826.5 15.5 L 1828.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1826.5 19.5 L 1828.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1856.5 15.5 L 1858.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1856.5 19.5 L 1858.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1886.5 15.5 L 1888.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1886.5 19.5 L 1888.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1916.5 15.5 L 1918.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1916.5 19.5 L 1918.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1946.5 15.5 L 1948.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1946.5 19.5 L 1948.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1976.5 15.5 L 1978.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1976.5 19.5 L 1978.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2006.5 15.5 L 2008.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2006.5 19.5 L 2008.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2036.5 15.5 L 2038.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2036.5 19.5 L 2038.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2066.5 15.5 L 2068.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2066.5 19.5 L 2068.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2096.5 15.5 L 2098.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2096.5 19.5 L 2098.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2126.5 15.5 L 2128.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2126.5 19.5 L 2128.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2156.5 15.5 L 2158.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2156.5 19.5 L 2158.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2186.5 15.5 L 2188.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2186.5 19.5 L 2188.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2216.5 15.5 L 2218.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2216.5 19.5 L 2218.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2246.5 15.5 L 2248.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2246.5 19.5 L 2248.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2276.5 15.5 L 2278.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2276.5 19.5 L 2278.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2306.5 15.5 L 2308.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2306.5 19.5 L 2308.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2336.5 15.5 L 2338.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2336.5 19.5 L 2338.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2366.5 15.5 L 2368.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2366.5 19.5 L 2368.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2396.5 15.5 L 2398.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2396.5 19.5 L 2398.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2426.5 15.5 L 2428.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2426.5 19.5 L 2428.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2456.5 15.5 L 2458.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2456.5 19.5 L 2458.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2486.5 15.5 L 2488.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2486.5 19.5 L 2488.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2516.5 15.5 L 2518.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2516.5 19.5 L 2518.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2546.5 15.5 L 2548.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2546.5 19.5 L 2548.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2576.5 15.5 L 2578.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2576.5 19.5 L 2578.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2606.5 15.5 L 2608.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2606.5 19.5 L 2608.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2636.5 15.5 L 2638.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2636.5 19.5 L 2638.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2666.5 15.5 L 2668.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2666.5 19.5 L 2668.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2696.5 15.5 L 2698.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2696.5 19.5 L 2698.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2726.5 15.5 L 2728.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2726.5 19.5 L 2728.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2756.5 15.5 L 2758.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2756.5 19.5 L 2758.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2786.5 15.5 L 2788.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2786.5 19.5 L 2788.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2816.5 15.5 L 2818.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2816.5 19.5 L 2818.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2846.5 15.5 L 2848.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2846.5 19.5 L 2848.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2876.5 15.5 L 2878.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2876.5 19.5 L 2878.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2906.5 15.5 L 2908.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2906.5 19.5 L 2908.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2936.5 15.5 L 2938.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2936.5 19.5 L 2938.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2966.5 15.5 L 2968.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2966.5 19.5 L 2968.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2996.5 15.5 L 2998.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2996.5 19.5 L 2998.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3026.5 15.5 L 3028.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3026.5 19.5 L 3028.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3056.5 15.5 L 3058.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3056.5 19.5 L 3058.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3086.5 15.5 L 3088.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3086.5 19.5 L 3088.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3116.5 15.5 L 3118.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3116.5 19.5 L 3118.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3146.5 15.5 L 3148.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3146.5 19.5 L 3148.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3176.5 15.5 L 3178.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3176.5 19.5 L 3178.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3206.5 15.5 L 3208.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3206.5 19.5 L 3208.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3236.5 15.5 L 3238.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3236.5 19.5 L 3238.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3266.5 15.5 L 3268.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3266.5 19.5 L 3268.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3296.5 15.5 L 3298.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3296.5 19.5 L 3298.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3326.5 15.5 L 3328.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3326.5 19.5 L 3328.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3356.5 15.5 L 3358.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3356.5 19.5 L 3358.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3386.5 15.5 L 3388.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3386.5 19.5 L 3388.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3416.5 15.5 L 3418.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3416.5 19.5 L 3418.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3446.5 15.5 L 3448.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3446.5 19.5 L 3448.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3476.5 15.5 L 3478.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3476.5 19.5 L 3478.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3506.5 15.5 L 3508.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3506.5 19.5 L 3508.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3536.5 15.5 L 3538.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3536.5 19.5 L 3538.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3566.5 15.5 L 3568.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3566.5 19.5 L 3568.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3596.5 15.5 L 3598.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3596.5 19.5 L 3598.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3626.5 15.5 L 3628.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3626.5 19.5 L 3628.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3656.5 15.5 L 3658.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3656.5 19.5 L 3658.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3686.5 15.5 L 3688.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3686.5 19.5 L 3688.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3716.5 15.5 L 3718.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3716.5 19.5 L 3718.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3746.5 15.5 L 3748.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3746.5 19.5 L 3748.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3776.5 15.5 L 3778.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3776.5 19.5 L 3778.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3806.5 15.5 L 3808.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3806.5 19.5 L 3808.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3836.5 15.5 L 3838.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3836.5 19.5 L 3838.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3866.5 15.5 L 3868.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3866.5 19.5 L 3868.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3896.5 15.5 L 3898.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3896.5 19.5 L 3898.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3926.5 15.5 L 3928.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3926.5 19.5 L 3928.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3956.5 15.5 L 3958.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3956.5 19.5 L 3958.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3986.5 15.5 L 3988.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3986.5 19.5 L 3988.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4016.5 15.5 L 4018.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4016.5 19.5 L 4018.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4046.5 15.5 L 4048.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4046.5 19.5 L 4048.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4076.5 15.5 L 4078.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4076.5 19.5 L 4078.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4106.5 15.5 L 4108.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4106.5 19.5 L 4108.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4136.5 15.5 L 4138.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4136.5 19.5 L 4138.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4166.5 15.5 L 4168.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4166.5 19.5 L 4168.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4196.5 15.5 L 4198.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4196.5 19.5 L 4198.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4226.5 15.5 L 4228.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4226.5 19.5 L 4228.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4256.5 15.5 L 4258.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4256.5 19.5 L 4258.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4286.5 15.5 L 4288.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4286.5 19.5 L 4288.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4316.5 15.5 L 4318.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4316.5 19.5 L 4318.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4346.5 15.5 L 4348.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4346.5 19.5 L 4348.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4376.5 15.5 L 4378.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4376.5 19.5 L 4378.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4406.5 15.5 L 4408.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4406.5 19.5 L 4408.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4436.5 15.5 L 4438.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4436.5 19.5 L 4438.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4466.5 15.5 L 4468.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4466.5 19.5 L 4468.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4496.5 15.5 L 4498.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4496.5 19.5 L 4498.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4526.5 15.5 L 4528.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4526.5 19.5 L 4528.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4556.5 15.5 L 4558.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4556.5 19.5 L 4558.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4586.5 15.5 L 4588.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4586.5 19.5 L 4588.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4616.5 15.5 L 4618.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4616.5 19.5 L 4618.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4646.5 15.5 L 4648.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4646.5 19.5 L 4648.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4676.5 15.5 L 4678.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4676.5 19.5 L 4678.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4706.5 15.5 L 4708.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4706.5 19.5 L 4708.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4736.5 15.5 L 4738.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4736.5 19.5 L 4738.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4766.5 15.5 L 4768.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4766.5 19.5 L 4768.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4796.5 15.5 L 4798.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4796.5 19.5 L 4798.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4826.5 15.5 L 4828.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4826.5 19.5 L 4828.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4856.5 15.5 L 4858.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4856.5 19.5 L 4858.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4886.5 15.5 L 4888.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4886.5 19.5 L 4888.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4916.5 15.5 L 4918.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4916.5 19.5 L 4918.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4946.5 15.5 L 4948.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4946.5 19.5 L 4948.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4976.5 15.5 L 4978.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4976.5 19.5 L 4978.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5006.5 15.5 L 5008.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5006.5 19.5 L 5008.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5036.5 15.5 L 5038.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5036.5 19.5 L 5038.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5066.5 15.5 L 5068.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5066.5 19.5 L 5068.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5096.5 15.5 L 5098.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5096.5 19.5 L 5098.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5126.5 15.5 L 5128.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5126.5 19.5 L 5128.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5156.5 15.5 L 5158.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5156.5 19.5 L 5158.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5186.5 15.5 L 5188.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5186.5 19.5 L 5188.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5216.5 15.5 L 5218.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5216.5 19.5 L 5218.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5246.5 15.5 L 5248.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5246.5 19.5 L 5248.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5276.5 15.5 L 5278.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5276.5 19.5 L 5278.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5306.5 15.5 L 5308.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5306.5 19.5 L 5308.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5336.5 15.5 L 5338.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5336.5 19.5 L 5338.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5366.5 15.5 L 5368.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5366.5 19.5 L 5368.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5396.5 15.5 L 5398.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5396.5 19.5 L 5398.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5426.5 15.5 L 5428.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5426.5 19.5 L 5428.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5456.5 15.5 L 5458.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5456.5 19.5 L 5458.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5486.5 15.5 L 5488.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5486.5 19.5 L 5488.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5516.5 15.5 L 5518.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5516.5 19.5 L 5518.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5546.5 15.5 L 5548.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5546.5 19.5 L 5548.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5576.5 15.5 L 5578.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5576.5 19.5 L 5578.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5606.5 15.5 L 5608.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5606.5 19.5 L 5608.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5636.5 15.5 L 5638.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5636.5 19.5 L 5638.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5666.5 15.5 L 5668.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5666.5 19.5 L 5668.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5696.5 15.5 L 5698.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5696.5 19.5 L 5698.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5726.5 15.5 L 5728.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5726.5 19.5 L 5728.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5756.5 15.5 L 5758.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5756.5 19.5 L 5758.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5786.5 15.5 L 5788.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5786.5 19.5 L 5788.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5816.5 15.5 L 5818.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5816.5 19.5 L 5818.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5846.5 15.5 L 5848.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5846.5 19.5 L 5848.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5876.5 15.5 L 5878.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5876.5 19.5 L 5878.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5906.5 15.5 L 5908.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5906.5 19.5 L 5908.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5936.5 15.5 L 5938.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5936.5 19.5 L 5938.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5966.5 15.5 L 5968.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5966.5 19.5 L 5968.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5996.5 15.5 L 5998.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5996.5 19.5 L 5998.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6026.5 15.5 L 6028.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6026.5 19.5 L 6028.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6056.5 15.5 L 6058.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6056.5 19.5 L 6058.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6086.5 15.5 L 6088.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6086.5 19.5 L 6088.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6116.5 15.5 L 6118.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6116.5 19.5 L 6118.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6146.5 15.5 L 6148.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6146.5 19.5 L 6148.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6176.5 15.5 L 6178.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6176.5 19.5 L 6178.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6206.5 15.5 L 6208.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6206.5 19.5 L 6208.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6236.5 15.5 L 6238.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6236.5 19.5 L 6238.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6266.5 15.5 L 6268.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6266.5 19.5 L 6268.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6296.5 15.5 L 6298.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6296.5 19.5 L 6298.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6326.5 15.5 L 6328.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6326.5 19.5 L 6328.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6356.5 15.5 L 6358.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6356.5 19.5 L 6358.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6386.5 15.5 L 6388.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6386.5 19.5 L 6388.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6416.5 15.5 L 6418.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6416.5 19.5 L 6418.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6446.5 15.5 L 6448.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6446.5 19.5 L 6448.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6476.5 15.5 L 6478.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6476.5 19.5 L 6478.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6506.5 15.5 L 6508.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6506.5 19.5 L 6508.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6536.5 15.5 L 6538.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6536.5 19.5 L 6538.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6566.5 15.5 L 6568.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6566.5 19.5 L 6568.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6596.5 15.5 L 6598.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6596.5 19.5 L 6598.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6626.5 15.5 L 6628.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6626.5 19.5 L 6628.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6656.5 15.5 L 6658.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6656.5 19.5 L 6658.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6686.5 15.5 L 6688.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6686.5 19.5 L 6688.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6716.5 15.5 L 6718.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6716.5 19.5 L 6718.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6746.5 15.5 L 6748.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6746.5 19.5 L 6748.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6776.5 15.5 L 6778.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6776.5 19.5 L 6778.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6806.5 15.5 L 6808.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6806.5 19.5 L 6808.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6836.5 15.5 L 6838.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6836.5 19.5 L 6838.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6866.5 15.5 L 6868.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6866.5 19.5 L 6868.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6896.5 15.5 L 6898.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6896.5 19.5 L 6898.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6926.5 15.5 L 6928.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6926.5 19.5 L 6928.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6956.5 15.5 L 6958.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6956.5 19.5 L 6958.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6986.5 15.5 L 6988.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6986.5 19.5 L 6988.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7016.5 15.5 L 7018.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7016.5 19.5 L 7018.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7046.5 15.5 L 7048.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7046.5 19.5 L 7048.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7076.5 15.5 L 7078.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7076.5 19.5 L 7078.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7106.5 15.5 L 7108.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7106.5 19.5 L 7108.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7136.5 15.5 L 7138.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7136.5 19.5 L 7138.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7166.5 15.5 L 7168.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7166.5 19.5 L 7168.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7196.5 15.5 L 7198.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7196.5 19.5 L 7198.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7226.5 15.5 L 7228.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7226.5 19.5 L 7228.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7256.5 15.5 L 7258.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7256.5 19.5 L 7258.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7286.5 15.5 L 7288.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7286.5 19.5 L 7288.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7316.5 15.5 L 7318.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7316.5 19.5 L 7318.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7346.5 15.5 L 7348.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7346.5 19.5 L 7348.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7376.5 15.5 L 7378.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7376.5 19.5 L 7378.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7406.5 15.5 L 7408.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7406.5 19.5 L 7408.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7436.5 15.5 L 7438.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7436.5 19.5 L 7438.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7466.5 15.5 L 7468.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7466.5 19.5 L 7468.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7496.5 15.5 L 7498.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7496.5 19.5 L 7498.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7526.5 15.5 L 7528.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7526.5 19.5 L 7528.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7556.5 15.5 L 7558.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7556.5 19.5 L 7558.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7586.5 15.5 L 7588.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7586.5 19.5 L 7588.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7616.5 15.5 L 7618.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7616.5 19.5 L 7618.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7646.5 15.5 L 7648.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7646.5 19.5 L 7648.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7676.5 15.5 L 7678.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7676.5 19.5 L 7678.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7706.5 15.5 L 7708.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7706.5 19.5 L 7708.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7736.5 15.5 L 7738.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7736.5 19.5 L 7738.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7766.5 15.5 L 7768.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7766.5 19.5 L 7768.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7796.5 15.5 L 7798.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7796.5 19.5 L 7798.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7826.5 15.5 L 7828.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7826.5 19.5 L 7828.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7856.5 15.5 L 7858.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7856.5 19.5 L 7858.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7886.5 15.5 L 7888.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7886.5 19.5 L 7888.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7916.5 15.5 L 7918.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7916.5 19.5 L 7918.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7946.5 15.5 L 7948.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7946.5 19.5 L 7948.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7976.5 15.5 L 7978.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7976.5 19.5 L 7978.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8006.5 15.5 L 8008.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8006.5 19.5 L 8008.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8036.5 15.5 L 8038.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8036.5 19.5 L 8038.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8066.5 15.5 L 8068.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8066.5 19.5 L 8068.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8096.5 15.5 L 8098.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8096.5 19.5 L 8098.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8126.5 15.5 L 8128.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8126.5 19.5 L 8128.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8156.5 15.5 L 8158.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8156.5 19.5 L 8158.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8186.5 15.5 L 8188.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8186.5 19.5 L 8188.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8216.5 15.5 L 8218.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8216.5 19.5 L 8218.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8246.5 15.5 L 8248.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8246.5 19.5 L 8248.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8276.5 15.5 L 8278.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8276.5 19.5 L 8278.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8306.5 15.5 L 8308.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8306.5 19.5 L 8308.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8336.5 15.5 L 8338.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8336.5 19.5 L 8338.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8366.5 15.5 L 8368.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8366.5 19.5 L 8368.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8396.5 15.5 L 8398.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8396.5 19.5 L 8398.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8426.5 15.5 L 8428.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8426.5 19.5 L 8428.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8456.5 15.5 L 8458.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8456.5 19.5 L 8458.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8486.5 15.5 L 8488.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8486.5 19.5 L 8488.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8516.5 15.5 L 8518.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8516.5 19.5 L 8518.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8546.5 15.5 L 8548.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8546.5 19.5 L 8548.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8576.5 15.5 L 8578.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8576.5 19.5 L 8578.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8606.5 15.5 L 8608.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8606.5 19.5 L 8608.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8636.5 15.5 L 8638.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8636.5 19.5 L 8638.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8666.5 15.5 L 8668.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8666.5 19.5 L 8668.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8696.5 15.5 L 8698.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8696.5 19.5 L 8698.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8726.5 15.5 L 8728.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8726.5 19.5 L 8728.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8756.5 15.5 L 8758.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8756.5 19.5 L 8758.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8786.5 15.5 L 8788.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8786.5 19.5 L 8788.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8816.5 15.5 L 8818.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8816.5 19.5 L 8818.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8846.5 15.5 L 8848.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8846.5 19.5 L 8848.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8876.5 15.5 L 8878.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8876.5 19.5 L 8878.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8906.5 15.5 L 8908.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8906.5 19.5 L 8908.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8936.5 15.5 L 8938.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8936.5 19.5 L 8938.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8966.5 15.5 L 8968.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8966.5 19.5 L 8968.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8996.5 15.5 L 8998.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8996.5 19.5 L 8998.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9026.5 15.5 L 9028.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9026.5 19.5 L 9028.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9056.5 15.5 L 9058.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9056.5 19.5 L 9058.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><g><g><text fill="rgb(0, 0, 150)" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="873.9990234375" y="35" text-anchor="middle" dominant-baseline="alphabetic">PLCG2</text></g></g></g></g><g transform="translate(57.998046875,1023.994140625)" clip-path="url(#RefseqGenes_track_label_guid_smfe_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="92.34375" height="14.248046875"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="3.908203125" y="12.6744140625" text-anchor="start" dominant-baseline="alphabetic">Refseq Genes</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="92.34375" height="14.248046875" stroke-miterlimit="10" stroke-dasharray=""/></g></g></svg>
... ...
\ No newline at end of file
primary/Panea_PLCG2_3.svg
... ...
@@ -0,0 +1 @@
1
+<svg xmlns="http://www.w3.org/2000/svg" width="1852.75390625" height="885.99609375" overflow="visible" viewBox="0 0 1852.75390625 885.99609375"><defs><clipPath id="ideogram_referenceFrame_0_guid_0hj5_clip_rect"><rect x="0" y="0" width="1747.998046875" height="15.99609375"/></clipPath><clipPath id="tEBrrcZNgMfz"><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 7.998046875 0.5 L 1740 0.5 Q 1747.498046875 0.5 1747.498046875 7.998046875 L 1747.498046875 7.998046875 Q 1747.498046875 15.49609375 1740 15.49609375 L 7.998046875 15.49609375 Q 0.5 15.49609375 0.5 7.998046875 L 0.5 7.998046875 Q 0.5 0.5 7.998046875 0.5 Z" stroke-miterlimit="10" stroke-dasharray=""/></clipPath><clipPath id="ruler_referenceFrame_0_guid_d6a3_clip_rect"><rect x="0" y="0" width="1747.998046875" height="40"/></clipPath><clipPath id="sequence_referenceFrame_0_guid_3ryk_clip_rect"><rect x="0" y="0" width="1747.998046875" height="25"/></clipPath><clipPath id="4949E00364424HJHKMCCXY2_axis_guid_a9ls_clip_rect"><rect x="0" y="0" width="50" height="100"/></clipPath><clipPath id="4949E00364424HJHKMCCXY2_referenceFrame_0_guid_x8ec_clip_rect"><rect x="0" y="0" width="1747.998046875" height="100"/></clipPath><clipPath id="4949E00364424HJHKMCCXY2_track_label_guid_0sil_clip_rect"><rect x="0" y="0" width="206.533203125" height="14.248046875"/></clipPath><clipPath id="4949HISEQKERMIT311C9FH8ANXX5_axis_guid_orvk_clip_rect"><rect x="0" y="0" width="50" height="100"/></clipPath><clipPath id="4949HISEQKERMIT311C9FH8ANXX5_referenceFrame_0_guid_unww_clip_rect"><rect x="0" y="0" width="1747.998046875" height="100"/></clipPath><clipPath id="4949HISEQKERMIT311C9FH8ANXX5_track_label_guid_koog_clip_rect"><rect x="0" y="0" width="249.599609375" height="14.248046875"/></clipPath><clipPath id="4949_rna_axis_guid_liae_clip_rect"><rect x="0" y="0" width="50" height="500"/></clipPath><clipPath id="4949_rna_referenceFrame_0_guid_9igp_clip_rect"><rect x="0" y="0" width="1747.998046875" height="500"/></clipPath><clipPath id="4949_rna_track_label_guid_9zpb_clip_rect"><rect x="0" y="0" width="64.1796875" height="14.248046875"/></clipPath><clipPath id="RefseqGenes_referenceFrame_0_guid_visw_clip_rect"><rect x="0" y="0" width="1747.998046875" height="70"/></clipPath><clipPath id="RefseqGenes_track_label_guid_tgkh_clip_rect"><rect x="0" y="0" width="92.34375" height="14.248046875"/></clipPath></defs><rect id="svg_output_backdrop" width="100%" height="100%" fill="white"/><g id="root-group"><g transform="translate(50,5)" clip-path="url(#tEBrrcZNgMfz)"><g><rect fill="rgb(255,255,255)" stroke="none" x="0" y="0" width="1747.998046875" height="15.99609375"/></g><path fill="none" stroke="none"/><g><rect fill="rgb(115,115,115)" stroke="none" x="151" y="1" width="50.3085917931638" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="201" y="1" width="40.63386260217075" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="242" y="1" width="42.56880844036934" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="284" y="1" width="38.69891676397219" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="323" y="1" width="87.07256271893732" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="410" y="1" width="58.04837514595823" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="468" y="1" width="83.20267104254015" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="551" y="1" width="131.57631699750527" height="13.99609375"/><path fill="rgb(150, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M 683.0358808841085 15.99609375 L 683.0358808841085 0 L 712.0600684570876 7.998046875 Z"/><path fill="rgb(150, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M 743.0192018682653 15.99609375 L 743.0192018682653 0 L 712.0600684570876 7.998046875 Z"/><rect fill="rgb(230,230,230)" stroke="none" x="743" y="1" width="166.40534208508018" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="909" y="1" width="108.35696693912212" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="1018" y="1" width="65.78815849875264" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1084" y="1" width="25.15429589658197" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="1109" y="1" width="179.9499629524705" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1289" y="1" width="81.26772520434133" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="1370" y="1" width="38.69891676397219" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1409" y="1" width="25.15429589658197" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="1434" y="1" width="98.68223774812895" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1532" y="1" width="46.43870011676654" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="1579" y="1" width="48.37364595496524" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1627" y="1" width="56.11342930775959" height="13.99609375"/><rect fill="rgb(172,172,172)" stroke="none" x="1683" y="1" width="32.89407924937632" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1716" y="1" width="31.70108839283489" height="13.99609375"/><path fill="none" stroke="rgb(41,41,41)" paint-order="fill stroke markers" d=" M 7.998046875 0.5 L 1740 0.5 Q 1747.498046875 0.5 1747.498046875 7.998046875 L 1747.498046875 7.998046875 Q 1747.498046875 15.49609375 1740 15.49609375 L 7.998046875 15.49609375 Q 0.5 15.49609375 0.5 7.998046875 L 0.5 7.998046875 Q 0.5 0.5 7.998046875 0.5 Z" stroke-miterlimit="10" stroke-dasharray=""/><g><rect fill="none" stroke="red" x="1585.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_d6a3_clip_rect)"><rect fill="#FFFFFF" stroke="none" x="0" y="0" width="1747.998046875" height="40"/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="75" y="32" text-anchor="start" dominant-baseline="alphabetic">81,921,230 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 107.5 34.5 L 107.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 213.5 34.5 L 213.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="288" y="32" text-anchor="start" dominant-baseline="alphabetic">81,921,235 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 320.5 34.5 L 320.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 426.5 34.5 L 426.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="501" y="32" text-anchor="start" dominant-baseline="alphabetic">81,921,240 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 533.5 34.5 L 533.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 639.5 34.5 L 639.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="714" y="32" text-anchor="start" dominant-baseline="alphabetic">81,921,245 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 746.5 34.5 L 746.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 852.5 34.5 L 852.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="927" y="32" text-anchor="start" dominant-baseline="alphabetic">81,921,250 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 959.5 34.5 L 959.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1065.5 34.5 L 1065.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1140" y="32" text-anchor="start" dominant-baseline="alphabetic">81,921,255 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1172.5 34.5 L 1172.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1279.5 34.5 L 1279.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1354" y="32" text-anchor="start" dominant-baseline="alphabetic">81,921,260 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1386.5 34.5 L 1386.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1492.5 34.5 L 1492.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1567" y="32" text-anchor="start" dominant-baseline="alphabetic">81,921,265 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1599.5 34.5 L 1599.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1705.5 34.5 L 1705.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1780" y="32" text-anchor="start" dominant-baseline="alphabetic">81,921,270 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1812.5 34.5 L 1812.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1918.5 34.5 L 1918.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 0.5 38.5 L 1747.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(50,70.99609375)" clip-path="url(#sequence_referenceFrame_0_guid_3ryk_clip_rect)"><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="17.982112233231707" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="60.062059355945124" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="102.97452600990853" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="145.88455125762195" 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="187.96449838033536" 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="231.15284394054876" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="273.7869902820122" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="316.7018983422256" 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="358.501083746189" 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="401.9701910251524" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="444.3235756478658" 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="487.23848370807923" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="529.0376691120426" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="572.5067763910062" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="614.3059617949696" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="656.940108136433" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="700.1284536966464" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="743.0433617568598" 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="785.1208674733232" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="827.7550138147866" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="870.38916015625" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="913.2991854039634" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="955.3791325266768" 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="998.8482398056402" 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="1040.6474252096036" 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="1083.835770769817" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1126.4699171112804" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1169.1040634527437" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1212.0189715129573" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1254.0964772294205" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1297.006502477134" 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="1339.6406488185974" 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="1382.5555568788109" 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="1424.6330625952742" 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="1467.2672089367377" 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="1509.6230349657012" 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="1553.0921422446645" 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="1595.169647961128" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1637.8037943025913" 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="1680.7138195503048" 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="1723.6287276105181" 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="1765.4279130144816" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g></g><g transform="translate(0,100.99609375)" clip-path="url(#4949E00364424HJHKMCCXY2_axis_guid_a9ls_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">21</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(#4949E00364424HJHKMCCXY2_referenceFrame_0_guid_x8ec_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1747.998046875" height="100"/></g><rect fill="rgb(150, 150, 150)" stroke="none" x="0" y="14" width="43" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="42" y="14" width="43" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="85" y="14" width="43" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="127" y="14" width="43" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="170" y="14" width="43" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="213" y="14" width="43" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="255" y="14" width="43" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="298" y="14" width="43" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="341" y="14" width="43" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="383" y="12" width="43" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="426" y="12" width="43" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="468" y="12" width="43" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="511" y="12" width="43" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="554" y="12" width="43" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="596" y="10" width="43" height="40"/><rect fill="rgb(150, 150, 150)" stroke="none" x="639" y="10" width="43" height="40"/><rect fill="rgb(150, 150, 150)" stroke="none" x="682" y="10" width="43" height="40"/><rect fill="rgb(150, 150, 150)" stroke="none" x="724" y="10" width="43" height="40"/><rect fill="rgb(150, 150, 150)" stroke="none" x="767" y="10" width="43" height="40"/><rect fill="rgb(150, 150, 150)" stroke="none" x="810" y="10" width="43" height="40"/><rect fill="rgb(150, 150, 150)" stroke="none" x="852" y="10" width="43" height="40"/><rect fill="rgb(150, 150, 150)" stroke="none" x="895" y="31" width="43" height="19"/><rect fill="rgb(150, 150, 150)" stroke="none" x="937" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="980" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1023" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1065" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1108" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1151" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1193" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1236" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1279" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1321" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1364" y="10" width="43" height="40"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1406" y="10" width="43" height="40"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1449" y="10" width="43" height="40"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1492" y="10" width="43" height="40"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1534" y="10" width="43" height="40"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1577" y="10" width="43" height="40"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1620" y="10" width="43" height="40"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1662" y="10" width="43" height="40"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1705" y="10" width="43" height="40"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1748" y="10" width="43" height="40"/><g transform="translate(0,55)"><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-384" y="0" width="1279.0243902439024" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 938 0 L 2004 0 L 2005 2 L 2004 3 L 938 3 L 938 0 Z"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 895.5 1.5 L 937.5 1.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 895 3 L -384 3 L -385 5 L -384 6 L 895 6 L 895 3 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="938" y="3" width="1065.8536585365855" height="3"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 895.5 4.5 L 937.5 4.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1364 6 L 3624 6 L 3625 8 L 3624 9 L -1364 9 L -1364 6 Z"/></g><g><rect fill="rgb(70, 105, 131)" stroke="none" x="0" y="9" width="895.3170731707316" height="3"/></g><g><path fill="rgb(70, 105, 131)" stroke="none" paint-order="stroke fill markers" d=" M 938 9 L 2217 9 L 2218 11 L 2217 12 L 938 12 L 938 9 Z"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 895.5 10.5 L 937.5 10.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-3325" y="12" width="4220.780487804878" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 938 12 L 1194 12 L 1195 14 L 1194 15 L 938 15 L 938 12 Z"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 895.5 13.5 L 937.5 13.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 895 15 L -3325 15 L -3327 17 L -3325 18 L 895 18 L 895 15 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="938" y="15" width="255.80487804878055" height="3"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 895.5 16.5 L 937.5 16.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2345 18 L 4093 18 L 4094 20 L 4093 21 L -2345 21 L -2345 18 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2004 21 L 1364 21 L 1366 23 L 1364 24 L -2004 24 L -2004 21 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1364 24 L -2004 24 L -2005 26 L -2004 27 L 1364 27 L 1364 24 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="597" y="27" width="298.43902439024384" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 938 27 L 3027 27 L 3029 29 L 3027 30 L 938 30 L 938 27 Z"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 895.5 28.5 L 937.5 28.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4818 30 L -1620 30 L -1622 32 L -1620 33 L 4818 33 L 4818 30 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 895 33 L -1194 33 L -1195 35 L -1194 36 L 895 36 L 895 33 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="938" y="33" width="2131.7073170731705" height="3"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 895.5 34.5 L 937.5 34.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3667 36 L -1364 36 L -1366 38 L -1364 39 L 3667 39 L 3667 36 Z"/></g><g><path fill="rgb(70, 105, 131)" stroke="none" paint-order="stroke fill markers" d=" M 895 39 L 384 39 L 382 41 L 384 42 L 895 42 L 895 39 Z"/></g><g><rect fill="rgb(70, 105, 131)" stroke="none" x="938" y="39" width="1279.0243902439024" height="3"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 895.5 40.5 L 937.5 40.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3965 42 L -2473 42 L -2474 44 L -2473 45 L 3965 45 L 3965 42 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1194" y="45" width="2089.0731707317073" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 938 45 L 3070 45 L 3071 47 L 3070 48 L 938 48 L 938 45 Z"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 895.5 46.5 L 937.5 46.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3709 48 L 2729 48 L 2730 50 L 2729 51 L -3709 51 L -3709 48 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3027 51 L 938 51 L 936 53 L 938 54 L 3027 54 L 3027 51 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 938 54 L 7376 54 L 7377 56 L 7376 57 L 938 57 L 938 54 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 938 57 L 4818 57 L 4819 59 L 4818 60 L 938 60 L 938 57 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4775 60 L 938 60 L 936 62 L 938 63 L 4775 63 L 4775 60 Z"/></g></g></g><g transform="translate(57.998046875,108.994140625)" clip-path="url(#4949E00364424HJHKMCCXY2_track_label_guid_0sil_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="206.533203125" height="14.248046875"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="6.10595703125" y="12.6744140625" text-anchor="start" dominant-baseline="alphabetic">4949.E00364:424:HJHKMCCXY:2</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="206.533203125" height="14.248046875" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(0,205.99609375)" clip-path="url(#4949HISEQKERMIT311C9FH8ANXX5_axis_guid_orvk_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">11</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 49.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="45.5" text-anchor="end" dominant-baseline="alphabetic">0</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 47.5 0.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g></g><g transform="translate(50,205.99609375)" clip-path="url(#4949HISEQKERMIT311C9FH8ANXX5_referenceFrame_0_guid_unww_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1747.998046875" height="100"/></g><rect fill="rgb(150, 150, 150)" stroke="none" x="0" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="42" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="85" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="127" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="170" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="213" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="255" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="298" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="341" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="383" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="426" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="468" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="511" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="554" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="596" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="639" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="682" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="724" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="767" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="810" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="852" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="895" y="23" width="43" height="27"/><rect fill="rgb(150, 150, 150)" stroke="none" x="937" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="980" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1023" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1065" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1108" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1151" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1193" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1236" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1279" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1321" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1364" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1406" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1449" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1492" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1534" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1577" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1620" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1662" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1705" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1748" y="0" width="43" height="50"/><g transform="translate(0,55)"><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3624 0 L 1322 0 L 1323 2 L 1322 3 L -3624 3 L -3624 0 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1577 0 L 5756 0 L 5757 2 L 5756 3 L 1577 3 L 1577 0 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1919 3 L -3411 3 L -3412 5 L -3411 6 L 1919 6 L 1919 3 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-2814" y="6" width="3709.170731707317" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 938 6 L 1833 6 L 1835 8 L 1833 9 L 938 9 L 938 6 Z"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 895.5 7.5 L 937.5 7.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="341" y="6" width="42.63414634146341" height="3" fill-opacity="0.6"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 895 9 L -2814 9 L -2815 11 L -2814 12 L 895 12 L 895 9 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="938" y="9" width="895.3170731707318" height="3"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 895.5 10.5 L 937.5 10.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2217 12 L -1961 12 L -1963 14 L -1961 15 L 2217 15 L 2217 12 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1919 15 L 2217 15 L 2218 17 L 2217 18 L -1919 18 L -1919 15 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1833" y="18" width="2728.5853658536585" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 938 18 L 3496 18 L 3498 20 L 3496 21 L 938 21 L 938 18 Z"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 895.5 19.5 L 937.5 19.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1151 21 L 4178 21 L 4180 23 L 4178 24 L -1151 24 L -1151 21 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 895 24 L -682 24 L -684 26 L -682 27 L 895 27 L 895 24 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="938" y="24" width="3623.9024390243903" height="3"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 895.5 25.5 L 937.5 25.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4477 27 L -682 27 L -684 29 L -682 30 L 4477 30 L 4477 27 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5756 30 L 1577 30 L 1576 32 L 1577 33 L 5756 33 L 5756 30 Z"/></g></g></g><g transform="translate(57.998046875,213.994140625)" clip-path="url(#4949HISEQKERMIT311C9FH8ANXX5_track_label_guid_koog_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="249.599609375" height="14.248046875"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="6.93359375" y="12.6744140625" text-anchor="start" dominant-baseline="alphabetic">4949.HISEQ-KERMIT:311:C9FH8ANXX:5</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="249.599609375" height="14.248046875" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(0,310.99609375)" clip-path="url(#4949_rna_axis_guid_liae_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">247</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 49.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="45.5" text-anchor="end" dominant-baseline="alphabetic">0</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 47.5 0.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g></g><g transform="translate(50,310.99609375)" clip-path="url(#4949_rna_referenceFrame_0_guid_9igp_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1747.998046875" height="500"/></g><rect fill="rgb(150, 150, 150)" stroke="none" x="0" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="42" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="85" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="127" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="170" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="213" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="255" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="298" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="341" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="383" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="426" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="468" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="511" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="554" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="596" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="639" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="682" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="724" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="767" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="810" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="852" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="895" y="13" width="43" height="37"/><rect fill="rgb(150, 150, 150)" stroke="none" x="937" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="980" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1023" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1065" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1108" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1151" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1193" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1236" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1279" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1321" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1364" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1406" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1449" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1492" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1534" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1577" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1620" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1662" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1705" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1748" y="9" width="43" height="41"/><g transform="translate(0,55)"><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1620 0 L -512 0 L -513 2 L -512 3 L 1620 3 L 1620 0 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="853" y="0" width="42.63414634146341" height="3"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1279" y="3" width="1492.1951219512196" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 4.5 L -1279.5 4.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 3 L 341 3 L 340 5 L 341 6 L 1791 6 L 1791 3 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 4.5 L 96225.5 4.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="853" y="3" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1279 6 L 426 6 L 428 8 L 426 9 L -1279 9 L -1279 6 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 7.5 L -1279.5 7.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 6 L 597 6 L 595 8 L 597 9 L 1791 9 L 1791 6 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 7.5 L 96225.5 7.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="853" y="6" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -8939698 9 L -8941404 9 L -8941405 11 L -8941404 12 L -8939698 12 L -8939698 9 Z"/></g><g/><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -8939698.5 10.5 L 368316.5 10.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -362689 12 L -364181 12 L -364182 14 L -364181 15 L -362689 15 L -362689 12 Z"/></g><g/><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -362688.5 13.5 L 3609833.5 13.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(200, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M -362689 15 L -364181 15 L -364182 17 L -364181 18 L -362689 18 L -362689 15 Z"/></g><g/><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -362688.5 16.5 L 9005141.5 16.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-938" y="18" width="1279.0243902439024" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 96225 18 L 97078 18 L 97079 20 L 97078 21 L 96225 21 L 96225 18 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 341.5 19.5 L 96225.5 19.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1023 21 L 895 21 L 897 23 L 895 24 L -1023 24 L -1023 21 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 21 L 1023 21 L 1022 23 L 1023 24 L 1791 24 L 1791 21 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 22.5 L 96225.5 22.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1023 24 L 895 24 L 897 26 L 895 27 L -1023 27 L -1023 24 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="1023" y="24" width="767.4146341463414" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 25.5 L 96225.5 25.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1023 27 L 895 27 L 897 29 L 895 30 L -1023 30 L -1023 27 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="1023" y="27" width="767.4146341463414" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 28.5 L 96225.5 28.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -981 30 L 1151 30 L 1153 32 L 1151 33 L -981 33 L -981 30 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 30 L 1279 30 L 1278 32 L 1279 33 L 1791 33 L 1791 30 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 31.5 L 96225.5 31.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -938 33 L 1194 33 L 1195 35 L 1194 36 L -938 36 L -938 33 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="43" y="33" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 33 L 1322 33 L 1320 35 L 1322 36 L 1791 36 L 1791 33 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 34.5 L 96225.5 34.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -938 36 L 1194 36 L 1195 38 L 1194 39 L -938 39 L -938 36 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 36 L 1322 36 L 1320 38 L 1322 39 L 1791 39 L 1791 36 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 37.5 L 96225.5 37.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -298 39 L 1236 39 L 1238 41 L 1236 42 L -298 42 L -298 39 Z"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M -341.5 40.5 L -298.5 40.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 39 L 1364 39 L 1363 41 L 1364 42 L 1791 42 L 1791 39 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 40.5 L 96225.5 40.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -938 42 L 981 42 L 982 44 L 981 45 L -938 45 L -938 42 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="1108" y="42" width="682.1463414634145" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 43.5 L 96225.5 43.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -853 45 L 895 45 L 897 47 L 895 48 L -853 48 L -853 45 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 45 L 1066 45 L 1064 47 L 1066 48 L 1791 48 L 1791 45 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 46.5 L 96225.5 46.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -810 48 L 1322 48 L 1323 50 L 1322 51 L -810 51 L -810 48 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 48 L 1450 48 L 1448 50 L 1450 51 L 1791 51 L 1791 48 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 49.5 L 96225.5 49.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -810 51 L 895 51 L 897 53 L 895 54 L -810 54 L -810 51 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 51 L 1066 51 L 1064 53 L 1066 54 L 1791 54 L 1791 51 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 52.5 L 96225.5 52.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -767 54 L 1364 54 L 1366 56 L 1364 57 L -767 57 L -767 54 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 54 L 1492 54 L 1491 56 L 1492 57 L 1791 57 L 1791 54 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 55.5 L 96225.5 55.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1023 57 L 895 57 L 897 59 L 895 60 L -1023 60 L -1023 57 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 57 L 1066 57 L 1064 59 L 1066 60 L 1791 60 L 1791 57 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 58.5 L 96225.5 58.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 60 L -725 60 L -726 62 L -725 63 L 1407 63 L 1407 60 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 60 L 1535 60 L 1533 62 L 1535 63 L 1791 63 L 1791 60 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 61.5 L 96225.5 61.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1023 63 L 1108 63 L 1110 65 L 1108 66 L -1023 66 L -1023 63 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 63 L 1236 63 L 1235 65 L 1236 66 L 1791 66 L 1791 63 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 64.5 L 96225.5 64.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1535 66 L -597 66 L -598 68 L -597 69 L 1535 69 L 1535 66 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 66 L 1663 66 L 1661 68 L 1663 69 L 1791 69 L 1791 66 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 67.5 L 96225.5 67.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1535 69 L -597 69 L -598 71 L -597 72 L 1535 72 L 1535 69 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 69 L 1663 69 L 1661 71 L 1663 72 L 1791 72 L 1791 69 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 70.5 L 96225.5 70.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 895 72 L -554 72 L -556 74 L -554 75 L 895 75 L 895 72 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="938" y="72" width="682.1463414634146" height="3"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 895.5 73.5 L 937.5 73.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 895 75 L -554 75 L -556 77 L -554 78 L 895 78 L 895 75 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="597" y="75" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 75 L 1066 75 L 1064 77 L 1066 78 L 1791 78 L 1791 75 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 76.5 L 96225.5 76.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1407" y="75" width="42.63414634146341" height="3"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1450" y="75" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1577 78 L -554 78 L -556 80 L -554 81 L 1577 81 L 1577 78 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1705 78 L 3837 78 L 3839 80 L 3837 81 L 1705 81 L 1705 78 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1535 81 L -512 81 L -513 83 L -512 84 L 1535 84 L 1535 81 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="1663" y="81" width="127.9024390243901" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 82.5 L 96225.5 82.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1535 84 L -512 84 L -513 86 L -512 87 L 1535 87 L 1535 84 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="1663" y="84" width="127.9024390243901" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 85.5 L 96225.5 85.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1620 87 L -512 87 L -513 89 L -512 90 L 1620 90 L 1620 87 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1620 90 L -512 90 L -513 92 L -512 93 L 1620 93 L 1620 90 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1620 93 L -512 93 L -513 95 L -512 96 L 1620 96 L 1620 93 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1620 96 L -512 96 L -513 98 L -512 99 L 1620 99 L 1620 96 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1535 99 L -597 99 L -598 101 L -597 102 L 1535 102 L 1535 99 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1620 102 L -512 102 L -513 104 L -512 105 L 1620 105 L 1620 102 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1450" y="102" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1620 105 L -512 105 L -513 107 L -512 108 L 1620 108 L 1620 105 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1705 108 L -426 108 L -428 110 L -426 111 L 1705 111 L 1705 108 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1705 111 L -384 111 L -385 113 L -384 114 L 1705 114 L 1705 111 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 114 L -341 114 L -343 116 L -341 117 L 1791 117 L 1791 114 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -341 117 L 1791 117 L 1792 119 L 1791 120 L -341 120 L -341 117 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 120 L -298 120 L -300 122 L -298 123 L 1791 123 L 1791 120 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="810" y="120" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 123 L -298 123 L -300 125 L -298 126 L 1791 126 L 1791 123 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1407" y="123" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -298 126 L 1791 126 L 1792 128 L 1791 129 L -298 129 L -298 126 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-298" y="129" width="1193.7560975609756" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 938 129 L 1791 129 L 1792 131 L 1791 132 L 938 132 L 938 129 Z"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 895.5 130.5 L 937.5 130.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 132 L -256 132 L -257 134 L -256 135 L 1791 135 L 1791 132 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 135 L -256 135 L -257 137 L -256 138 L 1791 138 L 1791 135 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 138 L -256 138 L -257 140 L -256 141 L 1791 141 L 1791 138 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 141 L -256 141 L -257 143 L -256 144 L 1791 144 L 1791 141 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -256 144 L 1791 144 L 1792 146 L 1791 147 L -256 147 L -256 144 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -256 147 L 1791 147 L 1792 149 L 1791 150 L -256 150 L -256 147 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 150 L -213 150 L -215 152 L -213 153 L 1791 153 L 1791 150 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 151.5 L 96225.5 151.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 895 153 L -171 153 L -172 155 L -171 156 L 895 156 L 895 153 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="938" y="153" width="852.6829268292682" height="3"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 895.5 154.5 L 937.5 154.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 154.5 L 96225.5 154.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 156 L -171 156 L -172 158 L -171 159 L 1791 159 L 1791 156 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 157.5 L 96225.5 157.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 159 L -171 159 L -172 161 L -171 162 L 1791 162 L 1791 159 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 160.5 L 96225.5 160.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 162 L -171 162 L -172 164 L -171 165 L 1791 165 L 1791 162 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 163.5 L 96225.5 163.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-171" y="165" width="1961.170731707317" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 166.5 L 96225.5 166.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-171" y="168" width="1961.170731707317" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 169.5 L 96225.5 169.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-171" y="171" width="1065.8536585365853" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 938 171 L 1876 171 L 1877 173 L 1876 174 L 938 174 L 938 171 Z"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 895.5 172.5 L 937.5 172.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-171" y="174" width="1961.170731707317" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 175.5 L 96225.5 175.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-171" y="177" width="1961.170731707317" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 178.5 L 96225.5 178.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-171" y="180" width="1065.8536585365853" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 938 180 L 2004 180 L 2005 182 L 2004 183 L 938 183 L 938 180 Z"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 895.5 181.5 L 937.5 181.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1023" y="180" width="42.63414634146341" height="3"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-171" y="183" width="1065.8536585365853" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 938 183 L 2004 183 L 2005 185 L 2004 186 L 938 186 L 938 183 Z"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 895.5 184.5 L 937.5 184.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -171 186 L 1919 186 L 1920 188 L 1919 189 L -171 189 L -171 186 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1450" y="186" width="42.63414634146341" height="3"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-171" y="189" width="1961.170731707317" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 190.5 L 96225.5 190.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 895 192 L -128 192 L -129 194 L -128 195 L 895 195 L 895 192 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="938" y="192" width="852.6829268292682" height="3"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 895.5 193.5 L 937.5 193.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 193.5 L 96225.5 193.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 512 195 L -128 195 L -129 197 L -128 198 L 512 198 L 512 195 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="640" y="195" width="1151.121951219512" height="3"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 511.5 196.5 L 639.5 196.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 196.5 L 96225.5 196.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-128" y="198" width="1918.5365853658536" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 199.5 L 96225.5 199.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 201 L -85 201 L -87 203 L -85 204 L 1791 204 L 1791 201 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 202.5 L 96225.5 202.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="767" y="201" width="42.63414634146341" height="3"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="810" y="201" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 204 L -43 204 L -44 206 L -43 207 L 1791 207 L 1791 204 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 205.5 L 96225.5 205.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 207 L -85 207 L -87 209 L -85 210 L 1791 210 L 1791 207 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 208.5 L 96225.5 208.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 210 L -85 210 L -87 212 L -85 213 L 1791 213 L 1791 210 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 211.5 L 96225.5 211.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -43 213 L 2089 213 L 2091 215 L 2089 216 L -43 216 L -43 213 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-43" y="216" width="937.951219512195" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 938 216 L 1876 216 L 1877 218 L 1876 219 L 938 219 L 938 216 Z"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 895.5 217.5 L 937.5 217.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-43" y="219" width="1833.2682926829268" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 220.5 L 96225.5 220.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 222 L 0 222 L -1 224 L 0 225 L 1791 225 L 1791 222 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 223.5 L 96225.5 223.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 225 L 0 225 L -1 227 L 0 228 L 1791 228 L 1791 225 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 226.5 L 96225.5 226.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 228 L 0 228 L -1 230 L 0 231 L 1791 231 L 1791 228 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 229.5 L 96225.5 229.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 231 L 0 231 L -1 233 L 0 234 L 1791 234 L 1791 231 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 232.5 L 96225.5 232.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 234 L 0 234 L -1 236 L 0 237 L 1791 237 L 1791 234 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 235.5 L 96225.5 235.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 237 L 0 237 L -1 239 L 0 240 L 1791 240 L 1791 237 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 238.5 L 96225.5 238.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 240 L 0 240 L -1 242 L 0 243 L 1791 243 L 1791 240 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 241.5 L 96225.5 241.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 243 L 0 243 L -1 245 L 0 246 L 1791 246 L 1791 243 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 244.5 L 96225.5 244.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 246 L 0 246 L -1 248 L 0 249 L 1791 249 L 1791 246 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 247.5 L 96225.5 247.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 249 L 0 249 L -1 251 L 0 252 L 1791 252 L 1791 249 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 250.5 L 96225.5 250.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 252 L 43 252 L 41 254 L 43 255 L 1791 255 L 1791 252 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 253.5 L 96225.5 253.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="43" y="255" width="1747.9999999999998" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 256.5 L 96225.5 256.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="43" y="258" width="1747.9999999999998" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 259.5 L 96225.5 259.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1279" y="261" width="1279.0243902439024" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 262.5 L -1279.5 262.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 261 L 128 261 L 126 263 L 128 264 L 1791 264 L 1791 261 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 262.5 L 96225.5 262.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1450" y="261" width="42.63414634146341" height="3" fill-opacity="0.6"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1279" y="264" width="1279.0243902439024" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 265.5 L -1279.5 265.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 264 L 128 264 L 126 266 L 128 267 L 1791 267 L 1791 264 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 265.5 L 96225.5 265.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1279" y="267" width="1279.0243902439024" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 268.5 L -1279.5 268.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 895 267 L 128 267 L 126 269 L 128 270 L 895 270 L 895 267 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="938" y="267" width="852.6829268292682" height="3"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 895.5 268.5 L 937.5 268.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 268.5 L 96225.5 268.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1279" y="270" width="1279.0243902439024" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 271.5 L -1279.5 271.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 270 L 128 270 L 126 272 L 128 273 L 1791 273 L 1791 270 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 271.5 L 96225.5 271.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 895 273 L 85 273 L 84 275 L 85 276 L 895 276 L 895 273 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="938" y="273" width="852.6829268292682" height="3"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 895.5 274.5 L 937.5 274.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 274.5 L 96225.5 274.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="43" y="276" width="1747.9999999999998" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 277.5 L 96225.5 277.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1279 279 L 43 279 L 44 281 L 43 282 L -1279 282 L -1279 279 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 280.5 L -1279.5 280.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 279 L 171 279 L 169 281 L 171 282 L 1791 282 L 1791 279 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 280.5 L 96225.5 280.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1279" y="282" width="1364.2926829268292" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 283.5 L -1279.5 283.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="213" y="282" width="1577.4634146341461" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 283.5 L 96225.5 283.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1279" y="285" width="1364.2926829268292" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 286.5 L -1279.5 286.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="213" y="285" width="1577.4634146341461" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 286.5 L 96225.5 286.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1279 288 L 85 288 L 87 290 L 85 291 L -1279 291 L -1279 288 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 289.5 L -1279.5 289.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 288 L 256 288 L 254 290 L 256 291 L 1791 291 L 1791 288 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 289.5 L 96225.5 289.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1279 291 L 85 291 L 87 293 L 85 294 L -1279 294 L -1279 291 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 292.5 L -1279.5 292.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 895 291 L 256 291 L 254 293 L 256 294 L 895 294 L 895 291 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="938" y="291" width="852.6829268292682" height="3"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 895.5 292.5 L 937.5 292.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 292.5 L 96225.5 292.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1279 294 L 85 294 L 87 296 L 85 297 L -1279 297 L -1279 294 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 295.5 L -1279.5 295.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2388 294 L 256 294 L 254 296 L 256 297 L 2388 297 L 2388 294 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1279" y="297" width="1406.9268292682927" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 298.5 L -1279.5 298.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 895 297 L 256 297 L 254 299 L 256 300 L 895 300 L 895 297 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="938" y="297" width="852.6829268292682" height="3"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 895.5 298.5 L 937.5 298.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 298.5 L 96225.5 298.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1279 300 L 128 300 L 129 302 L 128 303 L -1279 303 L -1279 300 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 301.5 L -1279.5 301.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 300 L 256 300 L 254 302 L 256 303 L 1791 303 L 1791 300 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 301.5 L 96225.5 301.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1279" y="303" width="1449.560975609756" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 304.5 L -1279.5 304.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 303 L 298 303 L 297 305 L 298 306 L 1791 306 L 1791 303 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 304.5 L 96225.5 304.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1279" y="306" width="1449.560975609756" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 307.5 L -1279.5 307.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 306 L 298 306 L 297 308 L 298 309 L 1791 309 L 1791 306 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 307.5 L 96225.5 307.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1279" y="309" width="1449.560975609756" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 310.5 L -1279.5 310.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 309 L 298 309 L 297 311 L 298 312 L 1791 312 L 1791 309 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 310.5 L 96225.5 310.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1279" y="312" width="1449.560975609756" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 313.5 L -1279.5 313.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 312 L 298 312 L 297 314 L 298 315 L 1791 315 L 1791 312 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 313.5 L 96225.5 313.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(209,113, 5)" stroke="none" x="1663" y="312" width="42.63414634146341" height="3"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1279" y="315" width="1449.560975609756" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 316.5 L -1279.5 316.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 315 L 298 315 L 297 317 L 298 318 L 1791 318 L 1791 315 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 316.5 L 96225.5 316.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1279" y="318" width="1449.560975609756" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 319.5 L -1279.5 319.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 318 L 298 318 L 297 320 L 298 321 L 1791 321 L 1791 318 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 319.5 L 96225.5 319.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1450" y="318" width="42.63414634146341" height="3"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1279" y="321" width="1406.9268292682927" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 322.5 L -1279.5 322.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 321 L 298 321 L 297 323 L 298 324 L 1791 324 L 1791 321 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 322.5 L 96225.5 322.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1279" y="324" width="1449.560975609756" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 325.5 L -1279.5 325.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 324 L 298 324 L 297 326 L 298 327 L 1791 327 L 1791 324 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 325.5 L 96225.5 325.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1279" y="327" width="1449.560975609756" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 328.5 L -1279.5 328.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 327 L 298 327 L 297 329 L 298 330 L 1791 330 L 1791 327 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 328.5 L 96225.5 328.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1279" y="330" width="1492.1951219512196" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 331.5 L -1279.5 331.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 330 L 341 330 L 340 332 L 341 333 L 1791 333 L 1791 330 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 331.5 L 96225.5 331.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="810" y="330" width="42.63414634146341" height="3"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1279" y="333" width="1492.1951219512196" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 334.5 L -1279.5 334.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 333 L 384 333 L 382 335 L 384 336 L 1791 336 L 1791 333 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 334.5 L 96225.5 334.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1279" y="336" width="1492.1951219512196" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 337.5 L -1279.5 337.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="426" y="336" width="1364.2926829268292" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 337.5 L 96225.5 337.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1279 339 L 213 339 L 215 341 L 213 342 L -1279 342 L -1279 339 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 340.5 L -1279.5 340.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="426" y="339" width="1364.2926829268292" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 340.5 L 96225.5 340.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1279 342 L 171 342 L 172 344 L 171 345 L -1279 345 L -1279 342 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 343.5 L -1279.5 343.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 342 L 298 342 L 297 344 L 298 345 L 1791 345 L 1791 342 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 343.5 L 96225.5 343.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1279" y="345" width="1577.4634146341464" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 346.5 L -1279.5 346.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 345 L 469 345 L 467 347 L 469 348 L 1791 348 L 1791 345 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 346.5 L 96225.5 346.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1279 348 L 341 348 L 343 350 L 341 351 L -1279 351 L -1279 348 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 349.5 L -1279.5 349.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="469" y="348" width="1321.6585365853657" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 349.5 L 96225.5 349.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1279 351 L 426 351 L 428 353 L 426 354 L -1279 354 L -1279 351 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 352.5 L -1279.5 352.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="554" y="351" width="1236.390243902439" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 352.5 L 96225.5 352.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1279 354 L 426 354 L 428 356 L 426 357 L -1279 357 L -1279 354 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 355.5 L -1279.5 355.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 554 354 L 2686 354 L 2687 356 L 2686 357 L 554 357 L 554 354 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1407" y="354" width="42.63414634146341" height="3" fill-opacity="0.6"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1279 357 L 426 357 L 428 359 L 426 360 L -1279 360 L -1279 357 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 358.5 L -1279.5 358.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 357 L 597 357 L 595 359 L 597 360 L 1791 360 L 1791 357 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 358.5 L 96225.5 358.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1279 360 L 426 360 L 428 362 L 426 363 L -1279 363 L -1279 360 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 361.5 L -1279.5 361.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="597" y="360" width="1193.7560975609754" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 361.5 L 96225.5 361.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1279" y="363" width="1790.6341463414633" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 364.5 L -1279.5 364.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 363 L 640 363 L 638 365 L 640 366 L 1791 366 L 1791 363 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 364.5 L 96225.5 364.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1279" y="366" width="1790.6341463414633" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 367.5 L -1279.5 367.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 366 L 640 366 L 638 368 L 640 369 L 1791 369 L 1791 366 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 367.5 L 96225.5 367.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1279 369 L 469 369 L 470 371 L 469 372 L -1279 372 L -1279 369 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 370.5 L -1279.5 370.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 369 L 640 369 L 638 371 L 640 372 L 1791 372 L 1791 369 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 370.5 L 96225.5 370.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1279" y="372" width="1918.5365853658536" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 373.5 L -1279.5 373.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 372 L 810 372 L 809 374 L 810 375 L 1791 375 L 1791 372 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 373.5 L 96225.5 373.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-1279" y="375" width="1918.5365853658536" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 376.5 L -1279.5 376.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="810" y="375" width="980.5853658536585" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 376.5 L 96225.5 376.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="895" y="375" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1279 378 L 640 378 L 641 380 L 640 381 L -1279 381 L -1279 378 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -66637.5 379.5 L -1279.5 379.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="810" y="378" width="980.5853658536585" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 379.5 L 96225.5 379.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="895" y="378" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1236 381 L -895 381 L -897 383 L -895 384 L 1236 384 L 1236 381 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 381 L 1364 381 L 1363 383 L 1364 384 L 1791 384 L 1791 381 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 382.5 L 96225.5 382.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1620 384 L -512 384 L -513 386 L -512 387 L 1620 387 L 1620 384 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1194 387 L 938 387 L 939 389 L 938 390 L -1194 390 L -1194 387 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="1108" y="387" width="682.1463414634145" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 388.5 L 96225.5 388.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1236" y="387" width="42.63414634146341" height="3"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1577" y="387" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1194 390 L 895 390 L 897 392 L 895 393 L -1194 393 L -1194 390 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="1108" y="390" width="682.1463414634145" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 391.5 L 96225.5 391.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1194 393 L 938 393 L 939 395 L 938 396 L -1194 396 L -1194 393 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="1108" y="393" width="682.1463414634145" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 394.5 L 96225.5 394.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1194 396 L 938 396 L 939 398 L 938 399 L -1194 399 L -1194 396 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 396 L 1151 396 L 1150 398 L 1151 399 L 1791 399 L 1791 396 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 397.5 L 96225.5 397.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1194 399 L 938 399 L 939 401 L 938 402 L -1194 402 L -1194 399 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 399 L 1236 399 L 1235 401 L 1236 402 L 1791 402 L 1791 399 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 400.5 L 96225.5 400.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1194 402 L 895 402 L 897 404 L 895 405 L -1194 405 L -1194 402 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="1236" y="402" width="554.2439024390244" height="3"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 403.5 L 96225.5 403.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1151 405 L 981 405 L 982 407 L 981 408 L -1151 408 L -1151 405 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 405 L 1364 405 L 1363 407 L 1364 408 L 1791 408 L 1791 405 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 406.5 L 96225.5 406.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1108 408 L 895 408 L 897 410 L 895 411 L -1108 411 L -1108 408 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 408 L 1450 408 L 1448 410 L 1450 411 L 1791 411 L 1791 408 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 409.5 L 96225.5 409.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1108 411 L 1023 411 L 1025 413 L 1023 414 L -1108 414 L -1108 411 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3581 411 L 1450 411 L 1448 413 L 1450 414 L 3581 414 L 3581 411 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1108 414 L 1023 414 L 1025 416 L 1023 417 L -1108 417 L -1108 414 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1450 414 L 3581 414 L 3583 416 L 3581 417 L 1450 417 L 1450 414 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1108 417 L 1023 417 L 1025 419 L 1023 420 L -1108 420 L -1108 417 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 417 L 1492 417 L 1491 419 L 1492 420 L 1791 420 L 1791 417 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 418.5 L 96225.5 418.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1108 420 L 981 420 L 982 422 L 981 423 L -1108 423 L -1108 420 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 420 L 1535 420 L 1533 422 L 1535 423 L 1791 423 L 1791 420 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 421.5 L 96225.5 421.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1108 423 L 1023 423 L 1025 425 L 1023 426 L -1108 426 L -1108 423 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="640" y="423" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 423 L 1535 423 L 1533 425 L 1535 426 L 1791 426 L 1791 423 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 424.5 L 96225.5 424.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1108 426 L 895 426 L 897 428 L 895 429 L -1108 429 L -1108 426 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 426 L 1620 426 L 1619 428 L 1620 429 L 1791 429 L 1791 426 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M 1790.5 427.5 L 96225.5 427.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1023 429 L 895 429 L 897 431 L 895 432 L -1023 432 L -1023 429 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -981 432 L 895 432 L 897 434 L 895 435 L -981 435 L -981 432 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -981 435 L 895 435 L 897 437 L 895 438 L -981 438 L -981 435 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -981 438 L 1151 438 L 1153 440 L 1151 441 L -981 441 L -981 438 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -981 441 L 1151 441 L 1153 443 L 1151 444 L -981 444 L -981 441 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -981 444 L 1151 444 L 1153 446 L 1151 447 L -981 447 L -981 444 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -938 447 L 1194 447 L 1195 449 L 1194 450 L -938 450 L -938 447 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -938 450 L 1194 450 L 1195 452 L 1194 453 L -938 453 L -938 450 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -938 453 L 1194 453 L 1195 455 L 1194 456 L -938 456 L -938 453 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -938 456 L 1194 456 L 1195 458 L 1194 459 L -938 459 L -938 456 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -938 459 L 1194 459 L 1195 461 L 1194 462 L -938 462 L -938 459 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -938 462 L 1194 462 L 1195 464 L 1194 465 L -938 465 L -938 462 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -938 465 L 895 465 L 897 467 L 895 468 L -938 468 L -938 465 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -895 468 L 1236 468 L 1238 470 L 1236 471 L -895 471 L -895 468 Z"/></g><g/><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -895 471 L 1236 471 L 1238 473 L 1236 474 L -895 474 L -895 471 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -895 474 L 1236 474 L 1238 476 L 1236 477 L -895 477 L -895 474 Z"/></g><g/><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -895 477 L 1236 477 L 1238 479 L 1236 480 L -895 480 L -895 477 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -895 480 L 1236 480 L 1238 482 L 1236 483 L -895 483 L -895 480 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -853 483 L 895 483 L 897 485 L 895 486 L -853 486 L -853 483 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -853 486 L 1279 486 L 1281 488 L 1279 489 L -853 489 L -853 486 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 489 L -725 489 L -726 491 L -725 492 L 1407 492 L 1407 489 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 895 492 L -725 492 L -726 494 L -725 495 L 895 495 L 895 492 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="767" y="492" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 495 L -725 495 L -726 497 L -725 498 L 1407 498 L 1407 495 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="810" y="495" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -725 498 L 1407 498 L 1408 500 L 1407 501 L -725 501 L -725 498 Z"/></g></g></g><g transform="translate(57.998046875,318.994140625)" clip-path="url(#4949_rna_track_label_guid_9zpb_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="64.1796875" height="14.248046875"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="3.36669921875" y="12.6744140625" text-anchor="start" dominant-baseline="alphabetic">4949_rna</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="64.1796875" height="14.248046875" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(50,815.99609375)" clip-path="url(#RefseqGenes_referenceFrame_0_guid_visw_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1747.998046875" height="70"/></g><g><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M -6051361.5 17.5 L 1767525.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 13.5 15.5 L 15.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 13.5 19.5 L 15.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 43.5 15.5 L 45.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 43.5 19.5 L 45.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 73.5 15.5 L 75.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 73.5 19.5 L 75.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 103.5 15.5 L 105.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 103.5 19.5 L 105.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 133.5 15.5 L 135.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 133.5 19.5 L 135.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 163.5 15.5 L 165.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 163.5 19.5 L 165.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 193.5 15.5 L 195.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 193.5 19.5 L 195.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 223.5 15.5 L 225.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 223.5 19.5 L 225.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 253.5 15.5 L 255.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 253.5 19.5 L 255.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 283.5 15.5 L 285.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 283.5 19.5 L 285.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 313.5 15.5 L 315.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 313.5 19.5 L 315.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 343.5 15.5 L 345.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 343.5 19.5 L 345.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 373.5 15.5 L 375.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 373.5 19.5 L 375.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 403.5 15.5 L 405.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 403.5 19.5 L 405.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 433.5 15.5 L 435.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 433.5 19.5 L 435.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 463.5 15.5 L 465.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 463.5 19.5 L 465.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 493.5 15.5 L 495.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 493.5 19.5 L 495.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 523.5 15.5 L 525.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 523.5 19.5 L 525.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 553.5 15.5 L 555.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 553.5 19.5 L 555.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 583.5 15.5 L 585.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 583.5 19.5 L 585.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 613.5 15.5 L 615.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 613.5 19.5 L 615.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 643.5 15.5 L 645.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 643.5 19.5 L 645.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 673.5 15.5 L 675.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 673.5 19.5 L 675.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 703.5 15.5 L 705.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 703.5 19.5 L 705.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 733.5 15.5 L 735.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 733.5 19.5 L 735.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 763.5 15.5 L 765.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 763.5 19.5 L 765.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 793.5 15.5 L 795.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 793.5 19.5 L 795.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 823.5 15.5 L 825.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 823.5 19.5 L 825.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 853.5 15.5 L 855.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 853.5 19.5 L 855.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 883.5 15.5 L 885.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 883.5 19.5 L 885.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 913.5 15.5 L 915.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 913.5 19.5 L 915.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 943.5 15.5 L 945.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 943.5 19.5 L 945.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 973.5 15.5 L 975.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 973.5 19.5 L 975.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1003.5 15.5 L 1005.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1003.5 19.5 L 1005.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1033.5 15.5 L 1035.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1033.5 19.5 L 1035.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1063.5 15.5 L 1065.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1063.5 19.5 L 1065.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1093.5 15.5 L 1095.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1093.5 19.5 L 1095.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1123.5 15.5 L 1125.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1123.5 19.5 L 1125.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1153.5 15.5 L 1155.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1153.5 19.5 L 1155.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1183.5 15.5 L 1185.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1183.5 19.5 L 1185.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1213.5 15.5 L 1215.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1213.5 19.5 L 1215.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1243.5 15.5 L 1245.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1243.5 19.5 L 1245.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1273.5 15.5 L 1275.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1273.5 19.5 L 1275.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1303.5 15.5 L 1305.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1303.5 19.5 L 1305.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1333.5 15.5 L 1335.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1333.5 19.5 L 1335.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1363.5 15.5 L 1365.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1363.5 19.5 L 1365.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1393.5 15.5 L 1395.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1393.5 19.5 L 1395.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1423.5 15.5 L 1425.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1423.5 19.5 L 1425.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1453.5 15.5 L 1455.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1453.5 19.5 L 1455.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1483.5 15.5 L 1485.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1483.5 19.5 L 1485.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1513.5 15.5 L 1515.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1513.5 19.5 L 1515.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1543.5 15.5 L 1545.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1543.5 19.5 L 1545.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1573.5 15.5 L 1575.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1573.5 19.5 L 1575.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1603.5 15.5 L 1605.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1603.5 19.5 L 1605.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1633.5 15.5 L 1635.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1633.5 19.5 L 1635.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1663.5 15.5 L 1665.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1663.5 19.5 L 1665.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1693.5 15.5 L 1695.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1693.5 19.5 L 1695.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1723.5 15.5 L 1725.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1723.5 19.5 L 1725.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><rect fill="rgb(0, 0, 150)" stroke="none" x="-1279" y="10" width="3070" height="14"/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1265.5 15.5 L -1263.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1265.5 19.5 L -1263.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1235.5 15.5 L -1233.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1235.5 19.5 L -1233.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1205.5 15.5 L -1203.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1205.5 19.5 L -1203.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1175.5 15.5 L -1173.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1175.5 19.5 L -1173.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1145.5 15.5 L -1143.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1145.5 19.5 L -1143.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1115.5 15.5 L -1113.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1115.5 19.5 L -1113.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1085.5 15.5 L -1083.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1085.5 19.5 L -1083.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1055.5 15.5 L -1053.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1055.5 19.5 L -1053.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1025.5 15.5 L -1023.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1025.5 19.5 L -1023.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -995.5 15.5 L -993.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -995.5 19.5 L -993.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -965.5 15.5 L -963.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -965.5 19.5 L -963.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -935.5 15.5 L -933.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -935.5 19.5 L -933.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -905.5 15.5 L -903.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -905.5 19.5 L -903.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -875.5 15.5 L -873.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -875.5 19.5 L -873.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -845.5 15.5 L -843.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -845.5 19.5 L -843.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -815.5 15.5 L -813.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -815.5 19.5 L -813.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -785.5 15.5 L -783.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -785.5 19.5 L -783.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -755.5 15.5 L -753.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -755.5 19.5 L -753.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -725.5 15.5 L -723.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -725.5 19.5 L -723.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -695.5 15.5 L -693.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -695.5 19.5 L -693.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -665.5 15.5 L -663.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -665.5 19.5 L -663.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -635.5 15.5 L -633.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -635.5 19.5 L -633.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -605.5 15.5 L -603.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -605.5 19.5 L -603.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -575.5 15.5 L -573.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -575.5 19.5 L -573.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -545.5 15.5 L -543.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -545.5 19.5 L -543.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -515.5 15.5 L -513.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -515.5 19.5 L -513.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -485.5 15.5 L -483.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -485.5 19.5 L -483.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -455.5 15.5 L -453.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -455.5 19.5 L -453.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -425.5 15.5 L -423.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -425.5 19.5 L -423.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -395.5 15.5 L -393.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -395.5 19.5 L -393.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -365.5 15.5 L -363.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -365.5 19.5 L -363.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -335.5 15.5 L -333.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -335.5 19.5 L -333.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -305.5 15.5 L -303.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -305.5 19.5 L -303.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -275.5 15.5 L -273.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -275.5 19.5 L -273.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -245.5 15.5 L -243.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -245.5 19.5 L -243.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -215.5 15.5 L -213.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -215.5 19.5 L -213.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -185.5 15.5 L -183.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -185.5 19.5 L -183.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -155.5 15.5 L -153.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -155.5 19.5 L -153.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -125.5 15.5 L -123.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -125.5 19.5 L -123.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -95.5 15.5 L -93.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -95.5 19.5 L -93.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -65.5 15.5 L -63.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -65.5 19.5 L -63.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -35.5 15.5 L -33.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -35.5 19.5 L -33.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5.5 15.5 L -3.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5.5 19.5 L -3.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24.5 15.5 L 26.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24.5 19.5 L 26.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 54.5 15.5 L 56.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 54.5 19.5 L 56.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 84.5 15.5 L 86.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 84.5 19.5 L 86.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 114.5 15.5 L 116.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 114.5 19.5 L 116.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 144.5 15.5 L 146.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 144.5 19.5 L 146.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 174.5 15.5 L 176.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 174.5 19.5 L 176.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 204.5 15.5 L 206.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 204.5 19.5 L 206.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 234.5 15.5 L 236.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 234.5 19.5 L 236.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 264.5 15.5 L 266.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 264.5 19.5 L 266.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 294.5 15.5 L 296.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 294.5 19.5 L 296.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 324.5 15.5 L 326.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 324.5 19.5 L 326.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 354.5 15.5 L 356.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 354.5 19.5 L 356.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 384.5 15.5 L 386.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 384.5 19.5 L 386.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 414.5 15.5 L 416.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 414.5 19.5 L 416.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 444.5 15.5 L 446.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 444.5 19.5 L 446.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 474.5 15.5 L 476.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 474.5 19.5 L 476.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 504.5 15.5 L 506.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 504.5 19.5 L 506.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 534.5 15.5 L 536.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 534.5 19.5 L 536.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 564.5 15.5 L 566.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 564.5 19.5 L 566.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 594.5 15.5 L 596.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 594.5 19.5 L 596.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 624.5 15.5 L 626.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 624.5 19.5 L 626.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 654.5 15.5 L 656.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 654.5 19.5 L 656.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 684.5 15.5 L 686.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 684.5 19.5 L 686.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 714.5 15.5 L 716.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 714.5 19.5 L 716.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 744.5 15.5 L 746.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 744.5 19.5 L 746.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 774.5 15.5 L 776.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 774.5 19.5 L 776.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 804.5 15.5 L 806.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 804.5 19.5 L 806.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 834.5 15.5 L 836.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 834.5 19.5 L 836.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 864.5 15.5 L 866.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 864.5 19.5 L 866.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 894.5 15.5 L 896.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 894.5 19.5 L 896.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 924.5 15.5 L 926.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 924.5 19.5 L 926.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 954.5 15.5 L 956.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 954.5 19.5 L 956.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 984.5 15.5 L 986.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 984.5 19.5 L 986.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1014.5 15.5 L 1016.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1014.5 19.5 L 1016.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1044.5 15.5 L 1046.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1044.5 19.5 L 1046.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1074.5 15.5 L 1076.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1074.5 19.5 L 1076.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1104.5 15.5 L 1106.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1104.5 19.5 L 1106.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1134.5 15.5 L 1136.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1134.5 19.5 L 1136.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1164.5 15.5 L 1166.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1164.5 19.5 L 1166.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1194.5 15.5 L 1196.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1194.5 19.5 L 1196.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1224.5 15.5 L 1226.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1224.5 19.5 L 1226.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1254.5 15.5 L 1256.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1254.5 19.5 L 1256.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1284.5 15.5 L 1286.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1284.5 19.5 L 1286.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1314.5 15.5 L 1316.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1314.5 19.5 L 1316.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1344.5 15.5 L 1346.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1344.5 19.5 L 1346.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1374.5 15.5 L 1376.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1374.5 19.5 L 1376.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1404.5 15.5 L 1406.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1404.5 19.5 L 1406.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1434.5 15.5 L 1436.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1434.5 19.5 L 1436.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1464.5 15.5 L 1466.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1464.5 19.5 L 1466.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1494.5 15.5 L 1496.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1494.5 19.5 L 1496.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1524.5 15.5 L 1526.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1524.5 19.5 L 1526.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1554.5 15.5 L 1556.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1554.5 19.5 L 1556.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1584.5 15.5 L 1586.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1584.5 19.5 L 1586.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1614.5 15.5 L 1616.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1614.5 19.5 L 1616.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1644.5 15.5 L 1646.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1644.5 19.5 L 1646.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1674.5 15.5 L 1676.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1674.5 19.5 L 1676.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1704.5 15.5 L 1706.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1704.5 19.5 L 1706.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1734.5 15.5 L 1736.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1734.5 19.5 L 1736.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1764.5 15.5 L 1766.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1764.5 19.5 L 1766.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><g><g><text fill="rgb(0, 0, 150)" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="873.9990234375" y="35" text-anchor="middle" dominant-baseline="alphabetic">PLCG2</text></g></g></g></g><g transform="translate(57.998046875,823.994140625)" clip-path="url(#RefseqGenes_track_label_guid_tgkh_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="92.34375" height="14.248046875"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="3.908203125" y="12.6744140625" text-anchor="start" dominant-baseline="alphabetic">Refseq Genes</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="92.34375" height="14.248046875" stroke-miterlimit="10" stroke-dasharray=""/></g></g></svg>
... ...
\ No newline at end of file