summaryrefslogtreecommitdiff
path: root/trunk/users/vik/plywood-robot/gen_2/4.4mm/YBearingBracket_1.svg
blob: 6019d0eac7a4d37d0f9f47b4cf6d92b054d159a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:cc="http://creativecommons.org/ns#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   version="1.1"
   baseProfile="full"
   id="body"
   width="8in"
   height="8in"
   viewBox="0 0 1 1"
   preserveAspectRatio="none"
   sodipodi:version="0.32"
   inkscape:version="0.46"
   sodipodi:docname="YBearingBracket_1.svg"
   inkscape:output_extension="org.inkscape.output.svg.inkscape">
  <metadata
     id="metadata3131">
    <rdf:RDF>
      <cc:Work
         rdf:about="">
        <dc:format>image/svg+xml</dc:format>
        <dc:type
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
      </cc:Work>
    </rdf:RDF>
  </metadata>
  <defs
     id="defs3129">
    <inkscape:perspective
       sodipodi:type="inkscape:persp3d"
       inkscape:vp_x="0 : 360 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_z="720 : 360 : 1"
       inkscape:persp3d-origin="360 : 240 : 1"
       id="perspective3133" />
  </defs>
  <sodipodi:namedview
     inkscape:window-height="830"
     inkscape:window-width="1272"
     inkscape:pageshadow="2"
     inkscape:pageopacity="0.0"
     guidetolerance="10.0"
     gridtolerance="10.0"
     objecttolerance="10.0"
     borderopacity="1.0"
     bordercolor="#666666"
     pagecolor="#ffffff"
     id="base"
     showgrid="false"
     showguides="true"
     inkscape:guide-bbox="true"
     inkscape:document-units="mm"
     inkscape:zoom="0.85825966"
     inkscape:cx="473.61603"
     inkscape:cy="436.25219"
     inkscape:window-x="0"
     inkscape:window-y="0"
     inkscape:current-layer="body">
    <inkscape:grid
       type="xygrid"
       id="grid3310"
       visible="true"
       enabled="true"
       units="mm"
       spacingx="1mm"
       spacingy="1mm"
       empcolor="#ff0900"
       empopacity="0.25098039" />
    <sodipodi:guide
       orientation="0,1"
       position="72.766707,394.58003"
       id="guide4380" />
  </sodipodi:namedview>
  <title
     id="title2780">SVG drawing</title>
  <desc
     id="desc2782">This was produced by version 4.2 of GNU libplot, a free library for exporting 2-D vector graphics.</desc>
  <g
     id="g16023"
     transform="translate(-0.333087,0.2291753)">
    <line
       x1="0.56703901"
       y1="0.73656136"
       x2="0.56703901"
       y2="0.6326831"
       id="line2836"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.35603657"
       y1="0.73656136"
       x2="0.35603657"
       y2="0.6326831"
       id="line2838"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.36903489"
       y1="0.75277871"
       x2="0.55405408"
       y2="0.75277871"
       id="line2840"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.35598242,0.73685864 C 0.35598242,0.74558391 0.3624883,0.75269733 0.37045505,0.75269733"
       id="path2842"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.38471187,0.69329211 L 0.38437375,0.6936438 L 0.38403562,0.69399548 L 0.38371098,0.69436065 L 0.38339987,0.69473935 L 0.38308879,0.69511815 L 0.38280472,0.69551035 L 0.38252067,0.69590262 L 0.3822367,0.69629489 L 0.38197966,0.69670064 L 0.38172265,0.69711994 L 0.38147919,0.69753926 L 0.38124927,0.69795856 L 0.38101936,0.69839136 L 0.3808164,0.69882421 L 0.38061353,0.69927055 L 0.38041066,0.6997169 L 0.38023482,0.70016323 L 0.38007254,0.70060957 L 0.37991027,0.70106948 L 0.37976144,0.70152937 L 0.37962619,0.70200275 L 0.37950442,0.70246263 L 0.37938274,0.70293601 L 0.37928806,0.70340948 L 0.37919333,0.70389633 L 0.37911222,0.70436979 L 0.37904461,0.70485672 L 0.37899045,0.7053301 L 0.37894987,0.70581701 L 0.37892284,0.70630394 L 0.37890928,0.70679088 L 0.37889579,0.70729139 C 0.37889579,0.71816608 0.38776872,0.72705253 0.39865697,0.72705253 C 0.40959938,0.72705253 0.41847228,0.71816608 0.41847228,0.70729139 C 0.41847228,0.70205689 0.41636227,0.6969847 0.41265614,0.69329211"
       id="path2844"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.3787598"
       y1="0.66642737"
       x2="0.41770056"
       y2="0.66642737"
       id="line2846"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(1.3525797e-2,0,0,-1.7838593e-2,-0.8883368,1.5583575)"
       points="94.16,48.801 93.68,48.801 93.68,50 "
       id="polyline2848"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00095047;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.38500059"
       y1="0.69320673"
       x2="0.38500059"
       y2="0.68743742"
       id="line2850"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.41277704"
       y1="0.68781543"
       x2="0.41770056"
       y2="0.68781543"
       id="line2852"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.41770056"
       y1="0.66642737"
       x2="0.41770056"
       y2="0.68781579"
       id="line2854"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.41277704"
       y1="0.69333267"
       x2="0.41277704"
       y2="0.687841"
       id="line2856"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.5383743"
       y1="0.68781579"
       x2="0.54431552"
       y2="0.68781579"
       id="line2858"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.51081285,0.69329211 L 0.51040703,0.6936438 L 0.51013652,0.69399548 L 0.50973078,0.69436065 L 0.50946026,0.69473935 L 0.50918977,0.69511815 L 0.5089192,0.69551035 L 0.5086487,0.69590262 L 0.5083782,0.69629489 L 0.50810769,0.69670064 L 0.50783711,0.69711994 L 0.50756662,0.69753926 L 0.50729611,0.69795856 L 0.50716086,0.69839136 L 0.50689037,0.69882421 L 0.50675512,0.69927055 L 0.50648453,0.6997169 L 0.50634929,0.70016323 L 0.50621404,0.70060957 L 0.50607879,0.70106948 L 0.50580828,0.70152937 L 0.50567304,0.70200275 L 0.50567304,0.70246263 L 0.50553778,0.70293601 L 0.50540253,0.70340948 L 0.50526727,0.70389633 L 0.50526727,0.70436979 L 0.50513203,0.70485672 L 0.50513203,0.7053301 L 0.50513203,0.70581701 L 0.50499671,0.70630394 L 0.50499671,0.70679088 L 0.50499671,0.70729139 C 0.50499671,0.71816608 0.51378852,0.72699839 0.5247444,0.72699839 C 0.53556504,0.72699839 0.5444921,0.71816608 0.5444921,0.70729139 C 0.5444921,0.70205689 0.54232794,0.6969847 0.53867594,0.69329211"
       id="path2860"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <g
       style="fill:none;stroke:#00ff00;stroke-width:0.00022941;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-opacity:1"
       transform="matrix(0.7934523,0,0,0.5219565,0.1168388,0.2943804)"
       id="g4372">
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline2862"
         points="103.28,49.762 103.52,49.52 103.52,49.039 "
         transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00022941;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line2864"
         y2="0.6950835"
         x2="0.50158739"
         y1="0.69920897"
         x1="0.49749613" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline2866"
         points="104,49.039 104.24,49.039 104.24,49.281 104.24,49.281 104.24,49.52 104,49.52 "
         transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline2868"
         points="104.24,49.52 104.24,49.52 104.24,49.762 104.24,49.762 104,49.762 104,49.039 "
         transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline2870"
         points="104.48,49.039 104.48,49.762 104.72,49.281 104.96,49.762 104.96,49.039 "
         transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline2872"
         points="105.2,49.762 105.44,49.762 105.68,49.762 105.68,49.762 105.68,49.52 105.68,49.52 105.44,49.52 105.2,49.281 105.2,49.039 105.68,49.039 "
         transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)" />
    </g>
    <line
       x1="0.50536126"
       y1="0.66642737"
       x2="0.54431552"
       y2="0.66642737"
       id="line2874"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(1.1803896e-2,0,0,-1.7838593e-2,-0.7109122,1.5583575)"
       points="103.52,48.801 103.04,48.801 103.04,50 "
       id="polyline2876"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00101743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.51102722"
       y1="0.6931048"
       x2="0.51102722"
       y2="0.68780345"
       id="line2878"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.5383743"
       y1="0.69282925"
       x2="0.5383743"
       y2="0.68752784"
       id="line2880"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.55337778,0.75269742 C 0.56098514,0.75269742 0.56717416,0.74512837 0.56717416,0.73584426"
       id="path2882"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.54431552"
       y1="0.66642737"
       x2="0.54431552"
       y2="0.68781579"
       id="line2884"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.51644564"
       y1="0.58587611"
       x2="0.48398378"
       y2="0.55015457"
       id="line2886"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.55405408"
       y1="0.61646575"
       x2="0.36903489"
       y2="0.61646575"
       id="line2888"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.41770056"
       y1="0.42429984"
       x2="0.50536126"
       y2="0.42429984"
       id="line2896"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.50536126"
       y1="0.59652144"
       x2="0.41770056"
       y2="0.59652144"
       id="line2898"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.50955423,0.50885042 L 0.50955423,0.50649686 L 0.50928372,0.5041704 L 0.50901324,0.50188457 L 0.50860747,0.49962575 L 0.50820164,0.49742108 L 0.5075254,0.49524343 L 0.50684915,0.49311986 L 0.50603757,0.49103689 L 0.50509075,0.48900806 L 0.50400867,0.4870333 L 0.50292667,0.4851126 L 0.50170934,0.48325954 L 0.50049201,0.48146061 L 0.49913943,0.47972932 L 0.49765159,0.47806565 L 0.49616377,0.47646961 L 0.49454061,0.47495475 L 0.49291753,0.47352098 L 0.4911592,0.47215492 L 0.48940088,0.47088344 L 0.48750721,0.46967967 L 0.48561363,0.46858412 L 0.48358472,0.46756967 L 0.48155588,0.46664987 L 0.47952699,0.4658248 L 0.47736289,0.46510796 L 0.47519874,0.46448579 L 0.47303466,0.46397182 L 0.47073526,0.46356599 L 0.46843586,0.46328193 L 0.46613644,0.46310608 L 0.46376948,0.46303847 C 0.43851681,0.46303847 0.41795762,0.48359774 0.41795762,0.50885042 C 0.41795762,0.534103 0.43851681,0.55466228 0.46376948,0.55466228 C 0.48899503,0.55466228 0.50955423,0.534103 0.50955423,0.50885042 z"
       id="path2900"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.40831348"
       y1="0.43403915"
       x2="0.44074845"
       y2="0.46974719"
       id="line2902"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.37045505,0.42413832 C 0.3624883,0.42413832 0.35598242,0.43063071 0.35598242,0.43861093"
       id="path2904"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.47628082,0.44205998 L 0.47628082,0.4414243 L 0.47628082,0.44078856 L 0.47614557,0.44016639 L 0.47601032,0.4395577 L 0.47587508,0.43894906 L 0.47573973,0.43835391 L 0.47546924,0.43778588 L 0.47533399,0.43721776 L 0.47506349,0.4366632 L 0.474793,0.4361222 L 0.47452249,0.43559469 L 0.47411667,0.43508073 L 0.47384616,0.43459379 L 0.47344041,0.43412033 L 0.47303466,0.43366051 L 0.47262885,0.43322764 L 0.47222308,0.43280834 L 0.47168208,0.43241607 L 0.47127626,0.43205091 L 0.47073526,0.43169923 L 0.47019418,0.43137457 L 0.46965317,0.4310635 L 0.46911218,0.430793 L 0.4685711,0.43053604 L 0.46803011,0.43030605 L 0.46748901,0.43011674 L 0.46694803,0.4299409 L 0.46627178,0.42980565 L 0.46573069,0.42968388 L 0.46505443,0.42961625 L 0.46437811,0.42956218 L 0.46376948,0.42954863 C 0.45689836,0.42954863 0.45124458,0.43520242 0.45124458,0.44205998 C 0.45124458,0.44893107 0.45689836,0.45458487 0.46376948,0.45458487 C 0.47060001,0.45458487 0.47628082,0.44893107 0.47628082,0.44205998 z"
       id="path2908"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.3787598"
       y1="0.59634888"
       x2="0.36903489"
       y2="0.59634888"
       id="line2910"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.35603657"
       y1="0.43731251"
       x2="0.35603657"
       y2="0.5834046"
       id="line2912"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.36910248,0.6161411 C 0.3616941,0.6161411 0.3556443,0.62371401 0.3556443,0.63294016"
       id="path2914"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.35613261,0.58207048 C 0.35613261,0.58989879 0.36226694,0.59626761 0.36977873,0.59626761"
       id="path2916"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.41770056"
       y1="0.59652144"
       x2="0.41770056"
       y2="0.61714101"
       id="line2918"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.3787598"
       y1="0.61714101"
       x2="0.3787598"
       y2="0.59652144"
       id="line2920"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(1.2151654e-2,0,0,-9.6916146e-3,-0.7592759,1.121751)"
       points="93.922,55.039 94.16,54.559 94.16,54.32 "
       id="polyline2922"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01360447;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.38492388"
       y1="0.59298635"
       x2="0.38781607"
       y2="0.58833438"
       id="line2924"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(1.2151654e-2,0,0,-9.6916146e-3,-0.7592759,1.121751)"
       points="94.641,54.32 94.879,54.32 95.121,54.559 95.121,54.559 94.879,54.559 94.641,54.559 "
       id="polyline2926"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01360447;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(1.2151654e-2,0,0,-9.6916146e-3,-0.7592759,1.121751)"
       points="94.879,54.559 95.121,54.801 95.121,54.801 94.879,55.039 94.641,55.039 94.641,54.32 "
       id="polyline2928"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01360447;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(1.2151654e-2,0,0,-9.6916146e-3,-0.7592759,1.121751)"
       points="95.359,54.32 95.359,55.039 95.602,54.559 95.84,55.039 95.84,54.32 "
       id="polyline2930"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01360447;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(1.2151654e-2,0,0,-9.6916146e-3,-0.7592759,1.121751)"
       points="96.078,54.801 96.078,55.039 96.32,55.039 96.559,54.801 96.559,54.801 96.32,54.559 96.078,54.559 96.078,54.559 96.078,54.32 96.559,54.32 "
       id="polyline2932"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01360447;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.3787598"
       y1="0.64862657"
       x2="0.41770056"
       y2="0.64862657"
       id="line2952"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(1.3525797e-2,0,0,-1.7835074e-2,-0.8883368,1.5660811)"
       points="96.559,52.641 93.68,52.641 93.68,51.441 "
       id="polyline2954"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00095056;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.41770056"
       y1="0.64862657"
       x2="0.41770056"
       y2="0.62722474"
       id="line2956"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(1.3525797e-2,0,0,-1.3525797e-2,-0.8883368,1.3479141)"
       points="99.441,51.199 99.68,51.441 99.922,51.441 99.922,51.199 99.922,51.199 99.922,50.961 99.68,50.961 99.441,50.961 99.441,50.719 99.922,50.719 "
       id="polyline2958"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01091527;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.46640697"
       y1="0.66189873"
       x2="0.47289938"
       y2="0.65213317"
       id="line2960"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.46640697"
       y1="0.65213317"
       x2="0.47289938"
       y2="0.66189873"
       id="line2962"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.47628082,0.57564078 L 0.47628082,0.57499148 L 0.47628082,0.57435582 L 0.47614557,0.57373364 L 0.47601032,0.57312494 L 0.47587508,0.57251632 L 0.47573973,0.57192116 L 0.47546924,0.57135306 L 0.47533399,0.57078501 L 0.47506349,0.57023046 L 0.474793,0.56968937 L 0.47452249,0.56916185 L 0.47411667,0.56864789 L 0.47384616,0.56816096 L 0.47344041,0.56768758 L 0.47303466,0.5672277 L 0.47262885,0.5667949 L 0.47222308,0.56637561 L 0.47168208,0.56598332 L 0.47127626,0.56561817 L 0.47073526,0.56526649 L 0.47019418,0.56494183 L 0.46965317,0.56463074 L 0.46911218,0.56436024 L 0.4685711,0.56410323 L 0.46803011,0.56387331 L 0.46748901,0.56368392 L 0.46694803,0.56350816 L 0.46627178,0.56337283 L 0.46573069,0.56325113 L 0.46505443,0.56318351 L 0.46437811,0.56312936 L 0.46376948,0.56311587 C 0.45689836,0.56311587 0.45124458,0.56876965 0.45124458,0.57564078 C 0.45124458,0.58249833 0.45689836,0.58815212 0.46376948,0.58815212 C 0.47060001,0.58815212 0.47628082,0.58249833 0.47628082,0.57564078 z"
       id="path2964"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.42419153"
       y1="0.48597628"
       x2="0.39114416"
       y2="0.45271137"
       id="line2966"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.36903489"
       y1="0.42431423"
       x2="0.3787598"
       y2="0.42431423"
       id="line2972"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polygon
       transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.8883368,1.636982)"
       points="96.559,69.199 93.68,69.199 96.559,69.199 "
       id="polygon2996"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.0009506;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <g
       style="fill:none;stroke:#00ff00;stroke-width:0.00023959;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-opacity:1"
       transform="matrix(0.6931323,0,0,0.5478443,0.1519208,0.2209201)"
       id="g4396">
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01405461;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline2998"
         points="93.922,68.961 94.16,68.719 94.16,68.238 "
         transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00023959;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line3000"
         y2="0.36780283"
         x2="0.34199572"
         y1="0.37192804"
         x1="0.3379384" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01405461;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline3002"
         points="94.641,68.238 94.879,68.238 95.121,68.48 95.121,68.48 94.879,68.719 94.641,68.719 "
         transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01405461;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline3004"
         points="94.879,68.719 95.121,68.719 95.121,68.961 94.879,68.961 94.641,68.961 94.641,68.238 "
         transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01405461;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline3006"
         points="95.359,68.238 95.359,68.961 95.602,68.48 95.84,68.961 95.84,68.238 "
         transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01405461;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline3008"
         points="96.078,68.961 96.078,68.961 96.32,68.961 96.559,68.961 96.559,68.719 96.32,68.719 96.078,68.719 96.078,68.48 96.078,68.238 96.559,68.238 "
         transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)" />
    </g>
    <path
       sodipodi:nodetypes="cc"
       id="polyline3010"
       d="M 0.37875982,0.42429971 L 0.37875982,0.40291729"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.41770056"
       y1="0.4029175"
       x2="0.41770056"
       y2="0.42429984"
       id="line3012"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.56717416,0.43861093 C 0.56717416,0.43063071 0.56068176,0.42413832 0.55270152,0.42413832"
       id="path3022"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.50091887"
       y1="0.53558177"
       x2="0.53338063"
       y2="0.56803012"
       id="line3024"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.56703901"
       y1="0.43731251"
       x2="0.56703901"
       y2="0.5834046"
       id="line3026"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(1.2153214e-2,0,0,-9.2889856e-3,-0.7468679,1.1016211)"
       points="103.28,55.039 103.52,54.559 103.52,54.32 "
       id="polyline3030"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01389529;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.51123285"
       y1="0.59482336"
       x2="0.51414961"
       y2="0.59036469"
       id="line3032"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(1.2153214e-2,0,0,-9.2889856e-3,-0.7468679,1.1016211)"
       points="104,54.32 104.24,54.32 104.48,54.559 104.48,54.559 104.24,54.559 104,54.559 "
       id="polyline3034"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01389529;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(1.2153214e-2,0,0,-9.2889856e-3,-0.7468679,1.1016211)"
       points="104.24,54.559 104.48,54.801 104.48,54.801 104.24,55.039 104,55.039 104,54.32 "
       id="polyline3036"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01389529;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(1.2153214e-2,0,0,-9.2889856e-3,-0.7468679,1.1016211)"
       points="104.72,54.32 104.72,55.039 104.96,54.559 105.2,55.039 105.2,54.32 "
       id="polyline3038"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01389529;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(1.2153214e-2,0,0,-9.2889856e-3,-0.7468679,1.1016211)"
       points="105.44,54.801 105.44,55.039 105.68,55.039 105.92,54.801 105.92,54.801 105.68,54.559 105.44,54.559 105.44,54.559 105.44,54.32 105.92,54.32 "
       id="polyline3040"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01389529;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.50536126"
       y1="0.62722474"
       x2="0.54431552"
       y2="0.62722474"
       id="line3042"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.54431552"
       y1="0.64862657"
       x2="0.50536126"
       y2="0.64862657"
       id="line3044"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.50536126"
       y1="0.61714101"
       x2="0.50536126"
       y2="0.59652144"
       id="line3046"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <g
       style="fill:none;stroke:#00ff00;stroke-width:0.00023114;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-opacity:1"
       transform="matrix(0.7934523,0,0,0.5141792,0.1165631,0.285707)"
       id="g4362">
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline3048"
         points="103.28,52.398 103.52,52.16 103.52,51.68 "
         transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00023114;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line3050"
         y2="0.65014827"
         x2="0.50158739"
         y1="0.65420556"
         x1="0.49749613" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline3052"
         points="104,51.68 104.48,51.68 104.48,51.922 104.48,51.922 104.48,52.16 104.24,52.16 "
         transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline3054"
         points="104.48,52.16 104.48,52.16 104.48,52.398 104.48,52.398 104,52.398 "
         transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00023114;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line3056"
         y2="0.66238809"
         x2="0.50976986"
         y1="0.65014827"
         x1="0.50976986" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline3058"
         points="104.72,51.68 104.72,52.398 104.96,51.922 105.2,52.398 105.2,51.68 "
         transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline3060"
         points="105.44,52.398 105.68,52.398 105.68,51.68 "
         transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00023114;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line3062"
         y2="0.66238809"
         x2="0.53431702"
         y1="0.66238809"
         x1="0.53022611" />
    </g>
    <line
       x1="0.50536126"
       y1="0.64862657"
       x2="0.50536126"
       y2="0.62722474"
       id="line3064"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       sodipodi:nodetypes="cccsc"
       d="M 0.53400055,0.56859001 L 0.53354271,0.56814447 M 0.51626772,0.58584681 C 0.52110404,0.5905533 0.52909549,0.59053695 0.53395777,0.58580519 C 0.53882,0.58107348 0.53883685,0.57329648 0.53400055,0.56859001"
       id="path3066"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.54431552"
       y1="0.59652144"
       x2="0.54431552"
       y2="0.61714101"
       id="line3068"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.56704883,0.63287754 C 0.56704883,0.62383712 0.5610115,0.61641667 0.55359067,0.61641667"
       id="path3070"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.54431552"
       y1="0.62722474"
       x2="0.54431552"
       y2="0.64862657"
       id="line3072"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.55271414,0.59656046 C 0.56069438,0.59656046 0.56718678,0.59006806 0.56718678,0.58208784"
       id="path3074"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.55405408"
       y1="0.59652144"
       x2="0.54431552"
       y2="0.59652144"
       id="line3076"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polygon
       transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.8883368,1.636982)"
       points="105.92,69.199 103.04,69.199 105.92,69.199 "
       id="polygon3080"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.0009506;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <g
       style="fill:none;stroke:#00ff00;stroke-width:0.00025753;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-opacity:1"
       transform="matrix(0.7387944,0,0,0.4448622,0.1425233,0.2647747)"
       id="g4388">
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01510709;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline3082"
         points="103.28,69.199 103.52,68.719 103.52,68.48 "
         transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00025753;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line3084"
         y2="0.36374584"
         x2="0.50158739"
         y1="0.37192804"
         x1="0.49749613" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01510709;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline3086"
         points="104,68.48 104.24,68.48 104.48,68.48 104.48,68.719 104.24,68.719 104,68.719 "
         transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01510709;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline3088"
         points="104.24,68.719 104.48,68.961 104.48,68.961 104.24,69.199 104,69.199 104,68.48 "
         transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01510709;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline3090"
         points="104.72,68.48 104.72,69.199 104.96,68.719 105.2,69.199 105.2,68.48 "
         transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01510709;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline3092"
         points="105.44,68.961 105.44,69.199 105.68,69.199 105.92,68.961 105.92,68.961 105.68,68.719 105.44,68.719 105.44,68.719 105.44,68.48 105.92,68.48 "
         transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)" />
    </g>
    <path
       sodipodi:nodetypes="cc"
       id="polyline3110"
       d="M 0.50536126,0.42429971 L 0.50536126,0.40291729"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.8883368,1.636982)"
       points="105.92,69.199 105.92,68 106.64,68 "
       id="polyline3116"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.0009506;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.75553572"
       y1="0.40280145"
       x2="0.75553572"
       y2="0.42420185"
       id="line2786"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.71658146"
       y1="0.42420185"
       x2="0.71658146"
       y2="0.40280145"
       id="line2788"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <g
       transform="matrix(0.8994314,0,0,0.4626018,7.4024444e-2,0.2396321)"
       id="g16014">
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.014737;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline2790"
         points="103.28,84.32 103.52,84.078 103.52,83.602 "
         transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00022888;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line2792"
         y2="0.40706384"
         x2="0.72632009"
         y1="0.4113794"
         x1="0.72307384" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.014737;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline2794"
         points="104,83.602 104.48,83.602 104.48,83.84 104.48,83.84 104.48,84.078 104.24,84.078 "
         transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.014737;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline2796"
         points="104.48,84.078 104.48,84.078 104.48,84.32 104.48,84.32 104,84.32 "
         transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00022888;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line2798"
         y2="0.4198682"
         x2="0.73281252"
         y1="0.40706384"
         x1="0.73281252" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.014737;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline2800"
         points="104.72,83.602 104.72,84.32 104.96,83.84 105.2,84.32 105.2,83.602 "
         transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.014737;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline2802"
         points="105.44,84.32 105.44,84.32 105.44,83.602 105.68,83.602 "
         transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)" />
    </g>
    <line
       x1="0.62892085"
       y1="0.40280145"
       x2="0.62892085"
       y2="0.42420185"
       id="line2804"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.58998007"
       y1="0.42420185"
       x2="0.58998007"
       y2="0.40280145"
       id="line2806"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <g
       transform="matrix(0.949674,0,0,0.6522718,3.0261994e-2,0.1554663)"
       id="g16004">
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01207801;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline2808"
         points="93.922,84.32 94.16,83.84 94.16,83.602 "
         transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00018759;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line2810"
         y2="0.40706384"
         x2="0.59969175"
         y1="0.41562396"
         x1="0.59647244" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01207801;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline2812"
         points="94.641,83.602 95.121,83.602 95.121,83.84 95.121,83.84 95.121,83.84 94.879,83.84 "
         transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01207801;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline2814"
         points="95.121,83.84 95.121,84.078 95.121,84.078 95.121,84.32 94.641,84.32 "
         transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00018759;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line2816"
         y2="0.4198682"
         x2="0.60619736"
         y1="0.40706384"
         x1="0.60619736" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01207801;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline2818"
         points="95.359,83.602 95.359,84.32 95.602,83.84 95.84,84.32 95.84,83.602 "
         transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01207801;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline2820"
         points="96.078,84.078 96.32,84.32 96.32,83.602 "
         transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00018759;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line2822"
         y2="0.4198682"
         x2="0.62568808"
         y1="0.4198682"
         x1="0.62241495" />
    </g>
    <line
       x1="0.62892085"
       y1="0.42420185"
       x2="0.71658146"
       y2="0.42420185"
       id="line2890"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.71658146"
       y1="0.59640998"
       x2="0.62892085"
       y2="0.59640998"
       id="line2892"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.72929577,0.50966885 L 0.72916052,0.50688252 L 0.72902526,0.5041233 L 0.72861944,0.50140458 L 0.7282137,0.49874001 L 0.72753736,0.49611603 L 0.72686111,0.49353256 L 0.72591428,0.49101681 L 0.72496752,0.48855511 L 0.72388545,0.48614749 L 0.72266813,0.4838075 L 0.72145079,0.48153519 L 0.71996296,0.47933052 L 0.71847514,0.47720695 L 0.71685205,0.47516457 L 0.71509365,0.47318981 L 0.71333533,0.47130971 L 0.71144174,0.46951079 L 0.70954808,0.46780651 L 0.70751926,0.46619692 L 0.7053551,0.46468205 L 0.70305569,0.46326185 L 0.7008916,0.46196334 L 0.69845693,0.46075958 L 0.69615753,0.4596775 L 0.69358762,0.45870362 L 0.69115305,0.45785153 L 0.68858313,0.45712114 L 0.68587797,0.45651243 L 0.68330807,0.45603906 L 0.68046765,0.45568737 L 0.67776249,0.4554845 L 0.67498972,0.45540332 C 0.64503009,0.45540332 0.62072416,0.47970923 0.62072416,0.50966885 C 0.62072416,0.53962849 0.64503009,0.56393433 0.67498972,0.56393433 C 0.70494933,0.56393433 0.72929577,0.53962849 0.72929577,0.50966885 z"
       id="path2894"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.58025503"
       y1="0.42420185"
       x2="0.58998007"
       y2="0.42420185"
       id="line2968"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.58998007"
       y1="0.59640998"
       x2="0.58025503"
       y2="0.59640998"
       id="line2970"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.56686446,0.58193725 C 0.56686446,0.58991739 0.57337033,0.59640979 0.58133707,0.59640979"
       id="path2976"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.58133707,0.4242805 C 0.57355645,0.4242805 0.56720259,0.43137974 0.56720259,0.44010571"
       id="path2978"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(1.3465357e-2,0,0,-8.4717948e-3,-0.6707146,1.1839112)"
       points="93.922,70.398 94.16,69.922 94.16,69.68 "
       id="polyline2980"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01382295;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.59718323"
       y1="0.59154648"
       x2="0.60038817"
       y2="0.58751392"
       id="line2982"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(1.3465357e-2,0,0,-8.4717948e-3,-0.6707146,1.1839112)"
       points="94.641,69.68 95.121,69.68 95.121,69.68 95.121,69.922 95.121,69.922 94.879,69.922 "
       id="polyline2984"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01382295;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(1.3465357e-2,0,0,-8.4717948e-3,-0.6707146,1.1839112)"
       points="95.121,69.922 95.121,70.16 95.121,70.16 95.121,70.398 94.641,70.398 "
       id="polyline2986"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01382295;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.60686469"
       y1="0.58751392"
       x2="0.60686469"
       y2="0.59359658"
       id="line2988"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(1.3465357e-2,0,0,-8.4717948e-3,-0.6707146,1.1839112)"
       points="95.359,69.68 95.359,70.398 95.602,69.922 95.84,70.398 95.84,69.68 "
       id="polyline2990"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01382295;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(1.3465357e-2,0,0,-8.4717948e-3,-0.6707146,1.1839112)"
       points="96.078,70.16 96.32,70.398 96.32,69.68 "
       id="polyline2992"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01382295;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.6230098"
       y1="0.59359658"
       x2="0.62626833"
       y2="0.59359658"
       id="line2994"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       sodipodi:nodetypes="cc"
       id="line3014"
       d="M 0.62892082,0.59574681 L 0.62892082,0.61767032"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.68750106,0.57645922 L 0.68750106,0.57581001 L 0.68750106,0.57517427 L 0.68736582,0.5745521 L 0.68723056,0.57394338 L 0.68709531,0.57333477 L 0.68695997,0.57275317 L 0.68668948,0.57217157 L 0.68655423,0.57160346 L 0.68628374,0.5710489 L 0.68601323,0.57050791 L 0.68574273,0.56998038 L 0.6853369,0.56946641 L 0.68506641,0.56897948 L 0.68466065,0.56850603 L 0.6842549,0.56804621 L 0.68384907,0.56761334 L 0.68344333,0.56719404 L 0.68290232,0.56680177 L 0.68249648,0.56643662 L 0.68195548,0.56608493 L 0.68141442,0.56576028 L 0.68087341,0.56544918 L 0.68033241,0.56517869 L 0.67979133,0.56492174 L 0.67925034,0.56469177 L 0.67870927,0.56450244 L 0.67816825,0.5643266 L 0.677492,0.56419135 L 0.67695093,0.56408313 L 0.67627468,0.56400195 L 0.67559834,0.56394789 L 0.67498972,0.56393433 C 0.6681186,0.56393433 0.66246482,0.56958811 0.66246482,0.57645922 C 0.66246482,0.58331678 0.6681186,0.58897056 0.67498972,0.58897056 C 0.68182023,0.58897056 0.68750106,0.58331678 0.68750106,0.57645922 z"
       id="path3016"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.62484953,0.44289198 L 0.62483606,0.44224275 L 0.62478191,0.44160702 L 0.62470081,0.44098484 L 0.62459259,0.44037622 L 0.62444377,0.43976751 L 0.62428149,0.43918592 L 0.62407863,0.43860433 L 0.62384864,0.43803621 L 0.62360517,0.43748166 L 0.62332112,0.43694066 L 0.62302359,0.43641312 L 0.62269893,0.43589916 L 0.62234733,0.43541224 L 0.62196853,0.43493886 L 0.62157634,0.43447898 L 0.62115704,0.43404609 L 0.62072416,0.43362679 L 0.62026435,0.4332346 L 0.61979089,0.43286936 L 0.61929048,0.43251768 L 0.61877645,0.43219311 L 0.618249,0.43188201 L 0.61770791,0.43161143 L 0.61715337,0.4313545 L 0.61658532,0.43112459 L 0.61600367,0.43093519 L 0.61540859,0.43075935 L 0.61479988,0.4306241 L 0.6141777,0.43051588 L 0.61355551,0.4304347 L 0.61291979,0.43038063 L 0.61227056,0.43036706 C 0.60539946,0.43036706 0.59974567,0.43602087 0.59974567,0.44289198 C 0.59974567,0.44974954 0.60539946,0.45540332 0.61227056,0.45540332 C 0.61919576,0.45540332 0.62484953,0.44974954 0.62484953,0.44289198 z"
       id="path3018"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.68750106,0.44289198 L 0.68750106,0.44224275 L 0.68750106,0.44160702 L 0.68736582,0.44098484 L 0.68723056,0.44037622 L 0.68709531,0.43976751 L 0.68695997,0.43918592 L 0.68668948,0.43860433 L 0.68655423,0.43803621 L 0.68628374,0.43748166 L 0.68601323,0.43694066 L 0.68574273,0.43641312 L 0.6853369,0.43589916 L 0.68506641,0.43541224 L 0.68466065,0.43493886 L 0.6842549,0.43447898 L 0.68384907,0.43404609 L 0.68344333,0.43362679 L 0.68290232,0.4332346 L 0.68249648,0.43286936 L 0.68195548,0.43251768 L 0.68141442,0.43219311 L 0.68087341,0.43188201 L 0.68033241,0.43161143 L 0.67979133,0.4313545 L 0.67925034,0.43112459 L 0.67870927,0.43093519 L 0.67816825,0.43075935 L 0.677492,0.4306241 L 0.67695093,0.43051588 L 0.67627468,0.4304347 L 0.67559834,0.43038063 L 0.67498972,0.43036706 C 0.6681186,0.43036706 0.66246482,0.43602087 0.66246482,0.44289198 C 0.66246482,0.44974954 0.6681186,0.45540332 0.67498972,0.45540332 C 0.68182023,0.45540332 0.68750106,0.44974954 0.68750106,0.44289198 z"
       id="path3020"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.77825916"
       y1="0.44045728"
       x2="0.77825916"
       y2="0.5832628"
       id="line3078"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.75026072,0.57645922 L 0.75026072,0.57581001 L 0.75012547,0.57517427 L 0.75012547,0.5745521 L 0.74999023,0.57394338 L 0.74985497,0.57333477 L 0.74971973,0.57275317 L 0.74944922,0.57217157 L 0.74917872,0.57160346 L 0.7490434,0.5710489 L 0.74863765,0.57050791 L 0.74836714,0.56998038 L 0.74809663,0.56946641 L 0.74769082,0.56897948 L 0.74728506,0.56850603 L 0.74687931,0.56804621 L 0.74647348,0.56761334 L 0.74606773,0.56719404 L 0.74566198,0.56680177 L 0.7451209,0.56643662 L 0.74471514,0.56608493 L 0.74417415,0.56576028 L 0.74363307,0.56544918 L 0.74309207,0.56517869 L 0.74255107,0.56492174 L 0.74200998,0.56469177 L 0.74133373,0.56450244 L 0.74079266,0.5643266 L 0.74011641,0.56419135 L 0.73957533,0.56408313 L 0.73889908,0.56400195 L 0.73835808,0.56394789 L 0.73768175,0.56393433 C 0.73078359,0.56393433 0.72510277,0.56958811 0.72510277,0.57645922 C 0.72510277,0.58331678 0.73078359,0.58897056 0.73768175,0.58897056 C 0.74457991,0.58897056 0.75026072,0.58331678 0.75026072,0.57645922 z"
       id="path3094"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <g
       transform="matrix(1.0148064,0,0,0.511868,-8.3359784e-3,0.2825287)"
       id="g15995">
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345355;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline3096"
         points="103.28,70.398 103.52,69.922 103.52,69.68 "
         transform="matrix(1.3525797e-2,0,0,-1.714025e-2,-0.6771164,1.8072142)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00020485;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line3098"
         y2="0.60057515"
         x2="0.72632009"
         y1="0.60873389"
         x1="0.72307384" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345355;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline3100"
         points="104,69.68 104.48,69.68 104.48,69.68 104.48,69.922 104.48,69.922 104.24,69.922 "
         transform="matrix(1.3525797e-2,0,0,-1.714025e-2,-0.6771164,1.8072142)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345355;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline3102"
         points="104.48,69.922 104.48,70.16 104.48,70.16 104.48,70.398 104,70.398 "
         transform="matrix(1.3525797e-2,0,0,-1.714025e-2,-0.6771164,1.8072142)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00020485;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line3104"
         y2="0.61288172"
         x2="0.73281252"
         y1="0.60057515"
         x1="0.73281252" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345355;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline3106"
         points="104.72,69.68 104.72,70.398 104.96,69.922 105.2,70.398 105.2,69.68 "
         transform="matrix(1.3525797e-2,0,0,-1.714025e-2,-0.6771164,1.8072142)" />
      <path
         transform="matrix(1.3525797e-2,0,0,-1.714025e-2,-0.6771164,1.8072142)"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345355;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dashoffset:0;stroke-opacity:1"
         d="M 105.28986,70.219238 L 105.44,70.398 L 105.44,69.68"
         id="polyline3108"
         sodipodi:nodetypes="ccc" />
    </g>
    <path
       d="M 0.76425989,0.59640979 C 0.77202528,0.59640979 0.77834288,0.58991739 0.77834288,0.58193725"
       id="path3112"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.76527429"
       y1="0.59640998"
       x2="0.75553572"
       y2="0.59640998"
       id="line3114"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       sodipodi:nodetypes="cc"
       id="line3118"
       d="M 0.75553572,0.59637881 L 0.75553572,0.61699052"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.77805628,0.44044391 C 0.77805628,0.43149682 0.77156387,0.42421788 0.76358364,0.42421788"
       id="path3120"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.75553572"
       y1="0.42420185"
       x2="0.76527429"
       y2="0.42420185"
       id="line3122"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.58998007"
       y1="0.40280145"
       x2="0.62892085"
       y2="0.40280145"
       id="line3124"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.71658146"
       y1="0.40280145"
       x2="0.75553572"
       y2="0.40280145"
       id="line3126"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       sodipodi:nodetypes="cc"
       id="polyline4382"
       d="M 0.71658161,0.61748422 L 0.71658161,0.59693308"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       sodipodi:nodetypes="cc"
       id="polyline4384"
       d="M 0.58998015,0.61649673 L 0.58998015,0.5959456"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.77823675"
       y1="0.73656136"
       x2="0.77823675"
       y2="0.6326831"
       id="line15649"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.58023256"
       y1="0.75277871"
       x2="0.76525187"
       y2="0.75277871"
       id="line15651"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.56718009,0.73685864 C 0.56718009,0.74558391 0.57368598,0.75269733 0.58165272,0.75269733"
       id="path15653"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.59590955,0.69329211 L 0.59557141,0.6936438 L 0.59523329,0.69399548 L 0.59490865,0.69436065 L 0.59459755,0.69473935 L 0.59428647,0.69511815 L 0.5940024,0.69551035 L 0.59371834,0.69590262 L 0.59343438,0.69629489 L 0.59317734,0.69670064 L 0.59292033,0.69711994 L 0.59267685,0.69753926 L 0.59244695,0.69795856 L 0.59221703,0.69839136 L 0.59201408,0.69882421 L 0.59181121,0.69927055 L 0.59160834,0.6997169 L 0.5914325,0.70016323 L 0.59127021,0.70060957 L 0.59110793,0.70106948 L 0.59095912,0.70152937 L 0.59082387,0.70200275 L 0.5907021,0.70246263 L 0.59058041,0.70293601 L 0.59048575,0.70340948 L 0.590391,0.70389633 L 0.5903099,0.70436979 L 0.59024229,0.70485672 L 0.59018812,0.7053301 L 0.59014754,0.70581701 L 0.5901205,0.70630394 L 0.59010695,0.70679088 L 0.59009347,0.70729139 C 0.59009347,0.71816608 0.59896639,0.72705253 0.60985465,0.72705253 C 0.62079706,0.72705253 0.62966996,0.71816608 0.62966996,0.70729139 C 0.62966996,0.70205689 0.62755994,0.6969847 0.62385381,0.69329211"
       id="path15655"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.58995759"
       y1="0.66642737"
       x2="0.62889844"
       y2="0.66642737"
       id="line15657"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(1.3525798e-2,0,0,-1.7838595e-2,-0.6771391,1.5583577)"
       points="94.16,48.801 93.68,48.801 93.68,50 "
       id="polyline15659"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00095047;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.59619832"
       y1="0.69320673"
       x2="0.59619832"
       y2="0.68743742"
       id="line15661"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.62397486"
       y1="0.68781543"
       x2="0.62889844"
       y2="0.68781543"
       id="line15663"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.62889844"
       y1="0.66642737"
       x2="0.62889844"
       y2="0.68781579"
       id="line15665"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.62397486"
       y1="0.69333267"
       x2="0.62397486"
       y2="0.687841"
       id="line15667"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.74957204"
       y1="0.68781579"
       x2="0.75551331"
       y2="0.68781579"
       id="line15669"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.72201053,0.69329211 L 0.7216047,0.6936438 L 0.72133419,0.69399548 L 0.72092845,0.69436065 L 0.72065794,0.69473935 L 0.72038745,0.69511815 L 0.72011687,0.69551035 L 0.71984637,0.69590262 L 0.71957587,0.69629489 L 0.71930536,0.69670064 L 0.7190348,0.69711994 L 0.71876429,0.69753926 L 0.71849378,0.69795856 L 0.71835854,0.69839136 L 0.71808804,0.69882421 L 0.71795279,0.69927055 L 0.71768222,0.6997169 L 0.71754697,0.70016323 L 0.71741171,0.70060957 L 0.71727647,0.70106948 L 0.71700597,0.70152937 L 0.71687072,0.70200275 L 0.71687072,0.70246263 L 0.71673546,0.70293601 L 0.71660022,0.70340948 L 0.71646495,0.70389633 L 0.71646495,0.70436979 L 0.71632972,0.70485672 L 0.71632972,0.7053301 L 0.71632972,0.70581701 L 0.71619439,0.70630394 L 0.71619439,0.70679088 L 0.71619439,0.70729139 C 0.71619439,0.71816608 0.72498619,0.72699839 0.73594208,0.72699839 C 0.74676272,0.72699839 0.75568977,0.71816608 0.75568977,0.70729139 C 0.75568977,0.70205689 0.75352559,0.6969847 0.74987363,0.69329211"
       id="path15671"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <g
       style="fill:none;stroke:#00ff00;stroke-width:0.00022941;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-opacity:1"
       transform="matrix(0.7934523,0,0,0.5219565,0.3280363,0.2943804)"
       id="g15673">
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline15675"
         points="103.28,49.762 103.52,49.52 103.52,49.039 "
         transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00022941;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line15677"
         y2="0.6950835"
         x2="0.50158739"
         y1="0.69920897"
         x1="0.49749613" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline15679"
         points="104,49.039 104.24,49.039 104.24,49.281 104.24,49.281 104.24,49.52 104,49.52 "
         transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline15681"
         points="104.24,49.52 104.24,49.52 104.24,49.762 104.24,49.762 104,49.762 104,49.039 "
         transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline15683"
         points="104.48,49.039 104.48,49.762 104.72,49.281 104.96,49.762 104.96,49.039 "
         transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline15685"
         points="105.2,49.762 105.44,49.762 105.68,49.762 105.68,49.762 105.68,49.52 105.68,49.52 105.44,49.52 105.2,49.281 105.2,49.039 105.68,49.039 "
         transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)" />
    </g>
    <line
       x1="0.71655893"
       y1="0.66642737"
       x2="0.75551331"
       y2="0.66642737"
       id="line15687"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(1.1803897e-2,0,0,-1.7838595e-2,-0.4997145,1.5583577)"
       points="103.52,48.801 103.04,48.801 103.04,50 "
       id="polyline15689"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00101743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.72222495"
       y1="0.6931048"
       x2="0.72222495"
       y2="0.68780345"
       id="line15691"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.74957204"
       y1="0.69282925"
       x2="0.74957204"
       y2="0.68752784"
       id="line15693"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.76457545,0.75269742 C 0.77218281,0.75269742 0.77837183,0.74512837 0.77837183,0.73584426"
       id="path15695"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.75551331"
       y1="0.66642737"
       x2="0.75551331"
       y2="0.68781579"
       id="line15697"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.76525187"
       y1="0.61646575"
       x2="0.58023256"
       y2="0.61646575"
       id="line15699"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.58030015,0.6161411 C 0.57289177,0.6161411 0.56684197,0.62371401 0.56684197,0.63294016"
       id="path15701"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.58995759"
       y1="0.64862657"
       x2="0.62889844"
       y2="0.64862657"
       id="line15719"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(1.3525798e-2,0,0,-1.7835075e-2,-0.6771391,1.5660812)"
       points="96.559,52.641 93.68,52.641 93.68,51.441 "
       id="polyline15721"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00095056;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.62889844"
       y1="0.64862657"
       x2="0.62889844"
       y2="0.62722474"
       id="line15723"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.71655893"
       y1="0.62722474"
       x2="0.75551331"
       y2="0.62722474"
       id="line15731"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.75551331"
       y1="0.64862657"
       x2="0.71655893"
       y2="0.64862657"
       id="line15733"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <g
       style="fill:none;stroke:#00ff00;stroke-width:0.00023114;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-opacity:1"
       transform="matrix(0.7934523,0,0,0.5141792,0.3277607,0.285707)"
       id="g15735">
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline15737"
         points="103.28,52.398 103.52,52.16 103.52,51.68 "
         transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00023114;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line15739"
         y2="0.65014827"
         x2="0.50158739"
         y1="0.65420556"
         x1="0.49749613" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline15741"
         points="104,51.68 104.48,51.68 104.48,51.922 104.48,51.922 104.48,52.16 104.24,52.16 "
         transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline15743"
         points="104.48,52.16 104.48,52.16 104.48,52.398 104.48,52.398 104,52.398 "
         transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00023114;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line15745"
         y2="0.66238809"
         x2="0.50976986"
         y1="0.65014827"
         x1="0.50976986" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline15747"
         points="104.72,51.68 104.72,52.398 104.96,51.922 105.2,52.398 105.2,51.68 "
         transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline15749"
         points="105.44,52.398 105.68,52.398 105.68,51.68 "
         transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00023114;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line15751"
         y2="0.66238809"
         x2="0.53431702"
         y1="0.66238809"
         x1="0.53022611" />
    </g>
    <line
       x1="0.71655893"
       y1="0.64862657"
       x2="0.71655893"
       y2="0.62722474"
       id="line15753"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.77824651,0.63287754 C 0.77824651,0.62383712 0.77220916,0.61641667 0.76478835,0.61641667"
       id="path15755"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.75551331"
       y1="0.62722474"
       x2="0.75551331"
       y2="0.64862657"
       id="line15757"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       sodipodi:nodetypes="cccsc"
       d="M 0.3906797,0.45226388 L 0.39113446,0.45273257 M 0.40829294,0.43411057 C 0.40348924,0.42915957 0.39555168,0.42917677 0.3907222,0.43415435 C 0.38589276,0.43913187 0.38587602,0.44731291 0.3906797,0.45226388"
       id="path15992"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
  </g>
  <g
     id="g18306">
    <g
       transform="translate(-0.3534907,-0.3008065)"
       id="g16234">
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16236"
         y2="0.6326831"
         x2="0.56703901"
         y1="0.73656136"
         x1="0.56703901" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16238"
         y2="0.6326831"
         x2="0.35603657"
         y1="0.73656136"
         x1="0.35603657" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16240"
         y2="0.75277871"
         x2="0.55405408"
         y1="0.75277871"
         x1="0.36903489" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16242"
         d="M 0.35598242,0.73685864 C 0.35598242,0.74558391 0.3624883,0.75269733 0.37045505,0.75269733" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16244"
         d="M 0.38471187,0.69329211 L 0.38437375,0.6936438 L 0.38403562,0.69399548 L 0.38371098,0.69436065 L 0.38339987,0.69473935 L 0.38308879,0.69511815 L 0.38280472,0.69551035 L 0.38252067,0.69590262 L 0.3822367,0.69629489 L 0.38197966,0.69670064 L 0.38172265,0.69711994 L 0.38147919,0.69753926 L 0.38124927,0.69795856 L 0.38101936,0.69839136 L 0.3808164,0.69882421 L 0.38061353,0.69927055 L 0.38041066,0.6997169 L 0.38023482,0.70016323 L 0.38007254,0.70060957 L 0.37991027,0.70106948 L 0.37976144,0.70152937 L 0.37962619,0.70200275 L 0.37950442,0.70246263 L 0.37938274,0.70293601 L 0.37928806,0.70340948 L 0.37919333,0.70389633 L 0.37911222,0.70436979 L 0.37904461,0.70485672 L 0.37899045,0.7053301 L 0.37894987,0.70581701 L 0.37892284,0.70630394 L 0.37890928,0.70679088 L 0.37889579,0.70729139 C 0.37889579,0.71816608 0.38776872,0.72705253 0.39865697,0.72705253 C 0.40959938,0.72705253 0.41847228,0.71816608 0.41847228,0.70729139 C 0.41847228,0.70205689 0.41636227,0.6969847 0.41265614,0.69329211" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16246"
         y2="0.66642737"
         x2="0.41770056"
         y1="0.66642737"
         x1="0.3787598" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00095047;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16248"
         points="94.16,48.801 93.68,48.801 93.68,50 "
         transform="matrix(1.3525797e-2,0,0,-1.7838593e-2,-0.8883368,1.5583575)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16250"
         y2="0.68743742"
         x2="0.38500059"
         y1="0.69320673"
         x1="0.38500059" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16252"
         y2="0.68781543"
         x2="0.41770056"
         y1="0.68781543"
         x1="0.41277704" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16254"
         y2="0.68781579"
         x2="0.41770056"
         y1="0.66642737"
         x1="0.41770056" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16256"
         y2="0.687841"
         x2="0.41277704"
         y1="0.69333267"
         x1="0.41277704" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16258"
         y2="0.68781579"
         x2="0.54431552"
         y1="0.68781579"
         x1="0.5383743" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16260"
         d="M 0.51081285,0.69329211 L 0.51040703,0.6936438 L 0.51013652,0.69399548 L 0.50973078,0.69436065 L 0.50946026,0.69473935 L 0.50918977,0.69511815 L 0.5089192,0.69551035 L 0.5086487,0.69590262 L 0.5083782,0.69629489 L 0.50810769,0.69670064 L 0.50783711,0.69711994 L 0.50756662,0.69753926 L 0.50729611,0.69795856 L 0.50716086,0.69839136 L 0.50689037,0.69882421 L 0.50675512,0.69927055 L 0.50648453,0.6997169 L 0.50634929,0.70016323 L 0.50621404,0.70060957 L 0.50607879,0.70106948 L 0.50580828,0.70152937 L 0.50567304,0.70200275 L 0.50567304,0.70246263 L 0.50553778,0.70293601 L 0.50540253,0.70340948 L 0.50526727,0.70389633 L 0.50526727,0.70436979 L 0.50513203,0.70485672 L 0.50513203,0.7053301 L 0.50513203,0.70581701 L 0.50499671,0.70630394 L 0.50499671,0.70679088 L 0.50499671,0.70729139 C 0.50499671,0.71816608 0.51378852,0.72699839 0.5247444,0.72699839 C 0.53556504,0.72699839 0.5444921,0.71816608 0.5444921,0.70729139 C 0.5444921,0.70205689 0.54232794,0.6969847 0.53867594,0.69329211" />
      <g
         id="g16262"
         transform="matrix(0.7934523,0,0,0.5219565,0.1168388,0.2943804)"
         style="fill:none;stroke:#00ff00;stroke-width:0.00022941;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-opacity:1">
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="103.28,49.762 103.52,49.52 103.52,49.039 "
           id="polyline16264"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.49749613"
           y1="0.69920897"
           x2="0.50158739"
           y2="0.6950835"
           id="line16266"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00022941;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104,49.039 104.24,49.039 104.24,49.281 104.24,49.281 104.24,49.52 104,49.52 "
           id="polyline16268"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104.24,49.52 104.24,49.52 104.24,49.762 104.24,49.762 104,49.762 104,49.039 "
           id="polyline16270"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104.48,49.039 104.48,49.762 104.72,49.281 104.96,49.762 104.96,49.039 "
           id="polyline16272"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="105.2,49.762 105.44,49.762 105.68,49.762 105.68,49.762 105.68,49.52 105.68,49.52 105.44,49.52 105.2,49.281 105.2,49.039 105.68,49.039 "
           id="polyline16274"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
      </g>
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16276"
         y2="0.66642737"
         x2="0.54431552"
         y1="0.66642737"
         x1="0.50536126" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00101743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16278"
         points="103.52,48.801 103.04,48.801 103.04,50 "
         transform="matrix(1.1803896e-2,0,0,-1.7838593e-2,-0.7109122,1.5583575)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16280"
         y2="0.68780345"
         x2="0.51102722"
         y1="0.6931048"
         x1="0.51102722" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16282"
         y2="0.68752784"
         x2="0.5383743"
         y1="0.69282925"
         x1="0.5383743" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16284"
         d="M 0.55337778,0.75269742 C 0.56098514,0.75269742 0.56717416,0.74512837 0.56717416,0.73584426" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16286"
         y2="0.68781579"
         x2="0.54431552"
         y1="0.66642737"
         x1="0.54431552" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16288"
         y2="0.55015457"
         x2="0.48398378"
         y1="0.58587611"
         x1="0.51644564" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16290"
         y2="0.61646575"
         x2="0.36903489"
         y1="0.61646575"
         x1="0.55405408" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16292"
         y2="0.42429984"
         x2="0.50536126"
         y1="0.42429984"
         x1="0.41770056" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16294"
         y2="0.59652144"
         x2="0.41770056"
         y1="0.59652144"
         x1="0.50536126" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16296"
         d="M 0.50955423,0.50885042 L 0.50955423,0.50649686 L 0.50928372,0.5041704 L 0.50901324,0.50188457 L 0.50860747,0.49962575 L 0.50820164,0.49742108 L 0.5075254,0.49524343 L 0.50684915,0.49311986 L 0.50603757,0.49103689 L 0.50509075,0.48900806 L 0.50400867,0.4870333 L 0.50292667,0.4851126 L 0.50170934,0.48325954 L 0.50049201,0.48146061 L 0.49913943,0.47972932 L 0.49765159,0.47806565 L 0.49616377,0.47646961 L 0.49454061,0.47495475 L 0.49291753,0.47352098 L 0.4911592,0.47215492 L 0.48940088,0.47088344 L 0.48750721,0.46967967 L 0.48561363,0.46858412 L 0.48358472,0.46756967 L 0.48155588,0.46664987 L 0.47952699,0.4658248 L 0.47736289,0.46510796 L 0.47519874,0.46448579 L 0.47303466,0.46397182 L 0.47073526,0.46356599 L 0.46843586,0.46328193 L 0.46613644,0.46310608 L 0.46376948,0.46303847 C 0.43851681,0.46303847 0.41795762,0.48359774 0.41795762,0.50885042 C 0.41795762,0.534103 0.43851681,0.55466228 0.46376948,0.55466228 C 0.48899503,0.55466228 0.50955423,0.534103 0.50955423,0.50885042 z" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16298"
         y2="0.46974719"
         x2="0.44074845"
         y1="0.43403915"
         x1="0.40831348" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16300"
         d="M 0.37045505,0.42413832 C 0.3624883,0.42413832 0.35598242,0.43063071 0.35598242,0.43861093" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16302"
         d="M 0.47628082,0.44205998 L 0.47628082,0.4414243 L 0.47628082,0.44078856 L 0.47614557,0.44016639 L 0.47601032,0.4395577 L 0.47587508,0.43894906 L 0.47573973,0.43835391 L 0.47546924,0.43778588 L 0.47533399,0.43721776 L 0.47506349,0.4366632 L 0.474793,0.4361222 L 0.47452249,0.43559469 L 0.47411667,0.43508073 L 0.47384616,0.43459379 L 0.47344041,0.43412033 L 0.47303466,0.43366051 L 0.47262885,0.43322764 L 0.47222308,0.43280834 L 0.47168208,0.43241607 L 0.47127626,0.43205091 L 0.47073526,0.43169923 L 0.47019418,0.43137457 L 0.46965317,0.4310635 L 0.46911218,0.430793 L 0.4685711,0.43053604 L 0.46803011,0.43030605 L 0.46748901,0.43011674 L 0.46694803,0.4299409 L 0.46627178,0.42980565 L 0.46573069,0.42968388 L 0.46505443,0.42961625 L 0.46437811,0.42956218 L 0.46376948,0.42954863 C 0.45689836,0.42954863 0.45124458,0.43520242 0.45124458,0.44205998 C 0.45124458,0.44893107 0.45689836,0.45458487 0.46376948,0.45458487 C 0.47060001,0.45458487 0.47628082,0.44893107 0.47628082,0.44205998 z" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16304"
         y2="0.59634888"
         x2="0.36903489"
         y1="0.59634888"
         x1="0.3787598" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16306"
         y2="0.5834046"
         x2="0.35603657"
         y1="0.43731251"
         x1="0.35603657" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16308"
         d="M 0.36910248,0.6161411 C 0.3616941,0.6161411 0.3556443,0.62371401 0.3556443,0.63294016" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16310"
         d="M 0.35613261,0.58207048 C 0.35613261,0.58989879 0.36226694,0.59626761 0.36977873,0.59626761" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16312"
         y2="0.61714101"
         x2="0.41770056"
         y1="0.59652144"
         x1="0.41770056" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16314"
         y2="0.59652144"
         x2="0.3787598"
         y1="0.61714101"
         x1="0.3787598" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01360447;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16316"
         points="93.922,55.039 94.16,54.559 94.16,54.32 "
         transform="matrix(1.2151654e-2,0,0,-9.6916146e-3,-0.7592759,1.121751)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16318"
         y2="0.58833438"
         x2="0.38781607"
         y1="0.59298635"
         x1="0.38492388" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01360447;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16320"
         points="94.641,54.32 94.879,54.32 95.121,54.559 95.121,54.559 94.879,54.559 94.641,54.559 "
         transform="matrix(1.2151654e-2,0,0,-9.6916146e-3,-0.7592759,1.121751)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01360447;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16322"
         points="94.879,54.559 95.121,54.801 95.121,54.801 94.879,55.039 94.641,55.039 94.641,54.32 "
         transform="matrix(1.2151654e-2,0,0,-9.6916146e-3,-0.7592759,1.121751)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01360447;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16324"
         points="95.359,54.32 95.359,55.039 95.602,54.559 95.84,55.039 95.84,54.32 "
         transform="matrix(1.2151654e-2,0,0,-9.6916146e-3,-0.7592759,1.121751)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01360447;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16326"
         points="96.078,54.801 96.078,55.039 96.32,55.039 96.559,54.801 96.559,54.801 96.32,54.559 96.078,54.559 96.078,54.559 96.078,54.32 96.559,54.32 "
         transform="matrix(1.2151654e-2,0,0,-9.6916146e-3,-0.7592759,1.121751)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16328"
         y2="0.64862657"
         x2="0.41770056"
         y1="0.64862657"
         x1="0.3787598" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00095056;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16330"
         points="96.559,52.641 93.68,52.641 93.68,51.441 "
         transform="matrix(1.3525797e-2,0,0,-1.7835074e-2,-0.8883368,1.5660811)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16332"
         y2="0.62722474"
         x2="0.41770056"
         y1="0.64862657"
         x1="0.41770056" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01091527;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16334"
         points="99.441,51.199 99.68,51.441 99.922,51.441 99.922,51.199 99.922,51.199 99.922,50.961 99.68,50.961 99.441,50.961 99.441,50.719 99.922,50.719 "
         transform="matrix(1.3525797e-2,0,0,-1.3525797e-2,-0.8883368,1.3479141)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16336"
         y2="0.65213317"
         x2="0.47289938"
         y1="0.66189873"
         x1="0.46640697" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16338"
         y2="0.66189873"
         x2="0.47289938"
         y1="0.65213317"
         x1="0.46640697" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16340"
         d="M 0.47628082,0.57564078 L 0.47628082,0.57499148 L 0.47628082,0.57435582 L 0.47614557,0.57373364 L 0.47601032,0.57312494 L 0.47587508,0.57251632 L 0.47573973,0.57192116 L 0.47546924,0.57135306 L 0.47533399,0.57078501 L 0.47506349,0.57023046 L 0.474793,0.56968937 L 0.47452249,0.56916185 L 0.47411667,0.56864789 L 0.47384616,0.56816096 L 0.47344041,0.56768758 L 0.47303466,0.5672277 L 0.47262885,0.5667949 L 0.47222308,0.56637561 L 0.47168208,0.56598332 L 0.47127626,0.56561817 L 0.47073526,0.56526649 L 0.47019418,0.56494183 L 0.46965317,0.56463074 L 0.46911218,0.56436024 L 0.4685711,0.56410323 L 0.46803011,0.56387331 L 0.46748901,0.56368392 L 0.46694803,0.56350816 L 0.46627178,0.56337283 L 0.46573069,0.56325113 L 0.46505443,0.56318351 L 0.46437811,0.56312936 L 0.46376948,0.56311587 C 0.45689836,0.56311587 0.45124458,0.56876965 0.45124458,0.57564078 C 0.45124458,0.58249833 0.45689836,0.58815212 0.46376948,0.58815212 C 0.47060001,0.58815212 0.47628082,0.58249833 0.47628082,0.57564078 z" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16342"
         y2="0.45271137"
         x2="0.39114416"
         y1="0.48597628"
         x1="0.42419153" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16344"
         y2="0.42431423"
         x2="0.3787598"
         y1="0.42431423"
         x1="0.36903489" />
      <polygon
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.0009506;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polygon16346"
         points="96.559,69.199 93.68,69.199 96.559,69.199 "
         transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.8883368,1.636982)" />
      <g
         id="g16348"
         transform="matrix(0.6931323,0,0,0.5478443,0.1519208,0.2209201)"
         style="fill:none;stroke:#00ff00;stroke-width:0.00023959;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-opacity:1">
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="93.922,68.961 94.16,68.719 94.16,68.238 "
           id="polyline16350"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01405461;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.3379384"
           y1="0.37192804"
           x2="0.34199572"
           y2="0.36780283"
           id="line16352"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00023959;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="94.641,68.238 94.879,68.238 95.121,68.48 95.121,68.48 94.879,68.719 94.641,68.719 "
           id="polyline16354"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01405461;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="94.879,68.719 95.121,68.719 95.121,68.961 94.879,68.961 94.641,68.961 94.641,68.238 "
           id="polyline16356"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01405461;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="95.359,68.238 95.359,68.961 95.602,68.48 95.84,68.961 95.84,68.238 "
           id="polyline16358"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01405461;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="96.078,68.961 96.078,68.961 96.32,68.961 96.559,68.961 96.559,68.719 96.32,68.719 96.078,68.719 96.078,68.48 96.078,68.238 96.559,68.238 "
           id="polyline16360"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01405461;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
      </g>
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         d="M 0.37875982,0.42429971 L 0.37875982,0.40291729"
         id="path16362"
         sodipodi:nodetypes="cc" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16364"
         y2="0.42429984"
         x2="0.41770056"
         y1="0.4029175"
         x1="0.41770056" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16366"
         d="M 0.56717416,0.43861093 C 0.56717416,0.43063071 0.56068176,0.42413832 0.55270152,0.42413832" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16368"
         y2="0.56803012"
         x2="0.53338063"
         y1="0.53558177"
         x1="0.50091887" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16370"
         y2="0.5834046"
         x2="0.56703901"
         y1="0.43731251"
         x1="0.56703901" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01389529;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16372"
         points="103.28,55.039 103.52,54.559 103.52,54.32 "
         transform="matrix(1.2153214e-2,0,0,-9.2889856e-3,-0.7468679,1.1016211)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16374"
         y2="0.59036469"
         x2="0.51414961"
         y1="0.59482336"
         x1="0.51123285" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01389529;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16376"
         points="104,54.32 104.24,54.32 104.48,54.559 104.48,54.559 104.24,54.559 104,54.559 "
         transform="matrix(1.2153214e-2,0,0,-9.2889856e-3,-0.7468679,1.1016211)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01389529;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16378"
         points="104.24,54.559 104.48,54.801 104.48,54.801 104.24,55.039 104,55.039 104,54.32 "
         transform="matrix(1.2153214e-2,0,0,-9.2889856e-3,-0.7468679,1.1016211)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01389529;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16380"
         points="104.72,54.32 104.72,55.039 104.96,54.559 105.2,55.039 105.2,54.32 "
         transform="matrix(1.2153214e-2,0,0,-9.2889856e-3,-0.7468679,1.1016211)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01389529;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16382"
         points="105.44,54.801 105.44,55.039 105.68,55.039 105.92,54.801 105.92,54.801 105.68,54.559 105.44,54.559 105.44,54.559 105.44,54.32 105.92,54.32 "
         transform="matrix(1.2153214e-2,0,0,-9.2889856e-3,-0.7468679,1.1016211)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16384"
         y2="0.62722474"
         x2="0.54431552"
         y1="0.62722474"
         x1="0.50536126" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16386"
         y2="0.64862657"
         x2="0.50536126"
         y1="0.64862657"
         x1="0.54431552" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16388"
         y2="0.59652144"
         x2="0.50536126"
         y1="0.61714101"
         x1="0.50536126" />
      <g
         id="g16390"
         transform="matrix(0.7934523,0,0,0.5141792,0.1165631,0.285707)"
         style="fill:none;stroke:#00ff00;stroke-width:0.00023114;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-opacity:1">
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="103.28,52.398 103.52,52.16 103.52,51.68 "
           id="polyline16392"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.49749613"
           y1="0.65420556"
           x2="0.50158739"
           y2="0.65014827"
           id="line16394"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00023114;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104,51.68 104.48,51.68 104.48,51.922 104.48,51.922 104.48,52.16 104.24,52.16 "
           id="polyline16396"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104.48,52.16 104.48,52.16 104.48,52.398 104.48,52.398 104,52.398 "
           id="polyline16398"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.50976986"
           y1="0.65014827"
           x2="0.50976986"
           y2="0.66238809"
           id="line16400"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00023114;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104.72,51.68 104.72,52.398 104.96,51.922 105.2,52.398 105.2,51.68 "
           id="polyline16402"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="105.44,52.398 105.68,52.398 105.68,51.68 "
           id="polyline16404"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.53022611"
           y1="0.66238809"
           x2="0.53431702"
           y2="0.66238809"
           id="line16406"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00023114;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
      </g>
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16408"
         y2="0.62722474"
         x2="0.50536126"
         y1="0.64862657"
         x1="0.50536126" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16410"
         d="M 0.53400055,0.56859001 L 0.53354271,0.56814447 M 0.51626772,0.58584681 C 0.52110404,0.5905533 0.52909549,0.59053695 0.53395777,0.58580519 C 0.53882,0.58107348 0.53883685,0.57329648 0.53400055,0.56859001"
         sodipodi:nodetypes="cccsc" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16412"
         y2="0.61714101"
         x2="0.54431552"
         y1="0.59652144"
         x1="0.54431552" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16414"
         d="M 0.56704883,0.63287754 C 0.56704883,0.62383712 0.5610115,0.61641667 0.55359067,0.61641667" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16416"
         y2="0.64862657"
         x2="0.54431552"
         y1="0.62722474"
         x1="0.54431552" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16418"
         d="M 0.55271414,0.59656046 C 0.56069438,0.59656046 0.56718678,0.59006806 0.56718678,0.58208784" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16420"
         y2="0.59652144"
         x2="0.54431552"
         y1="0.59652144"
         x1="0.55405408" />
      <polygon
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.0009506;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polygon16422"
         points="105.92,69.199 103.04,69.199 105.92,69.199 "
         transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.8883368,1.636982)" />
      <g
         id="g16424"
         transform="matrix(0.7387944,0,0,0.4448622,0.1425233,0.2647747)"
         style="fill:none;stroke:#00ff00;stroke-width:0.00025753;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-opacity:1">
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="103.28,69.199 103.52,68.719 103.52,68.48 "
           id="polyline16426"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01510709;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.49749613"
           y1="0.37192804"
           x2="0.50158739"
           y2="0.36374584"
           id="line16428"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00025753;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104,68.48 104.24,68.48 104.48,68.48 104.48,68.719 104.24,68.719 104,68.719 "
           id="polyline16430"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01510709;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104.24,68.719 104.48,68.961 104.48,68.961 104.24,69.199 104,69.199 104,68.48 "
           id="polyline16432"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01510709;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104.72,68.48 104.72,69.199 104.96,68.719 105.2,69.199 105.2,68.48 "
           id="polyline16434"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01510709;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="105.44,68.961 105.44,69.199 105.68,69.199 105.92,68.961 105.92,68.961 105.68,68.719 105.44,68.719 105.44,68.719 105.44,68.48 105.92,68.48 "
           id="polyline16436"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01510709;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
      </g>
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         d="M 0.50536126,0.42429971 L 0.50536126,0.40291729"
         id="path16438"
         sodipodi:nodetypes="cc" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.0009506;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16440"
         points="105.92,69.199 105.92,68 106.64,68 "
         transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.8883368,1.636982)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16442"
         y2="0.42420185"
         x2="0.75553572"
         y1="0.40280145"
         x1="0.75553572" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16444"
         y2="0.40280145"
         x2="0.71658146"
         y1="0.42420185"
         x1="0.71658146" />
      <g
         id="g16446"
         transform="matrix(0.8994314,0,0,0.4626018,7.4024444e-2,0.2396321)">
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)"
           points="103.28,84.32 103.52,84.078 103.52,83.602 "
           id="polyline16448"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.014737;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.72307384"
           y1="0.4113794"
           x2="0.72632009"
           y2="0.40706384"
           id="line16450"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00022888;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)"
           points="104,83.602 104.48,83.602 104.48,83.84 104.48,83.84 104.48,84.078 104.24,84.078 "
           id="polyline16452"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.014737;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)"
           points="104.48,84.078 104.48,84.078 104.48,84.32 104.48,84.32 104,84.32 "
           id="polyline16454"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.014737;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.73281252"
           y1="0.40706384"
           x2="0.73281252"
           y2="0.4198682"
           id="line16456"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00022888;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)"
           points="104.72,83.602 104.72,84.32 104.96,83.84 105.2,84.32 105.2,83.602 "
           id="polyline16458"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.014737;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)"
           points="105.44,84.32 105.44,84.32 105.44,83.602 105.68,83.602 "
           id="polyline16460"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.014737;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
      </g>
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16462"
         y2="0.42420185"
         x2="0.62892085"
         y1="0.40280145"
         x1="0.62892085" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16464"
         y2="0.40280145"
         x2="0.58998007"
         y1="0.42420185"
         x1="0.58998007" />
      <g
         id="g16466"
         transform="matrix(0.949674,0,0,0.6522718,3.0261994e-2,0.1554663)">
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)"
           points="93.922,84.32 94.16,83.84 94.16,83.602 "
           id="polyline16468"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01207801;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.59647244"
           y1="0.41562396"
           x2="0.59969175"
           y2="0.40706384"
           id="line16470"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00018759;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)"
           points="94.641,83.602 95.121,83.602 95.121,83.84 95.121,83.84 95.121,83.84 94.879,83.84 "
           id="polyline16472"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01207801;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)"
           points="95.121,83.84 95.121,84.078 95.121,84.078 95.121,84.32 94.641,84.32 "
           id="polyline16474"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01207801;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.60619736"
           y1="0.40706384"
           x2="0.60619736"
           y2="0.4198682"
           id="line16476"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00018759;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)"
           points="95.359,83.602 95.359,84.32 95.602,83.84 95.84,84.32 95.84,83.602 "
           id="polyline16478"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01207801;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)"
           points="96.078,84.078 96.32,84.32 96.32,83.602 "
           id="polyline16480"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01207801;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.62241495"
           y1="0.4198682"
           x2="0.62568808"
           y2="0.4198682"
           id="line16482"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00018759;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
      </g>
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16484"
         y2="0.42420185"
         x2="0.71658146"
         y1="0.42420185"
         x1="0.62892085" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16486"
         y2="0.59640998"
         x2="0.62892085"
         y1="0.59640998"
         x1="0.71658146" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16488"
         d="M 0.72929577,0.50966885 L 0.72916052,0.50688252 L 0.72902526,0.5041233 L 0.72861944,0.50140458 L 0.7282137,0.49874001 L 0.72753736,0.49611603 L 0.72686111,0.49353256 L 0.72591428,0.49101681 L 0.72496752,0.48855511 L 0.72388545,0.48614749 L 0.72266813,0.4838075 L 0.72145079,0.48153519 L 0.71996296,0.47933052 L 0.71847514,0.47720695 L 0.71685205,0.47516457 L 0.71509365,0.47318981 L 0.71333533,0.47130971 L 0.71144174,0.46951079 L 0.70954808,0.46780651 L 0.70751926,0.46619692 L 0.7053551,0.46468205 L 0.70305569,0.46326185 L 0.7008916,0.46196334 L 0.69845693,0.46075958 L 0.69615753,0.4596775 L 0.69358762,0.45870362 L 0.69115305,0.45785153 L 0.68858313,0.45712114 L 0.68587797,0.45651243 L 0.68330807,0.45603906 L 0.68046765,0.45568737 L 0.67776249,0.4554845 L 0.67498972,0.45540332 C 0.64503009,0.45540332 0.62072416,0.47970923 0.62072416,0.50966885 C 0.62072416,0.53962849 0.64503009,0.56393433 0.67498972,0.56393433 C 0.70494933,0.56393433 0.72929577,0.53962849 0.72929577,0.50966885 z" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16490"
         y2="0.42420185"
         x2="0.58998007"
         y1="0.42420185"
         x1="0.58025503" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16492"
         y2="0.59640998"
         x2="0.58025503"
         y1="0.59640998"
         x1="0.58998007" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16494"
         d="M 0.56686446,0.58193725 C 0.56686446,0.58991739 0.57337033,0.59640979 0.58133707,0.59640979" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16496"
         d="M 0.58133707,0.4242805 C 0.57355645,0.4242805 0.56720259,0.43137974 0.56720259,0.44010571" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01382295;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16498"
         points="93.922,70.398 94.16,69.922 94.16,69.68 "
         transform="matrix(1.3465357e-2,0,0,-8.4717948e-3,-0.6707146,1.1839112)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16500"
         y2="0.58751392"
         x2="0.60038817"
         y1="0.59154648"
         x1="0.59718323" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01382295;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16502"
         points="94.641,69.68 95.121,69.68 95.121,69.68 95.121,69.922 95.121,69.922 94.879,69.922 "
         transform="matrix(1.3465357e-2,0,0,-8.4717948e-3,-0.6707146,1.1839112)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01382295;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16504"
         points="95.121,69.922 95.121,70.16 95.121,70.16 95.121,70.398 94.641,70.398 "
         transform="matrix(1.3465357e-2,0,0,-8.4717948e-3,-0.6707146,1.1839112)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16506"
         y2="0.59359658"
         x2="0.60686469"
         y1="0.58751392"
         x1="0.60686469" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01382295;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16508"
         points="95.359,69.68 95.359,70.398 95.602,69.922 95.84,70.398 95.84,69.68 "
         transform="matrix(1.3465357e-2,0,0,-8.4717948e-3,-0.6707146,1.1839112)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01382295;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16510"
         points="96.078,70.16 96.32,70.398 96.32,69.68 "
         transform="matrix(1.3465357e-2,0,0,-8.4717948e-3,-0.6707146,1.1839112)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16512"
         y2="0.59359658"
         x2="0.62626833"
         y1="0.59359658"
         x1="0.6230098" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         d="M 0.62892082,0.59574681 L 0.62892082,0.61767032"
         id="path16514"
         sodipodi:nodetypes="cc" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16516"
         d="M 0.68750106,0.57645922 L 0.68750106,0.57581001 L 0.68750106,0.57517427 L 0.68736582,0.5745521 L 0.68723056,0.57394338 L 0.68709531,0.57333477 L 0.68695997,0.57275317 L 0.68668948,0.57217157 L 0.68655423,0.57160346 L 0.68628374,0.5710489 L 0.68601323,0.57050791 L 0.68574273,0.56998038 L 0.6853369,0.56946641 L 0.68506641,0.56897948 L 0.68466065,0.56850603 L 0.6842549,0.56804621 L 0.68384907,0.56761334 L 0.68344333,0.56719404 L 0.68290232,0.56680177 L 0.68249648,0.56643662 L 0.68195548,0.56608493 L 0.68141442,0.56576028 L 0.68087341,0.56544918 L 0.68033241,0.56517869 L 0.67979133,0.56492174 L 0.67925034,0.56469177 L 0.67870927,0.56450244 L 0.67816825,0.5643266 L 0.677492,0.56419135 L 0.67695093,0.56408313 L 0.67627468,0.56400195 L 0.67559834,0.56394789 L 0.67498972,0.56393433 C 0.6681186,0.56393433 0.66246482,0.56958811 0.66246482,0.57645922 C 0.66246482,0.58331678 0.6681186,0.58897056 0.67498972,0.58897056 C 0.68182023,0.58897056 0.68750106,0.58331678 0.68750106,0.57645922 z" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16518"
         d="M 0.62484953,0.44289198 L 0.62483606,0.44224275 L 0.62478191,0.44160702 L 0.62470081,0.44098484 L 0.62459259,0.44037622 L 0.62444377,0.43976751 L 0.62428149,0.43918592 L 0.62407863,0.43860433 L 0.62384864,0.43803621 L 0.62360517,0.43748166 L 0.62332112,0.43694066 L 0.62302359,0.43641312 L 0.62269893,0.43589916 L 0.62234733,0.43541224 L 0.62196853,0.43493886 L 0.62157634,0.43447898 L 0.62115704,0.43404609 L 0.62072416,0.43362679 L 0.62026435,0.4332346 L 0.61979089,0.43286936 L 0.61929048,0.43251768 L 0.61877645,0.43219311 L 0.618249,0.43188201 L 0.61770791,0.43161143 L 0.61715337,0.4313545 L 0.61658532,0.43112459 L 0.61600367,0.43093519 L 0.61540859,0.43075935 L 0.61479988,0.4306241 L 0.6141777,0.43051588 L 0.61355551,0.4304347 L 0.61291979,0.43038063 L 0.61227056,0.43036706 C 0.60539946,0.43036706 0.59974567,0.43602087 0.59974567,0.44289198 C 0.59974567,0.44974954 0.60539946,0.45540332 0.61227056,0.45540332 C 0.61919576,0.45540332 0.62484953,0.44974954 0.62484953,0.44289198 z" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16520"
         d="M 0.68750106,0.44289198 L 0.68750106,0.44224275 L 0.68750106,0.44160702 L 0.68736582,0.44098484 L 0.68723056,0.44037622 L 0.68709531,0.43976751 L 0.68695997,0.43918592 L 0.68668948,0.43860433 L 0.68655423,0.43803621 L 0.68628374,0.43748166 L 0.68601323,0.43694066 L 0.68574273,0.43641312 L 0.6853369,0.43589916 L 0.68506641,0.43541224 L 0.68466065,0.43493886 L 0.6842549,0.43447898 L 0.68384907,0.43404609 L 0.68344333,0.43362679 L 0.68290232,0.4332346 L 0.68249648,0.43286936 L 0.68195548,0.43251768 L 0.68141442,0.43219311 L 0.68087341,0.43188201 L 0.68033241,0.43161143 L 0.67979133,0.4313545 L 0.67925034,0.43112459 L 0.67870927,0.43093519 L 0.67816825,0.43075935 L 0.677492,0.4306241 L 0.67695093,0.43051588 L 0.67627468,0.4304347 L 0.67559834,0.43038063 L 0.67498972,0.43036706 C 0.6681186,0.43036706 0.66246482,0.43602087 0.66246482,0.44289198 C 0.66246482,0.44974954 0.6681186,0.45540332 0.67498972,0.45540332 C 0.68182023,0.45540332 0.68750106,0.44974954 0.68750106,0.44289198 z" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16522"
         y2="0.5832628"
         x2="0.77825916"
         y1="0.44045728"
         x1="0.77825916" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16524"
         d="M 0.75026072,0.57645922 L 0.75026072,0.57581001 L 0.75012547,0.57517427 L 0.75012547,0.5745521 L 0.74999023,0.57394338 L 0.74985497,0.57333477 L 0.74971973,0.57275317 L 0.74944922,0.57217157 L 0.74917872,0.57160346 L 0.7490434,0.5710489 L 0.74863765,0.57050791 L 0.74836714,0.56998038 L 0.74809663,0.56946641 L 0.74769082,0.56897948 L 0.74728506,0.56850603 L 0.74687931,0.56804621 L 0.74647348,0.56761334 L 0.74606773,0.56719404 L 0.74566198,0.56680177 L 0.7451209,0.56643662 L 0.74471514,0.56608493 L 0.74417415,0.56576028 L 0.74363307,0.56544918 L 0.74309207,0.56517869 L 0.74255107,0.56492174 L 0.74200998,0.56469177 L 0.74133373,0.56450244 L 0.74079266,0.5643266 L 0.74011641,0.56419135 L 0.73957533,0.56408313 L 0.73889908,0.56400195 L 0.73835808,0.56394789 L 0.73768175,0.56393433 C 0.73078359,0.56393433 0.72510277,0.56958811 0.72510277,0.57645922 C 0.72510277,0.58331678 0.73078359,0.58897056 0.73768175,0.58897056 C 0.74457991,0.58897056 0.75026072,0.58331678 0.75026072,0.57645922 z" />
      <g
         id="g16526"
         transform="matrix(1.0148064,0,0,0.511868,-8.3359784e-3,0.2825287)">
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.714025e-2,-0.6771164,1.8072142)"
           points="103.28,70.398 103.52,69.922 103.52,69.68 "
           id="polyline16528"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345355;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.72307384"
           y1="0.60873389"
           x2="0.72632009"
           y2="0.60057515"
           id="line16530"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00020485;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.714025e-2,-0.6771164,1.8072142)"
           points="104,69.68 104.48,69.68 104.48,69.68 104.48,69.922 104.48,69.922 104.24,69.922 "
           id="polyline16532"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345355;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.714025e-2,-0.6771164,1.8072142)"
           points="104.48,69.922 104.48,70.16 104.48,70.16 104.48,70.398 104,70.398 "
           id="polyline16534"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345355;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.73281252"
           y1="0.60057515"
           x2="0.73281252"
           y2="0.61288172"
           id="line16536"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00020485;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.714025e-2,-0.6771164,1.8072142)"
           points="104.72,69.68 104.72,70.398 104.96,69.922 105.2,70.398 105.2,69.68 "
           id="polyline16538"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345355;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <path
           sodipodi:nodetypes="ccc"
           id="path16540"
           d="M 105.28986,70.219238 L 105.44,70.398 L 105.44,69.68"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345355;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dashoffset:0;stroke-opacity:1"
           transform="matrix(1.3525797e-2,0,0,-1.714025e-2,-0.6771164,1.8072142)" />
      </g>
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16542"
         d="M 0.76425989,0.59640979 C 0.77202528,0.59640979 0.77834288,0.58991739 0.77834288,0.58193725" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16544"
         y2="0.59640998"
         x2="0.75553572"
         y1="0.59640998"
         x1="0.76527429" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         d="M 0.75553572,0.59637881 L 0.75553572,0.61699052"
         id="path16546"
         sodipodi:nodetypes="cc" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16548"
         d="M 0.77805628,0.44044391 C 0.77805628,0.43149682 0.77156387,0.42421788 0.76358364,0.42421788" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16550"
         y2="0.42420185"
         x2="0.76527429"
         y1="0.42420185"
         x1="0.75553572" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16552"
         y2="0.40280145"
         x2="0.62892085"
         y1="0.40280145"
         x1="0.58998007" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16554"
         y2="0.40280145"
         x2="0.75553572"
         y1="0.40280145"
         x1="0.71658146" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         d="M 0.71658161,0.61748422 L 0.71658161,0.59693308"
         id="path16556"
         sodipodi:nodetypes="cc" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         d="M 0.58998015,0.61649673 L 0.58998015,0.5959456"
         id="path16558"
         sodipodi:nodetypes="cc" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16560"
         y2="0.6326831"
         x2="0.77823675"
         y1="0.73656136"
         x1="0.77823675" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16562"
         y2="0.75277871"
         x2="0.76525187"
         y1="0.75277871"
         x1="0.58023256" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16564"
         d="M 0.56718009,0.73685864 C 0.56718009,0.74558391 0.57368598,0.75269733 0.58165272,0.75269733" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16566"
         d="M 0.59590955,0.69329211 L 0.59557141,0.6936438 L 0.59523329,0.69399548 L 0.59490865,0.69436065 L 0.59459755,0.69473935 L 0.59428647,0.69511815 L 0.5940024,0.69551035 L 0.59371834,0.69590262 L 0.59343438,0.69629489 L 0.59317734,0.69670064 L 0.59292033,0.69711994 L 0.59267685,0.69753926 L 0.59244695,0.69795856 L 0.59221703,0.69839136 L 0.59201408,0.69882421 L 0.59181121,0.69927055 L 0.59160834,0.6997169 L 0.5914325,0.70016323 L 0.59127021,0.70060957 L 0.59110793,0.70106948 L 0.59095912,0.70152937 L 0.59082387,0.70200275 L 0.5907021,0.70246263 L 0.59058041,0.70293601 L 0.59048575,0.70340948 L 0.590391,0.70389633 L 0.5903099,0.70436979 L 0.59024229,0.70485672 L 0.59018812,0.7053301 L 0.59014754,0.70581701 L 0.5901205,0.70630394 L 0.59010695,0.70679088 L 0.59009347,0.70729139 C 0.59009347,0.71816608 0.59896639,0.72705253 0.60985465,0.72705253 C 0.62079706,0.72705253 0.62966996,0.71816608 0.62966996,0.70729139 C 0.62966996,0.70205689 0.62755994,0.6969847 0.62385381,0.69329211" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16568"
         y2="0.66642737"
         x2="0.62889844"
         y1="0.66642737"
         x1="0.58995759" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00095047;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16570"
         points="94.16,48.801 93.68,48.801 93.68,50 "
         transform="matrix(1.3525798e-2,0,0,-1.7838595e-2,-0.6771391,1.5583577)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16572"
         y2="0.68743742"
         x2="0.59619832"
         y1="0.69320673"
         x1="0.59619832" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16574"
         y2="0.68781543"
         x2="0.62889844"
         y1="0.68781543"
         x1="0.62397486" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16576"
         y2="0.68781579"
         x2="0.62889844"
         y1="0.66642737"
         x1="0.62889844" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16578"
         y2="0.687841"
         x2="0.62397486"
         y1="0.69333267"
         x1="0.62397486" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16580"
         y2="0.68781579"
         x2="0.75551331"
         y1="0.68781579"
         x1="0.74957204" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16582"
         d="M 0.72201053,0.69329211 L 0.7216047,0.6936438 L 0.72133419,0.69399548 L 0.72092845,0.69436065 L 0.72065794,0.69473935 L 0.72038745,0.69511815 L 0.72011687,0.69551035 L 0.71984637,0.69590262 L 0.71957587,0.69629489 L 0.71930536,0.69670064 L 0.7190348,0.69711994 L 0.71876429,0.69753926 L 0.71849378,0.69795856 L 0.71835854,0.69839136 L 0.71808804,0.69882421 L 0.71795279,0.69927055 L 0.71768222,0.6997169 L 0.71754697,0.70016323 L 0.71741171,0.70060957 L 0.71727647,0.70106948 L 0.71700597,0.70152937 L 0.71687072,0.70200275 L 0.71687072,0.70246263 L 0.71673546,0.70293601 L 0.71660022,0.70340948 L 0.71646495,0.70389633 L 0.71646495,0.70436979 L 0.71632972,0.70485672 L 0.71632972,0.7053301 L 0.71632972,0.70581701 L 0.71619439,0.70630394 L 0.71619439,0.70679088 L 0.71619439,0.70729139 C 0.71619439,0.71816608 0.72498619,0.72699839 0.73594208,0.72699839 C 0.74676272,0.72699839 0.75568977,0.71816608 0.75568977,0.70729139 C 0.75568977,0.70205689 0.75352559,0.6969847 0.74987363,0.69329211" />
      <g
         id="g16584"
         transform="matrix(0.7934523,0,0,0.5219565,0.3280363,0.2943804)"
         style="fill:none;stroke:#00ff00;stroke-width:0.00022941;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-opacity:1">
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="103.28,49.762 103.52,49.52 103.52,49.039 "
           id="polyline16586"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.49749613"
           y1="0.69920897"
           x2="0.50158739"
           y2="0.6950835"
           id="line16588"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00022941;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104,49.039 104.24,49.039 104.24,49.281 104.24,49.281 104.24,49.52 104,49.52 "
           id="polyline16590"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104.24,49.52 104.24,49.52 104.24,49.762 104.24,49.762 104,49.762 104,49.039 "
           id="polyline16592"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104.48,49.039 104.48,49.762 104.72,49.281 104.96,49.762 104.96,49.039 "
           id="polyline16594"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="105.2,49.762 105.44,49.762 105.68,49.762 105.68,49.762 105.68,49.52 105.68,49.52 105.44,49.52 105.2,49.281 105.2,49.039 105.68,49.039 "
           id="polyline16596"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
      </g>
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16598"
         y2="0.66642737"
         x2="0.75551331"
         y1="0.66642737"
         x1="0.71655893" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00101743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16600"
         points="103.52,48.801 103.04,48.801 103.04,50 "
         transform="matrix(1.1803897e-2,0,0,-1.7838595e-2,-0.4997145,1.5583577)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16602"
         y2="0.68780345"
         x2="0.72222495"
         y1="0.6931048"
         x1="0.72222495" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16604"
         y2="0.68752784"
         x2="0.74957204"
         y1="0.69282925"
         x1="0.74957204" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16606"
         d="M 0.76457545,0.75269742 C 0.77218281,0.75269742 0.77837183,0.74512837 0.77837183,0.73584426" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16608"
         y2="0.68781579"
         x2="0.75551331"
         y1="0.66642737"
         x1="0.75551331" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16610"
         y2="0.61646575"
         x2="0.58023256"
         y1="0.61646575"
         x1="0.76525187" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16612"
         d="M 0.58030015,0.6161411 C 0.57289177,0.6161411 0.56684197,0.62371401 0.56684197,0.63294016" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16614"
         y2="0.64862657"
         x2="0.62889844"
         y1="0.64862657"
         x1="0.58995759" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00095056;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16616"
         points="96.559,52.641 93.68,52.641 93.68,51.441 "
         transform="matrix(1.3525798e-2,0,0,-1.7835075e-2,-0.6771391,1.5660812)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16618"
         y2="0.62722474"
         x2="0.62889844"
         y1="0.64862657"
         x1="0.62889844" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16620"
         y2="0.62722474"
         x2="0.75551331"
         y1="0.62722474"
         x1="0.71655893" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16622"
         y2="0.64862657"
         x2="0.71655893"
         y1="0.64862657"
         x1="0.75551331" />
      <g
         id="g16624"
         transform="matrix(0.7934523,0,0,0.5141792,0.3277607,0.285707)"
         style="fill:none;stroke:#00ff00;stroke-width:0.00023114;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-opacity:1">
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="103.28,52.398 103.52,52.16 103.52,51.68 "
           id="polyline16626"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.49749613"
           y1="0.65420556"
           x2="0.50158739"
           y2="0.65014827"
           id="line16628"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00023114;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104,51.68 104.48,51.68 104.48,51.922 104.48,51.922 104.48,52.16 104.24,52.16 "
           id="polyline16630"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104.48,52.16 104.48,52.16 104.48,52.398 104.48,52.398 104,52.398 "
           id="polyline16632"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.50976986"
           y1="0.65014827"
           x2="0.50976986"
           y2="0.66238809"
           id="line16634"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00023114;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104.72,51.68 104.72,52.398 104.96,51.922 105.2,52.398 105.2,51.68 "
           id="polyline16636"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="105.44,52.398 105.68,52.398 105.68,51.68 "
           id="polyline16638"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.53022611"
           y1="0.66238809"
           x2="0.53431702"
           y2="0.66238809"
           id="line16640"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00023114;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
      </g>
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16642"
         y2="0.62722474"
         x2="0.71655893"
         y1="0.64862657"
         x1="0.71655893" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16644"
         d="M 0.77824651,0.63287754 C 0.77824651,0.62383712 0.77220916,0.61641667 0.76478835,0.61641667" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16646"
         y2="0.64862657"
         x2="0.75551331"
         y1="0.62722474"
         x1="0.75551331" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16648"
         d="M 0.3906797,0.45226388 L 0.39113446,0.45273257 M 0.40829294,0.43411057 C 0.40348924,0.42915957 0.39555168,0.42917677 0.3907222,0.43415435 C 0.38589276,0.43913187 0.38587602,0.44731291 0.3906797,0.45226388"
         sodipodi:nodetypes="cccsc" />
    </g>
    <g
       transform="translate(0.4917778,-0.3008065)"
       id="g16650">
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16652"
         y2="0.6326831"
         x2="0.56703901"
         y1="0.73656136"
         x1="0.56703901" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16654"
         y2="0.6326831"
         x2="0.35603657"
         y1="0.73656136"
         x1="0.35603657" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16656"
         y2="0.75277871"
         x2="0.55405408"
         y1="0.75277871"
         x1="0.36903489" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16658"
         d="M 0.35598242,0.73685864 C 0.35598242,0.74558391 0.3624883,0.75269733 0.37045505,0.75269733" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16660"
         d="M 0.38471187,0.69329211 L 0.38437375,0.6936438 L 0.38403562,0.69399548 L 0.38371098,0.69436065 L 0.38339987,0.69473935 L 0.38308879,0.69511815 L 0.38280472,0.69551035 L 0.38252067,0.69590262 L 0.3822367,0.69629489 L 0.38197966,0.69670064 L 0.38172265,0.69711994 L 0.38147919,0.69753926 L 0.38124927,0.69795856 L 0.38101936,0.69839136 L 0.3808164,0.69882421 L 0.38061353,0.69927055 L 0.38041066,0.6997169 L 0.38023482,0.70016323 L 0.38007254,0.70060957 L 0.37991027,0.70106948 L 0.37976144,0.70152937 L 0.37962619,0.70200275 L 0.37950442,0.70246263 L 0.37938274,0.70293601 L 0.37928806,0.70340948 L 0.37919333,0.70389633 L 0.37911222,0.70436979 L 0.37904461,0.70485672 L 0.37899045,0.7053301 L 0.37894987,0.70581701 L 0.37892284,0.70630394 L 0.37890928,0.70679088 L 0.37889579,0.70729139 C 0.37889579,0.71816608 0.38776872,0.72705253 0.39865697,0.72705253 C 0.40959938,0.72705253 0.41847228,0.71816608 0.41847228,0.70729139 C 0.41847228,0.70205689 0.41636227,0.6969847 0.41265614,0.69329211" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16662"
         y2="0.66642737"
         x2="0.41770056"
         y1="0.66642737"
         x1="0.3787598" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00095047;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16664"
         points="94.16,48.801 93.68,48.801 93.68,50 "
         transform="matrix(1.3525797e-2,0,0,-1.7838593e-2,-0.8883368,1.5583575)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16666"
         y2="0.68743742"
         x2="0.38500059"
         y1="0.69320673"
         x1="0.38500059" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16668"
         y2="0.68781543"
         x2="0.41770056"
         y1="0.68781543"
         x1="0.41277704" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16670"
         y2="0.68781579"
         x2="0.41770056"
         y1="0.66642737"
         x1="0.41770056" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16672"
         y2="0.687841"
         x2="0.41277704"
         y1="0.69333267"
         x1="0.41277704" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16674"
         y2="0.68781579"
         x2="0.54431552"
         y1="0.68781579"
         x1="0.5383743" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16676"
         d="M 0.51081285,0.69329211 L 0.51040703,0.6936438 L 0.51013652,0.69399548 L 0.50973078,0.69436065 L 0.50946026,0.69473935 L 0.50918977,0.69511815 L 0.5089192,0.69551035 L 0.5086487,0.69590262 L 0.5083782,0.69629489 L 0.50810769,0.69670064 L 0.50783711,0.69711994 L 0.50756662,0.69753926 L 0.50729611,0.69795856 L 0.50716086,0.69839136 L 0.50689037,0.69882421 L 0.50675512,0.69927055 L 0.50648453,0.6997169 L 0.50634929,0.70016323 L 0.50621404,0.70060957 L 0.50607879,0.70106948 L 0.50580828,0.70152937 L 0.50567304,0.70200275 L 0.50567304,0.70246263 L 0.50553778,0.70293601 L 0.50540253,0.70340948 L 0.50526727,0.70389633 L 0.50526727,0.70436979 L 0.50513203,0.70485672 L 0.50513203,0.7053301 L 0.50513203,0.70581701 L 0.50499671,0.70630394 L 0.50499671,0.70679088 L 0.50499671,0.70729139 C 0.50499671,0.71816608 0.51378852,0.72699839 0.5247444,0.72699839 C 0.53556504,0.72699839 0.5444921,0.71816608 0.5444921,0.70729139 C 0.5444921,0.70205689 0.54232794,0.6969847 0.53867594,0.69329211" />
      <g
         id="g16678"
         transform="matrix(0.7934523,0,0,0.5219565,0.1168388,0.2943804)"
         style="fill:none;stroke:#00ff00;stroke-width:0.00022941;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-opacity:1">
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="103.28,49.762 103.52,49.52 103.52,49.039 "
           id="polyline16680"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.49749613"
           y1="0.69920897"
           x2="0.50158739"
           y2="0.6950835"
           id="line16682"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00022941;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104,49.039 104.24,49.039 104.24,49.281 104.24,49.281 104.24,49.52 104,49.52 "
           id="polyline16684"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104.24,49.52 104.24,49.52 104.24,49.762 104.24,49.762 104,49.762 104,49.039 "
           id="polyline16686"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104.48,49.039 104.48,49.762 104.72,49.281 104.96,49.762 104.96,49.039 "
           id="polyline16688"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="105.2,49.762 105.44,49.762 105.68,49.762 105.68,49.762 105.68,49.52 105.68,49.52 105.44,49.52 105.2,49.281 105.2,49.039 105.68,49.039 "
           id="polyline16690"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
      </g>
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16692"
         y2="0.66642737"
         x2="0.54431552"
         y1="0.66642737"
         x1="0.50536126" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00101743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16694"
         points="103.52,48.801 103.04,48.801 103.04,50 "
         transform="matrix(1.1803896e-2,0,0,-1.7838593e-2,-0.7109122,1.5583575)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16696"
         y2="0.68780345"
         x2="0.51102722"
         y1="0.6931048"
         x1="0.51102722" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16698"
         y2="0.68752784"
         x2="0.5383743"
         y1="0.69282925"
         x1="0.5383743" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16700"
         d="M 0.55337778,0.75269742 C 0.56098514,0.75269742 0.56717416,0.74512837 0.56717416,0.73584426" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16702"
         y2="0.68781579"
         x2="0.54431552"
         y1="0.66642737"
         x1="0.54431552" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16704"
         y2="0.55015457"
         x2="0.48398378"
         y1="0.58587611"
         x1="0.51644564" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16706"
         y2="0.61646575"
         x2="0.36903489"
         y1="0.61646575"
         x1="0.55405408" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16708"
         y2="0.42429984"
         x2="0.50536126"
         y1="0.42429984"
         x1="0.41770056" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16710"
         y2="0.59652144"
         x2="0.41770056"
         y1="0.59652144"
         x1="0.50536126" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16712"
         d="M 0.50955423,0.50885042 L 0.50955423,0.50649686 L 0.50928372,0.5041704 L 0.50901324,0.50188457 L 0.50860747,0.49962575 L 0.50820164,0.49742108 L 0.5075254,0.49524343 L 0.50684915,0.49311986 L 0.50603757,0.49103689 L 0.50509075,0.48900806 L 0.50400867,0.4870333 L 0.50292667,0.4851126 L 0.50170934,0.48325954 L 0.50049201,0.48146061 L 0.49913943,0.47972932 L 0.49765159,0.47806565 L 0.49616377,0.47646961 L 0.49454061,0.47495475 L 0.49291753,0.47352098 L 0.4911592,0.47215492 L 0.48940088,0.47088344 L 0.48750721,0.46967967 L 0.48561363,0.46858412 L 0.48358472,0.46756967 L 0.48155588,0.46664987 L 0.47952699,0.4658248 L 0.47736289,0.46510796 L 0.47519874,0.46448579 L 0.47303466,0.46397182 L 0.47073526,0.46356599 L 0.46843586,0.46328193 L 0.46613644,0.46310608 L 0.46376948,0.46303847 C 0.43851681,0.46303847 0.41795762,0.48359774 0.41795762,0.50885042 C 0.41795762,0.534103 0.43851681,0.55466228 0.46376948,0.55466228 C 0.48899503,0.55466228 0.50955423,0.534103 0.50955423,0.50885042 z" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16714"
         y2="0.46974719"
         x2="0.44074845"
         y1="0.43403915"
         x1="0.40831348" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16716"
         d="M 0.37045505,0.42413832 C 0.3624883,0.42413832 0.35598242,0.43063071 0.35598242,0.43861093" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16718"
         d="M 0.47628082,0.44205998 L 0.47628082,0.4414243 L 0.47628082,0.44078856 L 0.47614557,0.44016639 L 0.47601032,0.4395577 L 0.47587508,0.43894906 L 0.47573973,0.43835391 L 0.47546924,0.43778588 L 0.47533399,0.43721776 L 0.47506349,0.4366632 L 0.474793,0.4361222 L 0.47452249,0.43559469 L 0.47411667,0.43508073 L 0.47384616,0.43459379 L 0.47344041,0.43412033 L 0.47303466,0.43366051 L 0.47262885,0.43322764 L 0.47222308,0.43280834 L 0.47168208,0.43241607 L 0.47127626,0.43205091 L 0.47073526,0.43169923 L 0.47019418,0.43137457 L 0.46965317,0.4310635 L 0.46911218,0.430793 L 0.4685711,0.43053604 L 0.46803011,0.43030605 L 0.46748901,0.43011674 L 0.46694803,0.4299409 L 0.46627178,0.42980565 L 0.46573069,0.42968388 L 0.46505443,0.42961625 L 0.46437811,0.42956218 L 0.46376948,0.42954863 C 0.45689836,0.42954863 0.45124458,0.43520242 0.45124458,0.44205998 C 0.45124458,0.44893107 0.45689836,0.45458487 0.46376948,0.45458487 C 0.47060001,0.45458487 0.47628082,0.44893107 0.47628082,0.44205998 z" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16720"
         y2="0.59634888"
         x2="0.36903489"
         y1="0.59634888"
         x1="0.3787598" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16722"
         y2="0.5834046"
         x2="0.35603657"
         y1="0.43731251"
         x1="0.35603657" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16724"
         d="M 0.36910248,0.6161411 C 0.3616941,0.6161411 0.3556443,0.62371401 0.3556443,0.63294016" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16726"
         d="M 0.35613261,0.58207048 C 0.35613261,0.58989879 0.36226694,0.59626761 0.36977873,0.59626761" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16728"
         y2="0.61714101"
         x2="0.41770056"
         y1="0.59652144"
         x1="0.41770056" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16730"
         y2="0.59652144"
         x2="0.3787598"
         y1="0.61714101"
         x1="0.3787598" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01360447;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16732"
         points="93.922,55.039 94.16,54.559 94.16,54.32 "
         transform="matrix(1.2151654e-2,0,0,-9.6916146e-3,-0.7592759,1.121751)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16734"
         y2="0.58833438"
         x2="0.38781607"
         y1="0.59298635"
         x1="0.38492388" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01360447;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16736"
         points="94.641,54.32 94.879,54.32 95.121,54.559 95.121,54.559 94.879,54.559 94.641,54.559 "
         transform="matrix(1.2151654e-2,0,0,-9.6916146e-3,-0.7592759,1.121751)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01360447;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16738"
         points="94.879,54.559 95.121,54.801 95.121,54.801 94.879,55.039 94.641,55.039 94.641,54.32 "
         transform="matrix(1.2151654e-2,0,0,-9.6916146e-3,-0.7592759,1.121751)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01360447;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16740"
         points="95.359,54.32 95.359,55.039 95.602,54.559 95.84,55.039 95.84,54.32 "
         transform="matrix(1.2151654e-2,0,0,-9.6916146e-3,-0.7592759,1.121751)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01360447;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16742"
         points="96.078,54.801 96.078,55.039 96.32,55.039 96.559,54.801 96.559,54.801 96.32,54.559 96.078,54.559 96.078,54.559 96.078,54.32 96.559,54.32 "
         transform="matrix(1.2151654e-2,0,0,-9.6916146e-3,-0.7592759,1.121751)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16744"
         y2="0.64862657"
         x2="0.41770056"
         y1="0.64862657"
         x1="0.3787598" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00095056;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16746"
         points="96.559,52.641 93.68,52.641 93.68,51.441 "
         transform="matrix(1.3525797e-2,0,0,-1.7835074e-2,-0.8883368,1.5660811)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16748"
         y2="0.62722474"
         x2="0.41770056"
         y1="0.64862657"
         x1="0.41770056" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01091527;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16750"
         points="99.441,51.199 99.68,51.441 99.922,51.441 99.922,51.199 99.922,51.199 99.922,50.961 99.68,50.961 99.441,50.961 99.441,50.719 99.922,50.719 "
         transform="matrix(1.3525797e-2,0,0,-1.3525797e-2,-0.8883368,1.3479141)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16752"
         y2="0.65213317"
         x2="0.47289938"
         y1="0.66189873"
         x1="0.46640697" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16754"
         y2="0.66189873"
         x2="0.47289938"
         y1="0.65213317"
         x1="0.46640697" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16756"
         d="M 0.47628082,0.57564078 L 0.47628082,0.57499148 L 0.47628082,0.57435582 L 0.47614557,0.57373364 L 0.47601032,0.57312494 L 0.47587508,0.57251632 L 0.47573973,0.57192116 L 0.47546924,0.57135306 L 0.47533399,0.57078501 L 0.47506349,0.57023046 L 0.474793,0.56968937 L 0.47452249,0.56916185 L 0.47411667,0.56864789 L 0.47384616,0.56816096 L 0.47344041,0.56768758 L 0.47303466,0.5672277 L 0.47262885,0.5667949 L 0.47222308,0.56637561 L 0.47168208,0.56598332 L 0.47127626,0.56561817 L 0.47073526,0.56526649 L 0.47019418,0.56494183 L 0.46965317,0.56463074 L 0.46911218,0.56436024 L 0.4685711,0.56410323 L 0.46803011,0.56387331 L 0.46748901,0.56368392 L 0.46694803,0.56350816 L 0.46627178,0.56337283 L 0.46573069,0.56325113 L 0.46505443,0.56318351 L 0.46437811,0.56312936 L 0.46376948,0.56311587 C 0.45689836,0.56311587 0.45124458,0.56876965 0.45124458,0.57564078 C 0.45124458,0.58249833 0.45689836,0.58815212 0.46376948,0.58815212 C 0.47060001,0.58815212 0.47628082,0.58249833 0.47628082,0.57564078 z" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16758"
         y2="0.45271137"
         x2="0.39114416"
         y1="0.48597628"
         x1="0.42419153" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16760"
         y2="0.42431423"
         x2="0.3787598"
         y1="0.42431423"
         x1="0.36903489" />
      <polygon
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.0009506;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polygon16762"
         points="96.559,69.199 93.68,69.199 96.559,69.199 "
         transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.8883368,1.636982)" />
      <g
         id="g16764"
         transform="matrix(0.6931323,0,0,0.5478443,0.1519208,0.2209201)"
         style="fill:none;stroke:#00ff00;stroke-width:0.00023959;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-opacity:1">
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="93.922,68.961 94.16,68.719 94.16,68.238 "
           id="polyline16766"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01405461;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.3379384"
           y1="0.37192804"
           x2="0.34199572"
           y2="0.36780283"
           id="line16768"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00023959;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="94.641,68.238 94.879,68.238 95.121,68.48 95.121,68.48 94.879,68.719 94.641,68.719 "
           id="polyline16770"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01405461;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="94.879,68.719 95.121,68.719 95.121,68.961 94.879,68.961 94.641,68.961 94.641,68.238 "
           id="polyline16772"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01405461;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="95.359,68.238 95.359,68.961 95.602,68.48 95.84,68.961 95.84,68.238 "
           id="polyline16774"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01405461;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="96.078,68.961 96.078,68.961 96.32,68.961 96.559,68.961 96.559,68.719 96.32,68.719 96.078,68.719 96.078,68.48 96.078,68.238 96.559,68.238 "
           id="polyline16776"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01405461;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
      </g>
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         d="M 0.37875982,0.42429971 L 0.37875982,0.40291729"
         id="path16778"
         sodipodi:nodetypes="cc" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16780"
         y2="0.42429984"
         x2="0.41770056"
         y1="0.4029175"
         x1="0.41770056" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16782"
         d="M 0.56717416,0.43861093 C 0.56717416,0.43063071 0.56068176,0.42413832 0.55270152,0.42413832" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16784"
         y2="0.56803012"
         x2="0.53338063"
         y1="0.53558177"
         x1="0.50091887" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16786"
         y2="0.5834046"
         x2="0.56703901"
         y1="0.43731251"
         x1="0.56703901" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01389529;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16788"
         points="103.28,55.039 103.52,54.559 103.52,54.32 "
         transform="matrix(1.2153214e-2,0,0,-9.2889856e-3,-0.7468679,1.1016211)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16790"
         y2="0.59036469"
         x2="0.51414961"
         y1="0.59482336"
         x1="0.51123285" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01389529;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16792"
         points="104,54.32 104.24,54.32 104.48,54.559 104.48,54.559 104.24,54.559 104,54.559 "
         transform="matrix(1.2153214e-2,0,0,-9.2889856e-3,-0.7468679,1.1016211)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01389529;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16794"
         points="104.24,54.559 104.48,54.801 104.48,54.801 104.24,55.039 104,55.039 104,54.32 "
         transform="matrix(1.2153214e-2,0,0,-9.2889856e-3,-0.7468679,1.1016211)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01389529;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16796"
         points="104.72,54.32 104.72,55.039 104.96,54.559 105.2,55.039 105.2,54.32 "
         transform="matrix(1.2153214e-2,0,0,-9.2889856e-3,-0.7468679,1.1016211)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01389529;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16798"
         points="105.44,54.801 105.44,55.039 105.68,55.039 105.92,54.801 105.92,54.801 105.68,54.559 105.44,54.559 105.44,54.559 105.44,54.32 105.92,54.32 "
         transform="matrix(1.2153214e-2,0,0,-9.2889856e-3,-0.7468679,1.1016211)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16800"
         y2="0.62722474"
         x2="0.54431552"
         y1="0.62722474"
         x1="0.50536126" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16802"
         y2="0.64862657"
         x2="0.50536126"
         y1="0.64862657"
         x1="0.54431552" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16804"
         y2="0.59652144"
         x2="0.50536126"
         y1="0.61714101"
         x1="0.50536126" />
      <g
         id="g16806"
         transform="matrix(0.7934523,0,0,0.5141792,0.1165631,0.285707)"
         style="fill:none;stroke:#00ff00;stroke-width:0.00023114;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-opacity:1">
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="103.28,52.398 103.52,52.16 103.52,51.68 "
           id="polyline16808"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.49749613"
           y1="0.65420556"
           x2="0.50158739"
           y2="0.65014827"
           id="line16810"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00023114;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104,51.68 104.48,51.68 104.48,51.922 104.48,51.922 104.48,52.16 104.24,52.16 "
           id="polyline16812"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104.48,52.16 104.48,52.16 104.48,52.398 104.48,52.398 104,52.398 "
           id="polyline16814"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.50976986"
           y1="0.65014827"
           x2="0.50976986"
           y2="0.66238809"
           id="line16816"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00023114;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104.72,51.68 104.72,52.398 104.96,51.922 105.2,52.398 105.2,51.68 "
           id="polyline16818"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="105.44,52.398 105.68,52.398 105.68,51.68 "
           id="polyline16820"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.53022611"
           y1="0.66238809"
           x2="0.53431702"
           y2="0.66238809"
           id="line16822"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00023114;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
      </g>
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16824"
         y2="0.62722474"
         x2="0.50536126"
         y1="0.64862657"
         x1="0.50536126" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16826"
         d="M 0.53400055,0.56859001 L 0.53354271,0.56814447 M 0.51626772,0.58584681 C 0.52110404,0.5905533 0.52909549,0.59053695 0.53395777,0.58580519 C 0.53882,0.58107348 0.53883685,0.57329648 0.53400055,0.56859001"
         sodipodi:nodetypes="cccsc" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16828"
         y2="0.61714101"
         x2="0.54431552"
         y1="0.59652144"
         x1="0.54431552" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16830"
         d="M 0.56704883,0.63287754 C 0.56704883,0.62383712 0.5610115,0.61641667 0.55359067,0.61641667" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16832"
         y2="0.64862657"
         x2="0.54431552"
         y1="0.62722474"
         x1="0.54431552" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16834"
         d="M 0.55271414,0.59656046 C 0.56069438,0.59656046 0.56718678,0.59006806 0.56718678,0.58208784" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16836"
         y2="0.59652144"
         x2="0.54431552"
         y1="0.59652144"
         x1="0.55405408" />
      <polygon
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.0009506;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polygon16838"
         points="105.92,69.199 103.04,69.199 105.92,69.199 "
         transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.8883368,1.636982)" />
      <g
         id="g16840"
         transform="matrix(0.7387944,0,0,0.4448622,0.1425233,0.2647747)"
         style="fill:none;stroke:#00ff00;stroke-width:0.00025753;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-opacity:1">
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="103.28,69.199 103.52,68.719 103.52,68.48 "
           id="polyline16842"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01510709;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.49749613"
           y1="0.37192804"
           x2="0.50158739"
           y2="0.36374584"
           id="line16844"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00025753;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104,68.48 104.24,68.48 104.48,68.48 104.48,68.719 104.24,68.719 104,68.719 "
           id="polyline16846"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01510709;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104.24,68.719 104.48,68.961 104.48,68.961 104.24,69.199 104,69.199 104,68.48 "
           id="polyline16848"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01510709;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104.72,68.48 104.72,69.199 104.96,68.719 105.2,69.199 105.2,68.48 "
           id="polyline16850"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01510709;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="105.44,68.961 105.44,69.199 105.68,69.199 105.92,68.961 105.92,68.961 105.68,68.719 105.44,68.719 105.44,68.719 105.44,68.48 105.92,68.48 "
           id="polyline16852"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01510709;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
      </g>
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         d="M 0.50536126,0.42429971 L 0.50536126,0.40291729"
         id="path16854"
         sodipodi:nodetypes="cc" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.0009506;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16856"
         points="105.92,69.199 105.92,68 106.64,68 "
         transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.8883368,1.636982)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16858"
         y2="0.42420185"
         x2="0.75553572"
         y1="0.40280145"
         x1="0.75553572" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16860"
         y2="0.40280145"
         x2="0.71658146"
         y1="0.42420185"
         x1="0.71658146" />
      <g
         id="g16862"
         transform="matrix(0.8994314,0,0,0.4626018,7.4024444e-2,0.2396321)">
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)"
           points="103.28,84.32 103.52,84.078 103.52,83.602 "
           id="polyline16864"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.014737;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.72307384"
           y1="0.4113794"
           x2="0.72632009"
           y2="0.40706384"
           id="line16866"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00022888;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)"
           points="104,83.602 104.48,83.602 104.48,83.84 104.48,83.84 104.48,84.078 104.24,84.078 "
           id="polyline16868"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.014737;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)"
           points="104.48,84.078 104.48,84.078 104.48,84.32 104.48,84.32 104,84.32 "
           id="polyline16870"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.014737;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.73281252"
           y1="0.40706384"
           x2="0.73281252"
           y2="0.4198682"
           id="line16872"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00022888;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)"
           points="104.72,83.602 104.72,84.32 104.96,83.84 105.2,84.32 105.2,83.602 "
           id="polyline16874"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.014737;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)"
           points="105.44,84.32 105.44,84.32 105.44,83.602 105.68,83.602 "
           id="polyline16876"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.014737;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
      </g>
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16878"
         y2="0.42420185"
         x2="0.62892085"
         y1="0.40280145"
         x1="0.62892085" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16880"
         y2="0.40280145"
         x2="0.58998007"
         y1="0.42420185"
         x1="0.58998007" />
      <g
         id="g16882"
         transform="matrix(0.949674,0,0,0.6522718,3.0261994e-2,0.1554663)">
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)"
           points="93.922,84.32 94.16,83.84 94.16,83.602 "
           id="polyline16884"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01207801;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.59647244"
           y1="0.41562396"
           x2="0.59969175"
           y2="0.40706384"
           id="line16886"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00018759;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)"
           points="94.641,83.602 95.121,83.602 95.121,83.84 95.121,83.84 95.121,83.84 94.879,83.84 "
           id="polyline16888"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01207801;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)"
           points="95.121,83.84 95.121,84.078 95.121,84.078 95.121,84.32 94.641,84.32 "
           id="polyline16890"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01207801;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.60619736"
           y1="0.40706384"
           x2="0.60619736"
           y2="0.4198682"
           id="line16892"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00018759;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)"
           points="95.359,83.602 95.359,84.32 95.602,83.84 95.84,84.32 95.84,83.602 "
           id="polyline16894"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01207801;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)"
           points="96.078,84.078 96.32,84.32 96.32,83.602 "
           id="polyline16896"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01207801;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.62241495"
           y1="0.4198682"
           x2="0.62568808"
           y2="0.4198682"
           id="line16898"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00018759;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
      </g>
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16900"
         y2="0.42420185"
         x2="0.71658146"
         y1="0.42420185"
         x1="0.62892085" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16902"
         y2="0.59640998"
         x2="0.62892085"
         y1="0.59640998"
         x1="0.71658146" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16904"
         d="M 0.72929577,0.50966885 L 0.72916052,0.50688252 L 0.72902526,0.5041233 L 0.72861944,0.50140458 L 0.7282137,0.49874001 L 0.72753736,0.49611603 L 0.72686111,0.49353256 L 0.72591428,0.49101681 L 0.72496752,0.48855511 L 0.72388545,0.48614749 L 0.72266813,0.4838075 L 0.72145079,0.48153519 L 0.71996296,0.47933052 L 0.71847514,0.47720695 L 0.71685205,0.47516457 L 0.71509365,0.47318981 L 0.71333533,0.47130971 L 0.71144174,0.46951079 L 0.70954808,0.46780651 L 0.70751926,0.46619692 L 0.7053551,0.46468205 L 0.70305569,0.46326185 L 0.7008916,0.46196334 L 0.69845693,0.46075958 L 0.69615753,0.4596775 L 0.69358762,0.45870362 L 0.69115305,0.45785153 L 0.68858313,0.45712114 L 0.68587797,0.45651243 L 0.68330807,0.45603906 L 0.68046765,0.45568737 L 0.67776249,0.4554845 L 0.67498972,0.45540332 C 0.64503009,0.45540332 0.62072416,0.47970923 0.62072416,0.50966885 C 0.62072416,0.53962849 0.64503009,0.56393433 0.67498972,0.56393433 C 0.70494933,0.56393433 0.72929577,0.53962849 0.72929577,0.50966885 z" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16906"
         y2="0.42420185"
         x2="0.58998007"
         y1="0.42420185"
         x1="0.58025503" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16908"
         y2="0.59640998"
         x2="0.58025503"
         y1="0.59640998"
         x1="0.58998007" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16910"
         d="M 0.56686446,0.58193725 C 0.56686446,0.58991739 0.57337033,0.59640979 0.58133707,0.59640979" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16912"
         d="M 0.58133707,0.4242805 C 0.57355645,0.4242805 0.56720259,0.43137974 0.56720259,0.44010571" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01382295;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16914"
         points="93.922,70.398 94.16,69.922 94.16,69.68 "
         transform="matrix(1.3465357e-2,0,0,-8.4717948e-3,-0.6707146,1.1839112)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16916"
         y2="0.58751392"
         x2="0.60038817"
         y1="0.59154648"
         x1="0.59718323" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01382295;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16918"
         points="94.641,69.68 95.121,69.68 95.121,69.68 95.121,69.922 95.121,69.922 94.879,69.922 "
         transform="matrix(1.3465357e-2,0,0,-8.4717948e-3,-0.6707146,1.1839112)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01382295;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16920"
         points="95.121,69.922 95.121,70.16 95.121,70.16 95.121,70.398 94.641,70.398 "
         transform="matrix(1.3465357e-2,0,0,-8.4717948e-3,-0.6707146,1.1839112)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16922"
         y2="0.59359658"
         x2="0.60686469"
         y1="0.58751392"
         x1="0.60686469" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01382295;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16924"
         points="95.359,69.68 95.359,70.398 95.602,69.922 95.84,70.398 95.84,69.68 "
         transform="matrix(1.3465357e-2,0,0,-8.4717948e-3,-0.6707146,1.1839112)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01382295;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16926"
         points="96.078,70.16 96.32,70.398 96.32,69.68 "
         transform="matrix(1.3465357e-2,0,0,-8.4717948e-3,-0.6707146,1.1839112)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16928"
         y2="0.59359658"
         x2="0.62626833"
         y1="0.59359658"
         x1="0.6230098" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         d="M 0.62892082,0.59574681 L 0.62892082,0.61767032"
         id="path16930"
         sodipodi:nodetypes="cc" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16932"
         d="M 0.68750106,0.57645922 L 0.68750106,0.57581001 L 0.68750106,0.57517427 L 0.68736582,0.5745521 L 0.68723056,0.57394338 L 0.68709531,0.57333477 L 0.68695997,0.57275317 L 0.68668948,0.57217157 L 0.68655423,0.57160346 L 0.68628374,0.5710489 L 0.68601323,0.57050791 L 0.68574273,0.56998038 L 0.6853369,0.56946641 L 0.68506641,0.56897948 L 0.68466065,0.56850603 L 0.6842549,0.56804621 L 0.68384907,0.56761334 L 0.68344333,0.56719404 L 0.68290232,0.56680177 L 0.68249648,0.56643662 L 0.68195548,0.56608493 L 0.68141442,0.56576028 L 0.68087341,0.56544918 L 0.68033241,0.56517869 L 0.67979133,0.56492174 L 0.67925034,0.56469177 L 0.67870927,0.56450244 L 0.67816825,0.5643266 L 0.677492,0.56419135 L 0.67695093,0.56408313 L 0.67627468,0.56400195 L 0.67559834,0.56394789 L 0.67498972,0.56393433 C 0.6681186,0.56393433 0.66246482,0.56958811 0.66246482,0.57645922 C 0.66246482,0.58331678 0.6681186,0.58897056 0.67498972,0.58897056 C 0.68182023,0.58897056 0.68750106,0.58331678 0.68750106,0.57645922 z" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16934"
         d="M 0.62484953,0.44289198 L 0.62483606,0.44224275 L 0.62478191,0.44160702 L 0.62470081,0.44098484 L 0.62459259,0.44037622 L 0.62444377,0.43976751 L 0.62428149,0.43918592 L 0.62407863,0.43860433 L 0.62384864,0.43803621 L 0.62360517,0.43748166 L 0.62332112,0.43694066 L 0.62302359,0.43641312 L 0.62269893,0.43589916 L 0.62234733,0.43541224 L 0.62196853,0.43493886 L 0.62157634,0.43447898 L 0.62115704,0.43404609 L 0.62072416,0.43362679 L 0.62026435,0.4332346 L 0.61979089,0.43286936 L 0.61929048,0.43251768 L 0.61877645,0.43219311 L 0.618249,0.43188201 L 0.61770791,0.43161143 L 0.61715337,0.4313545 L 0.61658532,0.43112459 L 0.61600367,0.43093519 L 0.61540859,0.43075935 L 0.61479988,0.4306241 L 0.6141777,0.43051588 L 0.61355551,0.4304347 L 0.61291979,0.43038063 L 0.61227056,0.43036706 C 0.60539946,0.43036706 0.59974567,0.43602087 0.59974567,0.44289198 C 0.59974567,0.44974954 0.60539946,0.45540332 0.61227056,0.45540332 C 0.61919576,0.45540332 0.62484953,0.44974954 0.62484953,0.44289198 z" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16936"
         d="M 0.68750106,0.44289198 L 0.68750106,0.44224275 L 0.68750106,0.44160702 L 0.68736582,0.44098484 L 0.68723056,0.44037622 L 0.68709531,0.43976751 L 0.68695997,0.43918592 L 0.68668948,0.43860433 L 0.68655423,0.43803621 L 0.68628374,0.43748166 L 0.68601323,0.43694066 L 0.68574273,0.43641312 L 0.6853369,0.43589916 L 0.68506641,0.43541224 L 0.68466065,0.43493886 L 0.6842549,0.43447898 L 0.68384907,0.43404609 L 0.68344333,0.43362679 L 0.68290232,0.4332346 L 0.68249648,0.43286936 L 0.68195548,0.43251768 L 0.68141442,0.43219311 L 0.68087341,0.43188201 L 0.68033241,0.43161143 L 0.67979133,0.4313545 L 0.67925034,0.43112459 L 0.67870927,0.43093519 L 0.67816825,0.43075935 L 0.677492,0.4306241 L 0.67695093,0.43051588 L 0.67627468,0.4304347 L 0.67559834,0.43038063 L 0.67498972,0.43036706 C 0.6681186,0.43036706 0.66246482,0.43602087 0.66246482,0.44289198 C 0.66246482,0.44974954 0.6681186,0.45540332 0.67498972,0.45540332 C 0.68182023,0.45540332 0.68750106,0.44974954 0.68750106,0.44289198 z" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16938"
         y2="0.5832628"
         x2="0.77825916"
         y1="0.44045728"
         x1="0.77825916" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16940"
         d="M 0.75026072,0.57645922 L 0.75026072,0.57581001 L 0.75012547,0.57517427 L 0.75012547,0.5745521 L 0.74999023,0.57394338 L 0.74985497,0.57333477 L 0.74971973,0.57275317 L 0.74944922,0.57217157 L 0.74917872,0.57160346 L 0.7490434,0.5710489 L 0.74863765,0.57050791 L 0.74836714,0.56998038 L 0.74809663,0.56946641 L 0.74769082,0.56897948 L 0.74728506,0.56850603 L 0.74687931,0.56804621 L 0.74647348,0.56761334 L 0.74606773,0.56719404 L 0.74566198,0.56680177 L 0.7451209,0.56643662 L 0.74471514,0.56608493 L 0.74417415,0.56576028 L 0.74363307,0.56544918 L 0.74309207,0.56517869 L 0.74255107,0.56492174 L 0.74200998,0.56469177 L 0.74133373,0.56450244 L 0.74079266,0.5643266 L 0.74011641,0.56419135 L 0.73957533,0.56408313 L 0.73889908,0.56400195 L 0.73835808,0.56394789 L 0.73768175,0.56393433 C 0.73078359,0.56393433 0.72510277,0.56958811 0.72510277,0.57645922 C 0.72510277,0.58331678 0.73078359,0.58897056 0.73768175,0.58897056 C 0.74457991,0.58897056 0.75026072,0.58331678 0.75026072,0.57645922 z" />
      <g
         id="g16942"
         transform="matrix(1.0148064,0,0,0.511868,-8.3359784e-3,0.2825287)">
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.714025e-2,-0.6771164,1.8072142)"
           points="103.28,70.398 103.52,69.922 103.52,69.68 "
           id="polyline16944"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345355;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.72307384"
           y1="0.60873389"
           x2="0.72632009"
           y2="0.60057515"
           id="line16946"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00020485;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.714025e-2,-0.6771164,1.8072142)"
           points="104,69.68 104.48,69.68 104.48,69.68 104.48,69.922 104.48,69.922 104.24,69.922 "
           id="polyline16948"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345355;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.714025e-2,-0.6771164,1.8072142)"
           points="104.48,69.922 104.48,70.16 104.48,70.16 104.48,70.398 104,70.398 "
           id="polyline16950"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345355;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.73281252"
           y1="0.60057515"
           x2="0.73281252"
           y2="0.61288172"
           id="line16952"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00020485;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.714025e-2,-0.6771164,1.8072142)"
           points="104.72,69.68 104.72,70.398 104.96,69.922 105.2,70.398 105.2,69.68 "
           id="polyline16954"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345355;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <path
           sodipodi:nodetypes="ccc"
           id="path16956"
           d="M 105.28986,70.219238 L 105.44,70.398 L 105.44,69.68"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345355;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dashoffset:0;stroke-opacity:1"
           transform="matrix(1.3525797e-2,0,0,-1.714025e-2,-0.6771164,1.8072142)" />
      </g>
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16958"
         d="M 0.76425989,0.59640979 C 0.77202528,0.59640979 0.77834288,0.58991739 0.77834288,0.58193725" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16960"
         y2="0.59640998"
         x2="0.75553572"
         y1="0.59640998"
         x1="0.76527429" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         d="M 0.75553572,0.59637881 L 0.75553572,0.61699052"
         id="path16962"
         sodipodi:nodetypes="cc" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16964"
         d="M 0.77805628,0.44044391 C 0.77805628,0.43149682 0.77156387,0.42421788 0.76358364,0.42421788" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16966"
         y2="0.42420185"
         x2="0.76527429"
         y1="0.42420185"
         x1="0.75553572" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16968"
         y2="0.40280145"
         x2="0.62892085"
         y1="0.40280145"
         x1="0.58998007" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16970"
         y2="0.40280145"
         x2="0.75553572"
         y1="0.40280145"
         x1="0.71658146" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         d="M 0.71658161,0.61748422 L 0.71658161,0.59693308"
         id="path16972"
         sodipodi:nodetypes="cc" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         d="M 0.58998015,0.61649673 L 0.58998015,0.5959456"
         id="path16974"
         sodipodi:nodetypes="cc" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16976"
         y2="0.6326831"
         x2="0.77823675"
         y1="0.73656136"
         x1="0.77823675" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16978"
         y2="0.75277871"
         x2="0.76525187"
         y1="0.75277871"
         x1="0.58023256" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16980"
         d="M 0.56718009,0.73685864 C 0.56718009,0.74558391 0.57368598,0.75269733 0.58165272,0.75269733" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16982"
         d="M 0.59590955,0.69329211 L 0.59557141,0.6936438 L 0.59523329,0.69399548 L 0.59490865,0.69436065 L 0.59459755,0.69473935 L 0.59428647,0.69511815 L 0.5940024,0.69551035 L 0.59371834,0.69590262 L 0.59343438,0.69629489 L 0.59317734,0.69670064 L 0.59292033,0.69711994 L 0.59267685,0.69753926 L 0.59244695,0.69795856 L 0.59221703,0.69839136 L 0.59201408,0.69882421 L 0.59181121,0.69927055 L 0.59160834,0.6997169 L 0.5914325,0.70016323 L 0.59127021,0.70060957 L 0.59110793,0.70106948 L 0.59095912,0.70152937 L 0.59082387,0.70200275 L 0.5907021,0.70246263 L 0.59058041,0.70293601 L 0.59048575,0.70340948 L 0.590391,0.70389633 L 0.5903099,0.70436979 L 0.59024229,0.70485672 L 0.59018812,0.7053301 L 0.59014754,0.70581701 L 0.5901205,0.70630394 L 0.59010695,0.70679088 L 0.59009347,0.70729139 C 0.59009347,0.71816608 0.59896639,0.72705253 0.60985465,0.72705253 C 0.62079706,0.72705253 0.62966996,0.71816608 0.62966996,0.70729139 C 0.62966996,0.70205689 0.62755994,0.6969847 0.62385381,0.69329211" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16984"
         y2="0.66642737"
         x2="0.62889844"
         y1="0.66642737"
         x1="0.58995759" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00095047;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16986"
         points="94.16,48.801 93.68,48.801 93.68,50 "
         transform="matrix(1.3525798e-2,0,0,-1.7838595e-2,-0.6771391,1.5583577)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16988"
         y2="0.68743742"
         x2="0.59619832"
         y1="0.69320673"
         x1="0.59619832" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16990"
         y2="0.68781543"
         x2="0.62889844"
         y1="0.68781543"
         x1="0.62397486" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16992"
         y2="0.68781579"
         x2="0.62889844"
         y1="0.66642737"
         x1="0.62889844" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16994"
         y2="0.687841"
         x2="0.62397486"
         y1="0.69333267"
         x1="0.62397486" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16996"
         y2="0.68781579"
         x2="0.75551331"
         y1="0.68781579"
         x1="0.74957204" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path16998"
         d="M 0.72201053,0.69329211 L 0.7216047,0.6936438 L 0.72133419,0.69399548 L 0.72092845,0.69436065 L 0.72065794,0.69473935 L 0.72038745,0.69511815 L 0.72011687,0.69551035 L 0.71984637,0.69590262 L 0.71957587,0.69629489 L 0.71930536,0.69670064 L 0.7190348,0.69711994 L 0.71876429,0.69753926 L 0.71849378,0.69795856 L 0.71835854,0.69839136 L 0.71808804,0.69882421 L 0.71795279,0.69927055 L 0.71768222,0.6997169 L 0.71754697,0.70016323 L 0.71741171,0.70060957 L 0.71727647,0.70106948 L 0.71700597,0.70152937 L 0.71687072,0.70200275 L 0.71687072,0.70246263 L 0.71673546,0.70293601 L 0.71660022,0.70340948 L 0.71646495,0.70389633 L 0.71646495,0.70436979 L 0.71632972,0.70485672 L 0.71632972,0.7053301 L 0.71632972,0.70581701 L 0.71619439,0.70630394 L 0.71619439,0.70679088 L 0.71619439,0.70729139 C 0.71619439,0.71816608 0.72498619,0.72699839 0.73594208,0.72699839 C 0.74676272,0.72699839 0.75568977,0.71816608 0.75568977,0.70729139 C 0.75568977,0.70205689 0.75352559,0.6969847 0.74987363,0.69329211" />
      <g
         id="g17000"
         transform="matrix(0.7934523,0,0,0.5219565,0.3280363,0.2943804)"
         style="fill:none;stroke:#00ff00;stroke-width:0.00022941;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-opacity:1">
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="103.28,49.762 103.52,49.52 103.52,49.039 "
           id="polyline17002"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.49749613"
           y1="0.69920897"
           x2="0.50158739"
           y2="0.6950835"
           id="line17004"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00022941;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104,49.039 104.24,49.039 104.24,49.281 104.24,49.281 104.24,49.52 104,49.52 "
           id="polyline17006"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104.24,49.52 104.24,49.52 104.24,49.762 104.24,49.762 104,49.762 104,49.039 "
           id="polyline17008"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104.48,49.039 104.48,49.762 104.72,49.281 104.96,49.762 104.96,49.039 "
           id="polyline17010"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="105.2,49.762 105.44,49.762 105.68,49.762 105.68,49.762 105.68,49.52 105.68,49.52 105.44,49.52 105.2,49.281 105.2,49.039 105.68,49.039 "
           id="polyline17012"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
      </g>
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17014"
         y2="0.66642737"
         x2="0.75551331"
         y1="0.66642737"
         x1="0.71655893" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00101743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline17016"
         points="103.52,48.801 103.04,48.801 103.04,50 "
         transform="matrix(1.1803897e-2,0,0,-1.7838595e-2,-0.4997145,1.5583577)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17018"
         y2="0.68780345"
         x2="0.72222495"
         y1="0.6931048"
         x1="0.72222495" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17020"
         y2="0.68752784"
         x2="0.74957204"
         y1="0.69282925"
         x1="0.74957204" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path17022"
         d="M 0.76457545,0.75269742 C 0.77218281,0.75269742 0.77837183,0.74512837 0.77837183,0.73584426" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17024"
         y2="0.68781579"
         x2="0.75551331"
         y1="0.66642737"
         x1="0.75551331" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17026"
         y2="0.61646575"
         x2="0.58023256"
         y1="0.61646575"
         x1="0.76525187" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path17028"
         d="M 0.58030015,0.6161411 C 0.57289177,0.6161411 0.56684197,0.62371401 0.56684197,0.63294016" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17030"
         y2="0.64862657"
         x2="0.62889844"
         y1="0.64862657"
         x1="0.58995759" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00095056;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline17032"
         points="96.559,52.641 93.68,52.641 93.68,51.441 "
         transform="matrix(1.3525798e-2,0,0,-1.7835075e-2,-0.6771391,1.5660812)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17034"
         y2="0.62722474"
         x2="0.62889844"
         y1="0.64862657"
         x1="0.62889844" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17036"
         y2="0.62722474"
         x2="0.75551331"
         y1="0.62722474"
         x1="0.71655893" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17038"
         y2="0.64862657"
         x2="0.71655893"
         y1="0.64862657"
         x1="0.75551331" />
      <g
         id="g17040"
         transform="matrix(0.7934523,0,0,0.5141792,0.3277607,0.285707)"
         style="fill:none;stroke:#00ff00;stroke-width:0.00023114;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-opacity:1">
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="103.28,52.398 103.52,52.16 103.52,51.68 "
           id="polyline17042"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.49749613"
           y1="0.65420556"
           x2="0.50158739"
           y2="0.65014827"
           id="line17044"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00023114;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104,51.68 104.48,51.68 104.48,51.922 104.48,51.922 104.48,52.16 104.24,52.16 "
           id="polyline17046"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104.48,52.16 104.48,52.16 104.48,52.398 104.48,52.398 104,52.398 "
           id="polyline17048"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.50976986"
           y1="0.65014827"
           x2="0.50976986"
           y2="0.66238809"
           id="line17050"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00023114;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104.72,51.68 104.72,52.398 104.96,51.922 105.2,52.398 105.2,51.68 "
           id="polyline17052"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="105.44,52.398 105.68,52.398 105.68,51.68 "
           id="polyline17054"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.53022611"
           y1="0.66238809"
           x2="0.53431702"
           y2="0.66238809"
           id="line17056"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00023114;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
      </g>
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17058"
         y2="0.62722474"
         x2="0.71655893"
         y1="0.64862657"
         x1="0.71655893" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path17060"
         d="M 0.77824651,0.63287754 C 0.77824651,0.62383712 0.77220916,0.61641667 0.76478835,0.61641667" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17062"
         y2="0.64862657"
         x2="0.75551331"
         y1="0.62722474"
         x1="0.75551331" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path17064"
         d="M 0.3906797,0.45226388 L 0.39113446,0.45273257 M 0.40829294,0.43411057 C 0.40348924,0.42915957 0.39555168,0.42917677 0.3907222,0.43415435 C 0.38589276,0.43913187 0.38587602,0.44731291 0.3906797,0.45226388"
         sodipodi:nodetypes="cccsc" />
    </g>
    <g
       transform="translate(-0.5204957,0)"
       id="g18101">
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17068"
         y2="0.33187658"
         x2="1.15677"
         y1="0.43575484"
         x1="1.15677" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17072"
         y2="0.45197219"
         x2="1.1437851"
         y1="0.45197219"
         x1="0.95876586" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path17074"
         d="M 0.94571342,0.4360521 C 0.94571342,0.44477737 0.9522193,0.45189079 0.96018605,0.45189079" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path17076"
         d="M 0.97444287,0.39248557 L 0.97410475,0.39283726 L 0.97376662,0.39318894 L 0.97344198,0.39355411 L 0.97313087,0.39393281 L 0.97281979,0.39431161 L 0.97253572,0.39470381 L 0.97225167,0.39509608 L 0.9719677,0.39548835 L 0.97171066,0.3958941 L 0.97145365,0.3963134 L 0.97121019,0.39673272 L 0.97098027,0.39715202 L 0.97075036,0.39758482 L 0.9705474,0.39801767 L 0.97034453,0.39846401 L 0.97014166,0.39891036 L 0.96996582,0.39935669 L 0.96980354,0.39980303 L 0.96964127,0.40026294 L 0.96949244,0.40072283 L 0.96935719,0.40119621 L 0.96923542,0.40165609 L 0.96911374,0.40212947 L 0.96901906,0.40260294 L 0.96892433,0.40308979 L 0.96884322,0.40356325 L 0.96877561,0.40405018 L 0.96872145,0.40452356 L 0.96868087,0.40501047 L 0.96865384,0.4054974 L 0.96864028,0.40598434 L 0.96862679,0.40648485 C 0.96862679,0.41735954 0.97749972,0.42624599 0.98838797,0.42624599 C 0.99933038,0.42624599 1.0082033,0.41735954 1.0082033,0.40648485 C 1.0082033,0.40125035 1.0060933,0.39617816 1.0023871,0.39248557" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17078"
         y2="0.36562085"
         x2="1.0074315"
         y1="0.36562085"
         x1="0.96849078" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00095047;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline17080"
         points="94.16,48.801 93.68,48.801 93.68,50 "
         transform="matrix(1.3525797e-2,0,0,-1.7838593e-2,-0.2986058,1.257551)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17082"
         y2="0.38663089"
         x2="0.97473156"
         y1="0.39240021"
         x1="0.97473156" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17084"
         y2="0.38700891"
         x2="1.0074315"
         y1="0.38700891"
         x1="1.002508" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17086"
         y2="0.38700926"
         x2="1.0074315"
         y1="0.36562085"
         x1="1.0074315" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17088"
         y2="0.38703448"
         x2="1.002508"
         y1="0.39252615"
         x1="1.002508" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17090"
         y2="0.38700926"
         x2="1.1340466"
         y1="0.38700926"
         x1="1.1281053" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path17092"
         d="M 1.1005439,0.39248557 L 1.100138,0.39283726 L 1.0998675,0.39318894 L 1.0994618,0.39355411 L 1.0991913,0.39393281 L 1.0989208,0.39431161 L 1.0986502,0.39470381 L 1.0983797,0.39509608 L 1.0981092,0.39548835 L 1.0978387,0.3958941 L 1.0975681,0.3963134 L 1.0972976,0.39673272 L 1.0970271,0.39715202 L 1.0968919,0.39758482 L 1.0966214,0.39801767 L 1.0964861,0.39846401 L 1.0962155,0.39891036 L 1.0960803,0.39935669 L 1.095945,0.39980303 L 1.0958098,0.40026294 L 1.0955393,0.40072283 L 1.095404,0.40119621 L 1.095404,0.40165609 L 1.0952688,0.40212947 L 1.0951335,0.40260294 L 1.0949983,0.40308979 L 1.0949983,0.40356325 L 1.094863,0.40405018 L 1.094863,0.40452356 L 1.094863,0.40501047 L 1.0947277,0.4054974 L 1.0947277,0.40598434 L 1.0947277,0.40648485 C 1.0947277,0.41735954 1.1035195,0.42619185 1.1144754,0.42619185 C 1.125296,0.42619185 1.1342231,0.41735954 1.1342231,0.40648485 C 1.1342231,0.40125035 1.1320589,0.39617816 1.1284069,0.39248557" />
      <g
         id="g17094"
         transform="matrix(0.7934523,0,0,0.5219565,0.7065698,-6.4261358e-3)"
         style="fill:none;stroke:#00ff00;stroke-width:0.00022941;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-opacity:1">
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="103.28,49.762 103.52,49.52 103.52,49.039 "
           id="polyline17096"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.49749613"
           y1="0.69920897"
           x2="0.50158739"
           y2="0.6950835"
           id="line17098"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00022941;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104,49.039 104.24,49.039 104.24,49.281 104.24,49.281 104.24,49.52 104,49.52 "
           id="polyline17100"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104.24,49.52 104.24,49.52 104.24,49.762 104.24,49.762 104,49.762 104,49.039 "
           id="polyline17102"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104.48,49.039 104.48,49.762 104.72,49.281 104.96,49.762 104.96,49.039 "
           id="polyline17104"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="105.2,49.762 105.44,49.762 105.68,49.762 105.68,49.762 105.68,49.52 105.68,49.52 105.44,49.52 105.2,49.281 105.2,49.039 105.68,49.039 "
           id="polyline17106"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
      </g>
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17108"
         y2="0.36562085"
         x2="1.1340466"
         y1="0.36562085"
         x1="1.0950923" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00101743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline17110"
         points="103.52,48.801 103.04,48.801 103.04,50 "
         transform="matrix(1.1803896e-2,0,0,-1.7838593e-2,-0.1211812,1.257551)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17112"
         y2="0.38699692"
         x2="1.1007582"
         y1="0.39229828"
         x1="1.1007582" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17114"
         y2="0.38672131"
         x2="1.1281053"
         y1="0.39202273"
         x1="1.1281053" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path17116"
         d="M 1.1431088,0.45189088 C 1.1507161,0.45189088 1.1569052,0.44432183 1.1569052,0.43503772" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17118"
         y2="0.38700926"
         x2="1.1340466"
         y1="0.36562085"
         x1="1.1340466" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17120"
         y2="0.24934804"
         x2="1.0737147"
         y1="0.28506958"
         x1="1.1061766" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17122"
         y2="0.31565922"
         x2="0.95876586"
         y1="0.31565922"
         x1="1.1437851" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17124"
         y2="0.12349331"
         x2="1.0950923"
         y1="0.12349331"
         x1="1.0074315" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17126"
         y2="0.29571491"
         x2="1.0074315"
         y1="0.29571491"
         x1="1.0950923" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path17128"
         d="M 1.0992852,0.20804388 L 1.0992852,0.20569032 L 1.0990147,0.20336386 L 1.0987442,0.20107803 L 1.0983385,0.19881921 L 1.0979326,0.19661454 L 1.0972564,0.19443689 L 1.0965802,0.19231332 L 1.0957686,0.19023035 L 1.0948218,0.18820152 L 1.0937397,0.18622676 L 1.0926577,0.18430606 L 1.0914403,0.182453 L 1.090223,0.18065407 L 1.0888704,0.17892278 L 1.0873826,0.17725911 L 1.0858948,0.17566307 L 1.0842716,0.17414821 L 1.0826485,0.17271444 L 1.0808902,0.17134838 L 1.0791319,0.1700769 L 1.0772382,0.16887313 L 1.0753446,0.16777758 L 1.0733157,0.16676313 L 1.0712869,0.16584333 L 1.069258,0.16501826 L 1.0670939,0.16430142 L 1.0649297,0.16367925 L 1.0627657,0.16316528 L 1.0604663,0.16275945 L 1.0581669,0.16247539 L 1.0558674,0.16229954 L 1.0535005,0.16223193 C 1.0282478,0.16223193 1.0076886,0.1827912 1.0076886,0.20804388 C 1.0076886,0.23329646 1.0282478,0.25385574 1.0535005,0.25385574 C 1.078726,0.25385574 1.0992852,0.23329646 1.0992852,0.20804388 z" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17130"
         y2="0.16894066"
         x2="1.0304794"
         y1="0.13323262"
         x1="0.99804449" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path17132"
         d="M 0.96018605,0.12333178 C 0.9522193,0.12333178 0.94571342,0.12982417 0.94571342,0.13780439" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path17134"
         d="M 1.0660118,0.14125344 L 1.0660118,0.14061776 L 1.0660118,0.13998202 L 1.0658766,0.13935985 L 1.0657413,0.13875116 L 1.0656061,0.13814252 L 1.0654707,0.13754737 L 1.0652002,0.13697934 L 1.065065,0.13641122 L 1.0647945,0.13585666 L 1.064524,0.13531566 L 1.0642535,0.13478815 L 1.0638477,0.13427419 L 1.0635772,0.13378725 L 1.0631714,0.13331379 L 1.0627657,0.13285397 L 1.0623599,0.1324211 L 1.0619541,0.1320018 L 1.0614131,0.13160953 L 1.0610073,0.13124437 L 1.0604663,0.13089269 L 1.0599252,0.13056803 L 1.0593842,0.13025696 L 1.0588432,0.12998646 L 1.0583021,0.1297295 L 1.0577611,0.12949951 L 1.05722,0.1293102 L 1.056679,0.12913436 L 1.0560028,0.12899911 L 1.0554617,0.12887734 L 1.0547854,0.12880971 L 1.0541091,0.12875564 L 1.0535005,0.12874209 C 1.0466294,0.12874209 1.0409756,0.13439588 1.0409756,0.14125344 C 1.0409756,0.14812453 1.0466294,0.15377833 1.0535005,0.15377833 C 1.060331,0.15377833 1.0660118,0.14812453 1.0660118,0.14125344 z" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17136"
         y2="0.29554236"
         x2="0.95876586"
         y1="0.29554236"
         x1="0.96849078" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path17140"
         d="M 0.95883348,0.31533456 C 0.9514251,0.31533456 0.9453753,0.32290747 0.9453753,0.33213362" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path17142"
         d="M 0.94586361,0.28126394 C 0.94586361,0.28909225 0.95199794,0.29546107 0.95950973,0.29546107" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17144"
         y2="0.31633449"
         x2="1.0074315"
         y1="0.29571491"
         x1="1.0074315" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17146"
         y2="0.29571491"
         x2="0.96849078"
         y1="0.31633449"
         x1="0.96849078" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01360447;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline17148"
         points="93.922,55.039 94.16,54.559 94.16,54.32 "
         transform="matrix(1.2151654e-2,0,0,-9.6916146e-3,-0.1695449,0.8209445)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17150"
         y2="0.28752786"
         x2="0.97754705"
         y1="0.29217982"
         x1="0.97465485" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01360447;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline17152"
         points="94.641,54.32 94.879,54.32 95.121,54.559 95.121,54.559 94.879,54.559 94.641,54.559 "
         transform="matrix(1.2151654e-2,0,0,-9.6916146e-3,-0.1695449,0.8209445)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01360447;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline17154"
         points="94.879,54.559 95.121,54.801 95.121,54.801 94.879,55.039 94.641,55.039 94.641,54.32 "
         transform="matrix(1.2151654e-2,0,0,-9.6916146e-3,-0.1695449,0.8209445)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01360447;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline17156"
         points="95.359,54.32 95.359,55.039 95.602,54.559 95.84,55.039 95.84,54.32 "
         transform="matrix(1.2151654e-2,0,0,-9.6916146e-3,-0.1695449,0.8209445)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01360447;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline17158"
         points="96.078,54.801 96.078,55.039 96.32,55.039 96.559,54.801 96.559,54.801 96.32,54.559 96.078,54.559 96.078,54.559 96.078,54.32 96.559,54.32 "
         transform="matrix(1.2151654e-2,0,0,-9.6916146e-3,-0.1695449,0.8209445)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17160"
         y2="0.34782004"
         x2="1.0074315"
         y1="0.34782004"
         x1="0.96849078" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00095056;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline17162"
         points="96.559,52.641 93.68,52.641 93.68,51.441 "
         transform="matrix(1.3525797e-2,0,0,-1.7835074e-2,-0.2986058,1.2652746)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17164"
         y2="0.32641822"
         x2="1.0074315"
         y1="0.34782004"
         x1="1.0074315" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01091527;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline17166"
         points="99.441,51.199 99.68,51.441 99.922,51.441 99.922,51.199 99.922,51.199 99.922,50.961 99.68,50.961 99.441,50.961 99.441,50.719 99.922,50.719 "
         transform="matrix(1.3525797e-2,0,0,-1.3525797e-2,-0.2986058,1.0471076)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17168"
         y2="0.35132664"
         x2="1.0626304"
         y1="0.36109221"
         x1="1.0561379" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17170"
         y2="0.36109221"
         x2="1.0626304"
         y1="0.35132664"
         x1="1.0561379" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path17172"
         d="M 1.0660118,0.27483424 L 1.0660118,0.27418494 L 1.0660118,0.27354928 L 1.0658766,0.2729271 L 1.0657413,0.2723184 L 1.0656061,0.27170978 L 1.0654707,0.27111462 L 1.0652002,0.27054652 L 1.065065,0.26997847 L 1.0647945,0.26942392 L 1.064524,0.26888283 L 1.0642535,0.26835531 L 1.0638477,0.26784135 L 1.0635772,0.26735442 L 1.0631714,0.26688104 L 1.0627657,0.26642116 L 1.0623599,0.26598836 L 1.0619541,0.26556907 L 1.0614131,0.26517678 L 1.0610073,0.26481163 L 1.0604663,0.26445995 L 1.0599252,0.26413529 L 1.0593842,0.2638242 L 1.0588432,0.2635537 L 1.0583021,0.26329669 L 1.0577611,0.26306677 L 1.05722,0.26287738 L 1.056679,0.26270162 L 1.0560028,0.26256629 L 1.0554617,0.26244459 L 1.0547854,0.26237697 L 1.0541091,0.26232282 L 1.0535005,0.26230933 C 1.0466294,0.26230933 1.0409756,0.26796311 1.0409756,0.27483424 C 1.0409756,0.28169179 1.0466294,0.28734558 1.0535005,0.28734558 C 1.060331,0.28734558 1.0660118,0.28169179 1.0660118,0.27483424 z" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17174"
         y2="0.15190485"
         x2="0.98087513"
         y1="0.18516976"
         x1="1.0139225" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17176"
         y2="0.12350769"
         x2="0.96849078"
         y1="0.12350769"
         x1="0.95876586" />
      <polygon
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.0009506;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polygon17178"
         points="96.559,69.199 93.68,69.199 96.559,69.199 "
         transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.2986058,1.3361755)" />
      <g
         id="g17180"
         transform="matrix(0.6931323,0,0,0.5478443,0.7416518,-7.9886436e-2)"
         style="fill:none;stroke:#00ff00;stroke-width:0.00023959;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-opacity:1">
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="93.922,68.961 94.16,68.719 94.16,68.238 "
           id="polyline17182"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01405461;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.3379384"
           y1="0.37192804"
           x2="0.34199572"
           y2="0.36780283"
           id="line17184"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00023959;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="94.641,68.238 94.879,68.238 95.121,68.48 95.121,68.48 94.879,68.719 94.641,68.719 "
           id="polyline17186"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01405461;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="94.879,68.719 95.121,68.719 95.121,68.961 94.879,68.961 94.641,68.961 94.641,68.238 "
           id="polyline17188"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01405461;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="95.359,68.238 95.359,68.961 95.602,68.48 95.84,68.961 95.84,68.238 "
           id="polyline17190"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01405461;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="96.078,68.961 96.078,68.961 96.32,68.961 96.559,68.961 96.559,68.719 96.32,68.719 96.078,68.719 96.078,68.48 96.078,68.238 96.559,68.238 "
           id="polyline17192"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01405461;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
      </g>
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         d="M 0.96849082,0.12349317 L 0.96849082,0.10211075"
         id="path17194"
         sodipodi:nodetypes="cc" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17196"
         y2="0.12349331"
         x2="1.0074315"
         y1="0.10211096"
         x1="1.0074315" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path17198"
         d="M 1.1569052,0.13780439 C 1.1569052,0.12982417 1.1504128,0.12333178 1.1424325,0.12333178" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17200"
         y2="0.2672236"
         x2="1.1231116"
         y1="0.23477525"
         x1="1.0906498" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17202"
         y2="0.28259808"
         x2="1.15677"
         y1="0.13650599"
         x1="1.15677" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01389529;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline17204"
         points="103.28,55.039 103.52,54.559 103.52,54.32 "
         transform="matrix(1.2153214e-2,0,0,-9.2889856e-3,-0.1571369,0.8008146)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17206"
         y2="0.28955817"
         x2="1.1038806"
         y1="0.29401684"
         x1="1.1009638" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01389529;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline17208"
         points="104,54.32 104.24,54.32 104.48,54.559 104.48,54.559 104.24,54.559 104,54.559 "
         transform="matrix(1.2153214e-2,0,0,-9.2889856e-3,-0.1571369,0.8008146)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01389529;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline17210"
         points="104.24,54.559 104.48,54.801 104.48,54.801 104.24,55.039 104,55.039 104,54.32 "
         transform="matrix(1.2153214e-2,0,0,-9.2889856e-3,-0.1571369,0.8008146)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01389529;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline17212"
         points="104.72,54.32 104.72,55.039 104.96,54.559 105.2,55.039 105.2,54.32 "
         transform="matrix(1.2153214e-2,0,0,-9.2889856e-3,-0.1571369,0.8008146)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01389529;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline17214"
         points="105.44,54.801 105.44,55.039 105.68,55.039 105.92,54.801 105.92,54.801 105.68,54.559 105.44,54.559 105.44,54.559 105.44,54.32 105.92,54.32 "
         transform="matrix(1.2153214e-2,0,0,-9.2889856e-3,-0.1571369,0.8008146)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17216"
         y2="0.32641822"
         x2="1.1340466"
         y1="0.32641822"
         x1="1.0950923" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17218"
         y2="0.34782004"
         x2="1.0950923"
         y1="0.34782004"
         x1="1.1340466" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17220"
         y2="0.29571491"
         x2="1.0950923"
         y1="0.31633449"
         x1="1.0950923" />
      <g
         id="g17222"
         transform="matrix(0.7934523,0,0,0.5141792,0.7062941,-1.5099536e-2)"
         style="fill:none;stroke:#00ff00;stroke-width:0.00023114;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-opacity:1">
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="103.28,52.398 103.52,52.16 103.52,51.68 "
           id="polyline17224"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.49749613"
           y1="0.65420556"
           x2="0.50158739"
           y2="0.65014827"
           id="line17226"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00023114;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104,51.68 104.48,51.68 104.48,51.922 104.48,51.922 104.48,52.16 104.24,52.16 "
           id="polyline17228"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104.48,52.16 104.48,52.16 104.48,52.398 104.48,52.398 104,52.398 "
           id="polyline17230"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.50976986"
           y1="0.65014827"
           x2="0.50976986"
           y2="0.66238809"
           id="line17232"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00023114;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104.72,51.68 104.72,52.398 104.96,51.922 105.2,52.398 105.2,51.68 "
           id="polyline17234"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="105.44,52.398 105.68,52.398 105.68,51.68 "
           id="polyline17236"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.53022611"
           y1="0.66238809"
           x2="0.53431702"
           y2="0.66238809"
           id="line17238"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00023114;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
      </g>
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17240"
         y2="0.32641822"
         x2="1.0950923"
         y1="0.34782004"
         x1="1.0950923" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path17242"
         d="M 1.1237315,0.26778347 L 1.1232737,0.26733793 M 1.1059987,0.28504027 C 1.110835,0.28974676 1.1188265,0.28973041 1.1236888,0.28499865 C 1.128551,0.28026694 1.1285678,0.27248994 1.1237315,0.26778347"
         sodipodi:nodetypes="cccsc" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17244"
         y2="0.31633449"
         x2="1.1340466"
         y1="0.29571491"
         x1="1.1340466" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path17246"
         d="M 1.1567798,0.332071 C 1.1567798,0.32303058 1.1507425,0.31561013 1.1433217,0.31561013" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17248"
         y2="0.34782004"
         x2="1.1340466"
         y1="0.32641822"
         x1="1.1340466" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path17250"
         d="M 1.1424451,0.29575392 C 1.1504254,0.29575392 1.1569178,0.28926152 1.1569178,0.2812813" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17252"
         y2="0.29571491"
         x2="1.1340466"
         y1="0.29571491"
         x1="1.1437851" />
      <polygon
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.0009506;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polygon17254"
         points="105.92,69.199 103.04,69.199 105.92,69.199 "
         transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.2986058,1.3361755)" />
      <g
         id="g17256"
         transform="matrix(0.7387944,0,0,0.4448622,0.7322543,-3.6031836e-2)"
         style="fill:none;stroke:#00ff00;stroke-width:0.00025753;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-opacity:1">
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="103.28,69.199 103.52,68.719 103.52,68.48 "
           id="polyline17258"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01510709;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.49749613"
           y1="0.37192804"
           x2="0.50158739"
           y2="0.36374584"
           id="line17260"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00025753;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104,68.48 104.24,68.48 104.48,68.48 104.48,68.719 104.24,68.719 104,68.719 "
           id="polyline17262"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01510709;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104.24,68.719 104.48,68.961 104.48,68.961 104.24,69.199 104,69.199 104,68.48 "
           id="polyline17264"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01510709;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104.72,68.48 104.72,69.199 104.96,68.719 105.2,69.199 105.2,68.48 "
           id="polyline17266"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01510709;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="105.44,68.961 105.44,69.199 105.68,69.199 105.92,68.961 105.92,68.961 105.68,68.719 105.44,68.719 105.44,68.719 105.44,68.48 105.92,68.48 "
           id="polyline17268"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01510709;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
      </g>
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         d="M 1.0950923,0.12349317 L 1.0950923,0.10211075"
         id="path17270"
         sodipodi:nodetypes="cc" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.0009506;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline17272"
         points="105.92,69.199 105.92,68 106.64,68 "
         transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.2986058,1.3361755)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17274"
         y2="0.12339532"
         x2="1.3452667"
         y1="0.10199491"
         x1="1.3452667" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17276"
         y2="0.10199491"
         x2="1.3063124"
         y1="0.12339532"
         x1="1.3063124" />
      <g
         id="g17278"
         transform="matrix(0.8994314,0,0,0.4626018,0.6637554,-6.1174436e-2)">
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)"
           points="103.28,84.32 103.52,84.078 103.52,83.602 "
           id="polyline17280"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.014737;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.72307384"
           y1="0.4113794"
           x2="0.72632009"
           y2="0.40706384"
           id="line17282"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00022888;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)"
           points="104,83.602 104.48,83.602 104.48,83.84 104.48,83.84 104.48,84.078 104.24,84.078 "
           id="polyline17284"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.014737;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)"
           points="104.48,84.078 104.48,84.078 104.48,84.32 104.48,84.32 104,84.32 "
           id="polyline17286"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.014737;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.73281252"
           y1="0.40706384"
           x2="0.73281252"
           y2="0.4198682"
           id="line17288"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00022888;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)"
           points="104.72,83.602 104.72,84.32 104.96,83.84 105.2,84.32 105.2,83.602 "
           id="polyline17290"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.014737;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)"
           points="105.44,84.32 105.44,84.32 105.44,83.602 105.68,83.602 "
           id="polyline17292"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.014737;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
      </g>
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17294"
         y2="0.12339532"
         x2="1.2186519"
         y1="0.10199491"
         x1="1.2186519" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17296"
         y2="0.10199491"
         x2="1.1797111"
         y1="0.12339532"
         x1="1.1797111" />
      <g
         id="g17298"
         transform="matrix(0.949674,0,0,0.6522718,0.619993,-0.1453402)">
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)"
           points="93.922,84.32 94.16,83.84 94.16,83.602 "
           id="polyline17300"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01207801;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.59647244"
           y1="0.41562396"
           x2="0.59969175"
           y2="0.40706384"
           id="line17302"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00018759;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)"
           points="94.641,83.602 95.121,83.602 95.121,83.84 95.121,83.84 95.121,83.84 94.879,83.84 "
           id="polyline17304"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01207801;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)"
           points="95.121,83.84 95.121,84.078 95.121,84.078 95.121,84.32 94.641,84.32 "
           id="polyline17306"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01207801;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.60619736"
           y1="0.40706384"
           x2="0.60619736"
           y2="0.4198682"
           id="line17308"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00018759;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)"
           points="95.359,83.602 95.359,84.32 95.602,83.84 95.84,84.32 95.84,83.602 "
           id="polyline17310"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01207801;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.7833563e-2,-0.6771164,1.9107896)"
           points="96.078,84.078 96.32,84.32 96.32,83.602 "
           id="polyline17312"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01207801;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.62241495"
           y1="0.4198682"
           x2="0.62568808"
           y2="0.4198682"
           id="line17314"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00018759;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
      </g>
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17316"
         y2="0.12339532"
         x2="1.3063124"
         y1="0.12339532"
         x1="1.2186519" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17318"
         y2="0.29560345"
         x2="1.2186519"
         y1="0.29560345"
         x1="1.3063124" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path17320"
         d="M 1.3190268,0.20886231 L 1.3188915,0.20607598 L 1.3187563,0.20331676 L 1.3183504,0.20059804 L 1.3179447,0.19793347 L 1.3172684,0.19530949 L 1.3165921,0.19272602 L 1.3156453,0.19021027 L 1.3146985,0.18774857 L 1.3136164,0.18534095 L 1.3123991,0.18300096 L 1.3111818,0.18072865 L 1.309694,0.17852398 L 1.3082061,0.17640041 L 1.3065831,0.17435803 L 1.3048246,0.17238327 L 1.3030663,0.17050317 L 1.3011727,0.16870425 L 1.2992791,0.16699997 L 1.2972503,0.16539038 L 1.2950861,0.16387551 L 1.2927867,0.16245531 L 1.2906226,0.1611568 L 1.2881879,0.15995304 L 1.2858885,0.15887096 L 1.2833186,0.15789708 L 1.280884,0.15704499 L 1.2783141,0.1563146 L 1.275609,0.15570589 L 1.2730391,0.15523252 L 1.2701987,0.15488083 L 1.2674935,0.15467796 L 1.2647207,0.15459678 C 1.2347611,0.15459678 1.2104552,0.17890269 1.2104552,0.20886231 C 1.2104552,0.23882195 1.2347611,0.26312779 1.2647207,0.26312779 C 1.2946803,0.26312779 1.3190268,0.23882195 1.3190268,0.20886231 z" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17322"
         y2="0.12339532"
         x2="1.1797111"
         y1="0.12339532"
         x1="1.169986" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17324"
         y2="0.29560345"
         x2="1.169986"
         y1="0.29560345"
         x1="1.1797111" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path17326"
         d="M 1.1565955,0.28113071 C 1.1565955,0.28911085 1.1631013,0.29560325 1.1710681,0.29560325" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path17328"
         d="M 1.1710681,0.12347396 C 1.1632875,0.12347396 1.1569336,0.1305732 1.1569336,0.13929917" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01382295;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline17330"
         points="93.922,70.398 94.16,69.922 94.16,69.68 "
         transform="matrix(1.3465357e-2,0,0,-8.4717948e-3,-8.0983603e-2,0.8831047)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17332"
         y2="0.2867074"
         x2="1.1901191"
         y1="0.29073995"
         x1="1.1869142" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01382295;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline17334"
         points="94.641,69.68 95.121,69.68 95.121,69.68 95.121,69.922 95.121,69.922 94.879,69.922 "
         transform="matrix(1.3465357e-2,0,0,-8.4717948e-3,-8.0983603e-2,0.8831047)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01382295;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline17336"
         points="95.121,69.922 95.121,70.16 95.121,70.16 95.121,70.398 94.641,70.398 "
         transform="matrix(1.3465357e-2,0,0,-8.4717948e-3,-8.0983603e-2,0.8831047)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17338"
         y2="0.29279006"
         x2="1.1965957"
         y1="0.2867074"
         x1="1.1965957" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01382295;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline17340"
         points="95.359,69.68 95.359,70.398 95.602,69.922 95.84,70.398 95.84,69.68 "
         transform="matrix(1.3465357e-2,0,0,-8.4717948e-3,-8.0983603e-2,0.8831047)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01382295;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline17342"
         points="96.078,70.16 96.32,70.398 96.32,69.68 "
         transform="matrix(1.3465357e-2,0,0,-8.4717948e-3,-8.0983603e-2,0.8831047)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17344"
         y2="0.29279006"
         x2="1.2159994"
         y1="0.29279006"
         x1="1.2127408" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         d="M 1.2186518,0.29494027 L 1.2186518,0.31686378"
         id="path17346"
         sodipodi:nodetypes="cc" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path17348"
         d="M 1.2772321,0.27565268 L 1.2772321,0.27500347 L 1.2772321,0.27436773 L 1.2770968,0.27374556 L 1.2769616,0.27313684 L 1.2768263,0.27252823 L 1.276691,0.27194663 L 1.2764205,0.27136503 L 1.2762852,0.27079692 L 1.2760147,0.27024236 L 1.2757442,0.26970137 L 1.2754737,0.26917384 L 1.2750679,0.26865987 L 1.2747974,0.26817294 L 1.2743917,0.26769949 L 1.2739859,0.26723967 L 1.2735801,0.2668068 L 1.2731743,0.2663875 L 1.2726333,0.26599523 L 1.2722275,0.26563008 L 1.2716865,0.26527839 L 1.2711454,0.26495374 L 1.2706044,0.26464264 L 1.2700634,0.26437215 L 1.2695223,0.2641152 L 1.2689813,0.26388523 L 1.2684403,0.2636959 L 1.2678993,0.26352006 L 1.267223,0.26338481 L 1.2666819,0.26327659 L 1.2660057,0.26319541 L 1.2653293,0.26314135 L 1.2647207,0.26312779 C 1.2578496,0.26312779 1.2521958,0.26878157 1.2521958,0.27565268 C 1.2521958,0.28251024 1.2578496,0.28816402 1.2647207,0.28816402 C 1.2715512,0.28816402 1.2772321,0.28251024 1.2772321,0.27565268 z" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path17350"
         d="M 1.2145805,0.14208544 L 1.2145671,0.14143621 L 1.2145129,0.14080048 L 1.2144318,0.1401783 L 1.2143236,0.13956968 L 1.2141748,0.13896097 L 1.2140125,0.13837938 L 1.2138096,0.13779779 L 1.2135796,0.13722967 L 1.2133362,0.13667512 L 1.2130521,0.13613412 L 1.2127546,0.13560658 L 1.2124299,0.13509262 L 1.2120783,0.1346057 L 1.2116995,0.13413232 L 1.2113073,0.13367244 L 1.210888,0.13323955 L 1.2104552,0.13282025 L 1.2099954,0.13242806 L 1.2095219,0.13206282 L 1.2090215,0.13171114 L 1.2085075,0.13138657 L 1.20798,0.13107547 L 1.2074389,0.13080489 L 1.2068844,0.13054796 L 1.2063163,0.13031805 L 1.2057347,0.13012865 L 1.2051396,0.12995281 L 1.2045309,0.12981756 L 1.2039087,0.12970934 L 1.2032865,0.12962816 L 1.2026508,0.12957409 L 1.2020016,0.12956052 C 1.1951305,0.12956052 1.1894767,0.13521433 1.1894767,0.14208544 C 1.1894767,0.148943 1.1951305,0.15459678 1.2020016,0.15459678 C 1.2089268,0.15459678 1.2145805,0.148943 1.2145805,0.14208544 z" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path17352"
         d="M 1.2772321,0.14208544 L 1.2772321,0.14143621 L 1.2772321,0.14080048 L 1.2770968,0.1401783 L 1.2769616,0.13956968 L 1.2768263,0.13896097 L 1.276691,0.13837938 L 1.2764205,0.13779779 L 1.2762852,0.13722967 L 1.2760147,0.13667512 L 1.2757442,0.13613412 L 1.2754737,0.13560658 L 1.2750679,0.13509262 L 1.2747974,0.1346057 L 1.2743917,0.13413232 L 1.2739859,0.13367244 L 1.2735801,0.13323955 L 1.2731743,0.13282025 L 1.2726333,0.13242806 L 1.2722275,0.13206282 L 1.2716865,0.13171114 L 1.2711454,0.13138657 L 1.2706044,0.13107547 L 1.2700634,0.13080489 L 1.2695223,0.13054796 L 1.2689813,0.13031805 L 1.2684403,0.13012865 L 1.2678993,0.12995281 L 1.267223,0.12981756 L 1.2666819,0.12970934 L 1.2660057,0.12962816 L 1.2653293,0.12957409 L 1.2647207,0.12956052 C 1.2578496,0.12956052 1.2521958,0.13521433 1.2521958,0.14208544 C 1.2521958,0.148943 1.2578496,0.15459678 1.2647207,0.15459678 C 1.2715512,0.15459678 1.2772321,0.148943 1.2772321,0.14208544 z" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path17356"
         d="M 1.3399917,0.27565268 L 1.3399917,0.27500347 L 1.3398565,0.27436773 L 1.3398565,0.27374556 L 1.3397212,0.27313684 L 1.339586,0.27252823 L 1.3394507,0.27194663 L 1.3391802,0.27136503 L 1.3389097,0.27079692 L 1.3387744,0.27024236 L 1.3383686,0.26970137 L 1.3380981,0.26917384 L 1.3378276,0.26865987 L 1.3374218,0.26817294 L 1.3370161,0.26769949 L 1.3366103,0.26723967 L 1.3362045,0.2668068 L 1.3357987,0.2663875 L 1.335393,0.26599523 L 1.3348519,0.26563008 L 1.3344461,0.26527839 L 1.3339052,0.26495374 L 1.3333641,0.26464264 L 1.3328231,0.26437215 L 1.3322821,0.2641152 L 1.331741,0.26388523 L 1.3310647,0.2636959 L 1.3305237,0.26352006 L 1.3298474,0.26338481 L 1.3293063,0.26327659 L 1.3286301,0.26319541 L 1.3280891,0.26314135 L 1.3274128,0.26312779 C 1.3205146,0.26312779 1.3148338,0.26878157 1.3148338,0.27565268 C 1.3148338,0.28251024 1.3205146,0.28816402 1.3274128,0.28816402 C 1.3343109,0.28816402 1.3399917,0.28251024 1.3399917,0.27565268 z" />
      <g
         id="g17358"
         transform="matrix(1.0148064,0,0,0.511868,0.581395,-1.8277836e-2)">
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.714025e-2,-0.6771164,1.8072142)"
           points="103.28,70.398 103.52,69.922 103.52,69.68 "
           id="polyline17360"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345355;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.72307384"
           y1="0.60873389"
           x2="0.72632009"
           y2="0.60057515"
           id="line17362"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00020485;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.714025e-2,-0.6771164,1.8072142)"
           points="104,69.68 104.48,69.68 104.48,69.68 104.48,69.922 104.48,69.922 104.24,69.922 "
           id="polyline17364"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345355;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.714025e-2,-0.6771164,1.8072142)"
           points="104.48,69.922 104.48,70.16 104.48,70.16 104.48,70.398 104,70.398 "
           id="polyline17366"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345355;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.73281252"
           y1="0.60057515"
           x2="0.73281252"
           y2="0.61288172"
           id="line17368"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00020485;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3525797e-2,0,0,-1.714025e-2,-0.6771164,1.8072142)"
           points="104.72,69.68 104.72,70.398 104.96,69.922 105.2,70.398 105.2,69.68 "
           id="polyline17370"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345355;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <path
           sodipodi:nodetypes="ccc"
           id="path17372"
           d="M 105.28986,70.219238 L 105.44,70.398 L 105.44,69.68"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345355;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dashoffset:0;stroke-opacity:1"
           transform="matrix(1.3525797e-2,0,0,-1.714025e-2,-0.6771164,1.8072142)" />
      </g>
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path17374"
         d="M 1.3539909,0.29560325 C 1.3617563,0.29560325 1.3680739,0.28911085 1.3680739,0.28113071" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17376"
         y2="0.29560345"
         x2="1.3452667"
         y1="0.29560345"
         x1="1.3550053" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         d="M 1.3452667,0.29557227 L 1.3452667,0.31618398"
         id="path17378"
         sodipodi:nodetypes="cc" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path17380"
         d="M 1.3677873,0.13963737 C 1.3677873,0.13069028 1.3612949,0.12341134 1.3533146,0.12341134" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17382"
         y2="0.12339532"
         x2="1.3550053"
         y1="0.12339532"
         x1="1.3452667" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17384"
         y2="0.10199491"
         x2="1.2186519"
         y1="0.10199491"
         x1="1.1797111" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17386"
         y2="0.10199491"
         x2="1.3452667"
         y1="0.10199491"
         x1="1.3063124" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         d="M 1.3063126,0.31667768 L 1.3063126,0.29612654"
         id="path17388"
         sodipodi:nodetypes="cc" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         d="M 1.1797112,0.31569019 L 1.1797112,0.29513906"
         id="path17390"
         sodipodi:nodetypes="cc" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17394"
         y2="0.45197219"
         x2="1.3549829"
         y1="0.45197219"
         x1="1.1699636" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path17396"
         d="M 1.1569111,0.4360521 C 1.1569111,0.44477737 1.163417,0.45189079 1.1713837,0.45189079" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path17398"
         d="M 1.1856405,0.39248557 L 1.1853024,0.39283726 L 1.1849643,0.39318894 L 1.1846397,0.39355411 L 1.1843285,0.39393281 L 1.1840175,0.39431161 L 1.1837334,0.39470381 L 1.1834493,0.39509608 L 1.1831654,0.39548835 L 1.1829083,0.3958941 L 1.1826513,0.3963134 L 1.1824079,0.39673272 L 1.182178,0.39715202 L 1.181948,0.39758482 L 1.1817451,0.39801767 L 1.1815422,0.39846401 L 1.1813393,0.39891036 L 1.1811635,0.39935669 L 1.1810012,0.39980303 L 1.1808389,0.40026294 L 1.1806901,0.40072283 L 1.1805549,0.40119621 L 1.1804331,0.40165609 L 1.1803114,0.40212947 L 1.1802167,0.40260294 L 1.180122,0.40308979 L 1.1800409,0.40356325 L 1.1799733,0.40405018 L 1.1799191,0.40452356 L 1.1798785,0.40501047 L 1.1798515,0.4054974 L 1.1798379,0.40598434 L 1.1798245,0.40648485 C 1.1798245,0.41735954 1.1886974,0.42624599 1.1995857,0.42624599 C 1.2105281,0.42624599 1.219401,0.41735954 1.219401,0.40648485 C 1.219401,0.40125035 1.2172909,0.39617816 1.2135848,0.39248557" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17400"
         y2="0.36562085"
         x2="1.2186295"
         y1="0.36562085"
         x1="1.1796886" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00095047;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline17402"
         points="94.16,48.801 93.68,48.801 93.68,50 "
         transform="matrix(1.3525798e-2,0,0,-1.7838595e-2,-8.7408103e-2,1.2575512)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17404"
         y2="0.38663089"
         x2="1.1859293"
         y1="0.39240021"
         x1="1.1859293" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17406"
         y2="0.38700891"
         x2="1.2186295"
         y1="0.38700891"
         x1="1.2137059" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17408"
         y2="0.38700926"
         x2="1.2186295"
         y1="0.36562085"
         x1="1.2186295" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17410"
         y2="0.38703448"
         x2="1.2137059"
         y1="0.39252615"
         x1="1.2137059" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17412"
         y2="0.38700926"
         x2="1.3452443"
         y1="0.38700926"
         x1="1.339303" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path17414"
         d="M 1.3117415,0.39248557 L 1.3113357,0.39283726 L 1.3110652,0.39318894 L 1.3106595,0.39355411 L 1.3103889,0.39393281 L 1.3101184,0.39431161 L 1.3098479,0.39470381 L 1.3095774,0.39509608 L 1.3093069,0.39548835 L 1.3090364,0.3958941 L 1.3087658,0.3963134 L 1.3084953,0.39673272 L 1.3082248,0.39715202 L 1.3080895,0.39758482 L 1.307819,0.39801767 L 1.3076838,0.39846401 L 1.3074132,0.39891036 L 1.307278,0.39935669 L 1.3071427,0.39980303 L 1.3070075,0.40026294 L 1.306737,0.40072283 L 1.3066017,0.40119621 L 1.3066017,0.40165609 L 1.3064665,0.40212947 L 1.3063312,0.40260294 L 1.306196,0.40308979 L 1.306196,0.40356325 L 1.3060607,0.40405018 L 1.3060607,0.40452356 L 1.3060607,0.40501047 L 1.3059254,0.4054974 L 1.3059254,0.40598434 L 1.3059254,0.40648485 C 1.3059254,0.41735954 1.3147172,0.42619185 1.3256731,0.42619185 C 1.3364937,0.42619185 1.3454208,0.41735954 1.3454208,0.40648485 C 1.3454208,0.40125035 1.3432566,0.39617816 1.3396046,0.39248557" />
      <g
         id="g17416"
         transform="matrix(0.7934523,0,0,0.5219565,0.9177673,-6.4261358e-3)"
         style="fill:none;stroke:#00ff00;stroke-width:0.00022941;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-opacity:1">
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="103.28,49.762 103.52,49.52 103.52,49.039 "
           id="polyline17418"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.49749613"
           y1="0.69920897"
           x2="0.50158739"
           y2="0.6950835"
           id="line17420"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00022941;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104,49.039 104.24,49.039 104.24,49.281 104.24,49.281 104.24,49.52 104,49.52 "
           id="polyline17422"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104.24,49.52 104.24,49.52 104.24,49.762 104.24,49.762 104,49.762 104,49.039 "
           id="polyline17424"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104.48,49.039 104.48,49.762 104.72,49.281 104.96,49.762 104.96,49.039 "
           id="polyline17426"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="105.2,49.762 105.44,49.762 105.68,49.762 105.68,49.762 105.68,49.52 105.68,49.52 105.44,49.52 105.2,49.281 105.2,49.039 105.68,49.039 "
           id="polyline17428"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01345791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
      </g>
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17430"
         y2="0.36562085"
         x2="1.3452443"
         y1="0.36562085"
         x1="1.3062899" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00101743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline17432"
         points="103.52,48.801 103.04,48.801 103.04,50 "
         transform="matrix(1.1803897e-2,0,0,-1.7838595e-2,9.0016497e-2,1.2575512)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17434"
         y2="0.38699692"
         x2="1.3119559"
         y1="0.39229828"
         x1="1.3119559" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17436"
         y2="0.38672131"
         x2="1.339303"
         y1="0.39202273"
         x1="1.339303" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path17438"
         d="M 1.3543065,0.45189088 C 1.3619138,0.45189088 1.3681028,0.44432183 1.3681028,0.43503772" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17440"
         y2="0.38700926"
         x2="1.3452443"
         y1="0.36562085"
         x1="1.3452443" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17442"
         y2="0.31565922"
         x2="1.1699636"
         y1="0.31565922"
         x1="1.3549829" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path17444"
         d="M 1.1700312,0.31533456 C 1.1626228,0.31533456 1.156573,0.32290747 1.156573,0.33213362" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17446"
         y2="0.34782004"
         x2="1.2186295"
         y1="0.34782004"
         x1="1.1796886" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00095056;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline17448"
         points="96.559,52.641 93.68,52.641 93.68,51.441 "
         transform="matrix(1.3525798e-2,0,0,-1.7835075e-2,-8.7408103e-2,1.2652747)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17450"
         y2="0.32641822"
         x2="1.2186295"
         y1="0.34782004"
         x1="1.2186295" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17452"
         y2="0.32641822"
         x2="1.3452443"
         y1="0.32641822"
         x1="1.3062899" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17454"
         y2="0.34782004"
         x2="1.3062899"
         y1="0.34782004"
         x1="1.3452443" />
      <g
         id="g17456"
         transform="matrix(0.7934523,0,0,0.5141792,0.9174917,-1.5099536e-2)"
         style="fill:none;stroke:#00ff00;stroke-width:0.00023114;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-opacity:1">
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="103.28,52.398 103.52,52.16 103.52,51.68 "
           id="polyline17458"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.49749613"
           y1="0.65420556"
           x2="0.50158739"
           y2="0.65014827"
           id="line17460"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00023114;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104,51.68 104.48,51.68 104.48,51.922 104.48,51.922 104.48,52.16 104.24,52.16 "
           id="polyline17462"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104.48,52.16 104.48,52.16 104.48,52.398 104.48,52.398 104,52.398 "
           id="polyline17464"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.50976986"
           y1="0.65014827"
           x2="0.50976986"
           y2="0.66238809"
           id="line17466"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00023114;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="104.72,51.68 104.72,52.398 104.96,51.922 105.2,52.398 105.2,51.68 "
           id="polyline17468"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7046766e-2,0,0,-1.7046766e-2,-1.2671851,1.5433648)"
           points="105.44,52.398 105.68,52.398 105.68,51.68 "
           id="polyline17470"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.01355931;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.53022611"
           y1="0.66238809"
           x2="0.53431702"
           y2="0.66238809"
           id="line17472"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00023114;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
      </g>
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17474"
         y2="0.32641822"
         x2="1.3062899"
         y1="0.34782004"
         x1="1.3062899" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path17476"
         d="M 1.3679775,0.332071 C 1.3679775,0.32303058 1.3619402,0.31561013 1.3545194,0.31561013" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line17478"
         y2="0.34782004"
         x2="1.3452443"
         y1="0.32641822"
         x1="1.3452443" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.26145267;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path17480"
         d="M 0.9804107,0.15145734 L 0.98086546,0.15192603 M 0.99802394,0.13330403 C 0.99322024,0.12835303 0.98528268,0.12837023 0.9804532,0.13334781 C 0.97562376,0.13832533 0.97560702,0.14650637 0.9804107,0.15145734"
         sodipodi:nodetypes="cccsc" />
    </g>
  </g>
</svg>