aboutsummaryrefslogtreecommitdiffstats
path: root/simcard/32c3/32c3.svg
blob: e8df73f1c8362618381d4190ebf92bb3f0750ca0 (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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->

<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:xlink="http://www.w3.org/1999/xlink"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   id="svg3004"
   version="1.1"
   inkscape:version="0.48.4 r9939"
   width="660.59985"
   height="221.81999"
   xml:space="preserve"
   sodipodi:docname="32c3.svg"
   inkscape:export-filename="32c3.png"
   inkscape:export-xdpi="600.08118"
   inkscape:export-ydpi="600.08118"><metadata
     id="metadata3010"><rdf:RDF><cc:Work
         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
     id="defs3008"><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath3026"><path
         d="m 19.77,14.852 252,0 0,158.738 -252,0 0,-158.738 z"
         id="path3028"
         inkscape:connector-curvature="0" /></clipPath><linearGradient
       x1="0"
       y1="0"
       x2="1"
       y2="0"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(272.35107,0,0,272.35107,5.2089844,97.495117)"
       spreadMethod="pad"
       id="linearGradient3034"><stop
         style="stop-opacity:1;stop-color:#2f5489"
         offset="0"
         id="stop3036" /><stop
         style="stop-opacity:1;stop-color:#3c6a9c"
         offset="0.306503"
         id="stop3038" /><stop
         style="stop-opacity:1;stop-color:#2f5489"
         offset="1"
         id="stop3040" /></linearGradient><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath3048"><path
         d="m 0,184.252 566.929,0 L 566.929,0 0,0 0,184.252 z"
         id="path3050"
         inkscape:connector-curvature="0" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath3340"><path
         d="m 52.991,119.962 c -2.428,0 -4.414,-1.914 -4.414,-4.252 l 0,0 0,-25.511 c 0,-2.339 1.986,-4.252 4.414,-4.252 l 0,0 28.025,0 c 2.426,0 4.412,1.913 4.412,4.252 l 0,0 0,25.511 c 0,2.338 -1.986,4.252 -4.412,4.252 l 0,0 -28.025,0 z"
         id="path3342"
         inkscape:connector-curvature="0" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath3352"><path
         d="m 0,184.252 566.929,0 L 566.929,0 0,0 0,184.252 z"
         id="path3354"
         inkscape:connector-curvature="0" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath3372"><path
         d="m 284.221,14.009 252,0 0,158.739 -252,0 0,-158.739 z"
         id="path3374"
         inkscape:connector-curvature="0" /></clipPath><linearGradient
       x1="0"
       y1="0"
       x2="1"
       y2="0"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(272.35306,0,0,272.35306,269.6582,96.65332)"
       spreadMethod="pad"
       id="linearGradient3380"><stop
         style="stop-opacity:1;stop-color:#2f5489"
         offset="0"
         id="stop3382" /><stop
         style="stop-opacity:1;stop-color:#3c6a9c"
         offset="0.306503"
         id="stop3384" /><stop
         style="stop-opacity:1;stop-color:#2f5489"
         offset="1"
         id="stop3386" /></linearGradient><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath3394"><path
         d="m 0,184.252 566.929,0 L 566.929,0 0,0 0,184.252 z"
         id="path3396"
         inkscape:connector-curvature="0" /></clipPath><clipPath
       id="clipPath4266"
       clipPathUnits="userSpaceOnUse"><path
         id="path4268"
         d="m 6.13965,91.5591 187.72035,0 0,-83.11867 -187.72035,0 0,83.11867 z"
         inkscape:connector-curvature="0" /></clipPath><clipPath
       id="clipPath4258"
       clipPathUnits="userSpaceOnUse"><path
         id="path4260"
         d="M 0,100 200,100 200,0 0,0 0,100 z"
         inkscape:connector-curvature="0" /></clipPath><clipPath
       id="clipPath4258-7"
       clipPathUnits="userSpaceOnUse"><path
         inkscape:connector-curvature="0"
         id="path4260-4"
         d="M 0,100 200,100 200,0 0,0 0,100 z" /></clipPath><clipPath
       id="clipPath4266-7"
       clipPathUnits="userSpaceOnUse"><path
         inkscape:connector-curvature="0"
         id="path4268-7"
         d="m 6.13965,91.5591 187.72035,0 0,-83.11867 -187.72035,0 0,83.11867 z" /></clipPath><clipPath
       id="clipPath4258-7-8"
       clipPathUnits="userSpaceOnUse"><path
         inkscape:connector-curvature="0"
         id="path4260-4-7"
         d="M 0,100 200,100 200,0 0,0 0,100 z" /></clipPath><clipPath
       id="clipPath4266-7-7"
       clipPathUnits="userSpaceOnUse"><path
         inkscape:connector-curvature="0"
         id="path4268-7-2"
         d="m 6.13965,91.5591 187.72035,0 0,-83.11867 -187.72035,0 0,83.11867 z" /></clipPath><inkscape:perspective
       sodipodi:type="inkscape:persp3d"
       inkscape:vp_x="0 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       id="perspective10-75" /><inkscape:perspective
       id="perspective2537-3"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" /><inkscape:perspective
       sodipodi:type="inkscape:persp3d"
       inkscape:vp_x="0 : 0.5 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_z="1 : 0.5 : 1"
       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
       id="perspective10-4" /><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath18-1"><path
         inkscape:connector-curvature="0"
         d="m 0,841.89 595.28,0 L 595.28,0 0,0 0,841.89 z"
         id="path20-0" /></clipPath><inkscape:perspective
       id="perspective10-7"
       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
       inkscape:vp_z="1 : 0.5 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 0.5 : 1"
       sodipodi:type="inkscape:persp3d" /><clipPath
       id="clipPath18"
       clipPathUnits="userSpaceOnUse"><path
         inkscape:connector-curvature="0"
         id="path20"
         d="m 0,841.89 595.28,0 L 595.28,0 0,0 0,841.89 z" /></clipPath><inkscape:perspective
       id="perspective10"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" /><inkscape:perspective
       sodipodi:type="inkscape:persp3d"
       inkscape:vp_x="166.42857 : 724.75252 : 1"
       inkscape:vp_y="1000 : 0 : 0"
       inkscape:vp_z="910.52305 : 724.75252 : 1"
       inkscape:persp3d-origin="538.47581 : 549.35882 : 1"
       id="perspective2537" /><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath5739"><path
         d="M 1462.0408,-475.31533 -454.5703,-506.83 c -33.50346,-0.55089 -61.36957,25.04126 -61.89284,56.8645 l -19.2418,1170.21828 c -0.5234,31.83164 26.48639,58.31771 59.98985,58.8686 L 1440.896,810.63605 c 33.5203,0.55117 61.3694,-25.03285 61.8929,-56.8645 l 19.2417,-1170.21827 c 0.5233,-31.82325 -26.4695,-58.31744 -59.9898,-58.86861 z"
         style="fill:none;stroke:#221b19;stroke-width:4.2011013;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:22.9260006;stroke-opacity:1;stroke-dasharray:none"
         id="path5741"
         inkscape:connector-curvature="0" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath5828"><path
         inkscape:connector-curvature="0"
         id="path5830"
         style="fill:none;stroke:#221b19;stroke-width:4.40457249;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:22.9260006;stroke-opacity:1;stroke-dasharray:none"
         d="m 1507.953,-507.24028 -1974.85619,-32.47238 c -34.52163,-0.56764 -63.25018,26.75027 -63.8084,60.69904 l -20.52705,1248.37898 c -0.5583,33.95773 27.25668,62.19647 61.77837,62.76405 l 1974.85617,32.47238 c 34.539,0.56792 63.25,-26.74124 63.8084,-60.69909 l 20.5269,-1248.37893 c 0.5583,-33.94877 -27.2392,-62.19613 -61.7782,-62.76405 z" /></clipPath><radialGradient
       inkscape:collect="always"
       r="40.693001"
       gradientTransform="scale(1.0368,0.96449)"
       cx="18.634001"
       cy="17.486"
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient4750"
       fy="17.809999"
       fx="18.934"
       id="radialGradient4756" /><radialGradient
       r="29.993"
       gradientTransform="scale(0.99999,1)"
       cx="18.247999"
       cy="15.716"
       gradientUnits="userSpaceOnUse"
       id="radialGradient3968"><stop
         offset="0"
         style="stop-color:#d3e9ff"
         id="stop3964" /><stop
         offset=".15517"
         style="stop-color:#d3e9ff"
         id="stop4134" /><stop
         offset=".75"
         style="stop-color:#4074ae"
         id="stop4346" /><stop
         offset="1"
         style="stop-color:#36486c"
         id="stop3966" /></radialGradient><linearGradient
       id="linearGradient4750"><stop
         offset="0"
         style="stop-color:#ffffff"
         id="stop4752" /><stop
         offset=".37931"
         style="stop-color:#fefefe"
         id="stop4758" /><stop
         offset="1"
         style="stop-color:#1d1d1d"
         id="stop4754" /></linearGradient><radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4750"
       id="radialGradient4111"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(1.0368,0.96449)"
       cx="18.634001"
       cy="17.486"
       fx="18.934"
       fy="17.809999"
       r="40.693001" /><radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4750"
       id="radialGradient4113"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(1.0368,0.96449)"
       cx="18.634001"
       cy="17.486"
       fx="18.934"
       fy="17.809999"
       r="40.693001" /><radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4750"
       id="radialGradient4123"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(1.0368,0.96449)"
       cx="18.634001"
       cy="17.486"
       fx="18.934"
       fy="17.809999"
       r="40.693001" /><radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4750"
       id="radialGradient4125"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(1.0368,0.96449)"
       cx="18.634001"
       cy="17.486"
       fx="18.934"
       fy="17.809999"
       r="40.693001" /><radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4750"
       id="radialGradient4129"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(1.0368,0.96449)"
       cx="18.634001"
       cy="17.486"
       fx="18.934"
       fy="17.809999"
       r="40.693001" /><radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4750"
       id="radialGradient4131"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(1.0368,0.96449)"
       cx="18.634001"
       cy="17.486"
       fx="18.934"
       fy="17.809999"
       r="40.693001" /><radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4750"
       id="radialGradient4141"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(1.0368,0.96449)"
       cx="18.634001"
       cy="17.486"
       fx="18.934"
       fy="17.809999"
       r="40.693001" /><radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4750"
       id="radialGradient4143"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(1.0368,0.96449)"
       cx="18.634001"
       cy="17.486"
       fx="18.934"
       fy="17.809999"
       r="40.693001" /><radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4750"
       id="radialGradient4147"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(1.0368,0.96449)"
       cx="18.634001"
       cy="17.486"
       fx="18.934"
       fy="17.809999"
       r="40.693001" /><radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4750"
       id="radialGradient4149"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(1.0368,0.96449)"
       cx="18.634001"
       cy="17.486"
       fx="18.934"
       fy="17.809999"
       r="40.693001" /><radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4750"
       id="radialGradient4151"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(1.0368,0.96449)"
       cx="18.634001"
       cy="17.486"
       fx="18.934"
       fy="17.809999"
       r="40.693001" /><radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4750"
       id="radialGradient4153"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(1.0368,0.96449)"
       cx="18.634001"
       cy="17.486"
       fx="18.934"
       fy="17.809999"
       r="40.693001" /><radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4750"
       id="radialGradient4155"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(1.0368,0.96449)"
       cx="18.634001"
       cy="17.486"
       fx="18.934"
       fy="17.809999"
       r="40.693001" /><radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4750"
       id="radialGradient4157"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(1.0368,0.96449)"
       cx="18.634001"
       cy="17.486"
       fx="18.934"
       fy="17.809999"
       r="40.693001" /><radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4750"
       id="radialGradient4159"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(1.0368,0.96449)"
       cx="18.634001"
       cy="17.486"
       fx="18.934"
       fy="17.809999"
       r="40.693001" /><radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4750"
       id="radialGradient4161"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(1.0368,0.96449)"
       cx="18.634001"
       cy="17.486"
       fx="18.934"
       fy="17.809999"
       r="40.693001" /><radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4750"
       id="radialGradient4165"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(1.0368,0.96449)"
       cx="18.634001"
       cy="17.486"
       fx="18.934"
       fy="17.809999"
       r="40.693001" /><radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4750"
       id="radialGradient4167"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(1.0368,0.96449)"
       cx="18.634001"
       cy="17.486"
       fx="18.934"
       fy="17.809999"
       r="40.693001" /><radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4750"
       id="radialGradient4171"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(1.0368,0.96449)"
       cx="18.634001"
       cy="17.486"
       fx="18.934"
       fy="17.809999"
       r="40.693001" /><radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4750"
       id="radialGradient4173"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(1.0368,0.96449)"
       cx="18.634001"
       cy="17.486"
       fx="18.934"
       fy="17.809999"
       r="40.693001" /><marker
       inkscape:stockid="Arrow1Lstart"
       orient="auto"
       style="overflow:visible"
       refX="0"
       refY="0"
       id="Arrow1Lstart"><path
         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
         transform="matrix(0.8,0,0,0.8,10,0)"
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
         id="path3764"
         inkscape:connector-curvature="0" /></marker><marker
       inkscape:stockid="Arrow1Lend"
       orient="auto"
       style="overflow:visible"
       refX="0"
       refY="0"
       id="Arrow1Lend"><path
         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
         transform="matrix(-0.8,0,0,-0.8,-10,0)"
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
         id="path3767"
         inkscape:connector-curvature="0" /></marker><linearGradient
       id="linearGradient7153-0-1-9-75-33"><stop
         offset="0"
         style="stop-color:#ffffff;stop-opacity:1"
         id="stop7155-8-7-3-9-51" /><stop
         offset="1"
         style="stop-color:#ffffff;stop-opacity:0"
         id="stop7157-5-7-7-7-00" /></linearGradient><radialGradient
       gradientTransform="matrix(5.2943491,0,0,5.2881329,-7.02204,58.291497)"
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient7153-0-1-9-75-33"
       id="radialGradient4001-9-6-9-0"
       fy="1.1256332"
       fx="8.3046875"
       r="2.0507698"
       cy="1.1256332"
       cx="8.3046875" /><linearGradient
       id="linearGradient7131-6-1-5-7-7"><stop
         offset="0"
         style="stop-color:#ffffff;stop-opacity:1"
         id="stop7133-4-5-2-6-10" /><stop
         offset="1"
         style="stop-color:#d3d7cf;stop-opacity:1"
         id="stop7135-6-9-5-0-0" /></linearGradient><radialGradient
       gradientTransform="matrix(0.7375073,0,0,0.7201806,2.4345312,0.6617371)"
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient7131-6-1-5-7-7"
       id="radialGradient3999-1-4-6-6"
       fy="1.7286602"
       fx="8.9057236"
       r="1.9952321"
       cy="1.7286602"
       cx="8.9057236" /><linearGradient
       id="linearGradient5302"><stop
         offset="0"
         style="stop-color:#3465a4;stop-opacity:1"
         id="stop5304" /><stop
         offset="1"
         style="stop-color:#3465a4;stop-opacity:0"
         id="stop5306" /></linearGradient><radialGradient
       gradientTransform="matrix(15.1803,0,0,5.0647752,-116.56897,28.614297)"
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient3362-8-6-0-9-99"
       id="radialGradient3997-3-3-4-61"
       fy="9.8424416"
       fx="10.28125"
       r="4.5250292"
       cy="9.8424416"
       cx="10.28125" /><linearGradient
       id="linearGradient5295"><stop
         offset="0"
         style="stop-color:#729fcf;stop-opacity:1"
         id="stop5297" /><stop
         offset="1"
         style="stop-color:#729fcf;stop-opacity:0"
         id="stop5299" /></linearGradient><radialGradient
       gradientTransform="matrix(2.2651111,0,0,2.2923498,16.215361,52.593597)"
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient3374-5-7-7-0-8"
       id="radialGradient3995-7-4-0-8"
       fy="7.8249326"
       fx="10.28125"
       r="4.5250292"
       cy="7.8249326"
       cx="10.28125" /><linearGradient
       id="linearGradient6979-9-2-2-8-2"><stop
         offset="0"
         style="stop-color:#888a85;stop-opacity:1"
         id="stop6981-9-9-0-8-6" /><stop
         offset="1"
         style="stop-color:#555753;stop-opacity:1"
         id="stop6983-0-3-6-6-79" /></linearGradient><linearGradient
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient6979-9-2-2-8-2"
       id="linearGradient3993-1-9-7-4"
       y2="10.934953"
       x2="39.421204"
       y1="28.5"
       x1="39.06765" /><linearGradient
       id="linearGradient7101-4-9-4-1-5"><stop
         offset="0"
         style="stop-color:#babdb6;stop-opacity:1"
         id="stop7103-0-4-31-0-5" /><stop
         offset="1"
         style="stop-color:#ffffff;stop-opacity:1"
         id="stop7105-6-8-4-3-21" /></linearGradient><linearGradient
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient7101-4-9-4-1-5"
       id="linearGradient3991-3-88-5-8"
       y2="21.041553"
       x2="21.036427"
       y1="44.528019"
       x1="24.837126" /><linearGradient
       id="linearGradient3362-8-6-0-9-99"><stop
         offset="0"
         style="stop-color:#3465a4;stop-opacity:1"
         id="stop3364-4-5-78-9-7" /><stop
         offset="1"
         style="stop-color:#3465a4;stop-opacity:0"
         id="stop3366-7-6-6-4-9" /></linearGradient><linearGradient
       id="linearGradient3374-5-7-7-0-8"><stop
         offset="0"
         style="stop-color:#729fcf;stop-opacity:1"
         id="stop3376-8-6-4-2-53" /><stop
         offset="1"
         style="stop-color:#729fcf;stop-opacity:0"
         id="stop3378-6-7-4-9-5" /></linearGradient><radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient7153-0-1-9-75-99"
       id="radialGradient5112"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(5.2943491,0,0,5.2881329,-7.02204,58.291497)"
       cx="8.3046875"
       cy="1.1256332"
       fx="8.3046875"
       fy="1.1256332"
       r="2.0507698" /><linearGradient
       id="linearGradient7153-0-1-9-75-99"><stop
         offset="0"
         style="stop-color:#ffffff;stop-opacity:1"
         id="stop7155-8-7-3-9-2" /><stop
         offset="1"
         style="stop-color:#ffffff;stop-opacity:0"
         id="stop7157-5-7-7-7-7" /></linearGradient><radialGradient
       gradientTransform="matrix(5.2943491,0,0,5.2881329,-7.02204,58.291497)"
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient7153-0-1-9-75-99"
       id="radialGradient4001-9-6-9-1"
       fy="1.1256332"
       fx="8.3046875"
       r="2.0507698"
       cy="1.1256332"
       cx="8.3046875" /><linearGradient
       id="linearGradient7131-6-1-5-7-4"><stop
         offset="0"
         style="stop-color:#ffffff;stop-opacity:1"
         id="stop7133-4-5-2-6-8" /><stop
         offset="1"
         style="stop-color:#d3d7cf;stop-opacity:1"
         id="stop7135-6-9-5-0-75" /></linearGradient><radialGradient
       gradientTransform="matrix(0.7375073,0,0,0.7201806,2.4345312,0.6617371)"
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient7131-6-1-5-7-4"
       id="radialGradient3999-1-4-6-10"
       fy="1.7286602"
       fx="8.9057236"
       r="1.9952321"
       cy="1.7286602"
       cx="8.9057236" /><linearGradient
       id="linearGradient5066"><stop
         offset="0"
         style="stop-color:#3465a4;stop-opacity:1"
         id="stop5068" /><stop
         offset="1"
         style="stop-color:#3465a4;stop-opacity:0"
         id="stop5070" /></linearGradient><radialGradient
       gradientTransform="matrix(15.1803,0,0,5.0647752,-116.56897,28.614297)"
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient3362-8-6-0-9-4"
       id="radialGradient3997-3-3-4-8"
       fy="9.8424416"
       fx="10.28125"
       r="4.5250292"
       cy="9.8424416"
       cx="10.28125" /><linearGradient
       id="linearGradient5059"><stop
         offset="0"
         style="stop-color:#729fcf;stop-opacity:1"
         id="stop5061" /><stop
         offset="1"
         style="stop-color:#729fcf;stop-opacity:0"
         id="stop5063" /></linearGradient><radialGradient
       gradientTransform="matrix(2.2651111,0,0,2.2923498,16.215361,52.593597)"
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient3374-5-7-7-0-24"
       id="radialGradient3995-7-4-0-98"
       fy="7.8249326"
       fx="10.28125"
       r="4.5250292"
       cy="7.8249326"
       cx="10.28125" /><linearGradient
       id="linearGradient6979-9-2-2-8-45"><stop
         offset="0"
         style="stop-color:#888a85;stop-opacity:1"
         id="stop6981-9-9-0-8-9" /><stop
         offset="1"
         style="stop-color:#555753;stop-opacity:1"
         id="stop6983-0-3-6-6-08" /></linearGradient><linearGradient
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient6979-9-2-2-8-45"
       id="linearGradient3993-1-9-7-54"
       y2="10.934953"
       x2="39.421204"
       y1="28.5"
       x1="39.06765" /><linearGradient
       id="linearGradient7101-4-9-4-1-12"><stop
         offset="0"
         style="stop-color:#babdb6;stop-opacity:1"
         id="stop7103-0-4-31-0-1" /><stop
         offset="1"
         style="stop-color:#ffffff;stop-opacity:1"
         id="stop7105-6-8-4-3-5" /></linearGradient><linearGradient
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient7101-4-9-4-1-12"
       id="linearGradient3991-3-88-5-2"
       y2="21.041553"
       x2="21.036427"
       y1="44.528019"
       x1="24.837126" /><linearGradient
       id="linearGradient3362-8-6-0-9-4"><stop
         offset="0"
         style="stop-color:#3465a4;stop-opacity:1"
         id="stop3364-4-5-78-9-4" /><stop
         offset="1"
         style="stop-color:#3465a4;stop-opacity:0"
         id="stop3366-7-6-6-4-87" /></linearGradient><radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3362-8-6-0-9-4"
       id="radialGradient3639"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(23.169932,0,0,7.6402677,-198.71238,8.843597)"
       cx="10.28125"
       cy="9.8424416"
       fx="10.28125"
       fy="9.8424416"
       r="4.5250292" /><linearGradient
       id="linearGradient3374-5-7-7-0-24"><stop
         offset="0"
         style="stop-color:#729fcf;stop-opacity:1"
         id="stop3376-8-6-4-2-97" /><stop
         offset="1"
         style="stop-color:#729fcf;stop-opacity:0"
         id="stop3378-6-7-4-9-9" /></linearGradient><radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3374-5-7-7-0-24"
       id="radialGradient3637"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(4.9499444,0,0,4.9510321,-11.38809,35.312197)"
       cx="10.28125"
       cy="8.0709476"
       fx="10.28125"
       fy="8.0709476"
       r="4.5250292" /><linearGradient
       id="linearGradient7153-0-1-9-75-9"><stop
         offset="0"
         style="stop-color:#ffffff;stop-opacity:1"
         id="stop7155-8-7-3-9-4" /><stop
         offset="1"
         style="stop-color:#ffffff;stop-opacity:0"
         id="stop7157-5-7-7-7-8" /></linearGradient><radialGradient
       gradientTransform="matrix(5.2943491,0,0,5.2881329,-7.02204,58.291497)"
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient7153-0-1-9-75-9"
       id="radialGradient4001-9-6-9-44"
       fy="1.1256332"
       fx="8.3046875"
       r="2.0507698"
       cy="1.1256332"
       cx="8.3046875" /><linearGradient
       id="linearGradient7131-6-1-5-7-89"><stop
         offset="0"
         style="stop-color:#ffffff;stop-opacity:1"
         id="stop7133-4-5-2-6-13" /><stop
         offset="1"
         style="stop-color:#d3d7cf;stop-opacity:1"
         id="stop7135-6-9-5-0-3" /></linearGradient><radialGradient
       gradientTransform="matrix(0.7375073,0,0,0.7201806,2.4345312,0.6617371)"
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient7131-6-1-5-7-89"
       id="radialGradient3999-1-4-6-9"
       fy="1.7286602"
       fx="8.9057236"
       r="1.9952321"
       cy="1.7286602"
       cx="8.9057236" /><linearGradient
       id="linearGradient4845"><stop
         offset="0"
         style="stop-color:#3465a4;stop-opacity:1"
         id="stop4847" /><stop
         offset="1"
         style="stop-color:#3465a4;stop-opacity:0"
         id="stop4849" /></linearGradient><radialGradient
       gradientTransform="matrix(15.1803,0,0,5.0647752,-116.56897,28.614297)"
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient3362-8-6-0-9-6"
       id="radialGradient3997-3-3-4-0"
       fy="9.8424416"
       fx="10.28125"
       r="4.5250292"
       cy="9.8424416"
       cx="10.28125" /><linearGradient
       id="linearGradient4838"><stop
         offset="0"
         style="stop-color:#729fcf;stop-opacity:1"
         id="stop4840" /><stop
         offset="1"
         style="stop-color:#729fcf;stop-opacity:0"
         id="stop4842" /></linearGradient><radialGradient
       gradientTransform="matrix(2.2651111,0,0,2.2923498,16.215361,52.593597)"
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient3374-5-7-7-0-2"
       id="radialGradient3995-7-4-0-0"
       fy="7.8249326"
       fx="10.28125"
       r="4.5250292"
       cy="7.8249326"
       cx="10.28125" /><linearGradient
       id="linearGradient6979-9-2-2-8-60"><stop
         offset="0"
         style="stop-color:#888a85;stop-opacity:1"
         id="stop6981-9-9-0-8-3" /><stop
         offset="1"
         style="stop-color:#555753;stop-opacity:1"
         id="stop6983-0-3-6-6-10" /></linearGradient><linearGradient
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient6979-9-2-2-8-60"
       id="linearGradient3993-1-9-7-3"
       y2="10.934953"
       x2="39.421204"
       y1="28.5"
       x1="39.06765" /><linearGradient
       id="linearGradient7101-4-9-4-1-4"><stop
         offset="0"
         style="stop-color:#babdb6;stop-opacity:1"
         id="stop7103-0-4-31-0-95" /><stop
         offset="1"
         style="stop-color:#ffffff;stop-opacity:1"
         id="stop7105-6-8-4-3-2" /></linearGradient><linearGradient
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient7101-4-9-4-1-4"
       id="linearGradient3991-3-88-5-7"
       y2="21.041553"
       x2="21.036427"
       y1="44.528019"
       x1="24.837126" /><linearGradient
       id="linearGradient3362-8-6-0-9-6"><stop
         offset="0"
         style="stop-color:#3465a4;stop-opacity:1"
         id="stop3364-4-5-78-9-8" /><stop
         offset="1"
         style="stop-color:#3465a4;stop-opacity:0"
         id="stop3366-7-6-6-4-8" /></linearGradient><linearGradient
       id="linearGradient3374-5-7-7-0-2"><stop
         offset="0"
         style="stop-color:#729fcf;stop-opacity:1"
         id="stop3376-8-6-4-2-9" /><stop
         offset="1"
         style="stop-color:#729fcf;stop-opacity:0"
         id="stop3378-6-7-4-9-27" /></linearGradient><linearGradient
       id="linearGradient7153-0-1-9-75-7"><stop
         offset="0"
         style="stop-color:#ffffff;stop-opacity:1"
         id="stop7155-8-7-3-9-95" /><stop
         offset="1"
         style="stop-color:#ffffff;stop-opacity:0"
         id="stop7157-5-7-7-7-07" /></linearGradient><radialGradient
       gradientTransform="matrix(5.2943491,0,0,5.2881329,-7.02204,58.291497)"
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient7153-0-1-9-75-7"
       id="radialGradient4001-9-6-9-70"
       fy="1.1256332"
       fx="8.3046875"
       r="2.0507698"
       cy="1.1256332"
       cx="8.3046875" /><linearGradient
       id="linearGradient7131-6-1-5-7-3"><stop
         offset="0"
         style="stop-color:#ffffff;stop-opacity:1"
         id="stop7133-4-5-2-6-2" /><stop
         offset="1"
         style="stop-color:#d3d7cf;stop-opacity:1"
         id="stop7135-6-9-5-0-7" /></linearGradient><radialGradient
       gradientTransform="matrix(0.7375073,0,0,0.7201806,2.4345312,0.6617371)"
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient7131-6-1-5-7-3"
       id="radialGradient3999-1-4-6-7"
       fy="1.7286602"
       fx="8.9057236"
       r="1.9952321"
       cy="1.7286602"
       cx="8.9057236" /><linearGradient
       id="linearGradient4612"><stop
         offset="0"
         style="stop-color:#3465a4;stop-opacity:1"
         id="stop4614" /><stop
         offset="1"
         style="stop-color:#3465a4;stop-opacity:0"
         id="stop4616" /></linearGradient><radialGradient
       gradientTransform="matrix(15.1803,0,0,5.0647752,-116.56897,28.614297)"
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient3362-8-6-0-9-70"
       id="radialGradient3997-3-3-4-64"
       fy="9.8424416"
       fx="10.28125"
       r="4.5250292"
       cy="9.8424416"
       cx="10.28125" /><linearGradient
       id="linearGradient4605"><stop
         offset="0"
         style="stop-color:#729fcf;stop-opacity:1"
         id="stop4607" /><stop
         offset="1"
         style="stop-color:#729fcf;stop-opacity:0"
         id="stop4609" /></linearGradient><radialGradient
       gradientTransform="matrix(2.2651111,0,0,2.2923498,16.215361,52.593597)"
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient3374-5-7-7-0-5"
       id="radialGradient3995-7-4-0-4"
       fy="7.8249326"
       fx="10.28125"
       r="4.5250292"
       cy="7.8249326"
       cx="10.28125" /><linearGradient
       id="linearGradient6979-9-2-2-8-6"><stop
         offset="0"
         style="stop-color:#888a85;stop-opacity:1"
         id="stop6981-9-9-0-8-52" /><stop
         offset="1"
         style="stop-color:#555753;stop-opacity:1"
         id="stop6983-0-3-6-6-77" /></linearGradient><linearGradient
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient6979-9-2-2-8-6"
       id="linearGradient3993-1-9-7-9"
       y2="10.934953"
       x2="39.421204"
       y1="28.5"
       x1="39.06765" /><linearGradient
       id="linearGradient7101-4-9-4-1-3"><stop
         offset="0"
         style="stop-color:#babdb6;stop-opacity:1"
         id="stop7103-0-4-31-0-65" /><stop
         offset="1"
         style="stop-color:#ffffff;stop-opacity:1"
         id="stop7105-6-8-4-3-6" /></linearGradient><linearGradient
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient7101-4-9-4-1-3"
       id="linearGradient3991-3-88-5-6"
       y2="21.041553"
       x2="21.036427"
       y1="44.528019"
       x1="24.837126" /><linearGradient
       id="linearGradient3362-8-6-0-9-70"><stop
         offset="0"
         style="stop-color:#3465a4;stop-opacity:1"
         id="stop3364-4-5-78-9-1" /><stop
         offset="1"
         style="stop-color:#3465a4;stop-opacity:0"
         id="stop3366-7-6-6-4-76" /></linearGradient><linearGradient
       id="linearGradient3374-5-7-7-0-5"><stop
         offset="0"
         style="stop-color:#729fcf;stop-opacity:1"
         id="stop3376-8-6-4-2-15" /><stop
         offset="1"
         style="stop-color:#729fcf;stop-opacity:0"
         id="stop3378-6-7-4-9-0" /></linearGradient><linearGradient
       id="linearGradient7153-0-1-9-75-6"><stop
         offset="0"
         style="stop-color:#ffffff;stop-opacity:1"
         id="stop7155-8-7-3-9-5" /><stop
         offset="1"
         style="stop-color:#ffffff;stop-opacity:0"
         id="stop7157-5-7-7-7-0" /></linearGradient><radialGradient
       gradientTransform="matrix(5.2943491,0,0,5.2881329,-7.02204,58.291497)"
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient7153-0-1-9-75-6"
       id="radialGradient4001-9-6-9-4"
       fy="1.1256332"
       fx="8.3046875"
       r="2.0507698"
       cy="1.1256332"
       cx="8.3046875" /><linearGradient
       id="linearGradient7131-6-1-5-7-5"><stop
         offset="0"
         style="stop-color:#ffffff;stop-opacity:1"
         id="stop7133-4-5-2-6-0" /><stop
         offset="1"
         style="stop-color:#d3d7cf;stop-opacity:1"
         id="stop7135-6-9-5-0-5" /></linearGradient><radialGradient
       gradientTransform="matrix(0.7375073,0,0,0.7201806,2.4345312,0.6617371)"
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient7131-6-1-5-7-5"
       id="radialGradient3999-1-4-6-8"
       fy="1.7286602"
       fx="8.9057236"
       r="1.9952321"
       cy="1.7286602"
       cx="8.9057236" /><linearGradient
       id="linearGradient4388"><stop
         offset="0"
         style="stop-color:#3465a4;stop-opacity:1"
         id="stop4390" /><stop
         offset="1"
         style="stop-color:#3465a4;stop-opacity:0"
         id="stop4392" /></linearGradient><radialGradient
       gradientTransform="matrix(15.1803,0,0,5.0647752,-116.56897,28.614297)"
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient3362-8-6-0-9-5"
       id="radialGradient3997-3-3-4-60"
       fy="9.8424416"
       fx="10.28125"
       r="4.5250292"
       cy="9.8424416"
       cx="10.28125" /><linearGradient
       id="linearGradient4381"><stop
         offset="0"
         style="stop-color:#729fcf;stop-opacity:1"
         id="stop4383" /><stop
         offset="1"
         style="stop-color:#729fcf;stop-opacity:0"
         id="stop4385" /></linearGradient><radialGradient
       gradientTransform="matrix(2.2651111,0,0,2.2923498,16.215361,52.593597)"
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient3374-5-7-7-0-6"
       id="radialGradient3995-7-4-0-9"
       fy="7.8249326"
       fx="10.28125"
       r="4.5250292"
       cy="7.8249326"
       cx="10.28125" /><linearGradient
       id="linearGradient6979-9-2-2-8-9"><stop
         offset="0"
         style="stop-color:#888a85;stop-opacity:1"
         id="stop6981-9-9-0-8-5" /><stop
         offset="1"
         style="stop-color:#555753;stop-opacity:1"
         id="stop6983-0-3-6-6-7" /></linearGradient><linearGradient
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient6979-9-2-2-8-9"
       id="linearGradient3993-1-9-7-2"
       y2="10.934953"
       x2="39.421204"
       y1="28.5"
       x1="39.06765" /><linearGradient
       id="linearGradient7101-4-9-4-1-7"><stop
         offset="0"
         style="stop-color:#babdb6;stop-opacity:1"
         id="stop7103-0-4-31-0-2" /><stop
         offset="1"
         style="stop-color:#ffffff;stop-opacity:1"
         id="stop7105-6-8-4-3-9" /></linearGradient><linearGradient
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient7101-4-9-4-1-7"
       id="linearGradient3991-3-88-5-5"
       y2="21.041553"
       x2="21.036427"
       y1="44.528019"
       x1="24.837126" /><linearGradient
       id="linearGradient3362-8-6-0-9-5"><stop
         offset="0"
         style="stop-color:#3465a4;stop-opacity:1"
         id="stop3364-4-5-78-9-25" /><stop
         offset="1"
         style="stop-color:#3465a4;stop-opacity:0"
         id="stop3366-7-6-6-4-45" /></linearGradient><linearGradient
       id="linearGradient3374-5-7-7-0-6"><stop
         offset="0"
         style="stop-color:#729fcf;stop-opacity:1"
         id="stop3376-8-6-4-2-1" /><stop
         offset="1"
         style="stop-color:#729fcf;stop-opacity:0"
         id="stop3378-6-7-4-9-8" /></linearGradient><linearGradient
       id="linearGradient7153-0-1-9-75-3"><stop
         offset="0"
         style="stop-color:#ffffff;stop-opacity:1"
         id="stop7155-8-7-3-9-9" /><stop
         offset="1"
         style="stop-color:#ffffff;stop-opacity:0"
         id="stop7157-5-7-7-7-6" /></linearGradient><radialGradient
       gradientTransform="matrix(5.2943491,0,0,5.2881329,-7.02204,58.291497)"
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient7153-0-1-9-75-3"
       id="radialGradient4001-9-6-9-7"
       fy="1.1256332"
       fx="8.3046875"
       r="2.0507698"
       cy="1.1256332"
       cx="8.3046875" /><linearGradient
       id="linearGradient7131-6-1-5-7-9"><stop
         offset="0"
         style="stop-color:#ffffff;stop-opacity:1"
         id="stop7133-4-5-2-6-7" /><stop
         offset="1"
         style="stop-color:#d3d7cf;stop-opacity:1"
         id="stop7135-6-9-5-0-6" /></linearGradient><radialGradient
       gradientTransform="matrix(0.7375073,0,0,0.7201806,2.4345312,0.6617371)"
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient7131-6-1-5-7-9"
       id="radialGradient3999-1-4-6-5"
       fy="1.7286602"
       fx="8.9057236"
       r="1.9952321"
       cy="1.7286602"
       cx="8.9057236" /><linearGradient
       id="linearGradient4161"><stop
         offset="0"
         style="stop-color:#3465a4;stop-opacity:1"
         id="stop4163" /><stop
         offset="1"
         style="stop-color:#3465a4;stop-opacity:0"
         id="stop4165" /></linearGradient><radialGradient
       gradientTransform="matrix(15.1803,0,0,5.0647752,-116.56897,28.614297)"
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient3362-8-6-0-9-7"
       id="radialGradient3997-3-3-4-6"
       fy="9.8424416"
       fx="10.28125"
       r="4.5250292"
       cy="9.8424416"
       cx="10.28125" /><linearGradient
       id="linearGradient4154"><stop
         offset="0"
         style="stop-color:#729fcf;stop-opacity:1"
         id="stop4156" /><stop
         offset="1"
         style="stop-color:#729fcf;stop-opacity:0"
         id="stop4158" /></linearGradient><radialGradient
       gradientTransform="matrix(2.2651111,0,0,2.2923498,16.215361,52.593597)"
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient3374-5-7-7-0-9"
       id="radialGradient3995-7-4-0-6"
       fy="7.8249326"
       fx="10.28125"
       r="4.5250292"
       cy="7.8249326"
       cx="10.28125" /><linearGradient
       id="linearGradient6979-9-2-2-8-5"><stop
         offset="0"
         style="stop-color:#888a85;stop-opacity:1"
         id="stop6981-9-9-0-8-0" /><stop
         offset="1"
         style="stop-color:#555753;stop-opacity:1"
         id="stop6983-0-3-6-6-1" /></linearGradient><linearGradient
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient6979-9-2-2-8-5"
       id="linearGradient3993-1-9-7-5"
       y2="10.934953"
       x2="39.421204"
       y1="28.5"
       x1="39.06765" /><linearGradient
       id="linearGradient7101-4-9-4-1-1"><stop
         offset="0"
         style="stop-color:#babdb6;stop-opacity:1"
         id="stop7103-0-4-31-0-9" /><stop
         offset="1"
         style="stop-color:#ffffff;stop-opacity:1"
         id="stop7105-6-8-4-3-1" /></linearGradient><linearGradient
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient7101-4-9-4-1-1"
       id="linearGradient3991-3-88-5-4"
       y2="21.041553"
       x2="21.036427"
       y1="44.528019"
       x1="24.837126" /><linearGradient
       id="linearGradient3362-8-6-0-9-7"><stop
         offset="0"
         style="stop-color:#3465a4;stop-opacity:1"
         id="stop3364-4-5-78-9-2" /><stop
         offset="1"
         style="stop-color:#3465a4;stop-opacity:0"
         id="stop3366-7-6-6-4-4" /></linearGradient><linearGradient
       id="linearGradient3374-5-7-7-0-9"><stop
         offset="0"
         style="stop-color:#729fcf;stop-opacity:1"
         id="stop3376-8-6-4-2-3" /><stop
         offset="1"
         style="stop-color:#729fcf;stop-opacity:0"
         id="stop3378-6-7-4-9-6" /></linearGradient><linearGradient
       id="linearGradient7153-0-1-9-75-1"><stop
         offset="0"
         style="stop-color:#ffffff;stop-opacity:1"
         id="stop7155-8-7-3-9-7" /><stop
         offset="1"
         style="stop-color:#ffffff;stop-opacity:0"
         id="stop7157-5-7-7-7-9" /></linearGradient><radialGradient
       gradientTransform="matrix(5.2943491,0,0,5.2881329,-7.02204,58.291497)"
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient7153-0-1-9-75-1"
       id="radialGradient4001-9-6-9-9"
       fy="1.1256332"
       fx="8.3046875"
       r="2.0507698"
       cy="1.1256332"
       cx="8.3046875" /><linearGradient
       id="linearGradient7131-6-1-5-7-8"><stop
         offset="0"
         style="stop-color:#ffffff;stop-opacity:1"
         id="stop7133-4-5-2-6-1" /><stop
         offset="1"
         style="stop-color:#d3d7cf;stop-opacity:1"
         id="stop7135-6-9-5-0-4" /></linearGradient><radialGradient
       gradientTransform="matrix(0.7375073,0,0,0.7201806,2.4345312,0.6617371)"
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient7131-6-1-5-7-8"
       id="radialGradient3999-1-4-6-1"
       fy="1.7286602"
       fx="8.9057236"
       r="1.9952321"
       cy="1.7286602"
       cx="8.9057236" /><linearGradient
       id="linearGradient3688"><stop
         offset="0"
         style="stop-color:#3465a4;stop-opacity:1"
         id="stop3690" /><stop
         offset="1"
         style="stop-color:#3465a4;stop-opacity:0"
         id="stop3692" /></linearGradient><radialGradient
       gradientTransform="matrix(15.1803,0,0,5.0647752,-116.56897,28.614297)"
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient3362-8-6-0-9-9"
       id="radialGradient3997-3-3-4-9"
       fy="9.8424416"
       fx="10.28125"
       r="4.5250292"
       cy="9.8424416"
       cx="10.28125" /><linearGradient
       id="linearGradient3681"><stop
         offset="0"
         style="stop-color:#729fcf;stop-opacity:1"
         id="stop3683" /><stop
         offset="1"
         style="stop-color:#729fcf;stop-opacity:0"
         id="stop3685" /></linearGradient><radialGradient
       gradientTransform="matrix(2.2651111,0,0,2.2923498,16.215361,52.593597)"
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient3374-5-7-7-0-7"
       id="radialGradient3995-7-4-0-1"
       fy="7.8249326"
       fx="10.28125"
       r="4.5250292"
       cy="7.8249326"
       cx="10.28125" /><linearGradient
       id="linearGradient6979-9-2-2-8-4"><stop
         offset="0"
         style="stop-color:#888a85;stop-opacity:1"
         id="stop6981-9-9-0-8-4" /><stop
         offset="1"
         style="stop-color:#555753;stop-opacity:1"
         id="stop6983-0-3-6-6-0" /></linearGradient><linearGradient
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient6979-9-2-2-8-4"
       id="linearGradient3993-1-9-7-8"
       y2="10.934953"
       x2="39.421204"
       y1="28.5"
       x1="39.06765" /><linearGradient
       id="linearGradient7101-4-9-4-1-0"><stop
         offset="0"
         style="stop-color:#babdb6;stop-opacity:1"
         id="stop7103-0-4-31-0-6" /><stop
         offset="1"
         style="stop-color:#ffffff;stop-opacity:1"
         id="stop7105-6-8-4-3-7" /></linearGradient><linearGradient
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient7101-4-9-4-1-0"
       id="linearGradient3991-3-88-5-0"
       y2="21.041553"
       x2="21.036427"
       y1="44.528019"
       x1="24.837126" /><linearGradient
       id="linearGradient3362-8-6-0-9-9"><stop
         offset="0"
         style="stop-color:#3465a4;stop-opacity:1"
         id="stop3364-4-5-78-9-0" /><stop
         offset="1"
         style="stop-color:#3465a4;stop-opacity:0"
         id="stop3366-7-6-6-4-7" /></linearGradient><linearGradient
       id="linearGradient3374-5-7-7-0-7"><stop
         offset="0"
         style="stop-color:#729fcf;stop-opacity:1"
         id="stop3376-8-6-4-2-5" /><stop
         offset="1"
         style="stop-color:#729fcf;stop-opacity:0"
         id="stop3378-6-7-4-9-2" /></linearGradient><radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient7153-0-1-9-75"
       id="radialGradient3508"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(5.2943491,0,0,5.2881329,-7.02204,58.291497)"
       cx="8.3046875"
       cy="1.1256332"
       fx="8.3046875"
       fy="1.1256332"
       r="2.0507698" /><linearGradient
       id="linearGradient7153-0-1-9-75"><stop
         offset="0"
         style="stop-color:#ffffff;stop-opacity:1"
         id="stop7155-8-7-3-9" /><stop
         offset="1"
         style="stop-color:#ffffff;stop-opacity:0"
         id="stop7157-5-7-7-7" /></linearGradient><radialGradient
       gradientTransform="matrix(5.2943491,0,0,5.2881329,-7.02204,58.291497)"
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient7153-0-1-9-75"
       id="radialGradient4001-9-6-9"
       fy="1.1256332"
       fx="8.3046875"
       r="2.0507698"
       cy="1.1256332"
       cx="8.3046875" /><linearGradient
       id="linearGradient7131-6-1-5-7"><stop
         offset="0"
         style="stop-color:#ffffff;stop-opacity:1"
         id="stop7133-4-5-2-6" /><stop
         offset="1"
         style="stop-color:#d3d7cf;stop-opacity:1"
         id="stop7135-6-9-5-0" /></linearGradient><radialGradient
       gradientTransform="matrix(0.7375073,0,0,0.7201806,2.4345312,0.6617371)"
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient7131-6-1-5-7"
       id="radialGradient3999-1-4-6"
       fy="1.7286602"
       fx="8.9057236"
       r="1.9952321"
       cy="1.7286602"
       cx="8.9057236" /><linearGradient
       id="linearGradient3471"><stop
         offset="0"
         style="stop-color:#3465a4;stop-opacity:1"
         id="stop3473" /><stop
         offset="1"
         style="stop-color:#3465a4;stop-opacity:0"
         id="stop3475" /></linearGradient><radialGradient
       gradientTransform="matrix(15.1803,0,0,5.0647752,-116.56897,28.614297)"
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient3362-8-6-0-9"
       id="radialGradient3997-3-3-4"
       fy="9.8424416"
       fx="10.28125"
       r="4.5250292"
       cy="9.8424416"
       cx="10.28125" /><linearGradient
       id="linearGradient3464"><stop
         offset="0"
         style="stop-color:#729fcf;stop-opacity:1"
         id="stop3466" /><stop
         offset="1"
         style="stop-color:#729fcf;stop-opacity:0"
         id="stop3468" /></linearGradient><radialGradient
       gradientTransform="matrix(2.2651111,0,0,2.2923498,16.215361,52.593597)"
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient3374-5-7-7-0"
       id="radialGradient3995-7-4-0"
       fy="7.8249326"
       fx="10.28125"
       r="4.5250292"
       cy="7.8249326"
       cx="10.28125" /><linearGradient
       id="linearGradient6979-9-2-2-8"><stop
         offset="0"
         style="stop-color:#888a85;stop-opacity:1"
         id="stop6981-9-9-0-8" /><stop
         offset="1"
         style="stop-color:#555753;stop-opacity:1"
         id="stop6983-0-3-6-6" /></linearGradient><linearGradient
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient6979-9-2-2-8"
       id="linearGradient3993-1-9-7"
       y2="10.934953"
       x2="39.421204"
       y1="28.5"
       x1="39.06765" /><linearGradient
       id="linearGradient7101-4-9-4-1"><stop
         offset="0"
         style="stop-color:#babdb6;stop-opacity:1"
         id="stop7103-0-4-31-0" /><stop
         offset="1"
         style="stop-color:#ffffff;stop-opacity:1"
         id="stop7105-6-8-4-3" /></linearGradient><linearGradient
       gradientUnits="userSpaceOnUse"
       xlink:href="#linearGradient7101-4-9-4-1"
       id="linearGradient3991-3-88-5"
       y2="21.041553"
       x2="21.036427"
       y1="44.528019"
       x1="24.837126" /><linearGradient
       id="linearGradient3362-8-6-0-9"><stop
         offset="0"
         style="stop-color:#3465a4;stop-opacity:1"
         id="stop3364-4-5-78-9" /><stop
         offset="1"
         style="stop-color:#3465a4;stop-opacity:0"
         id="stop3366-7-6-6-4" /></linearGradient><linearGradient
       id="linearGradient3374-5-7-7-0"><stop
         offset="0"
         style="stop-color:#729fcf;stop-opacity:1"
         id="stop3376-8-6-4-2" /><stop
         offset="1"
         style="stop-color:#729fcf;stop-opacity:0"
         id="stop3378-6-7-4-9" /></linearGradient><clipPath
       id="clipPath30"
       clipPathUnits="userSpaceOnUse"><path
         inkscape:connector-curvature="0"
         id="path32"
         d="m 0,1200 600,0 L 600,0 0,0 0,1200 z" /></clipPath><clipPath
       id="clipPath18-6"
       clipPathUnits="userSpaceOnUse"><path
         inkscape:connector-curvature="0"
         id="path20-00"
         d="m 0,1200 600,0 L 600,0 0,0 0,1200 z" /></clipPath><clipPath
       id="clipPath30-9"
       clipPathUnits="userSpaceOnUse"><path
         inkscape:connector-curvature="0"
         id="path32-0"
         d="m 0,1200 600,0 L 600,0 0,0 0,1200 z" /></clipPath><clipPath
       id="clipPath30-9-5"
       clipPathUnits="userSpaceOnUse"><path
         inkscape:connector-curvature="0"
         id="path32-0-5"
         d="m 0,1200 600,0 L 600,0 0,0 0,1200 z" /></clipPath><filter
       id="filter4204"
       inkscape:label="blur"><feGaussianBlur
         stdDeviation="0.5"
         id="feGaussianBlur4206" /></filter></defs><sodipodi:namedview
     pagecolor="#ffffff"
     bordercolor="#666666"
     borderopacity="1"
     objecttolerance="10"
     gridtolerance="10"
     guidetolerance="10"
     inkscape:pageopacity="0"
     inkscape:pageshadow="2"
     inkscape:window-width="1920"
     inkscape:window-height="1028"
     id="namedview3006"
     showgrid="false"
     inkscape:zoom="1.325087"
     inkscape:cx="321.45176"
     inkscape:cy="99.736703"
     inkscape:window-x="0"
     inkscape:window-y="0"
     inkscape:window-maximized="1"
     inkscape:current-layer="layer5"
     fit-margin-top="5"
     fit-margin-left="5"
     fit-margin-right="5"
     fit-margin-bottom="5" /><g
     inkscape:groupmode="layer"
     id="layer2"
     inkscape:label="bg"
     style="display:inline"
     transform="translate(-19.337124,-1.6288783)"><path
       d="m 665.24136,6.6288783 -304.92871,6e-7 c -5.33033,-6e-7 -9.69564,4.2898141 -9.69564,9.5316921 l -10e-6,192.756609 c 10e-6,5.24326 4.36531,9.5317 9.69565,9.53169 l 304.9287,0 c 5.33302,0 9.69564,-4.28842 9.69565,-9.5317 l -2e-5,-192.756599 c 2e-5,-5.241878 -4.36261,-9.5316929 -9.69562,-9.5316927 z"
       style="fill:#000000;stroke:none"
       id="path5996"
       inkscape:connector-curvature="0" /><path
       inkscape:connector-curvature="0"
       id="path4246"
       style="fill:#000000;fill-opacity:1;stroke:none"
       d="m 338.96148,6.6288791 -304.928706,6e-7 c -5.33033,-6e-7 -9.69564,4.2898143 -9.69564,9.5316923 l -10e-6,192.756608 c 10e-6,5.24326 4.36531,9.5317 9.69565,9.53169 l 304.928696,0 c 5.33302,0 9.69564,-4.28842 9.69565,-9.5317 l -2e-5,-192.756598 c 2e-5,-5.241878 -4.36261,-9.5316931 -9.69562,-9.5316929 z" /><path
       style="fill:#808080;display:inline;filter:url(#filter4204)"
       d="m 511.02317,168.94752 c -1.72898,-1.09649 -1.96864,-1.37104 -3.10863,-3.56148 -1.77861,-3.41756 -2.2639,-5.67812 -2.25529,-10.50574 0.004,-2.41265 -0.0769,-4.33432 -0.18028,-4.27038 -0.10345,0.0639 -1.15592,0.26641 -2.33885,0.44995 -1.78217,0.27651 -2.64808,0.24631 -5.05236,-0.17624 -4.84983,-0.85235 -5.53061,-1.42774 -4.76287,-4.02548 0.38724,-1.31033 0.42854,-1.34463 1.57797,-1.311 0.6492,0.019 2.11459,0.20176 3.25639,0.40614 1.14186,0.20438 2.62194,0.30887 3.28908,0.23219 1.13752,-0.13072 5.12564,-1.5477 5.62648,-1.99909 0.37363,-0.33672 1.41621,-7.11254 1.61322,-10.48455 0.11528,-1.97272 0.0466,-3.94987 -0.1849,-5.31982 -0.44381,-2.62673 -0.40419,-2.64407 -3.33345,1.45877 -2.31658,3.24472 -3.42025,5.48689 -4.58967,9.32414 -0.89456,2.93551 -1.62061,3.73098 -3.07268,3.36654 -1.33804,-0.33583 -1.57361,-0.71281 -1.57361,-2.51835 0,-3.25745 1.76351,-7.98468 4.46005,-11.95554 1.71576,-2.52655 5.06485,-9.084 4.90563,-9.60509 -0.0755,-0.24667 -0.35026,-0.95323 -0.61085,-1.57012 l -0.47377,-1.12162 -2.12223,0.056 c -2.73792,0.0722 -3.82266,-0.46593 -4.63326,-2.2984 -0.50036,-1.13119 -0.7283,-1.34547 -1.43401,-1.3482 -0.46149,-0.002 -1.4936,-0.2018 -2.2936,-0.4445 -1.35653,-0.41156 -1.50878,-0.40261 -2.26078,0.13285 -1.15863,0.82503 -2.16327,1.00356 -3.54838,0.63059 -1.61111,-0.43383 -2.75305,-1.79293 -2.75305,-3.27659 0,-2.02595 1.85783,-3.05098 4.46191,-2.4618 1.53686,0.34771 4.21004,0.10956 4.20763,-0.37484 0,-0.18266 -0.13567,-0.81442 -0.29941,-1.40392 l -0.29774,-1.0718 -2.39989,0.13893 c -2.78765,0.16137 -3.37319,-0.15542 -3.89942,-2.10969 -0.28458,-1.05692 -0.23807,-1.29875 0.44977,-2.338156 0.42196,-0.637633 0.76723,-1.208193 0.76723,-1.267908 0,-0.05972 -0.57186,-0.277555 -1.27078,-0.484077 -2.4856,-0.734416 -4.12723,-2.655792 -3.2117,-3.758941 0.3226,-0.388715 0.0385,-0.424343 -2.2839,-0.286496 -6.50358,0.386015 -15.94643,0.783474 -24.77885,1.042969 -5.2625,0.154612 -11.38468,0.478838 -13.6048,0.720505 -6.13948,0.668291 -10.25085,2.182981 -10.6091,3.908519 -0.0853,0.411022 -0.23071,1.106455 -0.32305,1.545405 -0.0923,0.43893 -0.0789,1.62952 0.0299,2.64575 l 0.19789,1.84768 1.17967,-0.40644 c 1.30531,-0.4497 2.1082,-0.21155 2.64059,0.78326 0.78527,1.46725 -0.0433,4.21337 -1.4344,4.75431 -1.64137,0.63824 -5.20071,0.71438 -8.58362,0.18365 -3.89431,-0.61098 -7.32667,-0.4748 -8.84139,0.35078 l -1.01768,0.5547 5.38212,0.0931 c 8.14352,0.14082 19.98246,-0.98543 23.4054,-2.22658 1.55323,-0.56318 2.21294,-1.70514 2.74052,-4.74365 0.51674,-2.97624 1.53352,-6.487846 2.05618,-7.101401 0.25825,-0.30318 0.862,-0.523264 1.43541,-0.523264 1.88344,0 2.19116,2.060359 1.17403,7.861605 -0.84148,4.79929 -1.42002,6.93484 -2.40645,8.88277 l -0.68137,1.34553 -3.54611,0.55946 c -8.16889,1.28875 -13.3154,2.94656 -15.90073,5.12195 -1.77587,1.49428 -3.7941,7.12568 -2.7787,7.75323 0.18451,0.11403 0.33247,0.0159 0.33247,-0.22051 0,-0.88676 2.15466,-4.68461 3.15711,-5.56476 2.16024,-1.89672 5.25906,-3.00517 8.41819,-3.01121 1.94198,-0.004 3.70568,0.53248 6.65667,2.02375 2.92414,1.47768 5.38957,5.38379 5.38957,8.53897 l 0,1.095 -3.58241,0 -3.58237,0 -0.19764,-0.82227 c -0.38515,-1.6025 -1.34083,-3.08429 -2.55779,-3.96585 -1.35717,-0.98311 -2.41418,-1.10858 -4.63285,-0.54991 -3.93989,0.99207 -5.61012,6.59468 -4.59577,15.41608 0.31406,2.73106 0.74643,3.76119 2.30074,5.48164 1.61775,1.79066 2.89613,2.4633 4.60825,2.42472 2.75277,-0.062 4.52777,-1.39577 5.46668,-4.10772 0.22257,-0.64289 0.52567,-1.16282 0.6736,-1.15538 0.14789,0.007 1.30816,0.12382 2.57834,0.25864 1.27017,0.13483 2.65729,0.15782 3.08248,0.0511 1.51501,-0.38024 3.32236,-2.46116 4.77939,-5.50284 0.76238,-1.59148 1.66983,-3.19786 2.01659,-3.56973 0.89298,-0.95767 2.6068,-1.3516 6.05154,-1.39099 1.64453,-0.0188 3.17224,-0.14986 3.39495,-0.29122 0.6666,-0.42312 1.52505,-2.63932 1.53208,-3.95524 0.0113,-2.14286 -1.8371,-3.73986 -4.37331,-3.77819 -1.77561,-0.0268 -2.62395,0.49512 -3.46694,2.13323 l -0.71036,1.38038 -2.82283,0 -2.8228,0 0.0577,-1.71246 c 0.18554,-5.50315 5.33757,-9.41073 10.75218,-8.155 2.273,0.52714 3.39559,1.06975 5.10788,2.46891 2.65157,2.16669 3.31841,4.20201 3.50607,10.70097 0.11523,3.99076 0.0612,4.8477 -0.35005,5.54373 -0.43679,0.73946 -0.44023,0.89425 -0.0334,1.5202 0.24904,0.3833 0.69139,1.41925 0.98301,2.30211 0.61159,1.85161 0.49743,3.3407 -0.48254,6.29523 -0.92875,2.80007 -3.70149,5.30348 -7.21471,6.51388 -1.85568,0.63933 -4.83956,0.0579 -6.87681,-1.34003 -2.34888,-1.61177 -4.52221,-3.97019 -4.93828,-5.3589 -0.71307,-2.37998 -0.45682,-2.6311 2.80866,-2.75245 2.11954,-0.0788 2.12477,-0.077 2.72093,0.91766 0.32856,0.54812 1.35875,1.45102 2.28941,2.00645 1.62979,0.97273 1.7409,0.99621 3.01993,0.63809 1.51061,-0.42294 2.03851,-0.90761 2.69196,-2.47158 0.57803,-1.38342 0.58641,-2.92945 0.0232,-4.27741 -0.53513,-1.28075 -2.9224,-2.51626 -4.87063,-2.52074 -1.24234,-0.003 -1.27078,-0.0254 -1.27078,-1.00771 0,-0.55263 -0.0873,-1.64134 -0.1939,-2.41934 l -0.19388,-1.41458 -1.3759,0.20632 c -0.75674,0.11347 -1.62604,0.34017 -1.93174,0.50376 -0.30574,0.16361 -1.21218,1.69946 -2.01435,3.41299 -1.60208,3.42226 -3.33395,5.4806 -5.10237,6.06423 -0.90743,0.29948 -1.08534,0.52864 -1.41799,1.82655 -0.5151,2.00986 -2.42365,4.87941 -3.89127,5.85063 -1.53265,1.01425 -4.84876,2.22385 -6.09347,2.22268 -0.52699,-6e-4 -2.35372,-0.27186 -4.05936,-0.60302 -2.8694,-0.55709 -3.20862,-0.69869 -4.53866,-1.8945 -2.67672,-2.40659 -3.2854,-3.32827 -3.98242,-6.03026 -0.64304,-2.49287 -1.19939,-11.77589 -0.84108,-14.03439 0.21893,-1.37984 0.18396,-2.05472 -0.15489,-2.99006 -0.97539,-2.69251 0.37308,-6.94334 2.94771,-9.29212 0.71447,-0.65179 2.10621,-1.54138 3.09272,-1.97686 0.98654,-0.43547 2.13009,-0.94119 2.54123,-1.12383 0.5531,-0.2457 -5.93987,-0.30679 -24.96708,-0.23489 -14.14303,0.0534 -26.03824,0.0179 -26.43381,-0.079 -0.39557,-0.0969 -0.81791,-0.37492 -0.93855,-0.61786 -0.12063,-0.24294 -0.56052,-1.11448 -0.97753,-1.93674 -1.99405,-3.93189 -3.20872,-9.89942 -4.3843,-21.539517 -0.72797,-7.208017 -0.77088,-13.168615 -0.15379,-21.367973 0.48941,-6.502803 0.82995,-9.301028 1.35871,-11.16424 0.46983,-1.655557 1.78113,-2.125231 7.16021,-2.56458 2.38458,-0.194764 6.21934,-0.544525 8.5217,-0.777241 14.11519,-1.426714 20.84834,-1.789812 33.18976,-1.789812 13.49218,0 14.50598,0.09284 19.90405,1.822661 3.96086,1.269261 5.07223,2.367767 5.05779,4.99921 -0.004,0.523765 0.22214,2.604329 0.49997,4.623475 0.35164,2.555019 0.41012,3.766254 0.19247,3.983919 -0.45607,0.456075 -3.53223,0.462202 -4.07935,0.0081 -0.2532,-0.21012 -0.94321,-1.831204 -1.53339,-3.602405 -1.36679,-4.101753 -1.73135,-4.509324 -4.0334,-4.509324 -2.21513,0 -3.36199,0.83435 -3.8588,2.807267 -0.47109,1.870856 -1.73588,2.873862 -3.62403,2.873862 -1.24709,0 -1.55175,-0.126288 -2.21967,-0.920065 -0.74226,-0.882091 -0.91218,-1.311966 -1.17286,-2.967026 -0.0648,-0.411131 -0.13129,0.127084 -0.14785,1.196032 -0.0385,2.481734 0.96375,5.542891 2.08413,6.365585 0.43446,0.319022 1.37633,0.693328 2.09305,0.831789 0.71672,0.138465 8.23262,0.260381 16.70199,0.270933 15.6207,0.01947 21.82826,0.255693 26.86126,1.022242 l 2.7912,0.425119 1.02512,-1.134665 c 1.2727,-1.408708 2.12596,-1.591186 4.64636,-0.993666 l 1.98469,0.47052 1.03361,-0.788364 c 0.66167,-0.504682 1.41005,-0.788364 2.07983,-0.788364 1.23187,0 4.08066,0.932016 5.46622,1.788335 0.54836,0.338892 1.49498,0.603719 2.15806,0.603719 1.88791,0 4.1684,0.809026 4.86443,1.725694 0.34071,0.448725 1.20628,1.56691 1.92345,2.484852 0.71719,0.917945 1.6645,2.213775 2.10512,2.879627 0.74925,1.132193 0.90961,1.219632 2.47441,1.349398 2.37943,0.19732 3.10557,1.444897 2.04018,3.505156 -0.42217,0.816336 -0.40988,0.859456 0.29521,1.036424 1.14678,0.287821 1.75095,1.455836 1.54192,2.980888 -0.16233,1.18422 -0.11093,1.32525 0.60121,1.649723 0.76498,0.348543 0.77539,0.394139 0.59027,2.584277 -0.15288,1.808499 -0.10884,2.229481 0.23323,2.229481 0.65838,0 2.19312,1.698028 2.40448,2.660298 0.14225,0.647629 -0.21684,1.924796 -1.41349,5.027396 l -1.60417,4.1592 1.10463,-0.0181 c 0.77798,-0.0127 1.33688,-0.2504 1.89019,-0.80381 1.53636,-1.53663 3.76719,-1.33478 3.76719,0.34086 0,1.26955 -1.09035,1.90538 -2.95942,1.72578 l -1.45467,-0.13977 -0.58737,1.27676 -0.58736,1.27676 0.85076,1.4736 c 0.46794,0.81048 1.86161,2.3927 3.09708,3.51604 1.966,1.78759 2.53502,2.12865 4.55995,2.73333 4.79919,1.43312 5.06912,1.44417 8.71524,0.35672 1.05409,-0.31438 2.16065,-0.49411 2.45904,-0.39941 1.42649,0.45275 2.48098,3.47587 1.65314,4.73934 -0.52586,0.80258 -1.79906,1.15934 -6.02866,1.68931 -3.42884,0.42964 -5.76698,0.0689 -8.75667,-1.35084 l -2.2223,-1.05537 0.20742,0.82301 c 0.41116,1.63156 0.73436,5.94038 0.56638,7.55066 -0.26376,2.52819 -1.2181,5.53069 -2.81838,8.86711 -1.7084,3.56181 -3.11574,4.98216 -7.34405,7.41196 l -2.65593,1.52623 0.0207,3.73039 c 0.0153,2.76173 0.16191,4.15743 0.56486,5.37494 0.75233,2.27297 2.08653,4.86826 3.10608,6.04194 1.16397,1.33992 1.54111,2.12491 1.54111,3.20761 0,2.2116 -2.4094,2.78595 -4.94402,1.17855 z m 3.76823,-0.5987 c 0.4166,-0.77847 0.15007,-1.43839 -1.3928,-3.44825 -3.97763,-5.18154 -4.62678,-10.8095 -2.5987,-22.53034 1.00708,-5.82023 1.11134,-6.93307 1.10623,-11.80795 -0.005,-5.0272 -0.5119,-10.01674 -1.01704,-10.01674 -0.11514,0 -0.37397,0.54931 -0.57512,1.22069 -0.20114,0.67138 -0.61278,1.62693 -0.91475,2.12348 -0.43815,0.7205 -0.48974,1.09288 -0.25541,1.84414 0.1615,0.51773 0.36647,2.82508 0.45551,5.12743 0.18431,4.76496 -0.17653,7.82545 -1.92121,16.29588 -1.66917,8.10385 -1.4367,12.29304 0.95417,17.1929 1.29759,2.65932 1.52822,2.93065 3.28452,3.86449 1.76124,0.93646 2.4286,0.96763 2.8746,0.13427 z m -47.0476,-14.91811 c 2.87666,-1.43749 4.39026,-3.05342 5.13554,-5.48278 0.78934,-2.57289 0.7947,-4.21222 0.0206,-6.28135 l -0.60834,-1.62592 -1.13805,0.15265 c -0.97051,0.13017 -1.22961,0.0363 -1.75995,-0.63795 -0.48962,-0.62245 -0.56841,-0.97705 -0.3705,-1.66719 0.24099,-0.84026 0.18735,-0.9062 -1.29455,-1.59095 -1.21436,-0.56113 -1.89866,-0.68671 -3.19047,-0.58549 l -1.64452,0.12887 0.10032,1.58568 0.10034,1.58568 1.32904,0.14981 c 1.87996,0.2119 4.0168,1.39364 4.73089,2.61636 1.41948,2.43049 0.32195,6.62236 -2.09208,7.99042 -1.82249,1.0328 -3.28471,0.89911 -5.44629,-0.49798 -1.00042,-0.64661 -1.96788,-1.45394 -2.14991,-1.79404 -0.27778,-0.51906 -0.61739,-0.61838 -2.11446,-0.61838 -1.93697,0 -2.05702,0.13879 -1.4655,1.69455 0.33358,0.87736 2.04363,2.63493 4.00182,4.11299 2.53528,1.91362 5.06465,2.15994 7.85616,0.76502 z m -23.82222,-0.48038 c 1.31611,-0.6194 2.28626,-1.33546 2.95741,-2.18286 1.10316,-1.39285 2.50078,-4.53514 2.16617,-4.87016 -0.11719,-0.11734 -0.95642,-0.30071 -1.86497,-0.40749 -1.60598,-0.18875 -1.66254,-0.17034 -2.03451,0.66184 -1.23932,2.77275 -3.02401,4.18 -5.70356,4.49735 -1.96713,0.23298 -3.32842,-0.28959 -5.19261,-1.99336 -2.36795,-2.16419 -3.06846,-3.85153 -3.51374,-8.46363 -0.33708,-3.49146 -0.45859,-3.97457 -1.39158,-5.53163 -1.84242,-3.07483 -1.88303,-3.05242 -1.88303,1.03875 0,4.4031 0.45817,9.21865 1.09679,11.52751 0.39678,1.43454 0.81019,2.05413 2.53534,3.79993 1.59857,1.61773 2.31152,2.12725 3.17638,2.2701 0.61336,0.10131 1.65338,0.30092 2.3112,0.44357 2.37181,0.51434 5.22088,0.20776 7.34071,-0.78992 z m 60.32665,-3.14128 c 1.76986,-0.42654 1.97525,-0.64893 2.40109,-2.59995 0.44926,-2.05812 0.44597,-2.29868 -0.026,-1.91238 -0.20556,0.16821 -1.24834,0.66026 -2.3173,1.09344 -2.2706,0.92014 -5.046,1.04192 -7.9212,0.34755 -0.98537,-0.23797 -1.83763,-0.38661 -1.89394,-0.33032 -0.0562,0.0562 -0.17473,0.64208 -0.26321,1.30173 -0.15881,1.18383 -0.14589,1.20324 0.99692,1.49905 3.79415,0.98209 6.65235,1.17242 9.02379,0.60088 z m 10.91621,-4.10409 c 2.15785,-1.41722 3.89842,-3.66883 5.12647,-6.63159 2.26618,-5.46734 2.77739,-9.42446 1.81103,-14.01841 -0.63001,-2.99494 -3.20835,-8.06187 -6.21262,-12.20903 l -1.13731,-1.56997 -1.5083,0.76431 c -1.06115,0.53773 -1.42776,0.87019 -1.23658,1.12146 2.65689,3.49238 3.82042,5.38548 5.08952,8.28083 1.7654,4.02767 2.29338,6.74407 2.10166,10.81287 -0.10895,2.31278 -0.27614,3.07419 -0.97405,4.43648 -1.80782,3.52881 -3.7815,5.96136 -5.59567,6.89656 -1.12361,0.57923 -1.18574,0.71457 -1.60606,3.4984 l -0.19256,1.27523 1.59682,-0.95395 c 0.87828,-0.52466 2.11021,-1.2911 2.73765,-1.70319 z m -1.15772,-4.61001 c 0.83156,-0.8674 2.10108,-2.69864 2.82112,-4.06939 1.30131,-2.47733 1.3093,-2.5114 1.32969,-5.67382 0.0113,-1.74984 -0.15262,-3.96738 -0.36422,-4.92786 -0.49919,-2.26596 -3.01187,-7.89478 -4.2767,-9.58055 -0.54341,-0.72427 -1.13494,-1.56308 -1.31449,-1.86402 -0.26349,-0.44161 -0.36455,-0.11604 -0.52384,1.68726 -0.15488,1.75354 -0.0665,2.74926 0.41054,4.62649 0.8941,3.51826 1.13011,11.69637 0.47025,16.29587 -0.27132,1.89122 -0.56805,3.80861 -0.6594,4.26086 -0.25458,1.26015 0.40013,1.02561 2.10705,-0.75484 z m -14.16396,-2.908 c 1.40021,-4.07824 2.29294,-5.79333 4.87827,-9.37241 3.73723,-5.17369 4.03261,-5.6782 4.93406,-8.42712 0.9543,-2.91014 1.41729,-6.03065 0.98851,-6.66264 -0.2128,-0.31363 -0.54445,-0.25683 -1.65733,0.28384 -1.28783,0.62568 -1.39128,0.75925 -1.39128,1.79607 0,1.36209 -4.02278,9.43903 -6.76873,13.59031 -2.02958,3.06823 -3.24447,6.04657 -3.72205,9.12443 -0.39417,2.54067 -0.25275,3.02845 0.84138,2.90187 0.75302,-0.0871 0.90634,-0.34852 1.89717,-3.23435 z m -28.984,0.27779 c -0.84071,-0.68695 -1.23764,-0.73353 -1.23764,-0.14524 0,0.64117 1.24539,1.43423 1.63234,1.03949 0.2168,-0.22118 0.0971,-0.49241 -0.3947,-0.89425 z m 1.91702,-1.00066 c 0.10543,-0.56204 0.0779,-1.22376 -0.0612,-1.47051 -0.21453,-0.38055 -0.37682,-0.34182 -1.0696,0.25522 l -0.81667,0.70386 0.66716,0.76125 c 0.87831,1.00213 1.05179,0.96827 1.28033,-0.24982 z m -1.26171,-2.46889 c 1.50152,-2.13033 1.38165,-7.01467 -0.24089,-9.81504 -1.89372,-3.26846 -6.87778,-5.34213 -10.44154,-4.34434 -2.04595,0.57283 -4.53847,2.94695 -5.10826,4.8656 -0.72141,2.42928 -0.63776,2.8088 0.66669,3.0244 2.47674,0.40939 2.98918,0.28057 3.3606,-0.84481 1.10504,-3.34833 6.31391,-3.73505 8.79462,-0.65293 0.81782,1.01609 0.92037,1.35386 0.87558,2.88374 -0.0488,1.66781 -0.58922,3.19258 -1.50051,4.23384 -0.38828,0.44371 -0.30043,0.5735 0.85834,1.26779 0.71002,0.4254 1.42548,0.73053 1.58993,0.67806 0.16446,-0.0525 0.67989,-0.63582 1.14544,-1.29631 z m -40.76383,-1.63203 c 0,-0.96236 1.46384,-5.05686 2.15488,-6.02731 0.7343,-1.03122 3.083,-2.17646 5.04329,-2.45911 2.43125,-0.35056 4.95735,1.26595 6.2324,3.98824 l 0.69766,1.4895 2.57883,0.12187 c 1.41837,0.067 2.62495,0.0901 2.68129,0.0513 0.28223,-0.19443 -1.01091,-3.67972 -1.78013,-4.79772 -1.12517,-1.63536 -2.29259,-2.50047 -4.90626,-3.6358 -2.79494,-1.21406 -4.6355,-1.43566 -6.96582,-0.83866 -4.60031,1.17855 -6.46321,2.97233 -8.13588,7.83409 l -0.52671,1.53081 1.23897,1.80644 c 1.2427,1.81188 1.68748,2.05867 1.68748,0.93633 z m 104.62682,-8.95469 c 3.35659,-0.44502 4.0348,-0.89936 3.60091,-2.41225 -0.53049,-1.84977 -0.80109,-1.92796 -4.00283,-1.15674 -3.20105,0.77106 -3.89947,0.71095 -8.67948,-0.74705 -2.40551,-0.73372 -2.66594,-0.90032 -5.04141,-3.2251 -2.00747,-1.96465 -2.7418,-2.93898 -3.69818,-4.90672 -0.90616,-1.86446 -1.27688,-2.37173 -1.54059,-2.10799 -0.5404,0.54036 -0.4325,0.85948 0.87285,2.58125 1.4152,1.86668 3.89538,6.1127 4.67127,7.99711 0.44456,1.07975 0.84661,1.47284 2.33126,2.27945 0.98673,0.53607 2.26498,1.15128 2.84057,1.36712 1.20701,0.4526 4.35396,0.93145 5.23262,0.7962 0.32891,-0.0506 1.86476,-0.26 3.41301,-0.46528 z m -28.67909,-8.72434 c 0,-0.75381 -0.0831,-0.83447 -0.67276,-0.65322 -0.9315,0.28633 -0.92293,0.26024 -0.48448,1.47277 0.35476,0.98108 0.42963,1.0355 0.77496,0.56324 0.21026,-0.28751 0.38228,-0.90977 0.38228,-1.38279 z m -92.64505,-1.26782 -0.10243,-1.64495 -8.56876,-0.006 c -10.54263,-0.007 -16.02413,-0.49892 -17.64953,-1.58288 -1.39249,-0.92863 -3.82032,-4.93903 -4.85267,-8.01587 -0.5818,-1.734 -1.10816,-2.66474 -2.08905,-3.693934 -0.72121,-0.756724 -1.47664,-1.673396 -1.67877,-2.037051 -0.36337,-0.65378 -0.36761,-0.652117 -0.37809,0.148014 -0.0148,1.127629 1.3935,9.635111 1.89535,11.450071 0.58142,2.10266 1.60957,4.58986 2.29564,5.55336 0.32039,0.44995 0.58253,0.96552 0.58253,1.14571 0,0.23319 4.41594,0.32771 15.32411,0.328 l 15.3241,3e-4 -0.10243,-1.64495 z m 25.13251,1.33184 c 3.77685,-0.38338 5.32352,-0.91775 6.4849,-2.24051 0.81535,-0.92865 1.51939,-2.63739 1.52361,-3.69793 0.004,-0.34661 -0.0899,-0.34016 -0.52159,0.0369 -0.74719,0.65261 -2.12298,1.02821 -6.2044,1.69377 -6.12365,0.9986 -10.49887,1.32927 -17.93304,1.35532 l -7.16879,0.0251 -0.2579,0.74752 c -0.15755,0.45664 -0.13421,1.06747 0.06,1.56979 l 0.31788,0.82227 10.31141,0 c 5.67126,0 11.69586,-0.14054 13.38794,-0.3123 z m 9.39563,-1.33442 c 0.41998,-0.12619 1.78424,-3.66429 2.18969,-5.67896 1.52338,-7.56931 1.68966,-8.859771 1.31951,-10.240985 -0.18774,-0.70054 -1.3928,-0.959963 -1.75286,-0.377342 -0.5038,0.815151 -1.72306,7.088287 -2.39726,12.333997 -0.11386,0.88581 -0.56006,1.97833 -1.19082,2.91564 l -1.00876,1.499 1.25077,-0.17476 c 0.68796,-0.0961 1.4033,-0.22059 1.58973,-0.27659 z m 57.12854,-0.32662 c 0.95267,-0.27692 3.36626,-1.27589 5.36353,-2.21989 3.34475,-1.58085 3.69581,-1.82619 4.44668,-3.10742 1.04966,-1.79114 3.73644,-8.67389 3.73644,-9.571733 0,-0.886865 -1.08209,-2.264064 -1.77894,-2.264064 -0.69061,0 -1.80648,2.514198 -1.81613,4.092027 -0.0158,2.56824 -4.12034,7.86666 -8.5147,10.99117 -3.14289,2.23467 -5.2465,2.54783 -7.19766,1.07149 -0.64601,-0.48879 -1.33573,-0.89245 -1.53274,-0.89702 -0.63665,-0.0147 0.20167,1.75978 1.06266,2.24951 0.96413,0.54837 3.67615,0.39862 6.23086,-0.34407 z m -2.22596,-1.03246 c 0.6167,-0.17127 1.11581,-0.40599 1.10911,-0.52159 -0.007,-0.11561 -0.38826,-0.64962 -0.84799,-1.18669 l -0.83581,-0.9765 -1.60594,0.70875 -1.6059,0.70873 1.18311,0.77342 c 1.40423,0.91797 1.20942,0.881 2.60342,0.49388 z m -88.58078,-1.46671 c 0,-0.15752 0.57992,-0.62625 1.2887,-1.04162 1.98437,-1.16293 5.07261,-1.48602 8.82159,-0.92293 3.53631,0.53115 7.64466,0.5947 8.95329,0.1385 1.52482,-0.53155 2.12558,-3.21519 0.89254,-3.98703 -0.74067,-0.46363 -2.0584,0.32744 -2.34741,1.40924 -0.4016,1.50311 -0.76441,1.70018 -3.12995,1.70018 l -2.19238,0 -0.2026,-1.07994 c -0.41523,-2.21343 0.97509,-11.266245 1.9854,-12.927598 1.11885,-1.839805 5.94961,-3.400453 12.15454,-3.926696 2.10456,-0.17849 5.64295,-0.528794 7.86307,-0.77845 2.22013,-0.249658 8.04119,-0.560916 12.9357,-0.691681 4.89452,-0.130767 8.98717,-0.325809 9.09479,-0.433425 0.65575,-0.655749 -25.69473,0.344201 -34.65109,1.314943 -6.75058,0.731667 -12.2867,3.143948 -15.65982,6.823531 -0.84835,0.925426 -2.86107,3.431786 -4.47273,5.569676 -5.17202,6.86082 -5.01318,6.73676 -8.65954,6.76475 -3.00547,0.0231 -3.24479,-0.37134 -1.65018,-2.71951 1.41058,-2.07718 1.42427,-2.70091 0.0975,-4.44446 -1.06616,-1.40103 -2.27336,-2.05137 -4.55074,-2.451551 -2.12635,-0.37365 -2.44981,-0.293193 -7.65063,1.903291 -0.98672,0.41673 -2.71542,0.91741 -3.84155,1.11262 -1.9527,0.33849 -2.14382,0.31714 -4.12815,-0.46139 -1.14437,-0.44897 -2.1418,-0.75517 -2.21655,-0.68044 -0.39068,0.39069 2.06327,5.46876 3.67585,7.60659 0.39361,0.52184 1.12246,1.09059 1.61965,1.26392 0.83937,0.29261 5.29539,0.81381 8.77784,1.02669 3.94748,0.24133 17.19289,0.17414 17.19289,-0.0873 z m 91.29149,-0.0511 c 0.3592,-0.18559 0.88306,-0.53783 1.16413,-0.78277 0.47623,-0.41505 0.45096,-0.50539 -0.37161,-1.32795 -0.93694,-0.93693 -1.40946,-0.93942 -2.60011,-0.0138 l -0.66669,0.51832 0.7631,0.97178 c 0.86554,1.10223 0.83063,1.08928 1.71118,0.63434 z m -15.47961,-0.38309 c 0.5688,-0.41593 0.56867,-0.43004 -0.009,-1.06804 -0.32182,-0.3556 -0.60053,-1.00688 -0.61937,-1.44729 -0.0292,-0.68389 -0.20999,-0.83841 -1.23863,-1.05881 -2.47324,-0.52997 -3.64373,1.38547 -1.90758,3.12163 0.98598,0.98597 2.7547,1.19803 3.77425,0.45251 z m 9.70409,-0.83536 c 0.90449,-0.34733 2.63348,-1.29532 3.84217,-2.10664 2.95697,-1.98483 9.50115,-7.25009 10.04191,-8.07945 0.92853,-1.424059 2.32248,-5.167041 2.47512,-6.646129 0.13545,-1.312306 0.0764,-1.585148 -0.38141,-1.760808 -0.58435,-0.224231 -2.09084,1.245092 -3.64394,3.554027 -1.22881,1.82681 -4.12728,4.88078 -6.54873,6.90004 -2.93984,2.45155 -7.8332,5.47557 -9.75094,6.02591 -0.94989,0.27259 -1.89517,0.80225 -2.40307,1.34648 -0.4605,0.49341 -0.79687,0.9353 -0.74751,0.98194 0.0494,0.0467 0.69522,0.22338 1.43526,0.39274 1.71607,0.3927 3.59999,0.19105 5.68114,-0.60811 z m 18.05792,-0.41212 c 0.30403,-0.79233 0.20421,-1.32108 -0.24938,-1.32108 -0.58643,0 -0.76907,0.36898 -0.56637,1.14414 0.19991,0.7645 0.56028,0.84266 0.81575,0.17694 z m -22.57125,-2.50709 c 2.54084,-0.9021 4.58144,-2.0923 4.39961,-2.56611 -0.0827,-0.21533 -0.24066,-0.87349 -0.35118,-1.46257 -0.11052,-0.58908 -0.29467,-1.12899 -0.40925,-1.19981 -0.11459,-0.0709 -1.31032,0.21605 -2.65716,0.63748 -2.6762,0.83737 -2.72096,0.90275 -2.00141,2.92292 0.47573,1.33552 0.20399,1.95597 -0.85781,1.95875 -1.07346,0.003 -2.87868,0.60521 -2.87868,0.96061 0,0.18489 0.23277,0.59337 0.51727,0.90774 0.50502,0.55808 0.53992,0.5469 1.47453,-0.47297 0.60943,-0.66498 1.61383,-1.27765 2.76408,-1.68604 z m 14.14368,0.97583 c 1.26193,-1.23225 1.34831,-1.57663 0.65921,-2.62832 l -0.47464,-0.7244 -1.75522,1.40454 -1.75526,1.40454 0.79081,0.82542 c 0.43493,0.45399 0.92815,0.82542 1.09601,0.82542 0.16786,0 0.81545,-0.49825 1.43909,-1.1072 z m -99.16834,-0.51939 c 0.82358,-0.53962 3.18039,-3.44513 5.98858,-7.3828 1.09881,-1.540758 2.55229,-3.390009 3.22996,-4.109449 2.27082,-2.41079 6.25755,-4.65121 10.43007,-5.861389 2.19124,-0.635545 3.50986,-1.708576 3.50986,-2.8562 0,-0.469038 -0.11081,-0.921283 -0.24625,-1.004989 -0.408,-0.25215 -5.63745,0.691528 -8.01354,1.446072 -2.6706,0.848073 -6.05119,2.798937 -7.45591,4.302631 -1.5949,1.707289 -11.32334,14.324414 -12.23596,15.869234 -0.20831,0.35261 0.10395,0.39149 1.92092,0.23916 1.19332,-0.10004 2.48584,-0.38906 2.87227,-0.64227 z m 112.10152,0.0274 c 0.30325,-0.22173 0.45557,-0.55811 0.33851,-0.74751 -0.37813,-0.61182 -1.83008,-0.38402 -2.56958,0.40315 l -0.70227,0.74751 1.191,0 c 0.65506,0 1.43912,-0.18142 1.74234,-0.40315 z m -92.09468,-0.0821 c 0.42589,-0.16341 0.46204,-0.63088 0.29477,-3.81233 -0.25087,-4.771577 0.0307,-5.663278 2.19671,-6.957633 3.43458,-2.052384 7.93939,-2.688453 21.88964,-3.090775 12.03755,-0.347168 23.384,-0.847432 28.55515,-1.258999 2.30235,-0.183245 5.3298,-0.413649 6.72765,-0.512014 1.4248,-0.100264 2.52248,-0.310226 2.49814,-0.477852 -0.0716,-0.493035 -3.59556,-1.62763 -6.51381,-2.097226 -2.4119,-0.388113 -3.39976,-0.387127 -8.40373,0.0084 -3.11879,0.24652 -9.23618,0.583793 -13.5942,0.7495 -8.13028,0.309141 -12.05176,0.561601 -20.60318,1.326412 -6.40062,0.572449 -7.2298,0.701525 -9.89551,1.54037 -3.53069,1.111044 -4.05172,1.540457 -4.7496,3.914644 -0.62134,2.113753 -1.23053,6.741133 -1.23053,9.346953 l 0,1.50682 1.17157,0 c 0.64435,0 1.38999,-0.0839 1.65693,-0.18627 z m 82.85187,-4.36764 c 1.15763,-1.76242 0.87029,-1.86614 -1.05842,-0.38204 -1.78979,1.37721 -1.79067,1.37867 -1.29297,2.13825 l 0.49803,0.7601 0.56037,-0.70049 c 0.30821,-0.38527 0.89005,-1.20239 1.29299,-1.81582 z m -9.98318,-0.46493 c 0.69716,-0.63397 0.75849,-0.83136 0.49403,-1.59008 -0.1661,-0.47644 -0.47953,-0.86626 -0.69649,-0.86626 -0.4401,0 -3.13508,1.10915 -3.13508,1.29028 0,0.0635 0.14639,0.57289 0.32531,1.13191 0.17895,0.55901 0.37837,1.18927 0.44313,1.40057 0.13504,0.44043 1.212,-0.13238 2.5691,-1.36643 z m -92.68023,-2.84618 c 1.03575,-1.283358 2.66222,-3.436208 3.61437,-4.7841 0.95217,-1.347901 2.2545,-3.011056 2.89407,-3.695904 2.35007,-2.516412 8.0908,-5.124508 12.41814,-5.641727 2.06518,-0.246839 2.46893,-0.410522 1.90069,-0.770569 -0.67402,-0.427085 -2.42243,-0.300453 -4.9177,0.356172 -3.20751,0.844054 -7.45191,0.884511 -8.84584,0.08432 -1.15662,-0.663978 -2.33999,-2.781362 -2.33999,-4.18694 0,-0.976048 0.87945,-1.965216 2.08835,-2.348907 0.45344,-0.143919 0.2684,-0.432194 -1.11153,-1.731616 -1.43857,-1.354638 -2.88524,-3.115348 -7.14878,-8.700603 -0.51664,-0.676796 -1.34786,-2.135902 -1.84714,-3.242448 -0.88857,-1.96929 -0.89622,-2.026214 -0.36072,-2.687514 0.46744,-0.577281 0.89064,-0.691214 2.90781,-0.782817 1.75874,-0.07989 2.44905,-8.43e-4 2.70707,0.310088 0.19047,0.229519 1.39509,2.052356 2.67691,4.050767 3.83179,5.973887 8.78889,10.822589 11.99575,11.733444 3.0813,0.875181 9.18071,1.16787 26.66418,1.279514 9.78499,0.06249 17.25268,0.0044 16.59487,-0.12904 -0.65782,-0.133456 -8.56504,-0.587701 -17.57161,-1.009432 -9.00656,-0.421735 -17.49692,-0.948313 -18.86745,-1.170172 -2.89507,-0.468652 -5.52953,-1.616306 -6.58231,-2.867471 -1.05131,-1.249406 -1.50292,-3.721897 -1.51776,-8.30915 -0.0113,-3.550766 0.0478,-4.030191 0.5438,-4.393012 0.66094,-0.483525 3.46302,-0.881506 4.31118,-0.612322 0.85035,0.269892 2.13679,2.348011 2.43212,3.92882 0.32803,1.755968 1.03723,2.5207 2.33757,2.5207 1.24151,0 2.77124,-1.367977 2.77124,-2.478235 0,-0.827138 0.92359,-2.131685 1.89196,-2.672296 0.35728,-0.199454 1.38963,-0.434067 2.29413,-0.521369 l 1.64454,-0.158734 -0.82706,-0.560773 c -2.64008,-1.790124 -13.09462,-2.414754 -25.96142,-1.551123 -3.52071,0.236309 -9.09236,0.512224 -12.38143,0.613132 -6.34389,0.194637 -14.80034,1.078952 -17.42952,1.822644 -2.07913,0.588112 -3.7751,2.124515 -4.36648,3.955662 -1.48876,4.6098 -2.13098,13.752618 -1.66319,23.6776 0.3147,6.677216 0.69881,10.031125 1.22085,10.660141 0.48243,0.58129 4.20454,1.8986 5.3508,1.89373 1.56184,-0.007 4.60734,-0.79617 6.21654,-1.61162 0.78503,-0.397795 2.21158,-0.951261 3.17013,-1.229916 2.76902,-0.804985 6.03114,0.008 8.168,2.035606 0.53137,0.50421 1.12405,1.39522 1.31706,1.98003 l 0.35092,1.06328 0.68686,-0.89222 c 0.37776,-0.49073 1.53428,-1.94226 2.57002,-3.22562 z m 81.61694,2.65029 c 2.72201,-0.53423 7.82648,-2.19245 10.54908,-3.426924 2.24204,-1.016603 5.55337,-3.02414 6.42372,-3.894474 0.3029,-0.302911 1.37624,-1.11132 2.38517,-1.796482 1.86575,-1.26702 3.12406,-2.810227 3.47806,-4.26552 0.15255,-0.627173 0.0263,-0.97731 -0.56624,-1.569786 -0.41941,-0.419408 -0.8696,-0.757456 -1.00041,-0.751217 -0.13081,0.0063 -0.59966,0.53473 -1.0419,1.174416 -0.93943,1.35895 -4.05398,4.026534 -6.82512,5.845686 -3.58108,2.35086 -6.92563,3.385676 -13.08041,4.047154 -3.26979,0.351414 -3.39304,0.391326 -4.26085,1.379703 -0.99596,1.134324 -1.12301,2.031524 -0.42818,3.023524 0.55403,0.79099 1.31973,0.832 4.36708,0.23392 z m 14.42619,-2.6799 c 0.99369,-0.87569 1.40931,-1.445964 1.28672,-1.765442 -0.15231,-0.396923 -0.46547,-0.303153 -1.96995,0.589809 -1.67429,0.993777 -1.76797,1.107553 -1.46298,1.776943 0.17923,0.39334 0.40519,0.71 0.50212,0.70368 0.0969,-0.007 0.83677,-0.59357 1.64409,-1.30499 z M 381.20038,93.933927 c -0.62328,-6.865885 -0.36821,-19.642499 0.48197,-24.141996 1.49514,-7.91292 2.42088,-8.692262 11.78942,-9.925014 2.52349,-0.332046 8.18662,-0.734336 12.7599,-0.906408 4.52247,-0.170164 8.82817,-0.376545 9.56821,-0.458615 10.85059,-1.203337 25.65328,-0.443482 28.4808,1.461983 1.52156,1.025377 3.05746,3.627658 4.10612,6.956968 1.0148,3.221833 1.15808,3.37819 3.1045,3.387462 l 0.8571,0.0041 -0.20805,-2.018296 c -0.11443,-1.110063 -0.32864,-2.556513 -0.47605,-3.214321 -0.14739,-0.657816 -0.27126,-1.747802 -0.27529,-2.422195 -0.01,-1.646725 -0.50816,-2.976994 -1.3127,-3.504157 -1.08038,-0.707899 -6.12653,-2.213555 -8.86083,-2.643885 -1.79851,-0.283044 -5.90722,-0.399988 -14.05333,-0.399988 -10.04378,0 -12.73192,0.104949 -21.07999,0.822979 -19.82603,1.705261 -25.31826,2.282002 -26.00282,2.730545 -0.87351,0.572354 -1.34479,2.79059 -1.65898,7.808738 -0.13386,2.137899 -0.40666,5.569003 -0.60623,7.624674 -0.4023,4.144026 -0.23869,12.726708 0.31608,16.579812 0.23014,1.598382 0.64034,2.920605 1.25231,4.036593 0.80838,1.474179 2.04347,3.129104 2.18609,2.929208 0.0289,-0.0405 -0.13683,-2.159145 -0.36823,-4.708176 z m 129.8256,1.836287 c -0.19675,-0.196741 -1.93595,1.479999 -1.93595,1.866399 0,0.165948 0.4689,-0.152779 1.04203,-0.708274 0.57311,-0.555495 0.97539,-1.076658 0.89392,-1.158125 z m -13.6964,0.716651 c 2.85704,-0.554082 5.95711,-1.771655 8.21291,-3.225699 2.88694,-1.860857 6.25358,-5.043484 7.45797,-7.050326 1.45351,-2.421934 1.22435,-3.325832 -0.84562,-3.335586 -0.99898,-0.0047 -1.32113,0.478151 -0.52326,0.784314 0.24668,0.09466 0.44851,0.405491 0.44851,0.690738 0,0.530848 -2.90665,3.473572 -4.78411,4.843496 -1.1835,0.863546 -4.41908,2.196723 -6.41931,2.644985 -2.71233,0.607847 -7.81288,1.198123 -10.3529,1.198123 -1.7689,0 -2.88862,0.147025 -3.46128,0.454479 -0.46558,0.249964 -1.21651,0.583014 -1.66876,0.74012 -0.45225,0.157097 -0.82227,0.481627 -0.82227,0.721184 0,0.55259 1.35716,1.527136 2.70197,1.940232 1.36641,0.419721 6.96343,0.193709 10.05615,-0.40606 z m 0.092,-5.152733 c 0.29093,-0.259054 -1.55604,-3.294395 -3.14855,-5.17438 -0.90549,-1.06895 -2.84461,-3.423628 -4.30915,-5.232619 -3.90908,-4.828489 -4.52684,-5.138909 -12.26956,-6.165451 -4.17252,-0.553196 -6.43827,-0.621743 -22.7245,-0.687491 -19.23225,-0.07764 -19.80975,-0.118897 -21.49333,-1.535541 -1.36632,-1.149667 -2.221,-4.076505 -2.25233,-7.713005 l -0.0254,-2.945192 -1.71302,0.123246 c -0.94214,0.06782 -1.79239,0.202668 -1.88949,0.299729 -0.3408,0.340802 -0.22242,6.683714 0.15947,8.544401 0.47943,2.335913 1.17351,3.240393 3.16116,4.119432 2.71008,1.198527 5.98644,1.528768 22.10937,2.228523 22.31892,0.968665 27.01807,1.598322 30.71963,4.11623 0.70075,0.476667 2.2825,1.392388 3.515,2.034936 1.33384,0.695388 2.97679,1.894435 4.05899,2.962305 1.49479,1.474996 1.92049,2.125984 2.39373,3.660586 l 0.57559,1.866548 1.49504,-0.187762 c 0.82226,-0.103271 1.55908,-0.244791 1.63733,-0.314495 z m 2.86483,-0.425765 c 0.73065,-0.183979 1.32846,-0.356832 1.32846,-0.384121 0,-0.0273 -0.2666,-0.808065 -0.59239,-1.735052 -0.91774,-2.611113 -3.15952,-6.681885 -5.40001,-9.805607 -2.92384,-4.076461 -3.66597,-4.712045 -6.30115,-5.396395 -2.99027,-0.776575 -3.58999,-0.741318 -4.55686,0.267895 l -0.81593,0.851641 1.35471,0.517364 c 1.53836,0.587514 3.34944,2.23555 5.18047,4.714099 0.68939,0.933197 2.13419,2.681173 3.21071,3.884392 2.34215,2.617859 3.81918,4.774602 4.31386,6.29901 0.4057,1.250113 0.41933,1.254824 2.27813,0.786774 z m 4.54278,-1.530084 c 0.86339,-0.335755 1.56979,-0.748856 1.56979,-0.918002 0,-0.169148 -0.79987,-1.817364 -1.77744,-3.662703 -0.97761,-1.845338 -2.18738,-4.412973 -2.68843,-5.705852 -1.67815,-4.330396 -2.67435,-5.337596 -6.34627,-6.416376 -2.17923,-0.64024 -2.3281,-0.64823 -3.06629,-0.164555 l -0.77584,0.508356 1.09957,0.963923 c 3.34936,2.936113 9.3686,13.169504 9.3686,15.927686 0,0.356172 0.1498,0.438784 0.52328,0.288528 0.28779,-0.115798 1.22966,-0.48525 2.09303,-0.821005 z m -12.25575,0.444303 c -0.7964,-1.677033 -1.02939,-1.902 -2.56478,-2.476467 -0.90277,-0.337768 -3.18159,-0.87743 -5.06405,-1.199251 -3.14444,-0.537569 -4.92351,-0.58513 -21.88792,-0.58513 -16.34009,0 -23.93852,0.212353 -27.14857,0.758718 -0.84538,0.143886 -0.97176,0.282881 -0.97176,1.068529 0,0.496721 -0.14852,1.18064 -0.33005,1.519815 -0.3199,0.597763 -0.28003,0.610434 1.3005,0.412965 0.89678,-0.112047 3.70272,-0.323077 6.2354,-0.468959 2.53271,-0.14588 7.29597,-0.423278 10.58505,-0.616439 4.02356,-0.236296 8.81715,-0.273998 14.65133,-0.115234 4.76916,0.129783 10.47331,0.201345 12.67592,0.159023 4.37915,-0.08414 8.2933,0.352616 10.63588,1.186797 1.71752,0.611601 2.03292,0.671167 1.88305,0.355633 z m 17.15648,-4.098842 1.08838,-1.092928 -0.62316,-1.475 c -0.34275,-0.811254 -1.12672,-2.115519 -1.74213,-2.898366 -0.61541,-0.782852 -1.6147,-2.143429 -2.22064,-3.023507 -1.13541,-1.649119 -2.05469,-2.216518 -4.09423,-2.527111 -1.03406,-0.157469 -1.49318,0.124531 -0.84996,0.522063 0.14923,0.09223 0.69181,1.210234 1.20574,2.484454 0.51393,1.274218 1.77099,4.077608 2.79347,6.229755 l 1.85911,3.912992 0.74752,-0.519715 c 0.41113,-0.285843 1.23729,-1.01153 1.8359,-1.612637 z m -20.52383,0.01361 c -1.14597,-0.917834 -4.25406,-1.591587 -9.26922,-2.009334 -2.13789,-0.178081 -15.12226,-0.41019 -28.85414,-0.515805 l -24.96709,-0.192022 -2.34833,-1.121276 c -1.29159,-0.616702 -2.59554,-1.121276 -2.89768,-1.121276 -0.30213,0 -0.63249,-0.134553 -0.73413,-0.299007 -0.33966,-0.549598 -2.41017,-0.341774 -2.99118,0.300236 -0.48443,0.535288 -0.50059,0.725645 -0.15141,1.783663 0.6834,2.070724 1.46161,2.535796 4.43707,2.651688 1.91673,0.07465 3.22921,-0.06175 5.03449,-0.523262 3.1492,-0.805067 4.91878,-0.798053 6.56889,0.02604 1.28441,0.641472 1.35982,0.644513 5.56436,0.224256 3.25081,-0.324928 8.83912,-0.417886 23.54826,-0.391711 18.45846,0.03285 19.43011,0.06207 22.64635,0.681146 1.84825,0.355756 3.66471,0.769082 4.03659,0.918501 1.17423,0.471788 1.30379,0.330317 0.37717,-0.41184 z m -5.08979,-2.87402 c -0.30131,-0.332951 -1.42616,-1.037766 -2.49969,-1.566255 l -1.95183,-0.960888 -20.64491,0.05584 c -25.8229,0.06986 -30.34454,-0.254114 -34.1279,-2.445241 -2.59608,-1.503519 -7.35118,-6.700569 -10.04976,-10.983797 l -2.41099,-3.826768 -2.0356,0 c -1.11958,0 -2.09755,0.100916 -2.17328,0.224254 -0.32724,0.533019 1.74479,4.191037 4.042,7.135863 4.81247,6.16917 6.4566,7.673722 10.86124,9.93912 3.65222,1.878418 4.50786,1.939224 24.36906,1.731765 13.54633,-0.141501 18.992,-0.08134 25.67553,0.283619 4.66543,0.254766 9.03841,0.57326 9.71772,0.707767 1.82149,0.360677 1.82194,0.360564 1.22841,-0.295286 z m -78.23513,72.417686 c -0.93282,-0.11194 -1.78383,-0.29131 -1.89112,-0.39859 -0.10729,-0.10729 -0.2716,-1.47786 -0.36513,-3.04571 l -0.17007,-2.85064 1.76318,-1.73672 c 2.82188,-2.77953 9.93375,-10.92421 11.2108,-12.83886 1.9353,-2.90158 2.02247,-4.13083 0.48451,-6.83261 -0.84668,-1.4874 -1.80495,-2.00883 -3.40343,-1.85191 -2.132,0.20931 -3.27558,1.36591 -3.82104,3.86453 -0.17433,0.79859 -0.23794,0.82227 -2.20815,0.82227 -1.59862,0 -2.36801,0.16911 -3.6296,0.79779 -1.48092,0.73797 -2.14731,1.32073 -5.13656,4.49191 l -1.08846,1.15473 0.86889,0.86889 c 0.4779,0.47789 1.23681,1.61804 1.68649,2.53367 0.72192,1.47 0.81631,2.00046 0.80663,4.53386 -0.01,2.60812 -0.0974,3.0448 -0.962,4.80097 -1.12367,2.28248 -2.66495,3.64166 -5.10083,4.49811 -3.50004,1.23062 -5.98919,1.03649 -9.38302,-0.73179 -1.39859,-0.72871 -1.97237,-1.28652 -3.21433,-3.12489 -0.95633,-1.41558 -1.51183,-2.55715 -1.51183,-3.10686 l 0,-0.86903 2.85066,0 2.85063,0 0.62392,1.05746 c 1.48409,2.51534 5.84988,2.9544 7.42209,0.74642 0.3306,-0.46427 0.75728,-1.52084 0.94821,-2.34793 0.32249,-1.39715 0.29032,-1.6199 -0.45347,-3.14017 -0.94129,-1.92391 -1.95145,-2.52799 -4.74664,-2.83853 -2.13071,-0.2367 -2.23898,-0.40546 -2.28943,-3.56873 l -0.0298,-1.86879 1.56979,-0.004 c 2.25778,-0.004 4.59419,-1.14344 5.16966,-2.52075 1.33351,-3.19146 -0.56856,-6.44647 -3.76703,-6.44647 -1.99698,0 -3.86944,1.56671 -3.86944,3.23762 0,1.08826 -0.71108,1.32619 -3.28309,1.09851 l -2.39803,-0.21228 0.003,-1.09015 c 0.004,-1.51037 1.39503,-3.80761 3.43456,-5.67163 2.07577,-1.89714 4.96217,-2.9345 7.26276,-2.61019 2.87764,0.40564 6.2709,2.63997 7.66783,5.04896 0.85624,1.47658 1.44692,4.40003 1.17831,5.83183 -0.15492,0.82577 -0.11247,0.96948 0.22264,0.7537 0.22773,-0.14662 0.90071,-0.56982 1.49551,-0.94047 0.89097,-0.55517 1.11225,-0.89666 1.25622,-1.93861 0.49369,-3.57312 2.28577,-6.46675 4.80015,-7.75068 1.6959,-0.866 4.69102,-1.05075 6.85164,-0.42265 2.44824,0.71173 5.81108,3.4852 6.88493,5.67829 1.80036,3.67683 1.39607,5.63197 -2.32569,11.24703 -1.36254,2.05567 -2.62366,4.02216 -2.8025,4.36997 -0.17885,0.34781 -1.14028,1.62606 -2.13654,2.84056 -0.99626,1.2145 -2.21672,2.70907 -2.71215,3.32126 l -0.90078,1.11307 0.78315,0.19656 c 0.43074,0.10811 3.00957,0.0991 5.73073,-0.0201 3.99786,-0.1751 4.99648,-0.13951 5.2024,0.1854 0.14015,0.22116 0.25689,1.368 0.25941,2.54854 0.007,2.99797 -0.11544,3.08591 -4.27762,3.08726 -1.83837,6e-4 -5.22622,0.0578 -7.52857,0.12711 -2.30236,0.0693 -4.94932,0.0344 -5.88215,-0.0775 z m 14.22233,-1.14218 2.30075,-0.19448 -0.0879,-1.77494 -0.0879,-1.77495 -5.76087,0.0374 c -4.95461,0.0321 -5.78579,-0.0276 -5.93901,-0.4269 -0.20002,-0.52126 -0.21146,-0.5035 2.87917,-4.47204 1.23341,-1.58376 2.51167,-3.28774 2.84057,-3.7866 3.54935,-5.38348 5.36931,-8.35665 5.71487,-9.33606 1.10322,-3.12687 0.0853,-6.03051 -2.98848,-8.52436 -2.51304,-2.03896 -3.74884,-2.5402 -6.31447,-2.56121 -1.58965,-0.013 -2.3807,0.13662 -3.28907,0.6222 -2.35122,1.25686 -3.76993,3.34387 -4.19359,6.16905 -0.19421,1.29514 -0.18318,1.31687 0.76486,1.50648 0.52905,0.10581 1.41603,0.19238 1.97106,0.19238 0.88131,0 1.00916,-0.0962 1.00916,-0.75943 0,-1.28455 1.05255,-2.93691 2.32715,-3.65327 1.54332,-0.8674 3.72782,-0.89599 5.08817,-0.0666 1.16374,0.70952 2.75031,3.78551 2.75067,5.33292 2.6e-4,1.11014 -1.05096,3.39607 -2.41857,5.25931 -1.2338,1.68093 -8.45204,9.84983 -10.36228,11.72702 l -1.57124,1.54406 0,2.56729 0,2.56727 6.53304,0 c 3.59317,0 7.56838,-0.0875 8.8338,-0.19448 z m -27.17762,-0.58973 c 4.05605,-0.70081 6.3598,-3.15905 7.03424,-7.50595 0.24437,-1.57495 0.24024,-2.45493 -0.016,-3.41875 -0.50867,-1.91291 -1.81967,-4.16797 -2.7531,-4.73562 -0.77612,-0.47198 -0.92259,-0.46211 -2.84071,0.19155 -1.11232,0.37905 -2.08968,0.69562 -2.1719,0.70348 -0.0823,0.007 0.39427,0.26128 1.05889,0.56319 3.08467,1.40116 4.2758,5.15697 2.6922,8.4888 -0.81434,1.71332 -2.03502,2.42889 -4.36834,2.56073 -2.41053,0.13621 -4.18049,-0.62844 -5.11298,-2.20891 -0.59236,-1.00397 -0.65719,-1.03047 -2.522,-1.03047 -1.27157,0 -1.91402,0.11845 -1.91402,0.35292 0,0.5961 2.39347,4.06431 3.1444,4.55636 1.16157,0.76108 5.02169,1.97001 5.82581,1.82455 0.41113,-0.0744 1.28573,-0.22822 1.94355,-0.34188 z m -0.44851,-15.84121 c 3.46301,-0.84103 3.46302,-0.84204 0.0133,-1.61101 -3.21513,-0.7167 -3.48232,-0.63001 -3.34588,1.08556 0.0972,1.22245 0.17114,1.33868 0.74843,1.17694 0.35231,-0.0987 1.51516,-0.39189 2.5841,-0.65149 z m 5.24704,-2.65633 c 0.86906,-0.71214 1.42348,-1.48681 1.75009,-2.44533 1.42476,-4.18145 -0.46081,-8.44754 -4.66153,-10.54666 -4.23618,-2.11685 -9.07092,-0.4594 -11.61903,3.98324 -1.13226,1.97411 -1.12307,2.45311 0.0516,2.68804 1.46993,0.29399 2.65368,0.2194 2.65368,-0.16723 0,-0.19476 0.28844,-0.94994 0.64098,-1.6782 0.51172,-1.05707 0.94889,-1.46746 2.1678,-2.03503 1.96513,-0.91502 2.70929,-0.89822 4.67209,0.1055 1.97396,1.00942 2.77079,2.36375 2.77079,4.70936 0,2.0566 -0.83338,3.69922 -2.27551,4.4851 -1.19068,0.64886 -1.40071,1.03679 -0.57573,1.0634 0.28779,0.009 0.99419,0.19507 1.56978,0.41284 1.49137,0.56426 1.45591,0.57141 2.85499,-0.57503 z"
       id="path4105-4"
       inkscape:connector-curvature="0" /></g><g
     id="g3012"
     inkscape:groupmode="layer"
     inkscape:label="card"
     transform="matrix(1.25,0,0,-1.25,-19.337124,228.68612)"
     style="display:inline"><g
       id="g4264"
       transform="translate(0,0.8418)"><g
         style="stroke:#ff00ff;stroke-width:0.40000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1;stroke-dasharray:none"
         transform="translate(519.1855,165.0986)"
         id="g3014"><path
           inkscape:connector-curvature="0"
           id="path3016"
           style="fill:#f7f9b1;fill-opacity:1;fill-rule:nonzero;stroke:#ff00ff;stroke-width:0.40000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1;stroke-dasharray:none"
           d="M 0,0 0,0 0,0.678 0,0 z" /></g><path
         d="m 524.2891,169.9141 -228.137,0 c -3.99,0 -7.254,-3.1 -7.254,-6.888 l 0,-139.294 c 0,-3.789 3.264,-6.888 7.254,-6.888 l 228.137,0 c 3.99,0 7.256,3.099 7.256,6.888 l 0,139.294 c 0,3.788 -3.266,6.888 -7.256,6.888 z"
         style="fill:none;stroke:#ff00ff;stroke-width:0.40000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1;stroke-opacity:1;stroke-dasharray:none"
         id="path4150"
         inkscape:connector-curvature="0" /><g
         style="fill:none;stroke:#ff00ff;stroke-width:0.40000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1;stroke-dasharray:none"
         transform="translate(510.7266,127.0547)"
         id="g4152"><path
           inkscape:connector-curvature="0"
           id="path4154"
           style="fill:none;stroke:#ff00ff;stroke-width:0.40000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1;stroke-dasharray:none"
           d="m 0,0 -33.516,-0.016 0,-3.953 33.416,0 c 1.991,0 3.62,-1.537 3.62,-3.416 l 0,-12.814 3.978,0 -0.014,13.586 -0.32,1.478 C 6.391,-3.143 5.322,-1.922 3.469,-0.857 2.285,-0.314 1.301,-0.063 0,0 m 3.52,-30.493 0,-12.577 c 0,-1.879 -1.631,-3.418 -3.62,-3.418 l -33.416,0 0,-3.953 34.174,0.017 1.457,0.283 c 2.014,0.696 3.293,1.69 4.444,3.471 0.607,1.188 0.89,2.162 0.962,3.492 l -0.011,12.685 -3.99,0 z m -44.54,30.473 -24.455,-0.011 -1.461,-0.283 c -2.013,-0.704 -3.287,-1.688 -4.441,-3.475 -0.605,-1.186 -0.889,-2.158 -0.959,-3.492 l 0,-12.918 4.002,0 0,12.814 c 0,1.879 1.627,3.416 3.617,3.416 l 23.697,0 0,3.949 z m -31.316,-30.473 0,-10.028 9.596,-9.936 21.72,0.012 0,3.957 -20.011,0 -7.303,7.56 0,8.435 -4.002,0 z" /></g><path
         d="m 510.7266,127.0547 -33.516,-0.016 0,-3.953 33.416,0 c 1.991,0 3.62,-1.537 3.62,-3.416 l 0,-12.814 3.978,0 -0.014,13.586 -0.32,1.478 c -0.773,1.992 -1.842,3.213 -3.695,4.278 -1.184,0.543 -2.168,0.794 -3.469,0.857 z m 3.52,-30.493 0,-12.577 c 0,-1.879 -1.631,-3.418 -3.62,-3.418 l -33.416,0 0,-3.953 34.174,0.017 1.457,0.283 c 2.014,0.696 3.293,1.69 4.444,3.471 0.607,1.188 0.89,2.162 0.962,3.492 l -0.011,12.685 -3.99,0 z m -44.54,30.473 -24.455,-0.011 -1.461,-0.283 c -2.013,-0.704 -3.287,-1.688 -4.441,-3.475 -0.605,-1.186 -0.889,-2.158 -0.959,-3.492 l 0,-12.918 4.002,0 0,12.814 c 0,1.879 1.627,3.416 3.617,3.416 l 23.697,0 0,3.949 z m -31.316,-30.473 0,-10.028 9.596,-9.936 21.72,0.012 0,3.957 -20.011,0 -7.303,7.56 0,8.435 -4.002,0 z"
         style="fill:none;stroke:#ff00ff;stroke-width:0.40000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1;stroke-opacity:1;stroke-dasharray:none"
         id="path4158"
         inkscape:connector-curvature="0" /><path
         transform="matrix(0.8,0,0,-0.8,0,184.252)"
         inkscape:connector-curvature="0"
         id="path4454"
         d="m 591.28193,123.34089 46.03471,0 0,-42.261372 -53.01538,0 0,34.903372 z"
         style="fill:none;stroke:#ff00ff;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1;stroke-opacity:1;stroke-dasharray:none" /></g><g
       id="g4248"><g
         style="fill:none;stroke:#ff00ff;stroke-width:3.05563259;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1;stroke-dasharray:none"
         id="layer1-4"
         inkscape:label="Layer 1"
         transform="matrix(0.13090579,0,0,-0.13090579,-115.32093,140.43539)"><rect
           style="fill:none;stroke:#ff00ff;stroke-width:3.05563259;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
           id="rect5759"
           width="283.5"
           height="256"
           x="1254.0295"
           y="158.89787"
           rx="30"
           ry="30" /><path
           inkscape:connector-curvature="0"
           style="fill:none;stroke:#ff00ff;stroke-width:3.05563259;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
           d="m 1342.0296,286.90546 -87.25,0"
           id="path5761" /><path
           inkscape:connector-curvature="0"
           style="fill:none;stroke:#ff00ff;stroke-width:3.05563259;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
           d="m 1535.9265,286.90546 -88.4332,0"
           id="path5763" /><path
           inkscape:connector-curvature="0"
           style="fill:none;stroke:#ff00ff;stroke-width:3.05563259;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
           d="m 1254.2796,346.14789 84.25,0 18.375,-22.5"
           id="path5765"
           sodipodi:nodetypes="ccc" /><path
           inkscape:connector-curvature="0"
           style="fill:none;stroke:#ff00ff;stroke-width:3.05563259;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
           d="m 1254.2796,225.64789 84.25,0 18.375,22.5"
           id="path5767"
           sodipodi:nodetypes="ccc" /><path
           inkscape:connector-curvature="0"
           id="path5769"
           style="fill:none;stroke:#ff00ff;stroke-width:3.05563259;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
           d="m 1537.0259,225.64789 -86.3714,0 -19.4875,24.11257 m -37.1374,-15.38282 0,-75.97975"
           sodipodi:nodetypes="ccccc" /><path
           sodipodi:type="arc"
           style="fill:none;stroke:#ff00ff;stroke-width:3.1737473;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1;stroke-opacity:1;stroke-dasharray:none"
           id="path5744"
           sodipodi:cx="441.42856"
           sodipodi:cy="131.92859"
           sodipodi:rx="54.285713"
           sodipodi:ry="54.285713"
           d="m 479.62407,93.353451 c 21.30446,21.094799 21.47443,55.466189 0.37963,76.770649 -21.0948,21.30446 -55.4662,21.47443 -76.77066,0.37963 -21.30446,-21.0948 -21.47442,-55.4662 -0.37962,-76.770657 10.10002,-10.200403 23.82903,-15.985197 38.1834,-16.088784"
           transform="matrix(0.96278385,0,0,0.96278385,969.35069,159.87916)"
           sodipodi:start="5.4928423"
           sodipodi:end="10.988358"
           sodipodi:open="true" /><path
           inkscape:connector-curvature="0"
           style="fill:none;stroke:#ff00ff;stroke-width:3.05563259;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
           d="m 1536.4401,346.14789 -87.7856,0 -18.375,-22.5"
           id="path5771"
           sodipodi:nodetypes="ccc" /><path
           inkscape:connector-curvature="0"
           style="fill:none;stroke:#ff00ff;stroke-width:3.05563259;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
           d="m 1393.9125,339.4305 0,74.59977"
           id="path5773" /></g><path
         d="m 35.128196,170.7559 228.139004,0 c 3.988,0 7.254,-3.1 7.254,-6.888 l 0,-139.294 c 0,-3.789 -3.266,-6.888 -7.254,-6.888 l -228.139004,0 c -3.99,0 -7.254,3.099 -7.254,6.888 l 0,139.294 c 0,3.788 3.264,6.888 7.254,6.888 z"
         style="fill:none;stroke:#ff00ff;stroke-width:0.40000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1;stroke-opacity:1;stroke-dasharray:none"
         id="path3358"
         inkscape:connector-curvature="0" /><path
         d="m 45.2642,127.8975 33.516,-0.016 0,-3.953 -33.416,0 c -1.991,0 -3.618,-1.537 -3.618,-3.416 l 0,-12.814 -3.98,0 0.014,13.586 0.322,1.478 c 0.771,1.992 1.84,3.213 3.695,4.278 1.184,0.543 2.166,0.794 3.467,0.857 m -3.518,-30.492 0,-12.577 c 0,-1.879 1.629,-3.418 3.618,-3.418 l 33.416,0 0,-3.953 -34.174,0.017 -1.455,0.283 c -2.016,0.696 -3.295,1.69 -4.446,3.471 -0.607,1.188 -0.888,2.162 -0.962,3.492 l 0.013,12.685 3.99,0 z m 44.538,30.472 24.455,-0.011 1.461,-0.283 c 2.015,-0.704 3.289,-1.688 4.441,-3.475 0.605,-1.186 0.891,-2.16 0.961,-3.492 l 0,-12.918 -4.002,0 0,12.814 c 0,1.879 -1.629,3.416 -3.619,3.416 l -23.697,0 0,3.949 z m 31.318,-30.472 0,-10.029 -9.596,-9.935 -21.722,0.012 0,3.957 20.013,0 7.303,7.56 0,8.435 4.002,0 z"
         style="fill:none;stroke:#ff00ff;stroke-width:0.40000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1;stroke-dasharray:none"
         id="path3362"
         inkscape:connector-curvature="0" /><path
         d="m 45.2642,127.8975 33.516,-0.016 0,-3.953 -33.416,0 c -1.991,0 -3.618,-1.537 -3.618,-3.416 l 0,-12.814 -3.98,0 0.014,13.586 0.322,1.478 c 0.771,1.992 1.84,3.213 3.695,4.278 1.184,0.543 2.166,0.794 3.467,0.857 z m -3.518,-30.492 0,-12.577 c 0,-1.879 1.629,-3.418 3.618,-3.418 l 33.416,0 0,-3.953 -34.174,0.017 -1.455,0.283 c -2.016,0.696 -3.295,1.69 -4.446,3.471 -0.607,1.188 -0.888,2.162 -0.962,3.492 l 0.013,12.685 3.99,0 z m 44.538,30.472 24.455,-0.011 1.461,-0.283 c 2.015,-0.704 3.289,-1.688 4.441,-3.475 0.605,-1.186 0.891,-2.16 0.961,-3.492 l 0,-12.918 -4.002,0 0,12.814 c 0,1.879 -1.629,3.416 -3.619,3.416 l -23.697,0 0,3.949 z m 31.318,-30.472 0,-10.029 -9.596,-9.935 -21.722,0.012 0,3.957 20.013,0 7.303,7.56 0,8.435 4.002,0 z"
         style="fill:none;stroke:#ff00ff;stroke-width:0.40000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1;stroke-opacity:1;stroke-dasharray:none"
         id="path3366"
         inkscape:connector-curvature="0" /><path
         inkscape:connector-curvature="0"
         id="path4454-3"
         d="m 85.420472,85.9794 -36.82776,0 0,33.8091 42.4123,0 0,-27.9227 z"
         style="fill:none;stroke:#ff00ff;stroke-width:0.40000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1;stroke-opacity:1;stroke-dasharray:none;display:inline" /></g></g><g
     inkscape:groupmode="layer"
     id="layer5"
     inkscape:label="logo"
     style="display:inline"
     transform="translate(-19.337124,-1.6288783)"><text
       xml:space="preserve"
       style="font-size:8px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Sans"
       x="604.0697"
       y="38.208038"
       id="text3725"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan3727"
         x="604.0697"
         y="38.208038" /></text>
<path
       style="fill:#ffffff"
       d="m 625.52148,116.6024 c -0.47908,-0.30382 -0.54549,-0.3799 -0.86137,-0.98686 -0.49283,-0.94697 -0.62731,-1.57335 -0.62492,-2.91104 0.001,-0.66852 -0.0213,-1.201 -0.0499,-1.18329 -0.0287,0.0177 -0.3203,0.0738 -0.64808,0.12468 -0.49382,0.0766 -0.73375,0.0683 -1.39996,-0.0488 -1.34385,-0.23617 -1.53249,-0.39561 -1.31975,-1.11542 0.1073,-0.36308 0.11874,-0.37259 0.43724,-0.36327 0.17989,0.006 0.58593,0.0559 0.90232,0.11254 0.3164,0.0566 0.72652,0.0856 0.91138,0.0643 0.31519,-0.0362 1.42026,-0.42886 1.55904,-0.55393 0.10353,-0.0933 0.39242,-1.97082 0.44701,-2.90518 0.0319,-0.54662 0.0129,-1.09447 -0.0512,-1.47407 -0.12298,-0.72785 -0.11199,-0.73265 -0.92367,0.40421 -0.6419,0.89908 -0.94772,1.52037 -1.27175,2.58364 -0.24788,0.8134 -0.44906,1.03382 -0.85142,0.93283 -0.37076,-0.0931 -0.43603,-0.19751 -0.43603,-0.69781 0,-0.90261 0.48865,-2.21249 1.23584,-3.31277 0.47542,-0.70009 1.40342,-2.5171 1.3593,-2.66149 -0.0209,-0.0683 -0.097,-0.26413 -0.16925,-0.43507 l -0.13128,-0.31078 -0.58806,0.0155 c -0.75865,0.02 -1.05922,-0.12911 -1.28383,-0.63687 -0.13865,-0.31344 -0.20181,-0.37282 -0.39735,-0.37357 -0.12787,-4.8e-4 -0.41387,-0.0559 -0.63554,-0.12317 -0.37588,-0.11404 -0.41807,-0.11156 -0.62644,0.0368 -0.32105,0.22861 -0.59942,0.27808 -0.98322,0.17473 -0.44643,-0.12021 -0.76285,-0.4968 -0.76285,-0.90791 0,-0.561366 0.51479,-0.845396 1.23636,-0.682146 0.42585,0.0964 1.16656,0.0304 1.16589,-0.10386 0,-0.0506 -0.0376,-0.22567 -0.083,-0.38901 l -0.0825,-0.29699 -0.66499,0.0385 c -0.77243,0.0447 -0.93468,-0.043 -1.08049,-0.58457 -0.0789,-0.29287 -0.066,-0.35988 0.12462,-0.64789 0.11692,-0.17668 0.21259,-0.33478 0.21259,-0.35132 0,-0.0166 -0.15845,-0.0769 -0.35212,-0.13414 -0.68874,-0.2035 -1.14362,-0.73589 -0.88993,-1.04157 0.0894,-0.10771 0.0107,-0.11758 -0.63285,-0.0794 -1.80209,0.10696 -4.41861,0.21709 -6.866,0.28899 -1.45819,0.0429 -3.15459,0.13269 -3.76977,0.19965 -1.7012,0.18518 -2.84042,0.60488 -2.93969,1.08302 -0.0237,0.11389 -0.0639,0.30659 -0.0895,0.42821 -0.0256,0.12163 -0.0218,0.45153 0.008,0.73312 l 0.0548,0.51198 0.32688,-0.11262 c 0.36168,-0.12462 0.58416,-0.0586 0.73168,0.21702 0.21759,0.40657 -0.012,1.167496 -0.39746,1.317386 -0.45481,0.17684 -1.44107,0.19795 -2.37844,0.0509 -1.07909,-0.1693 -2.03016,-0.13156 -2.44988,0.0972 l -0.28198,0.1537 1.49133,0.0258 c 2.2565,0.039 5.53696,-0.27306 6.48543,-0.61696 0.43039,-0.156056 0.61319,-0.472476 0.75937,-1.314426 0.14319,-0.82469 0.42493,-1.79772 0.56975,-1.96774 0.0716,-0.084 0.23886,-0.14499 0.39774,-0.14499 0.52189,0 0.60715,0.57091 0.32531,2.17838 -0.23316,1.329846 -0.39347,1.921576 -0.6668,2.461336 l -0.1888,0.37283 -0.9826,0.15503 c -2.26353,0.3571 -3.68958,0.81646 -4.40595,1.41924 -0.49207,0.41406 -1.05131,1.97446 -0.76995,2.14836 0.0511,0.0316 0.0921,0.004 0.0921,-0.0611 0,-0.24571 0.59704,-1.29806 0.87481,-1.54194 0.59858,-0.52557 1.45724,-0.83271 2.33261,-0.83438 0.5381,-0.001 1.02681,0.14755 1.8445,0.56076 0.81026,0.40946 1.4934,1.4918 1.4934,2.36607 l 0,0.30342 -0.99265,0 -0.99264,0 -0.0548,-0.22784 c -0.10672,-0.44404 -0.37153,-0.85463 -0.70874,-1.0989 -0.37606,-0.27242 -0.66895,-0.30719 -1.28372,-0.15238 -1.09171,0.27489 -1.55452,1.82733 -1.27345,4.27166 0.087,0.75675 0.20682,1.04219 0.63751,1.51891 0.44827,0.49618 0.80249,0.68256 1.27691,0.67187 0.76277,-0.0172 1.2546,-0.38675 1.51477,-1.13821 0.0617,-0.17814 0.14566,-0.32221 0.18665,-0.32015 0.0409,0.002 0.36248,0.0343 0.71443,0.0717 0.35195,0.0373 0.73632,0.0438 0.85413,0.0142 0.4198,-0.10536 0.9206,-0.68197 1.32433,-1.52479 0.21124,-0.44099 0.4627,-0.8861 0.55878,-0.98914 0.24743,-0.26536 0.72232,-0.37452 1.67683,-0.38543 0.45568,-0.005 0.879,-0.0415 0.9407,-0.0807 0.18472,-0.11725 0.42258,-0.73134 0.42453,-1.09597 0.003,-0.59376 -0.50904,-1.03628 -1.2118,-1.0469 -0.49201,-0.007 -0.72708,0.1372 -0.96066,0.5911 l -0.19683,0.38249 -0.78219,0 -0.78217,0 0.016,-0.47451 c 0.0514,-1.52487 1.47899,-2.60763 2.97934,-2.25967 0.62982,0.14606 0.94088,0.29642 1.41534,0.68411 0.73472,0.60037 0.9195,1.16434 0.9715,2.96514 0.0319,1.1058 0.017,1.34326 -0.097,1.53612 -0.12104,0.2049 -0.12199,0.24779 -0.009,0.42123 0.069,0.10621 0.19158,0.39326 0.27239,0.63789 0.16947,0.51307 0.13783,0.92569 -0.1337,1.74436 -0.25735,0.77587 -1.02566,1.46955 -1.99914,1.80494 -0.5142,0.17716 -1.341,0.016 -1.9055,-0.37131 -0.65086,-0.4466 -1.25307,-1.10011 -1.36836,-1.4849 -0.19758,-0.65947 -0.12658,-0.72906 0.77826,-0.76268 0.5873,-0.0219 0.58876,-0.0214 0.75394,0.25427 0.091,0.15188 0.3765,0.40207 0.63438,0.55597 0.4516,0.26954 0.48239,0.27604 0.8368,0.17681 0.41858,-0.11719 0.56485,-0.25149 0.74592,-0.68485 0.16016,-0.38334 0.16248,-0.81172 0.006,-1.18524 -0.14828,-0.35488 -0.80977,-0.69723 -1.34961,-0.69847 -0.34424,-0.001 -0.35212,-0.007 -0.35212,-0.27923 0,-0.15313 -0.0242,-0.4548 -0.0537,-0.67038 l -0.0537,-0.39196 -0.38125,0.0572 c -0.20968,0.0314 -0.45056,0.0943 -0.53527,0.13959 -0.0847,0.0453 -0.33588,0.4709 -0.55815,0.9457 -0.44392,0.94828 -0.92381,1.51863 -1.41382,1.68035 -0.25145,0.083 -0.30074,0.14648 -0.39292,0.50612 -0.14273,0.55692 -0.67157,1.35204 -1.07824,1.62116 -0.42468,0.28104 -1.34354,0.6162 -1.68844,0.61588 -0.14603,-1.6e-4 -0.65219,-0.0753 -1.12482,-0.16709 -0.79508,-0.15437 -0.88907,-0.1936 -1.25762,-0.52495 -0.74169,-0.66685 -0.91035,-0.92223 -1.10349,-1.67093 -0.17818,-0.69075 -0.33234,-3.263 -0.23305,-3.88881 0.0607,-0.38234 0.051,-0.56934 -0.0429,-0.82851 -0.27028,-0.74607 0.10337,-1.92394 0.81678,-2.57477 0.19797,-0.1806 0.58361,-0.4271 0.85696,-0.54777 0.27337,-0.12066 0.59024,-0.26079 0.70415,-0.3114 0.15327,-0.0681 -1.64588,-0.085 -6.91815,-0.0651 -3.91891,0.0148 -7.21496,0.005 -7.32458,-0.0219 -0.1096,-0.0268 -0.22663,-0.10388 -0.26006,-0.1712 -0.0334,-0.0673 -0.15531,-0.30881 -0.27087,-0.53666 -0.55253,-1.08949 -0.88911,-2.743026 -1.21485,-5.968396 -0.20171,-1.997282 -0.2136,-3.648911 -0.0426,-5.92088 0.13561,-1.801869 0.22997,-2.577233 0.37648,-3.093513 0.13019,-0.45874 0.49354,-0.588882 1.98404,-0.710622 0.66074,-0.05397 1.72332,-0.150883 2.36128,-0.215365 3.9112,-0.395332 5.77689,-0.495943 9.19659,-0.495943 3.73856,0 4.01948,0.02572 5.51524,0.505043 1.09751,0.351701 1.40547,0.656089 1.40147,1.385237 -10e-4,0.145132 0.0616,0.721638 0.13853,1.281124 0.0974,0.707973 0.11364,1.043596 0.0533,1.103909 -0.12637,0.126375 -0.97874,0.128072 -1.13035,0.0022 -0.0702,-0.05822 -0.26136,-0.507411 -0.42489,-0.998195 -0.37873,-1.13656 -0.47974,-1.249494 -1.11762,-1.249494 -0.61379,0 -0.93158,0.23119 -1.06924,0.777868 -0.13053,0.518398 -0.481,0.796323 -1.00418,0.796323 -0.34556,0 -0.42998,-0.035 -0.61506,-0.254942 -0.20567,-0.24442 -0.25275,-0.363534 -0.32499,-0.822136 -0.018,-0.113922 -0.0363,0.03521 -0.0409,0.331408 -0.0106,0.687667 0.26705,1.535887 0.57749,1.763848 0.12039,0.0884 0.38137,0.192115 0.57997,0.230482 0.1986,0.03836 2.28118,0.07215 4.62797,0.07507 4.32836,0.0054 6.04842,0.07085 7.44302,0.283254 l 0.77342,0.117797 0.28405,-0.314406 c 0.35265,-0.390341 0.58909,-0.440904 1.28746,-0.275336 l 0.54994,0.130377 0.2864,-0.218449 c 0.18335,-0.139843 0.39072,-0.218449 0.57631,-0.218449 0.34135,0 1.13071,0.258254 1.51465,0.495533 0.15194,0.0939 0.41424,0.167284 0.59797,0.167284 0.52312,0 1.15503,0.224175 1.34789,0.478175 0.0944,0.124338 0.33425,0.434177 0.53297,0.688531 0.19873,0.254354 0.46122,0.613417 0.58331,0.797919 0.20761,0.313721 0.25205,0.337949 0.68564,0.373906 0.65932,0.05468 0.86053,0.400368 0.56532,0.971248 -0.11698,0.226199 -0.11358,0.238147 0.0818,0.287184 0.31777,0.07975 0.48518,0.403399 0.42726,0.825974 -0.045,0.32814 -0.0308,0.36722 0.16659,0.45713 0.21197,0.0966 0.21485,0.10921 0.16356,0.71608 -0.0424,0.50112 -0.0302,0.61777 0.0646,0.61777 0.18243,0 0.60769,0.47051 0.66627,0.73714 0.0394,0.17945 -0.0601,0.53335 -0.39167,1.39305 l -0.4445,1.15247 0.30608,-0.005 c 0.21557,-0.003 0.37043,-0.0694 0.52375,-0.22272 0.42571,-0.42579 1.04386,-0.36985 1.04386,0.0945 0,0.35178 -0.30213,0.527962 -0.82003,0.478202 l -0.40307,-0.0387 -0.16276,0.35379 -0.16275,0.35377 0.23573,0.40832 c 0.12967,0.22458 0.51584,0.663 0.85818,0.97427 0.54476,0.49532 0.70242,0.58983 1.26351,0.75738 1.32982,0.3971 1.40462,0.40017 2.41493,0.0988 0.29207,-0.0871 0.59869,-0.13691 0.68137,-0.11067 0.39527,0.12546 0.68746,0.96314 0.45807,1.31323 -0.14571,0.22239 -0.4985,0.32124 -1.67049,0.4681 -0.95009,0.11905 -1.59798,0.0191 -2.42639,-0.37432 l -0.61578,-0.29243 0.0575,0.22805 c 0.11394,0.4521 0.20349,1.64603 0.15694,2.09223 -0.0731,0.70053 -0.33752,1.5325 -0.78094,2.45699 -0.47339,0.98694 -0.86334,1.38051 -2.03498,2.05379 l -0.73593,0.4229 0.006,1.03366 c 0.004,0.76526 0.0449,1.15199 0.15652,1.48935 0.20846,0.62982 0.57816,1.34895 0.86067,1.67417 0.32252,0.37128 0.42703,0.58879 0.42703,0.8888 0,0.61282 -0.66763,0.77196 -1.36995,0.32656 z m 1.04415,-0.16589 c 0.11544,-0.21571 0.0416,-0.39857 -0.38594,-0.95548 -1.10216,-1.43577 -1.28203,-2.99522 -0.72007,-6.24296 0.27905,-1.61273 0.30795,-1.92109 0.30653,-3.27188 -0.001,-1.39299 -0.14185,-2.77555 -0.28182,-2.77555 -0.0319,0 -0.10362,0.15221 -0.15935,0.33824 -0.0557,0.18604 -0.1698,0.45081 -0.25348,0.5884 -0.12141,0.19965 -0.1357,0.30283 -0.0708,0.51099 0.0448,0.14346 0.10154,0.78281 0.12622,1.42077 0.0511,1.32033 -0.0489,2.16836 -0.53235,4.51544 -0.46251,2.24551 -0.39809,3.4063 0.26439,4.764 0.35955,0.73688 0.42346,0.81206 0.91011,1.07082 0.48803,0.25949 0.67294,0.26812 0.79653,0.0372 z m -13.03647,-4.13368 c 0.79709,-0.39832 1.2165,-0.84608 1.42301,-1.51923 0.21872,-0.71292 0.2202,-1.16717 0.006,-1.7405 l -0.16856,-0.45053 -0.31535,0.0423 c -0.26892,0.0361 -0.34071,0.0101 -0.48766,-0.17677 -0.13567,-0.17247 -0.15751,-0.27073 -0.10266,-0.46196 0.0668,-0.23283 0.0519,-0.2511 -0.35871,-0.44084 -0.33649,-0.15549 -0.5261,-0.19028 -0.88405,-0.16224 l -0.45569,0.0357 0.0278,0.43938 0.0278,0.43938 0.36826,0.0415 c 0.52092,0.0587 1.11302,0.38616 1.31088,0.72497 0.39333,0.67346 0.0892,1.83499 -0.5797,2.21407 -0.50499,0.28618 -0.91016,0.24913 -1.50911,-0.13799 -0.27721,-0.17917 -0.54528,-0.40287 -0.59572,-0.49711 -0.077,-0.14383 -0.17107,-0.17135 -0.5859,-0.17135 -0.53671,0 -0.56998,0.0384 -0.40608,0.46955 0.0924,0.24311 0.56628,0.73011 1.10887,1.13967 0.70251,0.53025 1.40338,0.5985 2.17687,0.21198 z m -6.60093,-0.13311 c 0.36468,-0.17163 0.6335,-0.37004 0.81947,-0.60485 0.30568,-0.38595 0.69295,-1.25665 0.60022,-1.34948 -0.0325,-0.0325 -0.26501,-0.0833 -0.51676,-0.11291 -0.445,-0.0523 -0.46068,-0.0472 -0.56374,0.18339 -0.34341,0.76831 -0.83793,1.15824 -1.58041,1.24618 -0.54507,0.0646 -0.92228,-0.0802 -1.43883,-0.55235 -0.65613,-0.59968 -0.85024,-1.06722 -0.97362,-2.34519 -0.0934,-0.96746 -0.12707,-1.10132 -0.3856,-1.53277 -0.51052,-0.85201 -0.52177,-0.8458 -0.52177,0.28783 0,1.22006 0.12696,2.55441 0.30391,3.19417 0.10995,0.3975 0.2245,0.56918 0.70252,1.05292 0.44295,0.44826 0.64051,0.58945 0.88015,0.62903 0.16995,0.028 0.45814,0.0834 0.64041,0.12291 0.65721,0.14252 1.44666,0.0576 2.03405,-0.21888 z m 16.71598,-0.87042 c 0.49042,-0.11819 0.54732,-0.17981 0.66532,-0.72042 0.12449,-0.57029 0.12358,-0.63694 -0.007,-0.52991 -0.057,0.0466 -0.34591,0.18296 -0.6421,0.30298 -0.62916,0.25497 -1.39821,0.28871 -2.1949,0.0963 -0.27303,-0.0659 -0.50919,-0.10713 -0.52479,-0.0915 -0.0156,0.0156 -0.0484,0.17791 -0.0729,0.3607 -0.044,0.32803 -0.0404,0.33341 0.27624,0.41537 1.05132,0.27213 1.84331,0.32487 2.50041,0.1665 z m 3.02479,-1.1372 c 0.59791,-0.39271 1.08022,-1.01661 1.42049,-1.83756 0.62794,-1.51495 0.76959,-2.61144 0.50182,-3.88438 -0.17456,-0.82987 -0.889,-2.23387 -1.72145,-3.38301 l -0.31514,-0.43503 -0.41794,0.21178 c -0.29403,0.149 -0.39562,0.24113 -0.34265,0.31075 0.73621,0.96771 1.05861,1.49227 1.41026,2.29455 0.48918,1.11603 0.63548,1.86872 0.58235,2.99615 -0.0302,0.64085 -0.0765,0.85183 -0.2699,1.22931 -0.50093,0.9778 -1.04782,1.65183 -1.55051,1.91097 -0.31134,0.1605 -0.32855,0.19801 -0.44502,0.96937 l -0.0534,0.35336 0.44247,-0.26433 c 0.24336,-0.14537 0.58472,-0.35775 0.75858,-0.47193 z m -0.3208,-1.2774 c 0.23042,-0.24035 0.58219,-0.74777 0.78171,-1.12759 0.36058,-0.68645 0.36279,-0.69589 0.36845,-1.57217 0.003,-0.48486 -0.0423,-1.09932 -0.10093,-1.36546 -0.13832,-0.62788 -0.83456,-2.18758 -1.18504,-2.65469 -0.15057,-0.20069 -0.31447,-0.43311 -0.36423,-0.5165 -0.073,-0.12236 -0.10101,-0.0321 -0.14515,0.46752 -0.0429,0.48589 -0.0184,0.7618 0.11376,1.28196 0.24774,0.97488 0.31314,3.24096 0.1303,4.51545 -0.0752,0.52403 -0.1574,1.05532 -0.18271,1.18064 -0.0706,0.34918 0.11087,0.28419 0.58384,-0.20916 z m -3.9247,-0.80578 c 0.38798,-1.13004 0.63534,-1.60528 1.35172,-2.59701 1.03555,-1.43359 1.1174,-1.57338 1.36718,-2.33508 0.26443,-0.80638 0.39272,-1.67105 0.27391,-1.84616 -0.059,-0.0869 -0.15086,-0.0712 -0.45923,0.0787 -0.35685,0.17337 -0.38551,0.21038 -0.38551,0.49767 0,0.37742 -1.11468,2.61547 -1.87556,3.76575 -0.56237,0.85019 -0.89901,1.67546 -1.03135,2.52831 -0.10922,0.70399 -0.07,0.83915 0.23315,0.80408 0.20865,-0.0241 0.25113,-0.0966 0.52569,-0.89621 z m -8.03122,0.077 c -0.23295,-0.19035 -0.34294,-0.20325 -0.34294,-0.0402 0,0.17766 0.34509,0.39742 0.45231,0.28804 0.0601,-0.0613 0.0269,-0.13645 -0.10937,-0.24779 z m 0.53119,-0.27727 c 0.0292,-0.15573 0.0216,-0.33909 -0.0169,-0.40747 -0.0594,-0.10544 -0.10443,-0.0947 -0.29639,0.0707 l -0.22629,0.19504 0.18487,0.21093 c 0.24337,0.27768 0.29144,0.2683 0.35477,-0.0692 z m -0.34961,-0.68411 c 0.41606,-0.5903 0.38285,-1.9437 -0.0667,-2.71966 -0.52474,-0.90566 -1.90577,-1.48026 -2.89326,-1.20378 -0.56692,0.15873 -1.25757,0.81658 -1.41546,1.34822 -0.19989,0.67313 -0.17672,0.77829 0.18474,0.83803 0.68628,0.11344 0.82827,0.0777 0.93119,-0.23409 0.30619,-0.92779 1.74953,-1.03495 2.43691,-0.18092 0.22661,0.28155 0.25503,0.37514 0.24262,0.79906 -0.0136,0.46214 -0.16327,0.88464 -0.41578,1.17316 -0.10759,0.12295 -0.0833,0.15891 0.23784,0.35129 0.19674,0.11788 0.39499,0.20243 0.44055,0.18789 0.0456,-0.0145 0.1884,-0.17618 0.31739,-0.3592 z m -11.2953,-0.45222 c 0,-0.26666 0.40562,-1.40121 0.5971,-1.67012 0.20347,-0.28574 0.85428,-0.60307 1.39745,-0.68139 0.67368,-0.0971 1.37364,0.35078 1.72695,1.10511 l 0.19331,0.41272 0.71458,0.0337 c 0.39301,0.0186 0.72735,0.025 0.74296,0.0142 0.0782,-0.0539 -0.28012,-1.01962 -0.49326,-1.32941 -0.31178,-0.45314 -0.63526,-0.69286 -1.35948,-1.00745 -0.77446,-0.3364 -1.28446,-0.39781 -1.93017,-0.23238 -1.2747,0.32656 -1.7909,0.8236 -2.25438,2.17075 l -0.14594,0.42418 0.3433,0.50054 c 0.34434,0.50206 0.46758,0.57044 0.46758,0.25946 z m 28.99117,-2.48127 c 0.93008,-0.12331 1.11801,-0.2492 0.99778,-0.66841 -0.14699,-0.51255 -0.22198,-0.53422 -1.10915,-0.32052 -0.88698,0.21366 -1.0805,0.19699 -2.40501,-0.207 -0.66654,-0.20331 -0.7387,-0.24948 -1.39692,-0.89365 -0.55625,-0.54438 -0.75973,-0.81436 -1.02473,-1.35961 -0.25109,-0.51662 -0.35382,-0.65718 -0.42689,-0.58411 -0.14974,0.14974 -0.11984,0.23816 0.24186,0.71525 0.39214,0.51724 1.07938,1.69377 1.29437,2.21593 0.12318,0.29919 0.23458,0.40811 0.64597,0.63161 0.27341,0.14855 0.62761,0.31901 0.78709,0.37882 0.33445,0.12541 1.20645,0.2581 1.44992,0.22062 0.0911,-0.014 0.5167,-0.0721 0.94571,-0.12893 z m -7.94672,-2.41743 c 0,-0.20888 -0.0231,-0.23123 -0.18642,-0.181 -0.2581,0.0793 -0.25573,0.0721 -0.13424,0.40808 0.0983,0.27186 0.11905,0.28693 0.21474,0.15608 0.0583,-0.0797 0.10592,-0.2521 0.10592,-0.38316 z m -25.67112,-0.3513 -0.0284,-0.4558 -2.37433,-0.002 c -2.92127,-0.002 -4.44015,-0.13825 -4.89053,-0.4386 -0.38585,-0.25732 -1.05858,-1.368566 -1.34463,-2.221126 -0.16121,-0.48048 -0.30706,-0.73838 -0.57886,-1.02356 -0.19984,-0.20968 -0.40917,-0.46368 -0.46517,-0.56445 -0.10069,-0.18115 -0.10186,-0.18069 -0.10477,0.041 -0.004,0.31246 0.38613,2.66981 0.52519,3.172716 0.1611,0.58262 0.44599,1.27181 0.63609,1.53878 0.0888,0.12468 0.16142,0.26754 0.16142,0.31747 0,0.0646 1.22362,0.0908 4.24618,0.0909 l 4.24617,8e-5 -0.0284,-0.4558 z m 6.96399,0.36904 c 1.04653,-0.10624 1.4751,-0.25431 1.79691,-0.62083 0.22593,-0.25732 0.42101,-0.7308 0.42218,-1.02467 10e-4,-0.096 -0.0249,-0.0943 -0.14453,0.0102 -0.20704,0.18083 -0.58826,0.28491 -1.71918,0.46933 -1.69681,0.2767 -2.90914,0.36833 -4.96909,0.37554 l -1.9864,0.007 -0.0715,0.20712 c -0.0436,0.12654 -0.0372,0.2958 0.0166,0.43498 l 0.0881,0.22784 2.8572,0 c 1.57145,0 3.24082,-0.0389 3.70968,-0.0865 z m 2.60345,-0.36976 c 0.11637,-0.035 0.4944,-1.01534 0.60674,-1.573586 0.42212,-2.09739 0.46819,-2.45496 0.36563,-2.83769 -0.052,-0.19411 -0.38594,-0.26599 -0.48571,-0.10456 -0.1396,0.22588 -0.47744,1.96411 -0.66425,3.417646 -0.0315,0.24545 -0.15519,0.54818 -0.32997,0.8079 l -0.27952,0.41536 0.34658,-0.0484 c 0.19063,-0.0266 0.38884,-0.0611 0.4405,-0.0766 z m 15.82981,-0.0905 c 0.26398,-0.0767 0.93276,-0.35354 1.48619,-0.61511 0.9268,-0.43804 1.02408,-0.50603 1.23214,-0.861046 0.29085,-0.4963 1.03533,-2.40345 1.03533,-2.65224 0,-0.24574 -0.29984,-0.62735 -0.49293,-0.62735 -0.19136,0 -0.50055,0.69666 -0.50323,1.13387 -0.004,0.71163 -1.14172,2.17978 -2.35935,3.045546 -0.87087,0.61921 -1.45376,0.70598 -1.99441,0.2969 -0.179,-0.13543 -0.37012,-0.24729 -0.42471,-0.24855 -0.17641,-0.004 0.0559,0.48762 0.29446,0.62332 0.26715,0.15194 1.01862,0.11045 1.72651,-0.0953 z m -0.61679,-0.28609 c 0.17088,-0.0475 0.30918,-0.11249 0.30733,-0.14453 -0.002,-0.032 -0.10759,-0.18 -0.23497,-0.32882 l -0.2316,-0.27058 -0.44499,0.19639 -0.44499,0.19638 0.32784,0.21431 c 0.38909,0.25436 0.33512,0.24412 0.72138,0.13685 z M 598.8874,100.7086 c 0,-0.0436 0.16069,-0.17353 0.35709,-0.28863 0.54985,-0.32223 1.40557,-0.41176 2.44438,-0.25573 0.97988,0.14717 2.11827,0.16479 2.48088,0.0384 0.42251,-0.14729 0.58898,-0.890896 0.24731,-1.104766 -0.20523,-0.12847 -0.57036,0.0907 -0.65045,0.39049 -0.11127,0.41649 -0.21181,0.4711 -0.86728,0.4711 l -0.60748,0 -0.0561,-0.29924 c -0.11506,-0.61332 0.27018,-3.12178 0.55013,-3.58212 0.31003,-0.5098 1.64859,-0.94224 3.36792,-1.08806 0.58315,-0.0494 1.56361,-0.14652 2.17878,-0.2157 0.61519,-0.0692 2.22815,-0.15542 3.58437,-0.19166 1.35623,-0.0362 2.49027,-0.0903 2.52009,-0.12009 0.1817,-0.181707 -7.11978,0.0954 -9.60151,0.36435 -1.87053,0.20274 -3.40454,0.87116 -4.3392,1.89074 -0.23507,0.25643 -0.79278,0.95092 -1.23935,1.54331 -1.43312,1.901076 -1.38911,1.866696 -2.39948,1.874446 -0.83279,0.006 -0.89911,-0.10289 -0.45725,-0.753536 0.39086,-0.57557 0.39465,-0.7484 0.027,-1.23152 -0.29542,-0.38822 -0.62992,-0.56842 -1.26096,-0.67931 -0.5892,-0.10354 -0.67883,-0.0812 -2.11993,0.52738 -0.27341,0.11547 -0.75242,0.25421 -1.06446,0.3083 -0.54108,0.0938 -0.59403,0.0879 -1.14387,-0.12785 -0.3171,-0.1244 -0.59348,-0.20924 -0.61419,-0.18854 -0.10825,0.10826 0.57172,1.51535 1.01855,2.107716 0.10906,0.1446 0.31102,0.3022 0.44879,0.35022 0.23258,0.0811 1.4673,0.2255 2.43226,0.28449 1.09381,0.0669 4.764,0.0482 4.764,-0.0242 z m 25.29606,-0.0141 c 0.0995,-0.0514 0.24469,-0.14903 0.32257,-0.2169 0.13196,-0.115 0.12496,-0.14003 -0.10297,-0.36796 -0.25961,-0.259606 -0.39055,-0.260306 -0.72047,-0.004 l -0.18473,0.14362 0.21145,0.26927 c 0.23983,0.30542 0.23016,0.30183 0.47415,0.17577 z m -4.28926,-0.10614 c 0.15761,-0.11526 0.15758,-0.11917 -0.002,-0.29595 -0.0892,-0.0985 -0.16641,-0.279 -0.17162,-0.401026 -0.008,-0.1895 -0.0582,-0.23232 -0.34322,-0.29339 -0.68531,-0.14685 -1.00965,0.3839 -0.52857,0.864976 0.2732,0.2732 0.7633,0.33196 1.04581,0.12539 z m 2.68892,-0.23148 c 0.25062,-0.0962 0.72971,-0.358916 1.06463,-0.583726 0.81935,-0.54998 2.63269,-2.00894 2.78252,-2.23875 0.25729,-0.39459 0.64354,-1.43174 0.68583,-1.84158 0.0376,-0.36363 0.0212,-0.43923 -0.10568,-0.4879 -0.16192,-0.0621 -0.57935,0.345 -1.0097,0.98479 -0.34049,0.50619 -1.14364,1.35241 -1.8146,1.91194 -0.8146,0.6793 -2.1705,1.51723 -2.7019,1.66973 -0.2632,0.0755 -0.52513,0.22229 -0.66586,0.373086 -0.12761,0.13672 -0.22082,0.25916 -0.20713,0.27209 0.0137,0.0129 0.19264,0.0619 0.3977,0.10882 0.4755,0.10882 0.99752,0.0529 1.57419,-0.1685 z m 5.00369,-0.11419 c 0.0842,-0.21955 0.0566,-0.366056 -0.0691,-0.366056 -0.1625,0 -0.21311,0.10224 -0.15694,0.317026 0.0554,0.21183 0.15525,0.23349 0.22604,0.049 z m -6.2543,-0.694696 c 0.70405,-0.24996 1.26948,-0.57976 1.2191,-0.71105 -0.0229,-0.0597 -0.0667,-0.24203 -0.0973,-0.40526 -0.0306,-0.16323 -0.0816,-0.31284 -0.1134,-0.33246 -0.0318,-0.0196 -0.36308,0.0599 -0.73627,0.17664 -0.74156,0.23203 -0.75396,0.25015 -0.55458,0.80992 0.13182,0.37006 0.0565,0.54198 -0.23769,0.54275 -0.29745,5.5e-4 -0.79766,0.1677 -0.79766,0.26618 0,0.0512 0.0645,0.164416 0.14333,0.251526 0.13994,0.15463 0.14961,0.15154 0.40858,-0.13106 0.16887,-0.184256 0.44718,-0.354026 0.7659,-0.467186 z m 3.9191,0.27039 c 0.34966,-0.34144 0.37359,-0.43687 0.18266,-0.72828 l -0.13152,-0.20073 -0.48636,0.38919 -0.48637,0.38919 0.21913,0.22872 c 0.12052,0.125786 0.25718,0.228706 0.3037,0.228706 0.0465,0 0.22595,-0.138046 0.39876,-0.306796 z m -27.47868,-0.14391 c 0.22821,-0.14953 0.88126,-0.95462 1.65939,-2.04571 0.30446,-0.42693 0.70721,-0.93934 0.89499,-1.13869 0.62922,-0.66801 1.73391,-1.28881 2.89008,-1.62414 0.60717,-0.17611 0.97255,-0.47344 0.97255,-0.791431 0,-0.129967 -0.0307,-0.25528 -0.0682,-0.278474 -0.11305,-0.06987 -1.56208,0.191616 -2.22047,0.400694 -0.74001,0.234991 -1.67674,0.775561 -2.06597,1.192221 -0.44193,0.47308 -3.1376,3.96917 -3.39048,4.39722 -0.0577,0.0977 0.0288,0.10848 0.53227,0.0663 0.33066,-0.0277 0.6888,-0.10781 0.79588,-0.17797 z m 31.06235,0.008 c 0.084,-0.0614 0.12623,-0.15465 0.0938,-0.20713 -0.10477,-0.16953 -0.5071,-0.10641 -0.71201,0.1117 l -0.19459,0.20714 0.33002,0 c 0.18151,0 0.39876,-0.0503 0.48279,-0.11171 z m -25.51862,-0.0227 c 0.118,-0.0453 0.12801,-0.17481 0.0817,-1.05637 -0.0695,-1.32216 0.009,-1.56924 0.60869,-1.92789 0.95169,-0.5687 2.19993,-0.74495 6.06542,-0.85643 3.3355,-0.0962 6.4795,-0.23482 7.91238,-0.34886 0.63796,-0.0508 1.47684,-0.11462 1.86418,-0.14187 0.39479,-0.0278 0.69895,-0.086 0.69221,-0.13241 -0.0199,-0.13662 -0.9963,-0.451 -1.80492,-0.58112 -0.66832,-0.10755 -0.94204,-0.10727 -2.3286,0.002 -0.86419,0.0683 -2.55926,0.16176 -3.76684,0.20768 -2.25282,0.0857 -3.33943,0.15561 -5.70895,0.36754 -1.77356,0.15862 -2.00331,0.19438 -2.74196,0.42682 -0.97832,0.30786 -1.1227,0.42685 -1.31608,1.08471 -0.17216,0.58571 -0.34096,1.86791 -0.34096,2.58996 l 0,0.41753 0.32463,0 c 0.17854,0 0.38515,-0.0232 0.45913,-0.0516 z m 22.95751,-1.21024 c 0.32077,-0.48835 0.24115,-0.51709 -0.29328,-0.10585 -0.49594,0.3816 -0.49618,0.38201 -0.35827,0.59249 l 0.138,0.21061 0.15527,-0.1941 c 0.0854,-0.10675 0.24663,-0.33317 0.35828,-0.50315 z m -2.76625,-0.12882 c 0.19318,-0.17567 0.21017,-0.23037 0.13689,-0.4406 -0.046,-0.13202 -0.13287,-0.24003 -0.19299,-0.24003 -0.12195,0 -0.8687,0.30733 -0.8687,0.35752 0,0.0176 0.0405,0.15874 0.0901,0.31364 0.0496,0.1549 0.10484,0.32954 0.12278,0.38809 0.0374,0.12204 0.33584,-0.0367 0.71188,-0.37862 z m -25.68087,-0.78865 c 0.287,-0.35561 0.73767,-0.95215 1.00151,-1.32564 0.26384,-0.37349 0.6247,-0.83433 0.80192,-1.0241 0.65118,-0.69728 2.24189,-1.419956 3.44095,-1.563273 0.57225,-0.0684 0.68413,-0.113752 0.52667,-0.213517 -0.18677,-0.118342 -0.67123,-0.08325 -1.36265,0.09869 -0.88878,0.233881 -2.06486,0.24509 -2.4511,0.02337 -0.3205,-0.183982 -0.6484,-0.770691 -0.6484,-1.160164 0,-0.270455 0.24369,-0.544544 0.57867,-0.650862 0.12564,-0.03987 0.0744,-0.119757 -0.308,-0.479815 -0.39861,-0.375358 -0.79947,-0.863236 -1.98086,-2.41086 -0.14316,-0.187534 -0.37348,-0.591839 -0.51183,-0.898454 -0.24621,-0.545673 -0.24833,-0.561447 -0.0999,-0.744687 0.12952,-0.159959 0.24679,-0.191528 0.80573,-0.216911 0.48733,-0.02213 0.67861,-2.49e-4 0.7501,0.08592 0.0528,0.0636 0.38657,0.56869 0.74175,1.12243 1.06176,1.655313 2.43532,2.998845 3.32392,3.251235 0.8538,0.242505 2.54389,0.323607 7.38841,0.354542 2.71133,0.01731 4.78056,0.0012 4.59829,-0.03575 -0.18228,-0.03698 -2.3733,-0.162847 -4.86894,-0.279704 -2.49564,-0.116859 -4.84824,-0.262769 -5.228,-0.324245 -0.8022,-0.129859 -1.53219,-0.447864 -1.8239,-0.79455 -0.29131,-0.3462 -0.41645,-1.031305 -0.42056,-2.302393 -0.003,-0.983886 0.0133,-1.116731 0.15068,-1.217265 0.18314,-0.13398 0.95958,-0.244257 1.19459,-0.169668 0.23562,0.07478 0.59209,0.650613 0.67392,1.088641 0.0909,0.486564 0.2874,0.698463 0.64773,0.698463 0.344,0 0.76787,-0.379053 0.76787,-0.686696 0,-0.229193 0.25592,-0.590672 0.52425,-0.74047 0.099,-0.05527 0.38506,-0.120277 0.63569,-0.144468 l 0.45568,-0.04399 -0.22917,-0.155385 c -0.73154,-0.496028 -3.6284,-0.669107 -7.19368,-0.429803 -0.97555,0.06548 -2.51941,0.141932 -3.43078,0.169894 -1.75784,0.05393 -4.10105,0.298967 -4.82957,0.505039 -0.57611,0.162959 -1.04604,0.588683 -1.20991,1.096078 -0.41253,1.277335 -0.59047,3.810729 -0.46086,6.560855 0.0872,1.8502 0.19364,2.77954 0.33829,2.95383 0.13368,0.16107 1.16503,0.52609 1.48266,0.52474 0.43277,-0.002 1.27665,-0.22061 1.72255,-0.44657 0.21752,-0.11022 0.61281,-0.26359 0.87841,-0.3408 0.76727,-0.22305 1.67118,0.002 2.26329,0.56405 0.14723,0.13971 0.31146,0.3866 0.36494,0.54865 l 0.0972,0.29462 0.19033,-0.24722 c 0.10467,-0.13598 0.42514,-0.53818 0.71213,-0.89379 z m 22.61533,0.73437 c 0.75424,-0.14803 2.16865,-0.60751 2.92306,-0.94958 0.62125,-0.28169 1.53879,-0.83796 1.77996,-1.07912 0.0839,-0.0839 0.38133,-0.30794 0.66091,-0.49779 0.51698,-0.35108 0.86565,-0.77869 0.96373,-1.18194 0.0423,-0.17378 0.007,-0.2708 -0.1569,-0.43497 -0.11621,-0.116214 -0.24095,-0.209884 -0.2772,-0.208155 -0.0363,0.0018 -0.16616,0.148169 -0.2887,0.32542 -0.26031,0.376555 -1.12333,1.115715 -1.89118,1.619785 -0.99229,0.6514 -1.91903,0.93814 -3.62447,1.12143 -0.90603,0.0974 -0.94019,0.10844 -1.18064,0.38231 -0.27598,0.3143 -0.31118,0.56291 -0.11865,0.83779 0.15352,0.21918 0.36569,0.23054 1.21008,0.0648 z m 3.99737,-0.74258 c 0.27534,-0.24265 0.39051,-0.40066 0.35654,-0.48919 -0.0422,-0.10998 -0.12898,-0.084 -0.54586,0.16343 -0.46393,0.27537 -0.48989,0.30689 -0.40538,0.49238 0.0497,0.10899 0.11227,0.19673 0.13914,0.19498 0.0268,-0.002 0.23186,-0.16447 0.45556,-0.3616 z m -34.89101,-1.70655 c -0.17271,-1.902476 -0.10203,-5.442763 0.13355,-6.689534 0.41429,-2.192599 0.6708,-2.408549 3.26674,-2.750132 0.69924,-0.09201 2.26844,-0.203479 3.53566,-0.25116 1.25314,-0.04715 2.44621,-0.104336 2.65126,-0.127078 3.0066,-0.333433 7.1083,-0.122883 7.89178,0.405103 0.42161,0.284125 0.8472,1.005193 1.13777,1.927716 0.28119,0.89274 0.3209,0.936065 0.86023,0.938635 l 0.23749,0.0012 -0.0576,-0.559253 c -0.0317,-0.307589 -0.091,-0.708386 -0.1319,-0.890661 -0.0408,-0.182274 -0.0752,-0.484299 -0.0763,-0.671167 -0.003,-0.456293 -0.1408,-0.824898 -0.36373,-0.970971 -0.29936,-0.196153 -1.69761,-0.613357 -2.45526,-0.732597 -0.49835,-0.07843 -1.63683,-0.110834 -3.89405,-0.110834 -2.78305,0 -3.5279,0.02908 -5.84108,0.228041 -5.49362,0.472514 -7.01546,0.632321 -7.20515,0.75661 -0.24204,0.158594 -0.37263,0.773247 -0.45969,2.163732 -0.0371,0.592393 -0.11268,1.543121 -0.16798,2.11273 -0.11147,1.148273 -0.0661,3.526458 0.0876,4.594118 0.0638,0.4429 0.17744,0.80927 0.34701,1.11851 0.22399,0.40848 0.56622,0.86704 0.60575,0.81165 0.008,-0.0112 -0.0379,-0.59828 -0.10204,-1.30459 z m 35.97352,0.50882 c -0.0545,-0.0545 -0.53643,0.41009 -0.53643,0.51716 0,0.046 0.12993,-0.0423 0.28874,-0.19625 0.1588,-0.15393 0.27027,-0.29834 0.24769,-0.32091 z m -3.79515,0.19858 c 0.79166,-0.15353 1.65066,-0.49091 2.27573,-0.89382 0.79994,-0.51562 1.73281,-1.397501 2.06654,-1.953579 0.40275,-0.671096 0.33925,-0.921559 -0.23432,-0.924261 -0.2768,-0.0013 -0.36607,0.132491 -0.14499,0.217326 0.0684,0.02623 0.12428,0.112358 0.12428,0.191398 0,0.147093 -0.80541,0.962495 -1.32564,1.342086 -0.32793,0.23928 -1.22448,0.6087 -1.77873,0.73291 -0.75156,0.16842 -2.16488,0.33198 -2.8687,0.33198 -0.49014,0 -0.80041,0.0407 -0.95909,0.12594 -0.12901,0.0693 -0.33708,0.16155 -0.46239,0.20508 -0.12532,0.0435 -0.22785,0.13345 -0.22785,0.19983 0,0.15312 0.37606,0.42316 0.7487,0.53762 0.37861,0.1163 1.9295,0.0537 2.78646,-0.11251 z m 0.0255,-1.42778 c 0.0806,-0.0718 -0.43116,-0.912848 -0.87243,-1.433775 -0.2509,-0.296196 -0.78822,-0.948657 -1.19403,-1.449912 -1.08317,-1.337932 -1.25434,-1.423947 -3.39979,-1.708392 -1.15617,-0.153286 -1.78398,-0.172279 -6.29676,-0.190499 -5.32908,-0.02151 -5.4891,-0.03295 -5.95561,-0.425484 -0.37859,-0.318563 -0.61541,-1.129563 -0.6241,-2.137206 l -0.007,-0.816086 -0.47466,0.03415 c -0.26106,0.01878 -0.49666,0.05616 -0.52356,0.08305 -0.0944,0.09443 -0.0616,1.851998 0.0442,2.367578 0.13285,0.647261 0.32517,0.897884 0.87593,1.141458 0.75094,0.332101 1.65879,0.423609 6.12631,0.617504 6.18437,0.268408 7.48647,0.442881 8.51214,1.140571 0.19417,0.13208 0.63246,0.385818 0.97397,0.563863 0.3696,0.192685 0.82485,0.524931 1.12472,0.820828 0.41419,0.408708 0.53215,0.589092 0.66328,1.014321 l 0.15949,0.5172 0.41426,-0.052 c 0.22785,-0.0286 0.432,-0.0678 0.45369,-0.0871 z m 0.79382,-0.11798 c 0.20246,-0.051 0.36811,-0.0989 0.36811,-0.10643 0,-0.008 -0.0739,-0.22391 -0.16415,-0.48077 -0.25429,-0.723516 -0.87548,-1.851491 -1.49629,-2.717047 -0.81017,-1.129552 -1.01581,-1.305666 -1.746,-1.495293 -0.82857,-0.215182 -0.99475,-0.205413 -1.26266,0.07423 l -0.22609,0.235982 0.37538,0.143358 c 0.42626,0.162794 0.9281,0.61945 1.43546,1.306234 0.19103,0.258581 0.59137,0.74293 0.88966,1.076331 0.64899,0.725385 1.05826,1.323 1.19533,1.745404 0.11242,0.34639 0.1162,0.3477 0.63125,0.218 z m 1.25877,-0.42397 c 0.23924,-0.093 0.43497,-0.2075 0.43497,-0.254369 0,-0.04687 -0.22163,-0.503576 -0.49251,-1.014902 -0.27089,-0.511327 -0.60611,-1.222796 -0.74495,-1.581042 -0.46499,-1.199914 -0.74103,-1.479 -1.75849,-1.777921 -0.60384,-0.177404 -0.64509,-0.179618 -0.84964,-0.04559 l -0.21497,0.14086 0.30468,0.267095 c 0.92807,0.813571 2.59595,3.649152 2.59595,4.413423 0,0.0987 0.0416,0.12158 0.14499,0.0799 0.0797,-0.0321 0.34074,-0.13446 0.57997,-0.2275 z m -3.39596,0.12311 c -0.22068,-0.464687 -0.28524,-0.527024 -0.71068,-0.686203 -0.25015,-0.09359 -0.88159,-0.243128 -1.40321,-0.332302 -0.87129,-0.148956 -1.36425,-0.162134 -6.06494,-0.162134 -4.5277,0 -6.63315,0.05884 -7.52263,0.210234 -0.23425,0.03987 -0.26927,0.07838 -0.26927,0.29608 0,0.137637 -0.0412,0.327145 -0.0915,0.421125 -0.0886,0.16564 -0.0776,0.16915 0.36036,0.11443 0.24848,-0.031 1.02599,-0.0895 1.72777,-0.12994 0.70179,-0.0404 2.02165,-0.11729 2.93303,-0.170813 1.11488,-0.06548 2.44315,-0.07592 4.05975,-0.03193 1.32149,0.03596 2.90206,0.05579 3.51238,0.04406 1.21343,-0.02331 2.29801,0.09771 2.94711,0.328851 0.47591,0.16947 0.5633,0.18597 0.52178,0.0985 z m 4.75391,-1.135749 0.30158,-0.302841 -0.17267,-0.408709 c -0.095,-0.224791 -0.3122,-0.586192 -0.48273,-0.803111 -0.17053,-0.216922 -0.44742,-0.593926 -0.61532,-0.837788 -0.31462,-0.456956 -0.56934,-0.614177 -1.13448,-0.70024 -0.28653,-0.04363 -0.41375,0.03451 -0.23552,0.144659 0.0414,0.02556 0.1917,0.335345 0.3341,0.68842 0.14241,0.353075 0.49073,1.12987 0.77405,1.72621 l 0.51515,1.084256 0.20713,-0.144009 c 0.11392,-0.0792 0.34284,-0.280285 0.50871,-0.446847 z m -5.68698,0.0038 c -0.31754,-0.254324 -1.17875,-0.441015 -2.56841,-0.55677 -0.59239,-0.04935 -4.19025,-0.113659 -7.99523,-0.142925 l -6.91816,-0.05321 -0.65071,-0.310695 c -0.35788,-0.170883 -0.7192,-0.310696 -0.80291,-0.310696 -0.0837,0 -0.17526,-0.03729 -0.20342,-0.08285 -0.0941,-0.152289 -0.66784,-0.0947 -0.82883,0.08319 -0.13423,0.148324 -0.13871,0.20107 -0.042,0.494237 0.18937,0.573779 0.405,0.702647 1.22947,0.734759 0.53111,0.02069 0.89479,-0.01711 1.39502,-0.144991 0.87262,-0.223077 1.36295,-0.221133 1.82018,0.0072 0.35589,0.177746 0.37679,0.178589 1.54184,0.06214 0.90076,-0.09004 2.44924,-0.115793 6.52501,-0.10854 5.11467,0.0091 5.38391,0.0172 6.2751,0.18874 0.51213,0.09858 1.01546,0.213105 1.1185,0.254509 0.32537,0.130728 0.36127,0.09153 0.10451,-0.114118 z m -1.41033,-0.796366 c -0.0835,-0.09226 -0.39518,-0.287556 -0.69264,-0.433996 l -0.54084,-0.266253 -5.72053,0.01548 c -7.15529,0.01936 -8.40819,-0.07041 -9.45652,-0.677555 -0.71936,-0.416611 -2.03696,-1.856668 -2.78471,-3.043513 l -0.66806,-1.060363 -0.56405,0 c -0.31022,0 -0.58121,0.02797 -0.60219,0.06214 -0.0907,0.147694 0.48346,1.161298 1.12,1.977283 1.33349,1.709423 1.78907,2.126321 3.00955,2.754042 1.012,0.520494 1.24909,0.537342 6.75245,0.479857 3.75357,-0.0392 5.26252,-0.02254 7.11446,0.07859 1.29275,0.07059 2.50447,0.158845 2.6927,0.196117 0.50472,0.09994 0.50484,0.09991 0.34038,-0.08182 z m -21.67826,20.066301 c -0.25848,-0.031 -0.49429,-0.0807 -0.52402,-0.11045 -0.0298,-0.0297 -0.0752,-0.4095 -0.10117,-0.84394 l -0.0471,-0.78989 0.48856,-0.48123 c 0.78192,-0.77017 2.75255,-3.02699 3.10641,-3.55753 0.53626,-0.804 0.56041,-1.14462 0.13426,-1.89325 -0.23461,-0.41215 -0.50014,-0.55663 -0.94306,-0.51315 -0.59076,0.058 -0.90764,0.37848 -1.05878,1.07082 -0.0483,0.22128 -0.0659,0.22785 -0.61186,0.22785 -0.44296,0 -0.65615,0.0468 -1.00573,0.22106 -0.41035,0.20449 -0.59499,0.36596 -1.42329,1.24467 l -0.30161,0.31996 0.24076,0.24077 c 0.13243,0.13242 0.34271,0.44834 0.46732,0.70205 0.20004,0.40732 0.22619,0.55431 0.22351,1.25629 -0.003,0.7227 -0.027,0.84369 -0.26657,1.33031 -0.31135,0.63245 -0.73843,1.00907 -1.41339,1.24639 -0.96983,0.34099 -1.65955,0.2872 -2.59995,-0.20278 -0.38753,-0.20191 -0.54652,-0.35647 -0.89066,-0.86587 -0.26499,-0.39225 -0.41892,-0.70857 -0.41892,-0.86089 l 0,-0.2408 0.78989,0 0.7899,0 0.17287,0.29301 c 0.41123,0.69698 1.62095,0.81864 2.0566,0.20683 0.0916,-0.12864 0.20983,-0.42141 0.26274,-0.65059 0.0894,-0.38713 0.0804,-0.44886 -0.12565,-0.87011 -0.26083,-0.5331 -0.54074,-0.70049 -1.31526,-0.78653 -0.5904,-0.0656 -0.6204,-0.11235 -0.63437,-0.98887 l -0.008,-0.51782 0.43497,-0.001 c 0.62561,-10e-4 1.27301,-0.31684 1.43247,-0.69848 0.36951,-0.88432 -0.15754,-1.78625 -1.04381,-1.78625 -0.55335,0 -1.07219,0.43411 -1.07219,0.89711 0,0.30155 -0.19703,0.36748 -0.90971,0.30439 l -0.66448,-0.0588 10e-4,-0.30207 c 0.001,-0.41851 0.38655,-1.05506 0.95168,-1.57157 0.57518,-0.52567 1.37498,-0.81312 2.01245,-0.72326 0.79737,0.11241 1.73761,0.73152 2.12469,1.39903 0.23725,0.40915 0.40092,1.21921 0.3265,1.61594 -0.0429,0.22882 -0.0312,0.26864 0.0617,0.20885 0.0631,-0.0406 0.24959,-0.1579 0.4144,-0.26059 0.24688,-0.15384 0.30819,-0.24846 0.34809,-0.53718 0.1368,-0.99008 0.63336,-1.79188 1.33008,-2.14764 0.46992,-0.23996 1.29984,-0.29116 1.89853,-0.11711 0.67838,0.19721 1.6102,0.96571 1.90775,1.5734 0.49887,1.01881 0.38684,1.56057 -0.64443,3.11645 -0.37755,0.56961 -0.72699,1.11451 -0.77655,1.21088 -0.0496,0.0964 -0.31596,0.45057 -0.59201,0.78709 -0.27606,0.33653 -0.61424,0.75066 -0.75152,0.9203 l -0.24959,0.30842 0.217,0.0544 c 0.11936,0.0299 0.83392,0.0274 1.58793,-0.006 1.10778,-0.0485 1.38448,-0.0387 1.44154,0.0514 0.0388,0.0613 0.0712,0.37906 0.0719,0.70618 0.002,0.83071 -0.032,0.85507 -1.1853,0.85545 -0.50939,1.7e-4 -1.44814,0.016 -2.0861,0.0352 -0.63796,0.0192 -1.37141,0.01 -1.62988,-0.0215 z m 3.94088,-0.31649 0.63752,-0.0539 -0.0243,-0.49182 -0.0243,-0.49182 -1.59629,0.0103 c -1.37288,0.009 -1.60319,-0.008 -1.64565,-0.11829 -0.0554,-0.14444 -0.0586,-0.13951 0.79779,-1.23916 0.34177,-0.43885 0.69596,-0.911 0.7871,-1.04924 0.9835,-1.49171 1.48779,-2.31555 1.58354,-2.58694 0.30569,-0.86642 0.0236,-1.671 -0.82809,-2.36202 -0.69634,-0.56498 -1.03876,-0.70387 -1.74968,-0.70969 -0.44047,-0.004 -0.65967,0.0378 -0.91137,0.17241 -0.6515,0.34826 -1.04461,0.92655 -1.162,1.70939 -0.0538,0.35887 -0.0508,0.36489 0.21193,0.41743 0.1466,0.0293 0.39237,0.0533 0.54617,0.0533 0.2442,0 0.27962,-0.0267 0.27962,-0.21043 0,-0.35594 0.29166,-0.8138 0.64483,-1.01229 0.42764,-0.24035 1.03296,-0.24828 1.40989,-0.0185 0.32246,0.1966 0.76209,1.04893 0.76219,1.4777 7e-5,0.30762 -0.29121,0.94103 -0.67016,1.45732 -0.34188,0.46576 -2.34199,2.72929 -2.8713,3.24945 l -0.43538,0.42784 0,0.71137 0,0.71138 1.81025,0 c 0.99564,0 2.09713,-0.0242 2.44777,-0.0539 z m -7.53068,-0.16341 c 1.12389,-0.19419 1.76224,-0.87534 1.94913,-2.07983 0.0677,-0.43641 0.0666,-0.68024 -0.004,-0.94731 -0.14094,-0.53005 -0.50421,-1.1549 -0.76285,-1.31219 -0.21506,-0.13079 -0.25564,-0.12805 -0.78714,0.053 -0.30821,0.10503 -0.57903,0.19275 -0.60181,0.19492 -0.0228,0.002 0.10925,0.0724 0.29341,0.15606 0.85473,0.38825 1.18478,1.42895 0.74598,2.35218 -0.22565,0.47474 -0.56389,0.67301 -1.21043,0.70955 -0.66793,0.0377 -1.15837,-0.17414 -1.41676,-0.61207 -0.16414,-0.27819 -0.1821,-0.28553 -0.69882,-0.28553 -0.35234,0 -0.53036,0.0328 -0.53036,0.0978 0,0.16518 0.66321,1.12619 0.87129,1.26253 0.32186,0.21089 1.39146,0.54587 1.61428,0.50557 0.11392,-0.0206 0.35626,-0.0632 0.53853,-0.0947 z m -0.12428,-4.38946 c 0.95957,-0.23304 0.95957,-0.23332 0.003,-0.44639 -0.89089,-0.19859 -0.96493,-0.17457 -0.92712,0.30079 0.0269,0.33873 0.0474,0.37094 0.20739,0.32612 0.0976,-0.0273 0.41983,-0.10858 0.71603,-0.18052 z m 1.45391,-0.73605 c 0.24081,-0.19732 0.39444,-0.41198 0.48493,-0.67757 0.3948,-1.15864 -0.12768,-2.34074 -1.29167,-2.92239 -1.17381,-0.58656 -2.51347,-0.1273 -3.21953,1.10372 -0.31374,0.54701 -0.31119,0.67974 0.0143,0.74484 0.40731,0.0815 0.73532,0.0608 0.73532,-0.0464 0,-0.054 0.0799,-0.26323 0.1776,-0.46502 0.1418,-0.29291 0.26294,-0.40662 0.60068,-0.56389 0.54453,-0.25354 0.75072,-0.24889 1.2946,0.0292 0.54697,0.2797 0.76776,0.65498 0.76776,1.30492 0,0.56987 -0.23092,1.02503 -0.63052,1.24279 -0.32993,0.17979 -0.38812,0.28728 -0.15954,0.29466 0.0797,0.003 0.27549,0.054 0.43498,0.11439 0.41324,0.15635 0.40342,0.15833 0.79109,-0.15934 z"
       id="path4105"
       inkscape:connector-curvature="0" /><path
       style="fill:#ffffff"
       d="m 235.47795,164.62473 c -2.55464,-0.31174 -3.20843,-0.65761 -5.9935,-3.17071 -1.73329,-1.56406 -2.80162,-2.31467 -3.29436,-2.31467 -1.27697,0 -1.46671,-0.48973 -1.46671,-3.78549 0,-1.69985 -0.0907,-3.51818 -0.20167,-4.04074 -0.19423,-0.915 -0.23479,-0.86553 -1.09767,1.33903 -0.49281,1.25903 -0.97547,3.17191 -1.07263,4.25083 -0.15886,1.76378 -0.27995,2.04714 -1.20033,2.80855 -1.2487,1.03302 -2.4966,1.27704 -5.65088,1.10499 -2.03321,-0.1109 -2.63158,-0.26711 -3.74259,-0.97697 -0.72735,-0.46473 -1.87554,-0.9101 -2.55154,-0.98972 l -1.22909,-0.14477 -0.15364,-3.23346 c -0.0845,-1.7784 -0.23592,-3.31077 -0.33646,-3.40525 -0.10059,-0.0945 -0.5726,0.70915 -1.04897,1.78585 -1.11246,2.51444 -1.264,2.68235 -2.41628,2.67702 -1.37265,-0.006 -1.56967,-0.19653 -2.54477,-2.45648 l -0.87444,-2.02665 -0.0872,3.10928 c -0.0956,3.40834 0.0176,3.23165 -2.21739,3.46834 -0.73647,0.078 -0.77545,0.002 -0.94455,-1.85123 -0.12691,-1.39078 -0.47149,-2.48361 -1.22909,-3.89816 -0.579,-1.08107 -1.2066,-2.00772 -1.39469,-2.05924 -0.21871,-0.0598 -0.39846,0.65011 -0.49867,1.96957 -0.12626,1.66275 -0.32826,2.29174 -1.04074,3.24071 -1.2641,1.68366 -2.29852,2.30548 -4.10787,2.46929 -1.60301,0.14512 -2.38217,-0.0844 -4.03708,-1.18941 -0.6407,-0.42779 -0.93897,-0.47364 -1.43936,-0.22131 -0.9543,0.48121 -1.54728,0.38812 -2.35092,-0.36912 l -0.72956,-0.68742 -1.17695,1.14844 -1.17692,1.14845 -2.37758,-0.12342 c -2.68554,-0.13941 -3.16492,-0.41005 -4.49107,-2.53541 -0.75205,-1.20525 -0.81318,-1.55344 -0.81318,-4.63269 0,-3.04493 0.0721,-3.46783 0.84375,-4.94829 1.04362,-2.00227 1.56006,-2.45296 3.30841,-2.88719 1.85396,-0.46046 3.53474,-0.009 5.20183,1.39527 1.23188,1.03816 1.95251,2.57167 1.63183,3.47263 -0.20673,0.58075 -2.05824,0.42435 -2.87289,-0.24269 -1.02972,-0.84317 -2.7229,-1.46489 -3.42089,-1.25615 -1.07859,0.32255 -1.77069,1.84249 -1.77008,3.88738 0,3.46915 0.7314,4.87559 2.65831,5.11911 1.16436,0.14714 1.2993,0.0906 1.83288,-0.76719 0.51754,-0.83212 0.68504,-0.90923 1.65142,-0.76028 0.5915,0.0911 1.24829,0.16719 1.45954,0.16894 0.21125,0.002 0.38409,0.31959 0.38409,0.70632 0,0.74359 0.72019,1.61605 1.32786,1.6086 0.9157,-0.0112 1.1216,-0.43553 0.77684,-1.60075 -0.44745,-1.51219 -0.13277,-6.52929 0.5213,-8.31144 1.04491,-2.84714 4.37753,-3.8853 8.51604,-2.65286 0.84759,0.25241 1.47989,1.72199 1.67256,3.88721 0.16162,1.81645 0.24796,2.01435 1.00825,2.31108 0.45732,0.17848 1.0514,0.74047 1.32014,1.24884 0.4731,0.89488 0.48927,0.80633 0.50832,-2.78145 0.0224,-4.23007 0.45212,-5.60564 1.65611,-5.30138 0.36744,0.0929 0.76941,0.17063 0.89331,0.1728 0.25396,0.005 2.63545,4.635 3.46398,6.73531 0.29836,0.75638 0.6274,1.3748 0.73119,1.37428 0.10377,-5.8e-4 0.59684,-0.94508 1.0957,-2.09903 0.49886,-1.15394 1.36729,-3.04263 1.92978,-4.1971 0.92636,-1.90122 1.10667,-2.09902 1.91332,-2.09902 1.83175,0 1.87284,0.19249 1.65689,7.76355 l -0.19559,6.85725 1.34976,0.89571 c 1.99073,1.32105 2.87614,1.51834 5.74684,1.28052 3.0115,-0.24948 4.05295,-0.90043 4.05295,-2.53331 0,-0.59513 -0.12363,-0.90796 -0.31478,-0.79665 -0.17312,0.10079 -0.71328,0.10079 -1.20033,4e-5 -0.62854,-0.13007 -0.94426,-0.40938 -1.08784,-0.96239 -0.11127,-0.42852 -0.50445,-1.69113 -0.87377,-2.80578 l -0.67148,-2.02665 -0.15363,3.90226 c -0.15147,3.84713 -0.16449,3.90576 -0.92183,4.1511 -0.46807,0.15164 -1.09831,0.12862 -1.61319,-0.0589 l -0.84499,-0.3078 0.0325,-4.85664 c 0.0179,-2.67115 0.12159,-6.0292 0.23046,-7.46233 0.18992,-2.50031 0.22898,-2.60973 0.96609,-2.7058 0.42251,-0.0551 0.90687,-0.20716 1.07632,-0.33796 0.369,-0.28482 1.15784,0.21559 1.60335,1.01711 0.17702,0.31848 0.76874,1.81675 1.31493,3.3295 1.71624,4.75329 1.45813,4.73741 3.75794,0.23114 1.942,-3.80514 2.03037,-3.92166 3.12008,-4.11428 0.61683,-0.10903 1.24145,-0.12839 1.38806,-0.043 0.1466,0.0854 0.27808,3.47963 0.29218,7.54281 l 0.0255,7.38759 2.04754,1.80828 c 3.60422,3.18306 3.76419,3.25589 7.1521,3.25589 2.82633,0 3.07329,-0.0522 5.57322,-1.17955 3.46681,-1.56326 5.41991,-3.69664 3.60645,-3.93931 -0.60251,-0.0807 -0.71672,-0.31582 -0.88849,-1.82965 -0.25623,-2.25836 -0.25789,-7.67059 -0.003,-9.69616 0.17126,-1.3609 0.32183,-1.64442 1.04653,-1.97073 0.711,-0.32014 0.79532,-0.47116 0.52692,-0.94372 -0.36864,-0.649 -1.60514,-0.73787 -2.73268,-0.19641 -0.40962,0.1967 -1.07328,0.94391 -1.47482,1.66048 -0.68036,1.21419 -0.71588,1.5024 -0.52169,4.23577 0.29913,4.21071 -0.1132,5.60547 -2.23391,7.55633 -0.90863,0.83586 -2.00142,1.60236 -2.42838,1.70334 -2.20453,0.52133 -5.12897,-0.7564 -6.14528,-2.68496 -0.52415,-0.99464 -0.57675,-1.68279 -0.50012,-6.5431 0.047,-2.98735 0.21974,-5.76378 0.38357,-6.16982 0.2571,-0.63717 0.45575,-0.72596 1.4507,-0.64839 l 1.15295,0.0899 0.1773,5.87143 c 0.16064,5.31903 0.23654,5.94553 0.80668,6.65898 0.55422,0.69347 0.8336,0.78677 2.33897,0.78108 0.94025,-0.004 1.8217,-0.11345 1.95877,-0.24421 0.13705,-0.13076 0.2492,-3.05925 0.2492,-6.50775 l 0,-6.27001 0.948,-0.0872 c 0.56861,-0.0523 1.10243,0.0882 1.33397,0.35105 0.3412,0.38738 0.48414,0.36979 1.23256,-0.15157 1.72359,-1.2007 4.93549,-0.88633 4.93549,0.48307 0,0.24049 0.44939,0.86214 0.99864,1.38145 0.54925,0.51931 1.60135,2.00257 2.33801,3.29615 0.73665,1.29357 1.73882,2.78604 2.22705,3.31659 l 0.88772,0.96462 -0.0424,-4.44544 c -0.0449,-4.72145 0.0225,-4.94977 1.46558,-4.95955 1.1909,-0.008 1.32561,0.55933 1.41304,5.95185 l 0.0841,5.18975 1.14356,0.5772 c 1.09558,0.55297 1.16647,0.5556 1.69,0.0629 0.4799,-0.45167 0.55863,-1.21824 0.64635,-6.29496 l 0.0999,-5.78067 0.71999,0 c 1.64496,0 1.69206,0.10402 1.69206,3.73684 0,2.20354 0.12584,3.50392 0.36041,3.72494 0.2504,0.23596 0.2692,0.54075 0.0616,0.99886 -0.16436,0.36259 -0.2432,1.87517 -0.17524,3.36126 l 0.12362,2.702 0.81347,-0.18774 c 1.15393,-0.26632 1.43018,-0.60136 2.51033,-3.04485 1.78871,-4.04635 2.18278,-5.36789 2.08442,-6.99014 l -0.094,-1.55073 -2.03332,0.0968 c -1.97614,0.0941 -2.03758,0.0758 -2.18511,-0.65143 -0.0835,-0.4115 -0.0858,-1.0739 -0.005,-1.472 0.12856,-0.63372 0.30488,-0.72337 1.41693,-0.72036 0.69855,0.002 2.01375,0.18993 2.92263,0.41787 1.43743,0.36046 1.71031,0.36003 2.09607,-0.004 0.26592,-0.25057 1.08056,-0.42506 2.0347,-0.43582 l 1.59124,-0.018 -1.38273,-0.61818 c -0.76049,-0.34 -4.07905,-1.95182 -7.37456,-3.58182 -3.2955,-1.63 -6.75233,-3.2403 -7.68183,-3.57845 -1.78634,-0.64985 -4.47809,-1.81307 -16.50965,-7.13456 -10.89333,-4.81807 -10.94025,-4.83654 -10.74983,-4.23069 1.16905,3.71969 1.27389,4.39577 0.89088,5.74512 -0.47871,1.68641 -1.36313,2.88475 -2.55913,3.4675 -1.95785,0.95395 -8.24439,1.49182 -8.67135,0.74191 -0.0577,-0.1014 0.004,-3.18087 0.13668,-6.84331 0.17696,-4.87631 0.14574,-6.86999 -0.11655,-7.44716 -0.28601,-0.62935 -0.97857,-1.02865 -3.43649,-1.98132 -1.69303,-0.65622 -3.64877,-1.50266 -4.346,-1.881 -0.69727,-0.37832 -3.80841,-1.74079 -6.91366,-3.0277 -3.10527,-1.28691 -8.8262,-3.87736 -12.71322,-5.75656 -3.887,-1.87919 -8.40478,-3.96686 -10.03947,-4.63927 -7.93205,-3.262648 -17.0444,-9.349883 -19.75377,-13.195907 -2.72396,-3.866721 -4.0554,-8.890145 -4.3495,-16.410305 -0.11635,-2.975618 -0.29427,-5.532318 -0.39536,-5.681565 -0.17109,-0.252634 -8.3968,-4.339586 -14.55028,-7.229335 l -2.69012,-1.263305 -0.94397,0.889445 c -0.5192,0.489192 -1.13664,0.889438 -1.37207,0.889438 -0.23547,0 -1.2726,-0.404366 -2.3048,-0.898588 -1.9124,-0.915661 -3.05466,-2.155575 -3.05691,-3.318223 0,-0.397638 -0.36139,-0.759657 -1.07702,-1.08121 -1.01837,-0.457568 -1.12634,-0.454481 -2.02035,0.05779 -1.2507,0.716646 -1.65695,1.320343 -2.11448,3.142091 -0.21008,0.836481 -0.49194,1.584919 -0.62635,1.663195 -0.13442,0.07827 -0.56298,-0.100777 -0.95238,-0.397876 -0.93089,-0.710234 -0.95117,-2.322188 -0.0438,-3.478603 0.54605,-0.695892 0.58467,-0.87528 0.21708,-1.008187 -0.63117,-0.228216 -2.81865,1.816571 -3.06523,2.865277 -0.39355,1.673635 -0.37974,1.662417 -1.36838,1.112146 -0.50304,-0.279984 -0.98586,-0.683979 -1.07294,-0.897778 -0.24637,-0.604955 1.89974,-3.417191 3.05522,-4.003498 0.83514,-0.423777 0.98128,-0.624529 0.75045,-1.030892 -0.59236,-1.04292 -0.29916,-4.928696 0.59827,-7.928684 1.02991,-3.442959 1.44388,-4.246212 3.28724,-6.378588 1.47865,-1.71052 1.96765,-3.267412 1.97155,-6.277321 0,-1.221067 0.0991,-1.415175 0.90833,-1.809504 1.10985,-0.540767 2.74515,-0.576479 2.95363,-0.0645 0.0845,0.207464 -0.0545,0.846434 -0.30874,1.419935 -0.25434,0.573502 -0.58966,1.576318 -0.74517,2.228482 l -0.28275,1.185755 1.3649,0 c 1.24879,0 1.40065,0.08003 1.78536,0.940942 l 0.42044,0.940943 0.21857,-0.868569 c 0.37511,-1.490619 1.40651,-3.570595 1.85002,-3.730959 0.63997,-0.231387 2.2845,1.210142 2.2845,2.002486 0,0.37454 -0.14741,0.766816 -0.32757,0.871731 -0.5841,0.340131 -2.13079,2.522724 -2.12537,2.999209 0.003,0.28233 0.66011,0.730316 1.68219,1.14718 1.7627,0.718929 2.86472,0.724538 4.65747,0.02368 0.84983,-0.332215 1.07427,-0.312317 1.84365,0.163412 0.4818,0.297921 1.21096,0.575599 1.62034,0.617059 1.10685,0.112083 1.82566,0.957839 2.13345,2.510171 0.151,0.761523 0.32577,1.422289 0.38837,1.468386 0.0626,0.04605 1.26556,0.586601 2.67321,1.201131 1.9137,0.835463 2.68887,1.045357 3.07273,0.832022 0.6333,-0.351958 2.78461,-4.37027 2.80388,-5.237202 0.0302,-1.360661 0.57008,-2.117879 1.50994,-2.117879 0.516,0 0.97209,0.185514 1.07453,0.437062 0.34664,0.851124 -0.44349,3.503991 -1.77926,5.974037 l -1.35336,2.502564 1.6461,0.593529 c 2.7169,0.979641 3.57426,1.039571 4.83613,0.338063 0.63241,-0.351572 1.49169,-0.581309 1.97777,-0.528755 0.73556,0.07952 1.05496,-0.151429 2.21529,-1.601723 1.7341,-2.167448 4.44182,-4.189229 7.55511,-5.641136 3.36358,-1.568619 4.94378,-2.026434 7.74482,-2.243741 3.26036,-0.252952 6.47961,0.238323 11.65056,1.777941 4.75625,1.41614 9.18126,3.284324 23.77653,10.038176 15.29337,7.07688 29.63034,13.42943 33.18553,14.704131 0.5915,0.212078 2.38905,0.999377 3.99455,1.749542 1.6055,0.750175 6.65246,2.993346 11.21547,4.984832 9.2695,4.045578 11.26256,4.936454 23.96733,10.713136 4.90102,2.228418 10.29366,4.668746 11.98366,5.422948 1.69,0.754193 5.76905,2.60613 9.06456,4.115409 3.29551,1.509268 6.54492,2.911978 7.22092,3.11714 0.67601,0.205153 2.78056,1.062033 4.67676,1.904171 4.17007,1.851968 4.69219,2.446956 4.69395,5.349276 0,2.46337 -1.56612,7.67519 -3.69774,12.29389 -3.14632,6.81726 -9.17853,17.83113 -15.14257,27.64797 -3.46165,5.69791 -4.3764,7.03613 -5.58866,8.17588 -0.77726,0.73074 -0.8133,0.86201 -0.45827,1.66954 0.55091,1.25321 0.22542,3.28323 -0.71214,4.44142 -0.97529,1.20478 -2.92085,1.78293 -5.24064,1.55734 -1.59348,-0.15496 -1.63073,-0.14165 -1.49365,0.53396 0.37459,1.84636 -1.33072,3.30927 -3.85764,3.30927 -1.87876,0 -3.22341,-1.69833 -2.06308,-2.60569 1.01107,-0.79064 0.52859,-1.11334 -1.6132,-1.07901 -2.79182,0.0447 -5.52022,-0.54935 -6.42102,-1.39811 -0.62242,-0.58644 -0.72308,-0.96527 -0.72308,-2.72109 0,-2.03982 0,-2.03982 -0.61455,-1.46076 -0.73229,0.68998 -1.32256,0.73632 -1.84364,0.14475 -0.73121,-0.83017 -0.92182,-0.42042 -0.92182,1.98177 0,1.97294 -0.10305,2.50394 -0.56191,2.89521 -0.69656,0.59395 -1.3964,0.61237 -1.89198,0.0498 -0.27685,-0.31432 -0.32902,-1.35751 -0.19464,-3.89324 0.20408,-3.85189 0.0834,-4.59054 -0.65552,-4.01273 -0.25676,0.20077 -0.79294,0.85181 -1.19153,1.44674 -0.83494,1.24623 -2.32454,2.0788 -3.37932,1.88881 -0.70312,-0.12665 -0.72876,-0.0685 -0.72876,1.65513 0,2.22784 -0.42178,2.8447 -1.85718,2.71605 l -1.06191,-0.0952 0.0559,-3.3295 0.0559,-3.32948 -0.73088,1.4476 c -0.40197,0.79619 -1.07846,2.20125 -1.50331,3.12235 -0.92184,1.99868 -1.84459,2.47995 -4.63764,2.41887 l -1.84364,-0.0403 -0.0917,-1.02873 c -0.086,-0.96305 -0.16151,-1.03057 -1.18423,-1.05789 -0.60084,-0.0161 -1.244,-0.17197 -1.42925,-0.3465 -0.60229,-0.5675 -0.79314,-0.34079 -0.8884,1.05529 -0.0722,1.05859 -0.22225,1.39564 -0.65569,1.47324 -1.48756,0.26633 -1.98839,-0.19765 -4.2175,-3.90719 -1.211,-2.01523 -2.61373,-4.19682 -3.11724,-4.84799 l -0.91543,-1.18394 0.20367,3.18473 c 0.112,1.75161 0.0703,4.26111 -0.0925,5.5767 -0.38452,3.10585 -1.1028,4.03017 -4.30238,5.53648 -3.69404,1.73907 -5.30145,2.08973 -8.04481,1.75498 z m 60.87149,-3.25154 c 1.35083,-0.85568 1.45073,-1.64371 0.36216,-2.85655 -1.5412,-1.71709 -1.79306,-2.41856 -1.18332,-3.29541 0.29056,-0.4178 0.69082,-0.69393 0.88947,-0.61363 0.19868,0.0803 1.0674,0.43421 1.9305,0.78648 1.16266,0.47453 1.85993,0.58913 2.69098,0.44223 1.30732,-0.23109 2.19835,-1.27947 1.92769,-2.26813 -0.21965,-0.80226 -1.77384,-1.66685 -2.99636,-1.66685 -3.20869,0 -5.47895,-3.01278 -4.12677,-5.47653 0.55592,-1.01293 2.49964,-2.03367 3.8935,-2.04466 0.44403,-0.003 0.97949,-0.20179 1.18987,-0.44064 0.45892,-0.52099 1.31492,-0.53531 2.76547,-0.0463 l 1.07546,0.36257 0.004,-2.4743 c 0.004,-2.74648 0.63916,-4.34484 2.18011,-5.48691 0.95626,-0.70874 2.34084,-0.79131 2.88621,-0.17213 0.2104,0.23886 0.48879,0.43428 0.61864,0.43428 0.12988,0 0.69766,-0.83875 1.26179,-1.8639 1.01734,-1.84885 1.05535,-2.63377 0.091,-1.87967 -0.42665,0.33363 -0.55703,0.3208 -0.87266,-0.0859 -0.20408,-0.26298 -1.32988,-0.82819 -2.50175,-1.256 -1.70414,-0.62213 -2.6373,-0.77654 -4.66125,-0.77127 -1.39179,0.004 -3.18934,0.14759 -3.99456,0.31996 -0.8052,0.17235 -3.26154,0.44708 -5.45856,0.61051 -2.19699,0.16343 -4.53824,0.41835 -5.20275,0.56647 -2.20631,0.49181 -7.40534,-0.61029 -11.58917,-2.45671 -3.81769,-1.68482 -4.22674,-1.75686 -7.13996,-1.25743 -1.83139,0.31396 -1.98435,0.28872 -6.02726,-0.99505 -2.74333,-0.87111 -5.13678,-1.42471 -7.06729,-1.63464 -4.51316,-0.4908 -8.27205,-1.59735 -13.45415,-3.96069 -2.58324,-1.17812 -5.72548,-2.52705 -6.98269,-2.9976 -1.25721,-0.47058 -3.91954,-1.62722 -5.91627,-2.57033 -2.85596,-1.34892 -4.79629,-2.00859 -9.09524,-3.09218 -3.98763,-1.00511 -5.93615,-1.65033 -7.20868,-2.38704 -0.95919,-0.55528 -2.69157,-1.50904 -3.84971,-2.11946 -2.52486,-1.33074 -3.92152,-2.31675 -7.2668,-5.13024 -1.39115,-1.16998 -2.89341,-2.27893 -3.33841,-2.46433 -1.86566,-0.77729 -3.75896,-2.183697 -6.80091,-5.052008 -1.91345,-1.804215 -4.28919,-3.690575 -5.83819,-4.635533 -1.4365,-0.876336 -3.77511,-2.428836 -5.19689,-3.450005 -2.80476,-2.014468 -9.26665,-5.214443 -12.06855,-5.976418 -1.97964,-0.538362 -2.4482,-1.025131 -3.79639,-3.943724 -1.07988,-2.337792 -0.95259,-2.209551 -1.62466,-1.636493 -0.53084,0.452652 -0.60101,0.447206 -1.11364,-0.08656 -0.30094,-0.313306 -0.61762,-1.158888 -0.70378,-1.879085 -0.19217,-1.60648 0.46475,-2.045781 1.58126,-1.05747 l 0.70611,0.625047 0.79321,-1.674126 c 1.14063,-2.407483 1.32882,-3.266477 0.71569,-3.266477 -1.00048,0 -1.72331,-1.080537 -1.72331,-2.576103 l 0,-1.418022 3.30319,-2.424627 c 1.81676,-1.333543 4.09911,-3.007981 5.07194,-3.720969 2.22032,-1.627314 3.55224,-2.308648 4.51412,-2.309226 0.41357,-2.47e-4 2.77597,0.900732 5.24973,2.00217 2.47381,1.101445 5.1083,2.153793 5.85446,2.338551 0.74611,0.184767 2.13453,0.684142 3.08536,1.109731 1.42704,0.638762 1.84388,1.001683 2.38871,2.079636 0.78736,1.557764 1.12161,3.248549 0.78394,3.965272 -0.13458,0.285616 -0.28051,0.779877 -0.32432,1.098352 -0.0438,0.318466 -0.37273,2.077308 -0.73097,3.908529 -0.35823,1.831221 -0.85644,4.494176 -1.10717,5.917673 -0.49345,2.801833 -0.87247,3.555883 -1.52918,3.042342 -0.29664,-0.231944 -0.47471,-0.177273 -0.69551,0.213565 -0.5207,0.921671 -3.43344,7.548141 -3.43098,7.805455 0,0.136105 0.5365,0.534776 1.18933,0.885948 0.65283,0.351183 1.97015,1.312946 2.92739,2.137253 0.95722,0.824307 1.77018,1.448968 1.80659,1.38814 1.11331,-1.860888 1.0996,-1.951537 -0.45145,-2.986147 l -1.27266,-0.848915 1.04878,-0.842534 c 1.37618,-1.105558 4.91548,-3.393637 6.33364,-4.094549 1.06654,-0.527115 1.16847,-0.530295 2.03197,-0.0633 0.50003,0.27039 0.93746,0.454978 0.97212,0.410203 0.0346,-0.0447 0.83636,-1.644834 1.78164,-3.55567 0.94526,-1.910845 2.75924,-5.493663 4.03109,-7.961829 2.05543,-3.988763 2.25778,-4.526634 1.82046,-4.839029 -0.27062,-0.193299 -0.63517,-0.396419 -0.81013,-0.451365 -0.55262,-0.17358 0.0726,-0.755691 2.40255,-2.237138 1.2442,-0.791079 2.34978,-1.571851 2.45682,-1.735054 0.44742,-0.682113 4.48965,-3.491394 4.78023,-3.322181 0.20191,0.117591 0.29207,2.059269 0.24932,5.371151 l -0.0669,5.186977 -0.7204,0 c -0.49428,0 -0.83271,0.249887 -1.07823,0.796183 -0.19681,0.4379 -1.49156,3.101363 -2.87725,5.918812 l -2.51941,5.122647 1.117,0.723844 c 1.27791,0.828107 3.47587,1.752603 4.8359,2.034057 0.79583,0.164695 1.37568,-0.0826 4.04876,-1.72643 3.01634,-1.854985 3.15541,-1.907615 4.19055,-1.585723 0.5889,0.183125 1.59604,0.669955 2.23809,1.081865 0.64209,0.411899 2.68839,1.43006 4.5474,2.262587 1.859,0.832516 5.1456,2.311498 7.30355,3.286621 2.15795,0.975123 4.04055,1.772953 4.18355,1.772953 0.14305,0 0.62439,0.270024 1.06966,0.600053 0.58784,0.435664 0.80963,0.866716 0.80963,1.57343 0,0.878003 -0.69013,4.455436 -1.10083,5.706313 -0.11483,0.34977 0.0543,0.54846 0.57115,0.67068 0.51896,0.12272 1.28272,-0.12919 2.60414,-0.858926 1.02845,-0.567917 2.03922,-1.032568 2.24623,-1.032568 0.20702,0 2.38037,0.911989 4.82964,2.026644 2.4493,1.11465 4.62166,2.02665 4.8275,2.02665 0.34169,0 3.5032,-3.228337 4.57986,-4.676685 0.62799,-0.8448 1.644,-0.60548 6.33145,1.491386 3.72511,1.666359 3.85364,1.701009 4.2625,1.148879 0.47158,-0.63683 1.56719,-0.75101 2.12879,-0.22185 0.2028,0.19108 0.36873,0.88563 0.36873,1.54344 0,1.01314 0.1292,1.25822 0.845,1.60275 0.46475,0.22372 1.98575,1.03248 3.38,1.79726 l 2.53501,1.39051 0,1.71745 0,1.71744 1.61319,0.70973 c 2.65646,1.16873 7.60268,3.22759 10.11398,4.20994 1.29544,0.50672 2.42384,1.08951 2.50758,1.29508 0.0837,0.20558 -0.45406,1.27287 -1.19508,2.37175 -0.74102,1.09888 -1.35089,2.11227 -1.35529,2.25196 -0.004,0.1397 0.41964,1.07247 0.94231,2.07282 1.06184,2.0323 1.33843,3.78192 0.58607,3.7076 -0.25351,-0.0251 -0.79864,-0.0902 -1.2114,-0.14476 -0.67923,-0.0898 -0.80625,0.0742 -1.3382,1.72807 -0.3233,1.00503 -0.53866,1.87193 -0.47864,1.92646 0.06,0.0546 2.59805,-0.0872 5.64006,-0.31483 4.30358,-0.32213 5.82267,-0.33922 6.84565,-0.077 0.72311,0.18533 1.36165,0.28644 1.41902,0.22465 0.0573,-0.0618 1.3744,-2.58774 2.92681,-5.61322 3.33062,-6.49119 4.64401,-8.66746 8.73621,-14.47605 3.05457,-4.33576 6.41074,-8.39187 7.17118,-8.66683 1.53811,-0.55613 1.76346,1.70996 0.52033,5.23202 -1.64637,4.66447 -5.45063,13.68098 -7.19054,17.04229 -2.2069,4.26352 -4.81632,8.25135 -5.39927,8.25135 -0.70323,0 -0.51383,-1.43247 0.47962,-3.62737 0.50242,-1.11006 0.91226,-2.344 0.91075,-2.74209 l -0.003,-0.7238 -0.73973,0.85275 c -1.23468,1.42331 -2.61806,4.85871 -2.4199,6.00935 0.19503,1.13232 -0.79193,3.62536 -1.76307,4.45343 -0.40726,0.3473 -0.58613,0.88804 -0.58613,1.77214 0,1.58204 -0.50246,2.50239 -2.20309,4.03535 -1.52183,1.37181 -2.46716,1.74506 -2.97097,1.17307 -0.477,-0.54154 0.34842,-1.99549 2.38595,-4.20272 1.20993,-1.31073 1.56474,-1.89476 1.41715,-2.33284 -0.48343,-1.43517 -2.45186,-0.84755 -3.65714,1.09173 -0.91875,1.47821 -1.11247,2.85917 -0.74479,5.30889 0.24857,1.65621 0.24707,2.44352 -0.006,2.96626 -0.32909,0.68058 -0.43252,0.70384 -2.37148,0.53324 l -2.02736,-0.17838 0.0955,1.40745 c 0.0945,1.39201 0.11034,1.41146 1.44714,1.77472 0.74339,0.20199 1.62262,0.59794 1.95389,0.87985 0.58375,0.4968 0.64149,0.47136 1.87476,-0.82576 2.8991,-3.04915 15.5885,-25.37228 20.32119,-35.74889 2.88235,-6.31962 4.05001,-12.0651 2.81342,-13.84332 -0.60308,-0.867276 -3.69627,-2.36231 -8.03483,-3.883487 -1.352,-0.474038 -7.71255,-3.234286 -14.13457,-6.133869 -6.42201,-2.899593 -14.99494,-6.741299 -19.05094,-8.537123 -19.44679,-8.610234 -32.31537,-14.25788 -35.95081,-15.777763 -9.05056,-3.783807 -16.13527,-6.936251 -30.5737,-13.604236 -17.8458,-8.241573 -19.44509,-8.923307 -24.79359,-10.568651 -7.40798,-2.278914 -12.28905,-2.386909 -17.21354,-0.380865 -4.63805,1.889369 -6.98834,3.707567 -10.44756,8.082218 -2.28802,2.893529 -4.39844,4.889682 -5.16958,4.889682 -0.7442,0 -0.86543,-0.768552 -0.35267,-2.236027 0.50389,-1.442224 0.4471,-1.817265 -0.27523,-1.817265 -0.24672,0 -1.41801,-0.319138 -2.60289,-0.709193 l -2.15435,-0.709199 -1.05066,0.67182 c -0.94889,0.606722 -4.3934,1.325613 -6.35158,1.325613 -0.46977,0 -0.24607,0.249888 0.85753,0.957899 0.94315,0.605064 2.03399,1.724817 2.96153,3.039967 0.85898,1.217965 1.68792,2.085893 1.99727,2.091278 0.29088,0.0054 0.79121,0.196323 1.11185,0.425011 0.32066,0.228688 0.69806,0.348803 0.83866,0.266924 0.14062,-0.08188 0.53506,-0.008 0.87653,0.164221 0.67601,0.340879 0.79929,1.260559 0.32617,2.433044 -0.27657,0.68543 -0.39481,0.720556 -1.92045,0.570515 -3.18338,-0.313081 -4.50626,-1.33409 -5.35329,-4.131684 -0.55748,-1.841281 -1.28375,-2.717842 -2.67872,-3.233003 -0.53253,-0.19667 -1.54162,-0.872449 -2.24235,-1.501721 l -1.27408,-1.144133 -0.97919,0.682267 c -0.73389,0.511349 -1.37689,0.681365 -2.56684,0.67868 -0.87321,-0.0023 -1.76789,-0.06712 -1.98824,-0.144756 -0.41866,-0.147557 -1.65279,2.243047 -2.03875,3.94927 -0.18335,0.81049 -0.11812,0.926246 0.62022,1.100851 1.00002,0.236488 10.5388,4.705209 13.39549,6.275501 1.12798,0.620038 2.21283,1.127352 2.41075,1.127352 0.1979,0 0.76941,0.274777 1.26998,0.610625 0.50059,0.335842 0.94745,0.563843 0.99305,0.50666 0.0456,-0.05717 0.25769,-0.51797 0.4713,-1.02398 0.73745,-1.74692 2.4835,-2.445666 2.05062,-0.820643 -0.0963,0.361409 -0.31941,2.223799 -0.49588,4.13865 -0.72427,7.859308 0.96204,16.576417 3.96125,20.477132 0.61343,0.79782 2.42893,2.631784 4.03443,4.07547 2.31964,2.085862 3.93132,3.193036 7.84813,5.391493 2.71098,1.521623 5.61472,3.026765 6.45273,3.344775 0.83804,0.31799 2.44259,0.92847 3.56567,1.3566 1.12308,0.42813 3.51693,1.55125 5.31964,2.49584 1.80271,0.94458 3.32577,1.71742 3.38456,1.71742 0.0588,0 3.61067,1.61625 7.89311,3.59169 4.28243,1.97541 9.51467,4.26323 11.62716,5.08404 2.11251,0.82082 4.92419,1.94053 6.24819,2.48827 1.32401,0.54773 2.85448,0.99588 3.40105,0.99588 2.02804,0 4.10966,0.8223 5.14014,2.03051 0.53621,0.62871 1.26508,1.22778 1.61963,1.33126 0.35456,0.10349 4.44717,1.91926 9.09468,4.03507 4.64751,2.1158 9.69448,4.36547 11.21547,4.99929 10.09185,4.20529 12.73231,5.41436 18.36438,8.40898 5.27537,2.80496 8.33682,4.36198 8.59887,4.37326 0.12674,0.005 0.23045,-0.19335 0.23045,-0.44183 0,-0.34498 0.27234,-0.43051 1.15227,-0.3619 1.04233,0.0813 1.16122,0.17648 1.24594,0.99754 0.0795,0.77014 0.29053,0.97849 1.39299,1.37521 0.71466,0.25717 1.39843,0.46756 1.51953,0.46756 0.1211,0 0.2202,-0.5775 0.2202,-1.28333 0,-1.4181 0.60234,-1.86265 1.92046,-1.4173 0.38025,0.12848 2.35063,0.23496 4.37864,0.23665 l 3.68727,0.003 0.0914,1.17224 0.0915,1.17222 -2.85691,0.39111 c -3.99649,0.54709 -4.23967,0.65548 -4.23967,1.88959 l 0,1.0205 2.90829,0 c 2.61719,0 2.94201,0.0594 3.24532,0.59335 0.18535,0.32635 0.29394,0.9452 0.24128,1.37522 l -0.0958,0.78187 -3.07272,0.004 -3.07274,0.003 -0.0912,1.7971 c -0.10736,2.11477 -0.23453,2.04528 4.05245,2.21478 2.19942,0.087 2.79047,0.2063 3.03149,0.61213 0.43319,0.72935 0.1,3.24359 -0.51465,3.88354 -0.49846,0.51894 -0.48942,0.57046 0.17721,1.01039 0.96511,0.63694 1.82538,0.58124 3.05521,-0.19781 z M 161.74285,78.580186 c -0.43698,-1.910175 -0.43841,-7.258305 -0.003,-9.522863 0.80428,-4.179231 4.16641,-11.922639 6.9166,-15.929941 3.10493,-4.524222 7.579,-8.78031 10.91629,-10.384502 4.11734,-1.979164 12.51133,-1.891576 13.9278,0.145319 0.7787,1.1198 0.61575,2.124175 -0.51796,3.192376 -1.33489,1.257766 -2.62022,1.580539 -7.59061,1.906157 -6.07924,0.39827 -8.23384,1.243648 -11.0918,4.352039 -0.90436,0.983592 -2.08417,1.961535 -2.62184,2.173211 -0.53767,0.211669 -1.40543,0.873916 -1.92836,1.471649 -0.80228,0.917088 -0.95076,0.992171 -0.95076,0.480837 0,-0.843441 1.07694,-2.046007 2.41044,-2.691635 0.61777,-0.299111 1.79465,-1.279886 2.61529,-2.179507 2.83601,-3.108954 5.326,-4.111439 10.85481,-4.370254 5.34719,-0.250305 7.40119,-0.884917 8.11431,-2.507008 0.30314,-0.68955 0.27513,-0.909974 -0.17499,-1.378629 -1.19529,-1.244466 -7.23297,-1.50261 -10.80659,-0.462027 -4.97445,1.44848 -10.84233,7.407126 -14.84677,15.076416 -3.78465,7.248361 -5.21861,13.00974 -4.77392,19.180755 0.11759,1.632175 0.14284,2.967584 0.0561,2.967584 -0.0868,0 -0.31418,-0.683996 -0.50543,-1.519977 z m 64.5872,72.742104 c -0.0986,-3.58282 -0.27938,-6.18851 -0.40151,-5.79042 -0.28516,0.92936 -0.35155,12.28861 -0.0734,12.55072 0.55287,0.52092 0.64091,-0.73261 0.47488,-6.7603 z m 10.60744,6.76601 c 1.11497,-0.28153 0.79566,-0.54076 -0.67572,-0.54852 -1.63863,-0.009 -2.77843,-0.86407 -3.24075,-2.43223 -0.16781,-0.56914 -0.30589,-3.27453 -0.30682,-6.01197 -0.003,-4.79276 -0.19001,-5.81825 -0.93912,-5.11244 -0.14811,0.13956 -0.308,2.66223 -0.35529,5.60595 -0.1,6.22356 0.10527,6.87842 2.51712,8.03027 1.43438,0.68504 1.87317,0.75362 3.00058,0.46894 z m -27.64904,-6.95919 c -0.051,-4.24584 -0.19926,-6.8865 -0.38965,-6.94249 -0.169,-0.0497 -1.32656,1.99152 -2.57238,4.53599 -1.24579,2.54448 -2.4351,4.62632 -2.64289,4.62632 -0.20777,0 -0.91662,-1.30284 -1.57525,-2.89521 -0.65861,-1.59236 -1.30143,-2.8952 -1.42849,-2.8952 -0.54965,0 -0.134,1.67306 1.19022,4.791 1.87751,4.4206 2.10965,4.40753 4.23691,-0.23851 2.1726,-4.74512 2.45941,-4.59844 2.56923,1.31396 0.0514,2.76865 0.2043,4.55629 0.38965,4.55629 0.19558,0 0.27547,-2.45851 0.22265,-6.85215 z m 6.63216,5.33217 c 0.10659,-0.83599 0.19496,-2.79434 0.19645,-4.35189 0.003,-2.35936 0.087,-2.86241 0.508,-3.01464 0.73761,-0.26669 1.23469,0.53821 2.31445,3.74749 0.8461,2.51483 1.02842,2.82286 1.67095,2.82286 0.53204,0 0.77516,-0.20882 0.92692,-0.79619 0.11315,-0.4379 0.6572,-1.91854 1.20903,-3.29033 2.12713,-5.2879 1.96812,-5.97798 -0.29258,-1.26962 -0.76456,1.59237 -1.56919,2.89522 -1.78803,2.89522 -0.5452,0 -1.86423,-2.61724 -3.02766,-6.00756 -0.91374,-2.66274 -1.01645,-2.82284 -1.81141,-2.82284 l -0.84272,0 -0.20031,3.08502 c -0.1102,1.69675 -0.20035,4.75843 -0.20035,6.80373 0,3.43293 0.044,3.71873 0.57175,3.71873 0.46026,0 0.60953,-0.29635 0.76551,-1.51998 z m 63.49743,-5.42852 c 0,-3.64364 -0.12203,-6.69586 -0.27115,-6.7827 -0.2625,-0.15285 -0.67784,13.06557 -0.4248,13.51878 0.50484,0.90427 0.69595,-0.94529 0.69595,-6.73608 z m 13.12186,6.48511 c 0.0738,-0.21075 -1.01032,-0.38657 -3.20201,-0.51931 -1.94799,-0.11798 -3.44631,-0.34461 -3.63581,-0.54994 -0.20083,-0.21758 -0.25876,-1.27697 -0.15363,-2.81017 l 0.16869,-2.46092 2.99591,-0.0828 c 3.69355,-0.10217 4.01644,-0.64095 0.38409,-0.64095 -2.19543,0 -2.70904,-0.0916 -3.2217,-0.57463 -0.6083,-0.57316 -0.61033,-0.57285 -0.79629,0.12525 -0.3581,1.34437 -0.29975,6.47885 0.0777,6.83784 0.94726,0.90091 7.1069,1.46464 7.38301,0.67569 z m 11.39803,-0.47656 c 1.37056,-1.07089 1.51012,-3.32321 0.30543,-4.92904 -0.47637,-0.63498 -2.26163,-1.65855 -2.8928,-1.65855 -0.47895,0 0.0884,0.58072 1.08068,1.1062 1.33451,0.70671 1.56866,1.08862 1.56866,2.55876 0,0.7324 -0.24809,1.24568 -0.89819,1.85821 -1.23967,1.16804 -3.25688,1.25746 -5.361,0.23763 -1.48883,-0.72162 -1.66524,-0.58722 -0.55029,0.41925 1.40531,1.26857 5.3413,1.5063 6.74751,0.40754 z M 190.8967,156.89015 c 1.26044,-0.87935 2.10344,-2.27057 2.33433,-3.85242 0.11744,-0.80464 0.14042,-1.5319 0.051,-1.61613 -0.24469,-0.23054 -1.02021,1.35073 -1.2503,2.54939 -0.33735,1.75739 -1.22854,2.56267 -2.83601,2.56267 -3.18507,0 -4.11264,-1.25575 -4.10612,-5.5589 0.005,-3.41622 0.30039,-4.20659 1.84339,-4.93578 2.97739,-1.40703 5.21938,-0.0142 5.21938,3.24229 0,1.50689 0.25363,1.78629 0.92729,1.02149 0.44905,-0.50981 0.23168,-3.38468 -0.3463,-4.57988 -0.42305,-0.8749 -0.5967,-0.94997 -2.76054,-1.19366 -1.3817,-0.1556 -1.89413,-0.0748 -3.04411,0.48016 -1.20908,0.58346 -1.45329,0.8672 -1.94491,2.25962 -0.71835,2.03467 -0.82881,6.352 -0.20246,7.91273 0.90326,2.25069 4.06998,3.13536 6.11533,1.70842 z m 8.52493,-1.37038 c 0.17142,-4.05347 -0.25445,-11.14599 -0.66928,-11.14599 -0.21379,0 -0.47267,0.20609 -0.57524,0.45797 -0.24403,0.59923 -0.23577,5.49439 0.0163,9.61546 0.16626,2.71901 0.27934,3.25527 0.67126,3.18416 0.35985,-0.0652 0.49161,-0.56487 0.55703,-2.1116 z m 47.47394,0.26646 c 0.27247,-2.30942 -0.11715,-9.82008 -0.50942,-9.82008 -0.40594,0 -0.66688,4.38834 -0.50418,8.479 0.14363,3.61048 0.66454,4.29973 1.0136,1.34108 z m 8.78326,-4.6087 c 0.0325,-5.43093 -0.0331,-6.51423 -0.39441,-6.51423 -0.35229,0 -0.44915,0.90291 -0.51764,4.82564 -0.0609,3.48401 -0.1886,4.85834 -0.45962,4.94324 -0.39223,0.12289 -1.39166,-0.71788 -2.32018,-1.95181 -0.52999,-0.70428 -0.53098,-0.69648 -0.0369,0.28952 1.02672,2.04864 2.96651,4.92185 3.32286,4.92185 0.27221,0 0.37687,-1.67997 0.40581,-6.51421 z m 6.39264,6.20279 c 0.11234,-0.17128 0.10917,-1.02844 -0.007,-1.90481 -0.19064,-1.43748 -0.25298,-1.54157 -0.63729,-1.0638 -0.59061,0.73424 -0.59273,3.28003 -0.003,3.28003 0.24352,0 0.53468,-0.14013 0.64706,-0.31142 z m -83.76561,-0.39055 c 0.30707,-0.34861 0.11071,-0.40801 -1.26826,-0.38376 -0.8974,0.0159 -1.93586,-0.0659 -2.30768,-0.18154 -1.5105,-0.46967 -2.77459,-3.98217 -2.4293,-6.75022 0.33216,-2.66288 1.52492,-4.14238 3.33962,-4.14238 0.9719,0 2.97782,0.87839 3.58803,1.5712 0.22066,0.2505 0.59165,0.45545 0.82445,0.45545 0.83043,0 0.40145,-0.98755 -0.96484,-2.22104 -1.27746,-1.15333 -1.51692,-1.25321 -3.00434,-1.25321 -1.91808,0 -2.75525,0.47269 -3.59988,2.03264 -0.75959,1.4029 -1.28014,4.7223 -1.02944,6.56449 0.27831,2.04499 1.52912,4.0899 2.69716,4.40944 1.52054,0.41596 3.7468,0.36181 4.15448,-0.10109 z m 92.46535,-2.69018 c 0.0608,-1.3722 0.0132,-3.96067 -0.10555,-5.75216 -0.24499,-3.69449 -0.0947,-3.51537 -3.48743,-4.15733 -1.76096,-0.33321 -2.20205,-0.2393 -2.20205,0.46878 0,0.38165 0.30043,0.42061 1.95537,0.25362 3.01746,-0.30447 2.98848,-0.36623 2.96033,6.31353 -0.0129,3.04805 -0.0179,5.66568 -0.0114,5.81696 0.006,0.15127 0.18485,0.11225 0.3961,-0.0868 0.22746,-0.21423 0.42914,-1.37932 0.49456,-2.85667 z m -80.27962,0.75608 c 0.50564,-0.52648 0.58536,-1.07225 0.58536,-4.0088 0,-3.98251 -0.18514,-4.35692 -2.15452,-4.35692 -2.18591,0 -2.58929,0.54168 -2.81056,3.77398 -0.15545,2.27111 -0.0969,2.92837 0.33004,3.70634 0.83446,1.52041 2.98761,1.99117 4.04968,0.8854 z m 50.06177,-10.03046 c -0.0939,-0.35829 -0.27181,-0.65157 -0.39534,-0.65174 -0.26941,-3e-4 -0.16097,5.46136 0.16093,8.1069 0.19376,1.59226 0.24256,1.2135 0.3171,-2.46093 0.0484,-2.38855 0.0114,-4.63595 -0.0827,-4.99423 z m 33.613,7.61357 c 0.4748,-0.23134 1.0303,-0.80053 1.23441,-1.26483 0.20412,-0.46432 0.84584,-1.27772 1.426,-1.80758 0.98109,-0.89595 1.0549,-1.09053 1.0549,-2.78101 0,-1.72 -0.0488,-1.84139 -0.90655,-2.25938 -1.15539,-0.56296 -1.24437,-0.55566 -1.24437,0.10187 0,0.85747 -0.7767,1.25018 -2.44847,1.23798 l -1.54608,-0.0113 0,3.40943 c 0,1.87517 0.0922,3.49627 0.20487,3.60242 0.33805,0.31854 1.30804,0.21932 2.22529,-0.2276 z m 8.56804,-0.37555 c 0.72957,-1.82559 0.98546,-2.82369 0.98546,-3.84371 0,-1.01713 -0.0873,-1.11458 -1.51652,-1.69392 -0.83405,-0.33808 -1.61106,-0.61469 -1.72666,-0.61469 -0.11557,0 -0.15286,1.23341 -0.0829,2.74092 0.11123,2.39601 0.21924,2.83321 0.8584,3.47425 0.9225,0.92524 1.09017,0.91813 1.48222,-0.0629 z m -20.83095,-3.83615 c 0,-2.36711 -0.12629,-4.09267 -0.30727,-4.19806 -0.19966,-0.11627 -0.30727,1.35379 -0.30727,4.19806 0,2.84426 0.10761,4.31432 0.30727,4.19804 0.18098,-0.10538 0.30727,-1.83093 0.30727,-4.19804 z m 37.973,2.06435 c -0.0908,-0.13852 -0.5711,-0.41026 -1.06726,-0.60389 -0.50002,-0.19516 -1.067,-0.7273 -1.2722,-1.19407 -0.31087,-0.70716 -0.28527,-0.9641 0.15993,-1.60429 0.29155,-0.41924 0.93022,-0.90457 1.41927,-1.07851 1.13086,-0.4022 1.16512,-0.89503 0.0441,-0.63534 -2.84045,0.65802 -3.62624,3.00367 -1.55607,4.64497 0.84337,0.66865 2.64704,1.04263 2.27217,0.47113 z m -50.57569,-2.28149 c -1.14721,-1.93896 -1.53188,-2.39034 -1.53188,-1.79754 0,0.4119 2.08918,3.46228 2.37129,3.46228 0.0801,0 -0.29769,-0.74913 -0.83941,-1.66474 z m 50.39732,-0.40678 c 0,-1.18461 -0.009,-1.19495 -0.61455,-0.67892 -0.94941,0.80957 -0.75595,1.74594 0.38409,1.85901 0.12675,0.0126 0.23046,-0.51846 0.23046,-1.18009 z m -14.13457,-2.16198 c 0,-0.93356 -0.12142,-1.2674 -0.46092,-1.2674 -0.35505,0 -0.46092,0.37389 -0.46092,1.62782 0,1.41412 0.0606,1.5805 0.46092,1.2674 0.28125,-0.21994 0.46092,-0.85446 0.46092,-1.62782 z m 2.85594,0.031 c 5.01104,-0.50422 5.65743,-1.00887 1.29224,-1.00887 l -2.9191,0 0,0.7409 c 0,0.44125 0.1298,0.6653 0.32095,0.55397 0.17653,-0.10279 0.76419,-0.2315 1.30591,-0.286 z m 15.39228,-0.63448 c -0.75178,-0.51832 -2.42366,-0.37715 -2.42366,0.20465 0,0.30025 0.42678,0.47896 1.38274,0.57904 1.51673,0.15879 1.94271,-0.16192 1.04092,-0.78369 z m -29.23325,-0.50467 c -0.0702,-0.25115 -0.36418,-0.27599 -2.22773,-0.18819 -0.33801,0.0159 -0.61455,0.16638 -0.61455,0.33433 0,0.1837 0.58163,0.27022 1.45955,0.21714 0.80275,-0.0486 1.42498,-0.21201 1.38273,-0.36328 z m 33.91944,-2.90481 c 0.72597,-0.71388 1.44194,-1.72359 1.59106,-2.24379 0.24198,-0.84407 0.22136,-1.39349 -0.04,-1.06645 -0.053,0.0663 -0.88265,1.00746 -1.84365,2.09138 -0.96097,1.0839 -1.74722,2.09361 -1.74722,2.24378 0,0.60217 0.78767,0.2064 2.03983,-1.02492 z m -82.49607,-8.65093 c 1.12567,-0.20539 2.38404,-0.58169 2.79637,-0.83625 1.47381,-0.90989 2.14981,-3.51661 1.48272,-5.71757 -0.17266,-0.56961 -0.26327,-0.35376 -0.42545,1.01333 -0.36065,3.04058 -0.74401,3.90411 -1.94262,4.37599 -0.58846,0.23166 -1.99619,0.44926 -3.12835,0.48353 l -2.05842,0.0624 -0.18004,-5.50089 c -0.099,-3.0255 -0.0931,-5.59774 0.0132,-5.71609 0.10632,-0.11836 1.34574,-0.11022 2.75422,0.0181 2.46727,0.22475 2.53662,0.21477 1.89756,-0.27281 -0.79381,-0.60567 -3.79301,-1.23986 -4.7704,-1.00874 -0.65196,0.15419 -0.70865,0.35999 -0.89667,3.25522 -0.1104,1.69985 -0.20072,4.69891 -0.20072,6.6646 l 0,3.57397 1.30591,-0.0107 c 0.71826,-0.006 2.2269,-0.17867 3.35258,-0.38405 z m 87.39701,-4.208 c 1.40478,-2.86474 2.45267,-4.14157 3.30511,-4.02712 1.0584,0.14212 0.98128,1.38211 -0.241,3.87475 -0.60167,1.227 -1.09263,2.31028 -1.09104,2.40728 0.007,0.47117 2.73791,-3.95071 4.18116,-6.77213 2.84861,-5.5687 8.10686,-19.13718 8.10686,-20.91907 l 0,-1.04069 -0.80232,0.70189 c -2.76174,2.41602 -9.40608,12.38821 -14.13405,21.2132 -1.949,3.63788 -3.49927,6.6498 -3.445,6.69316 0.0543,0.0434 0.51342,0.28066 1.02043,0.52733 0.83885,0.40811 0.97218,0.40584 1.48135,-0.0253 0.30777,-0.26058 1.03611,-1.44555 1.6185,-2.63331 z m -86.48306,2.28048 c 0.98254,-0.25715 1.15824,-0.44664 1.45955,-1.5742 0.39414,-1.4748 0.4531,-5.91402 0.0859,-6.45926 -0.3287,-0.48793 -2.05241,-0.93565 -3.6023,-0.93565 l -1.25131,0 -0.0169,4.63234 -0.0169,4.63233 1.11242,-0.002 c 0.61184,-7.8e-4 1.61507,-0.13316 2.2294,-0.29395 z m 64.75586,-0.22284 1.6527,-0.20541 0.71798,-2.01258 c 0.39487,-1.10693 0.68758,-2.04124 0.65041,-2.07627 -0.0372,-0.035 -1.44965,-0.5125 -3.13886,-1.06109 -1.68921,-0.54861 -4.24661,-1.45244 -5.68311,-2.00853 -4.4248,-1.71289 -3.94251,-1.84784 -6.19006,1.73206 -1.07398,1.71064 -1.99135,3.18691 -2.03856,3.2806 -0.18855,0.37402 4.22819,1.99997 6.53861,2.40708 2.34631,0.41344 3.80226,0.40258 7.49089,-0.0559 z m -12.8466,-5.92344 c 1.08206,-1.79141 1.96925,-3.35957 1.97155,-3.48481 0.003,-0.12524 0.14243,-0.32067 0.31142,-0.43428 0.169,-0.11362 0.53377,-0.66898 0.8106,-1.23412 l 0.50331,-1.02754 -2.03968,-0.68512 c -1.12183,-0.37682 -3.90637,-1.39728 -6.18787,-2.26768 -2.28151,-0.8704 -5.66366,-2.1329 -7.51594,-2.80554 l -3.36772,-1.22301 0.08,-1.41696 c 0.044,-0.77933 0.19878,-1.80782 0.344,-2.28554 0.14525,-0.47769 0.34574,-1.70198 0.44554,-2.72063 l 0.18148,-1.85206 -2.52877,2.54665 c -2.00965,2.02385 -2.76324,3.0428 -3.67081,4.96342 -0.62812,1.32922 -2.20785,4.25733 -3.51053,6.50691 -2.06566,3.56713 -2.3035,4.12441 -1.86014,4.35819 0.64112,0.33805 0.6512,1.05834 0.024,1.71136 -0.45264,0.47126 -0.37709,0.52436 1.15227,0.80969 0.9002,0.16796 2.81202,0.44394 4.24852,0.61329 1.4365,0.16935 4.32051,0.84904 6.40889,1.51039 l 3.79708,1.20248 2.55291,-0.34779 c 2.33356,-0.31791 2.68059,-0.29898 4.0384,0.22023 0.81701,0.3124 1.5662,0.57511 1.66487,0.58379 0.0987,0.009 1.06471,-1.44991 2.14673,-3.24132 z m 18.41483,1.38594 c 0,-0.5111 -1.41103,-3.31253 -2.59037,-5.14281 l -1.41135,-2.19037 -3.81449,-1.47776 c -2.09797,-0.81277 -3.96431,-1.47777 -4.14742,-1.47777 -0.20965,0 -0.30344,0.6163 -0.25328,1.66475 0.0823,1.72124 -0.0658,1.88132 -1.30312,1.40798 -0.32758,-0.12532 -0.61181,0.16279 -0.98257,0.99606 -0.49071,1.1028 -0.49071,1.18235 0,1.34055 0.2869,0.0924 1.90438,0.68971 3.59439,1.32718 3.21756,1.21364 10.28131,3.64131 10.67775,3.66972 0.12676,0.009 0.23046,-0.0438 0.23046,-0.11753 z m -45.03091,-3.37275 c 0.17518,-0.15423 -0.0298,-0.25697 -0.5126,-0.25697 -0.44247,0 -1.02322,-0.079 -1.29054,-0.17574 -0.31216,-0.11286 -0.48605,-0.0179 -0.48605,0.26539 0,0.76527 1.48653,0.87393 2.28919,0.16732 z m -3.30507,-0.54647 c 0.30034,-0.74969 0.50931,-0.87185 1.52691,-0.89257 l 1.17898,-0.024 2.24782,-4.20335 c 1.23632,-2.31186 2.2034,-4.24525 2.14907,-4.29643 -0.0543,-0.0511 -1.02537,0.62487 -2.15788,1.50235 l -2.05913,1.59541 -1.75011,-0.61698 c -0.96254,-0.33932 -3.69936,-1.44382 -6.08177,-2.45444 -2.38242,-1.01061 -4.61156,-1.91642 -4.95365,-2.01291 -0.53834,-0.15184 -0.83879,0.23536 -2.2348,2.88017 -0.88703,1.68058 -1.54285,3.16226 -1.45734,3.29262 0.0854,0.13036 0.95289,0.53803 1.92753,0.90593 2.34474,0.88509 9.25928,4.06154 10.21681,4.69348 0.99523,0.65682 1.04119,0.64509 1.44756,-0.36928 z m 47.85626,-3.73193 c 0.61082,-0.85829 1.06216,-1.6062 1.00291,-1.66202 -0.0592,-0.0559 -2.44934,-1.06116 -5.31131,-2.2341 -2.86201,-1.17294 -5.78457,-2.41186 -6.49462,-2.75317 -0.71005,-0.34132 -1.35247,-0.62057 -1.42762,-0.62057 -0.13575,0 0.0371,1.92243 0.27427,3.05057 0.0781,0.37161 0.55398,0.73271 1.28682,0.97649 0.6396,0.21275 2.6515,0.97762 4.4709,1.69969 2.71233,1.07646 3.42392,1.48955 3.95162,2.29411 0.35402,0.53968 0.75452,0.94261 0.89002,0.89539 0.13551,-0.0472 0.74615,-0.7881 1.35701,-1.64639 z m -12.57356,-1.11754 c -0.45145,-2.71383 -0.80714,-5.72703 -0.9067,-7.68106 -0.0631,-1.2389 -0.26044,-2.41795 -0.43851,-2.62009 -0.17807,-0.20214 -1.60883,-1.0024 -3.17945,-1.77835 -1.57066,-0.77595 -2.94392,-1.5352 -3.05172,-1.68723 -0.10776,-0.15203 -0.12414,-0.78096 -0.0364,-1.39762 0.12455,-0.87472 0.0573,-1.12119 -0.30591,-1.12119 -0.25606,0 -0.54234,0.2767 -0.63619,0.61487 -0.22375,0.80624 -0.85649,0.65285 -5.02503,-1.21815 -1.77428,-0.796365 -3.61421,-1.521103 -4.0887,-1.610522 l -0.8627,-0.162571 -0.20974,3.431973 c -0.11538,1.88759 -0.40521,4.21367 -0.64408,5.16909 -0.23887,0.95542 -0.47013,2.18703 -0.51392,2.7369 l -0.0795,0.99977 2.61182,0.9111 c 1.4365,0.5011 3.85629,1.39601 5.37729,1.98868 2.27827,0.88777 4.94679,1.8431 11.21547,4.01517 0.82119,0.28452 0.90852,0.21785 0.77402,-0.59077 z m -46.81046,-6.52785 c 1.6355,-3.21704 3.13176,-6.43545 3.32504,-7.152 0.19324,-0.71657 0.69238,-2.34513 1.10916,-3.61902 0.41682,-1.273889 0.8412,-2.576735 0.94306,-2.895203 0.10189,-0.318477 -1.69302,1.218061 -3.98869,3.414523 -3.5365,3.38368 -4.25872,3.94888 -4.729,3.70101 -0.30526,-0.1609 -1.52296,-0.70477 -2.70597,-1.20859 -1.183,-0.50383 -2.704,-1.26128 -3.38,-1.68322 -0.676,-0.42195 -1.62468,-0.9558 -2.10814,-1.18633 -0.83628,-0.39873 -0.8702,-0.490252 -0.69699,-1.879023 0.16423,-1.31646 0.11473,-1.487739 -0.50365,-1.743417 -0.79734,-0.329654 -0.85582,-1.351473 -0.41053,-7.17418 l 0.26129,-3.416426 -3.18738,1.931369 c -3.53628,2.14281 -5.57569,3.838902 -6.12882,5.097105 -0.31053,0.70642 -0.28281,0.91902 0.18311,1.404112 0.30198,0.314414 0.72442,0.571657 0.93878,0.571657 0.21432,0 0.79117,0.318284 1.28182,0.707303 0.94613,0.750118 1.27048,1.713141 2.05332,6.09644 0.46088,2.58053 0.29446,3.02682 -0.93239,2.50013 -0.44892,-0.19272 -0.85151,-0.31295 -0.89465,-0.26718 -0.0432,0.0457 -0.72391,1.29934 -1.51277,2.7857 -1.13396,2.13654 -1.35907,2.78795 -1.075,3.11046 0.40723,0.46234 3.34154,1.3742 8.74607,2.71791 2.50115,0.62184 4.73614,1.4229 6.91366,2.47796 1.76977,0.85749 3.28687,1.55884 3.37137,1.55858 0.0845,-2.8e-4 1.49179,-2.63262 3.1273,-5.84967 z m 17.00765,1.95304 c 1.51593,-1.20243 2.92813,-2.49531 3.13818,-2.87305 0.35179,-0.63267 0.29735,-0.73605 -0.69106,-1.3116 -1.16091,-0.67604 -1.33516,-1.1702 -0.61203,-1.73567 0.72671,-0.56827 0.56201,-0.78606 -0.99863,-1.32038 -0.80275,-0.27485 -3.48937,-1.31 -5.97026,-2.30032 l -4.51075,-1.8006 -0.45663,1.33542 c -0.25116,0.73449 -0.62085,1.92171 -0.82156,2.63827 -0.44509,1.58925 -0.78216,1.81713 -1.88964,1.27752 l -0.85649,-0.41733 -0.93626,1.74759 c -0.85621,1.59812 -0.88963,1.76316 -0.39076,1.92963 0.30002,0.10008 2.13564,0.89849 4.07915,1.77414 4.03159,1.81644 7.38113,3.19235 7.84431,3.22224 0.17388,0.0113 1.55647,-0.96341 3.07243,-2.16586 z m -38.76807,-6.61762 1.41737,-2.57917 -3.1047,-1.40173 c -1.70757,-0.77096 -3.17778,-1.40174 -3.26714,-1.40174 -0.0894,0 -0.86817,-0.43016 -1.73066,-0.955916 -0.86249,-0.525763 -2.74348,-1.445829 -4.17998,-2.044572 -1.43652,-0.598743 -3.0958,-1.310507 -3.68729,-1.58171 l -1.07546,-0.493078 0.11642,-3.588589 0.11644,-3.588578 -1.03825,0.679252 c -0.57104,0.373586 -1.4959,1.048702 -2.05529,1.500267 -1.21518,0.980975 -1.96409,0.781705 -0.93626,-0.249146 0.38759,-0.388744 1.43503,-1.23769 2.32765,-1.886553 1.29316,-0.94004 1.62293,-1.349074 1.62293,-2.013096 0,-0.458351 -0.13588,-0.83336 -0.30199,-0.83336 -0.16607,0 -1.7541,1.074855 -3.52894,2.388552 l -3.22699,2.388542 1.06778,0.579043 c 1.18908,0.644849 1.28496,1.04542 0.61286,2.561039 -0.2535,0.571656 -0.46092,1.155921 -0.46092,1.298386 0,0.726567 3.58775,4.068073 4.39608,4.094347 0.13634,0.0051 0.0327,-0.281506 -0.23046,-0.635411 -0.60684,-0.816352 -0.61148,-1.383182 -0.0114,-1.383182 0.92966,0 4.26219,1.463893 5.10537,2.242643 1.11375,1.02867 1.10247,1.49374 -0.0416,1.70932 -1.00928,0.19019 -1.17698,0.51705 -0.45941,0.89543 0.25433,0.1341 1.60249,1.18921 2.99591,2.34467 2.45386,2.03479 7.55933,5.05769 7.94874,4.70637 0.1054,-0.0951 0.82942,-1.33348 1.60897,-2.75203 z m 44.47263,0.30353 c 3.22001,-3.31104 4.24722,-4.7011 4.45752,-6.03196 l 0.197,-1.246573 -0.62078,0.579043 c -2.29663,2.14225 -7.13503,7.27857 -7.13503,7.57437 0,0.29953 0.7815,0.92687 1.193,0.95769 0.0647,0.005 0.92338,-0.81982 1.90829,-1.83257 z m -17.43186,-0.98146 c 0.42984,-1.4266 2.35524,-10.443764 2.33668,-10.943487 -0.0252,-0.68296 -1.21885,1.18186 -1.21885,1.904434 0,0.447084 -0.46743,2.22406 -1.03874,3.948833 -1.43316,4.32674 -1.57515,5.03645 -1.06821,5.3391 0.61431,0.36675 0.81913,0.31521 0.98912,-0.24888 z m 16.78877,-2.12634 c 0,-0.10963 -0.563,-0.41158 -1.25113,-0.67101 -0.68811,-0.25941 -2.75249,-1.13521 -4.58749,-1.94621 l -3.33638,-1.474539 -1.73634,0.936049 c -0.955,0.51482 -1.62151,1.0425 -1.48115,1.17261 0.14036,0.13013 2.46756,1.14042 5.17156,2.2451 l 4.91638,2.00851 1.15227,-1.03558 c 0.63375,-0.56958 1.15228,-1.12531 1.15228,-1.23493 z m -40.59429,-0.98855 c -0.1626,-0.63554 -0.53256,-2.13062 -0.8221,-3.322382 -0.46037,-1.894914 -0.65269,-2.240092 -1.53241,-2.750453 -0.55327,-0.320977 -1.91919,-1.235018 -3.03534,-2.031202 -3.33723,-2.380535 -4.2408,-2.971272 -5.66375,-3.702879 -2.99582,-1.540297 -5.37959,-2.881854 -5.89092,-3.315374 -0.2968,-0.251614 -0.59789,-0.402562 -0.66915,-0.335445 -0.26638,0.251005 -0.25814,8.112767 0.008,8.335344 0.15302,0.1276 1.79921,0.860629 3.65822,1.628964 1.859,0.768325 3.93309,1.729001 4.60909,2.134845 1.33244,0.799913 7.97163,3.795412 8.41211,3.795412 0.14847,0 0.44484,0.19857 0.65863,0.44128 0.54959,0.62399 0.60478,0.44245 0.2669,-0.87811 z m 19.25784,-2.09648 c 2.02203,-1.871026 4.34161,-4.218764 5.15461,-5.217195 l 1.47816,-1.81534 -1.17502,-0.453851 c -3.91374,-1.511717 -14.26113,-6.19295 -15.04665,-6.807218 -0.73727,-0.576523 -2.65911,-1.393698 -2.92017,-1.241673 -0.14402,0.08382 -0.26296,1.024197 -0.26435,2.089653 -0.003,1.861782 -0.42735,6.125619 -0.80619,8.08949 -0.13403,0.694909 -0.069,0.940945 0.24865,0.940945 0.23656,0 0.92427,0.23737 1.52822,0.527501 l 1.09807,0.52749 1.44182,-4.283933 c 0.79301,-2.356162 1.56301,-4.354495 1.71112,-4.440744 0.5211,-0.303461 0.57967,0.336694 0.14709,1.607953 -2.65862,7.813075 -2.71842,7.947381 -3.50071,7.865481 -0.78478,-0.08219 -1.23843,0.332448 -1.24629,1.139086 -0.005,0.504184 1.01912,1.129495 5.67984,3.468245 1.52101,0.76323 2.7722,1.39182 2.7804,1.39684 0.008,0.005 1.66932,-1.5217 3.6914,-3.39273 z m -35.38278,-0.469271 c -0.15249,-0.37446 -2.57519,-1.445534 -2.79699,-1.236552 -0.0569,0.05364 0.18511,0.44304 0.53775,0.865445 0.69719,0.835148 2.57378,1.143398 2.25924,0.371107 z m 11.77902,-7.229115 c 0.2882,-0.595959 0.21817,-0.738424 -0.58179,-1.183659 -0.50015,-0.278396 -0.85886,-0.649035 -0.79707,-0.823656 0.0618,-0.174621 0.96029,-0.847107 1.99673,-1.494405 1.03643,-0.647298 1.89209,-1.246173 1.90153,-1.330837 0.009,-0.08463 -0.63972,-0.32941 -1.44246,-0.543869 -0.80276,-0.214459 -2.08347,-0.757748 -2.84606,-1.207301 -0.76257,-0.449563 -1.91254,-1.02447 -2.55548,-1.277588 l -1.16895,-0.460211 -1.9,1.515019 c -1.045,0.833268 -2.01104,1.601207 -2.14676,1.706557 -0.21621,0.167794 0.5935,0.669142 5.24352,3.246661 0.5512,0.305534 1.56676,0.999955 2.25681,1.543153 1.48867,1.171913 1.61404,1.190963 2.03998,0.310136 z m 2.46992,-2.579602 c 0.81967,-0.676752 2.82719,-2.077308 4.46121,-3.112345 1.63399,-1.035037 2.97291,-1.995499 2.9754,-2.134347 0.003,-0.138847 -0.3066,-0.04572 -0.68686,0.20691 -0.38024,0.252651 -2.00495,1.198523 -3.61046,2.101936 -4.88939,2.751277 -5.82052,3.399804 -5.46491,3.806411 0.4807,0.549629 0.71303,0.462852 2.32562,-0.868565 z m -28.27744,-5.066614 1.91103,-4.559953 0.0806,-6.442136 c 0.0541,-4.332282 -0.0246,-6.442037 -0.24033,-6.441837 -0.47012,5.79e-4 -3.05641,1.579265 -6.70651,4.094068 -1.76574,1.216526 -3.63536,2.448374 -4.15467,2.737428 l -0.94425,0.52555 -5.26544,-2.544 c -2.89599,-1.399195 -5.36582,-2.435612 -5.48851,-2.303147 -0.28964,0.312717 -1.47627,3.214678 -1.6967,4.149374 -0.12036,0.510259 0.2617,1.535309 1.29491,3.474247 1.34385,2.521902 1.56777,2.783504 2.69471,3.148179 4.46134,1.443666 10.53438,4.567756 14.39204,7.403533 0.98659,0.725257 1.88792,1.318646 2.00297,1.318646 0.11504,0 1.06912,-2.051979 2.12018,-4.559952 z m 17.7739,0.345361 c 2.19792,-1.853472 2.27732,-1.891623 3.35333,-1.611693 0.99297,0.25833 1.12757,0.224132 1.35894,-0.345361 0.14126,-0.347647 1.29024,-2.781787 2.55329,-5.409192 2.98034,-6.199717 2.90638,-5.947787 1.85504,-6.316832 -0.47028,-0.165081 -1.61359,-0.570163 -2.54072,-0.900182 -1.98391,-0.706206 -2.15524,-0.723265 -2.15524,-0.214622 0,0.21199 -1.79652,3.762245 -3.99223,7.889449 -2.19573,4.127204 -3.99329,7.721157 -3.99455,7.986548 -0.003,0.447633 0.38164,0.742377 1.0384,0.797454 0.14989,0.0126 1.28557,-0.831439 2.52374,-1.875569 z m 4.25929,-9.803363 c -1.24759,-1.794086 1.52521,-4.108103 3.03682,-2.534318 1.15549,1.203044 0.38289,2.614552 -1.69437,3.095459 -0.66458,0.153864 -0.91927,0.04735 -1.34245,-0.561141 z m 1.83535,-0.450924 c 0.87397,-0.313083 1.04851,-1.180285 0.34783,-1.728208 -0.75687,-0.591855 -2.20616,1.157578 -1.5057,1.817556 0.2583,0.243384 0.22105,0.24626 1.15787,-0.08931 z m -20.22603,3.444762 c 0.18772,-1.022753 0.65804,-3.422969 1.04516,-5.333804 1.14733,-5.663154 1.15381,-5.432507 -0.1697,-6.027187 -0.62657,-0.281519 -1.19247,-0.461656 -1.25758,-0.400306 -0.0651,0.06134 -0.18464,2.705197 -0.26561,5.875212 -0.081,3.170003 -0.23291,6.267769 -0.33766,6.883906 -0.14783,0.869408 -0.097,1.091314 0.2268,0.991003 0.24062,-0.07457 0.56182,-0.91658 0.75859,-1.988824 z m -27.80768,-3.824688 c -0.25095,-0.236435 -0.34184,-0.204034 -0.34184,0.12185 0,0.244157 0.10079,0.538931 0.22406,0.65504 0.12322,0.11611 0.27705,0.06127 0.34185,-0.121839 0.0647,-0.183126 -0.0361,-0.4779 -0.22407,-0.655051 z m 16.7928,-2.287164 c 0.55152,-0.441923 1.4503,-1.019391 1.99728,-1.283258 0.54697,-0.263877 1.61672,-0.955626 2.37721,-1.537218 2.18941,-1.674368 5.67967,-3.784262 6.26008,-3.784262 0.29175,0 0.95126,0.205033 1.46557,0.455631 0.51432,0.250599 0.9972,0.397144 1.07306,0.325657 0.19383,-0.182621 -0.82727,-2.51841 -1.10092,-2.51841 -0.12353,0 -0.39165,0.345531 -0.5959,0.767842 -0.25642,0.530266 -0.46991,0.674938 -0.69001,0.467551 -0.22011,-0.207386 -0.16394,-0.582296 0.1815,-1.211724 l 0.50021,-0.911417 -1.16543,-0.460361 c -0.64097,-0.253198 -1.85679,-0.651924 -2.70179,-0.886058 -1.76191,-0.488196 -2.35948,-0.725595 -7.2931,-2.897279 -4.1968,-1.847345 -4.26664,-1.843473 -7.32022,0.406264 -6.71735,4.949024 -7.11968,5.304222 -6.00804,5.304222 0.23479,0 0.73958,0.238571 1.12173,0.530159 l 0.69487,0.530159 -0.79082,1.627583 -0.7908,1.627585 4.50863,2.221735 c 2.47974,1.221962 4.76886,2.392402 5.08693,2.600998 0.64616,0.423777 1.29212,0.145269 3.18996,-1.375399 z m 36.63819,-5.157129 c 0,-2.229315 -0.11323,-4.053292 -0.25159,-4.053292 -0.1384,0 -1.36273,0.946398 -2.72076,2.103113 -1.35799,1.156716 -2.97321,2.358904 -3.58928,2.67153 -0.61612,0.312626 -1.1202,0.639225 -1.1202,0.725787 0,0.142357 6.90341,2.53822 7.45137,2.586043 0.12675,0.01108 0.23046,-1.803874 0.23046,-4.033181 z m -49.60897,0.15406 c 0.2449,-0.552215 0.44525,-1.138122 0.44525,-1.302019 0,-0.480497 -1.93577,-1.13317 -2.38138,-0.802922 -0.41857,0.310204 -0.51035,1.61723 -0.14894,2.120379 0.19426,0.270403 1.27337,0.953703 1.54735,0.97978 0.0508,0.0047 0.29285,-0.44301 0.53772,-0.995218 z m -8.94777,-2.571112 c 0.14572,-0.758667 0.1097,-1.053458 -0.11286,-0.923853 -0.17978,0.104691 -0.32688,0.660364 -0.32688,1.234837 0,1.277655 0.1558,1.167486 0.43974,-0.310984 z m 0.47738,-5.617157 c 0.006,-0.517105 -0.50918,-0.447639 -0.73162,0.09851 -0.2559,0.628377 0.12153,1.163613 0.46276,0.656197 0.14527,-0.216042 0.26628,-0.555663 0.26886,-0.75471 z m -1.2789,-0.0069 c 0.0826,-0.548628 -0.17287,-0.771977 -1.53636,-1.343009 -1.42873,-0.598351 -1.78785,-0.93177 -2.84051,-2.637168 -0.75601,-1.224846 -1.65541,-2.234661 -2.41385,-2.710281 -0.66487,-0.416934 -1.79735,-1.246627 -2.51666,-1.843767 -1.39606,-1.158999 -1.69995,-1.290578 -1.69995,-0.736017 0,0.416478 2.14815,2.545514 2.56837,2.545514 0.6992,0 2.27315,1.492217 2.79453,2.649402 1.48733,3.301197 1.78606,3.746074 2.8884,4.301468 1.47055,0.740916 2.62463,0.646215 2.75603,-0.226157 z m -19.0648,0.06265 c 0.84859,-0.560055 0.87908,-1.170564 0.0684,-1.37032 -0.338,-0.08328 -0.61454,-0.03333 -0.61454,0.110995 0,0.144332 -0.20742,0.262418 -0.46091,0.262418 -0.91697,0 -0.18236,-3.695201 1.1398,-5.733269 0.34116,-0.525892 0.56996,-0.995241 0.50844,-1.043005 -0.90138,-0.699664 -1.32125,-0.649177 -1.84077,0.221336 -1.28386,2.151108 -1.49736,2.828476 -1.49278,4.736129 0.005,2.10434 0.11754,2.411142 1.07076,2.920447 0.79768,0.426206 0.81925,0.42481 1.62164,-0.104731 z m -11.85793,-2.077345 c 0.28505,-0.912112 0.46537,-1.708268 0.40066,-1.769232 -0.25996,-0.244943 -1.37764,1.889162 -1.37872,2.632531 -0.003,1.290085 0.42201,0.915977 0.97806,-0.863299 z m -2.90739,-1.65613 c 0.43061,-0.405739 0.90233,-0.7377 1.04829,-0.7377 0.14596,0 0.26536,-0.139062 0.26536,-0.30903 0,-0.446915 -1.24835,-0.02986 -2.09327,0.699271 -0.39078,0.337267 -0.99215,1.042533 -1.33633,1.567268 -0.51938,0.791812 -0.55844,1.030529 -0.22971,1.403749 0.34445,0.39105 0.47215,0.297413 0.97943,-0.718103 0.32083,-0.642281 0.93561,-1.499747 1.36623,-1.90547 z m 11.34798,0.558851 c 0.038,-1.722687 0.21432,-2.476897 0.845,-3.613376 0.83307,-1.501143 0.97949,-2.175086 0.52951,-2.437125 -0.26565,-0.154709 -2.0464,2.419882 -2.74687,3.971404 -0.55179,1.222286 -0.44176,2.639891 0.27127,3.493963 0.35026,0.419564 0.73051,0.762711 0.845,0.76255 0.11449,-1.7e-4 0.22972,-0.980004 0.25609,-2.177416 z m -6.07415,-1.559909 c 0.35959,-0.214561 0.36101,-0.320589 0.009,-0.67557 -0.2296,-0.231589 -0.65723,-0.361979 -0.95031,-0.289768 -0.37846,0.09325 -0.59297,-0.09429 -0.74024,-0.647156 -0.47011,-1.764864 0.91158,-8.915877 2.17862,-11.27542 0.69186,-1.288411 0.75303,-1.607919 0.44982,-2.348944 l -0.35097,-0.857705 -0.9192,1.013325 c -1.59561,1.758962 -2.67838,4.156988 -3.3715,7.467018 -0.74139,3.540461 -0.63028,5.335846 0.4071,6.578483 0.9442,1.130994 2.37338,1.581241 3.28762,1.035729 z m 4.95551,-2.269942 c 0.54118,-1.234089 1.17972,-2.453041 1.41902,-2.708793 0.37531,-0.401118 0.37482,-0.679543 -0.004,-2.026642 -0.58794,-2.093075 -1.85436,-4.141713 -2.81539,-4.55428 -0.7531,-0.323303 -0.81385,-0.276482 -1.53511,1.18324 -0.59224,1.198608 -0.75162,1.995327 -0.75399,3.769172 l -0.003,2.249305 0.81563,-0.192883 c 0.78766,-0.186271 0.80855,-0.159438 0.60864,0.782268 -0.11383,0.536331 -0.41174,1.083123 -0.66199,1.21508 -0.828,0.436607 -0.53815,1.514706 0.54364,2.02199 0.54925,0.257565 1.08943,0.476624 1.20042,0.486815 0.11099,0.01018 0.64454,-0.99119 1.1857,-2.225272 z m -4.27024,-0.137103 c 0.10451,-0.43369 0.0654,-1.434485 -0.087,-2.223983 -0.35563,-1.843735 0.0844,-4.454841 1.06041,-6.292111 0.70217,-1.321824 0.79012,-2.131458 0.2315,-2.131458 -0.8714,0 -3.62537,9.375429 -3.20204,10.900765 0.10481,0.377596 0.41876,0.552201 0.98061,0.545366 0.64435,-0.0078 0.86835,-0.183817 1.01645,-0.798579 z m 35.05667,-0.1388 c 0.64088,-0.589641 1.16494,-1.143353 1.16453,-1.230463 -3.1e-4,-0.08711 -0.39942,-0.171504 -0.88678,-0.187536 -0.7182,-0.0236 -0.98005,0.156514 -1.38204,0.950764 -0.94025,1.857854 -0.57508,2.012369 1.10429,0.467235 z m -33.37514,-1.459097 c -0.2131,-0.200774 -0.79606,0.207171 -0.79606,0.557069 0,0.191979 0.17632,0.170014 0.46835,-0.05833 0.25759,-0.201431 0.40505,-0.425851 0.32771,-0.498728 z m 12.27157,0.211137 c 0.70289,-0.320613 1.73607,-1.134891 2.29595,-1.809512 l 1.01794,-1.226582 -1.37514,1.239335 c -1.79718,1.619692 -3.09827,1.964289 -5.06743,1.34213 -2.10258,-0.66433 -2.56438,-1.13459 -2.56438,-2.611307 0,-1.067013 0.21801,-1.489787 1.54033,-2.986911 1.76353,-1.996645 2.31394,-2.339384 3.75705,-2.339384 1.04587,0 2.66007,0.900223 3.45809,1.928523 0.55319,0.712795 0.87776,0.347166 0.45796,-0.515878 -0.3898,-0.801394 -2.82609,-2.157897 -4.36376,-2.429704 -2.79638,-0.494292 -6.38605,2.88826 -6.38605,6.017581 0,1.28362 1.47425,2.627431 3.69807,3.370909 2.12822,0.711522 2.01845,0.710874 3.53137,0.02076 z m 1.58482,-2.654834 c 0.89816,-0.835773 1.63304,-1.741881 1.63304,-2.013573 0,-0.594201 -2.3091,-2.519475 -3.30392,-2.754736 -0.741,-0.175231 -2.37409,0.722355 -4.13636,2.273476 -0.75989,0.668827 -0.87856,0.969712 -0.7976,2.022067 0.09,1.169645 0.16971,1.263876 1.47787,1.747374 2.11004,0.779869 3.21406,0.505401 5.12697,-1.274608 z m 7.92917,1.36546 c 2.32735,-0.419572 4.45844,-1.356511 4.45844,-1.96017 0,-0.171025 0.37069,-0.768891 0.82377,-1.328582 1.63611,-2.02111 2.80737,-5.770941 1.95721,-6.266011 -0.16046,-0.09344 -0.38692,0.322293 -0.50329,0.923854 -0.20676,1.069158 -1.87426,4.407579 -2.65376,5.312987 -0.21565,0.250506 -1.33599,0.951273 -2.48966,1.557254 -2.19924,1.155227 -2.83674,1.212063 -6.29188,0.560956 -1.49977,-0.282614 -1.26117,0.535228 0.3235,1.108945 1.65156,0.597934 1.57161,0.596276 4.37567,0.09077 z m 13.23383,-2.86e-4 c 0.47683,-0.33983 0.50039,-0.426924 0.11744,-0.434284 -0.26342,-0.0054 -0.74738,0.182082 -1.07546,0.415869 -0.47682,0.339829 -0.5004,0.426916 -0.11744,0.434284 0.26345,0.0054 0.74741,-0.182081 1.07546,-0.415869 z m -12.94853,-1.982859 c 0.49852,-0.343463 0.3443,-0.468933 -1.55447,-1.264664 -3.20215,-1.34196 -3.38396,-1.37255 -3.60195,-0.605957 -0.45406,1.596948 -0.27706,1.922203 1.11,2.039919 2.73869,0.232413 3.51019,0.200142 4.04642,-0.169298 z m -17.39764,-2.998869 c 0.054,-0.342514 -0.37615,-1.111745 -1.0395,-1.859211 -1.15325,-1.299451 -1.30788,-1.577043 -2.74144,-4.921744 -0.79623,-1.857761 -0.80566,-1.950171 -0.34813,-3.40187 l 0.47031,-1.492225 -0.87767,0 -0.87769,0 -0.21853,2.471866 c -0.17846,2.018773 -0.11882,2.721948 0.3254,3.836154 0.71675,1.797838 1.58537,2.936501 2.48627,3.259235 0.42115,0.150866 1.02046,0.82092 1.41002,1.576479 0.69683,1.351388 1.24909,1.559354 1.41096,0.531316 z m 13.12513,-1.436538 c -0.42457,-1.163582 -1.15477,-1.69884 -1.93346,-1.417289 -0.4201,0.151892 -0.296,0.381351 0.71001,1.312874 0.67051,0.620841 1.3065,1.135198 1.41334,1.143014 0.10684,0.0078 0.0215,-0.459559 -0.18989,-1.038599 z m -11.77242,-0.467181 c 0.36668,-0.542973 0.37331,-0.771931 0.0398,-1.375227 -0.70953,-1.283712 -0.50848,-2.968595 0.51271,-4.296861 1.05485,-1.372018 1.09885,-1.57375 0.45348,-2.078402 -0.60819,-0.475599 -0.65858,-0.413554 -1.56676,1.928892 -1.51663,3.911838 -1.4845,3.728877 -0.90575,5.156751 0.60262,1.486817 0.83898,1.593978 1.46646,0.664847 z m 2.08895,-1.664747 c 0,-0.12516 -0.21873,-0.306656 -0.48605,-0.403309 -0.86823,-0.313922 -1.08573,-0.199972 -0.74916,0.392531 0.30226,0.532179 1.23521,0.540327 1.23521,0.0108 z m 6.5526,-0.152001 c 0.0295,-0.155256 -0.36106,-0.317803 -0.86805,-0.361216 -0.88156,-0.07545 -0.89552,-0.05949 -0.31968,0.365806 0.63455,0.468702 1.09792,0.466911 1.18773,-0.0047 z m -10.94746,-2.480298 c 0.20182,-1.605628 -0.0637,-1.987365 -1.38788,-1.995605 -0.56442,-0.0039 -0.69232,0.131139 -0.61454,0.646994 0.0659,0.437108 0.27641,0.62314 0.64001,0.565462 0.70689,-0.112145 1.03905,0.733818 0.56751,1.445264 -0.20373,0.307342 -0.27821,0.832439 -0.16554,1.166892 0.18198,0.540218 0.23664,0.554545 0.48978,0.128339 0.15673,-0.263861 0.36854,-1.144665 0.47066,-1.957346 z m -0.82879,0.316128 c 0,-0.159229 -0.061,-0.28952 -0.13552,-0.28952 -0.0745,0 -0.22095,0.130291 -0.32539,0.28952 -0.10444,0.159238 -0.0435,0.289529 0.13551,0.289529 0.17895,0 0.3254,-0.130291 0.3254,-0.289529 z m 4.79957,-4.866458 c -0.73103,-0.688809 -0.9295,-0.214037 -0.29307,0.701153 0.47421,0.681943 0.57767,0.725332 0.66862,0.280417 0.0591,-0.289497 -0.10982,-0.731203 -0.37555,-0.98157 z m -6.39275,-2.154418 c 0.0694,-0.34506 -0.0933,-0.506658 -0.51008,-0.506658 -0.94874,0 -1.58403,0.310073 -1.58403,0.773118 0,0.639295 1.96222,0.389615 2.09411,-0.26646 z M 178.64713,136.4265 c -0.46635,-0.46772 -0.6592,-0.94431 -0.56668,-1.40038 0.1348,-0.66437 0.0831,-0.68618 -1.32377,-0.5588 -2.19644,0.19885 -4.15515,-0.77782 -4.94835,-2.46741 -0.77955,-1.66049 -1.12902,-7.24888 -0.57076,-9.12754 0.41961,-1.4121 1.70687,-2.867 3.16544,-3.57768 1.25001,-0.60906 3.88445,-0.38031 5.11302,0.44396 1.0157,0.68147 2.26863,2.97206 2.12931,3.89281 -0.08,0.52808 -0.32773,0.6332 -1.66572,0.70654 -1.5195,0.0833 -1.57786,0.0579 -1.75174,-0.76129 -0.38962,-1.83563 -2.21529,-2.33316 -3.33788,-0.90963 -0.88606,1.1236 -1.12014,6.13007 -0.35161,7.51994 0.67345,1.21785 1.65091,1.43799 3.10613,0.69959 0.89789,-0.4556 1.00734,-0.63867 0.92622,-1.54906 -0.0901,-1.0112 -0.11652,-1.03038 -1.28521,-0.93299 -1.38999,0.11582 -1.7144,-0.2108 -1.72118,-1.73278 -0.004,-0.90259 0.11331,-1.08223 0.81543,-1.24827 1.04636,-0.24745 4.73828,0.10618 5.26514,0.50431 0.3032,0.22915 0.34909,0.87221 0.18857,2.6429 -0.25854,2.85148 -0.38206,3.18118 -1.78415,4.76242 -1.87041,2.10939 -1.29889,3.22334 1.65383,3.22334 1.87951,0 2.69356,-1.17043 1.72258,-2.47662 -0.3845,-0.51721 -0.2594,-1.00931 1.1755,-4.62438 0.88317,-2.22505 2.05972,-5.3484 2.61452,-6.94077 0.55482,-1.59236 1.15483,-3.06471 1.33336,-3.27189 0.17849,-0.20718 0.75101,-0.33746 1.27224,-0.28952 0.93143,0.0857 0.9761,0.16411 2.6048,4.57474 0.91141,2.46816 1.6898,4.52599 1.72972,4.57294 0.0398,0.0469 0.49359,-0.31133 1.00819,-0.79618 0.98983,-0.93265 2.32163,-1.15652 3.46125,-0.58185 0.55294,0.27883 0.59411,0.19307 0.59098,-1.23045 -0.003,-0.8416 -0.0891,-2.01874 -0.19383,-2.61589 l -0.19048,-1.0857 -1.97472,0 -1.97476,0 0.0945,-1.22908 c 0.0848,-1.10366 0.18854,-1.24787 1.01631,-1.41334 1.55256,-0.31036 9.06284,-0.27403 9.6993,0.0469 0.60152,0.30331 0.80625,1.55461 0.35921,2.19514 -0.12418,0.17789 -1.17198,0.41756 -2.3285,0.5326 -1.96028,0.19498 -2.09066,0.25152 -1.92466,0.83464 0.0979,0.34401 0.17996,1.83061 0.1823,3.30355 l 0.004,2.67807 1.06465,0 c 1.66695,0 2.12252,1.40124 1.34549,4.13861 -0.6529,2.30011 0.4048,3.70456 2.03295,2.69939 1.29009,-0.79646 1.50438,-2.12143 1.52736,-9.44369 l 0.0212,-6.80374 2.30456,-0.33805 c 1.2675,-0.18593 3.47988,-0.28524 4.91638,-0.22071 1.4365,0.0646 2.71552,0.11896 2.84227,0.12092 0.37831,0.006 0.26075,2.17539 -0.13827,2.55134 -0.23344,0.21997 -1.40787,0.34743 -3.20123,0.34743 -3.72775,0 -3.80457,0.0358 -3.80457,1.7681 l 0,1.41662 2.88622,0 c 3.12159,0 3.25925,0.0719 3.25925,1.70291 0,1.28141 -0.48626,1.48183 -3.5951,1.48183 l -2.85765,0 0,1.43869 0,1.43869 3.76411,0.0813 3.7641,0.0813 0,1.44761 0,1.44761 -4.80189,0 -4.80186,0 -0.57542,1.00449 c -1.1929,2.08246 -3.4557,2.30762 -4.28969,0.42687 -0.39583,-0.89258 -0.3911,-1.19153 0.0411,-2.59199 0.66798,-2.165 0.52061,-3.18218 -0.46106,-3.18218 -0.83549,0 -1.15926,0.67028 -1.21232,2.50962 -0.0451,1.56482 -0.30227,1.97795 -1.23112,1.97795 -1.33207,0 -1.56495,-0.47296 -1.56495,-3.17822 0,-2.9885 -0.41413,-3.77029 -1.99727,-3.77029 -1.97387,0 -2.52441,1.87177 -1.38289,4.70161 0.864,2.14186 0.82915,2.2469 -0.74551,2.2469 -1.34225,0 -1.36997,-0.02 -2.09879,-1.51999 l -0.73856,-1.51999 -2.39329,0 -2.3933,0 -0.50113,1.16234 c -0.71625,1.66134 -0.91276,1.87764 -1.70573,1.87764 -0.58878,0 -0.68283,0.12132 -0.56068,0.72326 0.0817,0.40271 -0.0765,1.0443 -0.357,1.4476 -0.46128,0.66332 -0.69274,0.72434 -2.74761,0.72434 -1.98372,0 -2.32586,-0.0822 -2.95084,-0.70902 z m -0.16839,-3.42858 c 1.01173,-0.53818 1.24709,-0.83174 1.33095,-1.65998 l 0.10189,-1.00616 -0.71644,0.61524 c -1.07269,0.92122 -1.93674,1.26665 -3.16835,1.26665 -2.32044,0 -3.15444,-1.90133 -2.85011,-6.4975 0.23521,-3.5523 1.11856,-4.79382 3.41092,-4.79382 0.81575,0 1.2564,0.21061 1.86382,0.89078 0.43754,0.48993 0.79551,1.0762 0.79551,1.30284 0,0.42402 1.08399,0.58275 1.33128,0.19494 0.3353,-0.52588 -0.63633,-2.27013 -1.60719,-2.8852 -2.22312,-1.4084 -5.07655,-0.54642 -6.40729,1.93554 -0.77691,1.44905 -0.92526,4.28791 -0.38618,7.38993 0.35724,2.05564 1.03495,3.01475 2.47724,3.50571 1.56036,0.53116 2.45212,0.47077 3.82395,-0.25897 z m 7.81934,-2.19756 c 0.56913,-2.91187 2.65597,-8.43056 3.18777,-8.43006 0.38345,2.9e-4 2.70641,6.07124 2.46473,6.44149 -0.0779,0.11943 -1.10147,0.21714 -2.27449,0.21714 -1.91383,0 -2.13279,0.0582 -2.13279,0.56777 0,0.51438 0.25283,0.57564 2.68863,0.65142 l 2.68865,0.0836 0.68784,1.28502 c 1.47749,2.76039 1.96516,2.33983 0.68159,-0.58781 -0.5172,-1.17964 -1.71077,-4.19679 -2.65241,-6.70477 -0.94161,-2.50797 -1.8163,-4.55995 -1.94372,-4.55995 -0.46039,0 -0.86922,0.76557 -1.63396,3.05982 -0.42825,1.28481 -1.4802,4.06463 -2.33765,6.17739 -0.85743,2.11276 -1.55898,3.88568 -1.55898,3.93983 0,0.0542 0.24197,0.15117 0.53773,0.2156 0.77707,0.16929 1.23564,-0.50733 1.59706,-2.35655 z m 14.62895,-6.51819 c -0.11837,-0.89248 -0.34351,-1.62269 -0.50037,-1.62269 -0.34043,0 -0.39347,10.22278 -0.0547,10.54638 0.34428,0.32887 0.80334,-7.05136 0.55507,-8.92369 z m 16.42179,8.51053 c 0,-0.35142 -0.21138,-0.5863 -0.53773,-0.5975 -0.29576,-0.0102 -1.92046,-0.0514 -3.61046,-0.0916 -1.69001,-0.0402 -3.34922,-0.12962 -3.68713,-0.19866 -0.45187,-0.0923 -0.64009,0.0443 -0.71142,0.51654 -0.0949,0.62771 -0.0157,0.64413 3.53348,0.73393 1.99679,0.0505 3.94164,0.11987 4.32189,0.15411 0.50854,0.0458 0.69137,-0.0908 0.69137,-0.51679 z m -7.62551,-2.95794 c -0.22047,-0.20773 -0.3636,-0.22483 -0.3636,-0.0435 0,0.16456 0.0922,0.38605 0.20486,0.49219 0.11265,0.10617 0.27627,0.12571 0.3636,0.0435 0.0873,-0.0823 -0.005,-0.30375 -0.20486,-0.49219 z m -28.94002,-1.96391 0,-1.4476 -2.15092,0 c -1.70708,0 -2.1509,0.0896 -2.1509,0.43427 0,0.31447 0.34297,0.43429 1.24307,0.43429 0.91008,0 1.44508,0.19035 1.99728,0.71064 0.41481,0.39085 0.7542,0.84685 0.7542,1.01333 0,0.16647 0.0691,0.30267 0.15363,0.30267 0.0845,0 0.15364,-0.65142 0.15364,-1.4476 z m 9.43528,-1.59152 c -0.35698,-1.03457 -0.74089,-1.7837 -0.85314,-1.66475 -0.22523,0.23872 -1.20758,2.92962 -1.20758,3.30785 0,0.13086 0.60969,0.23794 1.35489,0.23794 l 1.35489,0 -0.64906,-1.88104 z m 19.54554,-2.64621 c 0.0743,-1.18662 0.22994,-2.24689 0.34587,-2.35613 0.11596,-0.10924 1.7466,-0.33143 3.62371,-0.49377 2.22024,-0.192 3.45715,-0.42162 3.53959,-0.65705 0.13979,-0.39916 -4.17488,-0.51619 -6.75343,-0.18319 l -1.3838,0.17872 -0.1615,3.21044 c -0.16886,3.35666 0.009,4.73129 0.42403,3.2704 0.12675,-0.44655 0.29123,-1.78278 0.36553,-2.96942 z m 5.99331,2.85962 c 0.0971,-0.64444 0.0602,-0.65202 -2.44356,-0.50134 -2.33783,0.14068 -3.01301,0.38478 -3.02763,1.09454 -0.003,0.12563 1.20519,0.19078 2.68395,0.14476 2.52666,-0.0786 2.69456,-0.12307 2.78724,-0.73796 z m -12.21077,-5.57039 c 1.08689,0 1.51124,-0.11325 1.51124,-0.4033 0,-0.22183 -0.21873,-0.4824 -0.48606,-0.57905 -0.64948,-0.23483 -5.81292,-0.19384 -7.31735,0.0581 -1.89134,0.31673 -1.16874,0.77564 1.29118,0.81996 1.23477,0.0224 2.33374,0.12402 2.44214,0.22614 0.10837,0.10213 0.38843,0.1165 0.62235,0.0319 0.2339,-0.0845 1.10532,-0.15377 1.9365,-0.15377 z M 117.17771,63.759327 c 0,-0.22946 0.13827,-0.497717 0.30727,-0.596129 0.16901,-0.09841 0.30727,0.08933 0.30727,0.417194 0,0.327872 -0.13826,0.59613 -0.30727,0.59613 -0.169,0 -0.30727,-0.187736 -0.30727,-0.417195 z m 3.53364,-1.030414 c -0.28371,-0.432525 0.11105,-0.868561 0.78631,-0.868561 0.67981,0 0.76524,0.304179 0.22769,0.81066 -0.44929,0.423352 -0.76255,0.441236 -1.014,0.05786 z M 114.324,49.118691 c -1.14705,-0.467807 -3.14521,-1.521327 -4.44044,-2.341144 -2.88434,-1.825713 -3.90541,-2.202397 -4.56721,-1.684892 -0.26368,0.206184 -1.13821,0.365521 -1.94338,0.35408 -2.56531,-0.03649 -3.825315,-0.976069 -5.441295,-4.057635 -2.17818,-4.153556 -1.66669,-7.734343 1.57615,-11.034636 2.135155,-2.17298 7.222995,-4.709336 9.860075,-4.915388 l 1.71593,-0.134078 2.05797,1.992132 c 1.47961,1.432273 2.1416,2.31759 2.35558,3.150214 0.29418,1.144858 0.31689,1.16008 1.9876,1.333319 1.86047,0.192922 4.84942,1.013233 5.55529,1.52466 0.91232,0.661004 1.81927,2.017067 1.81927,2.720165 0,0.397629 -0.25774,1.129195 -0.57278,1.625702 -0.31503,0.496505 -0.8054,1.800468 -1.08975,2.897702 -1.30699,5.043725 -4.33231,9.489293 -6.41784,9.430729 -0.20332,-0.0054 -1.30812,-0.393132 -2.45517,-0.86093 z m 2.00551,-0.838381 c -0.48657,-0.798794 -0.47609,-0.962722 0.20803,-3.257112 0.80852,-2.711756 2.92094,-7.11807 4.1308,-8.616544 0.43927,-0.544053 1.17691,-1.222972 1.63923,-1.508727 l 0.84056,-0.519542 -1.21838,-0.485513 c -1.6873,-0.672368 -4.1158,-1.266584 -5.19314,-1.270688 -1.11312,-0.0047 -2.32436,-1.024189 -2.32436,-1.957277 0,-0.44912 -0.61418,-1.301533 -1.73677,-2.410462 -1.63626,-1.616337 -1.81988,-1.715636 -3.17284,-1.715636 -2.15263,0 -7.06827,2.355054 -9.02069,4.321765 -2.703235,2.723013 -3.418815,5.222706 -2.383425,8.32579 0.98942,2.965231 1.59004,3.913095 2.947335,4.651249 1.22473,0.666065 2.41852,0.726042 4.45546,0.223827 0.58619,-0.144524 1.22185,0.08716 2.68281,0.97782 2.69835,1.645021 7.51141,4.052405 8.13428,4.068583 0.49057,0.01273 0.49124,-0.03927 0.0111,-0.827533 z m -11.46999,-6.155347 c -0.49772,-0.876275 -0.17591,-3.656594 0.58333,-5.039599 0.34335,-0.625422 1.40191,-1.853687 2.35239,-2.729492 0.9505,-0.875797 2.07346,-2.146069 2.49553,-2.822829 0.62643,-1.004444 0.93324,-1.230463 1.6704,-1.230463 0.70273,0 0.94503,0.157772 1.0925,0.711384 0.10423,0.391257 0.11777,0.879825 0.0301,1.085699 -0.089,0.209006 -0.1701,0.112199 -0.18362,-0.21919 -0.0279,-0.687205 -0.5778,-1.288372 -1.17808,-1.288372 -0.22901,0 -0.75805,0.727955 -1.17566,1.61767 -0.41758,0.889716 -1.42913,2.290271 -2.24786,3.112349 -2.13236,2.141101 -2.62095,3.157111 -2.63325,5.475595 -0.0108,2.04569 -0.21069,2.374912 -0.80578,1.327248 z m 16.40523,1.054268 c 1.76222,-3.727063 2.61634,-6.755296 2.17076,-7.696184 -0.30165,-0.636918 -0.31968,-0.631681 -1.61024,0.466887 -3.02857,2.578064 -5.9877,11.001532 -4.24473,12.083004 0.63566,0.394397 2.13976,-1.587174 3.68421,-4.853707 z m 3.26592,-7.030936 c -0.0194,-0.695669 -0.0499,-0.717093 -0.28567,-0.200057 -0.36683,0.804356 -0.36683,1.371708 0,1.158088 0.16899,-0.09842 0.29756,-0.529533 0.28567,-0.958031 z m 4.8141,-7.551853 c -0.47525,-0.494808 -0.48293,-0.646076 -0.0789,-1.557023 0.2461,-0.554923 0.58868,-1.091207 0.76131,-1.191734 0.44415,-0.258645 1.04506,1.641178 0.80459,2.543863 -0.23712,0.89027 -0.75949,0.962243 -1.48689,0.204894 z m 0.91688,-1.696464 c -0.3545,-0.334028 -0.53637,0.18911 -0.29464,0.847476 l 0.24723,0.673241 0.11295,-0.676281 c 0.0621,-0.371954 0.0326,-0.751948 -0.0655,-0.844436 z m 2.80649,-1.234235 c 0.21563,-0.776977 0.7078,-1.032343 1.03926,-0.539247 0.47169,0.701678 0.29848,1.122792 -0.46181,1.122792 -0.59002,0 -0.70669,-0.117884 -0.57745,-0.583545 z m 5.00416,-3.180225 c 0,-0.321684 0.20485,-0.579041 0.46091,-0.579041 0.51717,0 0.53794,0.05301 0.27439,0.700128 -0.26346,0.646901 -0.7353,0.569204 -0.7353,-0.121087 z M 120.86499,21.4722 c 0,-0.238855 0.13827,-0.434284 0.30727,-0.434284 0.169,0 0.30728,0.195429 0.30728,0.434284 0,0.238848 -0.13828,0.434277 -0.30728,0.434277 -0.169,0 -0.30727,-0.195429 -0.30727,-0.434277 z"
       id="path4172"
       inkscape:connector-curvature="0" /><path
       inkscape:connector-curvature="0"
       id="path4208"
       d="m 121.89124,199.30562 c -0.87358,-0.55402 -0.99467,-0.69274 -1.57067,-1.79949 -0.89866,-1.72676 -1.14386,-2.86893 -1.1395,-5.30814 0.002,-1.21903 -0.0388,-2.18998 -0.0911,-2.15768 -0.0523,0.0323 -0.58404,0.13461 -1.18174,0.22736 -0.90046,0.1397 -1.33797,0.12444 -2.55276,-0.0891 -2.45042,-0.43065 -2.7944,-0.72138 -2.40649,-2.03392 0.19565,-0.66206 0.21651,-0.67939 0.79729,-0.6624 0.32801,0.01 1.0684,0.10191 1.64533,0.20521 0.57693,0.10331 1.32476,0.15606 1.66183,0.11732 0.57475,-0.0661 2.5898,-0.782 2.84286,-1.01006 0.18878,-0.17014 0.71556,-3.5937 0.81509,-5.29746 0.0583,-0.99674 0.0234,-1.99572 -0.0934,-2.6879 -0.22424,-1.32718 -0.20423,-1.33595 -1.68427,0.73706 -1.17047,1.63943 -1.72812,2.77232 -2.31898,4.71113 -0.45199,1.48321 -0.81883,1.88513 -1.5525,1.701 -0.67607,-0.1697 -0.79508,-0.36016 -0.79508,-1.27243 0,-1.64588 0.89103,-4.03437 2.25348,-6.04069 0.86691,-1.27657 2.55907,-4.5898 2.47862,-4.85308 -0.0381,-0.12464 -0.17697,-0.48164 -0.30863,-0.79333 l -0.23938,-0.56671 -1.07228,0.0283 c -1.38337,0.0365 -1.93144,-0.23541 -2.34101,-1.1613 -0.25281,-0.57154 -0.36798,-0.67981 -0.72454,-0.68118 -0.23318,-8.1e-4 -0.75467,-0.10202 -1.15887,-0.2246 -0.68541,-0.20795 -0.76234,-0.20344 -1.14229,0.0671 -0.58541,0.41685 -1.09302,0.50706 -1.79286,0.3186 -0.81404,-0.21919 -1.39102,-0.90588 -1.39102,-1.65553 0,-1.02363 0.93869,-1.54155 2.25443,-1.24385 0.77652,0.17569 2.12718,0.0554 2.12596,-0.1894 0,-0.0923 -0.0686,-0.4115 -0.15128,-0.70934 l -0.15043,-0.54154 -1.21258,0.0702 c -1.4085,0.0815 -1.70435,-0.0785 -1.97023,-1.06595 -0.14379,-0.53402 -0.12028,-0.65621 0.22725,-1.18138 0.21321,-0.32217 0.38765,-0.61045 0.38765,-0.64062 0,-0.0302 -0.28894,-0.14024 -0.64208,-0.24459 -1.25586,-0.37108 -2.08533,-1.34188 -1.62274,-1.89925 0.163,-0.1964 0.0194,-0.2144 -1.15397,-0.14475 -3.28602,0.19503 -8.057133,0.39586 -12.519817,0.52696 -2.658956,0.078 -5.752254,0.24194 -6.874,0.36405 -3.102043,0.33766 -5.179362,1.10298 -5.36037,1.97482 -0.04309,0.20768 -0.116571,0.55906 -0.163227,0.78084 -0.04663,0.22177 -0.03986,0.82334 0.01509,1.33679 l 0.09999,0.93357 0.596044,-0.20535 c 0.659528,-0.22723 1.065198,-0.10688 1.334192,0.39574 0.396771,0.74135 -0.02186,2.12886 -0.724748,2.40219 -0.829323,0.32247 -2.627725,0.36094 -4.336979,0.0927 -1.967647,-0.3087 -3.701887,-0.23989 -4.467216,0.17724 l -0.514205,0.28026 2.71939,0.0471 c 4.114608,0.0711 10.096381,-0.49789 11.82586,-1.12499 0.784789,-0.28456 1.118123,-0.86154 1.384681,-2.3968 0.261096,-1.50378 0.774833,-3.27806 1.038914,-3.58807 0.130487,-0.15317 0.435537,-0.26438 0.725258,-0.26438 0.951636,0 1.107102,1.04102 0.593187,3.97217 -0.425161,2.4249 -0.717479,3.50392 -1.215879,4.48813 l -0.344275,0.67985 -1.791714,0.28267 c -4.127436,0.65116 -6.727772,1.48879 -8.034042,2.58793 -0.897277,0.755 -1.917015,3.60034 -1.403971,3.91741 0.09323,0.0576 0.167986,0.008 0.167986,-0.11142 0,-0.44804 1.088668,-2.36694 1.595176,-2.81166 1.091476,-0.95834 2.657197,-1.5184 4.253382,-1.52145 0.981213,-0.001 1.872343,0.26905 3.363365,1.02253 1.47746,0.74662 2.72315,2.72023 2.72315,4.31442 l 0,0.55326 -1.81006,0 -1.810037,0 -0.09986,-0.41546 c -0.194601,-0.80967 -0.677479,-1.55838 -1.292361,-2.0038 -0.685725,-0.49673 -1.219793,-0.56013 -2.340796,-0.27785 -1.990681,0.50125 -2.834581,3.33204 -2.322071,7.78917 0.158676,1.37991 0.377134,1.90038 1.162479,2.76966 0.817382,0.90476 1.463302,1.24462 2.328364,1.22513 1.390878,-0.0313 2.287711,-0.70523 2.76211,-2.07548 0.112463,-0.32484 0.265613,-0.58753 0.340344,-0.58377 0.07471,0.004 0.660966,0.0626 1.302738,0.13068 0.641772,0.0681 1.34264,0.0797 1.557468,0.0258 0.765474,-0.19213 1.678661,-1.24354 2.414841,-2.78038 0.385202,-0.80412 0.843708,-1.61576 1.018906,-1.80366 0.451196,-0.48387 1.317126,-0.68291 3.057629,-0.70281 0.830912,-0.01 1.602805,-0.0758 1.715327,-0.14715 0.33681,-0.21378 0.770557,-1.33354 0.774107,-1.99843 0.005,-1.0827 -0.928214,-1.88961 -2.209668,-1.90899 -0.897153,-0.0136 -1.32578,0.25019 -1.751719,1.07785 l -0.358909,0.69746 -1.426274,0 -1.426262,0 0.0292,-0.86524 c 0.09374,-2.78054 2.696872,-4.75489 5.432681,-4.12041 1.148442,0.26634 1.715651,0.54051 2.580811,1.24745 1.33974,1.09475 1.67667,2.12311 1.77148,5.40678 0.0583,2.01639 0.0309,2.44936 -0.17686,2.80105 -0.22069,0.37361 -0.22243,0.45183 -0.0169,0.76809 0.12583,0.19368 0.34933,0.7171 0.49668,1.16317 0.30901,0.93556 0.25133,1.68793 -0.2438,3.18075 -0.46927,1.41476 -1.87023,2.67964 -3.64533,3.29122 -0.937604,0.32302 -2.445247,0.0293 -3.474592,-0.67707 -1.186805,-0.81437 -2.284904,-2.00599 -2.495125,-2.70765 -0.360288,-1.20252 -0.230818,-1.3294 1.419106,-1.39071 1.070934,-0.0398 1.073579,-0.0389 1.374797,0.46365 0.166003,0.27694 0.686521,0.73315 1.156743,1.01379 0.823475,0.49148 0.879611,0.50335 1.525855,0.32241 0.763256,-0.2137 1.029982,-0.45858 1.360146,-1.2488 0.29206,-0.69899 0.29629,-1.48013 0.0118,-2.16121 -0.27039,-0.64712 -1.476587,-1.27137 -2.460947,-1.27363 -0.627708,-10e-4 -0.642076,-0.0129 -0.642076,-0.50916 0,-0.27923 -0.04405,-0.82932 -0.09802,-1.22241 l -0.09792,-0.71474 -0.69519,0.10429 c -0.382346,0.0573 -0.821574,0.17188 -0.976031,0.25454 -0.154481,0.0827 -0.61247,0.85868 -1.017777,1.72446 -0.809476,1.72913 -1.684526,2.76913 -2.578036,3.06401 -0.458489,0.15132 -0.54838,0.26711 -0.716455,0.92289 -0.260257,1.01551 -1.224585,2.46538 -1.966114,2.95612 -0.774389,0.51245 -2.449896,1.12362 -3.078792,1.12302 -0.266276,-2.9e-4 -1.189248,-0.13736 -2.051052,-0.30468 -1.449795,-0.28148 -1.621187,-0.35302 -2.293212,-0.95722 -1.352442,-1.21595 -1.659985,-1.68165 -2.012165,-3.04687 -0.324904,-1.25955 -0.606009,-5.9499 -0.424961,-7.09103 0.110617,-0.69719 0.09294,-1.03818 -0.07826,-1.51077 -0.492833,-1.36042 0.188495,-3.50821 1.48936,-4.69495 0.361,-0.32934 1.064183,-0.77881 1.562632,-0.99884 0.498464,-0.22004 1.07626,-0.47556 1.283988,-0.56783 0.279458,-0.12413 -3.001189,-0.15501 -12.614925,-0.11868 -7.145937,0.027 -13.156131,0.009 -13.356002,-0.0399 -0.19987,-0.049 -0.413262,-0.18943 -0.474214,-0.31217 -0.06091,-0.12276 -0.283209,-0.56311 -0.493906,-0.97857 -1.007522,-1.98663 -1.621251,-5.0018 -2.215229,-10.88311 -0.367817,-3.64193 -0.389487,-6.6536 -0.0777,-10.79642 0.247275,-3.28562 0.419345,-4.69946 0.686508,-5.64087 0.237384,-0.83649 0.899939,-1.0738 3.61778,-1.29579 1.204836,-0.0985 3.142398,-0.27512 4.305693,-0.39271 7.131876,-0.72086 10.533885,-0.90432 16.769532,-0.90432 6.817089,0 7.329333,0.0469 10.056768,0.92092 2.001273,0.64131 2.562811,1.19635 2.55551,2.5259 -0.0016,0.26465 0.112239,1.31589 0.252618,2.33608 0.177666,1.29095 0.207219,1.90294 0.09725,2.01292 -0.230439,0.23044 -1.784703,0.23353 -2.061144,0.004 -0.12793,-0.10612 -0.476569,-0.92523 -0.774768,-1.82015 -0.690582,-2.07245 -0.874777,-2.2784 -2.037918,-2.2784 -1.11922,0 -1.698693,0.42158 -1.949704,1.41841 -0.238023,0.94528 -0.877084,1.45205 -1.831085,1.45205 -0.630114,0 -0.784047,-0.0638 -1.12152,-0.46487 -0.375037,-0.44568 -0.460894,-0.66289 -0.592599,-1.49912 -0.03275,-0.20774 -0.06632,0.0642 -0.07471,0.6043 -0.01944,1.25393 0.486953,2.80062 1.053033,3.2163 0.219515,0.16119 0.695407,0.35032 1.057544,0.42027 0.362128,0.07 4.159625,0.13156 8.438879,0.13689 7.892547,0.01 11.029007,0.12919 13.571987,0.5165 l 1.41029,0.21479 0.51796,-0.5733 c 0.64303,-0.71176 1.07416,-0.80397 2.34763,-0.50206 l 1.00278,0.23774 0.52224,-0.39833 c 0.33432,-0.25499 0.71245,-0.39834 1.05086,-0.39834 0.62242,0 2.06181,0.47092 2.76188,0.90358 0.27705,0.17123 0.75535,0.30504 1.09038,0.30504 0.95388,0 2.10614,0.40877 2.45781,0.87194 0.17215,0.22671 0.60949,0.79169 0.97185,1.25549 0.36237,0.4638 0.84101,1.11853 1.06363,1.45497 0.37858,0.57205 0.45959,0.61624 1.25023,0.68179 1.20224,0.0998 1.56913,0.73006 1.03083,1.77103 -0.21331,0.41247 -0.2071,0.43425 0.14916,0.52366 0.57942,0.14543 0.88469,0.73559 0.77906,1.50613 -0.082,0.59835 -0.056,0.66961 0.30378,0.83355 0.38651,0.17611 0.39177,0.19915 0.29824,1.30573 -0.0773,0.91377 -0.0551,1.12648 0.11784,1.12648 0.33266,0 1.1081,0.85795 1.2149,1.34415 0.0719,0.32722 -0.10956,0.97252 -0.71419,2.54015 l -0.81052,2.10149 0.55812,-0.009 c 0.39309,-0.006 0.67548,-0.12651 0.95505,-0.40613 0.77625,-0.7764 1.90342,-0.67442 1.90342,0.17222 0,0.64145 -0.55092,0.96273 -1.49528,0.87198 l -0.735,-0.0706 -0.29677,0.64509 -0.29678,0.6451 0.42986,0.74455 c 0.23643,0.4095 0.94061,1.20894 1.56484,1.77652 0.99335,0.9032 1.28085,1.07553 2.30396,1.38105 2.42485,0.72411 2.56125,0.72969 4.40349,0.18024 0.5326,-0.15885 1.0917,-0.24966 1.24246,-0.20181 0.72075,0.22876 1.25353,1.75624 0.83527,2.39461 -0.2657,0.4055 -0.90899,0.58578 -3.04606,0.85355 -1.73245,0.21708 -2.91383,0.0349 -4.42441,-0.68253 l -1.12284,-0.53324 0.10482,0.41583 c 0.20775,0.82437 0.37104,3.00146 0.28617,3.81506 -0.13327,1.27741 -0.61545,2.79445 -1.42402,4.48022 -0.86319,1.79964 -1.57427,2.5173 -3.71068,3.74498 l -1.34193,0.77115 0.0108,1.88483 c 0.008,1.3954 0.0818,2.1006 0.2854,2.71575 0.38013,1.14845 1.05425,2.45974 1.56939,3.05277 0.58811,0.67702 0.77866,1.07364 0.77866,1.62068 0,1.11744 -1.21737,1.40763 -2.49803,0.59547 z m 1.90396,-0.3025 c 0.21049,-0.39334 0.0759,-0.72677 -0.70373,-1.74228 -2.00976,-2.61804 -2.33775,-5.46163 -1.31303,-11.38373 0.50884,-2.94074 0.56152,-3.50301 0.55894,-5.96611 -0.003,-2.54006 -0.25864,-5.06107 -0.51387,-5.06107 -0.0582,0 -0.18896,0.27753 -0.29058,0.61676 -0.10159,0.33923 -0.30962,0.82203 -0.4622,1.07292 -0.22139,0.36403 -0.24744,0.55219 -0.12906,0.93177 0.0816,0.26159 0.18517,1.4274 0.23017,2.5907 0.0932,2.40756 -0.0892,3.9539 -0.97072,8.23368 -0.84337,4.09457 -0.72591,6.21122 0.4821,8.68692 0.65563,1.34366 0.77216,1.48075 1.65956,1.9526 0.88987,0.47314 1.22707,0.48889 1.45242,0.0679 z m -23.77137,-7.53757 c 1.45347,-0.7263 2.21823,-1.54277 2.59478,-2.77024 0.39883,-1.29997 0.40153,-2.12826 0.0108,-3.17373 l -0.30736,-0.82151 -0.57502,0.0771 c -0.49036,0.0657 -0.62127,0.0184 -0.88923,-0.32233 -0.24739,-0.3145 -0.2872,-0.49367 -0.18721,-0.84237 0.12178,-0.42455 0.0947,-0.45786 -0.65408,-0.80383 -0.613576,-0.28354 -0.959326,-0.34698 -1.612025,-0.29584 l -0.830912,0.0651 0.05063,0.8012 0.05063,0.80118 0.671516,0.0757 c 0.949869,0.1071 2.029531,0.70415 2.390341,1.32195 0.7172,1.22804 0.16266,3.34603 -1.057058,4.03726 -0.920828,0.52183 -1.659633,0.45428 -2.751797,-0.25161 -0.50547,-0.32672 -0.994292,-0.73462 -1.086271,-0.90646 -0.140349,-0.26227 -0.311953,-0.31245 -1.068359,-0.31245 -0.978681,0 -1.039334,0.0701 -0.740456,0.85619 0.168542,0.44329 1.032564,1.33134 2.021963,2.07814 1.28099,0.96688 2.558989,1.09133 3.969418,0.38654 z m -12.036479,-0.2427 c 0.664983,-0.31297 1.155162,-0.67477 1.494273,-1.10292 0.557384,-0.70376 1.263544,-2.29144 1.094477,-2.46072 -0.05921,-0.0593 -0.483233,-0.15192 -0.942295,-0.20589 -0.811436,-0.0953 -0.840021,-0.086 -1.027959,0.33441 -0.626185,1.40096 -1.527915,2.112 -2.881793,2.27235 -0.993921,0.11771 -1.681727,-0.14634 -2.623627,-1.00717 -1.196445,-1.0935 -1.550385,-1.94604 -1.775369,-4.27636 -0.17031,-1.76411 -0.231705,-2.0082 -0.703111,-2.79493 -0.930903,-1.55358 -0.951419,-1.54227 -0.951419,0.52484 0,2.22473 0.231495,4.65784 0.554164,5.82442 0.200475,0.72481 0.409356,1.03787 1.281011,1.91997 0.807701,0.81737 1.167925,1.07481 1.604906,1.14699 0.309906,0.0512 0.835389,0.15204 1.167764,0.22412 1.198388,0.25987 2.637906,0.10493 3.708978,-0.39911 z m 30.480779,-1.58718 c 0.89424,-0.21552 0.99802,-0.32788 1.21318,-1.31367 0.227,-1.03988 0.22533,-1.16142 -0.0132,-0.96624 -0.10385,0.085 -0.63074,0.3336 -1.17084,0.55247 -1.14725,0.46492 -2.54956,0.52645 -4.00228,0.1756 -0.49787,-0.12023 -0.92848,-0.19533 -0.95694,-0.16689 -0.0284,0.0284 -0.0883,0.32441 -0.13298,0.65771 -0.0803,0.59815 -0.0737,0.60797 0.5037,0.75742 1.91704,0.49621 3.36118,0.59237 4.55938,0.3036 z m 5.51555,-2.07364 c 1.09027,-0.71607 1.96972,-1.85373 2.59021,-3.35069 1.14502,-2.76244 1.40331,-4.76182 0.91504,-7.08298 -0.31832,-1.51323 -1.62105,-4.07335 -3.13899,-6.16876 l -0.57465,-0.79325 -0.76208,0.38618 c -0.53616,0.27169 -0.7214,0.43967 -0.6248,0.56663 1.34243,1.76458 1.93031,2.72108 2.57154,4.18399 0.89198,2.03503 1.15876,3.40753 1.0619,5.46334 -0.0551,1.16856 -0.13954,1.55327 -0.49215,2.24159 -0.91344,1.78297 -1.91066,3.01204 -2.82729,3.48456 -0.56772,0.29267 -0.59911,0.36105 -0.81148,1.76761 l -0.0973,0.64433 0.80681,-0.48199 c 0.44376,-0.2651 1.06622,-0.65235 1.38323,-0.86056 z m -0.58496,-2.32927 c 0.42016,-0.43826 1.0616,-1.36351 1.42541,-2.05611 0.65751,-1.2517 0.66153,-1.26891 0.67184,-2.86676 0.005,-0.88412 -0.0771,-2.00457 -0.18403,-2.48988 -0.25222,-1.1449 -1.52178,-3.98891 -2.16085,-4.84068 -0.27457,-0.36594 -0.57345,-0.78976 -0.66416,-0.94183 -0.13313,-0.22311 -0.1842,-0.0586 -0.26468,0.85253 -0.0783,0.88599 -0.0337,1.38908 0.20743,2.33759 0.45176,1.77763 0.571,5.90974 0.23761,8.23369 -0.13709,0.95556 -0.28702,1.92434 -0.33317,2.15285 -0.12863,0.6367 0.20217,0.5182 1.0646,-0.3814 z m -7.15651,-1.4693 c 0.70747,-2.06058 1.15853,-2.92716 2.46481,-4.73553 1.88828,-2.61406 2.03753,-2.86897 2.49299,-4.2579 0.48217,-1.47039 0.7161,-3.04707 0.49947,-3.36638 -0.10752,-0.15846 -0.2751,-0.12976 -0.8374,0.14341 -0.65068,0.31614 -0.70295,0.38362 -0.70295,0.90749 0,0.6882 -2.03257,4.76918 -3.41999,6.86667 -1.02547,1.55026 -1.63931,3.0551 -1.88061,4.61023 -0.19916,1.28371 -0.1277,1.53016 0.42511,1.46621 0.38048,-0.044 0.45795,-0.1761 0.95857,-1.6342 z m -14.64451,0.14036 c -0.42478,-0.34709 -0.62533,-0.37063 -0.62533,-0.0733 0,0.32395 0.62925,0.72466 0.82474,0.52521 0.10956,-0.11175 0.049,-0.2488 -0.19941,-0.45184 z m 0.96861,-0.50559 c 0.0532,-0.28398 0.0394,-0.61833 -0.0309,-0.743 -0.1084,-0.19229 -0.1904,-0.17271 -0.54043,0.12895 l -0.41265,0.35563 0.33712,0.38463 c 0.44376,0.50634 0.53141,0.48924 0.64689,-0.12621 z m -0.63751,-1.24745 c 0.75867,-1.07637 0.6981,-3.54425 -0.12171,-4.95917 -0.95682,-1.65142 -3.47509,-2.69918 -5.275713,-2.19502 -1.033749,0.28943 -2.29313,1.48897 -2.58102,2.4584 -0.3645,1.22743 -0.322233,1.41918 0.33686,1.52811 1.251394,0.20686 1.51031,0.14176 1.697991,-0.42685 0.558335,-1.69178 3.190173,-1.88717 4.443582,-0.32989 0.41321,0.51338 0.46503,0.68405 0.44239,1.45703 -0.0247,0.84269 -0.2977,1.61311 -0.75814,2.13922 -0.196188,0.22418 -0.151807,0.28976 0.43368,0.64055 0.35875,0.21495 0.72025,0.36911 0.80333,0.3426 0.0831,-0.0266 0.34352,-0.32126 0.57875,-0.65498 z m -20.596424,-0.8246 c 0,-0.48624 0.739625,-2.55505 1.08878,-3.04538 0.371011,-0.52103 1.557718,-1.09968 2.548178,-1.24249 1.228425,-0.17713 2.504764,0.63964 3.149005,2.01511 l 0.352495,0.75259 1.302988,0.0615 c 0.716647,0.0339 1.326286,0.0455 1.354749,0.0259 0.142605,-0.0982 -0.510768,-1.85921 -0.899431,-2.4241 -0.568501,-0.82628 -1.158357,-1.2634 -2.478948,-1.83703 -1.412175,-0.61342 -2.342143,-0.72539 -3.519565,-0.42374 -2.324362,0.59547 -3.265616,1.5018 -4.110752,3.95827 l -0.266121,0.77346 0.625999,0.91271 c 0.627896,0.91549 0.852623,1.04018 0.852623,0.47311 z m 52.863984,-4.52446 c 1.69595,-0.22486 2.03863,-0.45443 1.81941,-1.21883 -0.26805,-0.93461 -0.40478,-0.97412 -2.0225,-0.58445 -1.61737,0.38959 -1.97025,0.35922 -4.38541,-0.37745 -1.21541,-0.37073 -1.347,-0.4549 -2.54723,-1.62953 -1.0143,-0.99266 -1.38533,-1.48496 -1.86855,-2.47918 -0.45785,-0.94204 -0.64515,-1.19834 -0.77842,-1.06509 -0.27303,0.27303 -0.21851,0.43426 0.44104,1.30422 0.71504,0.94315 1.96818,3.08851 2.36021,4.04062 0.22463,0.54557 0.42776,0.74418 1.1779,1.15173 0.49856,0.27086 1.14441,0.5817 1.43524,0.69075 0.60985,0.22869 2.19988,0.47063 2.64384,0.40229 0.16617,-0.0256 0.94219,-0.13136 1.72447,-0.23508 z m -14.49047,-4.40808 c 0,-0.38088 -0.042,-0.42163 -0.33992,-0.33004 -0.47066,0.14466 -0.46632,0.13148 -0.24479,0.74412 0.17925,0.4957 0.21707,0.52321 0.39156,0.28459 0.10623,-0.14528 0.19315,-0.45968 0.19315,-0.69867 z m -46.810039,-0.64059 -0.0518,-0.83113 -4.329476,-0.003 c -5.326785,-0.004 -8.096381,-0.25208 -8.917636,-0.79977 -0.703579,-0.4692 -1.93027,-2.4955 -2.451872,-4.05013 -0.293964,-0.87611 -0.559917,-1.34638 -1.055518,-1.86639 -0.364396,-0.38234 -0.746096,-0.8455 -0.848225,-1.02926 -0.18359,-0.33032 -0.185736,-0.32948 -0.191029,0.0748 -0.0072,0.56975 0.70408,4.86826 0.957649,5.78529 0.293762,1.06239 0.813251,2.31908 1.159889,2.8059 0.161887,0.22735 0.294336,0.48785 0.294336,0.57889 0,0.11782 2.231211,0.16558 7.742699,0.16572 l 7.742684,1.5e-4 -0.05171,-0.83113 z m 12.698506,0.67293 c 1.908293,-0.19371 2.689774,-0.4637 3.276572,-1.13204 0.411971,-0.46921 0.767693,-1.33257 0.769823,-1.86843 0.0016,-0.17513 -0.04542,-0.17187 -0.263541,0.0187 -0.377521,0.32975 -1.072652,0.51952 -3.134846,0.8558 -3.094048,0.50455 -5.304679,0.67163 -9.060886,0.68479 l -3.622122,0.0126 -0.130309,0.37769 c -0.07963,0.23072 -0.06777,0.53936 0.03034,0.79315 l 0.160612,0.41547 5.209965,0 c 2.86548,0 5.909477,-0.071 6.764422,-0.15779 z m 4.747256,-0.67423 c 0.212205,-0.0637 0.901512,-1.85143 1.106368,-2.86937 0.76971,-3.82447 0.853719,-4.4765 0.666701,-5.17438 -0.09486,-0.35396 -0.703732,-0.48503 -0.885659,-0.19065 -0.254546,0.41186 -0.870597,3.58144 -1.211241,6.2319 -0.05752,0.44757 -0.282984,0.99958 -0.601684,1.47317 l -0.509687,0.75738 0.631978,-0.0883 c 0.347599,-0.0486 0.709024,-0.11145 0.803224,-0.13974 z m 28.864887,-0.16503 c 0.48135,-0.13993 1.70084,-0.64465 2.70999,-1.12162 1.68998,-0.79875 1.86736,-0.92271 2.24674,-1.57007 0.53035,-0.90498 1.88789,-4.38259 1.88789,-4.83624 0,-0.44809 -0.54675,-1.14394 -0.89883,-1.14394 -0.34894,0 -0.91275,1.27032 -0.91763,2.06754 -0.008,1.29764 -2.08185,3.97473 -4.30215,5.55343 -1.58799,1.1291 -2.65086,1.28732 -3.63671,0.54139 -0.3264,-0.24697 -0.67489,-0.45092 -0.77444,-0.45323 -0.32166,-0.008 0.10191,0.88914 0.53693,1.13659 0.48713,0.27706 1.85741,0.2014 3.14821,-0.17385 z m -1.12469,-0.52167 c 0.31161,-0.0866 0.56378,-0.20512 0.5604,-0.26353 -0.003,-0.0584 -0.19618,-0.32823 -0.42846,-0.59959 l -0.42231,-0.49339 -0.81141,0.35811 -0.81141,0.35808 0.59779,0.39079 c 0.70949,0.46381 0.61107,0.44514 1.3154,0.24953 z m -44.756522,-0.74106 c 0,-0.0796 0.293012,-0.31643 0.651131,-0.5263 1.002633,-0.58757 2.562997,-0.75082 4.45722,-0.46632 1.786761,0.26837 3.862557,0.30047 4.523764,0.07 0.770428,-0.26857 1.073967,-1.62451 0.450961,-2.0145 -0.374237,-0.23426 -1.040027,0.16545 -1.186061,0.71203 -0.202912,0.75947 -0.386227,0.85904 -1.581445,0.85904 l -1.107724,0 -0.102364,-0.54565 c -0.2098,-1.11836 0.492673,-5.6924 1.003143,-6.53183 0.565322,-0.92958 3.006117,-1.71812 6.14123,-1.98401 1.063359,-0.0901 2.851169,-0.26718 3.972914,-0.39331 1.121754,-0.12615 4.062911,-0.28342 6.535923,-0.34949 2.473024,-0.0661 4.54088,-0.16463 4.59526,-0.21899 0.33132,-0.33133 -12.982581,0.1739 -17.507894,0.66439 -3.410819,0.36968 -6.207999,1.58852 -7.912316,3.44766 -0.428639,0.46759 -1.445592,1.73395 -2.2599,2.81416 -2.613228,3.46651 -2.532979,3.40383 -4.375342,3.41797 -1.518549,0.0117 -1.639468,-0.18762 -0.833776,-1.37406 0.71272,-1.04952 0.719634,-1.36467 0.04922,-2.24562 -0.538691,-0.70789 -1.148644,-1.03649 -2.29932,-1.23868 -1.074364,-0.18879 -1.237792,-0.14814 -3.865573,0.96167 -0.498554,0.21055 -1.371999,0.46352 -1.940992,0.56216 -0.986628,0.17103 -1.08319,0.16023 -2.0858,-0.23312 -0.578198,-0.22686 -1.082173,-0.38156 -1.11993,-0.34381 -0.197401,0.19741 1.042488,2.76317 1.857257,3.84333 0.198885,0.26366 0.567145,0.55103 0.81835,0.63861 0.424105,0.14783 2.675566,0.41119 4.435115,0.51876 1.994513,0.12193 8.686914,0.088 8.686914,-0.0441 z m 46.126142,-0.0257 c 0.1815,-0.0938 0.44618,-0.27175 0.58819,-0.39551 0.24062,-0.20971 0.22785,-0.25536 -0.18776,-0.67096 -0.4734,-0.4734 -0.71215,-0.47466 -1.31374,-0.008 l -0.33684,0.26189 0.38555,0.49099 c 0.43733,0.55692 0.4197,0.55038 0.8646,0.32052 z m -7.82126,-0.19357 c 0.2874,-0.21015 0.28733,-0.21729 -0.004,-0.53963 -0.1626,-0.17967 -0.30342,-0.50875 -0.31294,-0.73127 -0.0148,-0.34555 -0.10612,-0.42361 -0.62583,-0.53498 -1.24963,-0.26777 -1.84104,0.70003 -0.96383,1.57724 0.49817,0.49818 1.39184,0.60532 1.90698,0.22864 z m 4.90311,-0.42208 c 0.45701,-0.17548 1.33059,-0.65447 1.94131,-1.0644 1.49404,-1.00286 4.80056,-3.6632 5.07379,-4.08224 0.46915,-0.71953 1.17345,-2.61071 1.25058,-3.35803 0.0684,-0.66307 0.0385,-0.80093 -0.1927,-0.88968 -0.29526,-0.1133 -1.05642,0.62909 -1.84115,1.79572 -0.62087,0.92301 -2.08537,2.46608 -3.30883,3.48632 -1.48539,1.23868 -3.95782,2.7666 -4.92677,3.04467 -0.47995,0.13773 -0.95755,0.40535 -1.21418,0.68033 -0.23267,0.2493 -0.40264,0.47256 -0.37769,0.49613 0.0249,0.0235 0.35127,0.11286 0.72518,0.19843 0.86705,0.19843 1.81894,0.0965 2.87046,-0.30725 z m 9.12398,-0.20823 c 0.15362,-0.40033 0.1032,-0.66749 -0.126,-0.66749 -0.2963,0 -0.38858,0.18643 -0.28616,0.5781 0.10104,0.38626 0.28309,0.42576 0.41216,0.0894 z m -11.4044,-1.26674 c 1.2838,-0.45578 2.31483,-1.05715 2.22296,-1.29655 -0.0418,-0.10879 -0.1216,-0.44134 -0.17744,-0.73898 -0.0558,-0.29764 -0.14888,-0.57044 -0.20678,-0.60621 -0.058,-0.0358 -0.66205,0.10915 -1.34255,0.32208 -1.35219,0.4231 -1.3748,0.45614 -1.01123,1.47684 0.24036,0.67479 0.1031,0.98828 -0.43343,0.98969 -0.54238,0.001 -1.45449,0.30578 -1.45449,0.48536 0,0.0934 0.11761,0.29981 0.26136,0.45864 0.25517,0.28198 0.27281,0.27634 0.74503,-0.23896 0.30792,-0.336 0.81541,-0.64556 1.39657,-0.85191 z m 7.14626,0.49306 c 0.63761,-0.62261 0.68126,-0.79662 0.33309,-1.328 l -0.23982,-0.366 -0.88686,0.70966 -0.88686,0.70967 0.39957,0.41704 c 0.21976,0.22938 0.46896,0.41706 0.55377,0.41706 0.0848,0 0.41201,-0.25175 0.72711,-0.55943 z M 71.293115,168.4383 c 0.416118,-0.27265 1.606931,-1.7407 3.025803,-3.73025 0.555181,-0.77848 1.289571,-1.71285 1.631981,-2.07636 1.147361,-1.21807 3.161705,-2.35007 5.269916,-2.96153 1.107151,-0.32112 1.773401,-0.86328 1.773401,-1.44313 0,-0.23699 -0.05599,-0.46549 -0.124421,-0.50779 -0.206147,-0.1274 -2.848393,0.34941 -4.048937,0.73066 -1.349352,0.42849 -3.057444,1.41419 -3.767187,2.17395 -0.805845,0.86263 -5.721257,7.23759 -6.182368,8.01813 -0.105257,0.17816 0.05252,0.19781 0.970564,0.12083 0.602934,-0.0506 1.256,-0.19657 1.451248,-0.32451 z m 56.640665,0.0138 c 0.15322,-0.11204 0.23018,-0.28199 0.17103,-0.3777 -0.19105,-0.30913 -0.92465,-0.19402 -1.29831,0.20371 l -0.35483,0.37769 0.60177,0 c 0.33098,0 0.72713,-0.0917 0.88034,-0.2037 z m -46.531957,-0.0415 c 0.215173,-0.0826 0.23344,-0.31876 0.14893,-1.92623 -0.126752,-2.41089 0.01549,-2.86144 1.109918,-3.51543 1.735353,-1.03699 4.01147,-1.35837 11.060007,-1.56165 6.082119,-0.17541 11.815052,-0.42817 14.427842,-0.63613 1.16328,-0.0926 2.69294,-0.209 3.39923,-0.25869 0.71989,-0.0506 1.27451,-0.15675 1.26221,-0.24145 -0.0362,-0.24911 -1.8167,-0.82238 -3.29117,-1.05964 -1.21865,-0.19611 -1.71778,-0.19561 -4.2461,0.004 -1.57581,0.12456 -4.66669,0.29497 -6.86863,0.3787 -4.107928,0.1562 -6.089306,0.28376 -10.410013,0.67019 -3.233998,0.28923 -3.652948,0.35445 -4.999831,0.77829 -1.783929,0.56136 -2.04718,0.77833 -2.399796,1.97792 -0.31394,1.068 -0.62174,3.40603 -0.62174,4.72266 l 0,0.76134 0.591946,0 c 0.325573,0 0.702312,-0.0423 0.837197,-0.0941 z m 41.861907,-2.20681 c 0.58492,-0.89049 0.43973,-0.94289 -0.53478,-0.19303 -0.90432,0.69586 -0.90475,0.6966 -0.65329,1.08039 l 0.25163,0.38404 0.28314,-0.35393 c 0.15574,-0.19467 0.44971,-0.60752 0.6533,-0.91747 z m -5.04412,-0.2349 c 0.35226,-0.32032 0.38323,-0.42006 0.24961,-0.80341 -0.0839,-0.24073 -0.24228,-0.43769 -0.3519,-0.43769 -0.22237,0 -1.58404,0.56041 -1.58404,0.65193 0,0.0321 0.0739,0.28946 0.16437,0.5719 0.0905,0.28246 0.19117,0.60091 0.2239,0.70766 0.0682,0.22254 0.61237,-0.0668 1.29806,-0.69039 z m -46.827819,-1.43807 c 0.52333,-0.64843 1.345117,-1.73618 1.826212,-2.41723 0.481088,-0.68105 1.139108,-1.52138 1.462261,-1.8674 1.1874,-1.27145 4.087977,-2.58922 6.274421,-2.85056 1.043456,-0.12471 1.247449,-0.20742 0.960342,-0.38933 -0.340555,-0.21579 -1.223964,-0.15181 -2.484733,0.17996 -1.62063,0.42647 -3.76517,0.4469 -4.469466,0.0426 -0.584395,-0.33548 -1.182302,-1.40531 -1.182302,-2.11549 0,-0.49317 0.444346,-0.99296 1.055161,-1.18683 0.229108,-0.0727 0.135611,-0.21837 -0.561618,-0.87491 -0.726846,-0.68445 -1.457799,-1.57407 -3.612005,-4.39609 -0.261039,-0.34196 -0.681021,-1.07919 -0.933291,-1.63828 -0.448962,-0.99501 -0.452825,-1.02377 -0.182266,-1.35791 0.23619,-0.29167 0.450018,-0.34924 1.469214,-0.39551 0.88862,-0.0404 1.237413,-3.6e-4 1.36778,0.15667 0.09624,0.11596 0.704877,1.03698 1.352538,2.04669 1.936063,3.01838 4.440699,5.46825 6.061006,5.92847 1.556862,0.44219 4.638664,0.59008 13.472403,0.6465 4.943987,0.0315 8.717132,0.002 8.384772,-0.0652 -0.33238,-0.0675 -4.327607,-0.29693 -8.878283,-0.51002 -4.550678,-0.21309 -8.840533,-0.47915 -9.533011,-0.59125 -1.462776,-0.23678 -2.793863,-0.81665 -3.325793,-1.44882 -0.531187,-0.63127 -0.759375,-1.88053 -0.76687,-4.1983 -0.0056,-1.79407 0.0242,-2.0363 0.27477,-2.21963 0.33394,-0.2443 1.749722,-0.44538 2.178272,-0.30938 0.429647,0.13636 1.079641,1.18637 1.228853,1.98509 0.165751,0.88722 0.52408,1.27361 1.181092,1.27361 0.62729,0 1.400195,-0.69118 1.400195,-1.25215 0,-0.41793 0.466662,-1.07707 0.955938,-1.35022 0.180523,-0.10072 0.702135,-0.21931 1.159139,-0.26342 l 0.83092,-0.0802 -0.417876,-0.28334 c -1.333935,-0.90448 -6.616211,-1.22009 -13.117326,-0.78372 -1.778887,0.1194 -4.594026,0.25881 -6.255873,0.30979 -3.205326,0.0983 -7.478046,0.54516 -8.80647,0.92092 -1.050508,0.29714 -1.907423,1.07343 -2.206219,1.99864 -0.752219,2.32916 -1.076703,6.94868 -0.840352,11.9634 0.159016,3.37375 0.353085,5.06835 0.616852,5.38617 0.243749,0.29369 2.124387,0.95928 2.703553,0.95682 0.789137,-0.003 2.32792,-0.40227 3.140986,-0.81428 0.396642,-0.201 1.11743,-0.48065 1.601743,-0.62143 1.399091,-0.40673 3.047312,0.004 4.126984,1.02851 0.268487,0.25476 0.567945,0.70495 0.66546,1.00043 l 0.177304,0.53725 0.34705,-0.45082 c 0.190874,-0.24795 0.775211,-0.98134 1.298533,-1.62978 z m 41.237969,1.33909 c 1.37532,-0.26993 3.95442,-1.10776 5.33004,-1.7315 1.13282,-0.51365 2.80591,-1.52798 3.24566,-1.96773 0.15305,-0.15305 0.69537,-0.56151 1.20514,-0.9077 0.94269,-0.64017 1.57848,-1.41989 1.75734,-2.1552 0.0771,-0.31689 0.0133,-0.4938 -0.28611,-0.79316 -0.21191,-0.2119 -0.43938,-0.38271 -0.50547,-0.37955 -0.0661,0.003 -0.30298,0.27018 -0.52643,0.59338 -0.47466,0.68663 -2.04832,2.03446 -3.44848,2.95361 -1.80938,1.1878 -3.49926,1.71065 -6.60903,2.04487 -1.6521,0.17756 -1.71437,0.19772 -2.15284,0.69711 -0.50322,0.57313 -0.56741,1.02646 -0.21634,1.52767 0.27993,0.39966 0.6668,0.42038 2.20652,0.1182 z m 7.28899,-1.35406 c 0.50208,-0.44245 0.71208,-0.73059 0.65013,-0.89201 -0.077,-0.20055 -0.23518,-0.15318 -0.99534,0.29801 -0.84595,0.50212 -0.89328,0.55961 -0.73918,0.89782 0.0906,0.19874 0.20473,0.35874 0.25371,0.35555 0.049,-0.003 0.42278,-0.29991 0.83068,-0.65937 z M 56.296701,161.4041 c -0.314924,-3.46907 -0.186051,-9.92462 0.243516,-12.19804 0.755439,-3.99809 1.223181,-4.39187 5.956746,-5.01473 1.275032,-0.16778 4.1364,-0.37104 6.447103,-0.45798 2.285031,-0.0859 4.460544,-0.19025 4.83446,-0.23172 5.482386,-0.608 12.961626,-0.22407 14.390269,0.73868 0.76879,0.5181 1.544825,1.83292 2.074666,3.5151 0.512736,1.62787 0.585136,1.70687 1.568584,1.71155 l 0.433061,0.002 -0.105117,-1.01977 c -0.05784,-0.56086 -0.166049,-1.29171 -0.240531,-1.62407 -0.07447,-0.33236 -0.137054,-0.88309 -0.139096,-1.22384 -0.0049,-0.83202 -0.256756,-1.50415 -0.663256,-1.77052 -0.54587,-0.35767 -3.095508,-1.11842 -4.477043,-1.33584 -0.908709,-0.14302 -2.98469,-0.20211 -7.100613,-0.20211 -5.074749,0 -6.432959,0.053 -10.650932,0.41581 -10.017348,0.86162 -12.79235,1.15301 -13.138237,1.37964 -0.441362,0.28921 -0.679473,1.40999 -0.838222,3.94548 -0.06761,1.08019 -0.205469,2.8138 -0.306308,3.85244 -0.203266,2.09383 -0.120596,6.43033 0.15971,8.37716 0.116271,0.8076 0.323539,1.47568 0.632743,2.03954 0.408437,0.74485 1.032485,1.58103 1.104545,1.48002 0.01461,-0.0204 -0.06915,-1.09094 -0.186049,-2.37886 z m 65.595969,0.92781 c -0.0994,-0.0994 -0.97816,0.74778 -0.97816,0.94301 0,0.0839 0.23691,-0.0772 0.5265,-0.35786 0.28956,-0.28066 0.49282,-0.54399 0.45166,-0.58515 z m -6.92026,0.36209 c 1.44354,-0.27995 3.00989,-0.89516 4.14965,-1.62983 1.45866,-0.94021 3.15971,-2.54828 3.76824,-3.56226 0.7344,-1.22371 0.61862,-1.68041 -0.42725,-1.68534 -0.50476,-0.002 -0.66752,0.24159 -0.2644,0.39628 0.12465,0.0478 0.22662,0.20488 0.22662,0.34901 0,0.26822 -1.46861,1.75506 -2.41722,2.44723 -0.59798,0.43632 -2.2328,1.10992 -3.24345,1.33641 -1.37042,0.30713 -3.94753,0.60537 -5.23092,0.60537 -0.89375,0 -1.45952,0.0743 -1.74885,0.22964 -0.23524,0.12628 -0.61465,0.29456 -0.84316,0.37394 -0.2285,0.0794 -0.41547,0.24336 -0.41547,0.36439 0,0.27921 0.68573,0.77161 1.36522,0.98033 0.69038,0.21207 3.51834,0.0979 5.08099,-0.20517 z m 0.0464,-2.60348 c 0.14699,-0.13089 -0.7862,-1.66453 -1.59084,-2.61442 -0.45751,-0.5401 -1.43727,-1.72984 -2.17724,-2.64384 -1.97513,-2.43966 -2.28724,-2.5965 -6.19935,-3.11517 -2.10822,-0.27951 -3.25302,-0.31414 -11.481842,-0.34737 -9.717326,-0.0392 -10.00912,-0.0601 -10.859773,-0.77584 -0.690349,-0.58089 -1.122182,-2.05972 -1.138019,-3.8971 l -0.01282,-1.48809 -0.865523,0.0623 c -0.47602,0.0342 -0.905627,0.10245 -0.954679,0.15144 -0.172205,0.1722 -0.112391,3.37702 0.0806,4.31716 0.242234,1.18025 0.592931,1.63726 1.597217,2.0814 1.369297,0.60556 3.024723,0.77243 11.171035,1.12598 11.276894,0.48944 13.651204,0.80758 15.521464,2.07978 0.35407,0.24084 1.15326,0.70352 1.77601,1.02818 0.67393,0.35135 1.50406,0.95719 2.05085,1.49674 0.75526,0.74527 0.97035,1.07418 1.20946,1.84955 l 0.29082,0.94311 0.75539,-0.0949 c 0.41546,-0.0521 0.78774,-0.12368 0.82727,-0.1589 z m 1.44749,-0.21512 c 0.36917,-0.093 0.67122,-0.1803 0.67122,-0.19408 0,-0.0138 -0.1347,-0.40829 -0.29931,-0.87666 -0.4637,-1.3193 -1.59639,-3.3761 -2.72842,-4.9544 -1.47731,-2.05968 -1.85228,-2.38083 -3.18373,-2.7266 -1.51087,-0.39236 -1.81389,-0.37456 -2.30241,0.13535 l -0.41226,0.4303 0.68448,0.26141 c 0.77728,0.29685 1.69235,1.12954 2.6175,2.38186 0.34832,0.47151 1.07833,1.3547 1.62225,1.96264 1.1834,1.3227 1.92969,2.41242 2.17963,3.18264 0.20499,0.63164 0.21188,0.63403 1.15105,0.39754 z m 2.29529,-0.77309 c 0.43625,-0.16965 0.79316,-0.37837 0.79316,-0.46383 0,-0.0855 -0.40414,-0.91825 -0.89807,-1.85064 -0.49395,-0.93238 -1.10521,-2.2297 -1.35837,-2.88294 -0.84791,-2.18799 -1.35125,-2.69689 -3.20653,-3.24196 -1.10107,-0.32349 -1.17629,-0.32753 -1.54928,-0.0831 l -0.39199,0.25687 0.55557,0.48702 c 1.69231,1.48352 4.73359,6.65406 4.73359,8.04767 0,0.17996 0.0757,0.22169 0.26439,0.14578 0.14541,-0.0585 0.6213,-0.24518 1.05753,-0.41482 z m -6.19236,0.22448 c -0.40239,-0.84734 -0.52012,-0.96101 -1.29588,-1.25127 -0.45614,-0.17065 -1.60755,-0.44333 -2.55867,-0.60593 -1.58877,-0.27162 -2.48767,-0.29564 -11.05915,-0.29564 -8.256034,0 -12.095234,0.10731 -13.717147,0.38334 -0.427138,0.0727 -0.490993,0.14295 -0.490993,0.5399 0,0.25097 -0.07503,0.59653 -0.166769,0.7679 -0.161636,0.30204 -0.141483,0.30843 0.657101,0.20865 0.453108,-0.0567 1.870842,-0.16323 3.150506,-0.23695 1.279687,-0.0737 3.686389,-0.21386 5.348229,-0.31146 2.032955,-0.11938 4.454975,-0.13843 7.402766,-0.0583 2.409677,0.0656 5.291777,0.1017 6.404657,0.0803 2.21264,-0.0425 4.19031,0.17816 5.37391,0.59964 0.86781,0.30902 1.02716,0.33911 0.95144,0.17969 z m 8.66852,-2.07099 0.54992,-0.55222 -0.31486,-0.74525 c -0.17318,-0.4099 -0.56929,-1.0689 -0.88024,-1.46444 -0.31095,-0.39555 -0.81584,-1.083 -1.122,-1.52766 -0.57369,-0.83324 -1.03816,-1.11993 -2.06866,-1.27685 -0.52248,-0.0796 -0.75446,0.0629 -0.42946,0.26377 0.0755,0.0466 0.34955,0.61149 0.60922,1.2553 0.25967,0.64382 0.89481,2.06026 1.41144,3.14766 l 0.93933,1.97709 0.3777,-0.26259 c 0.20772,-0.14442 0.62516,-0.51108 0.92761,-0.81481 z m -10.36992,0.008 c -0.57901,-0.46374 -2.14941,-0.80417 -4.68338,-1.01523 -1.0802,-0.0899 -7.640715,-0.20727 -14.578914,-0.26063 l -12.614924,-0.0971 -1.186529,-0.56654 c -0.652583,-0.31159 -1.311426,-0.56653 -1.464084,-0.56653 -0.152658,0 -0.319571,-0.068 -0.370922,-0.15109 -0.171625,-0.27769 -1.217768,-0.17268 -1.511336,0.15169 -0.244759,0.27046 -0.252923,0.36665 -0.07649,0.90123 0.345299,1.04626 0.738496,1.28125 2.241886,1.3398 0.968442,0.0378 1.631593,-0.0312 2.543731,-0.26439 1.591174,-0.40677 2.485273,-0.40323 3.319008,0.0132 0.648969,0.3241 0.687073,0.32563 2.811468,0.1133 1.642511,-0.16417 4.466072,-0.21113 11.89805,-0.19792 9.326356,0.0166 9.817306,0.0314 11.442336,0.34416 0.93386,0.17975 1.85166,0.38859 2.03954,0.46408 0.5933,0.23838 0.65877,0.16689 0.19058,-0.20808 z m -2.57165,-1.4525 c -0.15224,-0.16823 -0.72059,-0.52435 -1.26301,-0.79137 l -0.98617,-0.48551 -10.43111,0.0283 c -13.047331,0.0353 -15.331944,-0.1284 -17.243528,-1.23549 -1.311708,-0.75967 -3.714279,-3.38555 -5.077767,-5.5497 l -1.218186,-1.93352 -1.028508,0 c -0.565685,0 -1.059817,0.051 -1.098074,0.11331 -0.165349,0.26931 0.881568,2.11757 2.042265,3.60548 2.43155,3.11704 3.262277,3.87724 5.487769,5.02186 1.845332,0.9491 2.277658,0.97982 12.312772,0.875 6.844454,-0.0715 9.595949,-0.041 12.972877,0.14331 2.35727,0.12871 4.56678,0.28963 4.91001,0.3576 0.92032,0.18224 0.92055,0.18217 0.62066,-0.14921 z m -39.529268,36.58991 c -0.471317,-0.0566 -0.901295,-0.14717 -0.955503,-0.20139 -0.05421,-0.0542 -0.137232,-0.74669 -0.184493,-1.53888 l -0.08593,-1.44031 0.890872,-0.87751 c 1.425793,-1.40438 5.019154,-5.51958 5.664395,-6.48698 0.977833,-1.46606 1.021874,-2.08715 0.244807,-3.45227 -0.4278,-0.75152 -0.911985,-1.01499 -1.719629,-0.93569 -1.07722,0.10579 -1.655023,0.69013 -1.930624,1.9526 -0.08808,0.40348 -0.120226,0.41547 -1.115696,0.41547 -0.807724,0 -1.196468,0.0854 -1.8339,0.40309 -0.748258,0.37286 -1.084957,0.66731 -2.595309,2.26958 l -0.549961,0.58344 0.439013,0.43902 c 0.241468,0.24146 0.624919,0.81754 0.852122,1.28017 0.364767,0.74273 0.412448,1.01075 0.407566,2.29078 -0.0049,1.3178 -0.04922,1.53843 -0.486073,2.42575 -0.567741,1.15326 -1.346496,1.84 -2.577244,2.27274 -1.768447,0.62179 -3.026118,0.5237 -4.740891,-0.36976 -0.706652,-0.36817 -0.996558,-0.65002 -1.624074,-1.57888 -0.483201,-0.71524 -0.763878,-1.29204 -0.763878,-1.56978 l 0,-0.43909 1.440325,0 1.440323,0 0.315239,0.53429 c 0.749856,1.27092 2.955727,1.49276 3.750108,0.37713 0.167034,-0.23457 0.382629,-0.76841 0.479086,-1.18631 0.162944,-0.70592 0.146696,-0.81847 -0.229115,-1.58661 -0.475601,-0.97208 -0.98599,-1.2773 -2.398303,-1.4342 -1.076567,-0.11959 -1.131266,-0.20487 -1.156759,-1.80315 l -0.01509,-0.94422 0.793154,-0.001 c 1.14077,-0.002 2.321272,-0.57774 2.612033,-1.27364 0.673769,-1.61252 -0.287267,-3.25716 -1.903339,-3.25716 -1.008999,0 -1.955077,0.7916 -1.955077,1.63584 0,0.54986 -0.359281,0.67008 -1.658831,0.55504 l -1.211637,-0.1073 0.0016,-0.55083 c 0.0024,-0.76312 0.704854,-1.92383 1.735362,-2.86565 1.048804,-0.95855 2.507201,-1.48269 3.669599,-1.31883 1.453959,0.20496 3.168449,1.33387 3.874263,2.55105 0.432624,0.74606 0.731066,2.22316 0.59535,2.94659 -0.07826,0.41724 -0.0568,0.48985 0.112497,0.38083 0.115062,-0.0741 0.455093,-0.28792 0.755624,-0.47518 0.450171,-0.28052 0.561973,-0.45306 0.63472,-0.97951 0.249446,-1.80536 1.154913,-3.26742 2.425338,-3.91613 0.856874,-0.43756 2.370187,-0.53091 3.461872,-0.21355 1.236993,0.35961 2.936114,1.76094 3.478694,2.86903 0.909652,1.85776 0.705385,2.84562 -1.175081,5.6827 -0.688445,1.03865 -1.325643,2.03224 -1.416,2.20797 -0.09036,0.17573 -0.576142,0.82159 -1.079512,1.43523 -0.50337,0.61365 -1.120027,1.3688 -1.370344,1.67811 l -0.455133,0.56239 0.395698,0.0993 c 0.217635,0.0546 1.520613,0.05 2.895517,-0.01 2.019974,-0.0884 2.52453,-0.0705 2.62858,0.0937 0.07083,0.11174 0.129794,0.69119 0.131068,1.28767 0.0032,1.51478 -0.05833,1.55919 -2.161321,1.55989 -0.928854,2.9e-4 -2.640609,0.0293 -3.803903,0.0642 -1.163295,0.035 -2.5007,0.0175 -2.972024,-0.0391 z m 7.186001,-0.57708 1.162496,-0.0982 -0.04437,-0.89681 -0.04437,-0.89681 -2.910749,0.0189 c -2.503377,0.0162 -2.923342,-0.0139 -3.00076,-0.2157 -0.101068,-0.26337 -0.106844,-0.25439 1.454741,-2.25956 0.623191,-0.80021 1.269046,-1.66116 1.435233,-1.91322 1.793345,-2.72007 2.712905,-4.22229 2.887498,-4.71716 0.557416,-1.57988 0.04308,-3.04698 -1.509957,-4.30704 -1.269747,-1.03021 -1.894142,-1.28347 -3.190465,-1.29408 -0.803191,-0.006 -1.202883,0.0691 -1.661848,0.31438 -1.187981,0.63503 -1.904792,1.68953 -2.118853,3.11699 -0.09813,0.65438 -0.09256,0.66536 0.386453,0.76116 0.267308,0.0535 0.71547,0.0973 0.995905,0.0973 0.44529,0 0.50988,-0.0487 0.50988,-0.38372 0,-0.64904 0.531825,-1.4839 1.175824,-1.84586 0.779787,-0.43826 1.883533,-0.45271 2.570863,-0.0337 0.587993,0.3585 1.389627,1.91268 1.389805,2.69453 1.37e-4,0.56091 -0.531011,1.71591 -1.222004,2.65732 -0.623394,0.84932 -4.2705,4.97675 -5.235676,5.92523 l -0.793888,0.78016 0,1.29714 0,1.29716 3.300896,0 c 1.815498,0 3.824024,-0.0443 4.463384,-0.0982 z m -13.731812,-0.29797 c 2.049365,-0.3541 3.213369,-1.59616 3.554134,-3.79247 0.123477,-0.79577 0.121387,-1.2404 -0.0081,-1.72738 -0.257005,-0.96652 -0.919407,-2.10592 -1.39103,-2.39272 -0.392141,-0.23848 -0.466154,-0.2335 -1.435307,0.0968 -0.562014,0.19152 -1.055832,0.35146 -1.097381,0.35544 -0.04155,0.004 0.199217,0.13202 0.53502,0.28456 1.558565,0.70796 2.160401,2.60562 1.360261,4.28907 -0.411447,0.86567 -1.028217,1.22722 -2.207155,1.29385 -1.217945,0.0688 -2.112237,-0.31754 -2.583384,-1.11609 -0.299305,-0.50727 -0.33206,-0.52066 -1.274274,-0.52066 -0.642483,0 -0.96708,0.0599 -0.96708,0.17831 0,0.3012 1.209321,2.05356 1.588739,2.30216 0.586894,0.38455 2.537269,0.99538 2.943568,0.92188 0.207728,-0.0376 0.64963,-0.11531 0.981996,-0.17273 z m -0.226615,-8.00398 c 1.749722,-0.42493 1.749729,-0.42545 0.0065,-0.81398 -1.624487,-0.36212 -1.759492,-0.31831 -1.690554,0.54849 0.04913,0.61766 0.08648,0.67639 0.378159,0.59467 0.178007,-0.0499 0.765547,-0.19801 1.305642,-0.32918 z m 2.651129,-1.34214 c 0.439111,-0.35982 0.719239,-0.75123 0.884248,-1.23552 0.719884,-2.11274 -0.232818,-4.26823 -2.355286,-5.32884 -2.140385,-1.06957 -4.583198,-0.23212 -5.870663,2.01258 -0.572091,0.99745 -0.567444,1.23946 0.02606,1.35817 0.742699,0.14854 1.340809,0.11085 1.340809,-0.0845 0,-0.0983 0.145735,-0.47997 0.323863,-0.84793 0.258555,-0.53409 0.479441,-0.74146 1.095307,-1.02822 0.992904,-0.46233 1.368901,-0.45383 2.360635,0.0533 0.997366,0.51003 1.39997,1.19433 1.39997,2.37946 0,1.03914 -0.421072,1.86909 -1.149724,2.26616 -0.601603,0.32784 -0.707727,0.52386 -0.2909,0.5373 0.145413,0.004 0.50233,0.0986 0.793155,0.20859 0.753527,0.2851 0.735617,0.2887 1.442519,-0.29055 z"
       style="fill:#ffffff" /></g><g
     inkscape:groupmode="layer"
     id="layer6"
     inkscape:label="top"
     style="display:inline"
     transform="translate(-19.337124,-1.6288783)"><g
       transform="translate(-850.23574,-447.33238)"
       id="layer1-3" /></g><g
     inkscape:groupmode="layer"
     id="layer1"
     inkscape:label="text"
     style="display:inline"
     transform="translate(-19.337124,-1.6288783)"><g
       inkscape:groupmode="layer"
       id="layer3"
       inkscape:label="font"
       style="display:none"><flowRoot
         transform="translate(0,39.825103)"
         style="font-size:13px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
         id="flowRoot4738"
         xml:space="preserve"><flowRegion
           id="flowRegion4740"><rect
             y="26.468166"
             x="373.54132"
             height="99.342224"
             width="168.06671"
             id="rect4742" /></flowRegion><flowPara
           style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#ffffff;stroke:#000000;stroke-width:0.25;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="flowPara3735"><flowSpan
             id="flowSpan3751"
             style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:justify;text-anchor:start;fill:#ffffff;stroke:#ffffff;stroke-width:0.5;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor">Usage:</flowSpan><flowSpan
             style="stroke:none"
             id="flowSpan3853"> Just insert the SIM card into your phone and you should be good to go! To chose a specific phone number, register an extension on eventphone.de and dial the generated token. You can also call DECT subscribers and vice versa. </flowSpan></flowPara></flowRoot><flowRoot
         xml:space="preserve"
         id="flowRoot8270"
         style="font-size:10px;font-style:normal;font-weight:normal;text-align:justify;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
         transform="translate(0,-2.3610431)"><flowRegion
           id="flowRegion8272"><rect
             id="rect8274"
             width="264.74213"
             height="40.601696"
             x="373.54132"
             y="26.468166"
             style="font-size:10px;text-align:justify;text-anchor:start" /></flowRegion><flowPara
           style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:justify;text-anchor:start;fill:#ffffff;stroke:#000000;stroke-width:0.25;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="flowPara8291"><flowSpan
             style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;stroke:#ffffff;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
             id="flowSpan8315"><flowSpan
               style="stroke-width:0.5"
               id="flowSpan3845">Network: </flowSpan></flowSpan><flowSpan
             style="fill:#ffffff;stroke:none"
             id="flowSpan3843">This SIM card enables you to access the GSM network provided by the osmocom.org project. Look out for the network 262 (MCC) 42 (MNC).  </flowSpan></flowPara></flowRoot><flowRoot
         transform="translate(0,146.27992)"
         style="font-size:10px;font-style:normal;font-weight:normal;text-align:justify;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
         id="flowRoot8293"
         xml:space="preserve"><flowRegion
           id="flowRegion8295"><rect
             style="font-size:10px;text-align:justify;text-anchor:start"
             y="26.468166"
             x="373.54132"
             height="29.534142"
             width="275.77634"
             id="rect8297" /></flowRegion><flowPara
           style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:justify;text-anchor:start;fill:#ffffff;stroke:#000000;stroke-width:0.25;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="flowPara8307"><flowSpan
             style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;stroke:#ffffff;stroke-width:0.5;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
             id="flowSpan8319">Help:</flowSpan><flowSpan
             style="stroke:none"
             id="flowSpan3857"> In case of unexpected problems or just out of curiosity, swing by the GSM room, next to the POC. </flowSpan></flowPara></flowRoot><flowRoot
         xml:space="preserve"
         id="flowRoot4096"
         style="font-size:10px;font-style:normal;font-weight:normal;text-align:justify;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
         transform="translate(53.645537,127.5161)"><flowRegion
           id="flowRegion4098"><rect
             id="rect4100"
             width="275.77631"
             height="14.818127"
             x="373.54132"
             y="26.468166"
             style="font-size:10px;text-align:justify;text-anchor:start" /></flowRegion><flowPara
           id="flowPara4102"
           style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:justify;text-anchor:start;fill:#ffffff;stroke:none;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor">Dial *#100# to see your current  extension.</flowPara></flowRoot><text
         xml:space="preserve"
         style="font-size:19.75588989px;font-style:normal;font-weight:normal;line-height:100%;letter-spacing:2.04290581px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.8805629;display:inline;font-family:Sans"
         x="46.586765"
         y="49.413498"
         id="text4368"
         sodipodi:linespacing="100%"><tspan
           sodipodi:role="line"
           id="tspan4370"
           x="46.586765"
           y="49.413498"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:100%;letter-spacing:2.04290581px;fill:#ffffff;stroke:#ffffff;stroke-width:0.8805629;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor">A New Dawn</tspan></text>
<flowRoot
         transform="translate(53.645537,127.5161)"
         style="font-size:10px;font-style:normal;font-weight:normal;text-align:justify;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
         id="flowRoot3982"
         xml:space="preserve"><flowRegion
           id="flowRegion3984"><rect
             style="font-size:10px;text-align:justify;text-anchor:start"
             y="26.468166"
             x="373.54132"
             height="14.818127"
             width="275.77631"
             id="rect3986" /></flowRegion><flowPara
           style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:justify;text-anchor:start;fill:#ffffff;stroke:none;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="flowPara3988">Dial *#100# to see your current  extension.</flowPara></flowRoot><text
         sodipodi:linespacing="100%"
         id="text3990"
         y="49.413498"
         x="46.586765"
         style="font-size:19.75588989px;font-style:normal;font-weight:normal;line-height:100%;letter-spacing:2.04290581px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.8805629;display:inline;font-family:Sans"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:100%;letter-spacing:2.04290581px;fill:#ffffff;stroke:#ffffff;stroke-width:0.8805629;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           y="49.413498"
           x="46.586765"
           id="tspan3992"
           sodipodi:role="line">A New Dawn</tspan></text>
</g><g
       inkscape:groupmode="layer"
       id="layer4"
       inkscape:label="path"
       style="display:inline"><g
         transform="translate(0,39.825103)"
         style="font-size:13px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:Sans"
         id="flowRoot3944"><path
           d="m 379.32125,33.637204 0,-4.61 -0.74,0 0,4.61 c 0,1.509998 -0.63,2.23 -1.77,2.23 -1.16,0 -1.78,-0.720002 -1.78,-2.23 l 0,-4.61 -0.74,0 0,4.61 c 0,2.009998 1.02,2.91 2.51,2.91 1.5,0 2.52,-0.900002 2.52,-2.91"
           style="text-align:justify;text-anchor:start;fill:#ffffff;stroke:#ffffff;stroke-width:0.5;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4026"
           inkscape:connector-curvature="0" /><path
           d="m 383.68422,34.847204 c 0,-0.67 -0.31,-1.130001 -0.95,-1.4 -0.83,-0.34 -0.87,-0.36 -1.03,-0.44 -0.34,-0.17 -0.5,-0.400001 -0.5,-0.72 0,-0.44 0.35,-0.79 0.79,-0.79 0.48,0 0.8,0.28 0.8,0.8 l 0.75,0 c 0,-0.88 -0.66,-1.48 -1.54,-1.48 -0.89,0 -1.55,0.65 -1.55,1.54 0,0.389999 0.14,0.73 0.41,0.98 0.22,0.209999 0.24,0.22 1.01,0.53 0.79,0.319999 1.06,0.5 1.06,1.05 0,0.549999 -0.39,0.95 -0.92,0.95 -0.61,0 -1.03,-0.390001 -1.03,-1.06 l -0.73,0 c 0,1.059999 0.71,1.74 1.76,1.74 0.98,0 1.67,-0.700001 1.67,-1.7"
           style="text-align:justify;text-anchor:start;fill:#ffffff;stroke:#ffffff;stroke-width:0.5;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4028"
           inkscape:connector-curvature="0" /><path
           d="m 390.16094,36.417204 0,-5.47 -0.74,0 0,0.97 c -0.54,-0.76 -1.21,-1.1 -2.16,-1.1 -1.64,0 -2.88,1.240001 -2.88,2.88 0,1.629998 1.25,2.85 2.93,2.85 0.93,0 1.53,-0.310001 2.11,-1.09 l 0,0.96 0.74,0 m -0.74,-2.76 c 0,1.239998 -0.92,2.21 -2.1,2.21 -1.24,0 -2.19,-0.970002 -2.19,-2.22 0,-1.189999 0.96,-2.15 2.15,-2.15 1.2,0 2.14,0.940001 2.14,2.16"
           style="text-align:justify;text-anchor:start;fill:#ffffff;stroke:#ffffff;stroke-width:0.5;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4030"
           inkscape:connector-curvature="0" /><path
           d="m 396.89688,35.437204 0,-4.49 -0.74,0 0,0.97 c -0.55,-0.75 -1.22001,-1.1 -2.14,-1.1 -1.6,0 -2.8,1.240001 -2.8,2.89 0,1.599998 1.25,2.84 2.84999,2.84 0.98,0 1.66001,-0.400001 2.09001,-1.24 l 0,0.37 c 0,1.439998 -0.69001,2.21 -2.01,2.21 -0.92,0 -1.45001,-0.310001 -2.01001,-1.3 l -0.72,0 c 0.4,1.279998 1.37001,1.98 2.75,1.98 0.95,0 1.75001,-0.360001 2.22,-0.98 0.37,-0.5 0.51001,-1.080001 0.51001,-2.15 m -0.74,-1.82 c 0,1.279998 -0.90001,2.25 -2.09001,2.25 -1.19999,0 -2.09999,-0.950002 -2.09999,-2.22 0,-1.249999 0.88,-2.15 2.08999,-2.15 1.18,0 2.10001,0.930001 2.10001,2.12"
           style="text-align:justify;text-anchor:start;fill:#ffffff;stroke:#ffffff;stroke-width:0.5;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4032"
           inkscape:connector-curvature="0" /><path
           d="m 403.64516,33.927204 c 0,-1.939998 -1.23001,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27,2.89 2.89,2.89 1.24,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="text-align:justify;text-anchor:start;fill:#ffffff;stroke:#ffffff;stroke-width:0.5;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4034"
           inkscape:connector-curvature="0" /><path
           d="m 405.78906,36.417204 0,-1.26 -0.74,0 0,1.26 0.74,0 m 0,-3.81 0,-1.26 -0.74,0 0,1.26 0.74,0"
           style="text-align:justify;text-anchor:start;fill:#ffffff;stroke:#ffffff;stroke-width:0.5;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4036"
           inkscape:connector-curvature="0" /><path
           d="m 413.91221,34.107204 0,-5.08 -0.74,0 0,5.08 c 0,1.169998 -0.42,1.77 -1.22,1.77 -0.72999,0 -1.21,-0.460001 -1.26,-1.21 l -0.73,0 c 0.06,1.179998 0.80001,1.89 1.98,1.89 1.26,0 1.97,-0.810002 1.97,-2.45"
           style="fill:#ffffff;stroke:none"
           id="path4038"
           inkscape:connector-curvature="0" /><path
           d="m 420.12643,36.417204 0,-5.47 -0.74,0 0,2.81 c 0,1.489998 -0.7,2.11 -1.7,2.11 -1.06,0 -1.64,-0.580002 -1.64,-1.97 l 0,-2.95 -0.74,0 0,2.95 c 0,1.909998 0.93,2.65 2.32,2.65 0.85,0 1.39,-0.300001 1.76,-0.98 l 0,0.85 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4040"
           inkscape:connector-curvature="0" /><path
           d="m 424.36065,34.847204 c 0,-0.67 -0.31,-1.130001 -0.95,-1.4 -0.83,-0.34 -0.87,-0.36 -1.03,-0.44 -0.34,-0.17 -0.5,-0.400001 -0.5,-0.72 0,-0.44 0.35,-0.79 0.79,-0.79 0.48,0 0.8,0.28 0.8,0.8 l 0.75,0 c 0,-0.88 -0.66,-1.48 -1.54,-1.48 -0.89,0 -1.55,0.65 -1.55,1.54 0,0.389999 0.14,0.73 0.41,0.98 0.22,0.209999 0.24,0.22 1.01,0.53 0.79,0.319999 1.06,0.5 1.06,1.05 0,0.549999 -0.39,0.95 -0.92,0.95 -0.61,0 -1.03,-0.390001 -1.03,-1.06 l -0.73,0 c 0,1.059999 0.71,1.74 1.76,1.74 0.98,0 1.67,-0.700001 1.67,-1.7"
           style="fill:#ffffff;stroke:none"
           id="path4042"
           inkscape:connector-curvature="0" /><path
           d="m 428.00503,31.617204 0,-0.67 -1.23,0 0,-1.92 -0.74,0 0,1.92 -1.18,0 0,0.67 1.18,0 0,4.8 0.74,0 0,-4.8 1.23,0"
           style="fill:#ffffff;stroke:none"
           id="path4044"
           inkscape:connector-curvature="0" /><path
           d="m 432.54318,36.417204 0,-5.47 -0.74,0 0,5.47 0.74,0 m 0,-6.07 0,-1.26 -0.74,0 0,1.26 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4046"
           inkscape:connector-curvature="0" /><path
           d="m 438.63536,36.417204 0,-2.87 c 0,-1.919998 -0.97,-2.73 -2.34,-2.73 -0.72,0 -1.3,0.28 -1.76,0.84 l 0,-0.71 -0.74,0 0,5.47 0.74,0 0,-3.01 c 0,-1.339999 0.68,-1.91 1.67,-1.91 1.01,0 1.69,0.560001 1.69,2.05 l 0,2.87 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4048"
           inkscape:connector-curvature="0" /><path
           d="m 442.86912,34.847204 c 0,-0.67 -0.31,-1.130001 -0.95,-1.4 -0.83,-0.34 -0.87,-0.36 -1.03,-0.44 -0.34,-0.17 -0.5,-0.400001 -0.5,-0.72 0,-0.44 0.35,-0.79 0.79,-0.79 0.48,0 0.8,0.28 0.8,0.8 l 0.75,0 c 0,-0.88 -0.66,-1.48 -1.54,-1.48 -0.89,0 -1.55,0.65 -1.55,1.54 0,0.389999 0.14,0.73 0.41,0.98 0.22,0.209999 0.24,0.22 1.01,0.53 0.79,0.319999 1.06,0.5 1.06,1.05 0,0.549999 -0.39,0.95 -0.92,0.95 -0.61,0 -1.03,-0.390001 -1.03,-1.06 l -0.73,0 c 0,1.059999 0.71,1.74 1.76,1.74 0.98,0 1.67,-0.700001 1.67,-1.7"
           style="fill:#ffffff;stroke:none"
           id="path4050"
           inkscape:connector-curvature="0" /><path
           d="m 449.25584,33.927204 c 0,-1.939998 -1.23001,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27,2.89 2.89,2.89 1.23999,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.05999,0 1.87,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4052"
           inkscape:connector-curvature="0" /><path
           d="m 452.56974,31.547204 0,-0.73 c -0.79,0.04 -1.26,0.31 -1.55,0.91 l 0,-0.78 -0.74,0 0,5.47 0.74,0 0,-3.19 c 0,-1.019999 0.52,-1.58 1.55,-1.68"
           style="fill:#ffffff;stroke:none"
           id="path4054"
           inkscape:connector-curvature="0" /><path
           d="m 456.22052,31.617204 0,-0.67 -1.23,0 0,-1.92 -0.74,0 0,1.92 -1.18,0 0,0.67 1.18,0 0,4.8 0.74,0 0,-4.8 1.23,0"
           style="fill:#ffffff;stroke:none"
           id="path4056"
           inkscape:connector-curvature="0" /><path
           d="m 462.65867,31.617204 0,-0.67 -1.23,0 0,-1.92 -0.74,0 0,1.92 -1.18,0 0,0.67 1.18,0 0,4.8 0.74,0 0,-4.8 1.23,0"
           style="fill:#ffffff;stroke:none"
           id="path4058"
           inkscape:connector-curvature="0" /><path
           d="m 468.25711,36.417204 0,-2.94 c 0,-1.829999 -0.94,-2.66 -2.36,-2.66 -0.75,0 -1.37,0.3 -1.74,0.84 l 0,-2.63 -0.74,0 0,7.39 0.74,0 0,-3 c 0,-1.339999 0.72,-1.92 1.67,-1.92 1,0 1.69,0.620001 1.69,1.98 l 0,2.94 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4060"
           inkscape:connector-curvature="0" /><path
           d="m 474.99086,33.927204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27,2.89 2.89,2.89 1.24,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4062"
           inkscape:connector-curvature="0" /><path
           d="m 483.18448,34.357204 c 0,-0.65 -0.27,-1.230001 -0.74,-1.58 -0.3,-0.22 -0.61,-0.360001 -1.37,-0.59 -0.67,-0.2 -0.9,-0.290001 -1.09,-0.46 -0.21,-0.18 -0.35,-0.520001 -0.35,-0.86 0,-0.74 0.54,-1.29 1.28,-1.29 0.75,0 1.32,0.52 1.32,1.32 l 0.77,0 c 0,-1.199999 -0.86,-2 -2.07,-2 -1.19,0 -2.05,0.840001 -2.05,1.99 0,0.509999 0.19,1 0.52,1.31 0.29,0.279999 0.52,0.39 1.38,0.65 1.27,0.389999 1.65,0.74 1.65,1.55 0,0.849999 -0.62,1.47 -1.46,1.47 -0.83,0 -1.43,-0.530001 -1.54,-1.52 l -0.79,0 c 0.07,1.329998 0.98,2.2 2.31,2.2 1.28,0 2.23,-0.930002 2.23,-2.19"
           style="fill:#ffffff;stroke:none"
           id="path4064"
           inkscape:connector-curvature="0" /><path
           d="m 484.90495,36.417204 0,-7.39 -0.74,0 0,7.39 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4066"
           inkscape:connector-curvature="0" /><path
           d="m 494.10057,36.417204 0,-7.39 -1.15,0 -2.68,6.29 -2.69,-6.29 -1.15,0 0,7.39 0.74,0 0,-6.58 2.77,6.58 0.64,0 2.78,-6.58 0,6.58 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4068"
           inkscape:connector-curvature="0" /><path
           d="m 503.98951,34.807204 -0.84,0 c -0.57,0.759999 -1.1,1.06 -1.87,1.06 -1.23,0 -2.2,-0.970002 -2.2,-2.18 0,-1.229999 0.95,-2.19 2.17,-2.19 0.81,0 1.48,0.39 1.9,1.11 l 0.83,0 c -0.44,-1.099999 -1.49,-1.79 -2.72,-1.79 -1.64,0 -2.93,1.260001 -2.93,2.85 0,1.629998 1.3,2.88 2.98,2.88 1.13,0 2.02,-0.490002 2.68,-1.74"
           style="fill:#ffffff;stroke:none"
           id="path4070"
           inkscape:connector-curvature="0" /><path
           d="m 510.57434,36.417204 0,-5.47 -0.74,0 0,0.97 c -0.54,-0.76 -1.21,-1.1 -2.16,-1.1 -1.63999,0 -2.88,1.240001 -2.88,2.88 0,1.629998 1.25001,2.85 2.93,2.85 0.93,0 1.53,-0.310001 2.11,-1.09 l 0,0.96 0.74,0 m -0.74,-2.76 c 0,1.239998 -0.92,2.21 -2.1,2.21 -1.23999,0 -2.19,-0.970002 -2.19,-2.22 0,-1.189999 0.96001,-2.15 2.15,-2.15 1.2,0 2.14,0.940001 2.14,2.16"
           style="fill:#ffffff;stroke:none"
           id="path4072"
           inkscape:connector-curvature="0" /><path
           d="m 514.13028,31.547204 0,-0.73 c -0.79,0.04 -1.26,0.31 -1.55,0.91 l 0,-0.78 -0.74,0 0,5.47 0.74,0 0,-3.19 c 0,-1.019999 0.52,-1.58 1.55,-1.68"
           style="fill:#ffffff;stroke:none"
           id="path4074"
           inkscape:connector-curvature="0" /><path
           d="m 520.14513,36.417204 0,-7.39 -0.74,0 0,2.79 c -0.54,-0.65 -1.29001,-1 -2.15,-1 -1.65,0 -2.91,1.240001 -2.91,2.87 0,1.619998 1.29,2.86 2.98,2.86 0.90999,0 1.53,-0.330001 2.08,-1.12 l 0,0.99 0.74,0 m -0.71,-2.75 c 0,1.199998 -0.96001,2.2 -2.13,2.2 -1.25,0 -2.21,-0.960002 -2.21,-2.21 0,-1.199999 0.95,-2.16 2.14,-2.16 1.20999,0 2.2,0.970001 2.2,2.17"
           style="fill:#ffffff;stroke:none"
           id="path4076"
           inkscape:connector-curvature="0" /><path
           d="m 525.19031,36.417204 0,-5.47 -0.74,0 0,5.47 0.74,0 m 0,-6.07 0,-1.26 -0.74,0 0,1.26 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4078"
           inkscape:connector-curvature="0" /><path
           d="m 531.2825,36.417204 0,-2.87 c 0,-1.919998 -0.97,-2.73 -2.34,-2.73 -0.72,0 -1.3,0.28 -1.76,0.84 l 0,-0.71 -0.74,0 0,5.47 0.74,0 0,-3.01 c 0,-1.339999 0.68,-1.91 1.67,-1.91 1.01,0 1.69,0.560001 1.69,2.05 l 0,2.87 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4080"
           inkscape:connector-curvature="0" /><path
           d="m 535.17625,31.617204 0,-0.67 -1.23,0 0,-1.92 -0.74,0 0,1.92 -1.18,0 0,0.67 1.18,0 0,4.8 0.74,0 0,-4.8 1.23,0"
           style="fill:#ffffff;stroke:none"
           id="path4082"
           inkscape:connector-curvature="0" /><path
           d="m 541.18078,33.697204 c 0,-1.669999 -1.2,-2.88 -2.84,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.6,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.26,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4084"
           inkscape:connector-curvature="0" /><path
           d="m 378.80125,43.447204 -0.79,0 -1.85,4.36 -1.73,-4.36 -0.81,0 2.12,5.29 -0.89,2.1 0.79,0 3.16,-7.39"
           style="fill:#ffffff;stroke:none"
           id="path4086"
           inkscape:connector-curvature="0" /><path
           d="m 384.75891,46.197204 c 0,-1.669999 -1.20001,-2.88 -2.84,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.59999,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.26,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4088"
           inkscape:connector-curvature="0" /><path
           d="m 390.62187,48.917204 0,-5.47 -0.74,0 0,2.81 c 0,1.489998 -0.7,2.11 -1.7,2.11 -1.05999,0 -1.64,-0.580002 -1.64,-1.97 l 0,-2.95 -0.74,0 0,2.95 c 0,1.909998 0.93001,2.65 2.32,2.65 0.85,0 1.39001,-0.300001 1.76,-0.98 l 0,0.85 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4090"
           inkscape:connector-curvature="0" /><path
           d="m 394.16609,44.047204 0,-0.73 c -0.79,0.04 -1.26,0.31 -1.55,0.91 l 0,-0.78 -0.74,0 0,5.47 0.74,0 0,-3.19 c 0,-1.019999 0.52,-1.58 1.55,-1.68"
           style="fill:#ffffff;stroke:none"
           id="path4092"
           inkscape:connector-curvature="0" /><path
           d="m 407.25859,46.197204 c 0,-1.629999 -1.25,-2.88 -2.88,-2.88 -0.93,0 -1.69,0.38 -2.15,1.07 l 0,-0.94 -0.74,0 0,7.39 0.74,0 0,-2.86 c 0.48,0.699999 1.22,1.07 2.13,1.07 1.63,0 2.9,-1.250002 2.9,-2.85 m -0.75,0 c 0,1.229998 -0.93,2.17 -2.15,2.17 -1.25,0 -2.18,-0.950002 -2.18,-2.21 0,-1.209999 0.96,-2.16 2.17,-2.16 1.23,0 2.16,0.940001 2.16,2.2"
           style="fill:#ffffff;stroke:none"
           id="path4094"
           inkscape:connector-curvature="0" /><path
           d="m 413.145,48.917204 0,-2.94 c 0,-1.829999 -0.94,-2.66 -2.36,-2.66 -0.75,0 -1.37,0.3 -1.74,0.84 l 0,-2.63 -0.74,0 0,7.39 0.74,0 0,-3 c 0,-1.339999 0.72,-1.92 1.67,-1.92 1,0 1.69,0.620001 1.69,1.98 l 0,2.94 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4096"
           inkscape:connector-curvature="0" /><path
           d="m 419.89875,46.197204 c 0,-1.669999 -1.2,-2.88 -2.84,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.6,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.26,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4098"
           inkscape:connector-curvature="0" /><path
           d="m 425.78172,48.917204 0,-2.87 c 0,-1.919998 -0.97,-2.73 -2.34,-2.73 -0.72,0 -1.3,0.28 -1.76,0.84 l 0,-0.71 -0.74,0 0,5.47 0.74,0 0,-3.01 c 0,-1.339999 0.68,-1.91 1.67,-1.91 1.01,0 1.69,0.560001 1.69,2.05 l 0,2.87 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4100"
           inkscape:connector-curvature="0" /><path
           d="m 432.51547,46.427204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27,2.89 2.89,2.89 1.24,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4102"
           inkscape:connector-curvature="0" /><path
           d="m 445.71406,48.917204 0,-5.47 -0.74,0 0,0.97 c -0.54,-0.76 -1.21,-1.1 -2.16,-1.1 -1.64,0 -2.88,1.240001 -2.88,2.88 0,1.629998 1.25,2.85 2.93,2.85 0.93,0 1.53,-0.310001 2.11,-1.09 l 0,0.96 0.74,0 m -0.74,-2.76 c 0,1.239998 -0.92,2.21 -2.1,2.21 -1.24,0 -2.19,-0.970002 -2.19,-2.22 0,-1.189999 0.96,-2.15 2.15,-2.15 1.2,0 2.14,0.940001 2.14,2.16"
           style="fill:#ffffff;stroke:none"
           id="path4104"
           inkscape:connector-curvature="0" /><path
           d="m 451.82,48.917204 0,-2.87 c 0,-1.919998 -0.97,-2.73 -2.34,-2.73 -0.72,0 -1.3,0.28 -1.76,0.84 l 0,-0.71 -0.74,0 0,5.47 0.74,0 0,-3.01 c 0,-1.339999 0.68,-1.91 1.67,-1.91 1.01,0 1.69,0.560001 1.69,2.05 l 0,2.87 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4106"
           inkscape:connector-curvature="0" /><path
           d="m 458.66375,48.917204 0,-7.39 -0.74,0 0,2.79 c -0.54,-0.65 -1.29,-1 -2.15,-1 -1.65,0 -2.91,1.240001 -2.91,2.87 0,1.619998 1.29,2.86 2.98,2.86 0.91,0 1.53,-0.330001 2.08,-1.12 l 0,0.99 0.74,0 m -0.71,-2.75 c 0,1.199998 -0.96,2.2 -2.13,2.2 -1.25,0 -2.21,-0.960002 -2.21,-2.21 0,-1.199999 0.95,-2.16 2.14,-2.16 1.21,0 2.2,0.970001 2.2,2.17"
           style="fill:#ffffff;stroke:none"
           id="path4108"
           inkscape:connector-curvature="0" /><path
           d="m 471.17391,43.447204 -0.79,0 -1.85,4.36 -1.73,-4.36 -0.81,0 2.12,5.29 -0.89,2.1 0.79,0 3.16,-7.39"
           style="fill:#ffffff;stroke:none"
           id="path4110"
           inkscape:connector-curvature="0" /><path
           d="m 477.13156,46.197204 c 0,-1.669999 -1.2,-2.88 -2.84,-2.88 -1.61999,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23001,2.9 2.93,2.9 1.6,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.25999,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91001,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4112"
           inkscape:connector-curvature="0" /><path
           d="m 482.99453,48.917204 0,-5.47 -0.74,0 0,2.81 c 0,1.489998 -0.7,2.11 -1.7,2.11 -1.06,0 -1.64,-0.580002 -1.64,-1.97 l 0,-2.95 -0.74,0 0,2.95 c 0,1.909998 0.93,2.65 2.32,2.65 0.85,0 1.39,-0.300001 1.76,-0.98 l 0,0.85 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4114"
           inkscape:connector-curvature="0" /><path
           d="m 493.83343,47.347204 c 0,-0.67 -0.31,-1.130001 -0.95,-1.4 -0.82999,-0.34 -0.87,-0.36 -1.03,-0.44 -0.34,-0.17 -0.5,-0.400001 -0.5,-0.72 0,-0.44 0.35,-0.79 0.79,-0.79 0.48,0 0.8,0.28 0.8,0.8 l 0.75,0 c 0,-0.88 -0.66,-1.48 -1.54,-1.48 -0.88999,0 -1.55,0.65 -1.55,1.54 0,0.389999 0.14,0.73 0.41,0.98 0.22,0.209999 0.24001,0.22 1.01,0.53 0.79,0.319999 1.06,0.5 1.06,1.05 0,0.549999 -0.39,0.95 -0.92,0.95 -0.60999,0 -1.03,-0.390001 -1.03,-1.06 l -0.73,0 c 0,1.059999 0.71001,1.74 1.76,1.74 0.98,0 1.67,-0.700001 1.67,-1.7"
           style="fill:#ffffff;stroke:none"
           id="path4116"
           inkscape:connector-curvature="0" /><path
           d="m 499.58015,48.917204 0,-2.94 c 0,-1.829999 -0.94,-2.66 -2.36,-2.66 -0.75,0 -1.37,0.3 -1.74,0.84 l 0,-2.63 -0.74,0 0,7.39 0.74,0 0,-3 c 0,-1.339999 0.72,-1.92 1.67,-1.92 1,0 1.69,0.620001 1.69,1.98 l 0,2.94 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4118"
           inkscape:connector-curvature="0" /><path
           d="m 506.3339,46.197204 c 0,-1.669999 -1.2,-2.88 -2.84,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.6,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.26,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4120"
           inkscape:connector-curvature="0" /><path
           d="m 512.19687,48.917204 0,-5.47 -0.74,0 0,2.81 c 0,1.489998 -0.7,2.11 -1.7,2.11 -1.06,0 -1.64,-0.580002 -1.64,-1.97 l 0,-2.95 -0.74,0 0,2.95 c 0,1.909998 0.93,2.65 2.32,2.65 0.85,0 1.39,-0.300001 1.76,-0.98 l 0,0.85 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4122"
           inkscape:connector-curvature="0" /><path
           d="m 514.19109,48.917204 0,-7.39 -0.74,0 0,7.39 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4124"
           inkscape:connector-curvature="0" /><path
           d="m 521.03328,48.917204 0,-7.39 -0.74,0 0,2.79 c -0.54,-0.65 -1.29,-1 -2.15,-1 -1.65,0 -2.91,1.240001 -2.91,2.87 0,1.619998 1.29,2.86 2.98,2.86 0.91,0 1.53,-0.330001 2.08,-1.12 l 0,0.99 0.74,0 m -0.71,-2.75 c 0,1.199998 -0.96,2.2 -2.13,2.2 -1.25,0 -2.21,-0.960002 -2.21,-2.21 0,-1.199999 0.95,-2.16 2.14,-2.16 1.21,0 2.2,0.970001 2.2,2.17"
           style="fill:#ffffff;stroke:none"
           id="path4126"
           inkscape:connector-curvature="0" /><path
           d="m 534.67344,46.177204 c 0,-1.609999 -1.26,-2.86 -2.88,-2.86 -0.92,0 -1.68,0.38 -2.15,1.07 l 0,-2.86 -0.74,0 0,7.39 0.74,0 0,-0.94 c 0.46,0.679999 1.24,1.07 2.14,1.07 1.65,0 2.89,-1.230002 2.89,-2.87 m -0.75,-0.02 c 0,1.259998 -0.93,2.21 -2.16,2.21 -1.2,0 -2.17,-1.000002 -2.17,-2.21 0,-1.209999 0.96,-2.16 2.18,-2.16 1.23,0 2.15,0.930001 2.15,2.16"
           style="fill:#ffffff;stroke:none"
           id="path4128"
           inkscape:connector-curvature="0" /><path
           d="m 541.19984,46.427204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.58999,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27001,2.89 2.89,2.89 1.24,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4130"
           inkscape:connector-curvature="0" /><path
           d="m 379.63125,60.437204 0,-4.49 -0.74,0 0,0.97 c -0.55,-0.75 -1.22,-1.1 -2.14,-1.1 -1.6,0 -2.8,1.240001 -2.8,2.89 0,1.599998 1.25,2.84 2.85,2.84 0.98,0 1.66,-0.400001 2.09,-1.24 l 0,0.37 c 0,1.439998 -0.69,2.21 -2.01,2.21 -0.92,0 -1.45,-0.310001 -2.01,-1.3 l -0.72,0 c 0.4,1.279998 1.37,1.98 2.75,1.98 0.95,0 1.75,-0.360001 2.22,-0.98 0.37,-0.5 0.51,-1.080001 0.51,-2.15 m -0.74,-1.82 c 0,1.279998 -0.9,2.25 -2.09,2.25 -1.2,0 -2.1,-0.950002 -2.1,-2.22 0,-1.249999 0.88,-2.15 2.09,-2.15 1.18,0 2.1,0.930001 2.1,2.12"
           style="fill:#ffffff;stroke:none"
           id="path4132"
           inkscape:connector-curvature="0" /><path
           d="m 386.39953,58.697204 c 0,-1.669999 -1.2,-2.88 -2.84,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.6,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.26,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4134"
           inkscape:connector-curvature="0" /><path
           d="m 392.9425,58.697204 c 0,-1.669999 -1.2,-2.88 -2.84,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.6,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.26,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4136"
           inkscape:connector-curvature="0" /><path
           d="m 399.57547,61.417204 0,-7.39 -0.74,0 0,2.79 c -0.54,-0.65 -1.29,-1 -2.15,-1 -1.65,0 -2.91,1.240001 -2.91,2.87 0,1.619998 1.29,2.86 2.98,2.86 0.91,0 1.53,-0.330001 2.08,-1.12 l 0,0.99 0.74,0 m -0.71,-2.75 c 0,1.199998 -0.96,2.2 -2.13,2.2 -1.25,0 -2.21,-0.960002 -2.21,-2.21 0,-1.199999 0.95,-2.16 2.14,-2.16 1.21,0 2.2,0.970001 2.2,2.17"
           style="fill:#ffffff;stroke:none"
           id="path4138"
           inkscape:connector-curvature="0" /><path
           d="m 408.78953,56.617204 0,-0.67 -1.23,0 0,-1.92 -0.74,0 0,1.92 -1.18,0 0,0.67 1.18,0 0,4.8 0.74,0 0,-4.8 1.23,0"
           style="fill:#ffffff;stroke:none"
           id="path4140"
           inkscape:connector-curvature="0" /><path
           d="m 414.79406,58.697204 c 0,-1.669999 -1.2,-2.88 -2.84,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.6,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.26,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4142"
           inkscape:connector-curvature="0" /><path
           d="m 426.61563,60.437204 0,-4.49 -0.74,0 0,0.97 c -0.55,-0.75 -1.22001,-1.1 -2.14,-1.1 -1.6,0 -2.8,1.240001 -2.8,2.89 0,1.599998 1.25,2.84 2.84999,2.84 0.98,0 1.66001,-0.400001 2.09001,-1.24 l 0,0.37 c 0,1.439998 -0.69001,2.21 -2.01,2.21 -0.92,0 -1.45001,-0.310001 -2.01001,-1.3 l -0.72,0 c 0.4,1.279998 1.37001,1.98 2.75,1.98 0.95,0 1.75001,-0.360001 2.22,-0.98 0.37,-0.5 0.51001,-1.080001 0.51001,-2.15 m -0.74,-1.82 c 0,1.279998 -0.90001,2.25 -2.09001,2.25 -1.19999,0 -2.09999,-0.950002 -2.09999,-2.22 0,-1.249999 0.88,-2.15 2.08999,-2.15 1.18,0 2.10001,0.930001 2.10001,2.12"
           style="fill:#ffffff;stroke:none"
           id="path4144"
           inkscape:connector-curvature="0" /><path
           d="m 433.38391,58.697204 c 0,-1.669999 -1.20001,-2.88 -2.84,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.59999,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.26,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4146"
           inkscape:connector-curvature="0" /><path
           d="m 435.64688,61.417204 0,-1.26 -0.74,0 0,1.26 0.74,0 m 0,-1.97 0,-5.42 -0.74,0 0,5.42 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4148"
           inkscape:connector-curvature="0" /><path
           d="m 446.24469,54.697204 0,-0.67 -4.12,0 0,0.67 1.69,0 0,6.72 0.74,0 0,-6.72 1.69,0"
           style="fill:#ffffff;stroke:none"
           id="path4151"
           inkscape:connector-curvature="0" /><path
           d="m 451.93469,58.697204 c 0,-1.669999 -1.2,-2.88 -2.84,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.6,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.26,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4153"
           inkscape:connector-curvature="0" /><path
           d="m 463.73625,59.807204 -0.84,0 c -0.57,0.759999 -1.1,1.06 -1.87,1.06 -1.23,0 -2.2,-0.970002 -2.2,-2.18 0,-1.229999 0.95,-2.19 2.17,-2.19 0.81,0 1.48,0.39 1.9,1.11 l 0.83,0 c -0.44,-1.099999 -1.49,-1.79 -2.72,-1.79 -1.64,0 -2.93,1.260001 -2.93,2.85 0,1.629998 1.3,2.88 2.98,2.88 1.13,0 2.02,-0.490002 2.68,-1.74"
           style="fill:#ffffff;stroke:none"
           id="path4155"
           inkscape:connector-curvature="0" /><path
           d="m 469.59109,61.417204 0,-2.94 c 0,-1.829999 -0.94,-2.66 -2.36,-2.66 -0.75,0 -1.37,0.3 -1.74,0.84 l 0,-2.63 -0.74,0 0,7.39 0.74,0 0,-3 c 0,-1.339999 0.72,-1.92 1.67,-1.92 1,0 1.69,0.620001 1.69,1.98 l 0,2.94 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4157"
           inkscape:connector-curvature="0" /><path
           d="m 476.34484,58.697204 c 0,-1.669999 -1.2,-2.88 -2.84,-2.88 -1.61999,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23001,2.9 2.93,2.9 1.6,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.25999,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4159"
           inkscape:connector-curvature="0" /><path
           d="m 480.36781,59.847204 c 0,-0.67 -0.31,-1.130001 -0.95,-1.4 -0.83,-0.34 -0.87,-0.36 -1.03,-0.44 -0.34,-0.17 -0.5,-0.400001 -0.5,-0.72 0,-0.44 0.35,-0.79 0.79,-0.79 0.48,0 0.8,0.28 0.8,0.8 l 0.75,0 c 0,-0.88 -0.66,-1.48 -1.54,-1.48 -0.89,0 -1.55,0.65 -1.55,1.54 0,0.389999 0.14,0.73 0.41,0.98 0.22,0.209999 0.24,0.22 1.01,0.53 0.79,0.319999 1.06,0.5 1.06,1.05 0,0.549999 -0.39,0.95 -0.92,0.95 -0.61,0 -1.03,-0.390001 -1.03,-1.06 l -0.73,0 c 0,1.059999 0.71,1.74 1.76,1.74 0.98,0 1.67,-0.700001 1.67,-1.7"
           style="fill:#ffffff;stroke:none"
           id="path4161"
           inkscape:connector-curvature="0" /><path
           d="m 486.75453,58.927204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27,2.89 2.89,2.89 1.24,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4163"
           inkscape:connector-curvature="0" /><path
           d="m 498.65703,61.417204 0,-5.47 -0.74,0 0,0.97 c -0.54,-0.76 -1.21,-1.1 -2.16,-1.1 -1.64,0 -2.88,1.240001 -2.88,2.88 0,1.629998 1.25,2.85 2.93,2.85 0.93,0 1.53,-0.310001 2.11,-1.09 l 0,0.96 0.74,0 m -0.74,-2.76 c 0,1.239998 -0.92,2.21 -2.1,2.21 -1.24,0 -2.19,-0.970002 -2.19,-2.22 0,-1.189999 0.96,-2.15 2.15,-2.15 1.2,0 2.14,0.940001 2.14,2.16"
           style="fill:#ffffff;stroke:none"
           id="path4165"
           inkscape:connector-curvature="0" /><path
           d="m 508.21156,59.847204 c 0,-0.67 -0.31,-1.130001 -0.95,-1.4 -0.83,-0.34 -0.87,-0.36 -1.03,-0.44 -0.34,-0.17 -0.5,-0.400001 -0.5,-0.72 0,-0.44 0.35,-0.79 0.79,-0.79 0.48,0 0.8,0.28 0.8,0.8 l 0.75,0 c 0,-0.88 -0.66,-1.48 -1.54,-1.48 -0.89,0 -1.55,0.65 -1.55,1.54 0,0.389999 0.14,0.73 0.41,0.98 0.22,0.209999 0.24,0.22 1.01,0.53 0.79,0.319999 1.06,0.5 1.06,1.05 0,0.549999 -0.39,0.95 -0.92,0.95 -0.61,0 -1.03,-0.390001 -1.03,-1.06 l -0.73,0 c 0,1.059999 0.71,1.74 1.76,1.74 0.98,0 1.67,-0.700001 1.67,-1.7"
           style="fill:#ffffff;stroke:none"
           id="path4167"
           inkscape:connector-curvature="0" /><path
           d="m 514.88828,58.697204 c 0,-1.629999 -1.25,-2.88 -2.88,-2.88 -0.93,0 -1.69,0.38 -2.15,1.07 l 0,-0.94 -0.74,0 0,7.39 0.74,0 0,-2.86 c 0.48,0.699999 1.22,1.07 2.13,1.07 1.63,0 2.9,-1.250002 2.9,-2.85 m -0.75,0 c 0,1.229998 -0.93,2.17 -2.15,2.17 -1.25,0 -2.18,-0.950002 -2.18,-2.21 0,-1.209999 0.96,-2.16 2.17,-2.16 1.23,0 2.16,0.940001 2.16,2.2"
           style="fill:#ffffff;stroke:none"
           id="path4169"
           inkscape:connector-curvature="0" /><path
           d="m 521.41469,58.927204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27,2.89 2.89,2.89 1.24,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4171"
           inkscape:connector-curvature="0" /><path
           d="m 527.88859,59.807204 -0.84,0 c -0.57,0.759999 -1.1,1.06 -1.87,1.06 -1.23,0 -2.2,-0.970002 -2.2,-2.18 0,-1.229999 0.95,-2.19 2.17,-2.19 0.81,0 1.48,0.39 1.9,1.11 l 0.83,0 c -0.44,-1.099999 -1.49,-1.79 -2.72,-1.79 -1.63999,0 -2.93,1.260001 -2.93,2.85 0,1.629998 1.30001,2.88 2.98,2.88 1.13,0 2.02,-0.490002 2.68,-1.74"
           style="fill:#ffffff;stroke:none"
           id="path4173"
           inkscape:connector-curvature="0" /><path
           d="m 529.64344,61.417204 0,-5.47 -0.74,0 0,5.47 0.74,0 m 0,-6.07 0,-1.26 -0.74,0 0,1.26 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4175"
           inkscape:connector-curvature="0" /><path
           d="m 533.37563,56.617204 0,-0.67 -1.36001,0 c -0.01,-0.909999 0.35001,-1.25 1.36001,-1.25 l 0,-0.67 c -1.41,0 -2.12,0.650001 -2.10001,1.92 l -0.85,0 0,0.67 0.85,0 0,4.8 0.74,0 0,-4.8 1.36001,0 m 1.12999,4.8 0,-5.47 -0.74,0 0,5.47 0.74,0 m 0,-6.07 0,-1.26 -0.74,0 0,1.26 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4177"
           inkscape:connector-curvature="0" /><path
           d="m 541.20891,59.807204 -0.84,0 c -0.57,0.759999 -1.1,1.06 -1.87,1.06 -1.23,0 -2.2,-0.970002 -2.2,-2.18 0,-1.229999 0.95,-2.19 2.17,-2.19 0.81,0 1.48,0.39 1.9,1.11 l 0.83,0 c -0.44,-1.099999 -1.49,-1.79 -2.72,-1.79 -1.64,0 -2.93,1.260001 -2.93,2.85 0,1.629998 1.3,2.88 2.98,2.88 1.13,0 2.02,-0.490002 2.68,-1.74"
           style="fill:#ffffff;stroke:none"
           id="path4179"
           inkscape:connector-curvature="0" /><path
           d="m 379.93125,71.197204 c 0,-1.629999 -1.25,-2.88 -2.88,-2.88 -0.93,0 -1.69,0.38 -2.15,1.07 l 0,-0.94 -0.74,0 0,7.39 0.74,0 0,-2.86 c 0.48,0.699999 1.22,1.07 2.13,1.07 1.63,0 2.9,-1.250002 2.9,-2.85 m -0.75,0 c 0,1.229998 -0.93,2.17 -2.15,2.17 -1.25,0 -2.18,-0.950002 -2.18,-2.21 0,-1.209999 0.96,-2.16 2.17,-2.16 1.23,0 2.16,0.940001 2.16,2.2"
           style="fill:#ffffff;stroke:none"
           id="path4181"
           inkscape:connector-curvature="0" /><path
           d="m 385.81766,73.917204 0,-2.94 c 0,-1.829999 -0.94001,-2.66 -2.36,-2.66 -0.75,0 -1.37,0.3 -1.74,0.84 l 0,-2.63 -0.74,0 0,7.39 0.74,0 0,-3 c 0,-1.339999 0.72,-1.92 1.67,-1.92 1,0 1.69,0.620001 1.69,1.98 l 0,2.94 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4183"
           inkscape:connector-curvature="0" /><path
           d="m 392.57141,71.197204 c 0,-1.669999 -1.20001,-2.88 -2.84,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.59999,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.26,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4185"
           inkscape:connector-curvature="0" /><path
           d="m 398.45438,73.917204 0,-2.87 c 0,-1.919998 -0.97001,-2.73 -2.34001,-2.73 -0.71999,0 -1.3,0.28 -1.76,0.84 l 0,-0.71 -0.74,0 0,5.47 0.74,0 0,-3.01 c 0,-1.339999 0.68001,-1.91 1.67001,-1.91 1.00999,0 1.69,0.560001 1.69,2.05 l 0,2.87 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4187"
           inkscape:connector-curvature="0" /><path
           d="m 405.18813,71.427204 c 0,-1.939998 -1.23001,-3.11 -2.85001,-3.11 -1.58999,0 -2.83999,1.250001 -2.83999,2.84 0,1.619998 1.27,2.89 2.88999,2.89 1.24,0 2.31001,-0.890001 2.66001,-1.93 l -0.77001,0 c -0.30999,0.749999 -1.08,1.25 -1.90999,1.25 -1.12,0 -2.07001,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74001,-0.67 -4.19,0 c 0.2,-1.049999 1.03001,-1.76 2.07,-1.76 1.06,0 1.87001,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4189"
           inkscape:connector-curvature="0" /><path
           d="m 427.23563,73.917204 0,-2.87 c 0,-1.919998 -0.97001,-2.73 -2.34001,-2.73 -0.71999,0 -1.3,0.28 -1.76,0.84 l 0,-0.71 -0.74,0 0,5.47 0.74,0 0,-3.01 c 0,-1.339999 0.68001,-1.91 1.67001,-1.91 1.00999,0 1.69,0.560001 1.69,2.05 l 0,2.87 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4191"
           inkscape:connector-curvature="0" /><path
           d="m 433.30937,73.917204 0,-5.47 -0.74,0 0,2.81 c 0,1.489998 -0.7,2.11 -1.7,2.11 -1.05999,0 -1.64,-0.580002 -1.64,-1.97 l 0,-2.95 -0.74,0 0,2.95 c 0,1.909998 0.93001,2.65 2.32,2.65 0.85,0 1.39001,-0.300001 1.76,-0.98 l 0,0.85 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4193"
           inkscape:connector-curvature="0" /><path
           d="m 442.68359,73.917204 0,-3.25 c 0,-1.589999 -0.9,-2.36 -2.15,-2.36 -0.85,0 -1.44,0.33 -1.9,1.06 -0.43,-0.73 -0.97,-1.05 -1.79,-1.05 -0.69,0 -1.12,0.21 -1.54,0.76 l 0,-0.63 -0.74,0 0,5.47 0.74,0 0,-3.19 c 0,-1.089999 0.55,-1.73 1.47,-1.73 0.84,0 1.48,0.510001 1.48,1.73 l 0,3.19 0.74,0 0,-3.17 c 0,-1.239999 0.63,-1.76 1.5,-1.76 0.9,0 1.45,0.530001 1.45,1.76 l 0,3.17 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4195"
           inkscape:connector-curvature="0" /><path
           d="m 449.70859,71.177204 c 0,-1.609999 -1.26,-2.86 -2.88,-2.86 -0.92,0 -1.68,0.38 -2.15,1.07 l 0,-2.86 -0.74,0 0,7.39 0.74,0 0,-0.94 c 0.46,0.679999 1.24,1.07 2.14,1.07 1.65,0 2.89,-1.230002 2.89,-2.87 m -0.75,-0.02 c 0,1.259998 -0.93,2.21 -2.16,2.21 -1.2,0 -2.17,-1.000002 -2.17,-2.21 0,-1.209999 0.96,-2.16 2.18,-2.16 1.23,0 2.15,0.930001 2.15,2.16"
           style="fill:#ffffff;stroke:none"
           id="path4197"
           inkscape:connector-curvature="0" /><path
           d="m 456.235,71.427204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27,2.89 2.89,2.89 1.24,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4199"
           inkscape:connector-curvature="0" /><path
           d="m 459.54891,69.047204 0,-0.73 c -0.79,0.04 -1.26,0.31 -1.55,0.91 l 0,-0.78 -0.74,0 0,5.47 0.74,0 0,-3.19 c 0,-1.019999 0.52,-1.58 1.55,-1.68"
           style="fill:#ffffff;stroke:none"
           id="path4201"
           inkscape:connector-curvature="0" /><path
           d="m 461.46359,72.657204 -0.74,0 -0.88,1.93 0.74,0 0.88,-1.93"
           style="fill:#ffffff;stroke:none"
           id="path4203"
           inkscape:connector-curvature="0" /><path
           d="m 480.81063,69.047204 0,-0.73 c -0.79,0.04 -1.26001,0.31 -1.55001,0.91 l 0,-0.78 -0.74,0 0,5.47 0.74,0 0,-3.19 c 0,-1.019999 0.52001,-1.58 1.55001,-1.68"
           style="fill:#ffffff;stroke:none"
           id="path4205"
           inkscape:connector-curvature="0" /><path
           d="m 486.71547,71.427204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27,2.89 2.89,2.89 1.24,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4207"
           inkscape:connector-curvature="0" /><path
           d="m 493.20938,72.937204 0,-4.49 -0.74,0 0,0.97 c -0.55,-0.75 -1.22001,-1.1 -2.14,-1.1 -1.6,0 -2.8,1.240001 -2.8,2.89 0,1.599998 1.25,2.84 2.84999,2.84 0.98,0 1.66001,-0.400001 2.09001,-1.24 l 0,0.37 c 0,1.439998 -0.69001,2.21 -2.01,2.21 -0.92,0 -1.45001,-0.310001 -2.01001,-1.3 l -0.72,0 c 0.4,1.279998 1.37001,1.98 2.75,1.98 0.95,0 1.75001,-0.360001 2.22,-0.98 0.37,-0.5 0.51001,-1.080001 0.51001,-2.15 m -0.74,-1.82 c 0,1.279998 -0.90001,2.25 -2.09001,2.25 -1.19999,0 -2.09999,-0.950002 -2.09999,-2.22 0,-1.249999 0.88,-2.15 2.08999,-2.15 1.18,0 2.10001,0.930001 2.10001,2.12"
           style="fill:#ffffff;stroke:none"
           id="path4209"
           inkscape:connector-curvature="0" /><path
           d="m 495.21766,73.917204 0,-5.47 -0.74,0 0,5.47 0.74,0 m 0,-6.07 0,-1.26 -0.74,0 0,1.26 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4211"
           inkscape:connector-curvature="0" /><path
           d="m 499.44984,72.347204 c 0,-0.67 -0.31,-1.130001 -0.95,-1.4 -0.83,-0.34 -0.87,-0.36 -1.03,-0.44 -0.34,-0.17 -0.5,-0.400001 -0.5,-0.72 0,-0.44 0.35,-0.79 0.79,-0.79 0.48,0 0.8,0.28 0.8,0.8 l 0.75,0 c 0,-0.88 -0.66,-1.48 -1.54,-1.48 -0.89,0 -1.55,0.65 -1.55,1.54 0,0.389999 0.14,0.73 0.41,0.98 0.22,0.209999 0.24,0.22 1.01,0.53 0.79,0.319999 1.06,0.5 1.06,1.05 0,0.549999 -0.39,0.95 -0.92,0.95 -0.61,0 -1.03,-0.390001 -1.03,-1.06 l -0.73,0 c 0,1.059999 0.71,1.74 1.76,1.74 0.98,0 1.67,-0.700001 1.67,-1.7"
           style="fill:#ffffff;stroke:none"
           id="path4213"
           inkscape:connector-curvature="0" /><path
           d="m 503.09422,69.117204 0,-0.67 -1.23,0 0,-1.92 -0.74,0 0,1.92 -1.18,0 0,0.67 1.18,0 0,4.8 0.74,0 0,-4.8 1.23,0"
           style="fill:#ffffff;stroke:none"
           id="path4215"
           inkscape:connector-curvature="0" /><path
           d="m 509.07875,71.427204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27,2.89 2.89,2.89 1.24,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4217"
           inkscape:connector-curvature="0" /><path
           d="m 512.39266,69.047204 0,-0.73 c -0.79,0.04 -1.26,0.31 -1.55,0.91 l 0,-0.78 -0.74,0 0,5.47 0.74,0 0,-3.19 c 0,-1.019999 0.52,-1.58 1.55,-1.68"
           style="fill:#ffffff;stroke:none"
           id="path4219"
           inkscape:connector-curvature="0" /><path
           d="m 534.86406,73.917204 0,-5.47 -0.74,0 0,0.97 c -0.54,-0.76 -1.21,-1.1 -2.16,-1.1 -1.64,0 -2.88,1.240001 -2.88,2.88 0,1.629998 1.25,2.85 2.93,2.85 0.93,0 1.53,-0.310001 2.11,-1.09 l 0,0.96 0.74,0 m -0.74,-2.76 c 0,1.239998 -0.92,2.21 -2.1,2.21 -1.24,0 -2.19,-0.970002 -2.19,-2.22 0,-1.189999 0.96,-2.15 2.15,-2.15 1.2,0 2.14,0.940001 2.14,2.16"
           style="fill:#ffffff;stroke:none"
           id="path4221"
           inkscape:connector-curvature="0" /><path
           d="m 540.97,73.917204 0,-2.87 c 0,-1.919998 -0.97,-2.73 -2.34,-2.73 -0.72,0 -1.3,0.28 -1.76,0.84 l 0,-0.71 -0.74,0 0,5.47 0.74,0 0,-3.01 c 0,-1.339999 0.68,-1.91 1.67,-1.91 1.01,0 1.69,0.560001 1.69,2.05 l 0,2.87 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4223"
           inkscape:connector-curvature="0" /><path
           d="m 379.64125,83.927204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27,2.89 2.89,2.89 1.24,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4225"
           inkscape:connector-curvature="0" /><path
           d="m 384.55984,86.417204 -1.91,-2.79 1.91,-2.68 -0.85,0 -1.47,2.11 -1.48,-2.11 -0.84,0 1.9,2.68 -1.9,2.79 0.84,0 1.48,-2.19 1.47,2.19 0.85,0"
           style="fill:#ffffff;stroke:none"
           id="path4227"
           inkscape:connector-curvature="0" /><path
           d="m 387.91453,81.617204 0,-0.67 -1.23,0 0,-1.92 -0.74,0 0,1.92 -1.18,0 0,0.67 1.18,0 0,4.8 0.74,0 0,-4.8 1.23,0"
           style="fill:#ffffff;stroke:none"
           id="path4229"
           inkscape:connector-curvature="0" /><path
           d="m 393.89906,83.927204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27,2.89 2.89,2.89 1.24,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4231"
           inkscape:connector-curvature="0" /><path
           d="m 399.76297,86.417204 0,-2.87 c 0,-1.919998 -0.97,-2.73 -2.34,-2.73 -0.72,0 -1.3,0.28 -1.76,0.84 l 0,-0.71 -0.74,0 0,5.47 0.74,0 0,-3.01 c 0,-1.339999 0.68,-1.91 1.67,-1.91 1.01,0 1.69,0.560001 1.69,2.05 l 0,2.87 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4233"
           inkscape:connector-curvature="0" /><path
           d="m 403.99672,84.847204 c 0,-0.67 -0.31,-1.130001 -0.95,-1.4 -0.83,-0.34 -0.87,-0.36 -1.03,-0.44 -0.34,-0.17 -0.5,-0.400001 -0.5,-0.72 0,-0.44 0.35,-0.79 0.79,-0.79 0.48,0 0.8,0.28 0.8,0.8 l 0.75,0 c 0,-0.88 -0.66,-1.48 -1.54,-1.48 -0.89,0 -1.55,0.65 -1.55,1.54 0,0.389999 0.14,0.73 0.41,0.98 0.22,0.209999 0.24,0.22 1.01,0.53 0.79,0.319999 1.06,0.5 1.06,1.05 0,0.549999 -0.39,0.95 -0.92,0.95 -0.61,0 -1.03,-0.390001 -1.03,-1.06 l -0.73,0 c 0,1.059999 0.71,1.74 1.76,1.74 0.98,0 1.67,-0.700001 1.67,-1.7"
           style="fill:#ffffff;stroke:none"
           id="path4235"
           inkscape:connector-curvature="0" /><path
           d="m 405.64344,86.417204 0,-5.47 -0.74,0 0,5.47 0.74,0 m 0,-6.07 0,-1.26 -0.74,0 0,1.26 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4237"
           inkscape:connector-curvature="0" /><path
           d="m 412.39562,83.697204 c 0,-1.669999 -1.2,-2.88 -2.83999,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.59999,0 2.77999,-1.210002 2.77999,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.25999,0 -2.15999,-0.920002 -2.15999,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.19999,0 2.08999,0.940001 2.08999,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4239"
           inkscape:connector-curvature="0" /><path
           d="m 418.27859,86.417204 0,-2.87 c 0,-1.919998 -0.97,-2.73 -2.34,-2.73 -0.72,0 -1.3,0.28 -1.76,0.84 l 0,-0.71 -0.74,0 0,5.47 0.74,0 0,-3.01 c 0,-1.339999 0.68,-1.91 1.67,-1.91 1.01,0 1.69,0.560001 1.69,2.05 l 0,2.87 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4241"
           inkscape:connector-curvature="0" /><path
           d="m 429.8813,83.697204 c 0,-1.669999 -1.2,-2.88 -2.84,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.6,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.26,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4243"
           inkscape:connector-curvature="0" /><path
           d="m 435.76427,86.417204 0,-2.87 c 0,-1.919998 -0.97,-2.73 -2.34,-2.73 -0.72,0 -1.3,0.28 -1.76,0.84 l 0,-0.71 -0.74,0 0,5.47 0.74,0 0,-3.01 c 0,-1.339999 0.68,-1.91 1.67,-1.91 1.01,0 1.69,0.560001 1.69,2.05 l 0,2.87 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4245"
           inkscape:connector-curvature="0" /><path
           d="m 447.34698,83.927204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27,2.89 2.89,2.89 1.24,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4247"
           inkscape:connector-curvature="0" /><path
           d="m 452.94698,80.947204 -0.75,0 -1.96,4.6 -1.92,-4.6 -0.75,0 2.3,5.47 0.78,0 2.3,-5.47"
           style="fill:#ffffff;stroke:none"
           id="path4249"
           inkscape:connector-curvature="0" /><path
           d="m 458.88995,83.927204 c 0,-1.939998 -1.23001,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27,2.89 2.89,2.89 1.23999,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08001,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.05999,0 1.87,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4251"
           inkscape:connector-curvature="0" /><path
           d="m 464.75385,86.417204 0,-2.87 c 0,-1.919998 -0.97,-2.73 -2.34,-2.73 -0.72,0 -1.3,0.28 -1.76,0.84 l 0,-0.71 -0.74,0 0,5.47 0.74,0 0,-3.01 c 0,-1.339999 0.68,-1.91 1.67,-1.91 1.01,0 1.69,0.560001 1.69,2.05 l 0,2.87 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4253"
           inkscape:connector-curvature="0" /><path
           d="m 468.6476,81.617204 0,-0.67 -1.23,0 0,-1.92 -0.74,0 0,1.92 -1.18,0 0,0.67 1.18,0 0,4.8 0.74,0 0,-4.8 1.23,0"
           style="fill:#ffffff;stroke:none"
           id="path4255"
           inkscape:connector-curvature="0" /><path
           d="m 475.17604,83.697204 c 0,-1.629999 -1.25,-2.88 -2.88,-2.88 -0.93,0 -1.69,0.38 -2.15,1.07 l 0,-0.94 -0.74,0 0,7.39 0.74,0 0,-2.86 c 0.48,0.699999 1.22,1.07 2.13,1.07 1.63,0 2.9,-1.250002 2.9,-2.85 m -0.75,0 c 0,1.229998 -0.93,2.17 -2.15,2.17 -1.25,0 -2.18,-0.950002 -2.18,-2.21 0,-1.209999 0.96,-2.16 2.17,-2.16 1.23,0 2.16,0.940001 2.16,2.2"
           style="fill:#ffffff;stroke:none"
           id="path4257"
           inkscape:connector-curvature="0" /><path
           d="m 481.06245,86.417204 0,-2.94 c 0,-1.829999 -0.94001,-2.66 -2.36,-2.66 -0.75,0 -1.37,0.3 -1.74,0.84 l 0,-2.63 -0.74,0 0,7.39 0.74,0 0,-3 c 0,-1.339999 0.72,-1.92 1.67,-1.92 0.99999,0 1.69,0.620001 1.69,1.98 l 0,2.94 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4259"
           inkscape:connector-curvature="0" /><path
           d="m 487.8162,83.697204 c 0,-1.669999 -1.20001,-2.88 -2.84,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.59999,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86001,2.16 -2.05,2.16 -1.26,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.19999,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4261"
           inkscape:connector-curvature="0" /><path
           d="m 493.69916,86.417204 0,-2.87 c 0,-1.919998 -0.97,-2.73 -2.34,-2.73 -0.72,0 -1.3,0.28 -1.76,0.84 l 0,-0.71 -0.74,0 0,5.47 0.74,0 0,-3.01 c 0,-1.339999 0.68001,-1.91 1.67,-1.91 1.01,0 1.69,0.560001 1.69,2.05 l 0,2.87 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4263"
           inkscape:connector-curvature="0" /><path
           d="m 500.43291,83.927204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.58999,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27001,2.89 2.89,2.89 1.24,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.11999,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03001,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4265"
           inkscape:connector-curvature="0" /><path
           d="m 502.57682,86.417204 0,-1.26 -0.74,0 0,1.26 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4267"
           inkscape:connector-curvature="0" /><path
           d="m 509.82027,86.417204 0,-7.39 -0.74,0 0,2.79 c -0.54,-0.65 -1.29001,-1 -2.15,-1 -1.65,0 -2.91,1.240001 -2.91,2.87 0,1.619998 1.29,2.86 2.98,2.86 0.90999,0 1.53,-0.330001 2.08,-1.12 l 0,0.99 0.74,0 m -0.71,-2.75 c 0,1.199998 -0.96001,2.2 -2.13,2.2 -1.25,0 -2.21,-0.960002 -2.21,-2.21 0,-1.199999 0.95,-2.16 2.14,-2.16 1.20999,0 2.2,0.970001 2.2,2.17"
           style="fill:#ffffff;stroke:none"
           id="path4269"
           inkscape:connector-curvature="0" /><path
           d="m 516.56573,83.927204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.58999,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27001,2.89 2.89,2.89 1.24,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.11999,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03001,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4271"
           inkscape:connector-curvature="0" /><path
           d="m 528.00859,86.417204 0,-5.47 -0.74,0 0,0.97 c -0.54,-0.76 -1.21,-1.1 -2.16,-1.1 -1.63999,0 -2.88,1.240001 -2.88,2.88 0,1.629998 1.25001,2.85 2.93,2.85 0.93,0 1.53,-0.310001 2.11,-1.09 l 0,0.96 0.74,0 m -0.74,-2.76 c 0,1.239998 -0.92,2.21 -2.1,2.21 -1.24,0 -2.19,-0.970002 -2.19,-2.22 0,-1.189999 0.96,-2.15 2.15,-2.15 1.2,0 2.14,0.940001 2.14,2.16"
           style="fill:#ffffff;stroke:none"
           id="path4273"
           inkscape:connector-curvature="0" /><path
           d="m 534.11453,86.417204 0,-2.87 c 0,-1.919998 -0.97,-2.73 -2.34,-2.73 -0.72,0 -1.3,0.28 -1.76,0.84 l 0,-0.71 -0.74,0 0,5.47 0.74,0 0,-3.01 c 0,-1.339999 0.68,-1.91 1.67,-1.91 1.01,0 1.69,0.560001 1.69,2.05 l 0,2.87 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4275"
           inkscape:connector-curvature="0" /><path
           d="m 540.95828,86.417204 0,-7.39 -0.74,0 0,2.79 c -0.54,-0.65 -1.29,-1 -2.15,-1 -1.65,0 -2.91,1.240001 -2.91,2.87 0,1.619998 1.29,2.86 2.98,2.86 0.91,0 1.53,-0.330001 2.08,-1.12 l 0,0.99 0.74,0 m -0.71,-2.75 c 0,1.199998 -0.96,2.2 -2.13,2.2 -1.25,0 -2.21,-0.960002 -2.21,-2.21 0,-1.199999 0.95,-2.16 2.14,-2.16 1.21,0 2.2,0.970001 2.2,2.17"
           style="fill:#ffffff;stroke:none"
           id="path4278"
           inkscape:connector-curvature="0" /><path
           d="m 379.75125,98.917204 0,-7.39 -0.74,0 0,2.79 c -0.54,-0.65 -1.29,-1 -2.15,-1 -1.65,0 -2.91,1.240001 -2.91,2.87 0,1.619998 1.29,2.86 2.98,2.86 0.91,0 1.53,-0.330001 2.08,-1.12 l 0,0.99 0.74,0 m -0.71,-2.75 c 0,1.199998 -0.96,2.2 -2.13,2.2 -1.25,0 -2.21,-0.960002 -2.21,-2.21 0,-1.199999 0.95,-2.16 2.14,-2.16 1.21,0 2.2,0.970001 2.2,2.17"
           style="fill:#ffffff;stroke:none"
           id="path4280"
           inkscape:connector-curvature="0" /><path
           d="m 381.75672,98.917204 0,-5.47 -0.74,0 0,5.47 0.74,0 m 0,-6.07 0,-1.26 -0.74,0 0,1.26 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4282"
           inkscape:connector-curvature="0" /><path
           d="m 388.57891,98.917204 0,-5.47 -0.74,0 0,0.97 c -0.54,-0.76 -1.21,-1.1 -2.16,-1.1 -1.64,0 -2.88,1.240001 -2.88,2.88 0,1.629998 1.25,2.85 2.93,2.85 0.93,0 1.53,-0.310001 2.11,-1.09 l 0,0.96 0.74,0 m -0.74,-2.76 c 0,1.239998 -0.92,2.21 -2.1,2.21 -1.24,0 -2.19,-0.970002 -2.19,-2.22 0,-1.189999 0.96,-2.15 2.15,-2.15 1.2,0 2.14,0.940001 2.14,2.16"
           style="fill:#ffffff;stroke:none"
           id="path4284"
           inkscape:connector-curvature="0" /><path
           d="m 390.58484,98.917204 0,-7.39 -0.74,0 0,7.39 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4286"
           inkscape:connector-curvature="0" /><path
           d="m 397.57391,94.117204 0,-0.67 -1.23,0 0,-1.92 -0.74,0 0,1.92 -1.18,0 0,0.67 1.18,0 0,4.8 0.74,0 0,-4.8 1.23,0"
           style="fill:#ffffff;stroke:none"
           id="path4288"
           inkscape:connector-curvature="0" /><path
           d="m 403.17234,98.917204 0,-2.94 c 0,-1.829999 -0.94,-2.66 -2.36,-2.66 -0.75,0 -1.37,0.3 -1.74,0.84 l 0,-2.63 -0.74,0 0,7.39 0.74,0 0,-3 c 0,-1.339999 0.72,-1.92 1.67,-1.92 1,0 1.69,0.620001 1.69,1.98 l 0,2.94 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4290"
           inkscape:connector-curvature="0" /><path
           d="m 409.90609,96.427204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27,2.89 2.89,2.89 1.24,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4292"
           inkscape:connector-curvature="0" /><path
           d="m 419.49687,97.937204 0,-4.49 -0.74,0 0,0.97 c -0.55,-0.75 -1.22,-1.1 -2.14,-1.1 -1.59999,0 -2.8,1.240001 -2.8,2.89 0,1.599998 1.25001,2.84 2.85,2.84 0.98,0 1.66,-0.400001 2.09,-1.24 l 0,0.37 c 0,1.439998 -0.69,2.209996 -2.01,2.209996 -0.92,0 -1.45,-0.31 -2.01,-1.299996 l -0.72,0 c 0.4,1.279996 1.37,1.979996 2.75,1.979996 0.95,0 1.75,-0.36 2.22,-0.98 0.37,-0.499996 0.51,-1.079997 0.51,-2.149996 m -0.74,-1.82 c 0,1.279998 -0.9,2.25 -2.09,2.25 -1.2,0 -2.1,-0.950002 -2.1,-2.22 0,-1.249999 0.88,-2.15 2.09,-2.15 1.18,0 2.1,0.930001 2.1,2.12"
           style="fill:#ffffff;stroke:none"
           id="path4294"
           inkscape:connector-curvature="0" /><path
           d="m 426.24515,96.427204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.58999,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27001,2.89 2.89,2.89 1.24,0 2.31001,-0.890001 2.66,-1.93 l -0.77,0 c -0.30999,0.749999 -1.08,1.25 -1.91,1.25 -1.11999,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03001,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4296"
           inkscape:connector-curvature="0" /><path
           d="m 432.10906,98.917204 0,-2.87 c 0,-1.919998 -0.97,-2.73 -2.34,-2.73 -0.72,0 -1.3,0.28 -1.76,0.84 l 0,-0.71 -0.74,0 0,5.47 0.74,0 0,-3.01 c 0,-1.339999 0.68,-1.91 1.67,-1.91 1.01,0 1.69,0.560001 1.69,2.05 l 0,2.87 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4298"
           inkscape:connector-curvature="0" /><path
           d="m 438.84281,96.427204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27,2.89 2.89,2.89 1.24,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4300"
           inkscape:connector-curvature="0" /><path
           d="m 442.15672,94.047204 0,-0.73 c -0.79,0.04 -1.26,0.31 -1.55,0.91 l 0,-0.78 -0.74,0 0,5.47 0.74,0 0,-3.19 c 0,-1.019999 0.52,-1.58 1.55,-1.68"
           style="fill:#ffffff;stroke:none"
           id="path4302"
           inkscape:connector-curvature="0" /><path
           d="m 448.15156,98.917204 0,-5.47 -0.74,0 0,0.97 c -0.54,-0.76 -1.21,-1.1 -2.16,-1.1 -1.64,0 -2.88,1.240001 -2.88,2.88 0,1.629998 1.25,2.85 2.93,2.85 0.93,0 1.53,-0.310001 2.11,-1.09 l 0,0.96 0.74,0 m -0.74,-2.76 c 0,1.239998 -0.92,2.21 -2.1,2.21 -1.24,0 -2.19,-0.970002 -2.19,-2.22 0,-1.189999 0.96,-2.15 2.15,-2.15 1.2,0 2.14,0.940001 2.14,2.16"
           style="fill:#ffffff;stroke:none"
           id="path4304"
           inkscape:connector-curvature="0" /><path
           d="m 452.0575,94.117204 0,-0.67 -1.23,0 0,-1.92 -0.74,0 0,1.92 -1.18,0 0,0.67 1.18,0 0,4.8 0.74,0 0,-4.8 1.23,0"
           style="fill:#ffffff;stroke:none"
           id="path4306"
           inkscape:connector-curvature="0" /><path
           d="m 458.04203,96.427204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27,2.89 2.89,2.89 1.24,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4308"
           inkscape:connector-curvature="0" /><path
           d="m 464.65594,98.917204 0,-7.39 -0.74,0 0,2.79 c -0.54,-0.65 -1.29,-1 -2.15,-1 -1.65,0 -2.91,1.240001 -2.91,2.87 0,1.619998 1.29,2.86 2.98,2.86 0.91,0 1.53,-0.330001 2.08,-1.12 l 0,0.99 0.74,0 m -0.71,-2.75 c 0,1.199998 -0.96001,2.2 -2.13,2.2 -1.25,0 -2.21,-0.960002 -2.21,-2.21 0,-1.199999 0.95,-2.16 2.14,-2.16 1.20999,0 2.2,0.970001 2.2,2.17"
           style="fill:#ffffff;stroke:none"
           id="path4310"
           inkscape:connector-curvature="0" /><path
           d="m 471.65828,94.117204 0,-0.67 -1.23,0 0,-1.92 -0.74,0 0,1.92 -1.18,0 0,0.67 1.18,0 0,4.8 0.74,0 0,-4.8 1.23,0"
           style="fill:#ffffff;stroke:none"
           id="path4312"
           inkscape:connector-curvature="0" /><path
           d="m 477.66281,96.197204 c 0,-1.669999 -1.2,-2.88 -2.84,-2.88 -1.61999,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23001,2.9 2.93,2.9 1.6,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.25999,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91001,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4314"
           inkscape:connector-curvature="0" /><path
           d="m 483.04578,98.917204 -2.27,-2.72 2.13,-2.75 -0.91,0 -2.55,3.32 0,-5.24 -0.74,0 0,7.39 0.74,0 0,-1.13 0.86,-1.06 1.82,2.19 0.92,0"
           style="fill:#ffffff;stroke:none"
           id="path4317"
           inkscape:connector-curvature="0" /><path
           d="m 488.91235,96.427204 c 0,-1.939998 -1.23001,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27,2.89 2.89,2.89 1.23999,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08001,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.05999,0 1.87,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4319"
           inkscape:connector-curvature="0" /><path
           d="m 494.77625,98.917204 0,-2.87 c 0,-1.919998 -0.97,-2.73 -2.34,-2.73 -0.72,0 -1.3,0.28 -1.76,0.84 l 0,-0.71 -0.74,0 0,5.47 0.74,0 0,-3.01 c 0,-1.339999 0.68,-1.91 1.67,-1.91 1.01,0 1.69,0.560001 1.69,2.05 l 0,2.87 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4321"
           inkscape:connector-curvature="0" /><path
           d="m 497.15,98.917204 0,-1.26 -0.74,0 0,1.26 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4323"
           inkscape:connector-curvature="0" /><path
           d="m 507.17031,91.527204 -0.81,0 -2.15,4.14 -2.1,-4.14 -0.82,0 2.56,4.92 0,2.47 0.74,0 0,-2.47 2.58,-4.92"
           style="fill:#ffffff;stroke:none"
           id="path4325"
           inkscape:connector-curvature="0" /><path
           d="m 512.61515,96.197204 c 0,-1.669999 -1.2,-2.88 -2.84,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.6,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.26,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4327"
           inkscape:connector-curvature="0" /><path
           d="m 518.47812,98.917204 0,-5.47 -0.74,0 0,2.81 c 0,1.489998 -0.7,2.11 -1.7,2.11 -1.06,0 -1.64,-0.580002 -1.64,-1.97 l 0,-2.95 -0.74,0 0,2.95 c 0,1.909998 0.93,2.65 2.32,2.65 0.85,0 1.39,-0.300001 1.76,-0.98 l 0,0.85 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4329"
           inkscape:connector-curvature="0" /><path
           d="m 528.27922,97.307204 -0.84,0 c -0.57,0.759999 -1.1,1.06 -1.87,1.06 -1.23,0 -2.2,-0.970002 -2.2,-2.18 0,-1.229999 0.95,-2.19 2.17,-2.19 0.81,0 1.48,0.39 1.9,1.11 l 0.83,0 c -0.44,-1.099999 -1.49,-1.79 -2.72,-1.79 -1.64,0 -2.93,1.260001 -2.93,2.85 0,1.629998 1.3,2.88 2.98,2.88 1.13,0 2.02,-0.490002 2.68,-1.74"
           style="fill:#ffffff;stroke:none"
           id="path4331"
           inkscape:connector-curvature="0" /><path
           d="m 534.86406,98.917204 0,-5.47 -0.74,0 0,0.97 c -0.54,-0.76 -1.21,-1.1 -2.16,-1.1 -1.64,0 -2.88,1.240001 -2.88,2.88 0,1.629998 1.25,2.85 2.93,2.85 0.93,0 1.53,-0.310001 2.11,-1.09 l 0,0.96 0.74,0 m -0.74,-2.76 c 0,1.239998 -0.92,2.21 -2.1,2.21 -1.24,0 -2.19,-0.970002 -2.19,-2.22 0,-1.189999 0.96,-2.15 2.15,-2.15 1.2,0 2.14,0.940001 2.14,2.16"
           style="fill:#ffffff;stroke:none"
           id="path4333"
           inkscape:connector-curvature="0" /><path
           d="m 540.97,98.917204 0,-2.87 c 0,-1.919998 -0.97,-2.73 -2.34,-2.73 -0.72,0 -1.3,0.28 -1.76,0.84 l 0,-0.71 -0.74,0 0,5.47 0.74,0 0,-3.01 c 0,-1.339999 0.68,-1.91 1.67,-1.91 1.01,0 1.69,0.560001 1.69,2.05 l 0,2.87 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4335"
           inkscape:connector-curvature="0" /><path
           d="m 379.73125,111.4172 0,-5.47 -0.74,0 0,0.97 c -0.54,-0.76 -1.21,-1.1 -2.16,-1.1 -1.64,0 -2.88,1.24001 -2.88,2.88 0,1.63 1.25,2.85 2.93,2.85 0.93,0 1.53,-0.31 2.11,-1.09 l 0,0.96 0.74,0 m -0.74,-2.76 c 0,1.24 -0.92,2.21 -2.1,2.21 -1.24,0 -2.19,-0.97 -2.19,-2.22 0,-1.19 0.96,-2.15 2.15,-2.15 1.2,0 2.14,0.94 2.14,2.16"
           style="fill:#ffffff;stroke:none"
           id="path4337"
           inkscape:connector-curvature="0" /><path
           d="m 381.73719,111.4172 0,-7.39 -0.74,0 0,7.39 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4339"
           inkscape:connector-curvature="0" /><path
           d="m 385.96938,109.8472 c 0,-0.67 -0.31001,-1.13 -0.95,-1.4 -0.83,-0.34 -0.87001,-0.36 -1.03001,-0.44 -0.33999,-0.17 -0.5,-0.4 -0.5,-0.72 0,-0.44 0.35001,-0.79 0.79001,-0.79 0.47999,0 0.8,0.28 0.8,0.8 l 0.75,0 c 0,-0.88 -0.66001,-1.48 -1.54001,-1.48 -0.88999,0 -1.55,0.65 -1.55,1.54 0,0.39 0.14001,0.73 0.41001,0.98 0.21999,0.21 0.24,0.22 1.00999,0.53 0.79,0.32 1.06001,0.5 1.06001,1.05 0,0.55 -0.39001,0.95 -0.92001,0.95 -0.60999,0 -1.02999,-0.39 -1.02999,-1.06 l -0.73001,0 c 0,1.06 0.71001,1.74 1.76,1.74 0.98,0 1.67001,-0.7 1.67001,-1.7"
           style="fill:#ffffff;stroke:none"
           id="path4341"
           inkscape:connector-curvature="0" /><path
           d="m 392.37609,108.6972 c 0,-1.66999 -1.2,-2.88 -2.84,-2.88 -1.61999,0 -2.87,1.23001 -2.87,2.83 0,1.68 1.23001,2.9 2.93,2.9 1.6,0 2.78,-1.21 2.78,-2.85 m -0.75,0.01 c 0,1.25 -0.86,2.16 -2.05,2.16 -1.25999,0 -2.16,-0.92 -2.16,-2.2 0,-1.24 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.94 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4343"
           inkscape:connector-curvature="0" /><path
           d="m 407.39836,109.8072 -0.84,0 c -0.57,0.76 -1.1,1.06 -1.87,1.06 -1.23,0 -2.2,-0.97 -2.2,-2.18 0,-1.23 0.95,-2.19 2.17,-2.19 0.81,0 1.48,0.39 1.9,1.11 l 0.83,0 c -0.44,-1.1 -1.49,-1.79 -2.72,-1.79 -1.64,0 -2.93,1.26001 -2.93,2.85 0,1.63 1.3,2.88 2.98,2.88 1.13,0 2.02,-0.49 2.68,-1.74"
           style="fill:#ffffff;stroke:none"
           id="path4345"
           inkscape:connector-curvature="0" /><path
           d="m 413.9832,111.4172 0,-5.47 -0.74,0 0,0.97 c -0.54,-0.76 -1.21,-1.1 -2.16,-1.1 -1.64,0 -2.88,1.24001 -2.88,2.88 0,1.63 1.25,2.85 2.93,2.85 0.93,0 1.53,-0.31 2.11,-1.09 l 0,0.96 0.74,0 m -0.74,-2.76 c 0,1.24 -0.92,2.21 -2.1,2.21 -1.24,0 -2.19,-0.97 -2.19,-2.22 0,-1.19 0.96,-2.15 2.15,-2.15 1.2,0 2.14,0.94 2.14,2.16"
           style="fill:#ffffff;stroke:none"
           id="path4347"
           inkscape:connector-curvature="0" /><path
           d="m 415.98914,111.4172 0,-7.39 -0.74,0 0,7.39 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4349"
           inkscape:connector-curvature="0" /><path
           d="m 417.98133,111.4172 0,-7.39 -0.74,0 0,7.39 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4351"
           inkscape:connector-curvature="0" /><path
           d="m 434.13281,107.7472 c 0,-1.39 -0.58,-2.49 -1.68,-3.14 -0.7,-0.42 -1.48,-0.58 -2.82,-0.58 l -1.74,0 0,7.39 1.99,0 c 2.89,0 4.25,-1.54 4.25,-3.67 m -0.75,-0.03 c 0,0.97 -0.38,1.82 -1.06,2.37 -0.59,0.47 -1.35,0.66 -2.66,0.66 l -1.03,0 0,-6.05 1.03,0 c 1.12,0 1.82,0.14 2.38,0.48 0.85,0.51 1.34,1.44 1.34,2.54"
           style="fill:#ffffff;stroke:none"
           id="path4353"
           inkscape:connector-curvature="0" /><path
           d="m 439.37422,111.4172 0,-0.67 -3.3,0 0,-2.73 3.19,0 0,-0.67 -3.19,0 0,-2.65 3.3,0 0,-0.67 -4.04,0 0,7.39 4.04,0"
           style="fill:#ffffff;stroke:none"
           id="path4355"
           inkscape:connector-curvature="0" /><path
           d="m 447.62578,109.4772 -0.82,0 c -0.78,0.98 -1.49,1.39 -2.57,1.39 -1.71,0 -3.12,-1.42 -3.12,-3.15 0,-1.77999 1.35,-3.14 3.11,-3.14 1.04,0 1.91,0.38 2.54,1.37 l 0.83,0 c -0.57,-1.27 -1.87,-2.05 -3.4,-2.05 -2.2,0 -3.83,1.64001 -3.83,3.85 0,2.16 1.67,3.8 3.88,3.8 1.5,0 2.64,-0.7 3.38,-2.07"
           style="fill:#ffffff;stroke:none"
           id="path4357"
           inkscape:connector-curvature="0" /><path
           d="m 452.24078,104.6972 0,-0.67 -4.12,0 0,0.67 1.69,0 0,6.72 0.74,0 0,-6.72 1.69,0"
           style="fill:#ffffff;stroke:none"
           id="path4359"
           inkscape:connector-curvature="0" /><path
           d="m 464.44789,109.8472 c 0,-0.67 -0.31,-1.13 -0.95,-1.4 -0.83,-0.34 -0.87,-0.36 -1.03,-0.44 -0.34,-0.17 -0.5,-0.4 -0.5,-0.72 0,-0.44 0.35,-0.79 0.79,-0.79 0.48,0 0.8,0.28 0.8,0.8 l 0.75,0 c 0,-0.88 -0.66,-1.48 -1.54,-1.48 -0.89,0 -1.55,0.65 -1.55,1.54 0,0.39 0.14,0.73 0.41,0.98 0.22,0.21 0.24,0.22 1.01,0.53 0.79,0.32 1.06,0.5 1.06,1.05 0,0.55 -0.39,0.95 -0.92,0.95 -0.61,0 -1.03,-0.39 -1.03,-1.06 l -0.73,0 c 0,1.06 0.71,1.74 1.76,1.74 0.98,0 1.67,-0.7 1.67,-1.7"
           style="fill:#ffffff;stroke:none"
           id="path4361"
           inkscape:connector-curvature="0" /><path
           d="m 470.17461,111.4172 0,-5.47 -0.74,0 0,2.81 c 0,1.49 -0.7,2.11 -1.7,2.11 -1.06,0 -1.64,-0.58 -1.64,-1.97 l 0,-2.95 -0.74,0 0,2.95 c 0,1.91 0.93,2.65 2.32,2.65 0.85,0 1.39,-0.3 1.76,-0.98 l 0,0.85 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4363"
           inkscape:connector-curvature="0" /><path
           d="m 477.19883,108.6772 c 0,-1.60999 -1.26,-2.86 -2.88,-2.86 -0.92,0 -1.68,0.38 -2.15,1.07 l 0,-2.86 -0.74,0 0,7.39 0.74,0 0,-0.94 c 0.46,0.68 1.24,1.07 2.14,1.07 1.65,0 2.89,-1.23 2.89,-2.87 m -0.75,-0.02 c 0,1.26 -0.93,2.21 -2.16,2.21 -1.2,0 -2.17,-1 -2.17,-2.21 0,-1.21 0.96,-2.16 2.18,-2.16 1.23,0 2.15,0.93 2.15,2.16"
           style="fill:#ffffff;stroke:none"
           id="path4365"
           inkscape:connector-curvature="0" /><path
           d="m 481.22523,109.8472 c 0,-0.67 -0.31,-1.13 -0.95,-1.4 -0.82999,-0.34 -0.87,-0.36 -1.03,-0.44 -0.34,-0.17 -0.5,-0.4 -0.5,-0.72 0,-0.44 0.35,-0.79 0.79,-0.79 0.48,0 0.8,0.28 0.8,0.8 l 0.75,0 c 0,-0.88 -0.66,-1.48 -1.54,-1.48 -0.88999,0 -1.55,0.65 -1.55,1.54 0,0.39 0.14,0.73 0.41,0.98 0.22,0.21 0.24001,0.22 1.01,0.53 0.79,0.32 1.06,0.5 1.06,1.05 0,0.55 -0.39,0.95 -0.92,0.95 -0.61,0 -1.03,-0.39 -1.03,-1.06 l -0.73,0 c 0,1.06 0.71001,1.74 1.76,1.74 0.98,0 1.67,-0.7 1.67,-1.7"
           style="fill:#ffffff;stroke:none"
           id="path4367"
           inkscape:connector-curvature="0" /><path
           d="m 487.58195,109.8072 -0.84,0 c -0.57,0.76 -1.1,1.06 -1.87,1.06 -1.23,0 -2.2,-0.97 -2.2,-2.18 0,-1.23 0.95,-2.19 2.17,-2.19 0.81,0 1.48,0.39 1.9,1.11 l 0.83,0 c -0.44,-1.1 -1.49,-1.79 -2.72,-1.79 -1.64,0 -2.93,1.26001 -2.93,2.85 0,1.63 1.3,2.88 2.98,2.88 1.13,0 2.02,-0.49 2.68,-1.74"
           style="fill:#ffffff;stroke:none"
           id="path4369"
           inkscape:connector-curvature="0" /><path
           d="m 490.8868,106.5472 0,-0.73 c -0.79,0.04 -1.26,0.31 -1.55,0.91 l 0,-0.78 -0.74,0 0,5.47 0.74,0 0,-3.19 c 0,-1.02 0.52,-1.58 1.55,-1.68"
           style="fill:#ffffff;stroke:none"
           id="path4371"
           inkscape:connector-curvature="0" /><path
           d="m 492.34461,111.4172 0,-5.47 -0.74,0 0,5.47 0.74,0 m 0,-6.07 0,-1.26 -0.74,0 0,1.26 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4373"
           inkscape:connector-curvature="0" /><path
           d="m 499.3668,108.6772 c 0,-1.60999 -1.26,-2.86 -2.88,-2.86 -0.92,0 -1.68,0.38 -2.15,1.07 l 0,-2.86 -0.74,0 0,7.39 0.74,0 0,-0.94 c 0.46,0.68 1.24,1.07 2.14,1.07 1.65,0 2.89,-1.23 2.89,-2.87 m -0.75,-0.02 c 0,1.26 -0.93,2.21 -2.16,2.21 -1.2,0 -2.17,-1 -2.17,-2.21 0,-1.21 0.96,-2.16 2.18,-2.16 1.23,0 2.15,0.93 2.15,2.16"
           style="fill:#ffffff;stroke:none"
           id="path4375"
           inkscape:connector-curvature="0" /><path
           d="m 505.8932,108.9272 c 0,-1.93999 -1.23,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.25001 -2.84,2.84 0,1.62 1.27,2.89 2.89,2.89 1.24,0 2.31,-0.89 2.66,-1.93 l -0.77,0 c -0.31,0.75 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.86 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.05 1.03,-1.76 2.07,-1.76 1.06,0 1.87,0.67 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4377"
           inkscape:connector-curvature="0" /><path
           d="m 509.20711,106.5472 0,-0.73 c -0.79,0.04 -1.26,0.31 -1.55,0.91 l 0,-0.78 -0.74,0 0,5.47 0.74,0 0,-3.19 c 0,-1.02 0.52,-1.58 1.55,-1.68"
           style="fill:#ffffff;stroke:none"
           id="path4379"
           inkscape:connector-curvature="0" /><path
           d="m 513.00258,109.8472 c 0,-0.67 -0.31,-1.13 -0.95,-1.4 -0.83,-0.34 -0.87,-0.36 -1.03,-0.44 -0.34,-0.17 -0.5,-0.4 -0.5,-0.72 0,-0.44 0.35,-0.79 0.79,-0.79 0.48,0 0.8,0.28 0.8,0.8 l 0.75,0 c 0,-0.88 -0.66,-1.48 -1.54,-1.48 -0.89,0 -1.55,0.65 -1.55,1.54 0,0.39 0.14,0.73 0.41,0.98 0.22,0.21 0.24,0.22 1.01,0.53 0.79,0.32 1.06,0.5 1.06,1.05 0,0.55 -0.39,0.95 -0.92,0.95 -0.61,0 -1.03,-0.39 -1.03,-1.06 l -0.73,0 c 0,1.06 0.71,1.74 1.76,1.74 0.98,0 1.67,-0.7 1.67,-1.7"
           style="fill:#ffffff;stroke:none"
           id="path4381"
           inkscape:connector-curvature="0" /><path
           d="m 528.00859,111.4172 0,-5.47 -0.74,0 0,0.97 c -0.54,-0.76 -1.21,-1.1 -2.16,-1.1 -1.63999,0 -2.88,1.24001 -2.88,2.88 0,1.63 1.25001,2.85 2.93,2.85 0.93,0 1.53,-0.31 2.11,-1.09 l 0,0.96 0.74,0 m -0.74,-2.76 c 0,1.24 -0.92,2.21 -2.1,2.21 -1.24,0 -2.19,-0.97 -2.19,-2.22 0,-1.19 0.96,-2.15 2.15,-2.15 1.2,0 2.14,0.94 2.14,2.16"
           style="fill:#ffffff;stroke:none"
           id="path4383"
           inkscape:connector-curvature="0" /><path
           d="m 534.11453,111.4172 0,-2.87 c 0,-1.91999 -0.97,-2.73 -2.34,-2.73 -0.72,0 -1.3,0.28 -1.76,0.84 l 0,-0.71 -0.74,0 0,5.47 0.74,0 0,-3.01 c 0,-1.34 0.68,-1.91 1.67,-1.91 1.01,0 1.69,0.56001 1.69,2.05 l 0,2.87 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4385"
           inkscape:connector-curvature="0" /><path
           d="m 540.95828,111.4172 0,-7.39 -0.74,0 0,2.79 c -0.54,-0.65 -1.29,-1 -2.15,-1 -1.65,0 -2.91,1.24001 -2.91,2.87 0,1.62 1.29,2.86 2.98,2.86 0.91,0 1.53,-0.33 2.08,-1.12 l 0,0.99 0.74,0 m -0.71,-2.75 c 0,1.2 -0.96,2.2 -2.13,2.2 -1.25,0 -2.21,-0.96 -2.21,-2.21 0,-1.2 0.95,-2.16 2.14,-2.16 1.21,0 2.2,0.97 2.2,2.17"
           style="fill:#ffffff;stroke:none"
           id="path4387"
           inkscape:connector-curvature="0" /><path
           d="m 378.99125,118.4472 -0.75,0 -1.96,4.6 -1.92,-4.6 -0.75,0 2.3,5.47 0.78,0 2.3,-5.47"
           style="fill:#ffffff;stroke:none"
           id="path4389"
           inkscape:connector-curvature="0" /><path
           d="m 380.44812,123.9172 0,-5.47 -0.74,0 0,5.47 0.74,0 m 0,-6.07 0,-1.26 -0.74,0 0,1.26 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4391"
           inkscape:connector-curvature="0" /><path
           d="m 387.15031,122.3072 -0.84,0 c -0.57,0.76 -1.1,1.06 -1.87,1.06 -1.23,0 -2.2,-0.97 -2.2,-2.18 0,-1.23 0.95,-2.19 2.17,-2.19 0.81,0 1.48,0.39 1.9,1.11 l 0.83,0 c -0.44,-1.1 -1.49,-1.79 -2.72,-1.79 -1.64,0 -2.93,1.26001 -2.93,2.85 0,1.63 1.3,2.88 2.98,2.88 1.13,0 2.02,-0.49 2.68,-1.74"
           style="fill:#ffffff;stroke:none"
           id="path4393"
           inkscape:connector-curvature="0" /><path
           d="m 393.64516,121.4272 c 0,-1.93999 -1.23001,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.25001 -2.84,2.84 0,1.62 1.27,2.89 2.89,2.89 1.24,0 2.31,-0.89 2.66,-1.93 l -0.77,0 c -0.31,0.75 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.86 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.05 1.03,-1.76 2.07,-1.76 1.06,0 1.87,0.67 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4395"
           inkscape:connector-curvature="0" /><path
           d="m 402.2725,118.4472 -0.75,0 -1.96,4.6 -1.92,-4.6 -0.75,0 2.3,5.47 0.78,0 2.3,-5.47"
           style="fill:#ffffff;stroke:none"
           id="path4397"
           inkscape:connector-curvature="0" /><path
           d="m 408.21547,121.4272 c 0,-1.93999 -1.23,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.25001 -2.84,2.84 0,1.62 1.27,2.89 2.89,2.89 1.24,0 2.31,-0.89 2.66,-1.93 l -0.77,0 c -0.31,0.75 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.86 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.05 1.03,-1.76 2.07,-1.76 1.06,0 1.87,0.67 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4399"
           inkscape:connector-curvature="0" /><path
           d="m 411.52938,119.0472 0,-0.73 c -0.79,0.04 -1.26001,0.31 -1.55001,0.91 l 0,-0.78 -0.74,0 0,5.47 0.74,0 0,-3.19 c 0,-1.02 0.52001,-1.58 1.55001,-1.68"
           style="fill:#ffffff;stroke:none"
           id="path4401"
           inkscape:connector-curvature="0" /><path
           d="m 415.32484,122.3472 c 0,-0.67 -0.31,-1.13 -0.95,-1.4 -0.83,-0.34 -0.87,-0.36 -1.03,-0.44 -0.34,-0.17 -0.5,-0.4 -0.5,-0.72 0,-0.44 0.35,-0.79 0.79,-0.79 0.48,0 0.8,0.28 0.8,0.8 l 0.75,0 c 0,-0.88 -0.66,-1.48 -1.54,-1.48 -0.89,0 -1.55,0.65 -1.55,1.54 0,0.39 0.14,0.73 0.41,0.98 0.22,0.21 0.24,0.22 1.01,0.53 0.79,0.32 1.06,0.5 1.06,1.05 0,0.55 -0.39,0.95 -0.92,0.95 -0.61,0 -1.03,-0.39 -1.03,-1.06 l -0.73,0 c 0,1.06 0.71,1.74 1.76,1.74 0.98,0 1.67,-0.7 1.67,-1.7"
           style="fill:#ffffff;stroke:none"
           id="path4403"
           inkscape:connector-curvature="0" /><path
           d="m 421.80156,123.9172 0,-5.47 -0.74,0 0,0.97 c -0.54,-0.76 -1.21,-1.1 -2.16,-1.1 -1.64,0 -2.88,1.24001 -2.88,2.88 0,1.63 1.25,2.85 2.93,2.85 0.93,0 1.53,-0.31 2.11,-1.09 l 0,0.96 0.74,0 m -0.74,-2.76 c 0,1.24 -0.92,2.21 -2.1,2.21 -1.24,0 -2.19,-0.97 -2.19,-2.22 0,-1.19 0.96,-2.15 2.15,-2.15 1.2,0 2.14,0.94 2.14,2.16"
           style="fill:#ffffff;stroke:none"
           id="path4405"
           inkscape:connector-curvature="0" /><path
           d="m 424.1875,123.9172 0,-1.26 -0.74,0 0,1.26 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4407"
           inkscape:connector-curvature="0" /></g><g
         transform="translate(0,-2.3610431)"
         style="font-size:10px;font-style:normal;font-weight:normal;text-align:justify;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:Sans"
         id="flowRoot3956"><path
           d="m 380.17125,36.417204 0,-7.39 -0.74,0 0,6.13 -4.14,-6.13 -1,0 0,7.39 0.74,0 0,-6.5 4.4,6.5 0.74,0"
           style="fill:#ffffff;stroke:#ffffff;stroke-width:0.5"
           id="path4410"
           inkscape:connector-curvature="0" /><path
           d="m 387.04359,33.927204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.58999,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27001,2.89 2.89,2.89 1.24,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:#ffffff;stroke-width:0.5"
           id="path4412"
           inkscape:connector-curvature="0" /><path
           d="m 390.45359,31.617204 0,-0.67 -1.23,0 0,-1.92 -0.74,0 0,1.92 -1.18,0 0,0.67 1.18,0 0,4.8 0.74,0 0,-4.8 1.23,0"
           style="fill:#ffffff;stroke:#ffffff;stroke-width:0.5"
           id="path4414"
           inkscape:connector-curvature="0" /><path
           d="m 398.82203,30.947204 -0.72,0 -1.78,4.58 -1.29,-3.91 -0.61,0 -1.29,3.91 -1.74,-4.58 -0.74,0 2.09,5.47 0.8,0 1.18,-3.63 1.19,3.63 0.79,0 2.12,-5.47"
           style="fill:#ffffff;stroke:#ffffff;stroke-width:0.5"
           id="path4416"
           inkscape:connector-curvature="0" /><path
           d="m 404.8175,33.697204 c 0,-1.669999 -1.2,-2.88 -2.84,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.6,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.26,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:#ffffff;stroke-width:0.5"
           id="path4418"
           inkscape:connector-curvature="0" /><path
           d="m 408.15047,31.547204 0,-0.73 c -0.79,0.04 -1.26,0.31 -1.55,0.91 l 0,-0.78 -0.74,0 0,5.47 0.74,0 0,-3.19 c 0,-1.019999 0.52,-1.58 1.55,-1.68"
           style="fill:#ffffff;stroke:#ffffff;stroke-width:0.5"
           id="path4420"
           inkscape:connector-curvature="0" /><path
           d="m 413.20828,36.417204 -2.27,-2.72 2.13,-2.75 -0.91,0 -2.55,3.32 0,-5.24 -0.74,0 0,7.39 0.74,0 0,-1.13 0.86,-1.06 1.82,2.19 0.92,0"
           style="fill:#ffffff;stroke:#ffffff;stroke-width:0.5"
           id="path4422"
           inkscape:connector-curvature="0" /><path
           d="m 415.00781,36.417204 0,-1.26 -0.74,0 0,1.26 0.74,0 m 0,-3.81 0,-1.26 -0.74,0 0,1.26 0.74,0"
           style="fill:#ffffff;stroke:#ffffff;stroke-width:0.5"
           id="path4424"
           inkscape:connector-curvature="0" /><path
           d="m 423.30328,29.697204 0,-0.67 -4.12,0 0,0.67 1.69,0 0,6.72 0.74,0 0,-6.72 1.69,0"
           style="fill:#ffffff;stroke:none"
           id="path4426"
           inkscape:connector-curvature="0" /><path
           d="m 428.84109,36.417204 0,-2.94 c 0,-1.829999 -0.94,-2.66 -2.36,-2.66 -0.75,0 -1.37,0.3 -1.74,0.84 l 0,-2.63 -0.74,0 0,7.39 0.74,0 0,-3 c 0,-1.339999 0.72,-1.92 1.67,-1.92 1,0 1.69,0.620001 1.69,1.98 l 0,2.94 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4428"
           inkscape:connector-curvature="0" /><path
           d="m 430.83484,36.417204 0,-5.47 -0.74,0 0,5.47 0.74,0 m 0,-6.07 0,-1.26 -0.74,0 0,1.26 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4430"
           inkscape:connector-curvature="0" /><path
           d="m 435.06703,34.847204 c 0,-0.67 -0.31,-1.130001 -0.95,-1.4 -0.83,-0.34 -0.87,-0.36 -1.03,-0.44 -0.34,-0.17 -0.5,-0.400001 -0.5,-0.72 0,-0.44 0.35,-0.79 0.79,-0.79 0.48,0 0.8,0.28 0.8,0.8 l 0.75,0 c 0,-0.88 -0.66,-1.48 -1.54,-1.48 -0.89,0 -1.55,0.65 -1.55,1.54 0,0.389999 0.14,0.73 0.41,0.98 0.22,0.209999 0.24,0.22 1.01,0.53 0.79,0.319999 1.06,0.5 1.06,1.05 0,0.549999 -0.39,0.95 -0.92,0.95 -0.61,0 -1.03,-0.390001 -1.03,-1.06 l -0.73,0 c 0,1.059999 0.71,1.74 1.76,1.74 0.98,0 1.67,-0.700001 1.67,-1.7"
           style="fill:#ffffff;stroke:none"
           id="path4432"
           inkscape:connector-curvature="0" /><path
           d="m 443.18578,34.357204 c 0,-0.65 -0.27,-1.230001 -0.74,-1.58 -0.3,-0.22 -0.61,-0.360001 -1.37,-0.59 -0.67,-0.2 -0.9,-0.290001 -1.09,-0.46 -0.21,-0.18 -0.35,-0.520001 -0.35,-0.86 0,-0.74 0.54,-1.29 1.28,-1.29 0.75,0 1.32,0.52 1.32,1.32 l 0.77,0 c 0,-1.199999 -0.86,-2 -2.07,-2 -1.19,0 -2.05,0.840001 -2.05,1.99 0,0.509999 0.19,1 0.52,1.31 0.29,0.279999 0.52,0.39 1.38,0.65 1.27,0.389999 1.65,0.74 1.65,1.55 0,0.849999 -0.62,1.47 -1.46,1.47 -0.83,0 -1.43,-0.530001 -1.54,-1.52 l -0.79,0 c 0.07,1.329998 0.98,2.2 2.31,2.2 1.28,0 2.23,-0.930002 2.23,-2.19"
           style="fill:#ffffff;stroke:none"
           id="path4434"
           inkscape:connector-curvature="0" /><path
           d="m 444.90625,36.417204 0,-7.39 -0.74,0 0,7.39 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4436"
           inkscape:connector-curvature="0" /><path
           d="m 454.10187,36.417204 0,-7.39 -1.15,0 -2.67999,6.29 -2.69,-6.29 -1.15001,0 0,7.39 0.74,0 0,-6.58 2.77,6.58 0.64001,0 2.77999,-6.58 0,6.58 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4438"
           inkscape:connector-curvature="0" /><path
           d="m 464.03312,34.807204 -0.84,0 c -0.56999,0.759999 -1.1,1.06 -1.87,1.06 -1.22999,0 -2.19999,-0.970002 -2.19999,-2.18 0,-1.229999 0.95,-2.19 2.16999,-2.19 0.81,0 1.48001,0.39 1.9,1.11 l 0.83,0 c -0.43999,-1.099999 -1.49,-1.79 -2.71999,-1.79 -1.64,0 -2.93,1.260001 -2.93,2.85 0,1.629998 1.3,2.88 2.97999,2.88 1.13,0 2.02001,-0.490002 2.68,-1.74"
           style="fill:#ffffff;stroke:none"
           id="path4440"
           inkscape:connector-curvature="0" /><path
           d="m 470.61797,36.417204 0,-5.47 -0.74,0 0,0.97 c -0.54,-0.76 -1.21,-1.1 -2.16,-1.1 -1.64,0 -2.88,1.240001 -2.88,2.88 0,1.629998 1.25,2.85 2.93,2.85 0.93,0 1.53,-0.310001 2.11,-1.09 l 0,0.96 0.74,0 m -0.74,-2.76 c 0,1.239998 -0.92,2.21 -2.1,2.21 -1.24,0 -2.19,-0.970002 -2.19,-2.22 0,-1.189999 0.96,-2.15 2.15,-2.15 1.2,0 2.14,0.940001 2.14,2.16"
           style="fill:#ffffff;stroke:none"
           id="path4442"
           inkscape:connector-curvature="0" /><path
           d="m 474.17391,31.547204 0,-0.73 c -0.79,0.04 -1.26,0.31 -1.55,0.91 l 0,-0.78 -0.74,0 0,5.47 0.74,0 0,-3.19 c 0,-1.019999 0.52,-1.58 1.55,-1.68"
           style="fill:#ffffff;stroke:none"
           id="path4444"
           inkscape:connector-curvature="0" /><path
           d="m 480.18875,36.417204 0,-7.39 -0.74,0 0,2.79 c -0.54,-0.65 -1.29,-1 -2.15,-1 -1.65,0 -2.91,1.240001 -2.91,2.87 0,1.619998 1.29,2.86 2.98,2.86 0.91,0 1.53,-0.330001 2.08,-1.12 l 0,0.99 0.74,0 m -0.71,-2.75 c 0,1.199998 -0.96,2.2 -2.13,2.2 -1.25,0 -2.21,-0.960002 -2.21,-2.21 0,-1.199999 0.95,-2.16 2.14,-2.16 1.21,0 2.2,0.970001 2.2,2.17"
           style="fill:#ffffff;stroke:none"
           id="path4446"
           inkscape:connector-curvature="0" /><path
           d="m 490.01625,33.927204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27,2.89 2.89,2.89 1.24,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4448"
           inkscape:connector-curvature="0" /><path
           d="m 495.88016,36.417204 0,-2.87 c 0,-1.919998 -0.97001,-2.73 -2.34,-2.73 -0.72,0 -1.3,0.28 -1.76,0.84 l 0,-0.71 -0.74,0 0,5.47 0.74,0 0,-3.01 c 0,-1.339999 0.68,-1.91 1.67,-1.91 1.01,0 1.69,0.560001 1.69,2.05 l 0,2.87 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4450"
           inkscape:connector-curvature="0" /><path
           d="m 502.70391,36.417204 0,-5.47 -0.74,0 0,0.97 c -0.54,-0.76 -1.21,-1.1 -2.16,-1.1 -1.64,0 -2.88,1.240001 -2.88,2.88 0,1.629998 1.25,2.85 2.93,2.85 0.93,0 1.53,-0.310001 2.11,-1.09 l 0,0.96 0.74,0 m -0.74,-2.76 c 0,1.239998 -0.92,2.21 -2.1,2.21 -1.24,0 -2.19,-0.970002 -2.19,-2.22 0,-1.189999 0.96,-2.15 2.15,-2.15 1.2,0 2.14,0.940001 2.14,2.16"
           style="fill:#ffffff;stroke:none"
           id="path4452"
           inkscape:connector-curvature="0" /><path
           d="m 509.73984,33.677204 c 0,-1.609999 -1.26,-2.86 -2.88,-2.86 -0.92,0 -1.68,0.38 -2.15,1.07 l 0,-2.86 -0.74,0 0,7.39 0.74,0 0,-0.94 c 0.46,0.679999 1.24,1.07 2.14,1.07 1.65,0 2.89,-1.230002 2.89,-2.87 m -0.75,-0.02 c 0,1.259998 -0.93,2.21 -2.16,2.21 -1.2,0 -2.17,-1.000002 -2.17,-2.21 0,-1.209999 0.96,-2.16 2.18,-2.16 1.23,0 2.15,0.930001 2.15,2.16"
           style="fill:#ffffff;stroke:none"
           id="path4455"
           inkscape:connector-curvature="0" /><path
           d="m 511.52625,36.417204 0,-7.39 -0.74,0 0,7.39 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4457"
           inkscape:connector-curvature="0" /><path
           d="m 518.25844,33.927204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27,2.89 2.89,2.89 1.24,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4459"
           inkscape:connector-curvature="0" /><path
           d="m 522.26234,34.847204 c 0,-0.67 -0.31,-1.130001 -0.95,-1.4 -0.83,-0.34 -0.87,-0.36 -1.03,-0.44 -0.34,-0.17 -0.5,-0.400001 -0.5,-0.72 0,-0.44 0.35,-0.79 0.79,-0.79 0.48,0 0.8,0.28 0.8,0.8 l 0.75,0 c 0,-0.88 -0.66,-1.48 -1.54,-1.48 -0.89,0 -1.55,0.65 -1.55,1.54 0,0.389999 0.14,0.73 0.41,0.98 0.22,0.209999 0.24,0.22 1.01,0.53 0.79,0.319999 1.06,0.5 1.06,1.05 0,0.549999 -0.39,0.95 -0.92,0.95 -0.61,0 -1.03,-0.390001 -1.03,-1.06 l -0.73,0 c 0,1.059999 0.71,1.74 1.76,1.74 0.98,0 1.67,-0.700001 1.67,-1.7"
           style="fill:#ffffff;stroke:none"
           id="path4461"
           inkscape:connector-curvature="0" /><path
           d="m 530.89109,30.947204 -0.79,0 -1.85,4.36 -1.73,-4.36 -0.81,0 2.12,5.29 -0.89,2.1 0.79,0 3.16,-7.39"
           style="fill:#ffffff;stroke:none"
           id="path4463"
           inkscape:connector-curvature="0" /><path
           d="m 536.84875,33.697204 c 0,-1.669999 -1.2,-2.88 -2.84,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.6,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.26,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4465"
           inkscape:connector-curvature="0" /><path
           d="m 542.71172,36.417204 0,-5.47 -0.74,0 0,2.81 c 0,1.489998 -0.7,2.11 -1.7,2.11 -1.06,0 -1.64,-0.580002 -1.64,-1.97 l 0,-2.95 -0.74,0 0,2.95 c 0,1.909998 0.93,2.65 2.32,2.65 0.85,0 1.39,-0.300001 1.76,-0.98 l 0,0.85 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4467"
           inkscape:connector-curvature="0" /><path
           d="m 549.68797,31.617204 0,-0.67 -1.23,0 0,-1.92 -0.74,0 0,1.92 -1.18,0 0,0.67 1.18,0 0,4.8 0.74,0 0,-4.8 1.23,0"
           style="fill:#ffffff;stroke:none"
           id="path4469"
           inkscape:connector-curvature="0" /><path
           d="m 555.6925,33.697204 c 0,-1.669999 -1.2,-2.88 -2.84,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.6,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.26,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4471"
           inkscape:connector-curvature="0" /><path
           d="m 565.3875,36.417204 0,-5.47 -0.74,0 0,0.97 c -0.54,-0.76 -1.21,-1.1 -2.16,-1.1 -1.64,0 -2.88,1.240001 -2.88,2.88 0,1.629998 1.25,2.85 2.93,2.85 0.93,0 1.53,-0.310001 2.11,-1.09 l 0,0.96 0.74,0 m -0.74,-2.76 c 0,1.239998 -0.92,2.21 -2.1,2.21 -1.24,0 -2.19,-0.970002 -2.19,-2.22 0,-1.189999 0.96,-2.15 2.15,-2.15 1.2,0 2.14,0.940001 2.14,2.16"
           style="fill:#ffffff;stroke:none"
           id="path4473"
           inkscape:connector-curvature="0" /><path
           d="m 572.10344,34.807204 -0.84,0 c -0.57,0.759999 -1.1,1.06 -1.87,1.06 -1.23,0 -2.2,-0.970002 -2.2,-2.18 0,-1.229999 0.95,-2.19 2.17,-2.19 0.81,0 1.48,0.39 1.9,1.11 l 0.83,0 c -0.44,-1.099999 -1.49,-1.79 -2.72,-1.79 -1.64,0 -2.93,1.260001 -2.93,2.85 0,1.629998 1.3,2.88 2.98,2.88 1.13,0 2.02,-0.490002 2.68,-1.74"
           style="fill:#ffffff;stroke:none"
           id="path4475"
           inkscape:connector-curvature="0" /><path
           d="m 578.56828,34.807204 -0.84,0 c -0.57,0.759999 -1.1,1.06 -1.87,1.06 -1.23,0 -2.2,-0.970002 -2.2,-2.18 0,-1.229999 0.95,-2.19 2.17,-2.19 0.81,0 1.48,0.39 1.9,1.11 l 0.83,0 c -0.44,-1.099999 -1.49,-1.79 -2.72,-1.79 -1.64,0 -2.93,1.260001 -2.93,2.85 0,1.629998 1.3,2.88 2.98,2.88 1.13,0 2.02,-0.490002 2.68,-1.74"
           style="fill:#ffffff;stroke:none"
           id="path4477"
           inkscape:connector-curvature="0" /><path
           d="m 585.06313,33.927204 c 0,-1.939998 -1.23001,-3.11 -2.85001,-3.11 -1.58999,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27001,2.89 2.89,2.89 1.24,0 2.31001,-0.890001 2.66001,-1.93 l -0.77,0 c -0.31,0.749999 -1.08001,1.25 -1.91001,1.25 -1.11999,0 -2.07,-0.860001 -2.13,-1.94 l 4.95001,0 m -0.74001,-0.67 -4.19,0 c 0.2,-1.049999 1.03001,-1.76 2.07,-1.76 1.06,0 1.87001,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4479"
           inkscape:connector-curvature="0" /><path
           d="m 589.06703,34.847204 c 0,-0.67 -0.31,-1.130001 -0.95,-1.4 -0.83,-0.34 -0.87,-0.36 -1.03,-0.44 -0.34,-0.17 -0.5,-0.400001 -0.5,-0.72 0,-0.44 0.35,-0.79 0.79,-0.79 0.48,0 0.8,0.28 0.8,0.8 l 0.75,0 c 0,-0.88 -0.66,-1.48 -1.54,-1.48 -0.89,0 -1.55,0.65 -1.55,1.54 0,0.389999 0.14,0.73 0.41,0.98 0.22,0.209999 0.24,0.22 1.01,0.53 0.79,0.319999 1.06,0.5 1.06,1.05 0,0.549999 -0.39,0.95 -0.92,0.95 -0.61,0 -1.03,-0.390001 -1.03,-1.06 l -0.73,0 c 0,1.059999 0.71,1.74 1.76,1.74 0.98,0 1.67,-0.700001 1.67,-1.7"
           style="fill:#ffffff;stroke:none"
           id="path4481"
           inkscape:connector-curvature="0" /><path
           d="m 592.95375,34.847204 c 0,-0.67 -0.31,-1.130001 -0.95,-1.4 -0.83,-0.34 -0.87,-0.36 -1.03,-0.44 -0.34,-0.17 -0.5,-0.400001 -0.5,-0.72 0,-0.44 0.35,-0.79 0.79,-0.79 0.48,0 0.8,0.28 0.8,0.8 l 0.75,0 c 0,-0.88 -0.66,-1.48 -1.54,-1.48 -0.89,0 -1.55,0.65 -1.55,1.54 0,0.389999 0.14,0.73 0.41,0.98 0.22,0.209999 0.24,0.22 1.01,0.53 0.79,0.319999 1.06,0.5 1.06,1.05 0,0.549999 -0.39,0.95 -0.92,0.95 -0.61,0 -1.03,-0.390001 -1.03,-1.06 l -0.73,0 c 0,1.059999 0.71,1.74 1.76,1.74 0.98,0 1.67,-0.700001 1.67,-1.7"
           style="fill:#ffffff;stroke:none"
           id="path4483"
           inkscape:connector-curvature="0" /><path
           d="m 599.5825,31.617204 0,-0.67 -1.23,0 0,-1.92 -0.74,0 0,1.92 -1.18,0 0,0.67 1.18,0 0,4.8 0.74,0 0,-4.8 1.23,0"
           style="fill:#ffffff;stroke:none"
           id="path4485"
           inkscape:connector-curvature="0" /><path
           d="m 605.18094,36.417204 0,-2.94 c 0,-1.829999 -0.94,-2.66 -2.36,-2.66 -0.75,0 -1.37,0.3 -1.74,0.84 l 0,-2.63 -0.74,0 0,7.39 0.74,0 0,-3 c 0,-1.339999 0.72,-1.92 1.67,-1.92 1,0 1.69,0.620001 1.69,1.98 l 0,2.94 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4487"
           inkscape:connector-curvature="0" /><path
           d="m 611.91469,33.927204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27,2.89 2.89,2.89 1.24,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4489"
           inkscape:connector-curvature="0" /><path
           d="m 623.70062,33.007204 -5.02,0 0,0.67 4.13,0 c -0.26999,1.169998 -1.53,2.19 -2.99,2.19 -1.80999,0 -3.23999,-1.380002 -3.23999,-3.14 0,-1.779999 1.41,-3.15 3.22999,-3.15 1.14,0 2.10001,0.520001 2.61,1.42 l 0.83001,0 c -0.49,-1.259999 -1.89001,-2.1 -3.5,-2.1 -2.2,0 -3.92,1.670002 -3.92,3.81 0,2.159997 1.76,3.84 4.02,3.84 2.16999,0 3.74,-1.680002 3.84999,-3.54"
           style="fill:#ffffff;stroke:none"
           id="path4491"
           inkscape:connector-curvature="0" /><path
           d="m 628.86156,34.357204 c 0,-0.65 -0.27,-1.230001 -0.74,-1.58 -0.3,-0.22 -0.61,-0.360001 -1.37,-0.59 -0.67,-0.2 -0.9,-0.290001 -1.09,-0.46 -0.21,-0.18 -0.35,-0.520001 -0.35,-0.86 0,-0.74 0.54,-1.29 1.28,-1.29 0.75,0 1.32,0.52 1.32,1.32 l 0.77,0 c 0,-1.199999 -0.86,-2 -2.07,-2 -1.19,0 -2.05,0.840001 -2.05,1.99 0,0.509999 0.19,1 0.52,1.31 0.29,0.279999 0.52,0.39 1.38,0.65 1.27,0.389999 1.65,0.74 1.65,1.55 0,0.849999 -0.62,1.47 -1.46,1.47 -0.83,0 -1.43,-0.530001 -1.54,-1.52 l -0.79,0 c 0.07,1.329998 0.98,2.2 2.31,2.2 1.28,0 2.23,-0.930002 2.23,-2.19"
           style="fill:#ffffff;stroke:none"
           id="path4493"
           inkscape:connector-curvature="0" /><path
           d="m 637.51203,36.417204 0,-7.39 -1.15,0 -2.68,6.29 -2.69,-6.29 -1.15,0 0,7.39 0.74,0 0,-6.58 2.77,6.58 0.64,0 2.78,-6.58 0,6.58 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4495"
           inkscape:connector-curvature="0" /><path
           d="m 379.00125,48.917204 0,-2.87 c 0,-1.919998 -0.97,-2.73 -2.34,-2.73 -0.72,0 -1.3,0.28 -1.76,0.84 l 0,-0.71 -0.74,0 0,5.47 0.74,0 0,-3.01 c 0,-1.339999 0.68,-1.91 1.67,-1.91 1.01,0 1.69,0.560001 1.69,2.05 l 0,2.87 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4497"
           inkscape:connector-curvature="0" /><path
           d="m 385.735,46.427204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27,2.89 2.89,2.89 1.24,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4499"
           inkscape:connector-curvature="0" /><path
           d="m 389.145,44.117204 0,-0.67 -1.23,0 0,-1.92 -0.74,0 0,1.92 -1.18,0 0,0.67 1.18,0 0,4.8 0.74,0 0,-4.8 1.23,0"
           style="fill:#ffffff;stroke:none"
           id="path4501"
           inkscape:connector-curvature="0" /><path
           d="m 397.51344,43.447204 -0.72,0 -1.78,4.58 -1.29,-3.91 -0.61,0 -1.29,3.91 -1.74,-4.58 -0.74,0 2.09,5.47 0.8,0 1.18,-3.63 1.19,3.63 0.79,0 2.12,-5.47"
           style="fill:#ffffff;stroke:none"
           id="path4503"
           inkscape:connector-curvature="0" /><path
           d="m 403.50891,46.197204 c 0,-1.669999 -1.20001,-2.88 -2.84,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.59999,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.26,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4505"
           inkscape:connector-curvature="0" /><path
           d="m 406.84188,44.047204 0,-0.73 c -0.79,0.04 -1.26001,0.31 -1.55001,0.91 l 0,-0.78 -0.74,0 0,5.47 0.74,0 0,-3.19 c 0,-1.019999 0.52001,-1.58 1.55001,-1.68"
           style="fill:#ffffff;stroke:none"
           id="path4507"
           inkscape:connector-curvature="0" /><path
           d="m 411.89969,48.917204 -2.27,-2.72 2.13,-2.75 -0.91,0 -2.55,3.32 0,-5.24 -0.74,0 0,7.39 0.74,0 0,-1.13 0.86,-1.06 1.82,2.19 0.92,0"
           style="fill:#ffffff;stroke:none"
           id="path4509"
           inkscape:connector-curvature="0" /><path
           d="m 422.89414,46.197204 c 0,-1.629999 -1.25,-2.88 -2.88,-2.88 -0.93,0 -1.69,0.38 -2.15,1.07 l 0,-0.94 -0.74,0 0,7.39 0.74,0 0,-2.86 c 0.48,0.699999 1.22,1.07 2.13,1.07 1.63,0 2.9,-1.250002 2.9,-2.85 m -0.75,0 c 0,1.229998 -0.93,2.17 -2.15,2.17 -1.25,0 -2.18,-0.950002 -2.18,-2.21 0,-1.209999 0.96,-2.16 2.17,-2.16 1.23,0 2.16,0.940001 2.16,2.2"
           style="fill:#ffffff;stroke:none"
           id="path4511"
           inkscape:connector-curvature="0" /><path
           d="m 426.23055,44.047204 0,-0.73 c -0.79,0.04 -1.26,0.31 -1.55,0.91 l 0,-0.78 -0.74,0 0,5.47 0.74,0 0,-3.19 c 0,-1.019999 0.52,-1.58 1.55,-1.68"
           style="fill:#ffffff;stroke:none"
           id="path4513"
           inkscape:connector-curvature="0" /><path
           d="m 432.15539,46.197204 c 0,-1.669999 -1.2,-2.88 -2.84,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.6,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.26,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4515"
           inkscape:connector-curvature="0" /><path
           d="m 437.77445,43.447204 -0.75,0 -1.96,4.6 -1.92,-4.6 -0.75,0 2.3,5.47 0.78,0 2.3,-5.47"
           style="fill:#ffffff;stroke:none"
           id="path4517"
           inkscape:connector-curvature="0" /><path
           d="m 439.23133,48.917204 0,-5.47 -0.74,0 0,5.47 0.74,0 m 0,-6.07 0,-1.26 -0.74,0 0,1.26 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4519"
           inkscape:connector-curvature="0" /><path
           d="m 446.07352,48.917204 0,-7.39 -0.74,0 0,2.79 c -0.54,-0.65 -1.29001,-1 -2.15,-1 -1.65,0 -2.91,1.240001 -2.91,2.87 0,1.619998 1.29,2.86 2.98,2.86 0.90999,0 1.53,-0.330001 2.08,-1.12 l 0,0.99 0.74,0 m -0.71,-2.75 c 0,1.199998 -0.96001,2.2 -2.13,2.2 -1.25,0 -2.21,-0.960002 -2.21,-2.21 0,-1.199999 0.95,-2.16 2.14,-2.16 1.20999,0 2.2,0.970001 2.2,2.17"
           style="fill:#ffffff;stroke:none"
           id="path4521"
           inkscape:connector-curvature="0" /><path
           d="m 452.81898,46.427204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.58999,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27001,2.89 2.89,2.89 1.24,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.11999,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03001,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4523"
           inkscape:connector-curvature="0" /><path
           d="m 459.43289,48.917204 0,-7.39 -0.74,0 0,2.79 c -0.54,-0.65 -1.29,-1 -2.15,-1 -1.65,0 -2.91,1.240001 -2.91,2.87 0,1.619998 1.29,2.86 2.98,2.86 0.91,0 1.53,-0.330001 2.08,-1.12 l 0,0.99 0.74,0 m -0.71,-2.75 c 0,1.199998 -0.96,2.2 -2.13,2.2 -1.25,0 -2.21,-0.960002 -2.21,-2.21 0,-1.199999 0.95,-2.16 2.14,-2.16 1.21,0 2.2,0.970001 2.2,2.17"
           style="fill:#ffffff;stroke:none"
           id="path4525"
           inkscape:connector-curvature="0" /><path
           d="m 471.01328,46.177204 c 0,-1.609999 -1.26,-2.86 -2.88,-2.86 -0.92,0 -1.68,0.38 -2.15,1.07 l 0,-2.86 -0.74,0 0,7.39 0.74,0 0,-0.94 c 0.46,0.679999 1.24,1.07 2.14,1.07 1.65,0 2.89,-1.230002 2.89,-2.87 m -0.75,-0.02 c 0,1.259998 -0.93,2.21 -2.16,2.21 -1.2,0 -2.17,-1.000002 -2.17,-2.21 0,-1.209999 0.96,-2.16 2.18,-2.16 1.23,0 2.15,0.930001 2.15,2.16"
           style="fill:#ffffff;stroke:none"
           id="path4527"
           inkscape:connector-curvature="0" /><path
           d="m 476.44578,43.447204 -0.79,0 -1.85,4.36 -1.73,-4.36 -0.81,0 2.12,5.29 -0.89,2.1 0.79,0 3.16,-7.39"
           style="fill:#ffffff;stroke:none"
           id="path4529"
           inkscape:connector-curvature="0" /><path
           d="m 484.34227,44.117204 0,-0.67 -1.23,0 0,-1.92 -0.74,0 0,1.92 -1.18,0 0,0.67 1.18,0 0,4.8 0.74,0 0,-4.8 1.23,0"
           style="fill:#ffffff;stroke:none"
           id="path4531"
           inkscape:connector-curvature="0" /><path
           d="m 489.9407,48.917204 0,-2.94 c 0,-1.829999 -0.94,-2.66 -2.36,-2.66 -0.75,0 -1.37,0.3 -1.74,0.84 l 0,-2.63 -0.74,0 0,7.39 0.74,0 0,-3 c 0,-1.339999 0.72,-1.92 1.67,-1.92 1,0 1.69,0.620001 1.69,1.98 l 0,2.94 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4533"
           inkscape:connector-curvature="0" /><path
           d="m 496.67445,46.427204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27,2.89 2.89,2.89 1.24,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4535"
           inkscape:connector-curvature="0" /><path
           d="m 507.74328,46.197204 c 0,-1.669999 -1.2,-2.88 -2.84,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.6,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.26,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4537"
           inkscape:connector-curvature="0" /><path
           d="m 511.76625,47.347204 c 0,-0.67 -0.31,-1.130001 -0.95,-1.4 -0.83,-0.34 -0.87,-0.36 -1.03,-0.44 -0.34,-0.17 -0.5,-0.400001 -0.5,-0.72 0,-0.44 0.35,-0.79 0.79,-0.79 0.48,0 0.8,0.28 0.8,0.8 l 0.75,0 c 0,-0.88 -0.66,-1.48 -1.54,-1.48 -0.89,0 -1.55,0.65 -1.55,1.54 0,0.389999 0.14,0.73 0.41,0.98 0.22,0.209999 0.24,0.22 1.01,0.53 0.79,0.319999 1.06,0.5 1.06,1.05 0,0.549999 -0.39,0.95 -0.92,0.95 -0.61,0 -1.03,-0.390001 -1.03,-1.06 l -0.73,0 c 0,1.059999 0.71,1.74 1.76,1.74 0.98,0 1.67,-0.700001 1.67,-1.7"
           style="fill:#ffffff;stroke:none"
           id="path4539"
           inkscape:connector-curvature="0" /><path
           d="m 520.79297,48.917204 0,-3.25 c 0,-1.589999 -0.9,-2.36 -2.15,-2.36 -0.85,0 -1.44,0.33 -1.9,1.06 -0.43,-0.73 -0.97,-1.05 -1.79,-1.05 -0.69,0 -1.12,0.21 -1.54,0.76 l 0,-0.63 -0.74,0 0,5.47 0.74,0 0,-3.19 c 0,-1.089999 0.55,-1.73 1.47,-1.73 0.84,0 1.48,0.510001 1.48,1.73 l 0,3.19 0.74,0 0,-3.17 c 0,-1.239999 0.63,-1.76 1.5,-1.76 0.9,0 1.45,0.530001 1.45,1.76 l 0,3.17 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4541"
           inkscape:connector-curvature="0" /><path
           d="m 527.54797,46.197204 c 0,-1.669999 -1.2,-2.88 -2.84,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.6,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.26,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4543"
           inkscape:connector-curvature="0" /><path
           d="m 534.04094,47.307204 -0.84,0 c -0.57,0.759999 -1.1,1.06 -1.87,1.06 -1.23,0 -2.2,-0.970002 -2.2,-2.18 0,-1.229999 0.95,-2.19 2.17,-2.19 0.81,0 1.48,0.39 1.9,1.11 l 0.83,0 c -0.44,-1.099999 -1.49,-1.79 -2.72,-1.79 -1.64,0 -2.93,1.260001 -2.93,2.85 0,1.629998 1.3,2.88 2.98,2.88 1.13,0 2.02,-0.490002 2.68,-1.74"
           style="fill:#ffffff;stroke:none"
           id="path4545"
           inkscape:connector-curvature="0" /><path
           d="m 540.55578,46.197204 c 0,-1.669999 -1.2,-2.88 -2.84,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.6,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.26,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4547"
           inkscape:connector-curvature="0" /><path
           d="m 549.71875,48.917204 0,-3.25 c 0,-1.589999 -0.9,-2.36 -2.15,-2.36 -0.85,0 -1.44,0.33 -1.9,1.06 -0.43,-0.73 -0.97,-1.05 -1.79,-1.05 -0.69,0 -1.12,0.21 -1.54,0.76 l 0,-0.63 -0.74,0 0,5.47 0.74,0 0,-3.19 c 0,-1.089999 0.55,-1.73 1.47,-1.73 0.84,0 1.48,0.510001 1.48,1.73 l 0,3.19 0.74,0 0,-3.17 c 0,-1.239999 0.63,-1.76 1.5,-1.76 0.9,0 1.45,0.530001 1.45,1.76 l 0,3.17 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4549"
           inkscape:connector-curvature="0" /><path
           d="m 552.09375,48.917204 0,-1.26 -0.74,0 0,1.26 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4551"
           inkscape:connector-curvature="0" /><path
           d="m 559.24719,46.197204 c 0,-1.669999 -1.2,-2.88 -2.84,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.6,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.26,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4553"
           inkscape:connector-curvature="0" /><path
           d="m 562.58016,44.047204 0,-0.73 c -0.79,0.04 -1.26,0.31 -1.55,0.91 l 0,-0.78 -0.74,0 0,5.47 0.74,0 0,-3.19 c 0,-1.019999 0.52,-1.58 1.55,-1.68"
           style="fill:#ffffff;stroke:none"
           id="path4555"
           inkscape:connector-curvature="0" /><path
           d="m 568.57266,47.937204 0,-4.49 -0.74,0 0,0.97 c -0.55,-0.75 -1.22,-1.1 -2.14,-1.1 -1.6,0 -2.8,1.240001 -2.8,2.89 0,1.599998 1.25,2.84 2.85,2.84 0.98,0 1.66,-0.400001 2.09,-1.24 l 0,0.37 c 0,1.439998 -0.69001,2.21 -2.01,2.21 -0.92,0 -1.45,-0.310001 -2.01,-1.3 l -0.72,0 c 0.4,1.279998 1.37,1.98 2.75,1.98 0.95,0 1.75,-0.360001 2.22,-0.98 0.37,-0.5 0.51,-1.080001 0.51,-2.15 m -0.74,-1.82 c 0,1.279998 -0.9,2.25 -2.09,2.25 -1.2,0 -2.1,-0.950002 -2.1,-2.22 0,-1.249999 0.88,-2.15 2.09,-2.15 1.18,0 2.1,0.930001 2.1,2.12"
           style="fill:#ffffff;stroke:none"
           id="path4557"
           inkscape:connector-curvature="0" /><path
           d="m 580.15586,46.197204 c 0,-1.629999 -1.25,-2.88 -2.88,-2.88 -0.93,0 -1.69,0.38 -2.15,1.07 l 0,-0.94 -0.74,0 0,7.39 0.74,0 0,-2.86 c 0.48,0.699999 1.22,1.07 2.13,1.07 1.63,0 2.9,-1.250002 2.9,-2.85 m -0.75,0 c 0,1.229998 -0.93,2.17 -2.15,2.17 -1.25,0 -2.18,-0.950002 -2.18,-2.21 0,-1.209999 0.96,-2.16 2.17,-2.16 1.23,0 2.16,0.940001 2.16,2.2"
           style="fill:#ffffff;stroke:none"
           id="path4559"
           inkscape:connector-curvature="0" /><path
           d="m 583.49227,44.047204 0,-0.73 c -0.79,0.04 -1.26,0.31 -1.55,0.91 l 0,-0.78 -0.74,0 0,5.47 0.74,0 0,-3.19 c 0,-1.019999 0.52,-1.58 1.55,-1.68"
           style="fill:#ffffff;stroke:none"
           id="path4561"
           inkscape:connector-curvature="0" /><path
           d="m 589.41711,46.197204 c 0,-1.669999 -1.2,-2.88 -2.84,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.6,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.26,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4563"
           inkscape:connector-curvature="0" /><path
           d="m 591.23008,48.537204 0,-5.09 -0.74,0 0,5.09 c 0,1.139998 -0.28,1.54 -1.11,1.59 l 0,0.71 c 1.24,-0.05 1.85,-0.720002 1.85,-2.3 m 0,-5.69 0,-1.26 -0.74,0 0,1.26 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4565"
           inkscape:connector-curvature="0" /><path
           d="m 597.97133,46.427204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27,2.89 2.89,2.89 1.24,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4567"
           inkscape:connector-curvature="0" /><path
           d="m 604.44523,47.307204 -0.84,0 c -0.57,0.759999 -1.1,1.06 -1.87,1.06 -1.22999,0 -2.2,-0.970002 -2.2,-2.18 0,-1.229999 0.95001,-2.19 2.17,-2.19 0.81,0 1.48,0.39 1.9,1.11 l 0.83,0 c -0.44,-1.099999 -1.49,-1.79 -2.72,-1.79 -1.63999,0 -2.93,1.260001 -2.93,2.85 0,1.629998 1.30001,2.88 2.98,2.88 1.13,0 2.02001,-0.490002 2.68,-1.74"
           style="fill:#ffffff;stroke:none"
           id="path4569"
           inkscape:connector-curvature="0" /><path
           d="m 608.10008,44.117204 0,-0.67 -1.23,0 0,-1.92 -0.74,0 0,1.92 -1.18,0 0,0.67 1.18,0 0,4.8 0.74,0 0,-4.8 1.23,0"
           style="fill:#ffffff;stroke:none"
           id="path4571"
           inkscape:connector-curvature="0" /><path
           d="m 609.97852,48.917204 0,-1.26 -0.74,0 0,1.26 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4573"
           inkscape:connector-curvature="0" /><path
           d="m 620.10687,48.917204 0,-0.67 -3.06,0 0,-6.72 -0.74,0 0,7.39 3.8,0"
           style="fill:#ffffff;stroke:none"
           id="path4575"
           inkscape:connector-curvature="0" /><path
           d="m 626.30578,46.197204 c 0,-1.669999 -1.2,-2.88 -2.84,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.6,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.26,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4577"
           inkscape:connector-curvature="0" /><path
           d="m 632.84875,46.197204 c 0,-1.669999 -1.2,-2.88 -2.84,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.6,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.26,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4579"
           inkscape:connector-curvature="0" /><path
           d="m 638.23172,48.917204 -2.27,-2.72 2.13,-2.75 -0.91,0 -2.55,3.32 0,-5.24 -0.74,0 0,7.39 0.74,0 0,-1.13 0.86,-1.06 1.82,2.19 0.92,0"
           style="fill:#ffffff;stroke:none"
           id="path4581"
           inkscape:connector-curvature="0" /><path
           d="m 379.66125,58.697204 c 0,-1.669999 -1.2,-2.88 -2.84,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.6,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.26,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4583"
           inkscape:connector-curvature="0" /><path
           d="m 385.52422,61.417204 0,-5.47 -0.74,0 0,2.81 c 0,1.489998 -0.7,2.11 -1.7,2.11 -1.06,0 -1.64,-0.580002 -1.64,-1.97 l 0,-2.95 -0.74,0 0,2.95 c 0,1.909998 0.93,2.65 2.32,2.65 0.85,0 1.39,-0.300001 1.76,-0.98 l 0,0.85 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4585"
           inkscape:connector-curvature="0" /><path
           d="m 389.41844,56.617204 0,-0.67 -1.23,0 0,-1.92 -0.74,0 0,1.92 -1.18,0 0,0.67 1.18,0 0,4.8 0.74,0 0,-4.8 1.23,0"
           style="fill:#ffffff;stroke:none"
           id="path4587"
           inkscape:connector-curvature="0" /><path
           d="m 395.43031,56.617204 0,-0.67 -1.36,0 c -0.01,-0.909999 0.35,-1.25 1.36,-1.25 l 0,-0.67 c -1.41,0 -2.12,0.650001 -2.1,1.92 l -0.85,0 0,0.67 0.85,0 0,4.8 0.74,0 0,-4.8 1.36,0"
           style="fill:#ffffff;stroke:none"
           id="path4589"
           inkscape:connector-curvature="0" /><path
           d="m 401.39953,58.697204 c 0,-1.669999 -1.2,-2.88 -2.84,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.6,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.26,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4591"
           inkscape:connector-curvature="0" /><path
           d="m 404.7325,56.547204 0,-0.73 c -0.79,0.04 -1.26,0.31 -1.55,0.91 l 0,-0.78 -0.74,0 0,5.47 0.74,0 0,-3.19 c 0,-1.019999 0.52,-1.58 1.55,-1.68"
           style="fill:#ffffff;stroke:none"
           id="path4593"
           inkscape:connector-curvature="0" /><path
           d="m 410.86375,56.617204 0,-0.67 -1.23,0 0,-1.92 -0.74,0 0,1.92 -1.18,0 0,0.67 1.18,0 0,4.8 0.74,0 0,-4.8 1.23,0"
           style="fill:#ffffff;stroke:none"
           id="path4595"
           inkscape:connector-curvature="0" /><path
           d="m 416.46219,61.417204 0,-2.94 c 0,-1.829999 -0.94,-2.66 -2.36,-2.66 -0.75,0 -1.37,0.3 -1.74,0.84 l 0,-2.63 -0.74,0 0,7.39 0.74,0 0,-3 c 0,-1.339999 0.72,-1.92 1.67,-1.92 1,0 1.69,0.620001 1.69,1.98 l 0,2.94 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4597"
           inkscape:connector-curvature="0" /><path
           d="m 423.19594,58.927204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27,2.89 2.89,2.89 1.24,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4599"
           inkscape:connector-curvature="0" /><path
           d="m 431.83328,61.417204 0,-2.87 c 0,-1.919998 -0.97,-2.73 -2.34,-2.73 -0.72,0 -1.3,0.28 -1.76,0.84 l 0,-0.71 -0.74,0 0,5.47 0.74,0 0,-3.01 c 0,-1.339999 0.68,-1.91 1.67,-1.91 1.01,0 1.69,0.560001 1.69,2.05 l 0,2.87 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4601"
           inkscape:connector-curvature="0" /><path
           d="m 438.56703,58.927204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27,2.89 2.89,2.89 1.24,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4603"
           inkscape:connector-curvature="0" /><path
           d="m 441.97703,56.617204 0,-0.67 -1.23,0 0,-1.92 -0.74,0 0,1.92 -1.18,0 0,0.67 1.18,0 0,4.8 0.74,0 0,-4.8 1.23,0"
           style="fill:#ffffff;stroke:none"
           id="path4605"
           inkscape:connector-curvature="0" /><path
           d="m 450.34547,55.947204 -0.72,0 -1.78,4.58 -1.29,-3.91 -0.61,0 -1.29,3.91 -1.74,-4.58 -0.74,0 2.09,5.47 0.8,0 1.18,-3.63 1.19,3.63 0.79,0 2.12,-5.47"
           style="fill:#ffffff;stroke:none"
           id="path4607"
           inkscape:connector-curvature="0" /><path
           d="m 456.34094,58.697204 c 0,-1.669999 -1.2,-2.88 -2.84,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.6,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.26,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4609"
           inkscape:connector-curvature="0" /><path
           d="m 459.67391,56.547204 0,-0.73 c -0.79,0.04 -1.26,0.31 -1.55,0.91 l 0,-0.78 -0.74,0 0,5.47 0.74,0 0,-3.19 c 0,-1.019999 0.52,-1.58 1.55,-1.68"
           style="fill:#ffffff;stroke:none"
           id="path4611"
           inkscape:connector-curvature="0" /><path
           d="m 464.73172,61.417204 -2.27,-2.72 2.13,-2.75 -0.91,0 -2.55,3.32 0,-5.24 -0.74,0 0,7.39 0.74,0 0,-1.13 0.86,-1.06 1.82,2.19 0.92,0"
           style="fill:#ffffff;stroke:none"
           id="path4613"
           inkscape:connector-curvature="0" /><path
           d="m 472.61469,56.147204 c 0,-1.299999 -0.98,-2.25 -2.33,-2.25 -1.42,0 -2.34,0.950001 -2.34,2.52 l 0.73,0 c 0,-1.209999 0.63,-1.85 1.6,-1.85 0.93,0 1.6,0.65 1.6,1.54 0,0.819999 -0.6,1.38 -1.4,2.14 l -2.59,2.5 0,0.67 4.69,0 0,-0.67 -3.69,0 2.37,-2.27 c 1.04,-0.989999 1.36,-1.540001 1.36,-2.33"
           style="fill:#ffffff;stroke:none"
           id="path4615"
           inkscape:connector-curvature="0" /><path
           d="m 478.39156,58.927204 c 0,-1.419999 -1.04,-2.54 -2.35,-2.54 -0.31,0 -0.54,0.06 -0.87,0.21 l 1.74,-2.57 -0.85,0 -1.83,2.72 c -0.71,1.049999 -0.88,1.51 -0.88,2.23 0,1.469998 1.09,2.57 2.55,2.57 1.44,0 2.49,-1.110002 2.49,-2.62 m -0.74,0.03 c 0,1.109998 -0.74,1.92 -1.75,1.92 -1.04,0 -1.81,-0.820002 -1.81,-1.94 0,-1.059999 0.78,-1.88 1.79,-1.88 1.03,0 1.77,0.800001 1.77,1.9"
           style="fill:#ffffff;stroke:none"
           id="path4617"
           inkscape:connector-curvature="0" /><path
           d="m 483.70844,56.147204 c 0,-1.299999 -0.98,-2.25 -2.33,-2.25 -1.42,0 -2.34,0.950001 -2.34,2.52 l 0.73,0 c 0,-1.209999 0.63,-1.85 1.6,-1.85 0.93,0 1.6,0.65 1.6,1.54 0,0.819999 -0.6,1.38 -1.4,2.14 l -2.59,2.5 0,0.67 4.69,0 0,-0.67 -3.69,0 2.37,-2.27 c 1.04,-0.989999 1.36,-1.540001 1.36,-2.33"
           style="fill:#ffffff;stroke:none"
           id="path4619"
           inkscape:connector-curvature="0" /><path
           d="m 490.31875,62.667204 0,-0.65 c -1.36,-0.84 -2.04,-2.290002 -2.04,-3.69 0,-1.329999 0.7,-2.860001 2.04,-3.67 l 0,-0.63 c -1.72,0.589999 -2.78,2.530001 -2.78,4.3 0,1.839998 1.18,3.75 2.78,4.34"
           style="fill:#ffffff;stroke:none"
           id="path4621"
           inkscape:connector-curvature="0" /><path
           d="m 499.09016,61.417204 0,-7.39 -1.15,0 -2.68,6.29 -2.69,-6.29 -1.15,0 0,7.39 0.74,0 0,-6.58 2.77,6.58 0.64,0 2.78,-6.58 0,6.58 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4623"
           inkscape:connector-curvature="0" /><path
           d="m 507.55937,59.477204 -0.82,0 c -0.77999,0.979999 -1.49,1.39 -2.57,1.39 -1.70999,0 -3.12,-1.420002 -3.12,-3.15 0,-1.779999 1.35001,-3.14 3.11,-3.14 1.04,0 1.91001,0.380001 2.54,1.37 l 0.83001,0 c -0.57,-1.269999 -1.87001,-2.05 -3.40001,-2.05 -2.19999,0 -3.83,1.640002 -3.83,3.85 0,2.159997 1.67001,3.8 3.88,3.8 1.5,0 2.64001,-0.700002 3.38,-2.07"
           style="fill:#ffffff;stroke:none"
           id="path4625"
           inkscape:connector-curvature="0" /><path
           d="m 515.68438,59.477204 -0.82001,0 c -0.77999,0.979999 -1.49,1.39 -2.57,1.39 -1.70999,0 -3.12,-1.420002 -3.12,-3.15 0,-1.779999 1.35001,-3.14 3.11,-3.14 1.04,0 1.91001,0.380001 2.54001,1.37 l 0.82999,0 c -0.56999,-1.269999 -1.87,-2.05 -3.4,-2.05 -2.19999,0 -3.83,1.640002 -3.83,3.85 0,2.159997 1.67001,3.8 3.88001,3.8 1.49999,0 2.64,-0.700002 3.38,-2.07"
           style="fill:#ffffff;stroke:none"
           id="path4627"
           inkscape:connector-curvature="0" /><path
           d="m 519.22937,58.367204 c 0,-1.829999 -1.19,-3.770001 -2.77999,-4.34 l 0,0.65 c 1.34999,0.809999 2.03999,2.300001 2.03999,3.68 0,1.309998 -0.68,2.88 -2.03999,3.67 l 0,0.64 c 1.71999,-0.59 2.77999,-2.540002 2.77999,-4.3"
           style="fill:#ffffff;stroke:none"
           id="path4629"
           inkscape:connector-curvature="0" /><path
           d="m 527.84422,60.067204 0,-0.67 -0.68,0 0,-5.37 -0.87,0 -3.6,5.37 0,0.67 3.74,0 0,1.35 0.73,0 0,-1.35 0.68,0 m -1.41,-0.67 -2.89,0 2.89,-4.35 0,4.35"
           style="fill:#ffffff;stroke:none"
           id="path4631"
           inkscape:connector-curvature="0" /><path
           d="m 533.18109,56.147204 c 0,-1.299999 -0.98,-2.25 -2.33,-2.25 -1.41999,0 -2.34,0.950001 -2.34,2.52 l 0.73,0 c 0,-1.209999 0.63,-1.85 1.6,-1.85 0.93,0 1.6,0.65 1.6,1.54 0,0.819999 -0.6,1.38 -1.4,2.14 l -2.59,2.5 0,0.67 4.69,0 0,-0.67 -3.69,0 2.37,-2.27 c 1.04,-0.989999 1.36,-1.540001 1.36,-2.33"
           style="fill:#ffffff;stroke:none"
           id="path4633"
           inkscape:connector-curvature="0" /><path
           d="m 539.79141,62.667204 0,-0.65 c -1.36,-0.84 -2.04,-2.290002 -2.04,-3.69 0,-1.329999 0.7,-2.860001 2.04,-3.67 l 0,-0.63 c -1.72,0.589999 -2.78,2.530001 -2.78,4.3 0,1.839998 1.18,3.75 2.78,4.34"
           style="fill:#ffffff;stroke:none"
           id="path4635"
           inkscape:connector-curvature="0" /><path
           d="m 548.56281,61.417204 0,-7.39 -1.15,0 -2.68,6.29 -2.69,-6.29 -1.15,0 0,7.39 0.74,0 0,-6.58 2.77,6.58 0.64,0 2.78,-6.58 0,6.58 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4637"
           inkscape:connector-curvature="0" /><path
           d="m 555.97203,61.417204 0,-7.39 -0.74,0 0,6.13 -4.14,-6.13 -1,0 0,7.39 0.74,0 0,-6.5 4.4,6.5 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4639"
           inkscape:connector-curvature="0" /><path
           d="m 564.53203,59.477204 -0.82,0 c -0.78,0.979999 -1.49,1.39 -2.57,1.39 -1.71,0 -3.12,-1.420002 -3.12,-3.15 0,-1.779999 1.35,-3.14 3.11,-3.14 1.04,0 1.91,0.380001 2.54,1.37 l 0.83,0 c -0.57,-1.269999 -1.87,-2.05 -3.4,-2.05 -2.2,0 -3.83,1.640002 -3.83,3.85 0,2.159997 1.67,3.8 3.88,3.8 1.5,0 2.64,-0.700002 3.38,-2.07"
           style="fill:#ffffff;stroke:none"
           id="path4641"
           inkscape:connector-curvature="0" /><path
           d="m 568.07703,58.367204 c 0,-1.829999 -1.19,-3.770001 -2.78,-4.34 l 0,0.65 c 1.35,0.809999 2.04,2.300001 2.04,3.68 0,1.309998 -0.68,2.88 -2.04,3.67 l 0,0.64 c 1.72,-0.59 2.78,-2.540002 2.78,-4.3"
           style="fill:#ffffff;stroke:none"
           id="path4643"
           inkscape:connector-curvature="0" /><path
           d="m 570.39844,61.417204 0,-1.26 -0.74,0 0,1.26 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4645"
           inkscape:connector-curvature="0" /></g><g
         transform="translate(0,146.27992)"
         style="font-size:10px;font-style:normal;font-weight:normal;text-align:justify;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:Sans"
         id="flowRoot3970"><path
           d="m 379.60125,36.417204 0,-7.39 -0.74,0 0,3.25 -3.83,0 0,-3.25 -0.74,0 0,7.39 0.74,0 0,-3.47 3.83,0 0,3.47 0.74,0"
           style="fill:#ffffff;stroke:#ffffff;stroke-width:0.5;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4648"
           inkscape:connector-curvature="0" /><path
           d="m 386.47719,33.927204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27,2.89 2.89,2.89 1.24,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:#ffffff;stroke-width:0.5;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4650"
           inkscape:connector-curvature="0" /><path
           d="m 388.24109,36.417204 0,-7.39 -0.74,0 0,7.39 0.74,0"
           style="fill:#ffffff;stroke:#ffffff;stroke-width:0.5;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4652"
           inkscape:connector-curvature="0" /><path
           d="m 395.26328,33.697204 c 0,-1.629999 -1.25,-2.88 -2.88,-2.88 -0.93,0 -1.69,0.38 -2.15,1.07 l 0,-0.94 -0.74,0 0,7.39 0.74,0 0,-2.86 c 0.48,0.699999 1.22,1.07 2.13,1.07 1.63,0 2.9,-1.250002 2.9,-2.85 m -0.75,0 c 0,1.229998 -0.93,2.17 -2.15,2.17 -1.25,0 -2.18,-0.950002 -2.18,-2.21 0,-1.209999 0.96,-2.16 2.17,-2.16 1.23,0 2.16,0.940001 2.16,2.2"
           style="fill:#ffffff;stroke:#ffffff;stroke-width:0.5;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4654"
           inkscape:connector-curvature="0" /><path
           d="m 397.42969,36.417204 0,-1.26 -0.74,0 0,1.26 0.74,0 m 0,-3.81 0,-1.26 -0.74,0 0,1.26 0.74,0"
           style="fill:#ffffff;stroke:#ffffff;stroke-width:0.5;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4656"
           inkscape:connector-curvature="0" /><path
           d="m 405.97092,36.417204 0,-7.39 -0.74,0 0,7.39 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4658"
           inkscape:connector-curvature="0" /><path
           d="m 412.20655,36.417204 0,-2.87 c 0,-1.919998 -0.97001,-2.73 -2.34,-2.73 -0.72,0 -1.3,0.28 -1.76,0.84 l 0,-0.71 -0.74,0 0,5.47 0.74,0 0,-3.01 c 0,-1.339999 0.68,-1.91 1.67,-1.91 1.00999,0 1.69,0.560001 1.69,2.05 l 0,2.87 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4660"
           inkscape:connector-curvature="0" /><path
           d="m 424.92809,34.807204 -0.84,0 c -0.57,0.759999 -1.1,1.06 -1.87,1.06 -1.23,0 -2.2,-0.970002 -2.2,-2.18 0,-1.229999 0.95,-2.19 2.17,-2.19 0.81,0 1.48,0.39 1.9,1.11 l 0.83,0 c -0.44,-1.099999 -1.49,-1.79 -2.72,-1.79 -1.64,0 -2.93,1.260001 -2.93,2.85 0,1.629998 1.3,2.88 2.98,2.88 1.13,0 2.02,-0.490002 2.68,-1.74"
           style="fill:#ffffff;stroke:none"
           id="path4662"
           inkscape:connector-curvature="0" /><path
           d="m 431.51293,36.417204 0,-5.47 -0.74,0 0,0.97 c -0.53999,-0.76 -1.21,-1.1 -2.16,-1.1 -1.63999,0 -2.88,1.240001 -2.88,2.88 0,1.629998 1.25001,2.85 2.93,2.85 0.93,0 1.53001,-0.310001 2.11,-1.09 l 0,0.96 0.74,0 m -0.74,-2.76 c 0,1.239998 -0.92,2.21 -2.1,2.21 -1.23999,0 -2.19,-0.970002 -2.19,-2.22 0,-1.189999 0.96001,-2.15 2.15,-2.15 1.2,0 2.14,0.940001 2.14,2.16"
           style="fill:#ffffff;stroke:none"
           id="path4664"
           inkscape:connector-curvature="0" /><path
           d="m 435.75887,34.847204 c 0,-0.67 -0.31,-1.130001 -0.95,-1.4 -0.83,-0.34 -0.87,-0.36 -1.03,-0.44 -0.34,-0.17 -0.5,-0.400001 -0.5,-0.72 0,-0.44 0.35,-0.79 0.79,-0.79 0.48,0 0.8,0.28 0.8,0.8 l 0.75,0 c 0,-0.88 -0.66,-1.48 -1.54,-1.48 -0.89,0 -1.55,0.65 -1.55,1.54 0,0.389999 0.14,0.73 0.41,0.98 0.22,0.209999 0.24,0.22 1.01,0.53 0.79,0.319999 1.06,0.5 1.06,1.05 0,0.549999 -0.39,0.95 -0.92,0.95 -0.61,0 -1.03,-0.390001 -1.03,-1.06 l -0.73,0 c 0,1.059999 0.71,1.74 1.76,1.74 0.98,0 1.67,-0.700001 1.67,-1.7"
           style="fill:#ffffff;stroke:none"
           id="path4666"
           inkscape:connector-curvature="0" /><path
           d="m 442.14559,33.927204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27,2.89 2.89,2.89 1.24,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4668"
           inkscape:connector-curvature="0" /><path
           d="m 454.68729,33.697204 c 0,-1.669999 -1.2,-2.88 -2.84,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.6,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.26,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4670"
           inkscape:connector-curvature="0" /><path
           d="m 458.21026,31.617204 0,-0.67 -1.36,0 c -0.01,-0.909999 0.35,-1.25 1.36,-1.25 l 0,-0.67 c -1.41,0 -2.12,0.650001 -2.1,1.92 l -0.85,0 0,0.67 0.85,0 0,4.8 0.74,0 0,-4.8 1.36,0"
           style="fill:#ffffff;stroke:none"
           id="path4672"
           inkscape:connector-curvature="0" /><path
           d="m 469.71259,36.417204 0,-5.47 -0.74,0 0,2.81 c 0,1.489998 -0.7,2.11 -1.7,2.11 -1.06,0 -1.64,-0.580002 -1.64,-1.97 l 0,-2.95 -0.74,0 0,2.95 c 0,1.909998 0.93,2.65 2.32,2.65 0.85,0 1.39,-0.300001 1.76,-0.98 l 0,0.85 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4674"
           inkscape:connector-curvature="0" /><path
           d="m 475.80681,36.417204 0,-2.87 c 0,-1.919998 -0.97,-2.73 -2.34,-2.73 -0.72,0 -1.3,0.28 -1.76,0.84 l 0,-0.71 -0.74,0 0,5.47 0.74,0 0,-3.01 c 0,-1.339999 0.68,-1.91 1.67,-1.91 1.01,0 1.69,0.560001 1.69,2.05 l 0,2.87 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4676"
           inkscape:connector-curvature="0" /><path
           d="m 482.54056,33.927204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27,2.89 2.89,2.89 1.24,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4678"
           inkscape:connector-curvature="0" /><path
           d="m 487.45915,36.417204 -1.91,-2.79 1.91,-2.68 -0.85,0 -1.47,2.11 -1.48,-2.11 -0.84,0 1.9,2.68 -1.9,2.79 0.84,0 1.48,-2.19 1.47,2.19 0.85,0"
           style="fill:#ffffff;stroke:none"
           id="path4680"
           inkscape:connector-curvature="0" /><path
           d="m 493.94384,33.697204 c 0,-1.629999 -1.25,-2.88 -2.88,-2.88 -0.93,0 -1.69,0.38 -2.15,1.07 l 0,-0.94 -0.74,0 0,7.39 0.74,0 0,-2.86 c 0.48,0.699999 1.22,1.07 2.13,1.07 1.63,0 2.9,-1.250002 2.9,-2.85 m -0.75,0 c 0,1.229998 -0.93,2.17 -2.15,2.17 -1.25,0 -2.18,-0.950002 -2.18,-2.21 0,-1.209999 0.96,-2.16 2.17,-2.16 1.23,0 2.16,0.940001 2.16,2.2"
           style="fill:#ffffff;stroke:none"
           id="path4682"
           inkscape:connector-curvature="0" /><path
           d="m 500.47024,33.927204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.58999,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27001,2.89 2.89,2.89 1.24,0 2.31001,-0.890001 2.66,-1.93 l -0.77,0 c -0.30999,0.749999 -1.08,1.25 -1.91,1.25 -1.11999,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03001,-1.76 2.07,-1.76 1.06,0 1.87001,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4684"
           inkscape:connector-curvature="0" /><path
           d="m 506.94415,34.807204 -0.84,0 c -0.57,0.759999 -1.1,1.06 -1.87,1.06 -1.23,0 -2.2,-0.970002 -2.2,-2.18 0,-1.229999 0.95,-2.19 2.17,-2.19 0.81,0 1.48,0.39 1.9,1.11 l 0.83,0 c -0.44,-1.099999 -1.49,-1.79 -2.72,-1.79 -1.64,0 -2.93,1.260001 -2.93,2.85 0,1.629998 1.3,2.88 2.98,2.88 1.13,0 2.02,-0.490002 2.68,-1.74"
           style="fill:#ffffff;stroke:none"
           id="path4686"
           inkscape:connector-curvature="0" /><path
           d="m 510.59899,31.617204 0,-0.67 -1.23,0 0,-1.92 -0.74,0 0,1.92 -1.18,0 0,0.67 1.18,0 0,4.8 0.74,0 0,-4.8 1.23,0"
           style="fill:#ffffff;stroke:none"
           id="path4688"
           inkscape:connector-curvature="0" /><path
           d="m 516.58353,33.927204 c 0,-1.939998 -1.23001,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27,2.89 2.89,2.89 1.23999,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.05999,0 1.87,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4690"
           inkscape:connector-curvature="0" /><path
           d="m 523.19743,36.417204 0,-7.39 -0.74,0 0,2.79 c -0.54,-0.65 -1.29,-1 -2.15,-1 -1.65,0 -2.91,1.240001 -2.91,2.87 0,1.619998 1.29,2.86 2.98,2.86 0.91,0 1.53,-0.330001 2.08,-1.12 l 0,0.99 0.74,0 m -0.71,-2.75 c 0,1.199998 -0.96,2.2 -2.13,2.2 -1.25,0 -2.21,-0.960002 -2.21,-2.21 0,-1.199999 0.95,-2.16 2.14,-2.16 1.21,0 2.2,0.970001 2.2,2.17"
           style="fill:#ffffff;stroke:none"
           id="path4692"
           inkscape:connector-curvature="0" /><path
           d="m 536.25069,33.697204 c 0,-1.629999 -1.25,-2.88 -2.88,-2.88 -0.93,0 -1.69,0.38 -2.15,1.07 l 0,-0.94 -0.74,0 0,7.39 0.74,0 0,-2.86 c 0.48,0.699999 1.22,1.07 2.13,1.07 1.63,0 2.9,-1.250002 2.9,-2.85 m -0.75,0 c 0,1.229998 -0.93,2.17 -2.15,2.17 -1.25,0 -2.18,-0.950002 -2.18,-2.21 0,-1.209999 0.96,-2.16 2.17,-2.16 1.23,0 2.16,0.940001 2.16,2.2"
           style="fill:#ffffff;stroke:none"
           id="path4694"
           inkscape:connector-curvature="0" /><path
           d="m 539.5871,31.547204 0,-0.73 c -0.79,0.04 -1.26,0.31 -1.55,0.91 l 0,-0.78 -0.74,0 0,5.47 0.74,0 0,-3.19 c 0,-1.019999 0.52,-1.58 1.55,-1.68"
           style="fill:#ffffff;stroke:none"
           id="path4696"
           inkscape:connector-curvature="0" /><path
           d="m 545.51194,33.697204 c 0,-1.669999 -1.2,-2.88 -2.84,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.6,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.26,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4698"
           inkscape:connector-curvature="0" /><path
           d="m 552.32491,33.677204 c 0,-1.609999 -1.26,-2.86 -2.88,-2.86 -0.92,0 -1.68,0.38 -2.15,1.07 l 0,-2.86 -0.74,0 0,7.39 0.74,0 0,-0.94 c 0.46,0.679999 1.24,1.07 2.14,1.07 1.65,0 2.89,-1.230002 2.89,-2.87 m -0.75,-0.02 c 0,1.259998 -0.93,2.21 -2.16,2.21 -1.2,0 -2.17,-1.000002 -2.17,-2.21 0,-1.209999 0.96,-2.16 2.18,-2.16 1.23,0 2.15,0.930001 2.15,2.16"
           style="fill:#ffffff;stroke:none"
           id="path4700"
           inkscape:connector-curvature="0" /><path
           d="m 554.11132,36.417204 0,-7.39 -0.74,0 0,7.39 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4702"
           inkscape:connector-curvature="0" /><path
           d="m 560.84351,33.927204 c 0,-1.939998 -1.23001,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27,2.89 2.89,2.89 1.23999,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08001,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.05999,0 1.87,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4704"
           inkscape:connector-curvature="0" /><path
           d="m 569.98741,36.417204 0,-3.25 c 0,-1.589999 -0.9,-2.36 -2.15,-2.36 -0.85,0 -1.44,0.33 -1.9,1.06 -0.43,-0.73 -0.97,-1.05 -1.79,-1.05 -0.69,0 -1.12,0.21 -1.54,0.76 l 0,-0.63 -0.74,0 0,5.47 0.74,0 0,-3.19 c 0,-1.089999 0.55,-1.73 1.47,-1.73 0.84,0 1.48,0.510001 1.48,1.73 l 0,3.19 0.74,0 0,-3.17 c 0,-1.239999 0.63,-1.76 1.5,-1.76 0.9,0 1.45,0.530001 1.45,1.76 l 0,3.17 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4706"
           inkscape:connector-curvature="0" /><path
           d="m 574.22241,34.847204 c 0,-0.67 -0.31,-1.130001 -0.95,-1.4 -0.83,-0.34 -0.87,-0.36 -1.03,-0.44 -0.34,-0.17 -0.5,-0.400001 -0.5,-0.72 0,-0.44 0.35,-0.79 0.79,-0.79 0.48,0 0.8,0.28 0.8,0.8 l 0.75,0 c 0,-0.88 -0.66,-1.48 -1.54,-1.48 -0.89,0 -1.55,0.65 -1.55,1.54 0,0.389999 0.14,0.73 0.41,0.98 0.22,0.209999 0.24,0.22 1.01,0.53 0.79,0.319999 1.06,0.5 1.06,1.05 0,0.549999 -0.39,0.95 -0.92,0.95 -0.61,0 -1.03,-0.390001 -1.03,-1.06 l -0.73,0 c 0,1.059999 0.71,1.74 1.76,1.74 0.98,0 1.67,-0.700001 1.67,-1.7"
           style="fill:#ffffff;stroke:none"
           id="path4708"
           inkscape:connector-curvature="0" /><path
           d="m 586.64692,33.697204 c 0,-1.669999 -1.2,-2.88 -2.84,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.6,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.26,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4710"
           inkscape:connector-curvature="0" /><path
           d="m 589.97989,31.547204 0,-0.73 c -0.79,0.04 -1.26,0.31 -1.55,0.91 l 0,-0.78 -0.74,0 0,5.47 0.74,0 0,-3.19 c 0,-1.019999 0.52,-1.58 1.55,-1.68"
           style="fill:#ffffff;stroke:none"
           id="path4712"
           inkscape:connector-curvature="0" /><path
           d="m 597.48551,36.037204 0,-5.09 -0.74,0 0,5.09 c 0,1.139998 -0.28,1.54 -1.11,1.59 l 0,0.71 c 1.24,-0.05 1.85,-0.720002 1.85,-2.3 m 0,-5.69 0,-1.26 -0.74,0 0,1.26 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4714"
           inkscape:connector-curvature="0" /><path
           d="m 603.56676,36.417204 0,-5.47 -0.74,0 0,2.81 c 0,1.489998 -0.7,2.11 -1.7,2.11 -1.06,0 -1.64,-0.580002 -1.64,-1.97 l 0,-2.95 -0.74,0 0,2.95 c 0,1.909998 0.93,2.65 2.32,2.65 0.85,0 1.39,-0.300001 1.76,-0.98 l 0,0.85 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4716"
           inkscape:connector-curvature="0" /><path
           d="m 607.80098,34.847204 c 0,-0.67 -0.31,-1.130001 -0.95,-1.4 -0.83,-0.34 -0.87,-0.36 -1.03,-0.44 -0.34,-0.17 -0.5,-0.400001 -0.5,-0.72 0,-0.44 0.35,-0.79 0.79,-0.79 0.48,0 0.8,0.28 0.8,0.8 l 0.75,0 c 0,-0.88 -0.66,-1.48 -1.54,-1.48 -0.89,0 -1.55,0.65 -1.55,1.54 0,0.389999 0.14,0.73 0.41,0.98 0.22,0.209999 0.24,0.22 1.01,0.53 0.79,0.319999 1.06,0.5 1.06,1.05 0,0.549999 -0.39,0.95 -0.92,0.95 -0.61,0 -1.03,-0.390001 -1.03,-1.06 l -0.73,0 c 0,1.059999 0.71,1.74 1.76,1.74 0.98,0 1.67,-0.700001 1.67,-1.7"
           style="fill:#ffffff;stroke:none"
           id="path4718"
           inkscape:connector-curvature="0" /><path
           d="m 611.44535,31.617204 0,-0.67 -1.23,0 0,-1.92 -0.74,0 0,1.92 -1.18,0 0,0.67 1.18,0 0,4.8 0.74,0 0,-4.8 1.23,0"
           style="fill:#ffffff;stroke:none"
           id="path4720"
           inkscape:connector-curvature="0" /><path
           d="m 623.72158,33.697204 c 0,-1.669999 -1.2,-2.88 -2.84,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.6,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.26,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4722"
           inkscape:connector-curvature="0" /><path
           d="m 629.58455,36.417204 0,-5.47 -0.74,0 0,2.81 c 0,1.489998 -0.7,2.11 -1.7,2.11 -1.06,0 -1.64,-0.580002 -1.64,-1.97 l 0,-2.95 -0.74,0 0,2.95 c 0,1.909998 0.93,2.65 2.32,2.65 0.85,0 1.39,-0.300001 1.76,-0.98 l 0,0.85 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4724"
           inkscape:connector-curvature="0" /><path
           d="m 633.47877,31.617204 0,-0.67 -1.23,0 0,-1.92 -0.74,0 0,1.92 -1.18,0 0,0.67 1.18,0 0,4.8 0.74,0 0,-4.8 1.23,0"
           style="fill:#ffffff;stroke:none"
           id="path4726"
           inkscape:connector-curvature="0" /><path
           d="m 645.755,33.697204 c 0,-1.669999 -1.2,-2.88 -2.84,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.6,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.26,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4728"
           inkscape:connector-curvature="0" /><path
           d="m 649.27797,31.617204 0,-0.67 -1.36,0 c -0.01,-0.909999 0.35,-1.25 1.36,-1.25 l 0,-0.67 c -1.41,0 -2.12,0.650001 -2.1,1.92 l -0.85,0 0,0.67 0.85,0 0,4.8 0.74,0 0,-4.8 1.36,0"
           style="fill:#ffffff;stroke:none"
           id="path4730"
           inkscape:connector-curvature="0" /><path
           d="m 379.61125,47.307204 -0.84,0 c -0.57,0.759999 -1.1,1.06 -1.87,1.06 -1.23,0 -2.2,-0.970002 -2.2,-2.18 0,-1.229999 0.95,-2.19 2.17,-2.19 0.81,0 1.48,0.39 1.9,1.11 l 0.83,0 c -0.44,-1.099999 -1.49,-1.79 -2.72,-1.79 -1.64,0 -2.93,1.260001 -2.93,2.85 0,1.629998 1.3,2.88 2.98,2.88 1.13,0 2.02,-0.490002 2.68,-1.74"
           style="fill:#ffffff;stroke:none"
           id="path4732"
           inkscape:connector-curvature="0" /><path
           d="m 385.44609,48.917204 0,-5.47 -0.74,0 0,2.81 c 0,1.489998 -0.7,2.11 -1.7,2.11 -1.06,0 -1.64,-0.580002 -1.64,-1.97 l 0,-2.95 -0.74,0 0,2.95 c 0,1.909998 0.93001,2.65 2.32,2.65 0.85,0 1.39,-0.300001 1.76,-0.98 l 0,0.85 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4734"
           inkscape:connector-curvature="0" /><path
           d="m 388.99031,44.047204 0,-0.73 c -0.79,0.04 -1.26,0.31 -1.55,0.91 l 0,-0.78 -0.74,0 0,5.47 0.74,0 0,-3.19 c 0,-1.019999 0.52,-1.58 1.55,-1.68"
           style="fill:#ffffff;stroke:none"
           id="path4736"
           inkscape:connector-curvature="0" /><path
           d="m 390.44812,48.917204 0,-5.47 -0.74,0 0,5.47 0.74,0 m 0,-6.07 0,-1.26 -0.74,0 0,1.26 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4738"
           inkscape:connector-curvature="0" /><path
           d="m 397.20031,46.197204 c 0,-1.669999 -1.2,-2.88 -2.84,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.6,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.26,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4740"
           inkscape:connector-curvature="0" /><path
           d="m 401.22328,47.347204 c 0,-0.67 -0.31,-1.130001 -0.95,-1.4 -0.83,-0.34 -0.87,-0.36 -1.03,-0.44 -0.34,-0.17 -0.5,-0.400001 -0.5,-0.72 0,-0.44 0.35,-0.79 0.79,-0.79 0.48,0 0.8,0.28 0.8,0.8 l 0.75,0 c 0,-0.88 -0.66,-1.48 -1.54,-1.48 -0.89,0 -1.55,0.65 -1.55,1.54 0,0.389999 0.14,0.73 0.41,0.98 0.22,0.209999 0.24,0.22 1.01,0.53 0.79,0.319999 1.06,0.5 1.06,1.05 0,0.549999 -0.39,0.95 -0.92,0.95 -0.61,0 -1.03,-0.390001 -1.03,-1.06 l -0.73,0 c 0,1.059999 0.71,1.74 1.76,1.74 0.98,0 1.67,-0.700001 1.67,-1.7"
           style="fill:#ffffff;stroke:none"
           id="path4742"
           inkscape:connector-curvature="0" /><path
           d="m 402.87,48.917204 0,-5.47 -0.74,0 0,5.47 0.74,0 m 0,-6.07 0,-1.26 -0.74,0 0,1.26 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4744"
           inkscape:connector-curvature="0" /><path
           d="m 406.76219,44.117204 0,-0.67 -1.23,0 0,-1.92 -0.74,0 0,1.92 -1.18,0 0,0.67 1.18,0 0,4.8 0.74,0 0,-4.8 1.23,0"
           style="fill:#ffffff;stroke:none"
           id="path4746"
           inkscape:connector-curvature="0" /><path
           d="m 412.16062,43.447204 -0.78999,0 -1.85001,4.36 -1.73,-4.36 -0.81,0 2.12,5.29 -0.89,2.1 0.79001,0 3.15999,-7.39"
           style="fill:#ffffff;stroke:none"
           id="path4748"
           inkscape:connector-curvature="0" /><path
           d="m 413.87375,47.657204 -0.74,0 -0.88,1.93 0.74,0 0.88,-1.93"
           style="fill:#ffffff;stroke:none"
           id="path4750"
           inkscape:connector-curvature="0" /><path
           d="m 420.50063,47.347204 c 0,-0.67 -0.31001,-1.130001 -0.95,-1.4 -0.83,-0.34 -0.87001,-0.36 -1.03001,-0.44 -0.33999,-0.17 -0.5,-0.400001 -0.5,-0.72 0,-0.44 0.35001,-0.79 0.79001,-0.79 0.47999,0 0.8,0.28 0.8,0.8 l 0.75,0 c 0,-0.88 -0.66001,-1.48 -1.54001,-1.48 -0.88999,0 -1.55,0.65 -1.55,1.54 0,0.389999 0.14001,0.73 0.41001,0.98 0.21999,0.209999 0.24,0.22 1.00999,0.53 0.79,0.319999 1.06001,0.5 1.06001,1.05 0,0.549999 -0.39001,0.95 -0.92001,0.95 -0.60999,0 -1.02999,-0.390001 -1.02999,-1.06 l -0.73001,0 c 0,1.059999 0.71001,1.74 1.76,1.74 0.98,0 1.67001,-0.700001 1.67001,-1.7"
           style="fill:#ffffff;stroke:none"
           id="path4752"
           inkscape:connector-curvature="0" /><path
           d="m 429.01734,43.447204 -0.72,0 -1.78,4.58 -1.29,-3.91 -0.61,0 -1.29,3.91 -1.74,-4.58 -0.74,0 2.09,5.47 0.8,0 1.18,-3.63 1.19,3.63 0.79,0 2.12,-5.47"
           style="fill:#ffffff;stroke:none"
           id="path4754"
           inkscape:connector-curvature="0" /><path
           d="m 430.44812,48.917204 0,-5.47 -0.74,0 0,5.47 0.74,0 m 0,-6.07 0,-1.26 -0.74,0 0,1.26 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4756"
           inkscape:connector-curvature="0" /><path
           d="m 436.54031,48.917204 0,-2.87 c 0,-1.919998 -0.97,-2.73 -2.34,-2.73 -0.72,0 -1.3,0.28 -1.76,0.84 l 0,-0.71 -0.74,0 0,5.47 0.74,0 0,-3.01 c 0,-1.339999 0.68,-1.91 1.67,-1.91 1.01,0 1.69,0.560001 1.69,2.05 l 0,2.87 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4758"
           inkscape:connector-curvature="0" /><path
           d="m 443.26406,47.937204 0,-4.49 -0.74,0 0,0.97 c -0.55,-0.75 -1.22,-1.1 -2.14,-1.1 -1.6,0 -2.8,1.240001 -2.8,2.89 0,1.599998 1.25,2.84 2.85,2.84 0.98,0 1.66,-0.400001 2.09,-1.24 l 0,0.37 c 0,1.439998 -0.69,2.21 -2.01,2.21 -0.92,0 -1.45,-0.310001 -2.01,-1.3 l -0.72,0 c 0.4,1.279998 1.37,1.98 2.75,1.98 0.95,0 1.75,-0.360001 2.22,-0.98 0.37,-0.5 0.51,-1.080001 0.51,-2.15 m -0.74,-1.82 c 0,1.279998 -0.9,2.25 -2.09,2.25 -1.2,0 -2.1,-0.950002 -2.1,-2.22 0,-1.249999 0.88,-2.15 2.09,-2.15 1.18,0 2.1,0.930001 2.1,2.12"
           style="fill:#ffffff;stroke:none"
           id="path4760"
           inkscape:connector-curvature="0" /><path
           d="m 453.07578,46.177204 c 0,-1.609999 -1.26,-2.86 -2.88,-2.86 -0.92,0 -1.68,0.38 -2.15,1.07 l 0,-2.86 -0.74,0 0,7.39 0.74,0 0,-0.94 c 0.46,0.679999 1.24,1.07 2.14,1.07 1.65,0 2.89,-1.230002 2.89,-2.87 m -0.75,-0.02 c 0,1.259998 -0.93,2.21 -2.16,2.21 -1.2,0 -2.17,-1.000002 -2.17,-2.21 0,-1.209999 0.96,-2.16 2.18,-2.16 1.23,0 2.15,0.930001 2.15,2.16"
           style="fill:#ffffff;stroke:none"
           id="path4762"
           inkscape:connector-curvature="0" /><path
           d="m 458.50828,43.447204 -0.79,0 -1.85,4.36 -1.73,-4.36 -0.81,0 2.12,5.29 -0.89,2.1 0.79,0 3.16,-7.39"
           style="fill:#ffffff;stroke:none"
           id="path4764"
           inkscape:connector-curvature="0" /><path
           d="m 464.63328,44.117204 0,-0.67 -1.23,0 0,-1.92 -0.74,0 0,1.92 -1.18,0 0,0.67 1.18,0 0,4.8 0.74,0 0,-4.8 1.23,0"
           style="fill:#ffffff;stroke:none"
           id="path4766"
           inkscape:connector-curvature="0" /><path
           d="m 470.23172,48.917204 0,-2.94 c 0,-1.829999 -0.94,-2.66 -2.36,-2.66 -0.75,0 -1.37,0.3 -1.74,0.84 l 0,-2.63 -0.74,0 0,7.39 0.74,0 0,-3 c 0,-1.339999 0.72,-1.92 1.67,-1.92 1,0 1.69,0.620001 1.69,1.98 l 0,2.94 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4768"
           inkscape:connector-curvature="0" /><path
           d="m 476.96547,46.427204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27,2.89 2.89,2.89 1.24,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4770"
           inkscape:connector-curvature="0" /><path
           d="m 488.44281,45.507204 -5.02,0 0,0.67 4.13,0 c -0.27,1.169998 -1.53,2.19 -2.99,2.19 -1.81,0 -3.24,-1.380002 -3.24,-3.14 0,-1.779999 1.41,-3.15 3.23,-3.15 1.14,0 2.1,0.520001 2.61,1.42 l 0.83,0 c -0.49,-1.259999 -1.89,-2.1 -3.5,-2.1 -2.2,0 -3.92,1.670002 -3.92,3.81 0,2.159997 1.76,3.84 4.02,3.84 2.17,0 3.74,-1.680002 3.85,-3.54"
           style="fill:#ffffff;stroke:none"
           id="path4772"
           inkscape:connector-curvature="0" /><path
           d="m 493.60375,46.857204 c 0,-0.65 -0.27,-1.230001 -0.74,-1.58 -0.3,-0.22 -0.61,-0.360001 -1.37,-0.59 -0.67,-0.2 -0.9,-0.290001 -1.09,-0.46 -0.21,-0.18 -0.35,-0.520001 -0.35,-0.86 0,-0.74 0.54,-1.29 1.28,-1.29 0.75,0 1.32,0.52 1.32,1.32 l 0.77,0 c 0,-1.199999 -0.86,-2 -2.07,-2 -1.19,0 -2.05,0.840001 -2.05,1.99 0,0.509999 0.19,1 0.52,1.31 0.29,0.279999 0.52,0.39 1.38,0.65 1.27,0.389999 1.65,0.74 1.65,1.55 0,0.849999 -0.62,1.47 -1.46,1.47 -0.83,0 -1.43,-0.530001 -1.54,-1.52 l -0.79,0 c 0.07,1.329998 0.98,2.2 2.31,2.2 1.28,0 2.23,-0.930002 2.23,-2.19"
           style="fill:#ffffff;stroke:none"
           id="path4774"
           inkscape:connector-curvature="0" /><path
           d="m 502.25422,48.917204 0,-7.39 -1.15,0 -2.68,6.29 -2.69,-6.29 -1.15,0 0,7.39 0.74,0 0,-6.58 2.77,6.58 0.64,0 2.78,-6.58 0,6.58 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4776"
           inkscape:connector-curvature="0" /><path
           d="m 508.71688,44.047204 0,-0.73 c -0.79,0.04 -1.26001,0.31 -1.55001,0.91 l 0,-0.78 -0.74,0 0,5.47 0.74,0 0,-3.19 c 0,-1.019999 0.52001,-1.58 1.55001,-1.68"
           style="fill:#ffffff;stroke:none"
           id="path4778"
           inkscape:connector-curvature="0" /><path
           d="m 514.64172,46.197204 c 0,-1.669999 -1.2,-2.88 -2.84,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.6,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.26,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4780"
           inkscape:connector-curvature="0" /><path
           d="m 521.18469,46.197204 c 0,-1.669999 -1.2,-2.88 -2.84,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.6,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.26,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4782"
           inkscape:connector-curvature="0" /><path
           d="m 530.34766,48.917204 0,-3.25 c 0,-1.589999 -0.9,-2.36 -2.15,-2.36 -0.85,0 -1.44,0.33 -1.9,1.06 -0.43,-0.73 -0.97,-1.05 -1.79,-1.05 -0.69,0 -1.12,0.21 -1.54,0.76 l 0,-0.63 -0.74,0 0,5.47 0.74,0 0,-3.19 c 0,-1.089999 0.55,-1.73 1.47,-1.73 0.84,0 1.48,0.510001 1.48,1.73 l 0,3.19 0.74,0 0,-3.17 c 0,-1.239999 0.63,-1.76 1.5,-1.76 0.9,0 1.45,0.530001 1.45,1.76 l 0,3.17 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4784"
           inkscape:connector-curvature="0" /><path
           d="m 533.50266,47.657204 -0.74,0 -0.88,1.93 0.74,0 0.88,-1.93"
           style="fill:#ffffff;stroke:none"
           id="path4786"
           inkscape:connector-curvature="0" /><path
           d="m 541.98953,48.917204 0,-2.87 c 0,-1.919998 -0.97,-2.73 -2.34,-2.73 -0.72,0 -1.3,0.28 -1.76,0.84 l 0,-0.71 -0.74,0 0,5.47 0.74,0 0,-3.01 c 0,-1.339999 0.68,-1.91 1.67,-1.91 1.01,0 1.69,0.560001 1.69,2.05 l 0,2.87 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4788"
           inkscape:connector-curvature="0" /><path
           d="m 548.72328,46.427204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27,2.89 2.89,2.89 1.24,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4790"
           inkscape:connector-curvature="0" /><path
           d="m 553.64188,48.917204 -1.91001,-2.79 1.91001,-2.68 -0.85001,0 -1.47,2.11 -1.48,-2.11 -0.83999,0 1.9,2.68 -1.9,2.79 0.83999,0 1.48,-2.19 1.47,2.19 0.85001,0"
           style="fill:#ffffff;stroke:none"
           id="path4792"
           inkscape:connector-curvature="0" /><path
           d="m 556.99656,44.117204 0,-0.67 -1.23,0 0,-1.92 -0.74,0 0,1.92 -1.18,0 0,0.67 1.18,0 0,4.8 0.74,0 0,-4.8 1.23,0"
           style="fill:#ffffff;stroke:none"
           id="path4794"
           inkscape:connector-curvature="0" /><path
           d="m 563.16844,44.117204 0,-0.67 -1.23,0 0,-1.92 -0.74,0 0,1.92 -1.18,0 0,0.67 1.18,0 0,4.8 0.74,0 0,-4.8 1.23,0"
           style="fill:#ffffff;stroke:none"
           id="path4796"
           inkscape:connector-curvature="0" /><path
           d="m 569.17297,46.197204 c 0,-1.669999 -1.2,-2.88 -2.84,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.6,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.26,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="fill:#ffffff;stroke:none"
           id="path4798"
           inkscape:connector-curvature="0" /><path
           d="m 575.62937,44.117204 0,-0.67 -1.23,0 0,-1.92 -0.74,0 0,1.92 -1.18,0 0,0.67 1.18,0 0,4.8 0.74,0 0,-4.8 1.23,0"
           style="fill:#ffffff;stroke:none"
           id="path4800"
           inkscape:connector-curvature="0" /><path
           d="m 581.22781,48.917204 0,-2.94 c 0,-1.829999 -0.94,-2.66 -2.36,-2.66 -0.75,0 -1.37,0.3 -1.74,0.84 l 0,-2.63 -0.74,0 0,7.39 0.74,0 0,-3 c 0,-1.339999 0.72,-1.92 1.67,-1.92 1,0 1.69,0.620001 1.69,1.98 l 0,2.94 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4802"
           inkscape:connector-curvature="0" /><path
           d="m 587.96156,46.427204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27,2.89 2.89,2.89 1.24,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="fill:#ffffff;stroke:none"
           id="path4804"
           inkscape:connector-curvature="0" /><path
           d="m 596.77891,43.767204 c 0,-1.549999 -0.82001,-2.24 -2.85,-2.24 l -2.04,0 0,7.39 0.74,0 0,-2.99 1.42,0 c 2.00999,0 2.73,-0.760002 2.73,-2.16 m -0.75,0 c 0,1.069999 -0.56001,1.49 -2.03,1.49 l -1.37,0 0,-3.06 1.05,0 c 1.40999,0 2.35,0.07 2.35,1.57"
           style="fill:#ffffff;stroke:none"
           id="path4806"
           inkscape:connector-curvature="0" /><path
           d="m 605.29687,45.227204 c 0,-2.109998 -1.76,-3.83 -3.89999,-3.83 -2.12,0 -3.91,1.730002 -3.91,3.78 0,2.149997 1.74,3.87 3.91,3.87 2.13999,0 3.89999,-1.730002 3.89999,-3.82 m -0.75,0.01 c 0,1.709998 -1.43,3.13 -3.14999,3.13 -1.74,0 -3.16,-1.420002 -3.16,-3.17 0,-1.689999 1.45,-3.12 3.16,-3.12 1.71999,0 3.14999,1.430001 3.14999,3.16"
           style="fill:#ffffff;stroke:none"
           id="path4808"
           inkscape:connector-curvature="0" /><path
           d="m 613.43828,46.977204 -0.82,0 c -0.78,0.979999 -1.49,1.39 -2.57,1.39 -1.71,0 -3.12,-1.420002 -3.12,-3.15 0,-1.779999 1.35,-3.14 3.11,-3.14 1.04,0 1.91,0.380001 2.54,1.37 l 0.83,0 c -0.57,-1.269999 -1.87,-2.05 -3.4,-2.05 -2.2,0 -3.83,1.640002 -3.83,3.85 0,2.159997 1.67,3.8 3.88,3.8 1.5,0 2.64,-0.700002 3.38,-2.07"
           style="fill:#ffffff;stroke:none"
           id="path4810"
           inkscape:connector-curvature="0" /><path
           d="m 615.61328,48.917204 0,-1.26 -0.74,0 0,1.26 0.74,0"
           style="fill:#ffffff;stroke:none"
           id="path4812"
           inkscape:connector-curvature="0" /></g><g
         transform="translate(53.645537,127.5161)"
         style="font-size:10px;font-style:normal;font-weight:normal;text-align:justify;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:Sans"
         id="flowRoot4013"><path
           d="m 380.53125,32.747204 c 0,-1.389999 -0.58,-2.490001 -1.68,-3.14 -0.7,-0.42 -1.48,-0.58 -2.82,-0.58 l -1.74,0 0,7.39 1.99,0 c 2.89,0 4.25,-1.540003 4.25,-3.67 m -0.75,-0.03 c 0,0.969999 -0.38,1.82 -1.06,2.37 -0.59,0.469999 -1.35,0.66 -2.66,0.66 l -1.03,0 0,-6.05 1.03,0 c 1.12,0 1.82,0.14 2.38,0.48 0.85,0.509999 1.34,1.440001 1.34,2.54"
           style="font-variant:normal;font-stretch:normal;fill:#ffffff;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4815"
           inkscape:connector-curvature="0" /><path
           d="m 382.34266,36.417204 0,-5.47 -0.74,0 0,5.47 0.74,0 m 0,-6.07 0,-1.26 -0.74,0 0,1.26 0.74,0"
           style="font-variant:normal;font-stretch:normal;fill:#ffffff;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4817"
           inkscape:connector-curvature="0" /><path
           d="m 389.16484,36.417204 0,-5.47 -0.74,0 0,0.97 c -0.54,-0.76 -1.21,-1.1 -2.16,-1.1 -1.63999,0 -2.88,1.240001 -2.88,2.88 0,1.629998 1.25001,2.85 2.93,2.85 0.93,0 1.53,-0.310001 2.11,-1.09 l 0,0.96 0.74,0 m -0.74,-2.76 c 0,1.239998 -0.92,2.21 -2.1,2.21 -1.24,0 -2.19,-0.970002 -2.19,-2.22 0,-1.189999 0.96,-2.15 2.15,-2.15 1.2,0 2.14,0.940001 2.14,2.16"
           style="font-variant:normal;font-stretch:normal;fill:#ffffff;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4819"
           inkscape:connector-curvature="0" /><path
           d="m 391.17078,36.417204 0,-7.39 -0.74,0 0,7.39 0.74,0"
           style="font-variant:normal;font-stretch:normal;fill:#ffffff;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4821"
           inkscape:connector-curvature="0" /><path
           d="m 398.16641,30.587204 0,-0.49 -1.03,0 0.57,-0.92 -0.47,-0.28 -0.52,0.9 -0.53,-0.9 -0.49,0.28 0.56,0.92 -1.05,0 0,0.49 1.05,0 -0.57,0.87 0.48,0.28 0.53,-0.91 0.53,0.91 0.47,-0.27 -0.55,-0.88 1.02,0"
           style="font-variant:normal;font-stretch:normal;fill:#ffffff;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4823"
           inkscape:connector-curvature="0" /><path
           d="m 404.31422,31.887204 0,-0.61 -0.99,0 0.41,-2.25 -0.67,0 -0.4,2.25 -1.63,0 0.41,-2.25 -0.64,0 -0.42,2.25 -1.35,0 0,0.61 1.24,0 -0.29,1.55 -1.11,0 0,0.61 0.99,0 -0.45,2.37 0.65,0 0.45,-2.37 1.64,0 -0.43,2.37 0.66,0 0.43,-2.37 1.35,0 0,-0.61 -1.23,0 0.28,-1.55 1.1,0 m -1.76,0 -0.29,1.55 -1.63,0 0.29,-1.55 1.63,0"
           style="font-variant:normal;font-stretch:normal;fill:#ffffff;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4825"
           inkscape:connector-curvature="0" /><path
           d="m 407.91109,36.417204 0,-7.39 -1.99,0 0,0.67 1.26,0 0,6.72 0.73,0"
           style="font-variant:normal;font-stretch:normal;fill:#ffffff;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4827"
           inkscape:connector-curvature="0" /><path
           d="m 415.16797,33.727204 0,-2.1 c 0,-1.889999 -1.03,-2.73 -2.48,-2.73 -1.51,0 -2.47,0.880001 -2.47,2.73 l 0,2.1 c 0,1.959998 0.98,2.82 2.53,2.82 1.51,0 2.42,-0.820002 2.42,-2.82 m -0.73,-0.12 c 0,1.639998 -0.55,2.27 -1.72,2.27 -1.07,0 -1.77,-0.540002 -1.77,-2.27 l 0,-1.81 c 0,-1.649999 0.65,-2.23 1.75,-2.23 1.35,0 1.74,0.910001 1.74,2.23 l 0,1.81"
           style="font-variant:normal;font-stretch:normal;fill:#ffffff;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4829"
           inkscape:connector-curvature="0" /><path
           d="m 420.71484,33.727204 0,-2.1 c 0,-1.889999 -1.03,-2.73 -2.48,-2.73 -1.50999,0 -2.47,0.880001 -2.47,2.73 l 0,2.1 c 0,1.959998 0.98001,2.82 2.53,2.82 1.51,0 2.42,-0.820002 2.42,-2.82 m -0.73,-0.12 c 0,1.639998 -0.55,2.27 -1.72,2.27 -1.07,0 -1.77,-0.540002 -1.77,-2.27 l 0,-1.81 c 0,-1.649999 0.65,-2.23 1.75,-2.23 1.35,0 1.74,0.910001 1.74,2.23 l 0,1.81"
           style="font-variant:normal;font-stretch:normal;fill:#ffffff;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4831"
           inkscape:connector-curvature="0" /><path
           d="m 426.50172,31.887204 0,-0.61 -0.99,0 0.41,-2.25 -0.67,0 -0.4,2.25 -1.63,0 0.41,-2.25 -0.64,0 -0.42,2.25 -1.35,0 0,0.61 1.24,0 -0.29,1.55 -1.11,0 0,0.61 0.99,0 -0.45,2.37 0.65,0 0.45,-2.37 1.64,0 -0.43,2.37 0.66,0 0.43,-2.37 1.35,0 0,-0.61 -1.23,0 0.28,-1.55 1.1,0 m -1.76,0 -0.29,1.55 -1.63,0 0.29,-1.55 1.63,0"
           style="font-variant:normal;font-stretch:normal;fill:#ffffff;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4833"
           inkscape:connector-curvature="0" /><path
           d="m 432.60203,31.617204 0,-0.67 -1.23,0 0,-1.92 -0.74,0 0,1.92 -1.18,0 0,0.67 1.18,0 0,4.8 0.74,0 0,-4.8 1.23,0"
           style="font-variant:normal;font-stretch:normal;fill:#ffffff;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4835"
           inkscape:connector-curvature="0" /><path
           d="m 438.60656,33.697204 c 0,-1.669999 -1.2,-2.88 -2.84,-2.88 -1.62,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23,2.9 2.93,2.9 1.6,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.26,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="font-variant:normal;font-stretch:normal;fill:#ffffff;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4837"
           inkscape:connector-curvature="0" /><path
           d="m 445.40297,34.847204 c 0,-0.67 -0.31,-1.130001 -0.95,-1.4 -0.83,-0.34 -0.87,-0.36 -1.03,-0.44 -0.34,-0.17 -0.5,-0.400001 -0.5,-0.72 0,-0.44 0.35,-0.79 0.79,-0.79 0.48,0 0.8,0.28 0.8,0.8 l 0.75,0 c 0,-0.88 -0.66,-1.48 -1.54,-1.48 -0.89,0 -1.55,0.65 -1.55,1.54 0,0.389999 0.14,0.73 0.41,0.98 0.22,0.209999 0.24,0.22 1.01,0.53 0.79,0.319999 1.06,0.5 1.06,1.05 0,0.549999 -0.39,0.95 -0.92,0.95 -0.61,0 -1.03,-0.390001 -1.03,-1.06 l -0.73,0 c 0,1.059999 0.71,1.74 1.76,1.74 0.98,0 1.67,-0.700001 1.67,-1.7"
           style="font-variant:normal;font-stretch:normal;fill:#ffffff;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4839"
           inkscape:connector-curvature="0" /><path
           d="m 451.78969,33.927204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27,2.89 2.89,2.89 1.24,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="font-variant:normal;font-stretch:normal;fill:#ffffff;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4841"
           inkscape:connector-curvature="0" /><path
           d="m 458.29359,33.927204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.58999,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27001,2.89 2.89,2.89 1.24,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="font-variant:normal;font-stretch:normal;fill:#ffffff;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4843"
           inkscape:connector-curvature="0" /><path
           d="m 466.73094,30.947204 -0.79,0 -1.85,4.36 -1.73,-4.36 -0.81,0 2.12,5.29 -0.89,2.1 0.79,0 3.16,-7.39"
           style="font-variant:normal;font-stretch:normal;fill:#ffffff;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4845"
           inkscape:connector-curvature="0" /><path
           d="m 472.68859,33.697204 c 0,-1.669999 -1.2,-2.88 -2.84,-2.88 -1.61999,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23001,2.9 2.93,2.9 1.6,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.25999,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="font-variant:normal;font-stretch:normal;fill:#ffffff;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4847"
           inkscape:connector-curvature="0" /><path
           d="m 478.55156,36.417204 0,-5.47 -0.74,0 0,2.81 c 0,1.489998 -0.7,2.11 -1.7,2.11 -1.06,0 -1.64,-0.580002 -1.64,-1.97 l 0,-2.95 -0.74,0 0,2.95 c 0,1.909998 0.93,2.65 2.32,2.65 0.85,0 1.39,-0.300001 1.76,-0.98 l 0,0.85 0.74,0"
           style="font-variant:normal;font-stretch:normal;fill:#ffffff;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4849"
           inkscape:connector-curvature="0" /><path
           d="m 482.09578,31.547204 0,-0.73 c -0.79,0.04 -1.26,0.31 -1.55,0.91 l 0,-0.78 -0.74,0 0,5.47 0.74,0 0,-3.19 c 0,-1.019999 0.52,-1.58 1.55,-1.68"
           style="font-variant:normal;font-stretch:normal;fill:#ffffff;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4851"
           inkscape:connector-curvature="0" /><path
           d="m 491.03703,34.807204 -0.84,0 c -0.57,0.759999 -1.1,1.06 -1.87,1.06 -1.23,0 -2.2,-0.970002 -2.2,-2.18 0,-1.229999 0.95,-2.19 2.17,-2.19 0.81,0 1.48,0.39 1.9,1.11 l 0.83,0 c -0.44,-1.099999 -1.49,-1.79 -2.72,-1.79 -1.64,0 -2.93,1.260001 -2.93,2.85 0,1.629998 1.3,2.88 2.98,2.88 1.13,0 2.02,-0.490002 2.68,-1.74"
           style="font-variant:normal;font-stretch:normal;fill:#ffffff;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4853"
           inkscape:connector-curvature="0" /><path
           d="m 496.87187,36.417204 0,-5.47 -0.74,0 0,2.81 c 0,1.489998 -0.7,2.11 -1.7,2.11 -1.05999,0 -1.64,-0.580002 -1.64,-1.97 l 0,-2.95 -0.74,0 0,2.95 c 0,1.909998 0.93001,2.65 2.32,2.65 0.85,0 1.39001,-0.300001 1.76,-0.98 l 0,0.85 0.74,0"
           style="font-variant:normal;font-stretch:normal;fill:#ffffff;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4855"
           inkscape:connector-curvature="0" /><path
           d="m 500.41609,31.547204 0,-0.73 c -0.79,0.04 -1.26,0.31 -1.55,0.91 l 0,-0.78 -0.74,0 0,5.47 0.74,0 0,-3.19 c 0,-1.019999 0.52,-1.58 1.55,-1.68"
           style="font-variant:normal;font-stretch:normal;fill:#ffffff;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4857"
           inkscape:connector-curvature="0" /><path
           d="m 503.42391,31.547204 0,-0.73 c -0.79,0.04 -1.26,0.31 -1.55,0.91 l 0,-0.78 -0.74,0 0,5.47 0.74,0 0,-3.19 c 0,-1.019999 0.52,-1.58 1.55,-1.68"
           style="font-variant:normal;font-stretch:normal;fill:#ffffff;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4859"
           inkscape:connector-curvature="0" /><path
           d="m 509.32875,33.927204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27,2.89 2.89,2.89 1.24,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="font-variant:normal;font-stretch:normal;fill:#ffffff;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4861"
           inkscape:connector-curvature="0" /><path
           d="m 515.19266,36.417204 0,-2.87 c 0,-1.919998 -0.97001,-2.73 -2.34,-2.73 -0.72,0 -1.3,0.28 -1.76,0.84 l 0,-0.71 -0.74,0 0,5.47 0.74,0 0,-3.01 c 0,-1.339999 0.68,-1.91 1.67,-1.91 1.01,0 1.69,0.560001 1.69,2.05 l 0,2.87 0.74,0"
           style="font-variant:normal;font-stretch:normal;fill:#ffffff;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4863"
           inkscape:connector-curvature="0" /><path
           d="m 519.08641,31.617204 0,-0.67 -1.23,0 0,-1.92 -0.74,0 0,1.92 -1.18,0 0,0.67 1.18,0 0,4.8 0.74,0 0,-4.8 1.23,0"
           style="font-variant:normal;font-stretch:normal;fill:#ffffff;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4865"
           inkscape:connector-curvature="0" /><path
           d="m 530.87172,33.927204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27,2.89 2.89,2.89 1.24,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="font-variant:normal;font-stretch:normal;fill:#ffffff;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4867"
           inkscape:connector-curvature="0" /><path
           d="m 535.79031,36.417204 -1.91,-2.79 1.91,-2.68 -0.85,0 -1.47,2.11 -1.48,-2.11 -0.84,0 1.9,2.68 -1.9,2.79 0.84,0 1.48,-2.19 1.47,2.19 0.85,0"
           style="font-variant:normal;font-stretch:normal;fill:#ffffff;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4869"
           inkscape:connector-curvature="0" /><path
           d="m 539.145,31.617204 0,-0.67 -1.23,0 0,-1.92 -0.74,0 0,1.92 -1.18,0 0,0.67 1.18,0 0,4.8 0.74,0 0,-4.8 1.23,0"
           style="font-variant:normal;font-stretch:normal;fill:#ffffff;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4871"
           inkscape:connector-curvature="0" /><path
           d="m 545.12953,33.927204 c 0,-1.939998 -1.23,-3.11 -2.85,-3.11 -1.59,0 -2.84,1.250001 -2.84,2.84 0,1.619998 1.27,2.89 2.89,2.89 1.24,0 2.31,-0.890001 2.66,-1.93 l -0.77,0 c -0.31,0.749999 -1.08,1.25 -1.91,1.25 -1.12,0 -2.07,-0.860001 -2.13,-1.94 l 4.95,0 m -0.74,-0.67 -4.19,0 c 0.2,-1.049999 1.03,-1.76 2.07,-1.76 1.06,0 1.87,0.670001 2.12,1.76"
           style="font-variant:normal;font-stretch:normal;fill:#ffffff;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4873"
           inkscape:connector-curvature="0" /><path
           d="m 550.99344,36.417204 0,-2.87 c 0,-1.919998 -0.97,-2.73 -2.34,-2.73 -0.72,0 -1.3,0.28 -1.76,0.84 l 0,-0.71 -0.74,0 0,5.47 0.74,0 0,-3.01 c 0,-1.339999 0.68,-1.91 1.67,-1.91 1.01,0 1.69,0.560001 1.69,2.05 l 0,2.87 0.74,0"
           style="font-variant:normal;font-stretch:normal;fill:#ffffff;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4875"
           inkscape:connector-curvature="0" /><path
           d="m 555.22719,34.847204 c 0,-0.67 -0.31,-1.130001 -0.95,-1.4 -0.83,-0.34 -0.87,-0.36 -1.03,-0.44 -0.34,-0.17 -0.5,-0.400001 -0.5,-0.72 0,-0.44 0.35,-0.79 0.79,-0.79 0.48,0 0.8,0.28 0.8,0.8 l 0.75,0 c 0,-0.88 -0.66,-1.48 -1.54,-1.48 -0.89,0 -1.55,0.65 -1.55,1.54 0,0.389999 0.14,0.73 0.41,0.98 0.22,0.209999 0.24,0.22 1.01,0.53 0.79,0.319999 1.06,0.5 1.06,1.05 0,0.549999 -0.39,0.95 -0.92,0.95 -0.61,0 -1.03,-0.390001 -1.03,-1.06 l -0.73,0 c 0,1.059999 0.71,1.74 1.76,1.74 0.98,0 1.67,-0.700001 1.67,-1.7"
           style="font-variant:normal;font-stretch:normal;fill:#ffffff;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4877"
           inkscape:connector-curvature="0" /><path
           d="m 556.87391,36.417204 0,-5.47 -0.74,0 0,5.47 0.74,0 m 0,-6.07 0,-1.26 -0.74,0 0,1.26 0.74,0"
           style="font-variant:normal;font-stretch:normal;fill:#ffffff;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4879"
           inkscape:connector-curvature="0" /><path
           d="m 563.62609,33.697204 c 0,-1.669999 -1.2,-2.88 -2.84,-2.88 -1.61999,0 -2.87,1.230001 -2.87,2.83 0,1.679998 1.23001,2.9 2.93,2.9 1.6,0 2.78,-1.210002 2.78,-2.85 m -0.75,0.01 c 0,1.249998 -0.86,2.16 -2.05,2.16 -1.25999,0 -2.16,-0.920002 -2.16,-2.2 0,-1.239999 0.91,-2.17 2.12,-2.17 1.2,0 2.09,0.940001 2.09,2.21"
           style="font-variant:normal;font-stretch:normal;fill:#ffffff;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4881"
           inkscape:connector-curvature="0" /><path
           d="m 569.50906,36.417204 0,-2.87 c 0,-1.919998 -0.97,-2.73 -2.34,-2.73 -0.72,0 -1.3,0.28 -1.76,0.84 l 0,-0.71 -0.74,0 0,5.47 0.74,0 0,-3.01 c 0,-1.339999 0.68,-1.91 1.67,-1.91 1.01,0 1.69,0.560001 1.69,2.05 l 0,2.87 0.74,0"
           style="font-variant:normal;font-stretch:normal;fill:#ffffff;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4883"
           inkscape:connector-curvature="0" /><path
           d="m 571.88281,36.417204 0,-1.26 -0.74,0 0,1.26 0.74,0"
           style="font-variant:normal;font-stretch:normal;fill:#ffffff;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor"
           id="path4885"
           inkscape:connector-curvature="0" /></g></g></g></svg>