MAP3K6.md
... ...
@@ -46,5 +46,12 @@ View all variants in GenomePaint [hg19](https://morinlab.github.io/LLMPP/GAMBL/M
46 46
<!-- ORIGIN: loveGeneticLandscapeMutations2012 -->
47 47
<!-- BL: loveGeneticLandscapeMutations2012 -->
48 48
49
+## Representative Mutations
50
+
51
+![](primary/Love_MAP3K6.svg)
52
+**Rating**
53
+&starf; &star; &star; &star; &star;
54
+
55
+
49 56
## References
50 57
1. Love C, Sun Z, Jima D, Li G, Zhang J, Miles R, Richards KL, Dunphy CH, Choi WWL, Srivastava G, Lugar PL, Rizzieri DA, Lagoo AS, Bernal-Mizrachi L, Mann KP, Flowers CR, Naresh KN, Evens AM, Chadburn A, Gordon LI, Czader MB, Gill JI, Hsi ED, Greenough A, Moffitt AB, McKinney M, Banerjee A, Grubor V, Levy S, Dunson DB, Dave SS. The genetic landscape of mutations in Burkitt lymphoma. Nat Genet. 2012 Dec;44(12):1321–1325. PMCID: PMC3674561
papers/loveGeneticLandscapeMutations2012.md
... ...
@@ -74,7 +74,7 @@ All other BL studies, BL Tier 2, 101
74 74
|[ICK](../ICK)|2 |&starf; &star; &star; &star; &star;|
75 75
|[ITPR3](../ITPR3)|2 |&starf; &star; &star; &star; &star;|
76 76
|[KIFC3](../KIFC3)|2 |&starf; &star; &star; &star; &star;|
77
-|[MAP3K6](../MAP3K6)|2 ||
77
+|[MAP3K6](../MAP3K6)|2 |&starf; &star; &star; &star; &star;|
78 78
|[MYH10](../MYH10)|2 ||
79 79
|[NBEAL1](../NBEAL1)|2 ||
80 80
|[NOTCH1](../NOTCH1)|2 |&starf; &star; &star; &star; &star;|
papers/loveGeneticLandscapeMutations2012.pdf
papers/loveGeneticLandscapeMutations2012_tmp.html
... ...
@@ -1,731 +0,0 @@
1
-<!DOCTYPE html>
2
-<html>
3
-<head>
4
-<title>loveGeneticLandscapeMutations2012.md</title>
5
-<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
6
-
7
-<style>
8
-/* https://github.com/microsoft/vscode/blob/master/extensions/markdown-language-features/media/markdown.css */
9
-/*---------------------------------------------------------------------------------------------
10
- * Copyright (c) Microsoft Corporation. All rights reserved.
11
- * Licensed under the MIT License. See License.txt in the project root for license information.
12
- *--------------------------------------------------------------------------------------------*/
13
-
14
-body {
15
- font-family: var(--vscode-markdown-font-family, -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "Ubuntu", "Droid Sans", sans-serif);
16
- font-size: var(--vscode-markdown-font-size, 14px);
17
- padding: 0 26px;
18
- line-height: var(--vscode-markdown-line-height, 22px);
19
- word-wrap: break-word;
20
-}
21
-
22
-#code-csp-warning {
23
- position: fixed;
24
- top: 0;
25
- right: 0;
26
- color: white;
27
- margin: 16px;
28
- text-align: center;
29
- font-size: 12px;
30
- font-family: sans-serif;
31
- background-color:#444444;
32
- cursor: pointer;
33
- padding: 6px;
34
- box-shadow: 1px 1px 1px rgba(0,0,0,.25);
35
-}
36
-
37
-#code-csp-warning:hover {
38
- text-decoration: none;
39
- background-color:#007acc;
40
- box-shadow: 2px 2px 2px rgba(0,0,0,.25);
41
-}
42
-
43
-body.scrollBeyondLastLine {
44
- margin-bottom: calc(100vh - 22px);
45
-}
46
-
47
-body.showEditorSelection .code-line {
48
- position: relative;
49
-}
50
-
51
-body.showEditorSelection .code-active-line:before,
52
-body.showEditorSelection .code-line:hover:before {
53
- content: "";
54
- display: block;
55
- position: absolute;
56
- top: 0;
57
- left: -12px;
58
- height: 100%;
59
-}
60
-
61
-body.showEditorSelection li.code-active-line:before,
62
-body.showEditorSelection li.code-line:hover:before {
63
- left: -30px;
64
-}
65
-
66
-.vscode-light.showEditorSelection .code-active-line:before {
67
- border-left: 3px solid rgba(0, 0, 0, 0.15);
68
-}
69
-
70
-.vscode-light.showEditorSelection .code-line:hover:before {
71
- border-left: 3px solid rgba(0, 0, 0, 0.40);
72
-}
73
-
74
-.vscode-light.showEditorSelection .code-line .code-line:hover:before {
75
- border-left: none;
76
-}
77
-
78
-.vscode-dark.showEditorSelection .code-active-line:before {
79
- border-left: 3px solid rgba(255, 255, 255, 0.4);
80
-}
81
-
82
-.vscode-dark.showEditorSelection .code-line:hover:before {
83
- border-left: 3px solid rgba(255, 255, 255, 0.60);
84
-}
85
-
86
-.vscode-dark.showEditorSelection .code-line .code-line:hover:before {
87
- border-left: none;
88
-}
89
-
90
-.vscode-high-contrast.showEditorSelection .code-active-line:before {
91
- border-left: 3px solid rgba(255, 160, 0, 0.7);
92
-}
93
-
94
-.vscode-high-contrast.showEditorSelection .code-line:hover:before {
95
- border-left: 3px solid rgba(255, 160, 0, 1);
96
-}
97
-
98
-.vscode-high-contrast.showEditorSelection .code-line .code-line:hover:before {
99
- border-left: none;
100
-}
101
-
102
-img {
103
- max-width: 100%;
104
- max-height: 100%;
105
-}
106
-
107
-a {
108
- text-decoration: none;
109
-}
110
-
111
-a:hover {
112
- text-decoration: underline;
113
-}
114
-
115
-a:focus,
116
-input:focus,
117
-select:focus,
118
-textarea:focus {
119
- outline: 1px solid -webkit-focus-ring-color;
120
- outline-offset: -1px;
121
-}
122
-
123
-hr {
124
- border: 0;
125
- height: 2px;
126
- border-bottom: 2px solid;
127
-}
128
-
129
-h1 {
130
- padding-bottom: 0.3em;
131
- line-height: 1.2;
132
- border-bottom-width: 1px;
133
- border-bottom-style: solid;
134
-}
135
-
136
-h1, h2, h3 {
137
- font-weight: normal;
138
-}
139
-
140
-table {
141
- border-collapse: collapse;
142
-}
143
-
144
-table > thead > tr > th {
145
- text-align: left;
146
- border-bottom: 1px solid;
147
-}
148
-
149
-table > thead > tr > th,
150
-table > thead > tr > td,
151
-table > tbody > tr > th,
152
-table > tbody > tr > td {
153
- padding: 5px 10px;
154
-}
155
-
156
-table > tbody > tr + tr > td {
157
- border-top: 1px solid;
158
-}
159
-
160
-blockquote {
161
- margin: 0 7px 0 5px;
162
- padding: 0 16px 0 10px;
163
- border-left-width: 5px;
164
- border-left-style: solid;
165
-}
166
-
167
-code {
168
- font-family: Menlo, Monaco, Consolas, "Droid Sans Mono", "Courier New", monospace, "Droid Sans Fallback";
169
- font-size: 1em;
170
- line-height: 1.357em;
171
-}
172
-
173
-body.wordWrap pre {
174
- white-space: pre-wrap;
175
-}
176
-
177
-pre:not(.hljs),
178
-pre.hljs code > div {
179
- padding: 16px;
180
- border-radius: 3px;
181
- overflow: auto;
182
-}
183
-
184
-pre code {
185
- color: var(--vscode-editor-foreground);
186
- tab-size: 4;
187
-}
188
-
189
-/** Theming */
190
-
191
-.vscode-light pre {
192
- background-color: rgba(220, 220, 220, 0.4);
193
-}
194
-
195
-.vscode-dark pre {
196
- background-color: rgba(10, 10, 10, 0.4);
197
-}
198
-
199
-.vscode-high-contrast pre {
200
- background-color: rgb(0, 0, 0);
201
-}
202
-
203
-.vscode-high-contrast h1 {
204
- border-color: rgb(0, 0, 0);
205
-}
206
-
207
-.vscode-light table > thead > tr > th {
208
- border-color: rgba(0, 0, 0, 0.69);
209
-}
210
-
211
-.vscode-dark table > thead > tr > th {
212
- border-color: rgba(255, 255, 255, 0.69);
213
-}
214
-
215
-.vscode-light h1,
216
-.vscode-light hr,
217
-.vscode-light table > tbody > tr + tr > td {
218
- border-color: rgba(0, 0, 0, 0.18);
219
-}
220
-
221
-.vscode-dark h1,
222
-.vscode-dark hr,
223
-.vscode-dark table > tbody > tr + tr > td {
224
- border-color: rgba(255, 255, 255, 0.18);
225
-}
226
-
227
-</style>
228
-
229
-<style>
230
-/* Tomorrow Theme */
231
-/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
232
-/* Original theme - https://github.com/chriskempson/tomorrow-theme */
233
-
234
-/* Tomorrow Comment */
235
-.hljs-comment,
236
-.hljs-quote {
237
- color: #8e908c;
238
-}
239
-
240
-/* Tomorrow Red */
241
-.hljs-variable,
242
-.hljs-template-variable,
243
-.hljs-tag,
244
-.hljs-name,
245
-.hljs-selector-id,
246
-.hljs-selector-class,
247
-.hljs-regexp,
248
-.hljs-deletion {
249
- color: #c82829;
250
-}
251
-
252
-/* Tomorrow Orange */
253
-.hljs-number,
254
-.hljs-built_in,
255
-.hljs-builtin-name,
256
-.hljs-literal,
257
-.hljs-type,
258
-.hljs-params,
259
-.hljs-meta,
260
-.hljs-link {
261
- color: #f5871f;
262
-}
263
-
264
-/* Tomorrow Yellow */
265
-.hljs-attribute {
266
- color: #eab700;
267
-}
268
-
269
-/* Tomorrow Green */
270
-.hljs-string,
271
-.hljs-symbol,
272
-.hljs-bullet,
273
-.hljs-addition {
274
- color: #718c00;
275
-}
276
-
277
-/* Tomorrow Blue */
278
-.hljs-title,
279
-.hljs-section {
280
- color: #4271ae;
281
-}
282
-
283
-/* Tomorrow Purple */
284
-.hljs-keyword,
285
-.hljs-selector-tag {
286
- color: #8959a8;
287
-}
288
-
289
-.hljs {
290
- display: block;
291
- overflow-x: auto;
292
- color: #4d4d4c;
293
- padding: 0.5em;
294
-}
295
-
296
-.hljs-emphasis {
297
- font-style: italic;
298
-}
299
-
300
-.hljs-strong {
301
- font-weight: bold;
302
-}
303
-</style>
304
-
305
-<style>
306
-/*
307
- * Markdown PDF CSS
308
- */
309
-
310
- body {
311
- font-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "Ubuntu", "Droid Sans", sans-serif, "Meiryo";
312
- padding: 0 12px;
313
-}
314
-
315
-pre {
316
- background-color: #f8f8f8;
317
- border: 1px solid #cccccc;
318
- border-radius: 3px;
319
- overflow-x: auto;
320
- white-space: pre-wrap;
321
- overflow-wrap: break-word;
322
-}
323
-
324
-pre:not(.hljs) {
325
- padding: 23px;
326
- line-height: 19px;
327
-}
328
-
329
-blockquote {
330
- background: rgba(127, 127, 127, 0.1);
331
- border-color: rgba(0, 122, 204, 0.5);
332
-}
333
-
334
-.emoji {
335
- height: 1.4em;
336
-}
337
-
338
-code {
339
- font-size: 14px;
340
- line-height: 19px;
341
-}
342
-
343
-/* for inline code */
344
-:not(pre):not(.hljs) > code {
345
- color: #C9AE75; /* Change the old color so it seems less like an error */
346
- font-size: inherit;
347
-}
348
-
349
-/* Page Break : use <div class="page"/> to insert page break
350
--------------------------------------------------------- */
351
-.page {
352
- page-break-after: always;
353
-}
354
-
355
-</style>
356
-
357
-<script src="https://unpkg.com/mermaid/dist/mermaid.min.js"></script>
358
-</head>
359
-<body>
360
- <script>
361
- mermaid.initialize({
362
- startOnLoad: true,
363
- theme: document.body.classList.contains('vscode-dark') || document.body.classList.contains('vscode-high-contrast')
364
- ? 'dark'
365
- : 'default'
366
- });
367
- </script>
368
-<h1 id="lovegeneticlandscapemutations2012">@loveGeneticLandscapeMutations2012</h1>
369
-<h2 id="summary-of-novel-genes">Summary of novel genes</h2>
370
-<table>
371
-<thead>
372
-<tr>
373
-<th style="text-align:center">Entity</th>
374
-<th style="text-align:center">Tier 1 genes</th>
375
-<th style="text-align:center">Tier 2 genes</th>
376
-</tr>
377
-</thead>
378
-<tbody>
379
-<tr>
380
-<td style="text-align:center">BL</td>
381
-<td style="text-align:center">3</td>
382
-<td style="text-align:center">56</td>
383
-</tr>
384
-</tbody>
385
-</table>
386
-<pre><code class="language-mermaid"><div class="mermaid">---
387
-config:
388
- sankey:
389
- showValues: true
390
- linkColor: target
391
- width: 600
392
- height: 300
393
- nodeAlignment: right
394
- prefix: '('
395
- suffix: ' genes)'
396
----
397
-sankey-beta
398
-This study, New Tier 1, 3
399
-New Tier 1, BL Tier 1, 3
400
-This study, New Tier 2, 56
401
-New Tier 2, BL Tier 2, 56
402
-All other BL studies, BL Tier 1, 26
403
-All other BL studies, BL Tier 2, 101
404
-</div></code></pre>
405
-<h2 id="novel-genes-reported-in-this-study">Novel genes reported in this study</h2>
406
-<h3 id="tier-1">Tier 1</h3>
407
-<table>
408
-<thead>
409
-<tr>
410
-<th style="text-align:left">New gene</th>
411
-<th style="text-align:center">BL tier</th>
412
-</tr>
413
-</thead>
414
-<tbody>
415
-<tr>
416
-<td style="text-align:left"><a href="../ARID1A">ARID1A</a></td>
417
-<td style="text-align:center">1</td>
418
-</tr>
419
-<tr>
420
-<td style="text-align:left"><a href="../GNA13">GNA13</a></td>
421
-<td style="text-align:center">1</td>
422
-</tr>
423
-<tr>
424
-<td style="text-align:left"><a href="../PTEN">PTEN</a></td>
425
-<td style="text-align:center">1</td>
426
-</tr>
427
-</tbody>
428
-</table>
429
-<h3 id="tier-2">Tier 2</h3>
430
-<table>
431
-<thead>
432
-<tr>
433
-<th style="text-align:left">New gene</th>
434
-<th style="text-align:center">BL tier</th>
435
-<th style="text-align:center">Rating of reviewed variants</th>
436
-</tr>
437
-</thead>
438
-<tbody>
439
-<tr>
440
-<td style="text-align:left"><a href="../ACAD9">ACAD9</a></td>
441
-<td style="text-align:center">2</td>
442
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
443
-</tr>
444
-<tr>
445
-<td style="text-align:left"><a href="../ACE">ACE</a></td>
446
-<td style="text-align:center">2</td>
447
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
448
-</tr>
449
-<tr>
450
-<td style="text-align:left"><a href="../ATP2C2">ATP2C2</a></td>
451
-<td style="text-align:center">2</td>
452
-<td style="text-align:center">★ ★ ☆ ☆ ☆</td>
453
-</tr>
454
-<tr>
455
-<td style="text-align:left"><a href="../BCL6">BCL6</a></td>
456
-<td style="text-align:center">2</td>
457
-<td style="text-align:center">★ ★ ★ ★ ☆</td>
458
-</tr>
459
-<tr>
460
-<td style="text-align:left"><a href="../BRAF">BRAF</a></td>
461
-<td style="text-align:center">2</td>
462
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
463
-</tr>
464
-<tr>
465
-<td style="text-align:left"><a href="../BRD4">BRD4</a></td>
466
-<td style="text-align:center">2</td>
467
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
468
-</tr>
469
-<tr>
470
-<td style="text-align:left"><a href="../BTG2">BTG2</a></td>
471
-<td style="text-align:center">2</td>
472
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
473
-</tr>
474
-<tr>
475
-<td style="text-align:left"><a href="../C6orf27">C6orf27</a></td>
476
-<td style="text-align:center">2</td>
477
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
478
-</tr>
479
-<tr>
480
-<td style="text-align:left"><a href="../CAD">CAD</a></td>
481
-<td style="text-align:center">2</td>
482
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
483
-</tr>
484
-<tr>
485
-<td style="text-align:left"><a href="../CARD4">CARD4</a></td>
486
-<td style="text-align:center">2</td>
487
-<td style="text-align:center">★ ★ ★ ★ ☆</td>
488
-</tr>
489
-<tr>
490
-<td style="text-align:left"><a href="../CCT6B">CCT6B</a></td>
491
-<td style="text-align:center">2</td>
492
-<td style="text-align:center"><em>Germline</em></td>
493
-</tr>
494
-<tr>
495
-<td style="text-align:left"><a href="../CDC73">CDC73</a></td>
496
-<td style="text-align:center">2</td>
497
-<td style="text-align:center">★ ★ ★ ☆ ☆</td>
498
-</tr>
499
-<tr>
500
-<td style="text-align:left"><a href="../CDH17">CDH17</a></td>
501
-<td style="text-align:center">2</td>
502
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
503
-</tr>
504
-<tr>
505
-<td style="text-align:left"><a href="../COL4A2">COL4A2</a></td>
506
-<td style="text-align:center">2</td>
507
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
508
-</tr>
509
-<tr>
510
-<td style="text-align:left"><a href="../CREBBP">CREBBP</a></td>
511
-<td style="text-align:center">2</td>
512
-<td style="text-align:center">★ ★ ★ ★ ☆</td>
513
-</tr>
514
-<tr>
515
-<td style="text-align:left"><a href="../CYB5D1">CYB5D1</a></td>
516
-<td style="text-align:center">2</td>
517
-<td style="text-align:center">★ ★ ☆ ☆ ☆</td>
518
-</tr>
519
-<tr>
520
-<td style="text-align:left"><a href="../CYP4F22">CYP4F22</a></td>
521
-<td style="text-align:center">2</td>
522
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
523
-</tr>
524
-<tr>
525
-<td style="text-align:left"><a href="../DLGAP1">DLGAP1</a></td>
526
-<td style="text-align:center">2</td>
527
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
528
-</tr>
529
-<tr>
530
-<td style="text-align:left"><a href="../DTX1">DTX1</a></td>
531
-<td style="text-align:center">2</td>
532
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
533
-</tr>
534
-<tr>
535
-<td style="text-align:left"><a href="../EIF2C4">EIF2C4</a></td>
536
-<td style="text-align:center">2</td>
537
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
538
-</tr>
539
-<tr>
540
-<td style="text-align:left"><a href="../EML2">EML2</a></td>
541
-<td style="text-align:center">2</td>
542
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
543
-</tr>
544
-<tr>
545
-<td style="text-align:left"><a href="../ENTPD3">ENTPD3</a></td>
546
-<td style="text-align:center">2</td>
547
-<td style="text-align:center">★ ★ ☆ ☆ ☆</td>
548
-</tr>
549
-<tr>
550
-<td style="text-align:left"><a href="../EPHB2">EPHB2</a></td>
551
-<td style="text-align:center">2</td>
552
-<td style="text-align:center">★ ★ ☆ ☆ ☆</td>
553
-</tr>
554
-<tr>
555
-<td style="text-align:left"><a href="../EZH2">EZH2</a></td>
556
-<td style="text-align:center">2</td>
557
-<td style="text-align:center">★ ★ ★ ★ ★</td>
558
-</tr>
559
-<tr>
560
-<td style="text-align:left"><a href="../FAM129B">FAM129B</a></td>
561
-<td style="text-align:center">2</td>
562
-<td style="text-align:center">★ ★ ☆ ☆ ☆</td>
563
-</tr>
564
-<tr>
565
-<td style="text-align:left"><a href="../FGFR3">FGFR3</a></td>
566
-<td style="text-align:center">2</td>
567
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
568
-</tr>
569
-<tr>
570
-<td style="text-align:left"><a href="../FTCD">FTCD</a></td>
571
-<td style="text-align:center">2</td>
572
-<td style="text-align:center"><em>Germline</em></td>
573
-</tr>
574
-<tr>
575
-<td style="text-align:left"><a href="../GGTLA4">GGTLA4</a></td>
576
-<td style="text-align:center">2</td>
577
-<td style="text-align:center">★ ★ ★ ★ ☆</td>
578
-</tr>
579
-<tr>
580
-<td style="text-align:left"><a href="../GRIK5">GRIK5</a></td>
581
-<td style="text-align:center">2</td>
582
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
583
-</tr>
584
-<tr>
585
-<td style="text-align:left"><a href="../ICK">ICK</a></td>
586
-<td style="text-align:center">2</td>
587
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
588
-</tr>
589
-<tr>
590
-<td style="text-align:left"><a href="../ITPR3">ITPR3</a></td>
591
-<td style="text-align:center">2</td>
592
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
593
-</tr>
594
-<tr>
595
-<td style="text-align:left"><a href="../KIFC3">KIFC3</a></td>
596
-<td style="text-align:center">2</td>
597
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
598
-</tr>
599
-<tr>
600
-<td style="text-align:left"><a href="../MAP3K6">MAP3K6</a></td>
601
-<td style="text-align:center">2</td>
602
-<td style="text-align:center"></td>
603
-</tr>
604
-<tr>
605
-<td style="text-align:left"><a href="../MYH10">MYH10</a></td>
606
-<td style="text-align:center">2</td>
607
-<td style="text-align:center"></td>
608
-</tr>
609
-<tr>
610
-<td style="text-align:left"><a href="../NBEAL1">NBEAL1</a></td>
611
-<td style="text-align:center">2</td>
612
-<td style="text-align:center"></td>
613
-</tr>
614
-<tr>
615
-<td style="text-align:left"><a href="../NOTCH1">NOTCH1</a></td>
616
-<td style="text-align:center">2</td>
617
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
618
-</tr>
619
-<tr>
620
-<td style="text-align:left"><a href="../NRXN2">NRXN2</a></td>
621
-<td style="text-align:center">2</td>
622
-<td style="text-align:center"></td>
623
-</tr>
624
-<tr>
625
-<td style="text-align:left"><a href="../P2RY2">P2RY2</a></td>
626
-<td style="text-align:center">2</td>
627
-<td style="text-align:center"></td>
628
-</tr>
629
-<tr>
630
-<td style="text-align:left"><a href="../PC">PC</a></td>
631
-<td style="text-align:center">2</td>
632
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
633
-</tr>
634
-<tr>
635
-<td style="text-align:left"><a href="../POLRMT">POLRMT</a></td>
636
-<td style="text-align:center">2</td>
637
-<td style="text-align:center"></td>
638
-</tr>
639
-<tr>
640
-<td style="text-align:left"><a href="../POR">POR</a></td>
641
-<td style="text-align:center">2</td>
642
-<td style="text-align:center"></td>
643
-</tr>
644
-<tr>
645
-<td style="text-align:left"><a href="../PRSS22">PRSS22</a></td>
646
-<td style="text-align:center">2</td>
647
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
648
-</tr>
649
-<tr>
650
-<td style="text-align:left"><a href="../PTPRN">PTPRN</a></td>
651
-<td style="text-align:center">2</td>
652
-<td style="text-align:center"></td>
653
-</tr>
654
-<tr>
655
-<td style="text-align:left"><a href="../RANBP6">RANBP6</a></td>
656
-<td style="text-align:center">2</td>
657
-<td style="text-align:center"></td>
658
-</tr>
659
-<tr>
660
-<td style="text-align:left"><a href="../RBP3">RBP3</a></td>
661
-<td style="text-align:center">2</td>
662
-<td style="text-align:center"></td>
663
-</tr>
664
-<tr>
665
-<td style="text-align:left"><a href="../RET">RET</a></td>
666
-<td style="text-align:center">2</td>
667
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
668
-</tr>
669
-<tr>
670
-<td style="text-align:left"><a href="../SALL3">SALL3</a></td>
671
-<td style="text-align:center">2</td>
672
-<td style="text-align:center"></td>
673
-</tr>
674
-<tr>
675
-<td style="text-align:left"><a href="../SAPS2">SAPS2</a></td>
676
-<td style="text-align:center">2</td>
677
-<td style="text-align:center"></td>
678
-</tr>
679
-<tr>
680
-<td style="text-align:left"><a href="../SBF1">SBF1</a></td>
681
-<td style="text-align:center">2</td>
682
-<td style="text-align:center"></td>
683
-</tr>
684
-<tr>
685
-<td style="text-align:left"><a href="../SF3B1">SF3B1</a></td>
686
-<td style="text-align:center">2</td>
687
-<td style="text-align:center"></td>
688
-</tr>
689
-<tr>
690
-<td style="text-align:left"><a href="../SHANK1">SHANK1</a></td>
691
-<td style="text-align:center">2</td>
692
-<td style="text-align:center"></td>
693
-</tr>
694
-<tr>
695
-<td style="text-align:left"><a href="../SLC29A2">SLC29A2</a></td>
696
-<td style="text-align:center">2</td>
697
-<td style="text-align:center"></td>
698
-</tr>
699
-<tr>
700
-<td style="text-align:left"><a href="../SYNGAP1">SYNGAP1</a></td>
701
-<td style="text-align:center">2</td>
702
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
703
-</tr>
704
-<tr>
705
-<td style="text-align:left"><a href="../TBC1D9B">TBC1D9B</a></td>
706
-<td style="text-align:center">2</td>
707
-<td style="text-align:center"></td>
708
-</tr>
709
-<tr>
710
-<td style="text-align:left"><a href="../TIGD6">TIGD6</a></td>
711
-<td style="text-align:center">2</td>
712
-<td style="text-align:center"></td>
713
-</tr>
714
-<tr>
715
-<td style="text-align:left"><a href="../TPST2">TPST2</a></td>
716
-<td style="text-align:center">2</td>
717
-<td style="text-align:center"></td>
718
-</tr>
719
-<tr>
720
-<td style="text-align:left"><a href="../ZNF229">ZNF229</a></td>
721
-<td style="text-align:center">2</td>
722
-<td style="text-align:center"><em>Germline</em></td>
723
-</tr>
724
-</tbody>
725
-</table>
726
-<h2 id="see-also">See Also</h2>
727
-<p>The primary data supporting each of the mutations reported in this study can be viewed in <a href="https://www.bcgsc.ca/downloads/morinlab/GAMBL/Love/">IGV reports</a></p>
728
-<h1 id="details">Details</h1>
729
-
730
-</body>
731
-</html>
primary/Love_MAP3K6.svg
... ...
@@ -0,0 +1 @@
1
+<svg xmlns="http://www.w3.org/2000/svg" width="1569.0234375" height="580.99609375" overflow="visible" viewBox="0 0 1569.0234375 580.99609375"><defs><clipPath id="ideogram_referenceFrame_0_guid_4njv_clip_rect"><rect x="0" y="0" width="1465" height="15.99609375"/></clipPath><clipPath id="xSLfVJOsvEPN"><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 7.998046875 0.5 L 1457.001953125 0.5 Q 1464.5 0.5 1464.5 7.998046875 L 1464.5 7.998046875 Q 1464.5 15.49609375 1457.001953125 15.49609375 L 7.998046875 15.49609375 Q 0.5 15.49609375 0.5 7.998046875 L 0.5 7.998046875 Q 0.5 0.5 7.998046875 0.5 Z" stroke-miterlimit="10" stroke-dasharray=""/></clipPath><clipPath id="ruler_referenceFrame_0_guid_5psp_clip_rect"><rect x="0" y="0" width="1465" height="40"/></clipPath><clipPath id="sequence_referenceFrame_0_guid_09z8_clip_rect"><rect x="0" y="0" width="1465" height="25"/></clipPath><clipPath id="1093_axis_guid_kafv_clip_rect"><rect x="0" y="0" width="50" height="200"/></clipPath><clipPath id="1093_referenceFrame_0_guid_dofq_clip_rect"><rect x="0" y="0" width="1465" height="200"/></clipPath><clipPath id="1093_track_label_guid_ld4u_clip_rect"><rect x="0" y="0" width="39.39453125" height="15.5078125"/></clipPath><clipPath id="N1093_axis_guid_you8_clip_rect"><rect x="0" y="0" width="50" height="200"/></clipPath><clipPath id="N1093_referenceFrame_0_guid_0gjg_clip_rect"><rect x="0" y="0" width="1465" height="200"/></clipPath><clipPath id="N1093_track_label_guid_1ty8_clip_rect"><rect x="0" y="0" width="48.7890625" height="15.5078125"/></clipPath><clipPath id="RefseqGenes_referenceFrame_0_guid_bv3l_clip_rect"><rect x="0" y="0" width="1465" height="70"/></clipPath><clipPath id="RefseqGenes_track_label_guid_5rqy_clip_rect"><rect x="0" y="0" width="93.57421875" height="15.5078125"/></clipPath></defs><rect id="svg_output_backdrop" width="100%" height="100%" fill="white"/><g id="root-group"><g transform="translate(50,5)" clip-path="url(#xSLfVJOsvEPN)"><g><rect fill="rgb(255,255,255)" stroke="none" x="0" y="0" width="1465" height="15.99609375"/></g><path fill="none" stroke="none"/><g><rect fill="rgb(172,172,172)" stroke="none" x="14" y="1" width="17.775551041172267" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="31" y="1" width="10.665330624703362" height="13.99609375"/><rect fill="rgb(172,172,172)" stroke="none" x="42" y="1" width="12.442885728820585" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="55" y="1" width="20.14562451332857" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="75" y="1" width="20.738142881367637" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="95" y="1" width="24.885771457641184" height="13.99609375"/><rect fill="rgb(172,172,172)" stroke="none" x="120" y="1" width="20.738142881367637" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="141" y="1" width="23.70073472156301" height="13.99609375"/><rect fill="rgb(172,172,172)" stroke="none" x="165" y="1" width="13.03540409685968" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="178" y="1" width="13.03540409685965" height="13.99609375"/><rect fill="rgb(172,172,172)" stroke="none" x="191" y="1" width="13.03540409685968" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="204" y="1" width="30.810955138031915" height="13.99609375"/><rect fill="rgb(172,172,172)" stroke="none" x="235" y="1" width="25.478289825680264" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="260" y="1" width="15.405477569015943" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="276" y="1" width="28.440881665875622" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="304" y="1" width="29.033400033914745" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="333" y="1" width="14.812959200976877" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="348" y="1" width="13.035404096859622" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="361" y="1" width="46.21643270704794" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="407" y="1" width="4.740146944312585" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="412" y="1" width="90.06279194193945" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="502" y="1" width="20.14562451332864" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="522" y="1" width="23.108216353523858" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="545" y="1" width="14.812959200976934" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="560" y="1" width="29.033400033914745" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="589" y="1" width="15.405477569015943" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="604" y="1" width="29.625918401953754" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="634" y="1" width="27.25584492979749" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="661" y="1" width="25.478289825680235" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="687" y="1" width="10.072812256664292" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="697" y="1" width="18.36806940921133" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="715" y="1" width="2.370073472156264" height="13.99609375"/><path fill="rgb(150, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M 717.5397436953205 15.99609375 L 717.5397436953205 0 L 736.5003314725709 7.998046875 Z"/><path fill="rgb(150, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M 758.4235110900167 15.99609375 L 758.4235110900167 0 L 736.5003314725709 7.998046875 Z"/><rect fill="rgb(230,230,230)" stroke="none" x="758" y="1" width="85.32264499762687" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="844" y="1" width="33.18102861018815" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="877" y="1" width="9.480293888625283" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="886" y="1" width="21.923179617445726" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="908" y="1" width="8.88777552058616" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="917" y="1" width="14.812959200976934" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="932" y="1" width="8.88777552058616" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="941" y="1" width="29.625918401953754" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="971" y="1" width="10.072812256664292" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="981" y="1" width="21.330661249406717" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="1002" y="1" width="12.442885728820556" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1014" y="1" width="18.36806940921133" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="1033" y="1" width="25.47828982568035" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1058" y="1" width="31.995991874109905" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="1090" y="1" width="29.625918401953868" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1120" y="1" width="18.36806940921133" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="1138" y="1" width="31.995991874110132" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1170" y="1" width="46.21643270704794" height="13.99609375"/><rect fill="rgb(172,172,172)" stroke="none" x="1216" y="1" width="24.885771457641113" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1241" y="1" width="15.40547756901583" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="1257" y="1" width="59.251836803907736" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1316" y="1" width="3.5551102082342823" height="13.99609375"/><rect fill="rgb(172,172,172)" stroke="none" x="1320" y="1" width="14.220440832937811" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1334" y="1" width="21.92317961744584" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="1356" y="1" width="23.108216353524085" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1379" y="1" width="11.25784899274231" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="1390" y="1" width="42.068804130774424" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1432" y="1" width="32.88310444955437" height="13.99609375"/><path fill="none" stroke="rgb(41,41,41)" paint-order="fill stroke markers" d=" M 7.998046875 0.5 L 1457.001953125 0.5 Q 1464.5 0.5 1464.5 7.998046875 L 1464.5 7.998046875 Q 1464.5 15.49609375 1457.001953125 15.49609375 L 7.998046875 15.49609375 Q 0.5 15.49609375 0.5 7.998046875 L 0.5 7.998046875 Q 0.5 0.5 7.998046875 0.5 Z" stroke-miterlimit="10" stroke-dasharray=""/><g><rect fill="none" stroke="red" x="163.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_5psp_clip_rect)"><rect fill="#FFFFFF" stroke="none" x="0" y="0" width="1465" height="40"/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="4" y="32" text-anchor="start" dominant-baseline="alphabetic">27,561,790 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 36.5 34.5 L 36.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="187" y="32" text-anchor="start" dominant-baseline="alphabetic">27,561,795 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 219.5 34.5 L 219.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 311.5 34.5 L 311.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="371" y="32" text-anchor="start" dominant-baseline="alphabetic">27,561,800 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 403.5 34.5 L 403.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 494.5 34.5 L 494.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="554" y="32" text-anchor="start" dominant-baseline="alphabetic">27,561,805 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 586.5 34.5 L 586.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 677.5 34.5 L 677.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="737" y="32" text-anchor="start" dominant-baseline="alphabetic">27,561,810 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 769.5 34.5 L 769.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 860.5 34.5 L 860.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="920" y="32" text-anchor="start" dominant-baseline="alphabetic">27,561,815 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 952.5 34.5 L 952.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1043.5 34.5 L 1043.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="1103" y="32" text-anchor="start" dominant-baseline="alphabetic">27,561,820 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1135.5 34.5 L 1135.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1226.5 34.5 L 1226.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="1286" y="32" text-anchor="start" dominant-baseline="alphabetic">27,561,825 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1318.5 34.5 L 1318.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1409.5 34.5 L 1409.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="1469" y="32" text-anchor="start" dominant-baseline="alphabetic">27,561,830 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1501.5 34.5 L 1501.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1592.5 34.5 L 1592.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 0.5 38.5 L 1465.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(50,70.99609375)" clip-path="url(#sequence_referenceFrame_0_guid_09z8_clip_rect)"><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="-4.201660167891532" 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="32.70166014460847" 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="69.32666014460847" 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="106.50830076960847" 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="142.29833983210847" 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="179.47753905085847" 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="215.54833983210847" 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="253.00830076960847" 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="288.79833983210847" 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="325.97753905085847" 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="362.60253905085847" 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="398.67333983210847" 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="435.29833983210847" 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="472.20166014460847" 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="509.38330076960847" 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="545.1733398321085" 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="581.7983398321085" 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="618.4233398321085" 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="655.3266601446085" 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="692.5083007696085" 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="728.5766601446085" 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="765.7583007696085" 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="802.1025390508585" 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="838.4516601446085" 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="874.7983398321085" 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="912.2583007696085" 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="948.3266601446085" 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="985.2275390508585" 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="1021.8525390508585" 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="1058.4775390508585" 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="1095.1025390508585" 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="1131.1733398321085" 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="1168.0766601446085" 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="1204.7016601446085" 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="1241.8833007696085" 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="1278.5083007696085" 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="1314.2983398321085" 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="1351.2016601446085" 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="1387.5483398321085" 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="1424.7275390508585" 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="1461.6333007696085" 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="1497.9775390508585" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g></g><g transform="translate(0,100.99609375)" clip-path="url(#1093_axis_guid_kafv_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">9.0</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 49.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="45.5" text-anchor="end" dominant-baseline="alphabetic">0</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 47.5 0.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g></g><g transform="translate(50,100.99609375)" clip-path="url(#1093_referenceFrame_0_guid_dofq_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1465" height="200"/></g><rect fill="rgb(150, 150, 150)" stroke="none" x="17" y="17" width="37" height="33"/><rect fill="rgb(150, 150, 150)" stroke="none" x="54" y="17" width="37" height="33"/><rect fill="rgb(150, 150, 150)" stroke="none" x="91" y="17" width="37" height="33"/><rect fill="rgb(150, 150, 150)" stroke="none" x="127" y="17" width="37" height="33"/><rect fill="rgb(150, 150, 150)" stroke="none" x="164" y="17" width="37" height="33"/><rect fill="rgb(150, 150, 150)" stroke="none" x="201" y="17" width="37" height="33"/><rect fill="rgb(150, 150, 150)" stroke="none" x="237" y="17" width="37" height="33"/><rect fill="rgb(150, 150, 150)" stroke="none" x="274" y="17" width="37" height="33"/><rect fill="rgb(150, 150, 150)" stroke="none" x="310" y="17" width="37" height="33"/><rect fill="rgb(150, 150, 150)" stroke="none" x="347" y="17" width="37" height="33"/><rect fill="rgb(150, 150, 150)" stroke="none" x="384" y="17" width="37" height="33"/><rect fill="rgb(150, 150, 150)" stroke="none" x="420" y="17" width="37" height="33"/><rect fill="rgb(150, 150, 150)" stroke="none" x="457" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="494" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="530" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="567" y="0" width="37" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="603" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="640" y="11" width="37" height="39"/><rect fill="rgb(150, 150, 150)" stroke="none" x="677" y="11" width="37" height="39"/><rect fill="rgb(150, 150, 150)" stroke="none" x="713" y="11" width="37" height="39"/><rect fill="rgb(150, 150, 150)" stroke="none" x="750" y="11" width="37" height="39"/><rect fill="rgb(150, 150, 150)" stroke="none" x="787" y="11" width="37" height="39"/><rect fill="rgb(150, 150, 150)" stroke="none" x="823" y="11" width="37" height="39"/><rect fill="rgb(150, 150, 150)" stroke="none" x="860" y="17" width="37" height="33"/><rect fill="rgb(150, 150, 150)" stroke="none" x="896" y="17" width="37" height="33"/><rect fill="rgb(150, 150, 150)" stroke="none" x="933" y="17" width="37" height="33"/><rect fill="rgb(150, 150, 150)" stroke="none" x="970" y="17" width="37" height="33"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1006" y="17" width="37" height="33"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1043" y="17" width="37" height="33"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1080" y="11" width="37" height="39"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1116" y="11" width="37" height="39"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1153" y="17" width="37" height="33"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1189" y="17" width="37" height="33"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1226" y="22" width="37" height="28"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1263" y="22" width="37" height="28"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1299" y="22" width="37" height="28"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1336" y="22" width="37" height="28"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1373" y="22" width="37" height="28"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1409" y="22" width="37" height="28"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1446" y="22" width="37" height="28"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1482" y="22" width="37" height="28"/><rect fill="rgb( 0,0,200)" stroke="none" x="713" y="11" width="37" height="38.88888888888889"/><rect fill="rgb( 0, 200, 0)" stroke="none" x="713" y="39" width="37" height="11.11111111111111"/><rect fill="rgb( 0,0,200)" stroke="none" x="713" y="11" width="37" height="27.77777777777778"/><rect fill="rgb(255,0,0)" stroke="none" x="713" y="11" width="37" height="0"/><rect fill="rgb(209,113, 5)" stroke="none" x="713" y="11" width="37" height="0"/><g transform="translate(0,55)"><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 604 0 L -2802 0 L -2809 6 L -2802 12 L 604 12 L 604 0 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 860 14 L -2802 14 L -2809 20 L -2802 26 L 860 26 L 860 14 Z"/></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="838.7275390508585" y="23" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 640.5 34.5 L 1080.5 34.5" stroke-miterlimit="10" stroke-dasharray=""/><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3022 28 L 641 28 L 648 34 L 641 40 L -3022 40 L -3022 28 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4486 28 L 1080 28 L 1073 34 L 1080 40 L 4486 40 L 4486 28 Z"/></g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 1153.5 48.5 L 567.5 48.5" stroke-miterlimit="10" stroke-dasharray=""/><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2253 42 L 1153 42 L 1160 48 L 1153 54 L -2253 54 L -2253 42 Z"/></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="728.8525390508585" y="51" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4230 42 L 567 42 L 560 48 L 567 54 L 4230 54 L 4230 42 Z"/></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="728.8525390508585" y="51" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 1226.5 62.5 L 8734.5 62.5" stroke-miterlimit="10" stroke-dasharray=""/><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2180 56 L 1227 56 L 1234 62 L 1227 68 L -2180 68 L -2180 56 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -971 70 L 2692 70 L 2699 76 L 2692 82 L -971 82 L -971 70 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 457 84 L 4120 84 L 4127 90 L 4120 96 L 457 96 L 457 84 Z"/></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="472.47753905085847" y="93" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 457 98 L 4120 98 L 4127 104 L 4120 110 L 457 110 L 457 98 Z"/></g></g></g><g transform="translate(57.98828125,108.984375)" clip-path="url(#1093_track_label_guid_ld4u_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="39.39453125" height="15.5078125"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="3.1748046875" y="13.05234375" text-anchor="start" dominant-baseline="alphabetic">1093</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="39.39453125" height="15.5078125" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(0,305.99609375)" clip-path="url(#N1093_axis_guid_you8_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">7.0</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 49.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="45.5" text-anchor="end" dominant-baseline="alphabetic">0</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 47.5 0.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g></g><g transform="translate(50,305.99609375)" clip-path="url(#N1093_referenceFrame_0_guid_0gjg_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1465" height="200"/></g><rect fill="rgb(150, 150, 150)" stroke="none" x="17" y="36" width="37" height="14"/><rect fill="rgb(150, 150, 150)" stroke="none" x="54" y="36" width="37" height="14"/><rect fill="rgb(150, 150, 150)" stroke="none" x="91" y="36" width="37" height="14"/><rect fill="rgb(150, 150, 150)" stroke="none" x="127" y="36" width="37" height="14"/><rect fill="rgb(150, 150, 150)" stroke="none" x="164" y="29" width="37" height="21"/><rect fill="rgb(150, 150, 150)" stroke="none" x="201" y="29" width="37" height="21"/><rect fill="rgb(150, 150, 150)" stroke="none" x="237" y="29" width="37" height="21"/><rect fill="rgb(150, 150, 150)" stroke="none" x="274" y="29" width="37" height="21"/><rect fill="rgb(150, 150, 150)" stroke="none" x="310" y="29" width="37" height="21"/><rect fill="rgb(150, 150, 150)" stroke="none" x="347" y="29" width="37" height="21"/><rect fill="rgb(150, 150, 150)" stroke="none" x="384" y="29" width="37" height="21"/><rect fill="rgb(150, 150, 150)" stroke="none" x="420" y="29" width="37" height="21"/><rect fill="rgb(150, 150, 150)" stroke="none" x="457" y="36" width="37" height="14"/><rect fill="rgb(150, 150, 150)" stroke="none" x="494" y="36" width="37" height="14"/><rect fill="rgb(150, 150, 150)" stroke="none" x="530" y="36" width="37" height="14"/><rect fill="rgb(150, 150, 150)" stroke="none" x="567" y="36" width="37" height="14"/><rect fill="rgb(150, 150, 150)" stroke="none" x="603" y="36" width="37" height="14"/><rect fill="rgb(150, 150, 150)" stroke="none" x="640" y="29" width="37" height="21"/><rect fill="rgb(150, 150, 150)" stroke="none" x="677" y="21" width="37" height="29"/><rect fill="rgb(150, 150, 150)" stroke="none" x="713" y="21" width="37" height="29"/><rect fill="rgb(150, 150, 150)" stroke="none" x="750" y="21" width="37" height="29"/><rect fill="rgb(150, 150, 150)" stroke="none" x="787" y="14" width="37" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="823" y="14" width="37" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="860" y="14" width="37" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="896" y="14" width="37" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="933" y="14" width="37" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="970" y="14" width="37" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1006" y="14" width="37" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1043" y="14" width="37" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1080" y="7" width="37" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1116" y="7" width="37" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1153" y="7" width="37" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1189" y="7" width="37" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1226" y="7" width="37" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1263" y="7" width="37" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1299" y="0" width="37" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1336" y="0" width="37" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1373" y="0" width="37" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1409" y="0" width="37" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1446" y="0" width="37" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1482" y="0" width="37" height="50"/><rect fill="rgb( 0, 200, 0)" stroke="none" x="164" y="29" width="37" height="21.428571428571427"/><rect fill="rgb( 0, 200, 0)" stroke="none" x="164" y="36" width="37" height="14.285714285714285"/><rect fill="rgb( 0,0,200)" stroke="none" x="164" y="36" width="37" height="0"/><rect fill="rgb(255,0,0)" stroke="none" x="164" y="36" width="37" height="0"/><rect fill="rgb(209,113, 5)" stroke="none" x="164" y="29" width="37" height="7.142857142857142"/><g transform="translate(0,55)"><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 164 0 L 3827 0 L 3834 6 L 3827 12 L 164 12 L 164 0 Z"/></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="178.92333983210847" y="9" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2949 14 L 457 14 L 464 20 L 457 26 L -2949 26 L -2949 14 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 641 14 L 4047 14 L 4054 20 L 4047 26 L 641 26 L 641 14 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -605 28 L 2801 28 L 2808 34 L 2801 40 L -605 40 L -605 28 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 677 42 L 4340 42 L 4347 48 L 4340 54 L 677 54 L 677 42 Z"/></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="691.6733398321085" y="51" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 787 56 L 4450 56 L 4457 62 L 4450 68 L 787 68 L 787 56 Z"/></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="802.3833007696085" y="65" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4743 70 L 1080 70 L 1073 76 L 1080 82 L 4743 82 L 4743 70 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1300 84 L 4706 84 L 4713 90 L 4706 96 L 1300 96 L 1300 84 Z"/></g></g></g><g transform="translate(57.98828125,313.984375)" clip-path="url(#N1093_track_label_guid_1ty8_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="48.7890625" height="15.5078125"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="3.35693359375" y="13.05234375" text-anchor="start" dominant-baseline="alphabetic">N1093</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="48.7890625" height="15.5078125" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(50,510.99609375)" clip-path="url(#RefseqGenes_referenceFrame_0_guid_bv3l_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1465" height="70"/></g><g><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M -275694.5 17.5 L 155673.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 17.5 15.5 L 15.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 17.5 19.5 L 15.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 47.5 15.5 L 45.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 47.5 19.5 L 45.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 77.5 15.5 L 75.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 77.5 19.5 L 75.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 107.5 15.5 L 105.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 107.5 19.5 L 105.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 137.5 15.5 L 135.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 137.5 19.5 L 135.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 167.5 15.5 L 165.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 167.5 19.5 L 165.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 197.5 15.5 L 195.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 197.5 19.5 L 195.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 227.5 15.5 L 225.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 227.5 19.5 L 225.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 257.5 15.5 L 255.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 257.5 19.5 L 255.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 287.5 15.5 L 285.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 287.5 19.5 L 285.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 317.5 15.5 L 315.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 317.5 19.5 L 315.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 347.5 15.5 L 345.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 347.5 19.5 L 345.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 377.5 15.5 L 375.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 377.5 19.5 L 375.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 407.5 15.5 L 405.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 407.5 19.5 L 405.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 437.5 15.5 L 435.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 437.5 19.5 L 435.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 467.5 15.5 L 465.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 467.5 19.5 L 465.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 497.5 15.5 L 495.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 497.5 19.5 L 495.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 527.5 15.5 L 525.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 527.5 19.5 L 525.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 557.5 15.5 L 555.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 557.5 19.5 L 555.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 587.5 15.5 L 585.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 587.5 19.5 L 585.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 617.5 15.5 L 615.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 617.5 19.5 L 615.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 647.5 15.5 L 645.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 647.5 19.5 L 645.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 677.5 15.5 L 675.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 677.5 19.5 L 675.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 707.5 15.5 L 705.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 707.5 19.5 L 705.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 737.5 15.5 L 735.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 737.5 19.5 L 735.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 767.5 15.5 L 765.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 767.5 19.5 L 765.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 797.5 15.5 L 795.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 797.5 19.5 L 795.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 827.5 15.5 L 825.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 827.5 19.5 L 825.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 857.5 15.5 L 855.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 857.5 19.5 L 855.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 887.5 15.5 L 885.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 887.5 19.5 L 885.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 917.5 15.5 L 915.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 917.5 19.5 L 915.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 947.5 15.5 L 945.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 947.5 19.5 L 945.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 977.5 15.5 L 975.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 977.5 19.5 L 975.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1007.5 15.5 L 1005.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1007.5 19.5 L 1005.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1037.5 15.5 L 1035.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1037.5 19.5 L 1035.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1067.5 15.5 L 1065.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1067.5 19.5 L 1065.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1097.5 15.5 L 1095.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1097.5 19.5 L 1095.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1127.5 15.5 L 1125.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1127.5 19.5 L 1125.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1157.5 15.5 L 1155.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1157.5 19.5 L 1155.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1187.5 15.5 L 1185.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1187.5 19.5 L 1185.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1217.5 15.5 L 1215.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1217.5 19.5 L 1215.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1247.5 15.5 L 1245.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1247.5 19.5 L 1245.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1277.5 15.5 L 1275.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1277.5 19.5 L 1275.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1307.5 15.5 L 1305.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1307.5 19.5 L 1305.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1337.5 15.5 L 1335.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1337.5 19.5 L 1335.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1367.5 15.5 L 1365.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1367.5 19.5 L 1365.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1397.5 15.5 L 1395.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1397.5 19.5 L 1395.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1427.5 15.5 L 1425.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1427.5 19.5 L 1425.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1457.5 15.5 L 1455.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1457.5 19.5 L 1455.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><rect fill="rgb(0, 0, 150)" stroke="none" x="-2582" y="10" width="4138" height="14"/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2564.5 15.5 L -2566.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2564.5 19.5 L -2566.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2534.5 15.5 L -2536.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2534.5 19.5 L -2536.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2504.5 15.5 L -2506.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2504.5 19.5 L -2506.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2474.5 15.5 L -2476.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2474.5 19.5 L -2476.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2444.5 15.5 L -2446.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2444.5 19.5 L -2446.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2414.5 15.5 L -2416.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2414.5 19.5 L -2416.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2384.5 15.5 L -2386.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2384.5 19.5 L -2386.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2354.5 15.5 L -2356.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2354.5 19.5 L -2356.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2324.5 15.5 L -2326.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2324.5 19.5 L -2326.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2294.5 15.5 L -2296.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2294.5 19.5 L -2296.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2264.5 15.5 L -2266.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2264.5 19.5 L -2266.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2234.5 15.5 L -2236.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2234.5 19.5 L -2236.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2204.5 15.5 L -2206.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2204.5 19.5 L -2206.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2174.5 15.5 L -2176.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2174.5 19.5 L -2176.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2144.5 15.5 L -2146.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2144.5 19.5 L -2146.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2114.5 15.5 L -2116.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2114.5 19.5 L -2116.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2084.5 15.5 L -2086.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2084.5 19.5 L -2086.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2054.5 15.5 L -2056.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2054.5 19.5 L -2056.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2024.5 15.5 L -2026.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2024.5 19.5 L -2026.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1994.5 15.5 L -1996.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1994.5 19.5 L -1996.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1964.5 15.5 L -1966.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1964.5 19.5 L -1966.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1934.5 15.5 L -1936.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1934.5 19.5 L -1936.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1904.5 15.5 L -1906.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1904.5 19.5 L -1906.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1874.5 15.5 L -1876.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1874.5 19.5 L -1876.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1844.5 15.5 L -1846.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1844.5 19.5 L -1846.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1814.5 15.5 L -1816.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1814.5 19.5 L -1816.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1784.5 15.5 L -1786.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1784.5 19.5 L -1786.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1754.5 15.5 L -1756.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1754.5 19.5 L -1756.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1724.5 15.5 L -1726.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1724.5 19.5 L -1726.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1694.5 15.5 L -1696.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1694.5 19.5 L -1696.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1664.5 15.5 L -1666.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1664.5 19.5 L -1666.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1634.5 15.5 L -1636.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1634.5 19.5 L -1636.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1604.5 15.5 L -1606.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1604.5 19.5 L -1606.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1574.5 15.5 L -1576.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1574.5 19.5 L -1576.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1544.5 15.5 L -1546.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1544.5 19.5 L -1546.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1514.5 15.5 L -1516.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1514.5 19.5 L -1516.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1484.5 15.5 L -1486.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1484.5 19.5 L -1486.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1454.5 15.5 L -1456.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1454.5 19.5 L -1456.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1424.5 15.5 L -1426.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1424.5 19.5 L -1426.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1394.5 15.5 L -1396.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1394.5 19.5 L -1396.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1364.5 15.5 L -1366.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1364.5 19.5 L -1366.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1334.5 15.5 L -1336.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1334.5 19.5 L -1336.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1304.5 15.5 L -1306.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1304.5 19.5 L -1306.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1274.5 15.5 L -1276.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1274.5 19.5 L -1276.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1244.5 15.5 L -1246.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1244.5 19.5 L -1246.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1214.5 15.5 L -1216.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1214.5 19.5 L -1216.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1184.5 15.5 L -1186.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1184.5 19.5 L -1186.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1154.5 15.5 L -1156.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1154.5 19.5 L -1156.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1124.5 15.5 L -1126.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1124.5 19.5 L -1126.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1094.5 15.5 L -1096.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1094.5 19.5 L -1096.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1064.5 15.5 L -1066.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1064.5 19.5 L -1066.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1034.5 15.5 L -1036.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1034.5 19.5 L -1036.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1004.5 15.5 L -1006.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1004.5 19.5 L -1006.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -974.5 15.5 L -976.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -974.5 19.5 L -976.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -944.5 15.5 L -946.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -944.5 19.5 L -946.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -914.5 15.5 L -916.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -914.5 19.5 L -916.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -884.5 15.5 L -886.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -884.5 19.5 L -886.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -854.5 15.5 L -856.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -854.5 19.5 L -856.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -824.5 15.5 L -826.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -824.5 19.5 L -826.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -794.5 15.5 L -796.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -794.5 19.5 L -796.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -764.5 15.5 L -766.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -764.5 19.5 L -766.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -734.5 15.5 L -736.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -734.5 19.5 L -736.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -704.5 15.5 L -706.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -704.5 19.5 L -706.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -674.5 15.5 L -676.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -674.5 19.5 L -676.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -644.5 15.5 L -646.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -644.5 19.5 L -646.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -614.5 15.5 L -616.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -614.5 19.5 L -616.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -584.5 15.5 L -586.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -584.5 19.5 L -586.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -554.5 15.5 L -556.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -554.5 19.5 L -556.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -524.5 15.5 L -526.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -524.5 19.5 L -526.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -494.5 15.5 L -496.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -494.5 19.5 L -496.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -464.5 15.5 L -466.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -464.5 19.5 L -466.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -434.5 15.5 L -436.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -434.5 19.5 L -436.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -404.5 15.5 L -406.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -404.5 19.5 L -406.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -374.5 15.5 L -376.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -374.5 19.5 L -376.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -344.5 15.5 L -346.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -344.5 19.5 L -346.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -314.5 15.5 L -316.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -314.5 19.5 L -316.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -284.5 15.5 L -286.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -284.5 19.5 L -286.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -254.5 15.5 L -256.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -254.5 19.5 L -256.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -224.5 15.5 L -226.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -224.5 19.5 L -226.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -194.5 15.5 L -196.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -194.5 19.5 L -196.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -164.5 15.5 L -166.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -164.5 19.5 L -166.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -134.5 15.5 L -136.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -134.5 19.5 L -136.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -104.5 15.5 L -106.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -104.5 19.5 L -106.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -74.5 15.5 L -76.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -74.5 19.5 L -76.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -44.5 15.5 L -46.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -44.5 19.5 L -46.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14.5 15.5 L -16.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14.5 19.5 L -16.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15.5 15.5 L 13.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15.5 19.5 L 13.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 45.5 15.5 L 43.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 45.5 19.5 L 43.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 75.5 15.5 L 73.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 75.5 19.5 L 73.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 105.5 15.5 L 103.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 105.5 19.5 L 103.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 135.5 15.5 L 133.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 135.5 19.5 L 133.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 165.5 15.5 L 163.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 165.5 19.5 L 163.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 195.5 15.5 L 193.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 195.5 19.5 L 193.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 225.5 15.5 L 223.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 225.5 19.5 L 223.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 255.5 15.5 L 253.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 255.5 19.5 L 253.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 285.5 15.5 L 283.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 285.5 19.5 L 283.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 315.5 15.5 L 313.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 315.5 19.5 L 313.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 345.5 15.5 L 343.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 345.5 19.5 L 343.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 375.5 15.5 L 373.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 375.5 19.5 L 373.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 405.5 15.5 L 403.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 405.5 19.5 L 403.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 435.5 15.5 L 433.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 435.5 19.5 L 433.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 465.5 15.5 L 463.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 465.5 19.5 L 463.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 495.5 15.5 L 493.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 495.5 19.5 L 493.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 525.5 15.5 L 523.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 525.5 19.5 L 523.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 555.5 15.5 L 553.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 555.5 19.5 L 553.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 585.5 15.5 L 583.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 585.5 19.5 L 583.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 615.5 15.5 L 613.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 615.5 19.5 L 613.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 645.5 15.5 L 643.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 645.5 19.5 L 643.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 675.5 15.5 L 673.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 675.5 19.5 L 673.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 705.5 15.5 L 703.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 705.5 19.5 L 703.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 735.5 15.5 L 733.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 735.5 19.5 L 733.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 765.5 15.5 L 763.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 765.5 19.5 L 763.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 795.5 15.5 L 793.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 795.5 19.5 L 793.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 825.5 15.5 L 823.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 825.5 19.5 L 823.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 855.5 15.5 L 853.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 855.5 19.5 L 853.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 885.5 15.5 L 883.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 885.5 19.5 L 883.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 915.5 15.5 L 913.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 915.5 19.5 L 913.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 945.5 15.5 L 943.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 945.5 19.5 L 943.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 975.5 15.5 L 973.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 975.5 19.5 L 973.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1005.5 15.5 L 1003.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1005.5 19.5 L 1003.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1035.5 15.5 L 1033.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1035.5 19.5 L 1033.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1065.5 15.5 L 1063.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1065.5 19.5 L 1063.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1095.5 15.5 L 1093.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1095.5 19.5 L 1093.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1125.5 15.5 L 1123.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1125.5 19.5 L 1123.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1155.5 15.5 L 1153.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1155.5 19.5 L 1153.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1185.5 15.5 L 1183.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1185.5 19.5 L 1183.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1215.5 15.5 L 1213.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1215.5 19.5 L 1213.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1245.5 15.5 L 1243.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1245.5 19.5 L 1243.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1275.5 15.5 L 1273.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1275.5 19.5 L 1273.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1305.5 15.5 L 1303.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1305.5 19.5 L 1303.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1335.5 15.5 L 1333.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1335.5 19.5 L 1333.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1365.5 15.5 L 1363.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1365.5 19.5 L 1363.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1395.5 15.5 L 1393.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1395.5 19.5 L 1393.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1425.5 15.5 L 1423.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1425.5 19.5 L 1423.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1455.5 15.5 L 1453.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1455.5 19.5 L 1453.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1485.5 15.5 L 1483.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1485.5 19.5 L 1483.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1515.5 15.5 L 1513.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1515.5 19.5 L 1513.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1545.5 15.5 L 1543.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1545.5 19.5 L 1543.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><g><g><text fill="rgb(0, 0, 150)" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="732.5" y="35" text-anchor="middle" dominant-baseline="alphabetic">MAP3K6</text></g></g></g><g><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M -275694.5 47.5 L 155673.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 17.5 45.5 L 15.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 17.5 49.5 L 15.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 47.5 45.5 L 45.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 47.5 49.5 L 45.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 77.5 45.5 L 75.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 77.5 49.5 L 75.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 107.5 45.5 L 105.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 107.5 49.5 L 105.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 137.5 45.5 L 135.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 137.5 49.5 L 135.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 167.5 45.5 L 165.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 167.5 49.5 L 165.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 197.5 45.5 L 195.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 197.5 49.5 L 195.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 227.5 45.5 L 225.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 227.5 49.5 L 225.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 257.5 45.5 L 255.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 257.5 49.5 L 255.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 287.5 45.5 L 285.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 287.5 49.5 L 285.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 317.5 45.5 L 315.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 317.5 49.5 L 315.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 347.5 45.5 L 345.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 347.5 49.5 L 345.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 377.5 45.5 L 375.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 377.5 49.5 L 375.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 407.5 45.5 L 405.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 407.5 49.5 L 405.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 437.5 45.5 L 435.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 437.5 49.5 L 435.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 467.5 45.5 L 465.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 467.5 49.5 L 465.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 497.5 45.5 L 495.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 497.5 49.5 L 495.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 527.5 45.5 L 525.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 527.5 49.5 L 525.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 557.5 45.5 L 555.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 557.5 49.5 L 555.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 587.5 45.5 L 585.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 587.5 49.5 L 585.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 617.5 45.5 L 615.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 617.5 49.5 L 615.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 647.5 45.5 L 645.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 647.5 49.5 L 645.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 677.5 45.5 L 675.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 677.5 49.5 L 675.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 707.5 45.5 L 705.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 707.5 49.5 L 705.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 737.5 45.5 L 735.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 737.5 49.5 L 735.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 767.5 45.5 L 765.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 767.5 49.5 L 765.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 797.5 45.5 L 795.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 797.5 49.5 L 795.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 827.5 45.5 L 825.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 827.5 49.5 L 825.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 857.5 45.5 L 855.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 857.5 49.5 L 855.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 887.5 45.5 L 885.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 887.5 49.5 L 885.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 917.5 45.5 L 915.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 917.5 49.5 L 915.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 947.5 45.5 L 945.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 947.5 49.5 L 945.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 977.5 45.5 L 975.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 977.5 49.5 L 975.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1007.5 45.5 L 1005.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1007.5 49.5 L 1005.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1037.5 45.5 L 1035.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1037.5 49.5 L 1035.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1067.5 45.5 L 1065.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1067.5 49.5 L 1065.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1097.5 45.5 L 1095.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1097.5 49.5 L 1095.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1127.5 45.5 L 1125.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1127.5 49.5 L 1125.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1157.5 45.5 L 1155.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1157.5 49.5 L 1155.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1187.5 45.5 L 1185.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1187.5 49.5 L 1185.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1217.5 45.5 L 1215.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1217.5 49.5 L 1215.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1247.5 45.5 L 1245.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1247.5 49.5 L 1245.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1277.5 45.5 L 1275.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1277.5 49.5 L 1275.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1307.5 45.5 L 1305.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1307.5 49.5 L 1305.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1337.5 45.5 L 1335.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1337.5 49.5 L 1335.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1367.5 45.5 L 1365.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1367.5 49.5 L 1365.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1397.5 45.5 L 1395.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1397.5 49.5 L 1395.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1427.5 45.5 L 1425.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1427.5 49.5 L 1425.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1457.5 45.5 L 1455.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1457.5 49.5 L 1455.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><rect fill="rgb(0, 0, 150)" stroke="none" x="-2582" y="40" width="4138" height="14"/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2564.5 45.5 L -2566.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2564.5 49.5 L -2566.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2534.5 45.5 L -2536.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2534.5 49.5 L -2536.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2504.5 45.5 L -2506.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2504.5 49.5 L -2506.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2474.5 45.5 L -2476.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2474.5 49.5 L -2476.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2444.5 45.5 L -2446.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2444.5 49.5 L -2446.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2414.5 45.5 L -2416.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2414.5 49.5 L -2416.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2384.5 45.5 L -2386.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2384.5 49.5 L -2386.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2354.5 45.5 L -2356.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2354.5 49.5 L -2356.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2324.5 45.5 L -2326.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2324.5 49.5 L -2326.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2294.5 45.5 L -2296.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2294.5 49.5 L -2296.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2264.5 45.5 L -2266.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2264.5 49.5 L -2266.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2234.5 45.5 L -2236.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2234.5 49.5 L -2236.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2204.5 45.5 L -2206.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2204.5 49.5 L -2206.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2174.5 45.5 L -2176.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2174.5 49.5 L -2176.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2144.5 45.5 L -2146.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2144.5 49.5 L -2146.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2114.5 45.5 L -2116.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2114.5 49.5 L -2116.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2084.5 45.5 L -2086.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2084.5 49.5 L -2086.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2054.5 45.5 L -2056.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2054.5 49.5 L -2056.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2024.5 45.5 L -2026.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2024.5 49.5 L -2026.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1994.5 45.5 L -1996.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1994.5 49.5 L -1996.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1964.5 45.5 L -1966.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1964.5 49.5 L -1966.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1934.5 45.5 L -1936.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1934.5 49.5 L -1936.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1904.5 45.5 L -1906.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1904.5 49.5 L -1906.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1874.5 45.5 L -1876.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1874.5 49.5 L -1876.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1844.5 45.5 L -1846.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1844.5 49.5 L -1846.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1814.5 45.5 L -1816.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1814.5 49.5 L -1816.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1784.5 45.5 L -1786.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1784.5 49.5 L -1786.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1754.5 45.5 L -1756.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1754.5 49.5 L -1756.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1724.5 45.5 L -1726.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1724.5 49.5 L -1726.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1694.5 45.5 L -1696.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1694.5 49.5 L -1696.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1664.5 45.5 L -1666.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1664.5 49.5 L -1666.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1634.5 45.5 L -1636.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1634.5 49.5 L -1636.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1604.5 45.5 L -1606.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1604.5 49.5 L -1606.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1574.5 45.5 L -1576.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1574.5 49.5 L -1576.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1544.5 45.5 L -1546.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1544.5 49.5 L -1546.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1514.5 45.5 L -1516.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1514.5 49.5 L -1516.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1484.5 45.5 L -1486.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1484.5 49.5 L -1486.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1454.5 45.5 L -1456.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1454.5 49.5 L -1456.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1424.5 45.5 L -1426.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1424.5 49.5 L -1426.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1394.5 45.5 L -1396.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1394.5 49.5 L -1396.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1364.5 45.5 L -1366.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1364.5 49.5 L -1366.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1334.5 45.5 L -1336.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1334.5 49.5 L -1336.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1304.5 45.5 L -1306.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1304.5 49.5 L -1306.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1274.5 45.5 L -1276.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1274.5 49.5 L -1276.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1244.5 45.5 L -1246.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1244.5 49.5 L -1246.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1214.5 45.5 L -1216.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1214.5 49.5 L -1216.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1184.5 45.5 L -1186.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1184.5 49.5 L -1186.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1154.5 45.5 L -1156.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1154.5 49.5 L -1156.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1124.5 45.5 L -1126.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1124.5 49.5 L -1126.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1094.5 45.5 L -1096.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1094.5 49.5 L -1096.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1064.5 45.5 L -1066.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1064.5 49.5 L -1066.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1034.5 45.5 L -1036.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1034.5 49.5 L -1036.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1004.5 45.5 L -1006.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1004.5 49.5 L -1006.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -974.5 45.5 L -976.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -974.5 49.5 L -976.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -944.5 45.5 L -946.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -944.5 49.5 L -946.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -914.5 45.5 L -916.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -914.5 49.5 L -916.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -884.5 45.5 L -886.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -884.5 49.5 L -886.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -854.5 45.5 L -856.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -854.5 49.5 L -856.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -824.5 45.5 L -826.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -824.5 49.5 L -826.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -794.5 45.5 L -796.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -794.5 49.5 L -796.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -764.5 45.5 L -766.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -764.5 49.5 L -766.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -734.5 45.5 L -736.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -734.5 49.5 L -736.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -704.5 45.5 L -706.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -704.5 49.5 L -706.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -674.5 45.5 L -676.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -674.5 49.5 L -676.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -644.5 45.5 L -646.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -644.5 49.5 L -646.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -614.5 45.5 L -616.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -614.5 49.5 L -616.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -584.5 45.5 L -586.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -584.5 49.5 L -586.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -554.5 45.5 L -556.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -554.5 49.5 L -556.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -524.5 45.5 L -526.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -524.5 49.5 L -526.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -494.5 45.5 L -496.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -494.5 49.5 L -496.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -464.5 45.5 L -466.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -464.5 49.5 L -466.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -434.5 45.5 L -436.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -434.5 49.5 L -436.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -404.5 45.5 L -406.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -404.5 49.5 L -406.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -374.5 45.5 L -376.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -374.5 49.5 L -376.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -344.5 45.5 L -346.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -344.5 49.5 L -346.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -314.5 45.5 L -316.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -314.5 49.5 L -316.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -284.5 45.5 L -286.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -284.5 49.5 L -286.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -254.5 45.5 L -256.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -254.5 49.5 L -256.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -224.5 45.5 L -226.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -224.5 49.5 L -226.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -194.5 45.5 L -196.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -194.5 49.5 L -196.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -164.5 45.5 L -166.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -164.5 49.5 L -166.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -134.5 45.5 L -136.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -134.5 49.5 L -136.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -104.5 45.5 L -106.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -104.5 49.5 L -106.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -74.5 45.5 L -76.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -74.5 49.5 L -76.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -44.5 45.5 L -46.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -44.5 49.5 L -46.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14.5 45.5 L -16.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14.5 49.5 L -16.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15.5 45.5 L 13.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15.5 49.5 L 13.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 45.5 45.5 L 43.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 45.5 49.5 L 43.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 75.5 45.5 L 73.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 75.5 49.5 L 73.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 105.5 45.5 L 103.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 105.5 49.5 L 103.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 135.5 45.5 L 133.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 135.5 49.5 L 133.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 165.5 45.5 L 163.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 165.5 49.5 L 163.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 195.5 45.5 L 193.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 195.5 49.5 L 193.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 225.5 45.5 L 223.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 225.5 49.5 L 223.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 255.5 45.5 L 253.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 255.5 49.5 L 253.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 285.5 45.5 L 283.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 285.5 49.5 L 283.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 315.5 45.5 L 313.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 315.5 49.5 L 313.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 345.5 45.5 L 343.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 345.5 49.5 L 343.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 375.5 45.5 L 373.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 375.5 49.5 L 373.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 405.5 45.5 L 403.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 405.5 49.5 L 403.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 435.5 45.5 L 433.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 435.5 49.5 L 433.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 465.5 45.5 L 463.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 465.5 49.5 L 463.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 495.5 45.5 L 493.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 495.5 49.5 L 493.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 525.5 45.5 L 523.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 525.5 49.5 L 523.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 555.5 45.5 L 553.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 555.5 49.5 L 553.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 585.5 45.5 L 583.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 585.5 49.5 L 583.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 615.5 45.5 L 613.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 615.5 49.5 L 613.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 645.5 45.5 L 643.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 645.5 49.5 L 643.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 675.5 45.5 L 673.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 675.5 49.5 L 673.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 705.5 45.5 L 703.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 705.5 49.5 L 703.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 735.5 45.5 L 733.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 735.5 49.5 L 733.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 765.5 45.5 L 763.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 765.5 49.5 L 763.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 795.5 45.5 L 793.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 795.5 49.5 L 793.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 825.5 45.5 L 823.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 825.5 49.5 L 823.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 855.5 45.5 L 853.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 855.5 49.5 L 853.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 885.5 45.5 L 883.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 885.5 49.5 L 883.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 915.5 45.5 L 913.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 915.5 49.5 L 913.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 945.5 45.5 L 943.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 945.5 49.5 L 943.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 975.5 45.5 L 973.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 975.5 49.5 L 973.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1005.5 45.5 L 1003.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1005.5 49.5 L 1003.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1035.5 45.5 L 1033.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1035.5 49.5 L 1033.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1065.5 45.5 L 1063.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1065.5 49.5 L 1063.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1095.5 45.5 L 1093.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1095.5 49.5 L 1093.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1125.5 45.5 L 1123.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1125.5 49.5 L 1123.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1155.5 45.5 L 1153.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1155.5 49.5 L 1153.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1185.5 45.5 L 1183.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1185.5 49.5 L 1183.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1215.5 45.5 L 1213.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1215.5 49.5 L 1213.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1245.5 45.5 L 1243.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1245.5 49.5 L 1243.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1275.5 45.5 L 1273.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1275.5 49.5 L 1273.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1305.5 45.5 L 1303.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1305.5 49.5 L 1303.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1335.5 45.5 L 1333.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1335.5 49.5 L 1333.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1365.5 45.5 L 1363.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1365.5 49.5 L 1363.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1395.5 45.5 L 1393.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1395.5 49.5 L 1393.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1425.5 45.5 L 1423.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1425.5 49.5 L 1423.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1455.5 45.5 L 1453.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1455.5 49.5 L 1453.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1485.5 45.5 L 1483.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1485.5 49.5 L 1483.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1515.5 45.5 L 1513.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1515.5 49.5 L 1513.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1545.5 45.5 L 1543.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1545.5 49.5 L 1543.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><g><g><text fill="rgb(0, 0, 150)" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="732.5" y="65" text-anchor="middle" dominant-baseline="alphabetic">MAP3K6</text></g></g></g></g><g transform="translate(57.98828125,518.984375)" clip-path="url(#RefseqGenes_track_label_guid_5rqy_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="93.57421875" height="15.5078125"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="4.2158203125" y="13.05234375" text-anchor="start" dominant-baseline="alphabetic">Refseq Genes</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="93.57421875" height="15.5078125" stroke-miterlimit="10" stroke-dasharray=""/></g></g></svg>
... ...
\ No newline at end of file