summaryrefslogtreecommitdiffstats
path: root/manual/rockbox_interface/images/nwze360-front.svg
blob: 9545655496cc5dacf84b765f1b119f50ddcb49ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
<?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"
   width="354.33069"
   height="602.36218"
   id="svg2"
   version="1.1"
   inkscape:version="0.48.4 r9939"
   sodipodi:docname="nwze360-front.svg"
   inkscape:export-filename="C:\Users\sdziok\Desktop\nwze360-front.png"
   inkscape:export-xdpi="90"
   inkscape:export-ydpi="90">
  <defs
     id="defs4">
    <linearGradient
       id="linearGradient13037">
      <stop
         id="stop13041"
         offset="0"
         style="stop-color:#252725;stop-opacity:1;" />
      <stop
         id="stop13039"
         offset="1"
         style="stop-color:#040809;stop-opacity:1" />
    </linearGradient>
    <linearGradient
       id="linearGradient20557">
      <stop
         style="stop-color:#000000;stop-opacity:1;"
         offset="0"
         id="stop20559" />
      <stop
         style="stop-color:#000000;stop-opacity:1;"
         offset="1"
         id="stop20561" />
    </linearGradient>
    <linearGradient
       id="linearGradient20549">
      <stop
         style="stop-color:#252423;stop-opacity:1"
         offset="0"
         id="stop20551" />
      <stop
         style="stop-color:#0d0d0d;stop-opacity:1"
         offset="1"
         id="stop20553" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       id="linearGradient20533">
      <stop
         style="stop-color:#0d0d0d;stop-opacity:1"
         offset="0"
         id="stop20535" />
      <stop
         style="stop-color:#1b1b1b;stop-opacity:1"
         offset="1"
         id="stop20537" />
    </linearGradient>
    <linearGradient
       id="linearGradient15653">
      <stop
         style="stop-color:#000000;stop-opacity:1;"
         offset="0"
         id="stop15655" />
      <stop
         style="stop-color:#ffffff;stop-opacity:1;"
         offset="1"
         id="stop15658" />
    </linearGradient>
    <linearGradient
       id="linearGradient15645">
      <stop
         style="stop-color:#000000;stop-opacity:1"
         offset="0"
         id="stop15647" />
      <stop
         style="stop-color:#ffffff;stop-opacity:1;"
         offset="1"
         id="stop15649" />
    </linearGradient>
    <linearGradient
       id="linearGradient12088">
      <stop
         id="stop12090"
         offset="0"
         style="stop-color:#ffffff;stop-opacity:0.30449827" />
      <stop
         style="stop-color:#ffffff;stop-opacity:0"
         offset="0.1162243"
         id="stop12092" />
      <stop
         style="stop-color:#ffffff;stop-opacity:0.06746032"
         offset="0.48805293"
         id="stop12094" />
      <stop
         style="stop-color:#ffffff;stop-opacity:0.165"
         offset="0.78974491"
         id="stop12096" />
      <stop
         id="stop12098"
         offset="1"
         style="stop-color:#ffffff;stop-opacity:0;" />
    </linearGradient>
    <linearGradient
       id="linearGradient11981">
      <stop
         style="stop-color:#020001;stop-opacity:0.12301587"
         offset="0"
         id="stop11983" />
      <stop
         id="stop11985"
         offset="0.542301"
         style="stop-color:#acadad;stop-opacity:1" />
      <stop
         style="stop-color:#ffffff;stop-opacity:0"
         offset="1"
         id="stop11987" />
    </linearGradient>
    <linearGradient
       id="linearGradient11746">
      <stop
         style="stop-color:#ffffff;stop-opacity:0.30449827"
         offset="0"
         id="stop11749" />
      <stop
         id="stop11760"
         offset="0.08000334"
         style="stop-color:#ffffff;stop-opacity:0" />
      <stop
         id="stop11757"
         offset="0.48805293"
         style="stop-color:#ffffff;stop-opacity:0.06746032" />
      <stop
         id="stop11755"
         offset="0.78974491"
         style="stop-color:#ffffff;stop-opacity:0.165" />
      <stop
         style="stop-color:#ffffff;stop-opacity:0;"
         offset="1"
         id="stop11751" />
    </linearGradient>
    <linearGradient
       id="linearGradient11177">
      <stop
         style="stop-color:#313035;stop-opacity:1"
         offset="0"
         id="stop11179" />
      <stop
         style="stop-color:#3b3b41;stop-opacity:1"
         offset="0.28533673"
         id="stop11181" />
      <stop
         id="stop11190"
         offset="0.49516568"
         style="stop-color:#2d2d2f;stop-opacity:1" />
      <stop
         style="stop-color:#767677;stop-opacity:1;"
         offset="0.70499462"
         id="stop11183" />
      <stop
         id="stop11185"
         offset="1"
         style="stop-color:#c2c1c6;stop-opacity:1" />
    </linearGradient>
    <linearGradient
       id="linearGradient11120">
      <stop
         id="stop11123"
         offset="0"
         style="stop-color:#050505;stop-opacity:1" />
      <stop
         style="stop-color:#1b1b21;stop-opacity:1"
         offset="0.5"
         id="stop11136" />
      <stop
         id="stop11258"
         offset="0.75"
         style="stop-color:#333338;stop-opacity:1" />
      <stop
         id="stop11125"
         offset="1"
         style="stop-color:#6b6b6d;stop-opacity:1" />
    </linearGradient>
    <linearGradient
       id="linearGradient8608">
      <stop
         style="stop-color:#505050;stop-opacity:0.50196081;"
         offset="0"
         id="stop8610" />
      <stop
         id="stop8612"
         offset="0.09278432"
         style="stop-color:#cac8ca;stop-opacity:0.38754325" />
      <stop
         id="stop8615"
         offset="0.18776767"
         style="stop-color:#ffffff;stop-opacity:0.74048443" />
      <stop
         style="stop-color:#f6ffff;stop-opacity:0.79584775"
         offset="0.21783262"
         id="stop8617" />
      <stop
         style="stop-color:#64646b;stop-opacity:0.49019608;"
         offset="0.29541904"
         id="stop8619" />
      <stop
         id="stop8621"
         offset="0.32425246"
         style="stop-color:#323235;stop-opacity:0.1" />
      <stop
         id="stop8623"
         offset="1"
         style="stop-color:#000000;stop-opacity:0;" />
    </linearGradient>
    <linearGradient
       id="linearGradient8499">
      <stop
         id="stop8501"
         offset="0"
         style="stop-color:#505050;stop-opacity:0.50196081;" />
      <stop
         style="stop-color:#cac8ca;stop-opacity:0.50196081;"
         offset="0.09278432"
         id="stop8503" />
      <stop
         style="stop-color:#ffffff;stop-opacity:0.79584775"
         offset="0.19440268"
         id="stop8505" />
      <stop
         id="stop8507"
         offset="0.21340927"
         style="stop-color:#f6ffff;stop-opacity:0.79584775" />
      <stop
         id="stop8510"
         offset="0.29541904"
         style="stop-color:#64646b;stop-opacity:0.49019608;" />
      <stop
         style="stop-color:#323235;stop-opacity:0.1"
         offset="0.32425246"
         id="stop8514" />
      <stop
         style="stop-color:#000000;stop-opacity:0;"
         offset="1"
         id="stop8512" />
    </linearGradient>
    <linearGradient
       id="linearGradient8418">
      <stop
         style="stop-color:#020006;stop-opacity:1"
         offset="0"
         id="stop8420" />
      <stop
         id="stop8422"
         offset="0.13967316"
         style="stop-color:#070607;stop-opacity:1" />
      <stop
         style="stop-color:#78777d;stop-opacity:1"
         offset="0.25558975"
         id="stop8424" />
      <stop
         style="stop-color:#575759;stop-opacity:1"
         offset="0.59362876"
         id="stop8426" />
      <stop
         id="stop8428"
         offset="1"
         style="stop-color:#3f3e43;stop-opacity:1" />
    </linearGradient>
    <linearGradient
       id="linearGradient8146">
      <stop
         id="stop8149"
         offset="0"
         style="stop-color:#313131;stop-opacity:1" />
      <stop
         style="stop-color:#515153;stop-opacity:1"
         offset="0.21596907"
         id="stop8151" />
      <stop
         id="stop8153"
         offset="0.41141754"
         style="stop-color:#3d3d3d;stop-opacity:1" />
      <stop
         id="stop8155"
         offset="1"
         style="stop-color:#2c2c2c;stop-opacity:1" />
    </linearGradient>
    <linearGradient
       id="linearGradient9206">
      <stop
         style="stop-color:#ffffff;stop-opacity:1;"
         offset="0"
         id="stop9209" />
      <stop
         id="stop9211"
         offset="0.00984638"
         style="stop-color:#0b0a0b;stop-opacity:1;" />
      <stop
         id="stop9213"
         offset="0.5"
         style="stop-color:#151515;stop-opacity:1" />
      <stop
         style="stop-color:#0c0b0e;stop-opacity:1"
         offset="1"
         id="stop9215" />
    </linearGradient>
    <linearGradient
       id="linearGradient9147">
      <stop
         style="stop-color:#ffffff;stop-opacity:1;"
         offset="0"
         id="stop9149" />
      <stop
         id="stop9151"
         offset="0.00875471"
         style="stop-color:#010101;stop-opacity:1" />
      <stop
         id="stop9153"
         offset="0.5"
         style="stop-color:#060606;stop-opacity:1" />
      <stop
         style="stop-color:#0c0b0e;stop-opacity:1"
         offset="1"
         id="stop9155" />
    </linearGradient>
    <linearGradient
       id="linearGradient5298">
      <stop
         id="stop5300"
         offset="0"
         style="stop-color:#393939;stop-opacity:1;" />
      <stop
         style="stop-color:#646464;stop-opacity:1;"
         offset="0.00497425"
         id="stop5302" />
      <stop
         style="stop-color:#797979;stop-opacity:1"
         offset="0.00994849"
         id="stop5304" />
      <stop
         style="stop-color:#e4e4e4;stop-opacity:1"
         offset="0.04330573"
         id="stop5306" />
      <stop
         style="stop-color:#1d1e1d;stop-opacity:1;"
         offset="0.08479812"
         id="stop5308" />
      <stop
         id="stop5406"
         offset="0.17659312"
         style="stop-color:#464646;stop-opacity:1;" />
      <stop
         id="stop5310"
         offset="0.50845236"
         style="stop-color:#545454;stop-opacity:1" />
      <stop
         id="stop5312"
         offset="1"
         style="stop-color:#c77845;stop-opacity:1;" />
    </linearGradient>
    <linearGradient
       id="linearGradient5286">
      <stop
         style="stop-color:#302e2d;stop-opacity:1;"
         offset="0"
         id="stop5288" />
      <stop
         id="stop5294"
         offset="0.10273049"
         style="stop-color:#313332;stop-opacity:1" />
      <stop
         style="stop-color:#717272;stop-opacity:1;"
         offset="0.26365435"
         id="stop5296" />
      <stop
         style="stop-color:#b2b2b2;stop-opacity:1"
         offset="1"
         id="stop5290" />
    </linearGradient>
    <linearGradient
       id="linearGradient4956-7">
      <stop
         style="stop-color:#ffffff;stop-opacity:0;"
         offset="0"
         id="stop4958-4" />
      <stop
         id="stop14856"
         offset="0.01412456"
         style="stop-color:#fff6ff;stop-opacity:0.44055945;" />
      <stop
         id="stop4966-0"
         offset="0.7506575"
         style="stop-color:#fff6ff;stop-opacity:1;" />
      <stop
         style="stop-color:#fff6ff;stop-opacity:0.64335662;"
         offset="0.98684478"
         id="stop14858" />
      <stop
         style="stop-color:#ffffff;stop-opacity:0;"
         offset="1"
         id="stop4960-9" />
    </linearGradient>
    <linearGradient
       id="linearGradient10720-2">
      <stop
         id="stop10722-6"
         offset="0"
         style="stop-color:#ffffff;stop-opacity:0.21678321;" />
      <stop
         style="stop-color:#76777a;stop-opacity:1"
         offset="0.62296736"
         id="stop10724-6" />
      <stop
         id="stop10726-0"
         offset="1"
         style="stop-color:#ffffff;stop-opacity:1;" />
    </linearGradient>
    <linearGradient
       id="linearGradient15426-8">
      <stop
         style="stop-color:#969696;stop-opacity:0.03529412;"
         offset="0"
         id="stop15428-0" />
      <stop
         style="stop-color:#ffffff;stop-opacity:0;"
         offset="1"
         id="stop15430-1" />
    </linearGradient>
    <linearGradient
       y2="-1196.7025"
       x2="-382.81061"
       y1="-1196.7025"
       x1="-884.7597"
       gradientTransform="translate(2.042776,1041.4271)"
       gradientUnits="userSpaceOnUse"
       id="linearGradient4453"
       xlink:href="#linearGradient5298"
       inkscape:collect="always" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient5286"
       id="linearGradient5292"
       x1="-612.52875"
       y1="-168.87204"
       x2="-612.52875"
       y2="-179.92714"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       id="linearGradient5298-1">
      <stop
         id="stop5300-8"
         offset="0"
         style="stop-color:#393939;stop-opacity:1;" />
      <stop
         style="stop-color:#646464;stop-opacity:1;"
         offset="0.00497425"
         id="stop5302-9" />
      <stop
         style="stop-color:#797979;stop-opacity:1"
         offset="0.00994849"
         id="stop5304-2" />
      <stop
         style="stop-color:#e4e4e4;stop-opacity:1"
         offset="0.04330573"
         id="stop5306-7" />
      <stop
         style="stop-color:#1d1e1d;stop-opacity:1;"
         offset="0.08479812"
         id="stop5308-9" />
      <stop
         id="stop5406-5"
         offset="0.17659312"
         style="stop-color:#464646;stop-opacity:1;" />
      <stop
         id="stop5310-4"
         offset="0.50845236"
         style="stop-color:#545454;stop-opacity:1" />
      <stop
         id="stop5312-3"
         offset="1"
         style="stop-color:#c77845;stop-opacity:1;" />
    </linearGradient>
    <linearGradient
       y2="-1196.7025"
       x2="-382.81061"
       y1="-1196.7025"
       x1="-884.7597"
       gradientTransform="matrix(-1,0,0,1,-1269.6132,1041.427)"
       gradientUnits="userSpaceOnUse"
       id="linearGradient5429"
       xlink:href="#linearGradient5298-1"
       inkscape:collect="always" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient15426-8"
       id="linearGradient9761"
       gradientUnits="userSpaceOnUse"
       x1="1334.3586"
       y1="2515.1155"
       x2="1322.2239"
       y2="2372.5657"
       gradientTransform="matrix(2.0050204,0,0,2.1312015,-3296.4536,-4576.384)" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient10720-2"
       id="linearGradient9763"
       gradientUnits="userSpaceOnUse"
       x1="1296.4805"
       y1="2511.2139"
       x2="1317.8495"
       y2="2371.78"
       gradientTransform="matrix(1.9323569,0,0,2.0539651,-3199.9563,-4387.6286)" />
    <linearGradient
       y2="763.4433"
       x2="-380.78119"
       y1="763.4433"
       x1="-886.78644"
       gradientTransform="translate(-0.00523919,0.00602122)"
       gradientUnits="userSpaceOnUse"
       id="linearGradient8757-5"
       xlink:href="#linearGradient8672-0"
       inkscape:collect="always" />
    <linearGradient
       id="linearGradient8672-0">
      <stop
         id="stop8674-4"
         offset="0"
         style="stop-color:#494949;stop-opacity:1" />
      <stop
         style="stop-color:#757575;stop-opacity:1"
         offset="0.0265566"
         id="stop8676-2" />
      <stop
         style="stop-color:#bababa;stop-opacity:1"
         offset="0.04706076"
         id="stop8678-1" />
      <stop
         style="stop-color:#777777;stop-opacity:1"
         offset="0.05459543"
         id="stop8680-2" />
      <stop
         style="stop-color:#121113;stop-opacity:1;"
         offset="0.07072054"
         id="stop8682-7" />
      <stop
         style="stop-color:#141315;stop-opacity:1;"
         offset="0.17945823"
         id="stop8684-7" />
      <stop
         id="stop9130"
         offset="0.50000519"
         style="stop-color:#151517;stop-opacity:1;" />
      <stop
         style="stop-color:#1b1b1d;stop-opacity:1"
         offset="0.8205871"
         id="stop9132" />
      <stop
         id="stop9136"
         offset="0.92928755"
         style="stop-color:#030303;stop-opacity:1" />
      <stop
         style="stop-color:#9a9a9a;stop-opacity:1"
         offset="0.94542354"
         id="stop9140" />
      <stop
         id="stop9143"
         offset="0.95320356"
         style="stop-color:#b4b4b4;stop-opacity:1" />
      <stop
         style="stop-color:#707070;stop-opacity:1"
         offset="0.97346961"
         id="stop9145" />
      <stop
         id="stop8686-9"
         offset="1"
         style="stop-color:#434343;stop-opacity:1" />
    </linearGradient>
    <linearGradient
       gradientTransform="translate(-0.00104919,1003.7827)"
       inkscape:collect="always"
       xlink:href="#linearGradient8144-7-0-2"
       id="linearGradient8150-2-6-2"
       x1="-886.7854"
       y1="-243.49323"
       x2="-633.7854"
       y2="-243.49323"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       id="linearGradient8144-7-0-2">
      <stop
         style="stop-color:#4a4a4a;stop-opacity:1"
         offset="0"
         id="stop8146-8-9-9" />
      <stop
         id="stop8160-0-5-8"
         offset="0.06335007"
         style="stop-color:#8b8b8b;stop-opacity:1" />
      <stop
         id="stop8158-2-8-22"
         offset="0.09286356"
         style="stop-color:#b9b9b9;stop-opacity:1" />
      <stop
         id="stop8156-0-9-78"
         offset="0.10865452"
         style="stop-color:#767676;stop-opacity:1" />
      <stop
         id="stop8154-8-0-5"
         offset="0.14099935"
         style="stop-color:#29292a;stop-opacity:1" />
      <stop
         id="stop8152-9-0-8"
         offset="0.51117957"
         style="stop-color:#515153;stop-opacity:1" />
      <stop
         style="stop-color:#c4c4c6;stop-opacity:1"
         offset="1"
         id="stop8148-2-0-3" />
    </linearGradient>
    <linearGradient
       y2="759.65228"
       x2="-633.7757"
       y1="759.65228"
       x1="-886.78644"
       gradientTransform="translate(1.0811719e-5,1.2121719e-4)"
       gradientUnits="userSpaceOnUse"
       id="linearGradient8910"
       xlink:href="#linearGradient9206"
       inkscape:collect="always" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient8357-54-7"
       id="linearGradient8363-5-2"
       x1="-886.78644"
       y1="-224.18346"
       x2="-633.78644"
       y2="-224.18346"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(-1,0,0,1,-1267.573,1003.7826)" />
    <linearGradient
       id="linearGradient8357-54-7">
      <stop
         id="stop8369-0-2"
         offset="0"
         style="stop-color:#232323;stop-opacity:1" />
      <stop
         id="stop8367-3-6"
         offset="0.06486963"
         style="stop-color:#020202;stop-opacity:1" />
      <stop
         id="stop8365-4-4"
         offset="0.59362876"
         style="stop-color:#353537;stop-opacity:1" />
      <stop
         style="stop-color:#3f3e43;stop-opacity:1"
         offset="1"
         id="stop8361-1-7" />
    </linearGradient>
    <linearGradient
       gradientTransform="matrix(-1,0,0,1,-1267.572,1003.7827)"
       inkscape:collect="always"
       xlink:href="#linearGradient8144-7-0-2-3"
       id="linearGradient8150-2-6-2-1"
       x1="-886.7854"
       y1="-243.49323"
       x2="-633.7854"
       y2="-243.49323"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       id="linearGradient8144-7-0-2-3">
      <stop
         style="stop-color:#434343;stop-opacity:1"
         offset="0"
         id="stop8146-8-9-9-2" />
      <stop
         id="stop8160-0-5-8-1"
         offset="0.06335007"
         style="stop-color:#7d7d7d;stop-opacity:1" />
      <stop
         id="stop8158-2-8-22-6"
         offset="0.09286356"
         style="stop-color:#aeaeae;stop-opacity:1" />
      <stop
         id="stop8156-0-9-78-3"
         offset="0.10865452"
         style="stop-color:#989898;stop-opacity:1" />
      <stop
         id="stop8154-8-0-5-8"
         offset="0.14099935"
         style="stop-color:#29292a;stop-opacity:1" />
      <stop
         id="stop8152-9-0-8-3"
         offset="0.51117957"
         style="stop-color:#515153;stop-opacity:1" />
      <stop
         style="stop-color:#c4c4c6;stop-opacity:1"
         offset="1"
         id="stop8148-2-0-3-2" />
    </linearGradient>
    <linearGradient
       y2="759.65228"
       x2="-633.7757"
       y1="759.65228"
       x1="-886.78644"
       gradientTransform="matrix(-1,0,0,1,-1267.573,1.2121719e-4)"
       gradientUnits="userSpaceOnUse"
       id="linearGradient9021"
       xlink:href="#linearGradient9147"
       inkscape:collect="always" />
    <linearGradient
       y2="-302.81946"
       x2="-788.81958"
       y1="-302.81946"
       x1="-850.87268"
       gradientTransform="translate(2.3e-5,1099.054)"
       gradientUnits="userSpaceOnUse"
       id="linearGradient8123"
       xlink:href="#linearGradient8146"
       inkscape:collect="always" />
    <linearGradient
       id="linearGradient9290-27">
      <stop
         style="stop-color:#3d3d3d;stop-opacity:1"
         offset="0"
         id="stop9293-7" />
      <stop
         id="stop9302-9"
         offset="0.13534941"
         style="stop-color:#7c7c7c;stop-opacity:1" />
      <stop
         id="stop9300-3"
         offset="0.33678865"
         style="stop-color:#0a090f;stop-opacity:1" />
      <stop
         style="stop-color:#969698;stop-opacity:1"
         offset="0.50571465"
         id="stop9304-19" />
      <stop
         id="stop9306-8"
         offset="0.64227223"
         style="stop-color:#000002;stop-opacity:1" />
      <stop
         style="stop-color:#050505;stop-opacity:1"
         offset="1"
         id="stop9295-6" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient9290-27"
       id="linearGradient8412"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(-0.010891,1043.5015)"
       x1="-866.9848"
       y1="-256.12097"
       x2="-783.8598"
       y2="-256.12097" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient8418"
       id="linearGradient8416"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(1.0811719e-5,1003.7826)"
       x1="-886.78644"
       y1="-224.18346"
       x2="-633.78644"
       y2="-224.18346" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient8608"
       id="linearGradient8999"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.72079612,0,0,0.85635311,-748.54206,-243.2951)"
       x1="-191.7852"
       y1="1425.3584"
       x2="-34.963253"
       y2="1425.3584" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient8499"
       id="linearGradient9001"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(-0.72079612,0,0,0.85635311,-519.0285,-243.2857)"
       x1="-191.7852"
       y1="1425.3584"
       x2="-34.963253"
       y2="1425.3584" />
    <linearGradient
       id="linearGradient6190-7-37-1">
      <stop
         id="stop6194-9-3-21"
         offset="0"
         style="stop-color:#2d2e2e;stop-opacity:1;" />
      <stop
         style="stop-color:#25241d;stop-opacity:1;"
         offset="0.00184358"
         id="stop10998" />
      <stop
         style="stop-color:#474246;stop-opacity:1;"
         offset="0.08970321"
         id="stop10996" />
      <stop
         style="stop-color:#34333e;stop-opacity:1;"
         offset="0.21765275"
         id="stop10992" />
      <stop
         id="stop9564-8-58-2"
         offset="0.38965431"
         style="stop-color:#a8a2ab;stop-opacity:1;" />
      <stop
         style="stop-color:#cac4d2;stop-opacity:1;"
         offset="0.51785129"
         id="stop11440" />
      <stop
         style="stop-color:#b8b1b6;stop-opacity:1;"
         offset="0.61064154"
         id="stop11436" />
      <stop
         style="stop-color:#34333e;stop-opacity:1;"
         offset="0.81086886"
         id="stop11065" />
      <stop
         style="stop-color:#474246;stop-opacity:1;"
         offset="0.9153353"
         id="stop11063" />
      <stop
         style="stop-color:#25241d;stop-opacity:1;"
         offset="1"
         id="stop11059" />
      <stop
         style="stop-color:#2d2e2e;stop-opacity:1;"
         offset="1"
         id="stop6196-6-3-34" />
    </linearGradient>
    <linearGradient
       id="linearGradient12187-6-24">
      <stop
         style="stop-color:#f8f8ff;stop-opacity:0;"
         offset="0"
         id="stop12189-0-55" />
      <stop
         id="stop12195-1-1"
         offset="0.5"
         style="stop-color:#ffffff;stop-opacity:0.72727275;" />
      <stop
         style="stop-color:#ffffff;stop-opacity:0;"
         offset="1"
         id="stop12191-6-7" />
    </linearGradient>
    <filter
       inkscape:collect="always"
       id="filter11253">
      <feGaussianBlur
         inkscape:collect="always"
         stdDeviation="0.73725013"
         id="feGaussianBlur11255" />
    </filter>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient12187-6-24"
       id="linearGradient11266"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.93970203,0,0,0.99883993,-1881.7097,-1809.0472)"
       x1="1273.7944"
       y1="2493.9788"
       x2="1380.5021"
       y2="2392.1655" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient11177"
       id="linearGradient11268"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.89181464,0,0,0.94793769,-1818.1154,-1684.6489)"
       x1="1293.1902"
       y1="2507.4382"
       x2="1362.592"
       y2="2380.1809" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient11120"
       id="linearGradient11270"
       gradientUnits="userSpaceOnUse"
       x1="1271.4335"
       y1="2491.6145"
       x2="1384.9957"
       y2="2396.5637" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11347"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.89010831,0,0,0.94612669,-786.08337,-1626.4041)"
       x1="1251.6527"
       y1="2443.8623"
       x2="1404.3473"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11349"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.90647856,0,0,0.9635272,-807.82296,-1668.9286)"
       x1="1251.6527"
       y1="2443.8623"
       x2="1404.3473"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11351"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.92284882,0,0,0.98092772,-829.56267,-1711.4531)"
       x1="1251.6527"
       y1="2443.8623"
       x2="1404.3473"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11353"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.93921908,0,0,0.99832823,-851.30236,-1753.9775)"
       x1="1251.6527"
       y1="2443.8623"
       x2="1404.3473"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11355"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.95558933,0,0,1.0157287,-873.04206,-1796.502)"
       x1="1251.6527"
       y1="2443.8623"
       x2="1404.3473"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11357"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.97195959,0,0,1.0331292,-894.78176,-1839.0263)"
       x1="1251.6527"
       y1="2443.8623"
       x2="1404.3473"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11359"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.98811812,0,0,1.0503048,-916.24025,-1881.0009)"
       x1="1251.6584"
       y1="2443.8623"
       x2="1404.3416"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11361"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.0042767,0,0,1.0674803,-937.69877,-1922.9752)"
       x1="1251.6639"
       y1="2443.8623"
       x2="1404.3361"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11363"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.0204353,0,0,1.0846557,-959.15745,-1964.9498)"
       x1="1251.6692"
       y1="2443.8623"
       x2="1404.3308"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11365"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.0365938,0,0,1.1018312,-980.61594,-2006.9244)"
       x1="1251.6743"
       y1="2443.8623"
       x2="1404.3257"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11368"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.0527524,0,0,1.1190067,-1002.0744,-2048.8988)"
       x1="1251.6793"
       y1="2443.8623"
       x2="1404.3207"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11370"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.068911,0,0,1.1361821,-1023.533,-2090.8732)"
       x1="1251.6842"
       y1="2443.8623"
       x2="1404.3158"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11372"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.0850695,0,0,1.1533576,-1044.9914,-2132.8476)"
       x1="1251.6888"
       y1="2443.8623"
       x2="1404.3112"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11374"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.101228,0,0,1.170533,-1066.4501,-2174.8222)"
       x1="1251.6935"
       y1="2443.8623"
       x2="1404.3065"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11376"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1173866,0,0,1.1877085,-1087.9085,-2216.7965)"
       x1="1251.6979"
       y1="2443.8623"
       x2="1404.3021"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11378"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1335452,0,0,1.2048841,-1109.3671,-2258.7709)"
       x1="1251.7021"
       y1="2443.8623"
       x2="1404.2979"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11380"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1497036,0,0,1.2220594,-1130.8256,-2300.7455)"
       x1="1251.7064"
       y1="2443.8623"
       x2="1404.2936"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11383"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1658622,0,0,1.2392349,-1152.2842,-2342.7199)"
       x1="1251.7104"
       y1="2443.8623"
       x2="1404.2896"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11385"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1820208,0,0,1.2564104,-1173.7427,-2384.6943)"
       x1="1251.7144"
       y1="2443.8623"
       x2="1404.2856"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11387"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1981793,0,0,1.273586,-1195.2012,-2426.6688)"
       x1="1251.7183"
       y1="2443.8623"
       x2="1404.2817"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11389"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.2143378,0,0,1.2907614,-1216.6598,-2468.6432)"
       x1="1251.722"
       y1="2443.8623"
       x2="1404.278"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11391"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.2466549,0,0,1.3251123,-1259.5769,-2552.5922)"
       x1="1251.7292"
       y1="2443.8623"
       x2="1404.2708"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11393"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.2628135,0,0,1.3422878,-1281.0354,-2594.5666)"
       x1="1251.7327"
       y1="2443.8623"
       x2="1404.2673"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11395"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.278972,0,0,1.3594633,-1302.494,-2636.541)"
       x1="1251.7361"
       y1="2443.8623"
       x2="1404.2639"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11398"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.2951305,0,0,1.3766387,-1323.9524,-2678.5154)"
       x1="1251.7393"
       y1="2443.8623"
       x2="1404.2607"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11400"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.3112891,0,0,1.3938141,-1345.4111,-2720.49)"
       x1="1251.7426"
       y1="2443.8623"
       x2="1404.2574"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11402"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.3274477,0,0,1.4109897,-1366.8695,-2762.4643)"
       x1="1251.7457"
       y1="2443.8623"
       x2="1404.2543"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11404"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.3436062,0,0,1.4281652,-1388.3281,-2804.4388)"
       x1="1251.7488"
       y1="2443.8623"
       x2="1404.2512"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11406"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.3597647,0,0,1.4453407,-1409.7866,-2846.4133)"
       x1="1251.7517"
       y1="2443.8623"
       x2="1404.2483"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11408"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.3759233,0,0,1.4625161,-1431.2451,-2888.3877)"
       x1="1251.7548"
       y1="2443.8623"
       x2="1404.2452"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11410"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.3920819,0,0,1.4796916,-1452.7037,-2930.3621)"
       x1="1251.7574"
       y1="2443.8623"
       x2="1404.2426"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11413"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.4082403,0,0,1.496867,-1474.1622,-2972.3366)"
       x1="1251.7603"
       y1="2443.8623"
       x2="1404.2397"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11415"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.4243989,0,0,1.5140425,-1495.6208,-3014.3111)"
       x1="1251.7629"
       y1="2443.8623"
       x2="1404.2371"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11417"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.4405574,0,0,1.5312179,-1517.0793,-3056.2855)"
       x1="1251.7657"
       y1="2443.8623"
       x2="1404.2343"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11419"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.4567161,0,0,1.5483935,-1538.5379,-3098.26)"
       x1="1251.7683"
       y1="2443.8623"
       x2="1404.2317"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11421"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.4728745,0,0,1.5655689,-1559.9964,-3140.2344)"
       x1="1251.7708"
       y1="2443.8623"
       x2="1404.2292"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11423"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.4890331,0,0,1.5827444,-1581.455,-3182.2089)"
       x1="1251.7733"
       y1="2443.8623"
       x2="1404.2267"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11425"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.5051917,0,0,1.5999199,-1602.9135,-3224.1833)"
       x1="1251.7758"
       y1="2443.8623"
       x2="1404.2242"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11428"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.52135,0,0,1.6170953,-1624.372,-3266.1578)"
       x1="1251.7781"
       y1="2443.8623"
       x2="1404.2219"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11430"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.5375087,0,0,1.6342709,-1645.8305,-3308.1322)"
       x1="1251.7804"
       y1="2443.8623"
       x2="1404.2196"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11432"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.5536672,0,0,1.6514462,-1667.2891,-3350.1066)"
       x1="1251.7827"
       y1="2443.8623"
       x2="1404.2173"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11434"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.5698257,0,0,1.6686216,-1688.7475,-3392.0811)"
       x1="1251.785"
       y1="2443.8623"
       x2="1404.215"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11436"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.5859843,0,0,1.6857971,-1710.2061,-3434.0555)"
       x1="1251.7871"
       y1="2443.8623"
       x2="1404.2129"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11438"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.6021428,0,0,1.7029727,-1731.6647,-3476.03)"
       x1="1251.7893"
       y1="2443.8623"
       x2="1404.2107"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11440"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.6183014,0,0,1.7201481,-1753.1231,-3518.0044)"
       x1="1251.7914"
       y1="2443.8623"
       x2="1404.2086"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11443"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.6344599,0,0,1.7373236,-1774.5818,-3559.9789)"
       x1="1251.7935"
       y1="2443.8623"
       x2="1404.2065"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11445"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.6506184,0,0,1.754499,-1796.0402,-3601.9533)"
       x1="1251.7955"
       y1="2443.8623"
       x2="1404.2045"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11447"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.6667769,0,0,1.7716746,-1817.4988,-3643.9277)"
       x1="1251.7975"
       y1="2443.8623"
       x2="1404.2025"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11449"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.6829354,0,0,1.7888501,-1838.9573,-3685.9023)"
       x1="1251.7994"
       y1="2443.8623"
       x2="1404.2006"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11451"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.6990941,0,0,1.8060254,-1860.4158,-3727.8767)"
       x1="1251.8013"
       y1="2443.8623"
       x2="1404.1987"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11453"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.7152525,0,0,1.8232008,-1881.8744,-3769.8511)"
       x1="1251.8032"
       y1="2443.8623"
       x2="1404.1968"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11455"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.7314112,0,0,1.8403764,-1903.3329,-3811.8256)"
       x1="1251.8051"
       y1="2443.8623"
       x2="1404.1949"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11458"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.7475697,0,0,1.8575518,-1924.7914,-3853.8)"
       x1="1251.8068"
       y1="2443.8623"
       x2="1404.1932"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11460"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.7637282,0,0,1.8747274,-1946.25,-3895.7745)"
       x1="1251.8086"
       y1="2443.8623"
       x2="1404.1914"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11462"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.7798867,0,0,1.8919028,-1967.7085,-3937.7488)"
       x1="1251.8103"
       y1="2443.8623"
       x2="1404.1897"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11464"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.7960452,0,0,1.9090783,-1989.167,-3979.7233)"
       x1="1251.812"
       y1="2443.8623"
       x2="1404.188"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11466"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.8122039,0,0,1.9262538,-2010.6257,-4021.6979)"
       x1="1251.8137"
       y1="2443.8623"
       x2="1404.1863"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11468"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.8283624,0,0,1.9434291,-2032.0842,-4063.6724)"
       x1="1251.8154"
       y1="2443.8623"
       x2="1404.1846"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11470"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.8445209,0,0,1.9606046,-2053.5428,-4105.6469)"
       x1="1251.817"
       y1="2443.8623"
       x2="1404.183"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11473"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.8606796,0,0,1.9777801,-2075.0013,-4147.6212)"
       x1="1251.8186"
       y1="2443.8623"
       x2="1404.1814"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11475"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.8768381,0,0,1.9949554,-2096.4599,-4189.5958)"
       x1="1251.8201"
       y1="2443.8623"
       x2="1404.1799"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11477"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.8929967,0,0,2.0121309,-2117.9183,-4231.5702)"
       x1="1251.8217"
       y1="2443.8623"
       x2="1404.1783"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11479"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.9099394,0,0,2.0301398,-2140.4183,-4275.5816)"
       x1="1251.8232"
       y1="2443.8623"
       x2="1404.1768"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6190-7-37-1"
       id="linearGradient11481"
       gradientUnits="userSpaceOnUse"
       x1="1251.8232"
       y1="2443.8623"
       x2="1404.1768"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       id="linearGradient5012-43-2-7">
      <stop
         style="stop-color:#1f1f21;stop-opacity:1"
         offset="0"
         id="stop5014-1-2-7" />
      <stop
         style="stop-color:#a6a6a6;stop-opacity:1"
         offset="1"
         id="stop5016-2-1-9" />
    </linearGradient>
    <filter
       inkscape:collect="always"
       id="filter11770">
      <feGaussianBlur
         inkscape:collect="always"
         stdDeviation="0.7371567"
         id="feGaussianBlur11772" />
    </filter>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient11746"
       id="linearGradient11780"
       gradientUnits="userSpaceOnUse"
       x1="1252"
       y1="2443.8623"
       x2="1404"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient5012-43-2-7"
       id="linearGradient11782"
       gradientUnits="userSpaceOnUse"
       x1="1293.1902"
       y1="2507.4382"
       x2="1362.592"
       y2="2380.1809" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient11981"
       id="linearGradient11979"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.1668165,0,0,1.2402472,-1372.363,-2539.4438)"
       x1="1217.8578"
       y1="2413.1987"
       x2="1289.175"
       y2="2390.4946" />
    <linearGradient
       inkscape:collect="always"
       id="linearGradient5012-43-2-7-0">
      <stop
         style="stop-color:#1f1f21;stop-opacity:1"
         offset="0"
         id="stop5014-1-2-7-16" />
      <stop
         style="stop-color:#a6a6a6;stop-opacity:1"
         offset="1"
         id="stop5016-2-1-9-5" />
    </linearGradient>
    <filter
       color-interpolation-filters="sRGB"
       inkscape:collect="always"
       id="filter11770-7">
      <feGaussianBlur
         inkscape:collect="always"
         stdDeviation="0.7371567"
         id="feGaussianBlur11772-5" />
    </filter>
    <linearGradient
       id="linearGradient11981-1">
      <stop
         style="stop-color:#020001;stop-opacity:0.12301587"
         offset="0"
         id="stop11983-2" />
      <stop
         id="stop11985-0"
         offset="0.542301"
         style="stop-color:#acadad;stop-opacity:1" />
      <stop
         style="stop-color:#ffffff;stop-opacity:0"
         offset="1"
         id="stop11987-0" />
    </linearGradient>
    <linearGradient
       y2="2390.4946"
       x2="1289.175"
       y1="2413.1987"
       x1="1217.8578"
       gradientTransform="matrix(-1.1668165,0,0,1.2402472,1726.6924,-2539.4434)"
       gradientUnits="userSpaceOnUse"
       id="linearGradient12023"
       xlink:href="#linearGradient11981-1"
       inkscape:collect="always" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient5012-43-2-7-0"
       id="linearGradient12084"
       gradientUnits="userSpaceOnUse"
       x1="1293.1902"
       y1="2507.4382"
       x2="1362.592"
       y2="2380.1809" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient12088"
       id="linearGradient12086"
       gradientUnits="userSpaceOnUse"
       x1="1252"
       y1="2443.8623"
       x2="1404"
       y2="2443.8623" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient15645"
       id="linearGradient15682"
       gradientUnits="userSpaceOnUse"
       x1="166.76677"
       y1="638.14288"
       x2="166.76677"
       y2="662.61218" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient15653"
       id="linearGradient15684"
       gradientUnits="userSpaceOnUse"
       x1="161.81944"
       y1="643.71289"
       x2="161.92204"
       y2="604.94244" />
    <linearGradient
       y2="3319.6001"
       x2="7296.5898"
       y1="3098.24"
       x1="7257.5498"
       gradientUnits="userSpaceOnUse"
       id="id1-7-3-4">
      <stop
         id="stop1624-4-5-4"
         stop-color="#FFC100"
         offset="0" />
      <stop
         id="stop1626-0-1-4"
         stop-color="#997200"
         offset="0.6" />
      <stop
         id="stop1628-9-2-4"
         stop-color="#332201"
         offset="1" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#id1-7-3-4"
       id="linearGradient15772"
       gradientUnits="userSpaceOnUse"
       x1="7257.5498"
       y1="3098.24"
       x2="7296.5898"
       y2="3319.6001" />
    <linearGradient
       id="linearGradient5452-8-7">
      <stop
         style="stop-color:#ffffff;stop-opacity:0.00392157;"
         offset="0"
         id="stop5454-92-3" />
      <stop
         id="stop5464-9-9"
         offset="0.2396245"
         style="stop-color:#ffffff;stop-opacity:0.08391608;" />
      <stop
         id="stop5462-5-8"
         offset="0.49901184"
         style="stop-color:#ffffff;stop-opacity:0.05098039;" />
      <stop
         id="stop5460-9-0"
         offset="0.74901187"
         style="stop-color:#ffffff;stop-opacity:0.02352941;" />
      <stop
         style="stop-color:#ffffff;stop-opacity:0.00392157;"
         offset="1"
         id="stop5456-4-0" />
    </linearGradient>
    <linearGradient
       y2="315.97937"
       x2="-380.78516"
       y1="315.97937"
       x1="-886.78516"
       gradientTransform="matrix(0.60383074,0,0,0.60383074,559.86431,109.95203)"
       gradientUnits="userSpaceOnUse"
       id="linearGradient20481"
       xlink:href="#linearGradient5452-8-7"
       inkscape:collect="always" />
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient20533"
       id="radialGradient20539"
       cx="-634.94196"
       cy="499.02237"
       fx="-634.94196"
       fy="499.02237"
       r="193.35937"
       gradientTransform="matrix(2.9238937,0,0,0.08119973,2032.9696,314.57198)"
       gradientUnits="userSpaceOnUse" />
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient20549"
       id="radialGradient20555"
       cx="-635.7887"
       cy="-4.3228502"
       fx="-635.7887"
       fy="-4.3228502"
       r="194.01564"
       gradientTransform="matrix(1.9251093,-8.2108015e-7,7.875463e-8,0.15717007,1399.6252,76.926609)"
       gradientUnits="userSpaceOnUse" />
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient20557"
       id="radialGradient20563"
       cx="-536.90503"
       cy="150.65378"
       fx="-536.90503"
       fy="150.65378"
       r="98.718745"
       gradientTransform="matrix(0.39146721,0,0,3.2020668,467.24953,-278.54232)"
       gradientUnits="userSpaceOnUse" />
    <radialGradient
       r="98.468742"
       fy="150.01135"
       fx="-676.74615"
       cy="150.01135"
       cx="-676.74615"
       gradientTransform="matrix(-0.27090177,0,1.2357989e-7,-8.6349426,-98.040384,1497.523)"
       gradientUnits="userSpaceOnUse"
       id="radialGradient12981"
       xlink:href="#linearGradient13037"
       inkscape:collect="always" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4956-7"
       id="linearGradient14850"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(-0.43380515,0,0,0.49539106,243.31578,-736.61055)"
       x1="-157.30489"
       y1="1645.1188"
       x2="462.28238"
       y2="1645.1188" />
  </defs>
  <sodipodi:namedview
     id="base"
     pagecolor="#ffffff"
     bordercolor="#666666"
     borderopacity="1.0"
     inkscape:pageopacity="0.0"
     inkscape:pageshadow="2"
     inkscape:zoom="1"
     inkscape:cx="135.64234"
     inkscape:cy="270.91975"
     inkscape:document-units="px"
     inkscape:current-layer="layer2"
     showgrid="false"
     units="mm"
     inkscape:showpageshadow="false"
     showguides="true"
     inkscape:guide-bbox="true"
     inkscape:snap-bbox="true"
     inkscape:bbox-paths="true"
     inkscape:bbox-nodes="true"
     inkscape:snap-bbox-edge-midpoints="true"
     inkscape:snap-bbox-midpoints="true"
     inkscape:object-paths="true"
     inkscape:object-nodes="true"
     inkscape:snap-intersection-paths="true"
     inkscape:snap-midpoints="true"
     inkscape:snap-smooth-nodes="false"
     inkscape:snap-object-midpoints="true"
     inkscape:snap-center="true"
     inkscape:window-width="1680"
     inkscape:window-height="991"
     inkscape:window-x="-6"
     inkscape:window-y="-6"
     inkscape:window-maximized="1"
     inkscape:snap-global="true"
     inkscape:snap-page="true" />
  <metadata
     id="metadata7">
    <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 />
      </cc:Work>
    </rdf:RDF>
  </metadata>
  <g
     inkscape:groupmode="layer"
     id="layer2"
     inkscape:label="Dap side buttons"
     sodipodi:insensitive="true"
     style="display:inline">
    <rect
       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
       id="rect3624"
       width="13"
       height="56.75"
       x="318.06964"
       y="407.25116" />
    <rect
       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
       id="rect3624-8"
       width="13"
       height="134.17819"
       x="318.06964"
       y="77.682228" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer4"
     inkscape:label="DAP"
     style="display:inline"
     sodipodi:insensitive="true">
    <path
       style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
       d="m 177.16538,1.25 c -57.17401,0 -106.816382,3.333085 -133.012552,8.302673 -5.106535,0.968786 -9.322482,3.32922 -12.529487,6.755417 -0.249926,0.267014 -0.498282,0.51247 -0.735949,0.792467 -1.643266,1.936787 -2.985884,4.189981 -4.019219,6.698777 -0.295212,0.716808 -0.567902,1.449013 -0.811427,2.207726 -0.121733,0.379387 -0.230966,0.780451 -0.339655,1.169983 -0.217259,0.778942 -0.420629,1.559815 -0.584931,2.377583 -0.492846,2.453244 -0.735949,5.085221 -0.735949,7.8498 l 0,19.530187 0,444.494867 0,63.70414 c 0,11.09297 4.512366,14.52207 12.661606,17.45451 23.508399,8.45931 77.259773,17.66204 140.107563,17.66204 62.84779,0 116.59919,-9.20273 140.10759,-17.66204 8.14924,-2.93244 12.66161,-6.36154 12.66155,-17.45451 l 0,-63.70414 0,-444.494867 0,-19.530187 c 0,-0.460723 -0.006,-0.924707 -0.0187,-1.377459 -0.0278,-0.905565 -0.0867,-1.788607 -0.16986,-2.660598 -0.0416,-0.436028 -0.0958,-0.874831 -0.15095,-1.302041 -0.16557,-1.281692 -0.39292,-2.519424 -0.67932,-3.717424 -0.3818,-1.597193 -0.86245,-3.114015 -1.45294,-4.54757 -0.29521,-0.716807 -0.61627,-1.40294 -0.96238,-2.075668 -0.34606,-0.672728 -0.71717,-1.335915 -1.11329,-1.96245 -0.39611,-0.626534 -0.81897,-1.233203 -1.26429,-1.811492 C 320.7833,13.612589 316.07577,10.671571 310.1781,9.552673 283.98191,4.583085 234.33957,1.25 177.1655,1.25 z"
       id="rect3034-3-5-8"
       inkscape:connector-curvature="0" />
    <path
       style="fill:url(#linearGradient20481);fill-opacity:1;stroke:none;display:inline"
       d="m 177.16538,1.25 c -57.17401,0 -106.816376,3.333085 -133.012539,8.302673 -5.106537,0.968786 -9.322483,3.32922 -12.529489,6.755417 -0.249925,0.267014 -0.49828,0.51247 -0.735949,0.792467 -1.643264,1.936787 -2.985882,4.189981 -4.019218,6.698777 -0.295213,0.716808 -0.567903,1.449013 -0.811428,2.207726 -0.121731,0.379387 -0.230964,0.780451 -0.339655,1.169983 -0.217257,0.778942 -0.420628,1.559815 -0.58493,2.377583 -0.492847,2.453244 -0.735949,5.085221 -0.735949,7.8498 l 0,19.530181 0,444.494893 0,63.70414 c 0,11.09298 4.512367,14.52206 12.661607,17.45451 23.508392,8.45931 77.25977,17.66208 140.10755,17.66208 62.84779,0 116.59919,-9.20277 140.10759,-17.66208 8.14924,-2.93245 12.66161,-6.36153 12.66155,-17.45451 l 0,-63.70414 0,-444.494893 0,-19.530181 c 0,-0.460723 -0.006,-0.924707 -0.0187,-1.377459 -0.0278,-0.905565 -0.0867,-1.788607 -0.16986,-2.660598 -0.0416,-0.436028 -0.0958,-0.874831 -0.15095,-1.302041 -0.16557,-1.281692 -0.39292,-2.519424 -0.67932,-3.717424 -0.3818,-1.597193 -0.86245,-3.114015 -1.45294,-4.54757 -0.29521,-0.716807 -0.61627,-1.40294 -0.96238,-2.075668 -0.34606,-0.672728 -0.71717,-1.335915 -1.11329,-1.96245 -0.39611,-0.626534 -0.81897,-1.233203 -1.26429,-1.811492 C 320.7833,13.612589 316.07577,10.671571 310.1781,9.552673 283.98191,4.583085 234.33957,1.25 177.16551,1.25 z"
       id="rect3034-3-5-88"
       inkscape:connector-curvature="0" />
    <g
       style="display:inline"
       id="g7860"
       transform="matrix(0.60383074,0,0,0.60383074,559.8643,109.95199)">
      <path
         inkscape:connector-curvature="0"
         id="rect3034-4"
         d="m -633.78516,-180.02063 c -94.6855,0 -176.8979,5.5199 -220.2812,13.75 -8.4569,1.6044 -15.439,5.5134 -20.75,11.1875 -0.414,0.4422 -0.8252,0.8488 -1.2188,1.3125 -2.7214,3.2075 -4.945,6.9389 -6.6562,11.0938 -0.489,1.1871 -0.9405,2.3997 -1.3438,3.6562 -0.2016,0.6283 -0.3825,1.2924 -0.5625,1.9375 -0.3598,1.29 -0.6967,2.5833 -0.9687,3.9375 -0.8162,4.0628 -1.2188,8.4216 -1.2188,13 l 0,27.562506 c 0.008,-1.2031 3.3295,-21.923406 10.3438,-38.531306 2.5271,-5.9837 6.0984,-11.0212 9.6874,-14.7187 4.6068,-4.7459 12.0149,-8.4476 19.2188,-10.2813 12.3939,-3.1548 26.4849,-4.1203 43,-5.7812 43.8975,-4.4148 101.9483,-7.0625 170.75,-7.0625 68.8015,0 126.8524,2.6477 170.75,7.0625 16.51487,1.6609 30.606,2.6264 43,5.7812 7.2037,1.8338 14.61205,5.5354 19.21875,10.2813 3.5891,3.6975 7.1603,8.735 9.6875,14.7187 7.0142,16.608 10.33375,37.328206 10.34375,38.531306 l 0,-27.562506 c 0,-0.763 -0.0102,-1.5315 -0.0312,-2.2812 -0.046,-1.4998 -0.14355,-2.9622 -0.28125,-4.4063 -0.069,-0.7221 -0.1586,-1.4487 -0.25,-2.1563 -0.2742,-2.1225 -0.6507,-4.1723 -1.125,-6.1562 -0.6323,-2.6451 -1.42835,-5.1572 -2.40625,-7.5312 -0.4889,-1.1872 -1.02055,-2.3234 -1.59375,-3.4376 -0.5731,-1.1141 -1.18775,-2.2123 -1.84375,-3.25 -0.656,-1.0376 -1.35625,-2.0423 -2.09375,-3 -5.5305,-7.1827 -13.32665,-12.0532 -23.09375,-13.9062 -43.38325,-8.2301 -125.59565,-13.75 -220.28125,-13.75 z"
         style="fill:url(#linearGradient5292);fill-opacity:1;stroke:none" />
      <path
         sodipodi:nodetypes="ccccsccscccccscccccscc"
         inkscape:connector-curvature="0"
         id="path5229-4"
         d="m -633.7892,-177.79304 0.004,6.15522 c -68.8015,0 -127.57511,2.39878 -171.47271,6.81349 -16.51487,1.6612 -24.4185,1.314 -36.8125,4.46879 -7.2037,1.8338 -22.83077,9.0666 -27.4375,13.8125 -2.81351,2.89851 -6.50074,9.1101 -7.96875,11.65621 -0.40467,0.7024 -1.125,0.78129 -1.125,0.78129 0,0 -0.0508,-0.7286 0.125,-1.75 0.43085,-2.50309 1.76846,-4.16909 3.09375,-7.53129 1.41659,-3.5933 3.01967,-5.3707 2.40625,-4.78121 -0.30414,0.29231 -2.87938,3.4195 -4.5625,6.78121 -1.25681,2.51079 -1.98029,4.491 -3.125,6.09379 -1.16928,1.63731 -2.153,3.2173 -2.0625,2.25 1.26223,-8.97839 13.17047,-23.7613 20.9375,-29.53119 1.77932,-1.3218 1.6477,1.9012 1.125,2.5624 -0.59557,0.75389 -2.34434,0.9093 -1.9375,1.78129 0.25799,0.5527 0.87313,0.4787 1.625,0.46871 0.55767,-0.01 0.4321,0.011 1.65625,-0.031 1.51959,-0.05 1.47108,-2.18081 2.9375,-2.625 3.23803,-1.6601 10.51924,-5.57031 14.96875,-6.25 45.59916,-6.96531 121.3573,-11.125 207.625,-11.125 z"
         style="fill:url(#linearGradient4453);fill-opacity:1;stroke:none" />
      <path
         sodipodi:nodetypes="ccccsccscccccscccccscc"
         inkscape:connector-curvature="0"
         id="path5229-4-1"
         d="m -633.7812,-177.79304 -0.004,6.15522 c 68.8015,0 127.57511,2.39878 171.47271,6.81349 16.51487,1.6612 24.4185,1.314 36.8125,4.46879 7.2037,1.8338 22.83077,9.0666 27.4375,13.8125 2.81351,2.89851 6.50074,9.1101 7.96875,11.65621 0.40467,0.7024 1.125,0.78129 1.125,0.78129 0,0 0.0508,-0.7286 -0.125,-1.75 -0.43085,-2.50309 -1.76846,-4.16909 -3.09375,-7.53129 -1.41659,-3.5933 -3.01967,-5.3707 -2.40625,-4.78121 0.30414,0.29231 2.87938,3.4195 4.5625,6.78121 1.25681,2.51079 1.98029,4.491 3.125,6.09379 1.16928,1.63731 2.153,3.2173 2.0625,2.25 -1.26223,-8.97839 -13.17047,-23.7613 -20.9375,-29.53119 -1.77932,-1.3218 -1.6477,1.9012 -1.125,2.5624 0.59557,0.75389 2.34434,0.9093 1.9375,1.78129 -0.25799,0.5527 -0.87313,0.4787 -1.625,0.46871 -0.55767,-0.01 -0.4321,0.011 -1.65625,-0.031 -1.51959,-0.05 -1.47108,-2.18081 -2.9375,-2.625 -3.23803,-1.6601 -10.51924,-5.57031 -14.96875,-6.25 -45.59916,-6.96531 -121.3573,-11.125 -207.625,-11.125 z"
         style="fill:url(#linearGradient5429);fill-opacity:1;stroke:none" />
    </g>
    <g
       id="g8995"
       transform="matrix(0.60383074,0,0,0.60383074,559.8643,-680.67958)">
      <path
         inkscape:connector-curvature="0"
         id="path4941-2-5-1-1"
         d="m -633.78516,1129.339 c -94.6855,0 -176.898,5.5199 -220.2813,13.75 -8.4568,1.6044 -15.4389,5.5134 -20.75,11.1875 -0.4139,0.4422 -0.8251,0.8488 -1.2187,1.3125 -2.7214,3.2075 -4.945,6.9389 -6.6563,11.0937 -0.4889,1.1871 -0.9404,2.3998 -1.3437,3.6563 -0.2016,0.6283 -0.3825,1.2924 -0.5625,1.9375 -0.3598,1.29 -0.6967,2.5833 -0.9688,3.9375 -0.8161,4.0628 -1.2187,8.4216 -1.2187,13 l 0,32.3437 0,736.125 0,105.5 c 0,18.371 7.4728,24.0499 20.9687,28.9063 38.9321,14.0094 127.9495,29.25 232.0313,29.25 104.0818,0 193.0992,-15.2406 232.03126,-29.25 13.4958,-4.8564 20.9688,-10.5353 20.9687,-28.9063 l 0,-105.5 0,-736.125 0,-32.3437 c 0,-0.763 -0.01,-1.5315 -0.031,-2.2813 -0.046,-1.4997 -0.1435,-2.9621 -0.2812,-4.4062 -0.069,-0.7221 -0.1586,-1.4488 -0.25,-2.1563 -0.2742,-2.1226 -0.6507,-4.1723 -1.125,-6.1562 -0.6323,-2.6451 -1.4284,-5.1572 -2.4062,-7.5313 -0.489,-1.1871 -1.0206,-2.3234 -1.5938,-3.4375 -0.5731,-1.1141 -1.1878,-2.2124 -1.8438,-3.25 -0.6559,-1.0376 -1.3562,-2.0423 -2.0937,-3 -5.5305,-7.1827 -13.3267,-12.0532 -23.0937,-13.9062 -43.38326,-8.2301 -125.59566,-13.75 -220.28126,-13.75 z"
         style="fill:url(#linearGradient8999);fill-opacity:1;stroke:none;display:inline" />
      <path
         inkscape:connector-curvature="0"
         id="path4941-2-5-1"
         d="m -633.7852,1129.339 c -94.6855,0 -176.8979,5.5199 -220.2812,13.75 -8.4568,1.6044 -15.4389,5.5134 -20.75,11.1875 -0.4139,0.4422 -0.8251,0.8488 -1.2187,1.3125 -2.7214,3.2075 -4.945,6.9389 -6.6563,11.0937 -0.4889,1.1871 -0.9404,2.3998 -1.3437,3.6563 -0.2016,0.6283 -0.3825,1.2924 -0.5625,1.9375 -0.3598,1.29 -0.6967,2.5833 -0.9688,3.9375 -0.8161,4.0628 -1.2187,8.4216 -1.2187,13 l 0,32.3437 0,736.1251 0,105.5 c 0,18.371 7.4728,24.0498 20.9687,28.9062 38.9321,14.0094 127.9494,29.25 232.0312,29.25 104.0818,0 193.0992,-15.2406 232.03134,-29.25 13.4958,-4.8564 20.9688,-10.5352 20.9687,-28.9062 l 0,-105.5 0,-736.1251 0,-32.3437 c 0,-0.763 -0.01,-1.5315 -0.031,-2.2813 -0.046,-1.4997 -0.1435,-2.9621 -0.2812,-4.4062 -0.069,-0.7221 -0.1586,-1.4488 -0.25,-2.1563 -0.2742,-2.1226 -0.6507,-4.1723 -1.125,-6.1562 -0.6323,-2.6451 -1.4284,-5.1572 -2.4062,-7.5313 -0.489,-1.1871 -1.0206,-2.3234 -1.5938,-3.4375 -0.5731,-1.1141 -1.1878,-2.2124 -1.8438,-3.25 -0.6559,-1.0376 -1.3562,-2.0423 -2.0937,-3 -5.5305,-7.1826 -13.3267,-12.0532 -23.0937,-13.9062 -43.38334,-8.2301 -125.59574,-13.75 -220.28134,-13.75 z"
         style="fill:url(#linearGradient9001);fill-opacity:1;stroke:none;display:inline" />
    </g>
    <path
       style="fill:url(#radialGradient20555);fill-opacity:1;stroke:none;display:inline"
       d="M 177.53297,157.94174 293.24206,48.950267 c -0.74198,-0.438532 -1.56235,-0.769443 -2.4908,-0.792528 0,0 -75.72104,-2.830456 -113.59568,-2.830456 -37.87463,0 -113.595638,2.830456 -113.595638,2.830456 -2.155755,0 -3.935968,1.373673 -4.623079,3.283354 L 177.53297,157.94174 z"
       id="rect4126-2-2-2-7-26-1"
       inkscape:connector-curvature="0" />
    <path
       style="fill:url(#radialGradient20539);fill-opacity:1;stroke:none;display:inline"
       d="M 176.49514,233.94893 59.710521,350.29957 c 0.901573,1.15361 2.253158,1.94161 3.849421,1.98131 0,0 75.721008,2.81158 113.595638,2.81158 37.87464,0 113.59568,-2.81158 113.59568,-2.81158 0.91909,0 1.73499,-0.32154 2.47191,-0.75478 L 176.49514,233.94893 z"
       id="path16158"
       inkscape:connector-curvature="0" />
    <path
       style="fill:url(#radialGradient20563);fill-opacity:1;stroke:none;display:inline"
       d="m 293.24206,48.950267 -115.7091,108.991463 -1.03782,76.00718 116.72802,117.57717 c 1.46623,-0.862 2.49081,-2.38264 2.49081,-4.20795 l 0,-83.23429 0,-210.982219 c 0,-1.815809 -1.01843,-3.292272 -2.47191,-4.151354 z"
       id="path16169"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="ccccscsc" />
    <path
       style="fill:url(#radialGradient12981);fill-opacity:1;stroke:none;display:inline"
       d="m 58.936863,51.441093 c -0.188878,0.52479 -0.320815,1.069293 -0.320815,1.660541 l 0,62.100216 0,232.11628 c 0,1.14914 0.444298,2.14954 1.094443,2.98142 L 176.49512,233.94891 c 0.34593,-25.33572 0.69188,-50.67144 1.03782,-76.00717 C 131.98367,117.0032 104.50315,92.360669 58.936863,51.441093 z"
       id="path16162-0"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="cscscccc" />
    <rect
       style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
       id="rect4126-2-2-2"
       width="216.42128"
       height="284.68497"
       x="68.953934"
       y="57.867992" />
    <rect
       style="fill:#404040;fill-opacity:1;stroke:none;display:inline"
       id="rect4126-2-2"
       width="209.62819"
       height="278.36252"
       x="72.350487"
       y="61.029209" />
    <g
       transform="matrix(0.02891782,0,0,0.02891333,47.034387,52.947494)"
       style="fill-rule:evenodd;display:inline"
       id="g1619-8-5-9">
      <defs
         id="defs1621-8-8-3" />
      <path
         inkscape:connector-curvature="0"
         style="fill:#000000"
         id="path1630-2-6-0"
         d="m 875.45,3825.1 7249.1,0 0,-2244.3 -7249.1,0 0,2244.3 z" />
      <path
         inkscape:connector-curvature="0"
         style="fill:#ffffff"
         id="path1632-4-7-7"
         d="m 1333.89,3695.16 c 0,-31.54 -25.56,-57.1 -57.09,-57.1 -31.53,0 -57.09,25.56 -57.09,57.1 0,31.52 25.56,57.09 57.09,57.09 31.53,0 57.09,-25.57 57.09,-57.09 z m 179.32,-47.8 c 22.95,-15.62 53.43,-11.19 71.41,10.35 18,21.54 18,53.62 0,75.18 -17.98,21.54 -48.46,25.95 -71.41,10.34 l 0,47.31 -30.24,0 0,-149.7 30.24,0 0,6.52 z m 345.25,47.79 c 0,-31.54 -25.56,-57.09 -57.09,-57.09 -31.52,0 -57.08,25.55 -57.08,57.09 0,31.53 25.56,57.09 57.08,57.09 16.25,0 30.93,-6.79 41.32,-17.69 l -21.85,-20.84 21.85,20.84 -21.85,-20.84 c -5.59,5.87 -13.55,8.9 -21.66,8.24 -8.09,-0.69 -15.45,-4.98 -20.01,-11.69 l 77.28,0 c 1.32,-4.82 2.01,-9.88 2.01,-15.11 z m 1896.14,0 c 0,-31.54 -25.56,-57.09 -57.1,-57.09 -31.51,0 -57.08,25.55 -57.08,57.09 0,31.53 25.57,57.09 57.08,57.09 16.26,0 30.93,-6.79 41.33,-17.69 l -21.84,-20.84 21.84,20.84 -21.84,-20.84 c -5.61,5.87 -13.57,8.9 -21.67,8.24 -8.1,-0.69 -15.46,-4.98 -20.02,-11.69 l 77.29,0 c 1.32,-4.82 2.01,-9.88 2.01,-15.11 z m 1128.28,0 c 0,-31.54 -25.56,-57.09 -57.08,-57.09 -31.53,0 -57.08,25.55 -57.08,57.09 0,31.53 25.55,57.09 57.08,57.09 16.25,0 30.92,-6.79 41.32,-17.69 l -21.85,-20.84 21.85,20.84 -21.85,-20.84 c -5.61,5.87 -13.56,8.9 -21.66,8.24 -8.08,-0.69 -15.44,-4.98 -20.01,-11.69 l 77.28,0 c 1.32,-4.82 2,-9.88 2,-15.11 z m 2883.6,0 c 0,-31.54 -25.56,-57.09 -57.08,-57.09 -31.53,0 -57.09,25.55 -57.09,57.09 0,31.53 25.56,57.09 57.09,57.09 16.24,0 30.92,-6.79 41.31,-17.69 l -21.85,-20.84 21.85,20.84 -21.85,-20.84 c -5.59,5.87 -13.55,8.9 -21.66,8.24 -8.08,-0.69 -15.44,-4.98 -20.01,-11.69 l 77.28,0 c 1.32,-4.82 2.01,-9.88 2.01,-15.11 z m -5660.49,-8.49 c 0,-18.27 -8.91,-35.01 -23.06,-43.31 -14.14,-8.29 -31.13,-6.74 -43.96,4.01 l 0,-6.52 -30.24,0 0,108.93 30.24,0 0,-63.11 c 0,-10.16 8.22,-18.38 18.38,-18.38 10.16,0 18.39,8.22 18.39,18.38 l 0,63.11 30.25,0 0,-63.11 z m 437.24,-14.09 c 0,-14.47 -10.9,-27.39 -27.31,-32.39 -16.4,-4.98 -34.82,-0.99 -46.13,10.03 -11.32,11.02 -13.14,26.71 -4.56,39.3 4.34,6.08 10.52,10.54 17.62,12.76 8.04,2.71 16.25,4.9 24.57,6.57 6.82,1.33 10.41,4.73 8.42,7.96 -1.98,3.22 -8.96,5.3 -16.32,4.84 -7.35,-0.46 -12.83,-3.3 -12.83,-6.64 l 0,-3.23 -30.21,0 0,3.23 c 0,16.03 12.23,30.29 30.43,35.5 18.2,5.21 38.37,0.22 50.18,-12.45 11.83,-12.64 12.7,-30.17 2.18,-43.59 -6.1,-7.12 -14.48,-11.87 -23.72,-13.42 -7.3,-1.36 -14.52,-3.13 -21.63,-5.27 -3.94,-1.31 -5,-3.46 -2.54,-5.2 2.46,-1.75 7.79,-2.65 12.91,-2.16 5.12,0.46 8.73,2.18 8.73,4.16 l 0,1.5 30.21,0 0,-1.5 z m 263.01,22.59 c 0,-31.54 -25.56,-57.1 -57.09,-57.1 -31.53,0 -57.09,25.56 -57.09,57.1 0,31.52 25.56,57.09 57.09,57.09 31.53,0 57.09,-25.57 57.09,-57.09 z m 149.73,8.78 0,-63.1 30.23,0 0,63.1 c 0,10.15 8.25,18.39 18.4,18.39 10.15,0 18.38,-8.24 18.38,-18.39 l 0,-63.1 30.24,0 0,108.93 -30.24,0 0,-6.54 c -12.83,10.76 -29.81,12.31 -43.96,4.01 -14.14,-8.28 -23.05,-25.01 -23.05,-43.3 z m 279.74,-56.58 0,-6.52 -30.24,0 0,108.93 30.24,0 0,-54.61 c 0,-7.14 2.84,-13.97 7.87,-19.02 5.05,-5.03 11.89,-7.86 19,-7.86 l 0,-30.12 c -9.57,0.56 -18.83,3.74 -26.87,9.2 z m 266.04,8.38 c -10.39,-10.88 -25.07,-17.68 -41.32,-17.68 -31.51,0 -57.07,25.54 -57.07,57.08 0,0 0,0 0,0.01 0,31.52 25.56,57.08 57.07,57.08 16.25,0 30.93,-6.8 41.32,-17.7 l -21.86,-20.83 c -4.88,5.11 -11.79,8.32 -19.43,8.32 -14.83,0 -26.87,-12.04 -26.88,-26.87 0,-0.01 0,-0.01 0,-0.01 0.01,-14.84 12.05,-26.86 26.88,-26.86 7.64,0 14.55,3.19 19.43,8.3 l 21.86,-20.84 z m 3499.75,39.33 -15.58,-54.23 -26.99,0 -15.58,54.23 -15.58,-54.23 -31.45,0 31.3,108.93 31.44,0 13.36,-46.5 13.37,46.5 31.43,0 31.31,-108.93 -31.44,0 -15.59,54.23 m -767.53,-89.7 -30.23,0 0,30.21 30.23,0 0,-30.21 m 0,35.47 -30.23,0 0,108.93 30.23,0 0,-108.93 m -626.55,54.51 33.66,54.42 -35.61,0 -15.84,-25.64 -15.87,25.64 -35.59,0 33.65,-54.42 -33.71,-54.51 35.6,0 15.92,25.73 15.91,-25.73 35.6,0 -33.72,54.51 m -1012.87,-54.51 -27.71,44.82 0,-80.29 -30.25,0 0,144.4 30.25,0 0,-45.43 34.06,45.43 37.76,0 -41.57,-55.46 33.07,-53.47 -35.61,0 m -460.66,-35.47 -30.24,0 0,30.21 30.24,0 0,-30.21 m 0,149.71 0,-114.24 -30.24,0 0,114.27 c 0,2.89 -2.34,5.22 -5.22,5.22 l -8.56,0 0,30.21 8.56,0 c 19.59,0 35.46,-15.89 35.46,-35.46 m 1273.22,-59.92 c 0,-31.54 -25.56,-57.1 -57.09,-57.1 -31.52,0 -57.08,25.56 -57.08,57.1 0,31.52 25.56,57.09 57.08,57.09 31.53,0 57.09,-25.57 57.09,-57.09 z m -1052.95,48.07 0,6.54 30.23,0 0,-108.93 -30.23,0 0,63.1 c 0,10.15 -8.24,18.39 -18.39,18.39 -10.16,0 -18.39,-8.24 -18.39,-18.39 l 0,-63.1 -30.24,0 0,63.1 c 0,18.29 8.89,35.02 23.04,43.3 14.16,8.3 31.14,6.75 43.98,-4.01 z m 707.46,-95.87 0,-41.99 -30.23,0 0,144.4 30.23,0 0,-6.54 c 22.95,15.61 53.43,11.2 71.42,-10.34 17.99,-21.56 17.99,-53.63 0,-75.18 -17.99,-21.54 -48.47,-25.97 -71.42,-10.35 z m 992.23,-11.78 -25.1,0 c -0.66,-0.06 -1.32,0.18 -1.81,0.67 -0.48,0.47 -0.72,1.13 -0.66,1.81 l 0,2.78 0,0 13.79,0 0,30.22 -13.79,0 0,78.71 -30.24,0 0,-78.71 -13.79,0 0,-30.22 13.79,0 c 0,-19.59 15.88,-35.47 35.46,-35.47 l 22.35,0 0,30.21 z m 390.01,2.58 0,30.12 c -7.13,0 -13.97,2.83 -19.01,7.86 -5.05,5.05 -7.87,11.88 -7.87,19.02 l 0,54.61 -30.25,0 0,-108.93 30.25,0 0,6.52 c 8.03,-5.46 17.29,-8.64 26.88,-9.2 z m 177.25,9.2 0,-6.52 -30.24,0 0,108.93 30.24,0 0,-63.11 c 0,-10.16 8.24,-18.38 18.4,-18.38 10.15,0 18.38,8.22 18.38,18.38 l 0,63.11 30.24,0 0,-63.11 c 0,-10.16 8.24,-18.38 18.4,-18.38 10.15,0 18.39,8.22 18.39,18.38 l 0,63.11 30.23,0 -0.01,-63.11 c 0,-19.18 -11.27,-36.57 -28.78,-44.38 -17.51,-7.83 -38.01,-4.63 -52.28,8.17 -14.83,-15.27 -36.89,-16.56 -52.97,-3.09 z m 646.89,0 0,-6.52 30.26,0 0,108.93 -30.26,0 0,-6.54 c -22.94,15.61 -53.41,11.2 -71.39,-10.34 -17.99,-21.56 -17.99,-53.63 0,-75.18 17.98,-21.54 48.45,-25.97 71.39,-10.35 z m 243.81,-9.2 0,30.12 c -7.12,0 -13.96,2.83 -19.01,7.86 -5.03,5.05 -7.87,11.88 -7.87,19.02 l 0,54.61 -30.23,0 0,-108.93 30.23,0 0,6.52 c 8.03,-5.46 17.31,-8.64 26.88,-9.2 z" />
      <path
         inkscape:connector-curvature="0"
         style="fill:#000000"
         id="path1634-5-7-7"
         d="m 1303.67,3695.16 c 0,-14.85 -12.02,-26.88 -26.87,-26.88 -14.84,0 -26.89,12.03 -26.89,26.88 0,14.84 12.05,26.88 26.89,26.88 14.85,0 26.87,-12.04 26.87,-26.88 z m 3499.91,-15.11 44.46,0 c -5,-7.37 -13.32,-11.77 -22.23,-11.77 -8.9,0 -17.23,4.4 -22.23,11.77 m -1128.28,0 44.47,0 c -5.01,-7.37 -13.33,-11.77 -22.23,-11.77 -8.91,0 -17.22,4.4 -22.24,11.77 m -899.27,15.11 c 0,-14.85 -12.03,-26.88 -26.88,-26.88 -14.84,0 -26.87,12.03 -26.87,26.88 0,14.84 12.03,26.88 26.87,26.88 14.85,0 26.88,-12.04 26.88,-26.88 z m 2600.88,0 c 0,-14.85 -12.04,-26.88 -26.89,-26.88 -14.85,0 -26.87,12.03 -26.87,26.88 0,14.84 12.02,26.88 26.87,26.88 14.85,0 26.89,-12.04 26.89,-26.88 z m -261.53,0 c 0,-14.85 -12.03,-26.88 -26.88,-26.88 -14.84,0 -26.88,12.03 -26.88,26.88 0,14.84 12.04,26.88 26.88,26.88 14.85,0 26.88,-12.04 26.88,-26.88 z m -3548.42,0.29 c 0,-14.85 -12.02,-26.88 -26.88,-26.88 -14.83,0 -26.87,12.03 -26.87,26.88 0,14.84 12.04,26.88 26.87,26.88 14.86,0 26.88,-12.04 26.88,-26.88 z m 212.21,-15.4 44.47,0 c -5.01,-7.37 -13.34,-11.77 -22.24,-11.77 -8.9,0 -17.23,4.4 -22.23,11.77 m 5908,0 44.47,0 c -5,-7.37 -13.33,-11.77 -22.23,-11.77 -8.91,0 -17.23,4.4 -22.24,11.77 M 7268,3695.16 c 0,-14.85 -12.02,-26.88 -26.86,-26.88 -14.85,0 -26.88,12.03 -26.88,26.88 0,14.84 12.03,26.88 26.88,26.88 14.84,0 26.86,-12.04 26.86,-26.88 z" />
      <path
         inkscape:connector-curvature="0"
         style="fill:#ffc000"
         id="path1636-5-2-8"
         d="m 918.37,1633.25 7156.1,0 0,1906.25 -7156.1,0 0,-1906.25" />
      <path
         inkscape:connector-curvature="0"
         style="fill:url(#linearGradient15772)"
         id="path1638-1-2-7"
         d="m 6542.59,3424.95 0,0 m 1512.67,-313.2 19.21,0 0,10.92 -8.28,0 0,43.65 -10.93,0 0,-54.57 m -54.55,0 32.74,0 0,10.92 -32.74,0 0,-10.92 m 0,43.64 32.74,0 0,10.93 -32.74,0 0,-10.93 m -76.4,-43.64 0,0 0,0 0,0 0,0 m 21.83,10.92 10.91,0 0,43.65 -10.91,0 0,-43.65 m 10.91,-10.92 10.92,0 0,10.92 -10.92,0 0,-10.92 m 10.92,10.92 10.92,0 0,43.65 -10.92,0 0,-43.65 m -43.66,-10.92 21.83,0 0,10.92 -10.92,0 0,43.65 -10.91,0 0,-54.57 m -21.83,-10.92 10.92,0 0,21.84 -10.92,0 0,-21.84 m 0,32.74 10.92,0 0,21.82 -10.92,0 0,-21.82 m -87.3,-21.82 10.92,0 0,21.82 -10.92,0 0,-21.82 m -78.14,0 10.91,0 0,10.92 -10.91,0 0,-10.92 m -32.74,21.82 10.92,0 0,21.82 -10.92,0 0,-21.82 m -42,21.82 42,0 0,10.93 -42,0 0,-10.93 m -43.65,-32.72 10.91,0 0,10.9 -10.91,0 0,-10.9 m -10.91,-32.75 32.74,0 0,10.91 -32.74,0 0,-10.91 m 0,65.47 32.74,0 0,10.93 -32.74,0 0,-10.93 m -54.57,-65.47 21.83,0 0,10.91 -21.83,0 0,-10.91 m -10.91,10.91 10.91,0 0,10.92 -10.91,0 0,-10.92 m 32.74,32.74 10.91,0 0,21.82 -10.91,0 0,-21.82 m 294.75,-140.69 43.65,0 0,10.93 -43.65,0 0,-10.93 m -10.91,10.93 10.91,0 0,10.9 -10.91,0 0,-10.9 m 10.91,10.9 32.73,0 0,10.92 -32.73,0 0,-10.92 m 32.73,10.92 10.92,0 0,10.9 -10.92,0 0,-10.9 m -43.64,10.9 43.64,0 0,10.92 -43.64,0 0,-10.92 m 65.47,-43.65 10.91,0 0,43.65 -10.91,0 0,-43.65 m 10.91,65.48 32.75,0 0,10.92 -32.75,0 0,-10.92 m 54.57,-21.83 43.66,0 0,10.92 -43.66,0 0,-10.92 m 43.66,-10.9 10.91,0 0,10.9 -10.91,0 0,-10.9 m -32.74,-10.92 32.74,0 0,10.92 -32.74,0 0,-10.92 m -10.92,-10.9 10.92,0 0,10.9 -10.92,0 0,-10.9 m 10.92,-10.93 43.65,0 0,10.93 -43.65,0 0,-10.93 m -130.96,237.73 43.65,0 0,10.91 -43.65,0 0,-10.91 m -10.91,10.91 10.91,0 0,10.91 -10.91,0 0,-10.91 m 10.91,10.91 32.73,0 0,10.92 -32.73,0 0,-10.92 m 32.73,10.92 10.92,0 0,10.93 -10.92,0 0,-10.93 m -43.64,10.93 43.64,0 0,10.9 -43.64,0 0,-10.9 m -262.32,0 43.65,0 0,10.9 -43.65,0 0,-10.9 m 43.65,-10.93 10.9,0 0,10.93 -10.9,0 0,-10.93 m -32.75,-10.92 32.75,0 0,10.92 -32.75,0 0,-10.92 m -10.9,-10.91 10.9,0 0,10.91 -10.9,0 0,-10.91 m 10.9,-10.91 43.65,0 0,10.91 -43.65,0 0,-10.91 m -328.02,118.87 43.66,0 0,10.91 -43.66,0 0,-10.91 m -10.9,10.91 10.9,0 0,10.91 -10.9,0 0,-10.91 m 10.9,10.91 32.74,0 0,10.92 -32.74,0 0,-10.92 m 32.74,10.92 10.92,0 0,10.91 -10.92,0 0,-10.91 m -43.64,10.91 43.64,0 0,10.91 -43.64,0 0,-10.91 m -724.99,0 43.64,0 0,10.91 -43.64,0 0,-10.91 m 43.64,-10.91 10.91,0 0,10.91 -10.91,0 0,-10.91 m -32.74,-10.92 32.74,0 0,10.92 -32.74,0 0,-10.92 m -10.9,-10.91 10.9,0 0,10.91 -10.9,0 0,-10.91 m 10.9,-10.91 43.65,0 0,10.91 -43.65,0 0,-10.91 m 1173.46,0 21.83,0 0,10.91 -10.91,0 0,43.65 -10.92,0 0,-54.56 m 43.66,10.91 10.91,0 0,43.65 -10.91,0 0,-43.65 m -10.92,-10.91 10.92,0 0,10.91 -10.92,0 0,-10.91 m -10.91,10.91 10.91,0 0,43.65 -10.91,0 0,-43.65 m -21.83,-10.91 0,0 0,0 0,0 0,0 m -1051.63,0 0,0 0,0 0,0 0,0 m 21.83,10.91 10.92,0 0,43.65 -10.92,0 0,-43.65 m 10.92,-10.91 10.9,0 0,10.91 -10.9,0 0,-10.91 m 10.9,10.91 10.92,0 0,43.65 -10.92,0 0,-43.65 m -43.65,-10.91 21.83,0 0,10.91 -10.91,0 0,43.65 -10.92,0 0,-54.56 m 1291.73,-312.95 0,-43.65 10.92,0 0,65.48 -10.92,0 0,-10.91 -32.75,0 0,-10.92 32.75,0 m -853.76,354.96 0,-43.67 10.93,0 0,65.49 -10.93,0 0,-10.92 -32.73,0 0,-10.9 32.73,0 m -32.73,21.82 32.73,0 0,10.9 -32.73,0 0,-10.9 m -10.91,-65.49 10.91,0 0,43.67 -10.91,0 0,-43.67 m 919.22,-225.15 10.92,0 0,10.9 32.74,0 0,-10.9 10.91,0 0,21.82 -43.65,0 0,10.9 -10.92,0 0,-32.72 m -196.44,118.85 10.92,0 0,10.91 32.74,0 0,-10.91 10.9,0 0,21.83 -43.64,0 0,10.93 -10.92,0 0,-32.76 m 10.92,32.76 32.74,0 0,10.9 -32.74,0 0,-10.9 m 0,-43.67 32.74,0 0,10.91 -32.74,0 0,-10.91 m -262.33,0 32.74,0 0,10.91 -32.74,0 0,-10.91 m 0,43.67 32.74,0 0,10.9 -32.74,0 0,-10.9 m -10.91,-32.76 10.91,0 0,10.91 32.74,0 0,-10.91 10.91,0 0,21.83 -43.65,0 0,10.93 -10.91,0 0,-32.76 m 393.28,118.87 10.91,0 0,10.91 32.75,0 0,-10.91 10.92,0 0,21.83 -43.67,0 0,10.91 -10.91,0 0,-32.74 m 10.91,32.74 32.75,0 0,10.91 -32.75,0 0,-10.91 m 0,-43.65 32.75,0 0,10.91 -32.75,0 0,-10.91 m 130.97,0 8.28,0 0,10.91 -8.28,0 0,-10.91 m 0,43.65 8.28,0 0,10.91 -8.28,0 0,-10.91 m -10.93,-32.74 10.93,0 0,10.91 8.28,0 0,0 0,0 0,10.92 -8.28,0 0,10.91 -10.93,0 0,-32.74 m -1564.68,-10.91 32.74,0 0,10.91 -32.74,0 0,-10.91 m 0,43.65 32.74,0 0,10.91 -32.74,0 0,-10.91 m -10.92,-32.74 10.92,0 0,10.91 32.74,0 0,-10.91 10.91,0 0,21.83 -43.65,0 0,10.91 -10.92,0 0,-32.74 m 140.22,21.83 21.82,0 0,20.17 -21.82,0 0,-20.17 m 1315.34,-151.61 32.75,0 0,10.91 -32.75,0 0,-10.91 m -10.91,10.91 10.91,0 0,32.76 -10.91,0 0,-32.76 m 10.91,32.76 32.75,0 0,10.9 -32.75,0 0,-10.9 m 32.75,-10.93 10.92,0 0,10.93 -10.92,0 0,-10.93 m 32.74,-32.74 32.74,0 0,10.91 -32.74,0 0,-10.91 m -10.92,32.74 10.92,0 0,10.93 -10.92,0 0,-10.93 m -876.5,0 10.91,0 0,10.93 -10.91,0 0,-10.93 m -32.74,10.93 32.74,0 0,10.9 -32.74,0 0,-10.9 m -10.92,-32.76 10.92,0 0,32.76 -10.92,0 0,-32.76 m 10.92,-10.91 32.74,0 0,10.91 -32.74,0 0,-10.91 m 603.67,-21.83 10.92,0 0,10.92 -10.92,0 0,-10.92 m 65.48,43.65 10.91,0 0,10.92 -10.91,0 0,-10.92 m -327.81,-21.82 21.83,0 0,10.91 -21.83,0 0,-10.91 m 21.83,10.91 10.92,0 0,43.66 -10.92,0 0,-43.66 m -297.69,-10.91 31.09,0 0,10.91 -31.09,0 0,-10.91 m -10.91,10.91 10.91,0 0,32.76 -10.91,0 0,-32.76 m 10.91,32.76 31.09,0 0,10.9 -31.09,0 0,-10.9 m 31.09,-32.76 10.91,0 0,32.76 -10.91,0 0,-32.76 m 526.25,118.87 10.91,0 0,32.74 -10.91,0 0,-32.74 m -31.09,32.74 31.09,0 0,10.91 -31.09,0 0,-10.91 m -10.91,-32.74 10.91,0 0,32.74 -10.91,0 0,-32.74 m 10.91,-10.91 31.09,0 0,10.91 -31.09,0 0,-10.91 m -272.22,-118.87 10.92,0 0,10.91 10.91,0 0,10.91 -10.91,0 0,32.75 -10.92,0 0,-54.57 m 655.2,0 10.93,0 0,10.91 8.28,0 0,10.91 -8.28,0 0,32.75 -10.93,0 0,-54.57 m -535.15,54.57 -10.9,0 0,-10.9 -10.92,0 0,-10.93 10.92,0 0,-32.74 10.9,0 0,54.57 m -43.65,-10.9 -10.91,0 0,-43.67 10.91,0 0,43.67 m 21.83,10.9 -21.83,0 0,-10.9 21.83,0 0,10.9 m -294.66,-54.57 10.92,0 0,10.91 10.91,0 0,10.91 -10.91,0 0,32.75 -10.92,0 0,-54.57 m 43.65,10.91 10.91,0 0,43.66 -10.91,0 0,-43.66 m -21.82,-10.91 21.82,0 0,10.91 -21.82,0 0,-10.91 m 326.77,118.87 21.82,0 0,10.91 -21.82,0 0,-10.91 m 21.82,10.91 10.92,0 0,43.65 -10.92,0 0,-43.65 m -43.65,-10.91 10.93,0 0,10.91 10.9,0 0,10.91 -10.9,0 0,32.74 -10.93,0 0,-54.56 m 361.17,54.56 -21.82,0 0,-10.91 21.82,0 0,10.91 m -21.82,-10.91 -10.91,0 0,-43.65 10.91,0 0,43.65 m 43.65,10.91 -10.92,0 0,-10.91 -10.91,0 0,-10.91 10.91,0 0,-32.74 10.92,0 0,54.56 m 130.96,0 -10.91,0 0,-10.91 -10.91,0 0,-10.91 10.91,0 0,-32.74 10.91,0 0,54.56 m -43.65,-10.91 -10.92,0 0,-43.65 10.92,0 0,43.65 m 21.83,10.91 -21.83,0 0,-10.91 21.83,0 0,10.91 m 10.91,-162.52 10.91,0 0,43.66 -43.65,0 0,-10.9 32.74,0 0,-10.93 -32.74,0 0,-10.92 32.74,0 0,-10.91 m -524.87,118.87 10.91,0 0,43.65 -43.65,0 0,-10.91 32.74,0 0,-10.91 -32.74,0 0,-10.92 32.74,0 0,-10.91 m -43.66,21.83 10.92,0 0,10.91 -10.92,0 0,-10.91 m 10.92,-32.74 32.74,0 0,10.91 -32.74,0 0,-10.91 m -459.84,0 32.74,0 0,10.91 -32.74,0 0,-10.91 m -10.92,32.74 10.92,0 0,10.91 -10.92,0 0,-10.91 m 43.66,-21.83 10.91,0 0,43.65 -43.65,0 0,-10.91 32.74,0 0,-10.91 -32.74,0 0,-10.92 32.74,0 0,-10.91 m 853.74,-270.47 -43.64,0 0,76.4 43.64,0 0,-10.93 -32.73,0 0,-21.82 32.73,0 0,-10.9 -32.73,0 0,-21.84 32.73,0 0,-10.91 m -109.13,0 0,76.4 10.92,0 0,-54.57 10.91,0 0,-10.92 -10.91,0 0,-10.91 -10.92,0 m 54.56,0 0,76.4 -10.9,0 0,-54.57 -10.91,0 0,-10.92 10.91,0 0,-10.91 10.9,0 m -89.04,0 10.91,0 0,43.65 10.92,0 0,10.92 -10.92,0 0,21.83 -10.91,0 0,-21.83 -32.74,0 0,-21.82 10.91,0 0,10.9 21.83,0 0,-21.82 -10.92,0 0,-10.92 10.92,0 0,-10.91 m -96.57,0 0,10.91 31.09,0 0,10.92 10.91,0 0,-10.92 10.92,0 0,-10.91 -52.92,0 m 31.09,21.83 -10.91,0 0,10.92 -10.91,0 0,10.9 32.73,0 0,-10.9 -10.91,0 0,-10.92 m -96.56,-10.92 0,54.56 10.91,0 0,-10.9 10.91,0 0,-10.92 -10.91,0 0,-32.74 -10.91,0 m 43.65,0 0,10.92 -10.92,0 0,10.92 10.92,0 0,32.72 10.91,0 0,-54.56 -10.91,0 m -109.13,10.92 0,43.64 10.91,0 0,-21.82 32.74,0 0,-10.9 -32.74,0 0,-10.92 -10.91,0 m 10.91,43.64 32.74,0 0,10.93 -32.74,0 0,-10.93 m -702.32,194.09 -10.92,0 0,10.91 -10.9,0 0,10.91 32.73,0 0,-10.91 -10.91,0 0,-10.91 m -31.08,-21.83 0,10.91 31.08,0 0,10.92 10.91,0 0,-10.92 10.92,0 0,-10.91 -52.91,0 m 0,65.48 41.99,0 0,10.91 -41.99,0 0,-10.91 m 41.99,-21.83 10.92,0 0,21.83 -10.92,0 0,-21.83 m 877.02,-140.69 0,10.91 32.74,0 0,10.91 10.92,0 0,-10.91 10.91,0 0,-10.91 -54.57,0 m 10.92,32.74 10.91,0 0,10.93 32.74,0 0,10.9 -54.57,0 0,-10.9 10.92,0 0,-10.93 m -65.48,-32.74 21.83,0 0,43.67 10.91,0 0,10.9 -32.74,0 0,-10.9 10.91,0 0,-32.76 -10.91,0 0,-10.91 m -327.8,0 21.82,0 0,43.67 10.92,0 0,10.9 -32.74,0 0,-10.9 10.9,0 0,-32.76 -10.9,0 0,-10.91 m 10.9,-21.83 10.92,0 0,10.92 -10.92,0 0,-10.92 m -131.58,118.87 10.92,0 0,10.91 -10.92,0 0,-10.91 m -10.91,21.83 21.83,0 0,43.65 10.92,0 0,10.91 -32.75,0 0,-10.91 10.91,0 0,-32.74 -10.91,0 0,-10.91 m 98.84,-86.13 10.93,0 0,10.93 -10.93,0 0,-10.93 m -10.9,10.93 10.9,0 0,10.9 -10.9,0 0,-10.9 m -10.92,-65.5 10.92,0 0,21.83 10.9,0 0,10.91 -10.9,0 0,32.76 -10.92,0 0,-32.76 -10.91,0 0,-10.91 10.91,0 0,-21.83 m 64.86,118.87 10.9,0 0,21.83 10.93,0 0,10.91 -10.93,0 0,32.74 -10.9,0 0,-32.74 -10.93,0 0,-10.91 10.93,0 0,-21.83 m 10.9,65.48 10.93,0 0,10.91 -10.93,0 0,-10.91 m 10.93,-10.91 10.9,0 0,10.91 -10.9,0 0,-10.91 m 21.82,-32.74 10.91,0 0,10.91 10.91,0 0,10.91 -10.91,0 0,32.74 -10.91,0 0,-54.56 m 43.65,10.91 10.92,0 0,12.57 -10.92,0 0,-12.57 m -21.83,-10.91 21.83,0 0,10.91 -21.83,0 0,-10.91 m -274.31,-21.83 20.17,0 0,65.48 10.92,0 0,9.26 -31.09,0 0,-9.26 10.9,0 0,-54.57 -10.9,0 0,-10.91 m -194.79,0 20.17,0 0,65.48 10.92,0 0,9.26 -31.09,0 0,-9.26 10.91,0 0,-54.57 -10.91,0 0,-10.91 m 654.63,21.83 21.82,0 0,10.91 -21.82,0 0,-10.91 m -10.92,10.91 10.92,0 0,32.74 -10.92,0 0,-32.74 m 32.74,0 10.91,0 0,-32.74 10.92,0 0,74.74 -43.65,0 0,-9.26 32.73,0 0,-21.83 -10.91,0 0,-10.91 m 164.73,0 10.92,0 0,32.74 -10.92,0 0,-32.74 m 10.92,-10.91 21.83,0 0,10.91 -21.83,0 0,-10.91 m 21.83,10.91 10.91,0 0,-10.91 10.9,0 0,74.73 -10.9,0 0,-21.82 -32.74,0 0,-9.26 32.74,0 0,-21.83 -10.91,0 0,-10.91 m -908.31,-10.91 -21.84,0 0,10.91 21.84,0 0,-10.91 m -21.84,10.91 -10.91,0 0,-10.91 -10.91,0 0,74.73 10.91,0 0,-21.82 32.75,0 0,-9.26 -32.75,0 0,-21.83 10.91,0 0,-10.91 m 32.74,0 -10.9,0 0,32.74 10.9,0 0,-32.74 m -132.4,0 -10.93,0 0,32.74 10.93,0 0,-32.74 m -32.74,0 -10.91,0 0,-10.91 -10.93,0 0,74.73 10.93,0 0,-21.82 32.72,0 0,-9.26 -32.72,0 0,-21.83 10.91,0 0,-10.91 m 21.81,-10.91 -21.81,0 0,10.91 21.81,0 0,-10.91 m -242.77,75.47 0,0" />
      <path
         inkscape:connector-curvature="0"
         style="fill:#000000"
         id="path1640-7-9-3"
         d="m 2772.69,2181.06 c -98.54,-428.82 -353.71,-447.47 -413.71,-447.47 l 0,-25.08 c 133.05,0 348.1,94.96 426.25,420.85 100.11,-325.2 271.08,-412.49 391.07,-414.14 114.35,-1.58 184.87,25.07 293.24,81.53 l 0,-50.89 312.9,0 0,-42.89 25.07,0 0,42.89 53.05,0 0,25.07 -53.05,0 0,613.13 225.02,-568.78 215.58,0 18.78,-44.35 -268.62,0 0,-25.07 279.26,0 29.52,-69.67 23.08,9.79 -25.39,59.88 59.43,0 0,25.07 -70.05,0 -175.35,413.86 232.24,0 0,310.18 c 217.36,-106.98 477.4,-28.48 608.47,180.93 130.01,-200.39 383.99,-280.25 605.28,-190.31 l -8.81,-14.24 374.02,0 74.73,120.8 72.97,-117.99 c 1.08,-1.75 2.98,-2.81 5.05,-2.81 l 0,0 c 2.14,0 4.12,1.16 5.15,3.04 1.06,1.88 1.01,4.17 -0.12,6 l -76.09,123.02 9.74,15.76 89.7,-145.01 c 1.08,-1.75 2.98,-2.81 5.04,-2.81 l 0,0 c 2.15,0 4.13,1.16 5.17,3.04 1.05,1.88 0.99,4.17 -0.14,6 l -92.8,150.04 9.75,15.77 108.15,-174.85 374.01,0 -295.16,477.2 9.76,15.76 311.43,-503.52 -388.55,0 c -2.13,0 -4.12,-1.16 -5.17,-3.03 -1.04,-1.9 -0.99,-4.18 0.14,-6.01 l 0,0 c 1.09,-1.74 2.99,-2.8 5.03,-2.8 l 409.8,0 -309,499.6 289.06,467.36 c 1.14,1.84 1.19,4.13 0.15,6.01 -1.04,1.87 -3.03,3.03 -5.18,3.03 -2.05,0 -3.96,-1.06 -5.03,-2.8 l -285.98,-462.35 -9.75,15.76 277.96,449.39 -374.01,0 -71.44,-115.5 -69.72,112.7 c -1.08,1.74 -2.97,2.8 -5.04,2.8 l 0,0 c -0.96,0 -1.92,-0.24 -2.78,-0.7 -0.85,0.46 -1.81,0.7 -2.79,0.7 -2.13,0 -4.12,-1.16 -5.17,-3.03 -1.05,-1.88 -1,-4.17 0.14,-6.01 l 75.6,-122.22 -9.75,-15.77 -89.2,144.23 c -1.08,1.74 -2.99,2.8 -5.05,2.8 -2.14,0 -4.11,-1.16 -5.16,-3.03 -1.05,-1.88 -0.99,-4.17 0.13,-6.01 l 92.32,-149.25 -9.75,-15.76 -107.65,174.05 -374.02,0 10.94,-17.7 c -221.48,91.5 -476.71,12.28 -607.46,-188.54 -130.9,209.94 -391.28,286.75 -608.92,179.63 l 0,26.61 -317.8,0 0,-2.38 -52.45,0 22.91,64.68 -23.64,8.36 -25.87,-73.04 -100.74,0 0,-25.07 91.86,0 -187.19,-528.36 -11.05,26.94 0,528.87 -207.29,0 0,-1609.67 207.29,0 0,721.65 35.4,-89.48 0,-676.52 -287.82,0 0,73.28 c -124.87,-83.95 -208.53,-103.92 -318.32,-103.92 -86.93,0 -277.7,63.37 -378.54,440.77 l -25.07,0 z m 448.99,1277.73 -395.21,0.02 0,-25.08 269.89,0 c -205.67,-91.32 -295.28,-421.82 -295.28,-813.61 0,-461.94 124.51,-838.69 417.02,-838.69 134.42,0 210.79,69.05 276.52,131.98 l 0,41.04 c 0.02,0.04 0.05,0.08 0.07,0.11 l -0.02,347.84 -22.33,0 c -48.46,-88.29 -137.56,-212.3 -229.57,-212.3 -153.37,0 -229.22,237.52 -227.3,530.02 -1.92,292.5 73.93,530.02 227.3,530.02 92.01,0 181.11,-124.01 229.57,-212.32 l 22.33,0 0.02,347.85 c -0.02,0.04 -0.05,0.08 -0.07,0.12 l 0,41.04 c -65.14,62.36 -140.75,130.73 -272.94,131.96 z M 2355.94,1781.43 c 289.99,0 413.44,395.49 413.44,838.69 0,443.19 -123.45,838.69 -413.44,838.69 -289.99,0 -413.43,-376.76 -413.43,-838.69 0,-461.94 123.44,-838.69 413.43,-838.69 z m -721.95,33.85 -377.58,0 0,934.79 c 2.43,6.54 4.86,13.08 7.27,19.62 16.95,-4.64 34.54,-6.51 52.09,-5.59 34.33,1.85 65.28,21.33 81.77,51.51 14.9,27.27 21.99,58.11 20.5,89.14 -0.63,12.98 -4.05,25.67 -10.02,37.21 -14.67,28.33 -37.3,51.74 -65.12,67.36 9.41,31.95 18.41,64 26.99,96.18 16.39,61.57 24.11,125.11 22.88,188.81 -0.32,16.43 -3.88,32.64 -10.49,47.68 -6.78,15.42 -18.64,28.04 -33.62,35.76 -10.86,5.6 -23.54,6.52 -35.1,2.56 -11.56,-3.96 -21,-12.46 -26.17,-23.53 -5.99,-12.91 -8.94,-27.02 -8.57,-41.26 0.2,-7.99 4.06,-15.47 10.48,-20.25 8.11,-6.05 18.05,-9.07 28.14,-8.59 6.62,0.32 12.54,4.18 15.52,10.12 2.97,5.93 2.49,13 -1.22,18.49 -4.57,6.77 -11.3,11.81 -19.07,14.31 l 2.66,5.8 c 1.25,3.29 4.03,5.77 7.46,6.6 3.43,0.85 7.04,-0.03 9.68,-2.35 13.04,-11.1 21.16,-26.9 22.58,-43.95 1.88,-29.39 1.27,-58.89 -1.85,-88.18 -9.17,-62.54 -22.8,-124.35 -40.8,-184.95 -4.62,1.47 -9.31,2.73 -14.03,3.78 -13.87,3.07 -27.87,5.48 -41.96,7.19 l 0,391.41 252.69,0 0,52.35 25.08,0 0,-52.35 53.83,0 0,-25.07 -53.83,0 0,-564.41 24.2,0 220.54,589.48 242.19,0 21.89,55.87 23.33,-9.15 -21.75,-55.54 75.57,0 0,-25.07 -85.39,0 -260.8,-665.62 c 96,-99.03 151.07,-248.06 151.07,-437.34 0,-253.68 -68.67,-472.82 -291.04,-472.82 z m -332.61,1171.98 c -14.4,5.91 -29.53,9.9 -44.97,11.81 l 0,-142.65 c 15.55,43.24 30.49,86.7 44.82,130.36 0.05,0.16 0.1,0.31 0.15,0.48 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 m -23.68,-178.71 c 4.94,-1.36 9.92,-2.51 14.94,-3.44 15.76,-2.92 32.02,0.87 44.82,10.5 11.66,8.75 20.05,21.15 23.86,35.23 8.47,31.39 6.62,64.67 -5.27,94.93 -2.48,6.35 -6.6,11.93 -11.91,16.21 -4.09,3.28 -8.3,6.37 -12.67,9.27 -16.72,-54.62 -34.63,-108.88 -53.77,-162.7 m -21.29,190.52 c -3.96,0.48 -7.94,0.84 -11.92,1.05 -43.42,2.36 -83.8,-22.28 -101.56,-61.98 -31.51,-70.46 -36.08,-150.02 -12.87,-223.62 8.15,-25.84 16.57,-51.59 25.27,-77.24 2.4,-7.1 4.82,-14.19 7.29,-21.29 23.3,55.36 45.6,111.16 66.83,167.35 -30.27,16.22 -54.69,41.51 -69.84,72.31 -2.5,5.1 -1.52,11.21 2.47,15.27 3.95,4.05 10.06,5.15 15.19,2.76 4.48,-3.22 8.62,-6.87 12.39,-10.88 15.29,-16.97 33.63,-30.95 54.07,-41.22 4.26,11.61 8.49,23.22 12.68,34.84 l 0,-106.35 c -20.1,-53.81 -41.41,-107.14 -63.89,-160 -3.72,-8.75 -7.54,-17.47 -11.4,-26.14 4.67,-12.85 9.43,-25.67 14.25,-38.47 6.9,-18.25 12.17,-37.07 15.75,-56.25 4.02,-21.69 2.22,-44.08 -5.26,-64.84 -17.03,-47.33 -49.87,-87.33 -92.97,-113.24 -18.96,-11.41 -40.82,-17.04 -62.94,-16.23 -18.52,0.7 -33.48,15.36 -34.57,33.87 -0.97,16.78 2.93,33.51 11.21,48.15 7.69,13.55 15.94,26.74 24.79,39.57 27.29,39.55 50.86,81.53 70.44,125.4 3.86,8.64 7.68,17.28 11.48,25.93 -5.97,16.43 -11.82,32.89 -17.54,49.41 -26.57,76.62 -43.7,156.21 -51.02,236.98 -3.46,38.11 -0.07,76.54 10,113.47 13.84,50.66 58.87,86.54 111.34,88.68 23.48,0.96 47,0.02 70.33,-2.82 l 0,-34.47 m 343.36,-1250.81 -390.37,0 0,-60.83 -25.07,0 0,60.83 -58.38,0 0,25.06 58.38,0 0,279.28 25.07,0 0,-279.28 390.37,0 0,-25.06" />
      <path
         inkscape:connector-curvature="0"
         style="fill:#b4c3d3"
         id="path1642-1-4-0"
         d="m 6454.4,2508.06 -287.67,0 -128.61,207.93 -128.6,-207.93 -287.67,0 53.94,87.23 c -109.8,-93.21 -256.85,-129.78 -397.51,-98.89 -140.67,30.9 -258.85,125.75 -319.46,256.4 -54.32,-121.55 -156.59,-212.52 -280.24,-249.35 -123.67,-36.82 -256.59,-15.89 -364.28,57.41 l 0,-345.07 -244.36,0 0,1166.72 244.36,0 0,-47.06 c 107.88,73.43 241.06,94.3 364.9,57.22 123.82,-37.08 226.09,-128.46 280.16,-250.39 61.3,131.16 180.62,225.93 322.24,255.95 141.64,30.03 289.14,-8.18 398.37,-103.19 l -57.64,93.19 287.68,0 128.11,-207.14 128.12,207.14 287.67,0 -271.95,-439.68 272.44,-440.49 z" />
      <path
         inkscape:connector-curvature="0"
         style="fill:#000000"
         id="path1644-1-1-3"
         d="m 4748.65,2946.97 c 0,-119.95 -97.24,-217.19 -217.18,-217.19 -119.94,0 -217.17,97.24 -217.17,217.19 0,119.94 97.23,217.18 217.17,217.18 119.94,0 217.18,-97.24 217.18,-217.18 z m 1076.57,-110.08 c 18.22,74.12 17.74,151.6 -1.35,225.49 l 70.42,-113.83 -69.07,-111.66 m -230.78,110.08 c 0,-119.95 -97.23,-217.19 -217.18,-217.19 -119.95,0 -217.18,97.24 -217.18,217.19 0,119.94 97.23,217.18 217.18,217.18 119.95,0 217.18,-97.24 217.18,-217.18 z" />
      <path
         inkscape:connector-curvature="0"
         style="fill:#ffc000"
         id="path1646-5-9-8"
         d="m 1463.69,3399.88 45.41,0 0,-564.41 -45.41,0 0,564.41 m 93.77,-920.19 c 76.6,0 88.61,-97.11 88.53,-163.75 -0.08,-66.65 -9.75,-138.98 -76.58,-138.98 l -105.72,0 0,368.29 45.41,0 0,-65.56 48.36,0 z m 0,25.07 -23.28,0 0,40.49 1.6,0 c 170.71,0 170.71,-152.85 170.71,-205.97 l 0,-34.28 c 0,-51.48 -0.35,-193.6 -144.09,-193.6 l -98.71,0 0,40.49 93.77,0 c 48.8,0 114.23,6.94 114.23,170.52 0,163.58 -65.77,180.99 -114.23,182.35 z m -406.49,-4.47 c -19.66,-39.21 -40.9,-77.61 -63.73,-115.06 -7.25,-11.92 -13.8,-24.23 -19.64,-36.9 -3.81,-8.25 -6.07,-17.14 -6.68,-26.21 -0.13,-1.96 0.58,-3.89 1.94,-5.29 1.36,-1.41 3.25,-2.17 5.21,-2.1 9.42,0.32 18.61,3.02 26.7,7.86 34.79,20.81 59.58,54.9 68.67,94.41 2.63,11.51 2.71,23.49 0.23,35.04 -3.52,16.27 -7.75,32.37 -12.7,48.25 l 0,0 m 4220.37,627.03 11.84,0 c 98.46,-3.23 176.14,-84.81 174.52,-183.32 -1.62,-98.5 -81.92,-177.5 -180.44,-177.5 -98.51,0 -178.81,79 -180.43,177.5 -1.62,98.51 76.05,180.09 174.51,183.32 z m -845.78,0 11.84,0 c 98.45,-3.23 176.13,-84.81 174.5,-183.32 -1.61,-98.5 -81.92,-177.5 -180.43,-177.5 -98.5,0 -178.82,79 -180.43,177.5 -1.62,98.51 76.06,180.09 174.52,183.32 z m -565.76,-567.39 73.41,189.89 0,-363.14 -73.41,173.25 m 12.08,837.57 -199.5,-563.15 23.38,-56.99 230.54,620.14 -54.42,0 M 2355.93,2084.66 c 139.65,0 199.05,252.48 199.05,535.46 0,282.97 -59.4,535.45 -199.05,535.45 -139.63,0 -199.04,-240.54 -199.04,-535.45 0,-294.92 59.41,-535.46 199.04,-535.46 z" />
      <path
         inkscape:connector-curvature="0"
         style="fill:#000000"
         id="path1648-2-6-2"
         d="m 5371.34,3127.32 c 3.95,0.28 7.88,0.27 11.84,0 l 0,-16.58 c 89.32,-3.24 159.56,-77.44 157.93,-166.8 -1.64,-89.35 -74.58,-160.92 -163.96,-160.86 -2.14,-0.04 -3.92,1.09 -4.99,2.92 -1.09,1.86 -1.09,4.15 -0.01,5.99 1.07,1.86 2.87,2.98 5,2.94 55.04,-0.05 105.79,29.67 132.71,77.67 26.92,47.99 25.79,106.81 -2.93,153.74 -28.73,46.93 -80.61,74.68 -135.59,72.54 l 0,28.44 z m -839.87,-44.91 c -3.28,0 -5.91,-2.65 -5.91,-5.91 0,-3.28 2.63,-5.93 5.91,-5.93 68.27,0 123.61,-55.34 123.61,-123.6 0,-68.28 -55.34,-123.62 -123.61,-123.62 -3.28,0 -5.91,-2.65 -5.91,-5.91 0,-3.28 2.63,-5.93 5.91,-5.93 74.81,0 135.44,60.64 135.44,135.46 0,74.8 -60.63,135.44 -135.44,135.44 z m 845.79,0 c -3.28,0 -5.92,-2.65 -5.92,-5.91 0,-3.28 2.64,-5.93 5.92,-5.93 68.26,0 123.6,-55.34 123.6,-123.6 0,-68.28 -55.34,-123.62 -123.6,-123.62 -3.28,0 -5.92,-2.65 -5.92,-5.91 0,-3.28 2.64,-5.93 5.92,-5.93 74.81,0 135.45,60.64 135.45,135.46 0,74.8 -60.64,135.44 -135.45,135.44 z m -851.7,44.91 c 3.93,0.19 7.88,0.15 11.84,0 l 0,-16.58 c 89.31,-3.24 159.56,-77.44 157.93,-166.8 -1.65,-89.35 -74.61,-160.92 -163.97,-160.86 -2.15,-0.04 -3.91,1.09 -5,2.92 -1.08,1.86 -1.08,4.15 0,5.99 1.08,1.86 2.86,2.98 5,2.94 55.05,-0.05 105.8,29.67 132.71,77.67 26.93,47.99 25.8,106.81 -2.93,153.74 -28.73,46.93 -80.59,74.68 -135.58,72.54 l 0,28.44 z m -2169.62,-47.1 0,-61.93 -25.07,0 0,65.95 0,25.07 c 135.53,0 175.31,-230.16 176.25,-476.67 l 570.42,0 c 1.35,173.53 39.4,439.13 152.69,457.44 l 0,65.49 25.07,0 0,-522.93 99.81,0 0,-25.07 -99.81,0 0,-90.45 -25.07,0 0,90.45 -127.54,0 c 2.72,-171.99 50.77,-423.43 140.08,-427.51 l 0,-25.08 c -117.15,4.53 -162.68,272.92 -165.16,452.59 l -570.53,0 c -1.63,-245.33 -41.23,-473.61 -176.21,-473.61 l 0,24.06 0,449.55 -76.62,0 0,25.07 76.62,0 0,87.58 25.07,0 0,-87.58 126.07,0 c -1.26,157.79 -21.13,412.74 -126.07,447.58 z" />
      <path
         inkscape:connector-curvature="0"
         style="fill:#ffc000"
         id="path1650-7-9-5"
         d="m 3102.62,2632.64 c 1.61,164.28 43.22,409.55 127.61,431.82 l 0,-431.82 -127.61,0 z m -620.57,-25.07 -126.11,0 0,-445.5 c 104.4,34.7 125.36,287.45 126.11,445.5 z" />
    </g>
    <g
       id="g8991"
       transform="matrix(0.60383074,0,0,0.60383074,559.8643,109.95199)">
      <path
         sodipodi:nodetypes="ccsccsscc"
         inkscape:connector-curvature="0"
         id="path9286"
         d="m -850.47268,789.6018 0,8.59577 c 2.22222,2.0888 4.38007,2.52315 6.8059,3.09359 2.98866,0.70279 9.57629,0.918 9.57629,0.918 l 29.22622,0.38572 c 0,0 5.54361,-0.30206 8.22011,-0.97227 1.41177,-0.35351 2.82624,-0.8285 4.06587,-1.59099 1.27962,-0.78709 3.35875,-3.0052 3.35875,-3.0052 z"
         style="fill:url(#linearGradient8123);fill-opacity:1;stroke:#292829;stroke-width:0.80000001;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
      <path
         inkscape:connector-curvature="0"
         id="path9280-8"
         d="m -866.98483,782.65231 0,1.6875 c 0,0 0.2266,2.19032 0.75,3.125 0.37427,0.66837 0.96935,1.22885 1.625,1.625 1.68068,1.01548 3.74185,1.5998 5.625,2.15625 3.11216,0.91961 6.21543,1.47823 9.375,2.21875 4.7897,1.12258 9.64083,1.98198 14.5,2.75 5.89088,0.93109 11.81642,1.64827 17.75,2.25 4.36529,0.44269 8.7415,0.80858 13.125,1 2.88398,0.12594 5.77172,0.3188 8.65625,0.25 -30.15818,-5.00533 -54.37415,-10.91225 -70.25,-16.625 -0.39487,-0.14209 -0.77172,-0.2937 -1.15625,-0.4375 z"
         style="fill:url(#linearGradient8412);fill-opacity:1;stroke:#151515;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
    </g>
    <g
       id="g8982"
       transform="matrix(0.60383074,0,0,0.60383074,559.8643,109.95199)">
      <path
         sodipodi:nodetypes="cscccccccc"
         inkscape:connector-curvature="0"
         id="path12016-2-2-2-9-8-6"
         d="m -760.63354,714.14297 c -1.2915,0.12105 -38.0386,3.47081 -57.1529,6.03927 -11.1184,1.4939 -33.2188,5.36273 -33.2188,5.36273 0,0 -11.5703,2.13384 -17.375,3.078 -6.1232,0.99614 -18.4062,2.72909 -18.4062,2.72909 l 10e-4,15.87246 252.99872,57.9371 2.8e-4,-22.06804 c -52.57872,0 -99.80558,-27.56226 -126.8475,-68.95061 z"
         style="fill:url(#linearGradient8910);fill-opacity:1;stroke:none;display:inline" />
      <path
         sodipodi:nodetypes="cscccccccc"
         inkscape:connector-curvature="0"
         id="path12016-2-2-2-9-8-6-0"
         d="m -506.93934,714.14297 c 1.2915,0.12105 38.0386,3.47081 57.1529,6.03927 11.1184,1.4939 33.2188,5.36273 33.2188,5.36273 0,0 11.5703,2.13384 17.375,3.078 6.1232,0.99614 18.4062,2.72909 18.4062,2.72909 l -10e-4,15.87246 -252.99872,57.9371 -2.8e-4,-22.06804 c 52.57872,0 99.80558,-27.56226 126.8475,-68.95061 z"
         style="fill:url(#linearGradient9021);fill-opacity:1;stroke:none;display:inline" />
      <path
         sodipodi:nodetypes="csccccccc"
         inkscape:connector-curvature="0"
         id="path12016-2-2-8-2-6"
         d="m -759.79714,715.41742 c -1.2915,0.1192 -38.875,3.52739 -57.9893,6.05679 -11.1184,1.4712 -33.2187,5.28121 -33.2187,5.28121 0,0 -11.5704,2.1014 -17.375,3.0312 -6.1232,0.981 -18.4063,2.68759 -18.4063,2.68759 l 0,14.75 253,57.93741 0,-22.06804 c -52.57872,0 -98.9688,-26.91706 -126.0107,-67.67616 z"
         style="fill:url(#linearGradient8150-2-6-2);fill-opacity:1;stroke:none;display:inline" />
      <path
         sodipodi:nodetypes="csccccccc"
         inkscape:connector-curvature="0"
         id="path12016-2-2-8-2-6-5"
         d="m -507.77574,715.41742 c 1.2915,0.1192 38.875,3.52739 57.9893,6.05679 11.1184,1.4712 33.2187,5.28121 33.2187,5.28121 0,0 11.5704,2.1014 17.375,3.0312 6.1232,0.981 18.4063,2.68759 18.4063,2.68759 l 0,14.75 -253,57.93741 0,-22.06804 c 52.57872,0 98.9688,-26.91706 126.0107,-67.67616 z"
         style="fill:url(#linearGradient8150-2-6-2-1);fill-opacity:1;stroke:none;display:inline" />
      <path
         sodipodi:nodetypes="ccsscc"
         inkscape:connector-curvature="0"
         id="path8065-6-0-0"
         d="m -633.78644,805.16162 -253,-57.9374 0,6.5937 c 0,18.3709 7.4728,24.0499 20.9687,28.9063 38.9321,14.0093 127.94952,29.24999 232.0313,29.24999 z"
         style="fill:url(#linearGradient8416);fill-opacity:1;stroke:none;display:inline" />
      <path
         sodipodi:nodetypes="ccsscc"
         inkscape:connector-curvature="0"
         id="path8065-6-0-0-4"
         d="m -633.78644,805.16162 253,-57.9374 0,6.5937 c 0,18.3709 -7.4728,24.0499 -20.9687,28.9063 -38.9321,14.0093 -127.94952,29.24999 -232.0313,29.24999 z"
         style="fill:url(#linearGradient8363-5-2);fill-opacity:1;stroke:none;display:inline" />
      <path
         id="path12016-1-4-1-2-5-4-7"
         d="m -760.31774,716.94336 c -0.6826,0.0621 -3.4765,0.2948 -7.6562,0.6875 -12.5392,1.2032 -37.1091,3.6456 -51.5938,5.5625 -11.4594,1.5163 -34.2187,5.4375 -34.2187,5.4375 0,0 -11.9236,2.1665 -17.9063,3.125 -4.5882,0.735 -11.0985,1.65645 -15.0937,2.21875 l 0,19.0625 c 0,17.9846 7.4728,23.55814 20.9687,28.3125 38.9321,13.7146 127.9494,28.625 232.0313,28.625 104.08188,0 193.09915,-14.9104 232.03125,-28.625 13.4959,-4.75436 20.96875,-10.3279 20.96875,-28.3125 l 0,-19.0625 c -3.9952,-0.5623 -10.50555,-1.48375 -15.09375,-2.21875 -5.9827,-0.9585 -17.90625,-3.125 -17.90625,-3.125 0,0 -22.75935,-3.9212 -34.21875,-5.4375 -14.4847,-1.9169 -39.05455,-4.3593 -51.59375,-5.5625 -4.1797,-0.3927 -6.97365,-0.6254 -7.65625,-0.6875 -27.3708,40.6186 -73.86705,67.4375 -126.53125,67.4375 -52.6642,0 -99.1605,-26.8189 -126.5313,-67.4375 z"
         style="fill:url(#linearGradient8757-5);fill-opacity:1;stroke:none;display:inline"
         inkscape:connector-curvature="0" />
    </g>
    <path
       style="opacity:0.2;fill:url(#linearGradient14850);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
       d="m 177.16537,1.25 c -57.17401,0 -106.816408,3.333085 -133.012577,8.302673 -0.469539,0.08907 -0.923107,0.189566 -1.37749,0.301915 l 0,283.970272 c 0.02017,-0.0316 0.03641,-0.0627 0.05658,-0.0943 1.316635,-2.06238 2.70393,-4.12589 4.189076,-6.20814 1.485145,-2.08224 3.055631,-4.1717 4.717428,-6.24587 1.661796,-2.07417 3.418068,-4.13223 5.264649,-6.17039 1.846575,-2.03817 3.791242,-4.06409 5.83074,-6.03831 2.039499,-1.97423 4.175152,-3.91067 6.415702,-5.79301 35.078872,-29.47045 80.146622,-67.3381 121.143522,-101.83983 40.99694,-34.50172 77.92913,-65.626281 96.74504,-81.611481 2.35199,-1.99816 4.56993,-3.99926 6.67988,-5.9817 2.10995,-1.982451 4.10112,-3.954043 5.9817,-5.906222 1.88058,-1.952185 3.65737,-3.885638 5.32126,-5.793001 1.66387,-1.907362 3.21983,-3.794062 4.67968,-5.642044 0.62426,-0.790244 1.16628,-1.543493 1.75488,-2.320973 l 0,-44.324951 C 311.10276,9.74315 310.64568,9.641422 310.17796,9.552684 283.98179,4.583085 234.33945,1.25 177.16537,1.25 z"
       id="rect4168-1"
       inkscape:connector-curvature="0" />
    <g
       style="fill:#969696;fill-opacity:1;display:inline"
       transform="matrix(0.42007254,0,0,0.42007195,69.022557,214.50831)"
       id="g4765-1-1-2">
      <path
         inkscape:connector-curvature="0"
         id="path3985-7-5-3"
         style="font-size:52.09388733px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#969696;fill-opacity:1;stroke:none;font-family:DejaVu Serif;-inkscape-font-specification:DejaVu Serif Bold"
         d="m 233.21645,-429.35899 c 3.65021,0 6.95002,-0.79815 9.40377,-2.98836 2.57436,-2.29786 4.2313,-4.66893 4.2313,-9.44795 0,-4.79344 -1.64468,-7.12213 -4.2313,-9.37042 -2.46484,-2.14243 -5.75356,-2.74915 -9.40377,-2.74918 -3.63118,3e-5 -6.95323,0.59751 -9.41462,2.74918 -2.58551,2.26018 -4.18387,4.66449 -4.18385,9.41461 -2e-5,4.73571 1.62676,7.11643 4.18385,9.40376 2.454,2.19511 5.78344,2.98836 9.41462,2.98836 z m 0,4.37051 c -7.20496,0 -12.85234,-1.48711 -16.94215,-4.46136 -4.08981,-2.97425 -6.13471,-7.07467 -6.1347,-12.30127 -1e-5,-5.22659 2.04966,-9.33061 6.14904,-12.31211 4.09935,-2.98143 9.74193,-4.47217 16.92781,-4.4722 7.2049,3e-5 12.85228,1.48716 16.94213,4.46137 4.08975,2.97428 6.13465,7.08192 6.1347,12.32294 -5e-5,5.2266 -2.04973,9.32702 -6.14904,12.30127 -4.09941,2.97425 -9.742,4.46136 -16.92779,4.46136 z"
         sodipodi:nodetypes="sasacasassssssccss" />
      <path
         inkscape:connector-curvature="0"
         id="path3987-4-8-3"
         style="font-size:52.09388733px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#969696;fill-opacity:1;stroke:none;font-family:DejaVu Serif;-inkscape-font-specification:DejaVu Serif Bold"
         d="m 261.26509,-425.92261 0,-4.54409 5.45265,0 0,-22.49328 -5.45265,0 0,-4.68379 14.39265,0 21.99593,20.06588 0,-15.38209 -6.27558,0 0,-4.66472 17.98125,-0.0191 0,4.68379 -5.2206,3e-5 0,27.03734 -7.16125,0 -23.93998,-21.95031 0,17.40625 6.20024,0 0,4.54406 z"
         sodipodi:nodetypes="ccccccccccccccccccccc" />
      <path
         inkscape:connector-curvature="0"
         id="path3989-0-6-4"
         style="font-size:52.09388733px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#969696;fill-opacity:1;stroke:none;font-family:DejaVu Serif;-inkscape-font-specification:DejaVu Serif Bold"
         d="m 325.87165,-425.92261 0,-4.54409 5.37595,0 0,-8.5863 -12.44702,-13.90698 -5.94412,0 0,-4.68379 22.06294,0 0,4.68379 -5.40735,0 8.7747,9.97635 8.87902,-9.97635 -4.92802,0 0,-4.68379 18.03125,0 0,4.68379 -5.87856,0 -13.34297,14.98965 0,7.50363 6.47932,0 0,4.54409 z"
         sodipodi:nodetypes="cccccccccccccccccccccc" />
      <path
         style="font-size:52.09388733px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#969696;fill-opacity:1;stroke:none;font-family:DejaVu Serif;-inkscape-font-specification:DejaVu Serif Bold"
         d="m 181.88761,-458.27758 c -5.90861,3e-5 -10.50489,0.87573 -13.78125,2.625 -3.27639,1.74932 -4.90626,4.19928 -4.90625,7.34375 -1e-5,2.60627 0.99181,4.62191 2.96875,6.03125 0.22714,0.16194 0.45922,0.34849 0.71875,0.46875 3.0082,1.39395 6.29697,2.11448 9.53125,2.84375 2.45754,0.55413 7.46875,1.15625 7.46875,1.15625 4.5092,0.73652 7.53245,1.31301 8.6875,2 1.15507,0.68695 1.43329,2.46023 0.96875,3.625 -0.64779,1.62423 -2.73972,2.12277 -4.46875,2.71875 -1.69829,0.58539 -4.88342,0.81463 -7.34375,0.71653 -2.88857,-0.11522 -6.08506,-0.67469 -8.67012,-1.96875 -2.01293,-1.00767 -3.81918,-1.99215 -4.86113,-4.10716 l 0,-2.88853 -4.25,0 0,2.68541 0,9.78125 4.25,0 0,-2.46875 c 0,0 3.62833,1.23933 5.53125,1.625 2.97828,0.6036 6.18391,0.84372 9.09375,0.84375 1.58625,-10e-6 3.07221,-0.0927 4.46875,-0.21875 4.82375,-0.27065 8.61806,-1.05086 11.375,-2.375 3.46514,-1.66431 5.18747,-4.11134 5.18751,-7.3125 -4e-5,-2.73372 -1.01691,-4.8794 -3.09376,-6.4375 -0.11184,-0.0839 -0.22455,-0.1685 -0.34375,-0.25 -2.09467,-1.43232 -5.34732,-2.49059 -9.71875,-3.1875 l -7.4375,-1.15625 c -4.50921,-0.73652 -9.96996,-0.84426 -11.125,-1.53125 -1.15508,-0.68695 -1.46454,-2.46023 -1,-3.625 0.64778,-1.62423 2.77096,-2.12277 4.5,-2.71875 1.69829,-0.58539 4.85217,-1.0356 7.3125,-0.9375 2.88857,0.11522 5.91494,0.48719 8.5,1.78125 2.01294,1.00767 4.02054,2.32249 5.0625,4.4375 l 0,1.8125 4.21875,0 0,-10.59375 -4.21875,0 0,1.90625 c 0,0 -3.65958,-1.39558 -5.5625,-1.78125 -2.97828,-0.6036 -6.15266,-0.84372 -9.0625,-0.84375 z"
         id="path3991-9-1-1"
         inkscape:connector-curvature="0"
         sodipodi:nodetypes="csscasccsscscccccccsccscsccccsscsccccccsc" />
    </g>
    <ellipse
       style="fill:url(#linearGradient9761);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
       id="path15422"
       cx="-633.7865"
       cy="631.979"
       rx="152.38156"
       ry="152.38091"
       sodipodi:cx="-633.7865"
       sodipodi:cy="631.979"
       sodipodi:rx="152.38156"
       sodipodi:ry="152.38091"
       transform="matrix(0.60383074,0,0,0.60383074,559.8643,109.95206)" />
    <ellipse
       style="fill:url(#linearGradient11780);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
       id="path5042-54-9-5"
       transform="matrix(0.41793533,-0.17359958,0.18302958,0.44063776,-903.23508,-410.54456)"
       d="m 1404,2443.8623 a 76,71.5 0 1 1 -152,0 76,71.5 0 1 1 152,0 z"
       sodipodi:type="arc"
       sodipodi:ry="71.5"
       sodipodi:rx="76"
       sodipodi:cy="2443.8623"
       sodipodi:cx="1328" />
    <ellipse
       style="fill:url(#linearGradient12086);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
       id="path5042-54-9-5-6"
       transform="matrix(-0.41793533,-0.17359958,-0.18302958,0.44063776,1257.565,-410.54455)"
       d="m 1404,2443.8623 a 76,71.5 0 1 1 -152,0 76,71.5 0 1 1 152,0 z"
       sodipodi:type="arc"
       sodipodi:ry="71.5"
       sodipodi:rx="76"
       sodipodi:cy="2443.8623"
       sodipodi:cx="1328" />
    <ellipse
       id="path15190"
       style="fill:#020202;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
       cx="-633.78644"
       cy="631.97925"
       rx="151.11496"
       ry="151.11433"
       sodipodi:cx="-633.78644"
       sodipodi:cy="631.97925"
       sodipodi:rx="151.11496"
       sodipodi:ry="151.11433"
       transform="matrix(0.60383074,0,0,0.60383074,559.8643,109.95206)" />
    <ellipse
       style="fill:url(#linearGradient9763);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
       id="path5042-5-1-0-9"
       cx="-633.78644"
       cy="631.97925"
       rx="146.85913"
       ry="146.85852"
       sodipodi:cx="-633.78644"
       sodipodi:cy="631.97925"
       sodipodi:rx="146.85913"
       sodipodi:ry="146.85852"
       transform="matrix(0.60383074,0,0,0.60383074,559.8643,109.95206)" />
    <g
       style="display:inline"
       id="g11483"
       transform="matrix(0.60383074,0,0,0.60383074,249.32284,-236.30471)">
      <ellipse
         sodipodi:ry="71.5"
         sodipodi:rx="76"
         sodipodi:cy="2443.8623"
         sodipodi:cx="1328"
         d="m 1404,2443.8623 c 0,39.4884 -34.0264,71.5 -76,71.5 -41.9736,0 -76,-32.0116 -76,-71.5 0,-39.4884 34.0264,-71.5 76,-71.5 41.9736,0 76,32.0116 76,71.5 z"
         style="fill:url(#linearGradient11481);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
         id="ellipse15209-5"
         transform="matrix(1.9143663,-0.21451304,0.22801324,2.0348453,-3219.0133,-3482.5972)"
         cx="1328"
         cy="2443.8623"
         rx="76"
         ry="71.5" />
      <ellipse
         sodipodi:ry="145.155"
         sodipodi:rx="145.1554"
         sodipodi:cy="685.80054"
         sodipodi:cx="395.9812"
         ry="145.155"
         rx="145.1554"
         cy="685.80054"
         cx="395.9812"
         transform="matrix(0.99378042,-0.1113574,0.1113574,0.99378042,-589.38836,567.97289)"
         id="path4968-6-8-8-2-85-8"
         style="fill:url(#linearGradient11479);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607872;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         d="m 541.1366,685.80054 c 0,80.16689 -64.98829,145.155 -145.1554,145.155 -80.16711,0 -145.15539,-64.98811 -145.15539,-145.155 0,-80.1669 64.98828,-145.155 145.15539,-145.155 80.16711,0 145.1554,64.9881 145.1554,145.155 z" />
      <ellipse
         sodipodi:ry="143.86736"
         sodipodi:rx="143.86775"
         sodipodi:cy="685.80072"
         sodipodi:cx="395.98138"
         ry="143.86736"
         rx="143.86775"
         cy="685.80072"
         cx="395.98138"
         style="fill:url(#linearGradient11477);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607872;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         id="path5278-9-9"
         transform="matrix(0.99378042,-0.1113574,0.1113574,0.99378042,-589.38836,567.97289)"
         d="m 539.84914,685.80072 c 0,79.45575 -64.41179,143.86736 -143.86776,143.86736 -79.45596,0 -143.86775,-64.41161 -143.86775,-143.86736 0,-79.45575 64.41179,-143.86736 143.86775,-143.86736 79.45597,0 143.86776,64.41161 143.86776,143.86736 z" />
      <ellipse
         sodipodi:ry="142.63931"
         sodipodi:rx="142.63969"
         sodipodi:cy="685.80048"
         sodipodi:cx="395.98117"
         ry="142.63931"
         rx="142.63969"
         cy="685.80048"
         cx="395.98117"
         transform="matrix(0.99378042,-0.11135741,0.1113574,0.99378042,-589.38836,567.97289)"
         id="path5282-2-0"
         style="fill:url(#linearGradient11475);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607872;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         d="m 538.62086,685.80048 c 0,78.77751 -63.86196,142.63931 -142.63969,142.63931 -78.77773,0 -142.63969,-63.8618 -142.63969,-142.63931 0,-78.77752 63.86196,-142.63932 142.63969,-142.63932 78.77773,0 142.63969,63.8618 142.63969,142.63932 z" />
      <ellipse
         sodipodi:ry="141.41127"
         sodipodi:rx="141.41165"
         sodipodi:cy="685.8009"
         sodipodi:cx="395.98126"
         ry="141.41127"
         rx="141.41165"
         cy="685.8009"
         cx="395.98126"
         style="fill:url(#linearGradient11473);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607878;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         id="path5286-5-0"
         transform="matrix(0.99378042,-0.1113574,0.1113574,0.99378042,-589.38836,567.97289)"
         d="m 537.39291,685.8009 c 0,78.09929 -63.31215,141.41127 -141.41165,141.41127 -78.0995,0 -141.41165,-63.31198 -141.41165,-141.41127 0,-78.09928 63.31215,-141.41127 141.41165,-141.41127 78.0995,0 141.41165,63.31199 141.41165,141.41127 z" />
      <ellipse
         sodipodi:ry="140.18323"
         sodipodi:rx="140.18359"
         sodipodi:cy="685.80084"
         sodipodi:cx="395.98102"
         ry="140.18323"
         rx="140.18359"
         cy="685.80084"
         cx="395.98102"
         transform="matrix(0.99378042,-0.11135741,0.1113574,0.99378042,-589.38836,567.97289)"
         id="path5290-4-0"
         style="fill:url(#linearGradient11470);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607878;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         d="m 536.16461,685.80084 c 0,77.42106 -62.76233,140.18323 -140.18359,140.18323 -77.42126,0 -140.1836,-62.76217 -140.1836,-140.18323 0,-77.42106 62.76234,-140.18323 140.1836,-140.18323 77.42126,0 140.18359,62.76217 140.18359,140.18323 z" />
      <ellipse
         sodipodi:ry="138.95518"
         sodipodi:rx="138.95555"
         sodipodi:cy="685.80078"
         sodipodi:cx="395.98111"
         ry="138.95518"
         rx="138.95555"
         cy="685.80078"
         cx="395.98111"
         style="fill:url(#linearGradient11468);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607872;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         id="path5294-1-7"
         transform="matrix(0.99378042,-0.11135741,0.1113574,0.99378042,-589.38836,567.97289)"
         d="m 534.93666,685.80078 c 0,76.74283 -62.21252,138.95519 -138.95555,138.95519 -76.74303,0 -138.95555,-62.21236 -138.95555,-138.95519 0,-76.74283 62.21252,-138.95518 138.95555,-138.95518 76.74303,0 138.95555,62.21235 138.95555,138.95518 z" />
      <ellipse
         sodipodi:ry="137.72714"
         sodipodi:rx="137.72749"
         sodipodi:cy="685.80109"
         sodipodi:cx="395.98114"
         ry="137.72714"
         rx="137.72749"
         cy="685.80109"
         cx="395.98114"
         transform="matrix(0.99378042,-0.11135741,0.1113574,0.99378042,-589.38836,567.97289)"
         id="path5298-3-2"
         style="fill:url(#linearGradient11466);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607878;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         d="m 533.70863,685.80109 c 0,76.0646 -61.6627,137.72714 -137.72749,137.72714 -76.06479,0 -137.72749,-61.66254 -137.72749,-137.72714 0,-76.0646 61.6627,-137.72715 137.72749,-137.72715 76.06479,0 137.72749,61.66255 137.72749,137.72715 z" />
      <ellipse
         sodipodi:ry="136.4991"
         sodipodi:rx="136.49944"
         sodipodi:cy="685.80115"
         sodipodi:cx="395.98105"
         ry="136.4991"
         rx="136.49944"
         cy="685.80115"
         cx="395.98105"
         style="fill:url(#linearGradient11464);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607872;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         id="path5302-95-5"
         transform="matrix(0.99378042,-0.11135741,0.1113574,0.99378042,-589.38836,567.97289)"
         d="m 532.48048,685.80115 c 0,75.38637 -61.11287,136.4991 -136.49943,136.4991 -75.38656,0 -136.49944,-61.11273 -136.49944,-136.4991 0,-75.38637 61.11288,-136.4991 136.49944,-136.4991 75.38656,0 136.49943,61.11273 136.49943,136.4991 z" />
      <ellipse
         sodipodi:ry="135.27106"
         sodipodi:rx="135.27139"
         sodipodi:cy="685.80115"
         sodipodi:cx="395.98105"
         ry="135.27106"
         rx="135.27139"
         cy="685.80115"
         cx="395.98105"
         transform="matrix(0.99378042,-0.11135741,0.1113574,0.99378042,-589.38836,567.97289)"
         id="path5306-8-5"
         style="fill:url(#linearGradient11462);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607872;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         d="m 531.25244,685.80115 c 0,74.70814 -60.56306,135.27105 -135.27139,135.27105 -74.70833,0 -135.27139,-60.56291 -135.27139,-135.27105 0,-74.70814 60.56306,-135.27106 135.27139,-135.27106 74.70833,0 135.27139,60.56292 135.27139,135.27106 z" />
      <ellipse
         sodipodi:ry="134.04301"
         sodipodi:rx="134.04335"
         sodipodi:cy="685.80115"
         sodipodi:cx="395.98111"
         ry="134.04301"
         rx="134.04335"
         cy="685.80115"
         cx="395.98111"
         style="fill:url(#linearGradient11460);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607872;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         id="path5310-2-2"
         transform="matrix(0.99378042,-0.1113574,0.11135741,0.99378042,-589.38836,567.97289)"
         d="m 530.02446,685.80115 c 0,74.02991 -60.01325,134.04301 -134.04335,134.04301 -74.0301,0 -134.04335,-60.0131 -134.04335,-134.04301 0,-74.02992 60.01325,-134.04302 134.04335,-134.04302 74.0301,0 134.04335,60.0131 134.04335,134.04302 z" />
      <ellipse
         sodipodi:ry="132.81496"
         sodipodi:rx="132.81531"
         sodipodi:cy="685.80078"
         sodipodi:cx="395.9812"
         ry="132.81496"
         rx="132.81531"
         cy="685.80078"
         cx="395.9812"
         transform="matrix(0.99378042,-0.1113574,0.11135741,0.99378042,-589.38836,567.97289)"
         id="path5314-7-1"
         style="fill:url(#linearGradient11458);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607872;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         d="m 528.79651,685.80078 c 0,73.35168 -59.46344,132.81496 -132.81531,132.81496 -73.35187,0 -132.81531,-59.46328 -132.81531,-132.81496 0,-73.35167 59.46344,-132.81496 132.81531,-132.81496 73.35187,0 132.81531,59.46329 132.81531,132.81496 z" />
      <ellipse
         sodipodi:ry="131.58691"
         sodipodi:rx="131.58725"
         sodipodi:cy="685.80084"
         sodipodi:cx="395.9812"
         ry="131.58691"
         rx="131.58725"
         cy="685.80084"
         cx="395.9812"
         style="fill:url(#linearGradient11455);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607872;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         id="path5318-96-4"
         transform="matrix(0.99378042,-0.1113574,0.1113574,0.99378042,-589.38836,567.97289)"
         d="m 527.56845,685.80084 c 0,72.67345 -58.91362,131.58692 -131.58725,131.58692 -72.67363,0 -131.58725,-58.91347 -131.58725,-131.58692 0,-72.67344 58.91362,-131.58691 131.58725,-131.58691 72.67363,0 131.58725,58.91347 131.58725,131.58691 z" />
      <ellipse
         sodipodi:ry="130.35886"
         sodipodi:rx="130.35919"
         sodipodi:cy="685.80066"
         sodipodi:cx="395.98096"
         ry="130.35886"
         rx="130.35919"
         cy="685.80066"
         cx="395.98096"
         transform="matrix(0.99378042,-0.1113574,0.1113574,0.99378042,-589.38836,567.97289)"
         id="path5322-1-8"
         style="fill:url(#linearGradient11453);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607866;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         d="m 526.34015,685.80066 c 0,71.99521 -58.3638,130.35886 -130.35919,130.35886 -71.9954,0 -130.35919,-58.36365 -130.35919,-130.35886 0,-71.99521 58.36379,-130.35886 130.35919,-130.35886 71.99539,0 130.35919,58.36365 130.35919,130.35886 z" />
      <ellipse
         sodipodi:ry="129.13081"
         sodipodi:rx="129.13115"
         sodipodi:cy="685.80072"
         sodipodi:cx="395.9812"
         ry="129.13081"
         rx="129.13115"
         cy="685.80072"
         cx="395.9812"
         style="fill:url(#linearGradient11451);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607872;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         id="path5326-7-6"
         transform="matrix(0.99378042,-0.1113574,0.1113574,0.99378042,-589.38836,567.97289)"
         d="m 525.11235,685.80072 c 0,71.31698 -57.81398,129.13081 -129.13115,129.13081 -71.31716,0 -129.13115,-57.81383 -129.13115,-129.13081 0,-71.31698 57.81399,-129.13081 129.13115,-129.13081 71.31717,0 129.13115,57.81383 129.13115,129.13081 z" />
      <ellipse
         sodipodi:ry="127.90278"
         sodipodi:rx="127.90309"
         sodipodi:cy="685.80103"
         sodipodi:cx="395.98093"
         ry="127.90278"
         rx="127.90309"
         cy="685.80103"
         cx="395.98093"
         transform="matrix(0.99378042,-0.11135741,0.1113574,0.99378042,-589.38836,567.97289)"
         id="path5330-71-4"
         style="fill:url(#linearGradient11449);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607866;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         d="m 523.88402,685.80103 c 0,70.63875 -57.26417,127.90277 -127.90309,127.90277 -70.63893,0 -127.90309,-57.26402 -127.90309,-127.90277 0,-70.63876 57.26416,-127.90278 127.90309,-127.90278 70.63892,0 127.90309,57.26402 127.90309,127.90278 z" />
      <ellipse
         sodipodi:ry="126.67473"
         sodipodi:rx="126.67505"
         sodipodi:cy="685.80096"
         sodipodi:cx="395.98096"
         ry="126.67473"
         rx="126.67505"
         cy="685.80096"
         cx="395.98096"
         style="fill:url(#linearGradient11447);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607866;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         id="path5334-9-6"
         transform="matrix(0.99378042,-0.11135741,0.1113574,0.99378042,-589.38836,567.97289)"
         d="m 522.65601,685.80096 c 0,69.96053 -56.71436,126.67473 -126.67505,126.67473 -69.9607,0 -126.67505,-56.7142 -126.67505,-126.67473 0,-69.96052 56.71435,-126.67472 126.67505,-126.67472 69.96069,0 126.67505,56.7142 126.67505,126.67472 z" />
      <ellipse
         sodipodi:ry="125.44668"
         sodipodi:rx="125.447"
         sodipodi:cy="685.80078"
         sodipodi:cx="395.98105"
         ry="125.44668"
         rx="125.447"
         cy="685.80078"
         cx="395.98105"
         transform="matrix(0.99378042,-0.1113574,0.1113574,0.99378042,-589.38836,567.97289)"
         id="path5338-0-8"
         style="fill:url(#linearGradient11445);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.6960786;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         d="m 521.42805,685.80078 c 0,69.28229 -56.16454,125.44668 -125.447,125.44668 -69.28247,0 -125.447,-56.16439 -125.447,-125.44668 0,-69.28229 56.16453,-125.44668 125.447,-125.44668 69.28246,0 125.447,56.16439 125.447,125.44668 z" />
      <ellipse
         sodipodi:ry="124.21864"
         sodipodi:rx="124.21896"
         sodipodi:cy="685.80084"
         sodipodi:cx="395.98105"
         ry="124.21864"
         rx="124.21896"
         cy="685.80084"
         cx="395.98105"
         style="fill:url(#linearGradient11443);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.6960786;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         id="path5342-3-9"
         transform="matrix(0.99378042,-0.1113574,0.1113574,0.99378042,-589.38836,567.97289)"
         d="m 520.20001,685.80084 c 0,68.60406 -55.61472,124.21865 -124.21896,124.21865 -68.60424,0 -124.21897,-55.61459 -124.21897,-124.21865 0,-68.60406 55.61473,-124.21864 124.21897,-124.21864 68.60424,0 124.21896,55.61458 124.21896,124.21864 z" />
      <ellipse
         sodipodi:ry="122.99059"
         sodipodi:rx="122.99091"
         sodipodi:cy="685.80066"
         sodipodi:cx="395.9812"
         ry="122.99059"
         rx="122.99091"
         cy="685.80066"
         cx="395.9812"
         transform="matrix(0.99378042,-0.1113574,0.11135741,0.99378042,-589.38836,567.97289)"
         id="path5346-4-8"
         style="fill:url(#linearGradient11440);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.6960786;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         d="m 518.97211,685.80066 c 0,67.92583 -55.0649,122.99059 -122.99091,122.99059 -67.926,0 -122.99091,-55.06476 -122.99091,-122.99059 0,-67.92583 55.06491,-122.99059 122.99091,-122.99059 67.92601,0 122.99091,55.06476 122.99091,122.99059 z" />
      <ellipse
         sodipodi:ry="121.76254"
         sodipodi:rx="121.76285"
         sodipodi:cy="685.80072"
         sodipodi:cx="395.98093"
         ry="121.76254"
         rx="121.76285"
         cy="685.80072"
         cx="395.98093"
         style="fill:url(#linearGradient11438);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.6960786;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         id="path5350-1-3"
         transform="matrix(0.99378042,-0.11135741,0.1113574,0.99378042,-589.38836,567.97289)"
         d="m 517.74377,685.80072 c 0,67.2476 -54.51508,121.76254 -121.76284,121.76254 -67.24777,0 -121.76285,-54.51494 -121.76285,-121.76254 0,-67.2476 54.51508,-121.76254 121.76285,-121.76254 67.24776,0 121.76284,54.51494 121.76284,121.76254 z" />
      <ellipse
         sodipodi:ry="120.53449"
         sodipodi:rx="120.53481"
         sodipodi:cy="685.8006"
         sodipodi:cx="395.98102"
         ry="120.53449"
         rx="120.53481"
         cy="685.8006"
         cx="395.98102"
         transform="matrix(0.99378042,-0.1113574,0.1113574,0.99378042,-589.38836,567.97289)"
         id="path5354-7-5"
         style="fill:url(#linearGradient11436);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.6960786;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         d="m 516.51583,685.8006 c 0,66.56936 -53.96527,120.53449 -120.53481,120.53449 -66.56954,0 -120.53481,-53.96513 -120.53481,-120.53449 0,-66.56936 53.96527,-120.53449 120.53481,-120.53449 66.56954,0 120.53481,53.96513 120.53481,120.53449 z" />
      <ellipse
         sodipodi:ry="119.30644"
         sodipodi:rx="119.30675"
         sodipodi:cy="685.80042"
         sodipodi:cx="395.98093"
         ry="119.30644"
         rx="119.30675"
         cy="685.80042"
         cx="395.98093"
         style="fill:url(#linearGradient11434);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607854;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         id="path5358-5-5"
         transform="matrix(0.99378042,-0.1113574,0.11135741,0.99378042,-589.38836,567.97289)"
         d="m 515.28767,685.80042 c 0,65.89112 -53.41545,119.30644 -119.30674,119.30644 -65.8913,0 -119.30675,-53.41532 -119.30675,-119.30644 0,-65.89113 53.41545,-119.30645 119.30675,-119.30645 65.89129,0 119.30674,53.41532 119.30674,119.30645 z" />
      <ellipse
         sodipodi:ry="118.0784"
         sodipodi:rx="118.0787"
         sodipodi:cy="685.80048"
         sodipodi:cx="395.98093"
         ry="118.0784"
         rx="118.0787"
         cy="685.80048"
         cx="395.98093"
         transform="matrix(0.99378042,-0.1113574,0.1113574,0.99378042,-589.38836,567.97289)"
         id="path5362-3-1"
         style="fill:url(#linearGradient11432);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.6960786;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         d="m 514.05962,685.80048 c 0,65.2129 -52.86563,118.0784 -118.07869,118.0784 -65.21307,0 -118.0787,-52.8655 -118.0787,-118.0784 0,-65.2129 52.86563,-118.0784 118.0787,-118.0784 65.21306,0 118.07869,52.8655 118.07869,118.0784 z" />
      <ellipse
         sodipodi:ry="116.85036"
         sodipodi:rx="116.85065"
         sodipodi:cy="685.80078"
         sodipodi:cx="395.98102"
         ry="116.85036"
         rx="116.85065"
         cy="685.80078"
         cx="395.98102"
         style="fill:url(#linearGradient11430);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.6960786;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         id="path5366-3-5"
         transform="matrix(0.99378042,-0.1113574,0.1113574,0.99378042,-589.38836,567.97289)"
         d="m 512.83167,685.80078 c 0,64.53467 -52.31582,116.85036 -116.85065,116.85036 -64.53483,0 -116.85065,-52.31569 -116.85065,-116.85036 0,-64.53467 52.31582,-116.85036 116.85065,-116.85036 64.53483,0 116.85065,52.31569 116.85065,116.85036 z" />
      <ellipse
         sodipodi:ry="115.62231"
         sodipodi:rx="115.6226"
         sodipodi:cy="685.8006"
         sodipodi:cx="395.98077"
         ry="115.62231"
         rx="115.6226"
         cy="685.8006"
         cx="395.98077"
         transform="matrix(0.99378042,-0.11135741,0.1113574,0.99378042,-589.38836,567.97289)"
         id="path5370-2-5"
         style="fill:url(#linearGradient11428);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.6960786;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         d="m 511.60337,685.8006 c 0,63.85643 -51.766,115.6223 -115.6226,115.6223 -63.85659,0 -115.62259,-51.76587 -115.62259,-115.6223 0,-63.85644 51.766,-115.62231 115.62259,-115.62231 63.8566,0 115.6226,51.76587 115.6226,115.62231 z" />
      <ellipse
         sodipodi:ry="114.39427"
         sodipodi:rx="114.39457"
         sodipodi:cy="685.80066"
         sodipodi:cx="395.98105"
         ry="114.39427"
         rx="114.39457"
         cy="685.80066"
         cx="395.98105"
         style="fill:url(#linearGradient11425);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607866;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         id="path5394-4-8"
         transform="matrix(0.99378042,-0.1113574,0.1113574,0.99378042,-589.38836,567.97289)"
         d="m 510.37562,685.80066 c 0,63.17821 -51.2162,114.39427 -114.39457,114.39427 -63.17838,0 -114.39457,-51.21606 -114.39457,-114.39427 0,-63.17821 51.21619,-114.39427 114.39457,-114.39427 63.17837,0 114.39457,51.21606 114.39457,114.39427 z" />
      <ellipse
         sodipodi:ry="113.16622"
         sodipodi:rx="113.16651"
         sodipodi:cy="685.80048"
         sodipodi:cx="395.98096"
         ry="113.16622"
         rx="113.16651"
         cy="685.80048"
         cx="395.98096"
         transform="matrix(0.99378042,-0.11135741,0.11135741,0.99378042,-589.38836,567.97289)"
         id="path5398-1-4"
         style="fill:url(#linearGradient11423);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607866;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         d="m 509.14747,685.80048 c 0,62.49997 -50.66637,113.16622 -113.16651,113.16622 -62.50014,0 -113.16651,-50.66625 -113.16651,-113.16622 0,-62.49998 50.66637,-113.16623 113.16651,-113.16623 62.50014,0 113.16651,50.66625 113.16651,113.16623 z" />
      <ellipse
         sodipodi:ry="111.93817"
         sodipodi:rx="111.93846"
         sodipodi:cy="685.80042"
         sodipodi:cx="395.98093"
         ry="111.93817"
         rx="111.93846"
         cy="685.80042"
         cx="395.98093"
         style="fill:url(#linearGradient11421);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.6960786;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         id="path5402-2-0"
         transform="matrix(0.99378042,-0.1113574,0.11135741,0.99378042,-589.38836,567.97289)"
         d="m 507.91939,685.80042 c 0,61.82174 -50.11656,111.93817 -111.93846,111.93817 -61.82191,0 -111.93846,-50.11643 -111.93846,-111.93817 0,-61.82175 50.11655,-111.93818 111.93846,-111.93818 61.8219,0 111.93846,50.11643 111.93846,111.93818 z" />
      <ellipse
         sodipodi:ry="110.71013"
         sodipodi:rx="110.71042"
         sodipodi:cy="685.80042"
         sodipodi:cx="395.98105"
         ry="110.71013"
         rx="110.71042"
         cy="685.80042"
         cx="395.98105"
         transform="matrix(0.99378042,-0.1113574,0.1113574,0.99378042,-589.38836,567.97289)"
         id="path5406-9-5"
         style="fill:url(#linearGradient11419);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607866;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         d="m 506.69147,685.80042 c 0,61.14351 -49.56675,110.71012 -110.71042,110.71012 -61.14368,0 -110.71042,-49.56661 -110.71042,-110.71012 0,-61.14352 49.56674,-110.71013 110.71042,-110.71013 61.14367,0 110.71042,49.56661 110.71042,110.71013 z" />
      <ellipse
         sodipodi:ry="109.48208"
         sodipodi:rx="109.48236"
         sodipodi:cy="685.80023"
         sodipodi:cx="395.98093"
         ry="109.48208"
         rx="109.48236"
         cy="685.80023"
         cx="395.98093"
         style="fill:url(#linearGradient11417);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.6960786;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         id="path5410-0-4"
         transform="matrix(0.99378042,-0.11135741,0.11135741,0.99378042,-589.38836,567.97289)"
         d="m 505.46329,685.80023 c 0,60.46528 -49.01693,109.48208 -109.48236,109.48208 -60.46544,0 -109.48236,-49.0168 -109.48236,-109.48208 0,-60.46528 49.01692,-109.48208 109.48236,-109.48208 60.46543,0 109.48236,49.0168 109.48236,109.48208 z" />
      <ellipse
         sodipodi:ry="108.25404"
         sodipodi:rx="108.25431"
         sodipodi:cy="685.80029"
         sodipodi:cx="395.9809"
         ry="108.25404"
         rx="108.25431"
         cy="685.80029"
         cx="395.9809"
         transform="matrix(0.99378042,-0.1113574,0.1113574,0.99378042,-589.38836,567.97289)"
         id="path5414-8-7"
         style="fill:url(#linearGradient11415);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607866;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         d="m 504.23521,685.80029 c 0,59.78706 -48.46711,108.25405 -108.25431,108.25405 -59.78721,0 -108.25431,-48.46699 -108.25431,-108.25405 0,-59.78705 48.4671,-108.25404 108.25431,-108.25404 59.7872,0 108.25431,48.46699 108.25431,108.25404 z" />
      <ellipse
         sodipodi:ry="107.02599"
         sodipodi:rx="107.02626"
         sodipodi:cy="685.80023"
         sodipodi:cx="395.98087"
         ry="107.02599"
         rx="107.02626"
         cy="685.80023"
         cx="395.98087"
         style="fill:url(#linearGradient11413);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.6960786;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         id="path5418-7-2"
         transform="matrix(0.99378042,-0.1113574,0.1113574,0.99378042,-589.38836,567.97289)"
         d="m 503.00713,685.80023 c 0,59.10883 -47.91729,107.026 -107.02626,107.026 -59.10898,0 -107.02626,-47.91717 -107.02626,-107.026 0,-59.10882 47.91728,-107.02599 107.02626,-107.02599 59.10897,0 107.02626,47.91717 107.02626,107.02599 z" />
      <ellipse
         sodipodi:ry="105.79794"
         sodipodi:rx="105.79822"
         sodipodi:cy="685.80029"
         sodipodi:cx="395.98102"
         ry="105.79794"
         rx="105.79822"
         cy="685.80029"
         cx="395.98102"
         transform="matrix(0.99378042,-0.1113574,0.1113574,0.99378042,-589.38836,567.97289)"
         id="path5422-4-1"
         style="fill:url(#linearGradient11410);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607866;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         d="m 501.77924,685.80029 c 0,58.43059 -47.36748,105.79795 -105.79822,105.79795 -58.43074,0 -105.79822,-47.36736 -105.79822,-105.79795 0,-58.43059 47.36748,-105.79794 105.79822,-105.79794 58.43074,0 105.79822,47.36735 105.79822,105.79794 z" />
      <ellipse
         sodipodi:ry="104.5699"
         sodipodi:rx="104.57017"
         sodipodi:cy="685.80035"
         sodipodi:cx="395.98102"
         ry="104.5699"
         rx="104.57017"
         cy="685.80035"
         cx="395.98102"
         style="fill:url(#linearGradient11408);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607866;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         id="path5426-5-4"
         transform="matrix(0.99378042,-0.1113574,0.1113574,0.99378042,-589.38836,567.97289)"
         d="m 500.55119,685.80035 c 0,57.75237 -46.81766,104.5699 -104.57017,104.5699 -57.75251,0 -104.57017,-46.81753 -104.57017,-104.5699 0,-57.75236 46.81766,-104.5699 104.57017,-104.5699 57.75251,0 104.57017,46.81754 104.57017,104.5699 z" />
      <ellipse
         sodipodi:ry="103.34186"
         sodipodi:rx="103.34212"
         sodipodi:cy="685.80042"
         sodipodi:cx="395.9809"
         ry="103.34186"
         rx="103.34212"
         cy="685.80042"
         cx="395.9809"
         transform="matrix(0.99378042,-0.1113574,0.1113574,0.99378042,-589.38836,567.97289)"
         id="path5430-6-9"
         style="fill:url(#linearGradient11406);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607866;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         d="m 499.32301,685.80042 c 0,57.07413 -46.26784,103.34185 -103.34211,103.34185 -57.07428,0 -103.34212,-46.26772 -103.34212,-103.34185 0,-57.07414 46.26784,-103.34186 103.34212,-103.34186 57.07427,0 103.34211,46.26772 103.34211,103.34186 z" />
      <ellipse
         sodipodi:ry="102.11381"
         sodipodi:rx="102.11407"
         sodipodi:cy="685.80023"
         sodipodi:cx="395.9809"
         ry="102.11381"
         rx="102.11407"
         cy="685.80023"
         cx="395.9809"
         style="fill:url(#linearGradient11404);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.6960786;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         id="path5434-8-9"
         transform="matrix(0.99378042,-0.1113574,0.11135741,0.99378042,-589.38836,567.97289)"
         d="m 498.09496,685.80023 c 0,56.3959 -45.71802,102.11381 -102.11406,102.11381 -56.39605,0 -102.11407,-45.71791 -102.11407,-102.11381 0,-56.3959 45.71802,-102.11381 102.11407,-102.11381 56.39604,0 102.11406,45.71791 102.11406,102.11381 z" />
      <ellipse
         sodipodi:ry="100.88576"
         sodipodi:rx="100.88602"
         sodipodi:cy="685.80017"
         sodipodi:cx="395.98099"
         ry="100.88576"
         rx="100.88602"
         cy="685.80017"
         cx="395.98099"
         transform="matrix(0.99378042,-0.1113574,0.1113574,0.99378042,-589.38836,567.97289)"
         id="path5438-0-0"
         style="fill:url(#linearGradient11402);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.6960786;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         d="m 496.867,685.80017 c 0,55.71767 -45.1682,100.88576 -100.88601,100.88576 -55.71781,0 -100.88602,-45.16809 -100.88602,-100.88576 0,-55.71766 45.16821,-100.88576 100.88602,-100.88576 55.71781,0 100.88601,45.1681 100.88601,100.88576 z" />
      <ellipse
         sodipodi:ry="99.657707"
         sodipodi:rx="99.657967"
         sodipodi:cy="685.7998"
         sodipodi:cx="395.98077"
         ry="99.657707"
         rx="99.657967"
         cy="685.7998"
         cx="395.98077"
         style="fill:url(#linearGradient11400);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607854;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         id="path5442-7-3"
         transform="matrix(0.99378042,-0.11135741,0.1113574,0.99378042,-589.38836,567.97289)"
         d="m 495.63874,685.7998 c 0,55.03944 -44.61839,99.65771 -99.65797,99.65771 -55.03957,0 -99.65796,-44.61827 -99.65796,-99.65771 0,-55.03943 44.61839,-99.6577 99.65796,-99.6577 55.03958,0 99.65797,44.61827 99.65797,99.6577 z" />
      <ellipse
         sodipodi:ry="98.429665"
         sodipodi:rx="98.429916"
         sodipodi:cy="685.79999"
         sodipodi:cx="395.98087"
         ry="98.429665"
         rx="98.429916"
         cy="685.79999"
         cx="395.98087"
         transform="matrix(0.99378042,-0.11135741,0.11135741,0.99378042,-589.38836,567.97289)"
         id="path5446-7-0"
         style="fill:url(#linearGradient11398);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607848;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         d="m 494.41078,685.79999 c 0,54.3612 -44.06857,98.42966 -98.42991,98.42966 -54.36135,0 -98.42992,-44.06846 -98.42992,-98.42966 0,-54.3612 44.06857,-98.42967 98.42992,-98.42967 54.36134,0 98.42991,44.06847 98.42991,98.42967 z" />
      <ellipse
         sodipodi:ry="97.201622"
         sodipodi:rx="97.201866"
         sodipodi:cy="685.80005"
         sodipodi:cx="395.98077"
         ry="97.201622"
         rx="97.201866"
         cy="685.80005"
         cx="395.98077"
         style="fill:url(#linearGradient11395);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607848;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         id="path5450-4-3"
         transform="matrix(0.99378042,-0.1113574,0.1113574,0.99378042,-589.38836,567.97289)"
         d="m 493.18264,685.80005 c 0,53.68297 -43.51876,97.20162 -97.20187,97.20162 -53.6831,0 -97.20186,-43.51865 -97.20186,-97.20162 0,-53.68297 43.51876,-97.20162 97.20186,-97.20162 53.68311,0 97.20187,43.51865 97.20187,97.20162 z" />
      <ellipse
         sodipodi:ry="95.973572"
         sodipodi:rx="95.973824"
         sodipodi:cy="685.79987"
         sodipodi:cx="395.9809"
         ry="95.973572"
         rx="95.973824"
         cy="685.79987"
         cx="395.9809"
         transform="matrix(0.99378042,-0.1113574,0.1113574,0.99378042,-589.38836,567.97289)"
         id="path5454-3-5"
         style="fill:url(#linearGradient11393);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607842;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         d="m 491.95472,685.79987 c 0,53.00474 -42.96894,95.97357 -95.97382,95.97357 -53.00488,0 -95.97383,-42.96883 -95.97383,-95.97357 0,-53.00474 42.96895,-95.97358 95.97383,-95.97358 53.00488,0 95.97382,42.96884 95.97382,95.97358 z" />
      <ellipse
         sodipodi:ry="94.745529"
         sodipodi:rx="94.745773"
         sodipodi:cy="685.79993"
         sodipodi:cx="395.98074"
         ry="94.745529"
         rx="94.745773"
         cy="685.79993"
         cx="395.98074"
         style="fill:url(#linearGradient11391);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607842;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         id="path5458-1-0"
         transform="matrix(0.99378042,-0.1113574,0.1113574,0.99378042,-589.38836,567.97289)"
         d="m 490.72652,685.79993 c 0,52.32651 -42.41913,94.74553 -94.74578,94.74553 -52.32664,0 -94.74577,-42.41902 -94.74577,-94.74553 0,-52.32651 42.41913,-94.74553 94.74577,-94.74553 52.32665,0 94.74578,42.41902 94.74578,94.74553 z" />
      <ellipse
         sodipodi:ry="93.517479"
         sodipodi:rx="93.517723"
         sodipodi:cy="685.79987"
         sodipodi:cx="395.98087"
         ry="93.517479"
         rx="93.517723"
         cy="685.79987"
         cx="395.98087"
         transform="matrix(0.99378042,-0.1113574,0.11135741,0.99378042,-589.38836,567.97289)"
         id="path5462-3-7"
         style="fill:#000000;fill-opacity:0;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607842;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         d="m 489.49859,685.79987 c 0,51.64827 -41.86931,93.51747 -93.51772,93.51747 -51.64842,0 -93.51773,-41.8692 -93.51773,-93.51747 0,-51.64828 41.86931,-93.51748 93.51773,-93.51748 51.64841,0 93.51772,41.8692 93.51772,93.51748 z" />
      <ellipse
         sodipodi:ry="92.289436"
         sodipodi:rx="92.289673"
         sodipodi:cy="685.79993"
         sodipodi:cx="395.98074"
         ry="92.289436"
         rx="92.289673"
         cy="685.79993"
         cx="395.98074"
         style="fill:url(#linearGradient11389);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607842;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         id="path5466-6-6"
         transform="matrix(0.99378042,-0.1113574,0.11135741,0.99378042,-589.38836,567.97289)"
         d="m 488.27042,685.79993 c 0,50.97005 -41.3195,92.28943 -92.28968,92.28943 -50.97018,0 -92.28967,-41.31938 -92.28967,-92.28943 0,-50.97005 41.31949,-92.28944 92.28967,-92.28944 50.97018,0 92.28968,41.31939 92.28968,92.28944 z" />
      <ellipse
         sodipodi:ry="91.061394"
         sodipodi:rx="91.061623"
         sodipodi:cy="685.79999"
         sodipodi:cx="395.98083"
         ry="91.061394"
         rx="91.061623"
         cy="685.79999"
         cx="395.98083"
         transform="matrix(0.99378042,-0.11135741,0.1113574,0.99378042,-589.38836,567.97289)"
         id="path5470-3-7"
         style="fill:url(#linearGradient11387);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607848;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         d="m 487.04246,685.79999 c 0,50.29182 -40.76968,91.06139 -91.06163,91.06139 -50.29194,0 -91.06162,-40.76957 -91.06162,-91.06139 0,-50.29182 40.76968,-91.0614 91.06162,-91.0614 50.29195,0 91.06163,40.76958 91.06163,91.0614 z" />
      <ellipse
         sodipodi:ry="89.833344"
         sodipodi:rx="89.83358"
         sodipodi:cy="685.7998"
         sodipodi:cx="395.98087"
         ry="89.833344"
         rx="89.83358"
         cy="685.7998"
         cx="395.98087"
         style="fill:url(#linearGradient11385);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607848;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         id="path5474-0-8"
         transform="matrix(0.99378042,-0.1113574,0.1113574,0.99378042,-589.38836,567.97289)"
         d="m 485.81445,685.7998 c 0,49.61359 -40.21987,89.83335 -89.83358,89.83335 -49.61372,0 -89.83358,-40.21976 -89.83358,-89.83335 0,-49.61358 40.21986,-89.83334 89.83358,-89.83334 49.61371,0 89.83358,40.21976 89.83358,89.83334 z" />
      <ellipse
         sodipodi:ry="88.605293"
         sodipodi:rx="88.605522"
         sodipodi:cy="685.79962"
         sodipodi:cx="395.98077"
         ry="88.605293"
         rx="88.605522"
         cy="685.79962"
         cx="395.98077"
         transform="matrix(0.99378042,-0.1113574,0.11135741,0.99378042,-589.38836,567.97289)"
         id="path5478-1-3"
         style="fill:url(#linearGradient11383);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607842;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         d="m 484.5863,685.79962 c 0,48.93535 -39.67005,88.60529 -88.60553,88.60529 -48.93547,0 -88.60552,-39.66994 -88.60552,-88.60529 0,-48.93535 39.67005,-88.60529 88.60552,-88.60529 48.93548,0 88.60553,39.66994 88.60553,88.60529 z" />
      <ellipse
         sodipodi:ry="87.377243"
         sodipodi:rx="87.377472"
         sodipodi:cy="685.79944"
         sodipodi:cx="395.98074"
         ry="87.377243"
         rx="87.377472"
         cy="685.79944"
         cx="395.98074"
         style="fill:url(#linearGradient11380);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607836;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         id="path5482-9-6"
         transform="matrix(0.99378042,-0.11135741,0.11135741,0.99378042,-589.38836,567.97289)"
         d="m 483.35822,685.79944 c 0,48.25712 -39.12023,87.37724 -87.37748,87.37724 -48.25724,0 -87.37747,-39.12012 -87.37747,-87.37724 0,-48.25712 39.12023,-87.37724 87.37747,-87.37724 48.25725,0 87.37748,39.12012 87.37748,87.37724 z" />
      <ellipse
         sodipodi:ry="86.149208"
         sodipodi:rx="86.149429"
         sodipodi:cy="685.7998"
         sodipodi:cx="395.98087"
         ry="86.149208"
         rx="86.149429"
         cy="685.7998"
         cx="395.98087"
         transform="matrix(0.99378042,-0.1113574,0.1113574,0.99378042,-589.38836,567.97289)"
         id="path5486-0-4"
         style="fill:url(#linearGradient11378);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607848;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         d="m 482.13029,685.7998 c 0,47.5789 -38.57041,86.14921 -86.14942,86.14921 -47.57902,0 -86.14943,-38.57031 -86.14943,-86.14921 0,-47.57889 38.57041,-86.1492 86.14943,-86.1492 47.57901,0 86.14942,38.57031 86.14942,86.1492 z" />
      <ellipse
         sodipodi:ry="84.921158"
         sodipodi:rx="84.921379"
         sodipodi:cy="685.79962"
         sodipodi:cx="395.98083"
         ry="84.921158"
         rx="84.921379"
         cy="685.79962"
         cx="395.98083"
         style="fill:url(#linearGradient11376);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607848;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         id="path5490-4-4"
         transform="matrix(0.99378042,-0.11135741,0.1113574,0.99378042,-589.38836,567.97289)"
         d="m 480.90221,685.79962 c 0,46.90066 -38.02059,84.92116 -84.92138,84.92116 -46.90078,0 -84.92137,-38.0205 -84.92137,-84.92116 0,-46.90066 38.02059,-84.92116 84.92137,-84.92116 46.90079,0 84.92138,38.0205 84.92138,84.92116 z" />
      <ellipse
         sodipodi:ry="83.693108"
         sodipodi:rx="83.693329"
         sodipodi:cy="685.79932"
         sodipodi:cx="395.98062"
         ry="83.693108"
         rx="83.693329"
         cy="685.79932"
         cx="395.98062"
         transform="matrix(0.99378042,-0.11135741,0.11135741,0.99378042,-589.38836,567.97289)"
         id="path5494-2-1"
         style="fill:url(#linearGradient11374);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607842;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         d="m 479.67395,685.79932 c 0,46.22242 -37.47078,83.6931 -83.69333,83.6931 -46.22255,0 -83.69333,-37.47068 -83.69333,-83.6931 0,-46.22243 37.47078,-83.69311 83.69333,-83.69311 46.22255,0 83.69333,37.47068 83.69333,83.69311 z" />
      <ellipse
         sodipodi:ry="82.465065"
         sodipodi:rx="82.465279"
         sodipodi:cy="685.7995"
         sodipodi:cx="395.98083"
         ry="82.465065"
         rx="82.465279"
         cy="685.7995"
         cx="395.98083"
         style="fill:url(#linearGradient11372);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607842;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         id="path5498-9-9"
         transform="matrix(0.99378042,-0.1113574,0.11135741,0.99378042,-589.38836,567.97289)"
         d="m 478.44611,685.7995 c 0,45.5442 -36.92096,82.46506 -82.46528,82.46506 -45.54431,0 -82.46527,-36.92086 -82.46527,-82.46506 0,-45.5442 36.92096,-82.46507 82.46527,-82.46507 45.54432,0 82.46528,36.92087 82.46528,82.46507 z" />
      <ellipse
         sodipodi:ry="81.237015"
         sodipodi:rx="81.237236"
         sodipodi:cy="685.79932"
         sodipodi:cx="395.98074"
         ry="81.237015"
         rx="81.237236"
         cy="685.79932"
         cx="395.98074"
         transform="matrix(0.99378042,-0.1113574,0.11135741,0.99378042,-589.38836,567.97289)"
         id="path7108-3-5"
         style="fill:url(#linearGradient11370);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607842;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         d="m 477.21798,685.79932 c 0,44.86596 -36.37115,81.23701 -81.23724,81.23701 -44.86608,0 -81.23723,-36.37105 -81.23723,-81.23701 0,-44.86597 36.37115,-81.23702 81.23723,-81.23702 44.86609,0 81.23724,36.37105 81.23724,81.23702 z" />
      <ellipse
         sodipodi:ry="80.00898"
         sodipodi:rx="80.009178"
         sodipodi:cy="685.79962"
         sodipodi:cx="395.98071"
         ry="80.00898"
         rx="80.009178"
         cy="685.79962"
         cx="395.98071"
         style="fill:url(#linearGradient11368);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607848;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         id="path7112-1-5"
         transform="matrix(0.99378042,-0.1113574,0.1113574,0.99378042,-589.38836,567.97289)"
         d="m 475.98989,685.79962 c 0,44.18774 -35.82133,80.00898 -80.00918,80.00898 -44.18785,0 -80.00918,-35.82124 -80.00918,-80.00898 0,-44.18774 35.82133,-80.00898 80.00918,-80.00898 44.18785,0 80.00918,35.82124 80.00918,80.00898 z" />
      <ellipse
         sodipodi:ry="78.78093"
         sodipodi:rx="78.781128"
         sodipodi:cy="685.79944"
         sodipodi:cx="395.98059"
         ry="78.78093"
         rx="78.781128"
         cy="685.79944"
         cx="395.98059"
         transform="matrix(0.99378042,-0.11135741,0.1113574,0.99378042,-589.38836,567.97289)"
         id="path7116-4-7"
         style="fill:url(#linearGradient11365);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607842;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         d="m 474.76172,685.79944 c 0,43.5095 -35.27151,78.78093 -78.78113,78.78093 -43.50961,0 -78.78113,-35.27143 -78.78113,-78.78093 0,-43.50951 35.27152,-78.78093 78.78113,-78.78093 43.50962,0 78.78113,35.27142 78.78113,78.78093 z" />
      <ellipse
         sodipodi:ry="77.552879"
         sodipodi:rx="77.553078"
         sodipodi:cy="685.79932"
         sodipodi:cx="395.98059"
         ry="77.552879"
         rx="77.553078"
         cy="685.79932"
         cx="395.98059"
         style="fill:url(#linearGradient11363);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607848;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         id="path7120-8-4"
         transform="matrix(0.99378042,-0.1113574,0.1113574,0.99378042,-589.38836,567.97289)"
         d="m 473.53367,685.79932 c 0,42.83127 -34.7217,77.55288 -77.55308,77.55288 -42.83138,0 -77.55308,-34.72161 -77.55308,-77.55288 0,-42.83128 34.7217,-77.55288 77.55308,-77.55288 42.83138,0 77.55308,34.7216 77.55308,77.55288 z" />
      <ellipse
         sodipodi:ry="76.324837"
         sodipodi:rx="76.325027"
         sodipodi:cy="685.79962"
         sodipodi:cx="395.98065"
         ry="76.324837"
         rx="76.325027"
         cy="685.79962"
         cx="395.98065"
         transform="matrix(0.99378042,-0.1113574,0.1113574,0.99378042,-589.38836,567.97289)"
         id="path7124-2-7"
         style="fill:url(#linearGradient11361);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607848;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         d="m 472.30568,685.79962 c 0,42.15304 -34.17188,76.32484 -76.32503,76.32484 -42.15315,0 -76.32503,-34.1718 -76.32503,-76.32484 0,-42.15304 34.17188,-76.32484 76.32503,-76.32484 42.15315,0 76.32503,34.1718 76.32503,76.32484 z" />
      <ellipse
         sodipodi:ry="75.096786"
         sodipodi:rx="75.096977"
         sodipodi:cy="685.79932"
         sodipodi:cx="395.98059"
         ry="75.096786"
         rx="75.096977"
         cy="685.79932"
         cx="395.98059"
         style="fill:url(#linearGradient11359);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607842;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         id="path7128-0-3"
         transform="matrix(0.99378042,-0.11135741,0.1113574,0.99378042,-589.38836,567.97289)"
         d="m 471.07757,685.79932 c 0,41.47481 -33.62206,75.09678 -75.09698,75.09678 -41.47491,0 -75.09698,-33.62197 -75.09698,-75.09678 0,-41.47481 33.62207,-75.09679 75.09698,-75.09679 41.47492,0 75.09698,33.62198 75.09698,75.09679 z" />
      <ellipse
         sodipodi:ry="73.868736"
         sodipodi:rx="73.868927"
         sodipodi:cy="685.79926"
         sodipodi:cx="395.98056"
         ry="73.868736"
         rx="73.868927"
         cy="685.79926"
         cx="395.98056"
         transform="matrix(0.99378042,-0.11135741,0.11135741,0.99378042,-589.38836,567.97289)"
         id="path7132-5-4"
         style="fill:url(#linearGradient11357);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.69607842;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         d="m 469.84949,685.79926 c 0,40.79657 -33.07225,73.86873 -73.86893,73.86873 -40.79668,0 -73.86893,-33.07216 -73.86893,-73.86873 0,-40.79658 33.07225,-73.86874 73.86893,-73.86874 40.79668,0 73.86893,33.07216 73.86893,73.86874 z" />
      <ellipse
         sodipodi:ry="72.624603"
         sodipodi:rx="72.624786"
         sodipodi:cy="685.79913"
         sodipodi:cx="395.98056"
         style="fill:url(#linearGradient11355);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.68435472;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         id="ellipse17519-0"
         transform="matrix(0.99378042,-0.11135741,0.1113574,0.99378042,-589.38836,567.97289)"
         cx="395.98056"
         cy="685.79913"
         rx="72.624786"
         ry="72.624603"
         d="m 468.60535,685.79913 c 0,40.10946 -32.51523,72.62461 -72.62479,72.62461 -40.10956,0 -72.62479,-32.51515 -72.62479,-72.62461 0,-40.10946 32.51523,-72.6246 72.62479,-72.6246 40.10956,0 72.62479,32.51514 72.62479,72.6246 z" />
      <ellipse
         sodipodi:ry="71.38047"
         sodipodi:rx="71.380653"
         sodipodi:cy="685.79919"
         sodipodi:cx="395.98056"
         ry="71.38047"
         rx="71.380653"
         cy="685.79919"
         cx="395.98056"
         transform="matrix(0.99378042,-0.11135741,0.1113574,0.99378042,-589.38836,567.97289)"
         id="ellipse17523-8"
         style="fill:url(#linearGradient11353);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.67263103;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         d="m 467.36121,685.79919 c 0,39.42235 -31.9582,71.38047 -71.38065,71.38047 -39.42245,0 -71.38065,-31.95812 -71.38065,-71.38047 0,-39.42234 31.9582,-71.38047 71.38065,-71.38047 39.42245,0 71.38065,31.95813 71.38065,71.38047 z" />
      <ellipse
         sodipodi:ry="70.13633"
         sodipodi:rx="70.136513"
         sodipodi:cy="685.79919"
         sodipodi:cx="395.98056"
         style="fill:url(#linearGradient11351);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.66090727;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         id="ellipse17527-8"
         transform="matrix(0.99378042,-0.11135741,0.1113574,0.99378042,-589.38836,567.97289)"
         cx="395.98056"
         cy="685.79919"
         rx="70.136513"
         ry="70.13633"
         d="m 466.11707,685.79919 c 0,38.73523 -31.40118,70.13633 -70.13651,70.13633 -38.73533,0 -70.13651,-31.4011 -70.13651,-70.13633 0,-38.73522 31.40118,-70.13633 70.13651,-70.13633 38.73533,0 70.13651,31.40111 70.13651,70.13633 z" />
      <ellipse
         sodipodi:ry="68.892197"
         sodipodi:rx="68.892372"
         sodipodi:cy="685.79919"
         sodipodi:cx="395.98056"
         ry="68.892197"
         rx="68.892372"
         cy="685.79919"
         cx="395.98056"
         transform="matrix(0.99378042,-0.1113574,0.11135741,0.99378042,-589.38836,567.97289)"
         id="ellipse17531-1"
         style="fill:url(#linearGradient11349);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.64918357;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         d="m 464.87293,685.79919 c 0,38.04811 -30.84416,68.8922 -68.89237,68.8922 -38.04821,0 -68.89237,-30.84409 -68.89237,-68.8922 0,-38.04811 30.84416,-68.89219 68.89237,-68.89219 38.04821,0 68.89237,30.84408 68.89237,68.89219 z" />
      <ellipse
         sodipodi:ry="67.648056"
         sodipodi:rx="67.648232"
         sodipodi:cy="685.79919"
         sodipodi:cx="395.98047"
         style="fill:url(#linearGradient11347);fill-opacity:1;fill-rule:nonzero;stroke:#1c1b20;stroke-width:0.63745981;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
         id="ellipse17535-5"
         transform="matrix(0.99378042,-0.1113574,0.1113574,0.99378042,-589.38836,567.97289)"
         cx="395.98047"
         cy="685.79919"
         rx="67.648232"
         ry="67.648056"
         d="m 463.6287,685.79919 c 0,37.36099 -30.28714,67.64806 -67.64823,67.64806 -37.36109,0 -67.64823,-30.28707 -67.64823,-67.64806 0,-37.36099 30.28714,-67.64805 67.64823,-67.64805 37.36109,0 67.64823,30.28706 67.64823,67.64805 z" />
    </g>
    <g
       style="display:inline"
       id="g11260"
       transform="matrix(0.60383074,0,0,0.60383074,207.30278,56.042766)">
      <ellipse
         transform="matrix(0.82263355,0.46302641,-0.46302641,0.82263355,764.08489,494.82946)"
         sodipodi:ry="71.417061"
         sodipodi:rx="71.417358"
         sodipodi:cy="631.98004"
         sodipodi:cx="-633.7854"
         ry="71.417061"
         rx="71.417358"
         cy="631.98004"
         cx="-633.7854"
         id="path5042-5-1"
         style="fill:url(#linearGradient11266);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
         d="m -562.36804,631.98004 c 0,39.44256 -31.97464,71.41706 -71.41736,71.41706 -39.44272,0 -71.41736,-31.9745 -71.41736,-71.41706 0,-39.44255 31.97464,-71.41706 71.41736,-71.41706 39.44272,0 71.41736,31.97451 71.41736,71.41706 z" />
      <ellipse
         transform="matrix(0.95312805,0,0,0.95312805,554.16781,118.9018)"
         sodipodi:ry="70.001915"
         sodipodi:rx="70.001999"
         sodipodi:cy="631.98035"
         sodipodi:cx="-633.78546"
         ry="70.001915"
         rx="70.001999"
         cy="631.98035"
         cx="-633.78546"
         style="fill:#0f1014;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
         id="path5028-0"
         d="m -563.78346,631.98035 c 0,38.66099 -31.34096,70.00191 -70.002,70.00191 -38.66104,0 -70.002,-31.34092 -70.002,-70.00191 0,-38.66099 31.34096,-70.00192 70.002,-70.00192 38.66104,0 70.002,31.34093 70.002,70.00192 z" />
      <ellipse
         transform="matrix(-0.94302081,0.09229443,-0.09229443,-0.94302081,-589.25551,1375.7254)"
         sodipodi:ry="67.77755"
         sodipodi:rx="67.777916"
         sodipodi:cy="631.98029"
         sodipodi:cx="-633.78546"
         ry="67.77755"
         rx="67.777916"
         cy="631.98029"
         cx="-633.78546"
         style="fill:url(#linearGradient11268);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
         id="path5008-9"
         d="m -566.00755,631.98029 c 0,37.4325 -30.3452,67.77755 -67.77791,67.77755 -37.43271,0 -67.77792,-30.34505 -67.77792,-67.77755 0,-37.43251 30.34521,-67.77755 67.77792,-67.77755 37.43271,0 67.77791,30.34504 67.77791,67.77755 z" />
      <ellipse
         sodipodi:ry="71.5"
         sodipodi:rx="76"
         sodipodi:cy="2443.8623"
         sodipodi:cx="1328"
         ry="71.5"
         rx="76"
         cy="2443.8623"
         cx="1328"
         transform="matrix(-0.81815703,0.11646711,-0.12379733,-0.86965027,1339.1453,2691.8972)"
         id="path4968-0"
         style="fill:url(#linearGradient11270);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline;filter:url(#filter11253)"
         d="m 1404,2443.8623 c 0,39.4884 -34.0264,71.5 -76,71.5 -41.9736,0 -76,-32.0116 -76,-71.5 0,-39.4884 34.0264,-71.5 76,-71.5 41.9736,0 76,32.0116 76,71.5 z" />
    </g>
    <path
       style="fill:url(#linearGradient11979);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
       d="m 128.26365,417.57289 c -17.94067,11.88349 -31.302768,30.11561 -36.890278,51.49543 6.71011,1.50538 13.941308,1.05399 20.794428,-1.79261 17.54225,-7.28661 25.90854,-27.30229 18.681,-44.70235 -0.7332,-1.76514 -1.6035,-3.43128 -2.58515,-5.00047 z"
       id="path5042-5-1-0-9-6"
       inkscape:connector-curvature="0" />
    <ellipse
       transform="matrix(0.44442948,0,0,0.46784257,-491.12025,-707.56962)"
       id="path5028-4-7-2"
       style="fill:#010101;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
       d="m 1404,2443.8623 a 76,71.5 0 1 1 -152,0 76,71.5 0 1 1 152,0 z"
       sodipodi:type="arc"
       sodipodi:ry="71.5"
       sodipodi:rx="76"
       sodipodi:cy="2443.8623"
       sodipodi:cx="1328" />
    <ellipse
       transform="matrix(0.24410251,-0.33687057,0.36006729,0.26091128,-1105.041,245.50611)"
       id="path5008-4-9-8"
       style="fill:url(#linearGradient11782);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
       d="m 1404,2443.8623 a 76,71.5 0 1 1 -152,0 76,71.5 0 1 1 152,0 z"
       sodipodi:type="arc"
       sodipodi:ry="71.5"
       sodipodi:rx="76"
       sodipodi:cy="2443.8623"
       sodipodi:cx="1328" />
    <ellipse
       style="fill:#1f1f1f;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline;filter:url(#filter11770)"
       id="path4968-4-5-6"
       transform="matrix(0.40829509,0,0,0.43399021,-443.13376,-624.83907)"
       d="m 1404,2443.8623 a 76,71.5 0 1 1 -152,0 76,71.5 0 1 1 152,0 z"
       sodipodi:type="arc"
       sodipodi:ry="71.5"
       sodipodi:rx="76"
       sodipodi:cy="2443.8623"
       sodipodi:cx="1328" />
    <path
       style="fill:url(#linearGradient12023);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
       d="m 226.06607,417.57328 c 17.94068,11.88349 31.30277,30.11561 36.89028,51.49543 -6.7101,1.50538 -13.9413,1.05399 -20.79442,-1.79262 -17.54227,-7.2866 -25.90854,-27.30228 -18.68101,-44.70234 0.7332,-1.76514 1.6035,-3.43128 2.58515,-5.00047 z"
       id="path5042-5-1-0-9-6-1"
       inkscape:connector-curvature="0" />
    <ellipse
       transform="matrix(-0.44442948,0,0,0.46784257,845.45021,-707.56962)"
       id="path5028-4-7-2-0"
       style="fill:#010101;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
       d="m 1404,2443.8623 a 76,71.5 0 1 1 -152,0 76,71.5 0 1 1 152,0 z"
       sodipodi:type="arc"
       sodipodi:ry="71.5"
       sodipodi:rx="76"
       sodipodi:cy="2443.8623"
       sodipodi:cx="1328" />
    <ellipse
       transform="matrix(-0.24410251,-0.33687057,-0.36006729,0.26091128,1459.3708,245.50603)"
       id="path5008-4-9-8-7"
       style="fill:url(#linearGradient12084);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
       d="m 1404,2443.8623 a 76,71.5 0 1 1 -152,0 76,71.5 0 1 1 152,0 z"
       sodipodi:type="arc"
       sodipodi:ry="71.5"
       sodipodi:rx="76"
       sodipodi:cy="2443.8623"
       sodipodi:cx="1328" />
    <ellipse
       style="fill:#252527;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline;filter:url(#filter11770-7)"
       id="path4968-4-5-6-1"
       transform="matrix(-0.40829509,0,0,0.43399021,797.46372,-624.83907)"
       d="m 1404,2443.8623 a 76,71.5 0 1 1 -152,0 76,71.5 0 1 1 152,0 z"
       sodipodi:type="arc"
       sodipodi:ry="71.5"
       sodipodi:rx="76"
       sodipodi:cy="2443.8623"
       sodipodi:cx="1328" />
    <g
       style="fill:#7d7d7d;fill-opacity:1;display:inline"
       id="g4926-5-8"
       transform="matrix(0.41947461,0,0,0.41947403,110.37902,181.36651)">
      <path
         transform="matrix(0.95653735,0,0,0.45798744,33.519228,412.44631)"
         inkscape:transform-center-x="-9.1701091"
         d="m 139.46337,714.08502 -28.76032,16.60478 -28.760328,16.60478 0,-33.20956 0,-33.20956 28.760328,16.60478 z"
         inkscape:randomized="0"
         inkscape:rounded="0"
         inkscape:flatsided="false"
         sodipodi:arg2="1.0471976"
         sodipodi:arg1="0"
         sodipodi:r2="19.17355"
         sodipodi:r1="38.347099"
         sodipodi:cy="714.08502"
         sodipodi:cx="101.11627"
         sodipodi:sides="3"
         id="path4908-7-8"
         style="fill:#7d7d7d;fill-opacity:1;stroke:none"
         sodipodi:type="star" />
      <rect
         y="724.27875"
         x="177"
         height="30.419096"
         width="11.5"
         id="rect4916-4-1"
         style="fill:#7d7d7d;fill-opacity:1;stroke:none" />
      <rect
         style="fill:#7d7d7d;fill-opacity:1;stroke:none"
         id="rect4924-4-8"
         width="11.5"
         height="30.419096"
         x="195.38478"
         y="724.27875" />
    </g>
    <path
       transform="matrix(0.24806971,0,0,0.17823018,-176.03539,46.33007)"
       inkscape:transform-center-x="1.7210044"
       d="m 1132.1649,2477.2642 0,24.0332 0,24.0331 -20.8134,-12.0165 -20.8133,-12.0166 20.8133,-12.0166 z"
       inkscape:randomized="0"
       inkscape:rounded="0"
       inkscape:flatsided="false"
       sodipodi:arg2="7.4051008e-017"
       sodipodi:arg1="-1.0471976"
       sodipodi:r2="13.875563"
       sodipodi:r1="27.751125"
       sodipodi:cy="2501.2974"
       sodipodi:cx="1118.2893"
       sodipodi:sides="3"
       id="path15581-0-1"
       style="fill:#6b6b6b;fill-opacity:1;stroke:none;display:inline"
       sodipodi:type="star"
       inkscape:transform-center-y="-6.0811635e-005" />
    <path
       sodipodi:type="star"
       style="fill:#434343;fill-opacity:1;stroke:none;display:inline"
       id="path15579-3-2"
       sodipodi:sides="3"
       sodipodi:cx="1118.2893"
       sodipodi:cy="2501.2974"
       sodipodi:r1="27.751125"
       sodipodi:r2="13.875563"
       sodipodi:arg1="-1.0471976"
       sodipodi:arg2="7.4051008e-017"
       inkscape:flatsided="false"
       inkscape:rounded="0"
       inkscape:randomized="0"
       d="m 1132.1649,2477.2642 0,24.0332 0,24.0331 -20.8134,-12.0165 -20.8133,-12.0166 20.8133,-12.0166 z"
       inkscape:transform-center-x="1.6372455"
       transform="matrix(0.23599152,0,0,0.16955238,-162.36092,67.82729)"
       inkscape:transform-center-y="-1.0078997e-005" />
    <path
       inkscape:transform-center-y="-1.8322867"
       transform="matrix(0,0.2641019,0.18974933,0,-297.65825,120.85377)"
       inkscape:transform-center-x="1.9060696e-005"
       d="m 1132.1649,2477.2642 0,24.0332 0,24.0331 -20.8134,-12.0165 -20.8133,-12.0166 20.8133,-12.0166 z"
       inkscape:randomized="0"
       inkscape:rounded="0"
       inkscape:flatsided="false"
       sodipodi:arg2="7.4051008e-017"
       sodipodi:arg1="-1.0471976"
       sodipodi:r2="13.875563"
       sodipodi:r1="27.751125"
       sodipodi:cy="2501.2974"
       sodipodi:cx="1118.2893"
       sodipodi:sides="3"
       id="path15581-7-7-7"
       style="fill:#78787b;fill-opacity:1;stroke:none;display:inline"
       sodipodi:type="star" />
    <path
       sodipodi:type="star"
       style="fill:#4b4b49;fill-opacity:1;stroke:none;display:inline"
       id="path15579-8-2-7"
       sodipodi:sides="3"
       sodipodi:cx="1118.2893"
       sodipodi:cy="2501.2974"
       sodipodi:r1="27.751125"
       sodipodi:r2="13.875563"
       sodipodi:arg1="-1.0471976"
       sodipodi:arg2="7.4051008e-017"
       inkscape:flatsided="false"
       inkscape:rounded="0"
       inkscape:randomized="0"
       d="m 1132.1649,2477.2642 0,24.0332 0,24.0331 -20.8134,-12.0165 -20.8133,-12.0166 20.8133,-12.0166 z"
       transform="matrix(0,0.23599121,0.16955262,0,-246.93671,152.00026)"
       inkscape:transform-center-y="-1.6372555"
       inkscape:transform-center-x="-3.4033119e-005" />
    <path
       inkscape:transform-center-y="-3.5577972e-005"
       transform="matrix(-0.26410227,0,0,0.18974907,548.10278,17.62493)"
       inkscape:transform-center-x="-1.832311"
       d="m 1132.1649,2477.2642 0,24.0332 0,24.0331 -20.8134,-12.0165 -20.8133,-12.0166 20.8133,-12.0166 z"
       inkscape:randomized="0"
       inkscape:rounded="0"
       inkscape:flatsided="false"
       sodipodi:arg2="7.4051008e-017"
       sodipodi:arg1="-1.0471976"
       sodipodi:r2="13.875563"
       sodipodi:r1="27.751125"
       sodipodi:cy="2501.2974"
       sodipodi:cx="1118.2893"
       sodipodi:sides="3"
       id="path15581-7-3-9-9"
       style="fill:#666668;fill-opacity:1;stroke:none;display:inline"
       sodipodi:type="star" />
    <path
       sodipodi:type="star"
       style="fill:#3d3d3f;fill-opacity:1;stroke:none;display:inline"
       id="path15579-8-7-7-5"
       sodipodi:sides="3"
       sodipodi:cx="1118.2893"
       sodipodi:cy="2501.2974"
       sodipodi:r1="27.751125"
       sodipodi:r2="13.875563"
       sodipodi:arg1="-1.0471976"
       sodipodi:arg2="7.4051008e-017"
       inkscape:flatsided="false"
       inkscape:rounded="0"
       inkscape:randomized="0"
       d="m 1132.1649,2477.2642 0,24.0332 0,24.0331 -20.8134,-12.0165 -20.8133,-12.0166 20.8133,-12.0166 z"
       inkscape:transform-center-x="-1.6372748"
       transform="matrix(-0.23599152,0,0,0.16955238,516.6863,67.82729)"
       inkscape:transform-center-y="-3.4680322e-005" />
    <path
       inkscape:transform-center-y="1.7835356"
       transform="matrix(0,-0.25707461,0.1847002,0,-284.8248,855.20658)"
       d="m 1132.1649,2477.2642 0,24.0332 0,24.0331 -20.8134,-12.0165 -20.8133,-12.0166 20.8133,-12.0166 z"
       inkscape:randomized="0"
       inkscape:rounded="0"
       inkscape:flatsided="false"
       sodipodi:arg2="7.4051008e-017"
       sodipodi:arg1="-1.0471976"
       sodipodi:r2="13.875563"
       sodipodi:r1="27.751125"
       sodipodi:cy="2501.2974"
       sodipodi:cx="1118.2893"
       sodipodi:sides="3"
       id="path15581-7-9-1-5-5"
       style="fill:#959593;fill-opacity:1;stroke:none;display:inline"
       sodipodi:type="star" />
    <path
       inkscape:transform-center-y="1.8322405"
       transform="matrix(0,-0.2641019,0.18974933,0,-297.25616,862.47012)"
       inkscape:transform-center-x="7.1523204e-005"
       d="m 1132.1649,2477.2642 0,24.0332 0,24.0331 -20.8134,-12.0165 -20.8133,-12.0166 20.8133,-12.0166 z"
       inkscape:randomized="0"
       inkscape:rounded="0"
       inkscape:flatsided="false"
       sodipodi:arg2="7.4051008e-017"
       sodipodi:arg1="-1.0471976"
       sodipodi:r2="13.875563"
       sodipodi:r1="27.751125"
       sodipodi:cy="2501.2974"
       sodipodi:cx="1118.2893"
       sodipodi:sides="3"
       id="path15581-7-9-9-8-3-4"
       style="fill:#3c3b39;fill-opacity:1;stroke:none;display:inline"
       sodipodi:type="star" />
    <path
       sodipodi:type="star"
       style="fill:#3a3a3c;fill-opacity:1;stroke:none;display:inline"
       id="path15579-8-3-2-4-0"
       sodipodi:sides="3"
       sodipodi:cx="1118.2893"
       sodipodi:cy="2501.2974"
       sodipodi:r1="27.751125"
       sodipodi:r2="13.875563"
       sodipodi:arg1="-1.0471976"
       sodipodi:arg2="7.4051008e-017"
       inkscape:flatsided="false"
       inkscape:rounded="0"
       inkscape:randomized="0"
       d="m 1132.1649,2477.2642 0,24.0332 0,24.0331 -20.8134,-12.0165 -20.8133,-12.0166 20.8133,-12.0166 z"
       transform="matrix(0,-0.23599121,0.16955262,0,-246.93623,831.33667)"
       inkscape:transform-center-y="1.6372288"
       inkscape:transform-center-x="-5.7388554e-005" />
    <g
       id="g3842"
       style="fill:#0063ed;fill-opacity:1;stroke:#001754;stroke-opacity:1;display:inline"
       transform="matrix(0.61369141,0,0,0.61369141,62.103279,62.081418)">
      <g
         id="g3870"
         transform="translate(21.646508,185.96513)">
        <path
           style="fill:#4d65a3;fill-opacity:1;fill-rule:nonzero;stroke:#21325d;stroke-opacity:1"
           id="path8557"
           d="m 306.66035,622.44369 c -3.99558,0.87029 -6.83465,4.452 -7.06672,8.95041 -0.24755,4.67247 -2.09256,8.57136 -5.4538,8.96975 -3.21812,0.37133 -4.82718,-3.5701 -5.03992,-6.6954 -0.20887,-3.07501 -1.73284,-6.97776 -5.72841,-6.08813 -3.76351,0.82387 -5.40739,5.52728 -5.46927,8.62937 -0.0619,3.1369 1.27642,7.32587 4.86587,7.0938 2.77718,-0.18566 4.87747,2.43293 4.93936,6.38597 0.0541,3.8602 2.17378,8.27352 6.37049,8.27738 4.4404,0 6.88494,-3.75576 6.99711,-9.05484 0.10056,-4.59511 2.89708,-7.88286 5.95275,-8.2155 3.16398,-0.33265 6.07654,2.42906 6.40531,7.48833 0.34812,5.14436 2.94737,9.63503 9.82844,9.63503 7.44964,-0.003 9.40295,-5.65492 9.26758,-11.05843 -0.13925,-5.3455 3.94143,-9.05872 8.86917,-9.73561 5.37258,-0.73491 10.95401,-4.76917 10.28485,-12.94599 -0.65368,-8.0105 -6.9004,-10.06438 -12.52825,-8.82664 -6.4904,1.43501 -9.79749,6.40531 -9.70079,11.58448 0.0851,5.08247 -2.26661,9.60409 -7.31427,10.19202 -4.90068,0.58793 -7.12475,-3.19878 -7.44966,-7.68946 -0.31717,-4.43653 -3.34576,-7.94475 -8.02984,-6.89654"
           inkscape:connector-curvature="0" />
        <path
           style="fill:#4d65a3;fill-opacity:1;fill-rule:nonzero;stroke:#21325d;stroke-opacity:1"
           id="path8559"
           d="m 358.30508,657.90109 c 6.7689,0 12.11051,-4.41332 11.38335,-11.4491 -0.72718,-6.9004 -6.74569,-10.54013 -13.25543,-9.87485 -6.12682,0.615 -10.57108,4.85813 -10.11853,11.07391 0.45642,6.31635 5.62785,10.25004 11.99061,10.25004"
           inkscape:connector-curvature="0" />
      </g>
    </g>
    <g
       id="g11274"
       transform="matrix(0.60383074,0,0,0.60383074,559.8643,773.46052)"
       style="fill:#818183;fill-opacity:1;display:inline">
      <g
         transform="matrix(0.69417965,0,0,0.6941787,-742.02922,-978.56422)"
         style="fill:#818183;fill-opacity:1;display:inline"
         id="g8265-6-2">
        <path
           inkscape:connector-curvature="0"
           id="path8186-2-4"
           style="font-size:38.34098816px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#818183;fill-opacity:1;stroke:none;font-family:DotumChe;-inkscape-font-specification:DotumChe Bold"
           d="m -73.490178,501.1834 3.373913,0 0,-13.106 9.527763,0 0,13.106 3.375117,0 0,-27.80447 -3.375117,0 0,11.74754 -9.527763,0 0,-11.74754 -3.373913,0 z" />
        <path
           inkscape:connector-curvature="0"
           id="path8188-6-5"
           style="font-size:38.34098816px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#818183;fill-opacity:1;stroke:none;font-family:DotumChe;-inkscape-font-specification:DotumChe Bold"
           d="m -51.315031,487.2993 c -1e-6,4.44629 0.724723,7.90385 2.174174,10.37271 1.58085,2.85498 3.694893,4.28247 6.342136,4.28247 2.66793,0 4.713881,-1.28474 6.137859,-3.85423 1.710651,-2.75669 2.565984,-6.357 2.566003,-10.80095 -1.9e-5,-4.46421 -0.781685,-8.01421 -2.345002,-10.65002 -1.572906,-2.64512 -3.692523,-3.96769 -6.35886,-3.96772 -2.64326,3e-5 -4.757305,1.36434 -6.342136,4.09292 -1.449451,2.54922 -2.174175,6.05749 -2.174174,10.52482 z m 3.35205,0 c -4e-6,-3.69508 0.499338,-6.60349 1.49803,-8.72524 0.930985,-1.96102 2.153061,-2.94155 3.66623,-2.94157 1.537838,2e-5 2.797743,0.98445 3.779717,2.95327 1.048049,2.10147 1.57208,5.00598 1.572095,8.71354 -1.5e-5,3.69276 -0.524046,6.60156 -1.572095,8.72641 -0.978789,1.98523 -2.238693,2.97784 -3.779717,2.97784 -1.539451,0 -2.774268,-0.99066 -3.704457,-2.97199 -0.973207,-2.12017 -1.459807,-5.03092 -1.459803,-8.73226 z" />
        <path
           inkscape:connector-curvature="0"
           id="path8190-5-5"
           style="font-size:38.34098816px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#818183;fill-opacity:1;stroke:none;font-family:DotumChe;-inkscape-font-specification:DotumChe Bold"
           d="m -28.758427,501.2459 4.238978,0 0,-21.29184 5.112335,21.29184 3.934203,0 5.120526,-21.29184 0,21.29184 4.2373396,0 0,-27.80447 -5.3187946,0 -1.856499,5.87377 -4.10789,15.82291 -4.26028,-15.8545 -1.733605,-5.84218 -5.366313,0 z" />
        <path
           inkscape:connector-curvature="0"
           id="path8192-3-1"
           style="font-size:38.34098816px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#818183;fill-opacity:1;stroke:none;font-family:DotumChe;-inkscape-font-specification:DotumChe Bold"
           d="m -0.49004536,501.1834 16.13181136,0 0,-2.98837 -12.8485834,0 0,-9.7865 11.0501794,0 0,-2.98837 -11.0501794,0 0,-9.05286 12.3711934,0 0,-2.98837 -15.65442136,0 z" />
      </g>
      <g
         style="fill:#818183;fill-opacity:1;display:inline"
         transform="matrix(0.69417965,0,0,0.6941787,-741.19819,-979.97905)"
         id="g8275-2-2">
        <path
           inkscape:connector-curvature="0"
           id="path8023-9-3"
           style="font-size:40.03749847px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#818183;fill-opacity:1;stroke:none;font-family:DotumChe;-inkscape-font-specification:DotumChe Bold"
           d="m -72.431301,618.49444 9.345241,0 c 2.399728,0 4.278971,-0.61857 5.637733,-1.85573 1.504169,-1.35417 2.256261,-3.29532 2.25628,-5.82347 -1.9e-5,-1.91033 -0.494037,-3.49109 -1.482054,-4.74231 -1.029945,-1.36429 -2.308858,-2.14551 -3.836743,-2.34366 1.172983,-0.23868 2.138886,-0.90055 2.897714,-1.98561 0.770651,-1.10219 1.155984,-2.3491 1.156001,-3.74073 -1.7e-5,-2.22623 -0.811391,-4.03986 -2.434125,-5.44084 -1.144556,-1.24806 -2.902468,-1.8721 -5.273742,-1.87213 l -8.266305,0 z m 7.001224,-24.81611 c 1.836945,3e-5 3.195297,0.29684 4.075056,0.89043 0.998297,0.67789 1.497454,1.87136 1.497467,3.58043 -1.3e-5,1.71301 -0.49917,2.90882 -1.497467,3.58745 -0.873436,0.58973 -2.231786,0.88459 -4.075056,0.88457 l -3.674309,0 0,-8.94288 z m -3.674309,21.82774 0,-9.93393 5.162291,0 c 1.595074,2e-5 2.864501,0.42163 3.808287,1.26485 1.002248,0.90097 1.50338,2.19039 1.503395,3.86827 -1.5e-5,1.7949 -0.482177,3.06911 -1.446485,3.82263 -0.821268,0.65212 -2.109667,0.97818 -3.865197,0.97818 z" />
        <path
           inkscape:connector-curvature="0"
           id="path8025-3-2"
           style="font-size:40.03749847px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#818183;fill-opacity:1;stroke:none;font-family:DotumChe;-inkscape-font-specification:DotumChe Bold"
           d="m -38.219226,610.23488 2.481648,8.25956 3.404132,0 -8.270458,-28.35558 -3.261231,0 -8.061209,28.35558 3.368406,0 2.281331,-8.25956 z m -7.325008,-2.84093 3.279092,-12.79828 3.349269,12.79828 z" />
        <path
           inkscape:connector-curvature="0"
           id="path8027-0-2"
           style="font-size:40.03749847px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#818183;fill-opacity:1;stroke:none;font-family:DotumChe;-inkscape-font-specification:DotumChe Bold"
           d="m -15.274053,608.89867 c -0.180724,2.36589 -0.797824,4.24073 -1.851304,5.62454 -0.854341,1.16929 -1.835935,1.75395 -2.944782,1.75395 -1.666374,0 -3.019381,-0.98599 -4.059026,-2.95796 -1.124244,-2.13888 -1.686362,-5.0785 -1.686358,-8.81885 -4e-6,-3.71691 0.53597,-6.60349 1.607923,-8.65971 1.041182,-1.90642 2.396497,-2.85964 4.065946,-2.85967 0.976585,3e-5 1.910502,0.5211 2.801755,1.56322 1.005802,1.16152 1.625979,2.7575 1.86053,4.78795 l 3.162787,0 c -0.154582,-2.86901 -0.998913,-5.15806 -2.532999,-6.86717 -1.497973,-1.64822 -3.261995,-2.47234 -5.292073,-2.47237 -2.711407,3e-5 -4.888368,1.29452 -6.530889,3.88348 -1.659447,2.63581 -2.489168,6.18971 -2.489167,10.66172 -1e-6,4.49933 0.815495,8.07742 2.446488,10.73426 1.614839,2.66231 3.793723,3.99346 6.536657,3.99346 2.133889,0 3.948664,-0.8994 5.444331,-2.69819 1.554078,-1.85573 2.444163,-4.41196 2.670259,-7.66866 z" />
        <path
           inkscape:connector-curvature="0"
           id="path8029-7-1"
           style="font-size:40.03749847px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#818183;fill-opacity:1;stroke:none;font-family:DotumChe;-inkscape-font-specification:DotumChe Bold"
           d="m -6.543174,618.49444 3.6681065,0 0,-9.40973 2.58348683,-3.87881 8.27708897,13.28854 4.1855887,0 -10.2908239,-15.59475 8.8559889,-12.20973 -3.9634374,0 -9.6478921,14.17078 0,-14.17078 -3.6681065,0 z" />
      </g>
      <g
         transform="matrix(0.69417965,0,0,0.6941787,-748.35765,-979.97905)"
         style="fill:#818183;fill-opacity:1;display:inline"
         id="g8301-3-6">
        <path
           inkscape:connector-curvature="0"
           id="path7965-0-8"
           style="font-size:38.866539px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#818183;fill-opacity:1;stroke:none;font-family:DotumChe;-inkscape-font-specification:DotumChe Bold"
           d="m 293.35672,604.61034 c 0,4.44629 0.72943,7.90385 2.18831,10.3727 1.59113,2.85498 3.71893,4.28247 6.38339,4.28247 2.68529,0 4.74454,-1.28474 6.17778,-3.85423 1.72179,-2.75668 2.58268,-6.357 2.5827,-10.80094 -2e-5,-4.46421 -0.78677,-8.0142 -2.36026,-10.65001 -1.58314,-2.64513 -3.71654,-3.9677 -6.40022,-3.96773 -2.66046,3e-5 -4.78825,1.36434 -6.38339,4.09292 -1.45888,2.54923 -2.18831,6.0575 -2.18831,10.52482 z m 3.37385,0 c -10e-6,-3.69508 0.50259,-6.60349 1.50777,-8.72524 0.93704,-1.96102 2.16707,-2.94155 3.69008,-2.94157 1.54784,2e-5 2.81594,0.98445 3.8043,2.95327 1.05487,2.10148 1.58231,5.00598 1.58233,8.71354 -2e-5,3.69276 -0.52746,6.60156 -1.58233,8.72641 -0.98515,1.98523 -2.25325,2.97783 -3.8043,2.97783 -1.54947,0 -2.79231,-0.99066 -3.72855,-2.97198 -0.97954,-2.12017 -1.46931,-5.03092 -1.4693,-8.73226 z" />
        <path
           inkscape:connector-curvature="0"
           id="path7967-3-5"
           style="font-size:38.866539px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#818183;fill-opacity:1;stroke:none;font-family:DotumChe;-inkscape-font-specification:DotumChe Bold"
           d="m 316.19103,618.49443 3.01038,0 0,-11.71009 3.49317,0 c 2.68065,10e-6 4.73406,-0.67591 6.16023,-2.02775 1.53056,-1.38223 2.29585,-3.40099 2.29587,-6.0563 -2e-5,-2.6225 -0.74814,-4.65648 -2.24438,-6.10192 -1.18943,-1.27225 -3.00181,-1.90838 -5.43715,-1.9084 l -7.27812,0 z m 3.01038,-14.69847 0,-10.11762 4.16691,0 c 1.52699,2e-5 2.64631,0.29917 3.35798,0.89745 0.89759,0.99537 1.34639,2.34563 1.3464,4.05079 -10e-6,1.82455 -0.47062,3.16078 -1.41185,4.00867 -0.87616,0.77383 -2.18681,1.16073 -3.93194,1.16071 z" />
        <path
           inkscape:connector-curvature="0"
           id="path7969-8-7"
           style="font-size:38.866539px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#818183;fill-opacity:1;stroke:none;font-family:DotumChe;-inkscape-font-specification:DotumChe Bold"
           d="m 340.56511,618.49443 3.37385,0 0,-24.81609 6.9413,0 0,-2.98837 -17.21917,0 0,2.98837 6.90402,0 z" />
        <path
           inkscape:connector-curvature="0"
           id="path7971-2-6"
           style="font-size:38.866539px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#818183;fill-opacity:1;stroke:none;font-family:DotumChe;-inkscape-font-specification:DotumChe Bold"
           d="m 355.08068,618.49443 3.37386,0 0,-27.80446 -3.37386,0 z" />
        <path
           inkscape:connector-curvature="0"
           id="path7973-5-1"
           style="font-size:38.866539px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#818183;fill-opacity:1;stroke:none;font-family:DotumChe;-inkscape-font-specification:DotumChe Bold"
           d="m 364.31979,604.61034 c 0,4.44629 0.72943,7.90385 2.18831,10.3727 1.59114,2.85498 3.71893,4.28247 6.38339,4.28247 2.68529,0 4.74455,-1.28474 6.17779,-3.85423 1.72178,-2.75668 2.58267,-6.357 2.58269,-10.80094 -2e-5,-4.46421 -0.78677,-8.0142 -2.36025,-10.65001 -1.58314,-2.64513 -3.71654,-3.9677 -6.40023,-3.96773 -2.66045,3e-5 -4.78825,1.36434 -6.38339,4.09292 -1.45888,2.54923 -2.18831,6.0575 -2.18831,10.52482 z m 3.37385,0 c 0,-3.69508 0.50259,-6.60349 1.50778,-8.72524 0.93704,-1.96102 2.16706,-2.94155 3.69007,-2.94157 1.54785,2e-5 2.81595,0.98445 3.80431,2.95327 1.05487,2.10148 1.5823,5.00598 1.58232,8.71354 -2e-5,3.69276 -0.52745,6.60156 -1.58232,8.72641 -0.98516,1.98523 -2.25326,2.97783 -3.80431,2.97783 -1.54946,0 -2.79231,-0.99066 -3.72855,-2.97198 -0.97954,-2.12017 -1.4693,-5.03092 -1.4693,-8.73226 z" />
        <path
           inkscape:connector-curvature="0"
           id="path7975-2-8"
           style="font-size:38.866539px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#818183;fill-opacity:1;stroke:none;font-family:DotumChe;-inkscape-font-specification:DotumChe Bold"
           d="m 387.71545,618.49443 3.23493,0 0,-22.35659 7.39065,17.70203 2.23233,4.65456 3.3656,0 0,-27.80446 -3.27401,0 0,22.21034 -7.47613,-17.4341 -2.02595,-4.77624 -3.44742,0 z" />
      </g>
      <g
         id="g11266"
         style="fill:#818183;fill-opacity:1">
        <path
           inkscape:connector-curvature="0"
           id="path8207-4-1"
           style="font-size:38.34098816px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#818183;fill-opacity:1;stroke:none;font-family:DotumChe;-inkscape-font-specification:DotumChe Bold"
           d="m -556.31051,-630.65336 2.06961,0 0,-8.1289 2.40152,0 c 1.84292,0 3.25463,-0.4692 4.23511,-1.40762 1.05225,-0.95951 1.57838,-2.3609 1.57839,-4.20415 -10e-6,-1.82048 -0.51434,-3.23243 -1.54299,-4.23584 -0.81772,-0.88315 -2.06372,-1.32474 -3.73799,-1.32476 l -5.00365,0 z m 2.06961,-10.20337 0,-7.02344 2.86471,0 c 1.04979,2e-5 1.81932,0.20768 2.30858,0.62299 0.61709,0.69096 0.92564,1.62829 0.92566,2.81197 -2e-5,1.26658 -0.32356,2.19415 -0.97065,2.78274 -0.60235,0.53717 -1.50341,0.80576 -2.70318,0.80574 z" />
        <path
           inkscape:connector-curvature="0"
           id="path8209-6-5"
           style="font-size:38.34098816px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#818183;fill-opacity:1;stroke:none;font-family:DotumChe;-inkscape-font-specification:DotumChe Bold"
           d="m -540.01338,-630.65336 3.43053,0 3.04289,-15.7997 2.87396,15.7997 3.62253,0 3.32482,-19.30127 -3.2604,0 -1.95527,15.26525 -2.57503,-15.26525 -3.9227,0 -2.67224,15.26525 -1.85806,-15.26525 -3.36977,0 z" />
        <path
           inkscape:connector-curvature="0"
           id="path8211-1-2"
           style="font-size:38.34098816px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#818183;fill-opacity:1;stroke:none;font-family:DotumChe;-inkscape-font-specification:DotumChe Bold"
           d="m -520.19958,-630.65336 2.2623,0 0,-8.38394 3.23105,0 c 0.92575,0 1.5415,0.2101 1.84723,0.63029 0.33581,0.48411 0.56953,1.51917 0.70117,3.1052 l 0.17893,2.50576 c 0.0489,0.44619 0.10878,0.82957 0.17973,1.15013 0.0714,0.34277 0.1867,0.67362 0.34575,0.99256 l 2.36626,0 0,-0.61649 c -0.19559,-0.17707 -0.33421,-0.37607 -0.41587,-0.597 -0.0978,-0.29565 -0.16282,-0.64708 -0.19504,-1.05428 l -0.22808,-2.82904 c -0.11983,-1.41979 -0.30413,-2.3896 -0.55288,-2.90944 -0.33207,-0.78029 -0.92174,-1.25193 -1.76906,-1.41493 0.89835,-0.20575 1.62398,-0.7218 2.17686,-1.54813 0.55503,-0.84797 0.83253,-1.87382 0.83255,-3.07758 -2e-5,-1.61904 -0.59185,-2.9254 -1.7755,-3.91906 -1.0601,-0.89019 -2.34156,-1.3353 -3.84438,-1.33532 l -5.34102,0 z m 2.2623,-10.45841 0,-6.7684 3.43334,0 c 0.7103,2e-5 1.35318,0.27429 1.92863,0.8228 0.66571,0.62436 0.99856,1.42713 0.99857,2.4083 -1e-5,1.23678 -0.33125,2.15001 -0.99373,2.73969 -0.58943,0.53175 -1.47005,0.79762 -2.6419,0.79761 z" />
        <path
           inkscape:connector-curvature="0"
           id="path8217-2-6"
           style="font-size:38.34098816px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#818183;fill-opacity:1;stroke:none;font-family:DotumChe;-inkscape-font-specification:DotumChe Bold"
           d="m -496.09591,-640.29141 c 0,3.08652 0.49276,5.48669 1.47828,7.20052 1.07487,1.98186 2.51226,2.9728 4.31219,2.9728 1.814,0 3.2051,-0.89184 4.1733,-2.67552 1.16312,-1.91364 1.74468,-4.4129 1.7447,-7.4978 -2e-5,-3.09895 -0.53149,-5.56328 -1.59444,-7.39301 -1.06946,-1.83618 -2.51064,-2.75428 -4.32356,-2.7543 -1.79722,2e-5 -3.23462,0.94709 -4.31219,2.84121 -0.98552,1.76962 -1.47828,4.20498 -1.47828,7.3061 z m 2.27915,0 c 0,-2.56504 0.33951,-4.58399 1.01855,-6.05687 0.63301,-1.3613 1.46393,-2.04196 2.49277,-2.04198 1.04562,2e-5 1.90227,0.68339 2.56993,2.0501 0.7126,1.4588 1.0689,3.47505 1.06892,6.04875 -2e-5,2.56345 -0.35632,4.58267 -1.06892,6.0577 -0.6655,1.3781 -1.52214,2.06715 -2.56993,2.06714 -1.04671,10e-6 -1.8863,-0.68769 -2.51876,-2.06308 -0.66171,-1.47178 -0.99256,-3.49236 -0.99256,-6.06176 z" />
        <path
           style="font-size:26.61561203px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#818183;fill-opacity:1;stroke:none;display:inline;font-family:DotumChe;-inkscape-font-specification:DotumChe Bold"
           inkscape:connector-curvature="0"
           id="path11236-3"
           d="m -480.51888,-630.65327 2.27997,0 0,-8.89407 7.56849,0 0,-2.07366 -7.56849,0 0,-6.25915 8.51151,0 0,-2.07447 -10.79148,0 z" />
        <path
           style="font-size:26.61561203px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#818183;fill-opacity:1;stroke:none;display:inline;font-family:DotumChe;-inkscape-font-specification:DotumChe Bold"
           inkscape:connector-curvature="0"
           id="path11238-1"
           d="m -466.544,-630.65327 2.27996,0 0,-8.89407 7.56849,0 0,-2.07366 -7.56849,0 0,-6.25915 8.51151,0 0,-2.07447 -10.79147,0 z" />
      </g>
    </g>
    <g
       style="display:inline"
       id="g15664"
       transform="matrix(0.60383074,0,0,0.60383074,557.28965,109.952)">
      <path
         transform="matrix(0.60912345,0,0,0.15737105,-727.89601,565.46338)"
         d="m 168.5,638.86218 c 0,13.11677 -3.13401,23.75 -7,23.75 -3.86599,0 -7,-10.63323 -7,-23.75 0,-13.11676 3.13401,-23.75 7,-23.75 3.86599,0 7,10.63324 7,23.75 z"
         sodipodi:ry="23.75"
         sodipodi:rx="7"
         sodipodi:cy="638.86218"
         sodipodi:cx="161.5"
         id="path12104"
         style="fill:url(#linearGradient15684);fill-opacity:1;stroke:none"
         sodipodi:type="arc" />
      <path
         sodipodi:type="arc"
         style="fill:url(#linearGradient15682);fill-opacity:1;stroke:none"
         id="path15643"
         sodipodi:cx="161.5"
         sodipodi:cy="638.86218"
         sodipodi:rx="7"
         sodipodi:ry="23.75"
         d="m 168.5,638.86218 c 0,13.11677 -3.13401,23.75 -7,23.75 -3.86599,0 -7,-10.63323 -7,-23.75 0,-13.11676 3.13401,-23.75 7,-23.75 3.86599,0 7,10.63324 7,23.75 z"
         transform="matrix(0.36867998,0,0,0.09525089,-689.06439,605.14959)" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer1"
     inkscape:label="Text"
     sodipodi:insensitive="true"
     style="display:inline">
    <text
       sodipodi:linespacing="125%"
       id="text5584"
       y="382.23862"
       x="363.02997"
       style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:URW Palladio L;-inkscape-font-specification:URW Palladio L"
       xml:space="preserve"><tspan
         y="382.23862"
         x="363.02997"
         id="tspan5586"
         sodipodi:role="line">Power</tspan></text>
    <path
       inkscape:connector-curvature="0"
       id="path4681"
       d="M 348.50263,372.03442 264.12305,417.7532"
       style="fill:none;stroke:#808080;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
    <text
       sodipodi:linespacing="125%"
       id="text5584-1"
       y="534.57196"
       x="363.02997"
       style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:URW Palladio L;-inkscape-font-specification:URW Palladio L"
       xml:space="preserve"><tspan
         y="534.57196"
         x="363.02997"
         id="tspan5586-7"
         sodipodi:role="line">Play</tspan></text>
    <path
       inkscape:connector-curvature="0"
       id="path4681-4"
       d="M 348.50265,523.51421 194.36052,504.24631"
       style="fill:none;stroke:#808080;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
    <text
       sodipodi:linespacing="125%"
       id="text5584-1-0"
       y="474.67691"
       x="-72.068726"
       style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:URW Palladio L;-inkscape-font-specification:URW Palladio L"
       xml:space="preserve"><tspan
         y="474.67691"
         x="-72.068726"
         id="tspan5586-7-9"
         sodipodi:role="line">Back</tspan></text>
    <path
       inkscape:connector-curvature="0"
       id="path4681-4-4"
       d="M 172.91361,424.92413 118.2397,477.34613 6.8217838,504.09919"
       style="fill:none;stroke:#808080;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
       sodipodi:nodetypes="ccc" />
    <text
       sodipodi:linespacing="125%"
       id="text5584-1-0-8"
       y="556.33319"
       x="-56.400757"
       style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:URW Palladio L;-inkscape-font-specification:URW Palladio L"
       xml:space="preserve"><tspan
         y="556.33319"
         x="-56.400757"
         id="tspan5586-7-9-8"
         sodipodi:role="line">Left</tspan></text>
    <path
       inkscape:connector-curvature="0"
       id="path4681-4-4-2"
       d="M 98.132435,499.86481 6.8217838,545.92063"
       style="fill:none;stroke:#808080;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
    <text
       sodipodi:linespacing="125%"
       id="text5584-1-0-4"
       y="574.41577"
       x="363.02997"
       style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:URW Palladio L;-inkscape-font-specification:URW Palladio L"
       xml:space="preserve"><tspan
         y="574.41577"
         x="363.02997"
         id="tspan5586-7-9-5"
         sodipodi:role="line">Down</tspan></text>
    <path
       inkscape:connector-curvature="0"
       id="path4681-4-4-5"
       d="m 348.50262,563.65666 -160.64138,4.6004"
       style="fill:none;stroke:#808080;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
    <text
       sodipodi:linespacing="125%"
       id="text5584-1-0-1"
       y="513.35498"
       x="-44.574585"
       style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:URW Palladio L;-inkscape-font-specification:URW Palladio L"
       xml:space="preserve"><tspan
         y="513.35498"
         x="-44.574585"
         id="tspan5586-7-9-7"
         sodipodi:role="line">Up</tspan></text>
    <path
       inkscape:connector-curvature="0"
       id="path4681-4-4-1"
       d="M 88.067235,453.42097 6.8217838,465.81095"
       style="fill:none;stroke:#808080;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
    <text
       sodipodi:linespacing="125%"
       id="text5584-1-0-15"
       y="492.72"
       x="362.98895"
       style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:URW Palladio L;-inkscape-font-specification:URW Palladio L"
       xml:space="preserve"><tspan
         y="492.72"
         x="362.98895"
         id="tspan5586-7-9-2"
         sodipodi:role="line">Right</tspan></text>
    <path
       inkscape:connector-curvature="0"
       id="path4681-4-4-7"
       d="m 348.50263,483.41222 -90.53028,2.1429"
       style="fill:none;stroke:#808080;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
    <g
       id="g3573"
       transform="matrix(0,1,-1,0,61.86643,402.61957)"
       style="fill:#808080;fill-opacity:1;stroke:none">
      <path
         sodipodi:nodetypes="ccccc"
         inkscape:connector-curvature="0"
         id="path3197-0"
         d="m 1.9696536,-287.1362 -9.6954173,2.78648 9.6719909,2.78648 -2.76341804,-2.76305 z"
         style="fill:#808080;fill-opacity:1;stroke:none" />
      <rect
         transform="matrix(0,1,-1,0,0,0)"
         y="-69.80661"
         x="-284.89172"
         height="75.549103"
         width="1.1133885"
         id="rect3991-9"
         style="fill:#808080;fill-opacity:1;stroke:none" />
    </g>
    <text
       sodipodi:linespacing="125%"
       id="text5584-1-0-17"
       y="440.86124"
       x="362.94794"
       style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:URW Palladio L;-inkscape-font-specification:URW Palladio L"
       xml:space="preserve"><tspan
         y="440.86124"
         x="362.94794"
         id="tspan5586-7-9-4"
         sodipodi:role="line">Hold</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text5584-0"
       y="115.24903"
       x="343.37695"
       style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:URW Palladio L;-inkscape-font-specification:URW Palladio L"
       xml:space="preserve"><tspan
         y="115.24903"
         x="343.37695"
         id="tspan5586-9"
         sodipodi:role="line">Volume Up</tspan></text>
    <text
       sodipodi:linespacing="125%"
       id="text5584-0-4"
       y="191.40515"
       x="343.37695"
       style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:URW Palladio L;-inkscape-font-specification:URW Palladio L"
       xml:space="preserve"><tspan
         y="191.40515"
         x="343.37695"
         id="tspan5586-9-8"
         sodipodi:role="line">Volume Down</tspan></text>
  </g>
</svg>