summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-artwork/attachments/20110916/582ac8e3/attachment-0002.svg
blob: 13425a940cd6e1f3d547b565b11084a01fdb03d8 (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
<?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="744.09448819"
   height="1052.3622047"
   id="svg2"
   sodipodi:version="0.32"
   inkscape:version="0.48.1 r9760"
   sodipodi:docname="sfd-cd-inlay-back-fedora.svg"
   inkscape:output_extension="org.inkscape.output.svg.inkscape"
   version="1.1">
  <defs
     id="defs4">
    <inkscape:perspective
       sodipodi:type="inkscape:persp3d"
       inkscape:vp_x="0 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       id="perspective3121" />
    <linearGradient
       y2="600.0061"
       x2="1033.6803"
       y1="483.27713"
       x1="1033.6803"
       gradientTransform="matrix(0.9328532,0,0,0.9328532,-960.0007,-804.25444)"
       gradientUnits="userSpaceOnUse"
       id="linearGradient51043"
       xlink:href="#linearGradient23435"
       inkscape:collect="always" />
    <linearGradient
       y2="445.86853"
       x2="1403.3986"
       y1="393.52896"
       x1="1403.3986"
       gradientTransform="matrix(0.5509712,0,0,0.5509712,-701.05564,-532.74355)"
       gradientUnits="userSpaceOnUse"
       id="linearGradient51040"
       xlink:href="#linearGradient2878"
       inkscape:collect="always" />
    <linearGradient
       y2="296.72644"
       x2="953.72198"
       y1="258.13742"
       x1="953.72198"
       gradientTransform="matrix(0.391643,0,0,0.391643,-292.02625,-375.66039)"
       gradientUnits="userSpaceOnUse"
       id="linearGradient51037"
       xlink:href="#linearGradient6874"
       inkscape:collect="always" />
    <pattern
       width="145.85922"
       patternTransform="translate(206.89137,-49.810345)"
       patternUnits="userSpaceOnUse"
       id="pattern11981"
       height="80.731384">
      <image
         height="80.731384"
         x="0"
         xlink:href="/home/jack/Desktop/foil.jpg"
         y="0"
         width="145.85922"
         sodipodi:absref="/home/jack/Desktop/foil.jpg"
         id="image11978" />
    </pattern>
    <pattern
       width="156.2758"
       patternTransform="translate(696.65436,175.79736)"
       patternUnits="userSpaceOnUse"
       id="pattern11966"
       height="104.04678">
      <image
         height="104.04678"
         x="0"
         xlink:href="/home/jack/Desktop/ist2_1157099_non_slip_texture.jpg"
         y="0"
         width="156.2758"
         sodipodi:absref="/home/jack/Desktop/ist2_1157099_non_slip_texture.jpg"
         id="image11963" />
    </pattern>
    <pattern
       width="201.46675"
       patternTransform="translate(692.01569,-2.963702)"
       patternUnits="userSpaceOnUse"
       id="pattern11881"
       height="158.92831">
      <image
         height="158.92831"
         x="0"
         xlink:href="/home/jack/Desktop/metal-prev1.jpg"
         y="0"
         width="201.46675"
         sodipodi:absref="/home/jack/Desktop/metal-prev1.jpg"
         id="image10909" />
    </pattern>
    <linearGradient
       y2="600.0061"
       y1="483.27713"
       gradientTransform="matrix(0.9328532,0,0,0.9328532,-960.0007,-804.25444)"
       xlink:href="#linearGradient23435"
       x2="1033.6803"
       x1="1033.6803"
       inkscape:collect="always"
       gradientUnits="userSpaceOnUse"
       id="linearGradient7869" />
    <linearGradient
       y2="445.86853"
       y1="393.52896"
       gradientTransform="matrix(0.5509712,0,0,0.5509712,-701.05564,-532.74355)"
       xlink:href="#linearGradient2878"
       x2="1403.3986"
       x1="1403.3986"
       inkscape:collect="always"
       gradientUnits="userSpaceOnUse"
       id="linearGradient7866" />
    <linearGradient
       y2="296.72644"
       y1="258.13742"
       gradientTransform="matrix(0.391643,0,0,0.391643,-292.02625,-375.66039)"
       xlink:href="#linearGradient6874"
       x2="953.72198"
       x1="953.72198"
       inkscape:collect="always"
       gradientUnits="userSpaceOnUse"
       id="linearGradient7863" />
    <linearGradient
       y2="296.72644"
       y1="258.13742"
       gradientTransform="matrix(0.710823,0,0,0.710823,742.3789,285.1023)"
       xlink:href="#linearGradient6874"
       x2="953.72198"
       x1="953.72198"
       inkscape:collect="always"
       gradientUnits="userSpaceOnUse"
       id="linearGradient6459" />
    <linearGradient
       y2="445.86853"
       y1="393.52896"
       xlink:href="#linearGradient2878"
       x2="1403.3986"
       x1="1403.3986"
       inkscape:collect="always"
       gradientUnits="userSpaceOnUse"
       id="linearGradient6457" />
    <linearGradient
       y2="600.0061"
       y1="483.27713"
       gradientTransform="matrix(1.693107,0,0,1.693107,-469.9793,-492.786)"
       xlink:href="#linearGradient23435"
       x2="1033.6803"
       x1="1033.6803"
       inkscape:collect="always"
       gradientUnits="userSpaceOnUse"
       id="linearGradient6455" />
    <linearGradient
       y2="296.72644"
       y1="258.13742"
       gradientTransform="matrix(0.710823,0,0,0.710823,742.3789,285.1023)"
       xlink:href="#linearGradient6874"
       x2="953.72198"
       x1="953.72198"
       inkscape:collect="always"
       gradientUnits="userSpaceOnUse"
       id="linearGradient6441" />
    <linearGradient
       y2="445.86853"
       y1="393.52896"
       xlink:href="#linearGradient2878"
       x2="1403.3986"
       x1="1403.3986"
       inkscape:collect="always"
       gradientUnits="userSpaceOnUse"
       id="linearGradient6439" />
    <linearGradient
       y2="600.0061"
       y1="483.27713"
       gradientTransform="matrix(1.693107,0,0,1.693107,-469.9793,-492.786)"
       xlink:href="#linearGradient23435"
       x2="1033.6803"
       x1="1033.6803"
       inkscape:collect="always"
       gradientUnits="userSpaceOnUse"
       id="linearGradient6437" />
    <pattern
       width="70"
       patternTransform="translate(684.4773,-83.63636)"
       patternUnits="userSpaceOnUse"
       id="twin"
       height="70">
      <g
         transform="matrix(0.527401,0,0,0.527401,-328.3417,43.73565)"
         id="use16111"
         style="opacity:0.28877007;stroke:#eeeeec">
        <path
           id="path16198"
           sodipodi:nodetypes="csssc"
           d="M 705.00007,-66.813937 C 705.00007,-66.813937 713.90438,-66.984283 716.13114,-66.813937 C 718.95489,-66.597923 719.69335,-65.773153 720.0654,-64.559759 C 720.69032,-61.618165 719.22435,-58.330593 713.63625,-57.18245 C 711.52518,-56.875068 705.19198,-56.977532 705.19198,-56.977532"
           style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#eeeeec;stroke-width:2.27508926;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
        <path
           d="M 723.07339,-66.813937 C 723.07339,-66.813937 731.9777,-66.984283 734.20446,-66.813937 C 737.02822,-66.597923 737.76667,-65.773153 738.13872,-64.559759 C 738.76364,-61.618165 737.29767,-58.330593 731.70957,-57.18245 C 729.5985,-56.875068 723.2653,-56.977532 723.2653,-56.977532"
           sodipodi:nodetypes="csssc"
           id="path16200"
           style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#eeeeec;stroke-width:2.27508926;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
        <path
           id="path16202"
           sodipodi:nodetypes="ccsc"
           d="M 705.28793,-62.22768 L 715.65135,-62.263888 C 715.65135,-62.263888 718.33816,-62.191462 718.81795,-61.032659 C 719.29775,-59.873862 719.77753,-52.522708 719.77753,-52.522708"
           style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#eeeeec;stroke-width:2.27508903;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
        <path
           d="M 723.36125,-62.22768 L 733.72467,-62.263888 C 733.72467,-62.263888 736.41148,-62.191462 736.89129,-61.032659 C 737.37107,-59.873862 737.85086,-52.522708 737.85086,-52.522708"
           sodipodi:nodetypes="ccsc"
           id="path16204"
           style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#eeeeec;stroke-width:2.27508903;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
        <g
           id="g16206"
           transform="matrix(0.496364,0,0,0.247305,611.723,-236.5109)"
           style="stroke:#eeeeec;stroke-width:1.30359685;stroke-opacity:1;display:inline">
          <rect
             height="18.414989"
             x="201.2758"
             y="758.77094"
             ry="5.1651793"
             width="41.065411"
             id="rect16208"
             style="opacity:1;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#eeeeec;stroke-width:6.51798773;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
          <path
             d="M 254.49516,756.92898 C 254.49516,756.92898 254.70998,765.00791 254.49516,779.98432 C 254.41802,785.21917 250.15315,789.79674 244.77115,789.70832 C 230.65703,789.47645 212.42044,789.79591 198.10937,789.70832 C 194.25633,789.68474 188.53735,788.79591 188.38536,779.98432 C 188.12665,764.98569 188.38536,756.92898 188.38536,756.92898"
             sodipodi:nodetypes="cssssc"
             id="path16210"
             style="opacity:1;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#eeeeec;stroke-width:6.51798964;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
          <path
             d="M 221.53218,778.4745 L 221.34803,796.52118 C 221.65016,800.02481 221.1973,803.66168 226.09935,804.95934 L 247.31314,802.78227 C 251.03134,802.63085 254.95809,805.16513 254.86329,811.25316 C 255.20922,816.28832 253.0072,822.27891 247.30112,822.10625 C 237.53264,821.72793 227.10122,817.49375 215.46205,817.92302 C 207.39262,818.22063 192.15156,821.2749 188.97162,824.51194"
             sodipodi:nodetypes="cccccssc"
             id="path16212"
             style="opacity:1;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#eeeeec;stroke-width:6.51798964;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
        </g>
      </g>
      <rect
         height="35"
         x="35"
         y="0"
         width="35"
         id="rect10354"
         style="opacity:0;fill:black;fill-opacity:1;stroke:none" />
      <g
         id="g15168"
         transform="matrix(0.527401,0,0,0.527401,-363.0917,78.73565)"
         style="opacity:0.40106955;stroke:white;stroke-opacity:1">
        <path
           d="M 705.00007,-66.813937 C 705.00007,-66.813937 713.90438,-66.984283 716.13114,-66.813937 C 718.95489,-66.597923 719.69335,-65.773153 720.0654,-64.559759 C 720.69032,-61.618165 719.22435,-58.330593 713.63625,-57.18245 C 711.52518,-56.875068 705.19198,-56.977532 705.19198,-56.977532"
           sodipodi:nodetypes="csssc"
           id="path15170"
           style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:white;stroke-width:2.27508926;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
        <path
           id="path15172"
           sodipodi:nodetypes="csssc"
           d="M 723.07339,-66.813937 C 723.07339,-66.813937 731.9777,-66.984283 734.20446,-66.813937 C 737.02822,-66.597923 737.76667,-65.773153 738.13872,-64.559759 C 738.76364,-61.618165 737.29767,-58.330593 731.70957,-57.18245 C 729.5985,-56.875068 723.2653,-56.977532 723.2653,-56.977532"
           style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:white;stroke-width:2.27508926;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
        <path
           d="M 705.28793,-62.22768 L 715.65135,-62.263888 C 715.65135,-62.263888 718.33816,-62.191462 718.81795,-61.032659 C 719.29775,-59.873862 719.77753,-52.522708 719.77753,-52.522708"
           sodipodi:nodetypes="ccsc"
           id="path15174"
           style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:white;stroke-width:2.27508903;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
        <path
           id="path15176"
           sodipodi:nodetypes="ccsc"
           d="M 723.36125,-62.22768 L 733.72467,-62.263888 C 733.72467,-62.263888 736.41148,-62.191462 736.89129,-61.032659 C 737.37107,-59.873862 737.85086,-52.522708 737.85086,-52.522708"
           style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:white;stroke-width:2.27508903;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
        <g
           transform="matrix(0.496364,0,0,0.247305,611.723,-236.5109)"
           id="g15178"
           style="stroke:white;stroke-width:1.30359685;stroke-opacity:1;display:inline">
          <rect
             height="18.414989"
             x="201.2758"
             y="758.77094"
             ry="5.1651793"
             width="41.065411"
             id="rect15180"
             style="opacity:1;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:white;stroke-width:6.51798773;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
          <path
             id="path15182"
             sodipodi:nodetypes="cssssc"
             d="M 254.49516,756.92898 C 254.49516,756.92898 254.70998,765.00791 254.49516,779.98432 C 254.41802,785.21917 250.15315,789.79674 244.77115,789.70832 C 230.65703,789.47645 212.42044,789.79591 198.10937,789.70832 C 194.25633,789.68474 188.53735,788.79591 188.38536,779.98432 C 188.12665,764.98569 188.38536,756.92898 188.38536,756.92898"
             style="opacity:1;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:white;stroke-width:6.51798964;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
          <path
             id="path15184"
             sodipodi:nodetypes="cccccssc"
             d="M 221.53218,778.4745 L 221.34803,796.52118 C 221.65016,800.02481 221.1973,803.66168 226.09935,804.95934 L 247.31314,802.78227 C 251.03134,802.63085 254.95809,805.16513 254.86329,811.25316 C 255.20922,816.28832 253.0072,822.27891 247.30112,822.10625 C 237.53264,821.72793 227.10122,817.49375 215.46205,817.92302 C 207.39262,818.22063 192.15156,821.2749 188.97162,824.51194"
             style="opacity:1;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:white;stroke-width:6.51798964;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
        </g>
      </g>
      <rect
         height="35"
         x="0"
         y="35"
         width="35"
         id="rect16147"
         style="opacity:0;fill:black;fill-opacity:1;stroke:none" />
    </pattern>
    <linearGradient
       id="linearGradient7290">
      <stop
         id="stop7292"
         style="stop-color:#d00;stop-opacity:1;"
         offset="0" />
      <stop
         id="stop7294"
         style="stop-color:#540000;stop-opacity:1;"
         offset="1" />
    </linearGradient>
    <pattern
       width="20.00008"
       patternTransform="translate(744.2974,-51.79486)"
       patternUnits="userSpaceOnUse"
       id="anti-skid"
       height="20">
      <g
         id="g6655"
         transform="translate(-172.453,36.53002)">
        <g
           transform="translate(204.4531,-55.14234)"
           id="g6657">
          <path
             sodipodi:ry="15"
             sodipodi:rx="3.7779548"
             transform="matrix(0.323177,-0.323177,0.323177,0.323177,-172.4297,223.9821)"
             d="m 538.77795,-85 c 0,8.284271 -1.69144,15 -3.77795,15 -2.08651,0 -3.77795,-6.715729 -3.77795,-15 0,-8.284271 1.69144,-15 3.77795,-15 2.08651,0 3.77795,6.715729 3.77795,15 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6659"
             style="opacity:0.17647059;color:black;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="14.163707"
             sodipodi:rx="3.4399762"
             transform="matrix(0.304375,-0.304375,0.304375,0.304375,-163.9683,212.3243)"
             d="m 538.43998,-85 c 0,7.822399 -1.54013,14.163707 -3.43998,14.163707 -1.89985,0 -3.43998,-6.341308 -3.43998,-14.163707 0,-7.822399 1.54013,-14.163707 3.43998,-14.163707 1.89985,0 3.43998,6.341308 3.43998,14.163707 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6661"
             style="opacity:0.13368985;color:black;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="13.844456"
             sodipodi:rx="3.1642916"
             transform="matrix(0.283221,-0.283221,0.283221,0.283221,-154.4493,199.2092)"
             d="m 538.16429,-85 c 0,7.646082 -1.4167,13.844456 -3.16429,13.844456 -1.74759,0 -3.16429,-6.198374 -3.16429,-13.844456 0,-7.646082 1.4167,-13.844456 3.16429,-13.844456 1.74759,0 3.16429,6.198374 3.16429,13.844456 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6663"
             style="opacity:0.1604278;color:black;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="12.603977"
             sodipodi:rx="2.9089308"
             transform="matrix(0.265593,-0.265593,0.265593,0.265593,-146.5168,188.28)"
             d="m 537.90893,-85 c 0,6.960984 -1.30237,12.603977 -2.90893,12.603977 -1.60656,0 -2.90893,-5.642993 -2.90893,-12.603977 0,-6.960984 1.30237,-12.603977 2.90893,-12.603977 1.60656,0 2.90893,5.642993 2.90893,12.603977 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6665"
             style="opacity:0.28877007;color:black;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="12.660796"
             sodipodi:rx="2.7739067"
             transform="matrix(0.225637,-0.225637,0.225637,0.225637,-128.5365,163.5071)"
             d="m 537.77391,-85 c 0,6.992365 -1.24192,12.660796 -2.77391,12.660796 -1.53199,0 -2.77391,-5.668431 -2.77391,-12.660796 0,-6.992365 1.24192,-12.660796 2.77391,-12.660796 1.53199,0 2.77391,5.668431 2.77391,12.660796 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6667"
             style="opacity:0.27807486;color:black;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="10.968763"
             sodipodi:rx="2.632612"
             transform="matrix(0.193941,-0.193941,0.193941,0.193941,-114.2736,143.8559)"
             d="m 537.63261,-85 c 0,6.057881 -1.17866,10.968763 -2.63261,10.968763 -1.45395,0 -2.63261,-4.910882 -2.63261,-10.968763 0,-6.057881 1.17866,-10.968763 2.63261,-10.968763 1.45395,0 2.63261,4.910882 2.63261,10.968763 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6669"
             style="opacity:0.38502676;color:black;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="10.10745"
             sodipodi:rx="2.3949127"
             transform="matrix(0.167231,-0.167231,0.167231,0.167231,-102.2542,127.296)"
             d="m 537.39491,-85 c 0,5.58219 -1.07224,10.10745 -2.39491,10.10745 -1.32267,0 -2.39491,-4.52526 -2.39491,-10.10745 0,-5.58219 1.07224,-10.10745 2.39491,-10.10745 1.32267,0 2.39491,4.52526 2.39491,10.10745 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6671"
             style="opacity:0.39572191;color:black;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="10.148198"
             sodipodi:rx="2.369946"
             transform="matrix(0.123666,-0.123666,0.123666,0.123666,-82.64982,100.2854)"
             d="m 537.36995,-85 c 0,5.604695 -1.06106,10.148198 -2.36995,10.148198 -1.30889,0 -2.36995,-4.543503 -2.36995,-10.148198 0,-5.604695 1.06106,-10.148198 2.36995,-10.148198 1.30889,0 2.36995,4.543503 2.36995,10.148198 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6673"
             style="opacity:0.21925133;color:black;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="11.140671"
             sodipodi:rx="1.7962664"
             transform="matrix(8.480084e-2,-8.480084e-2,8.480084e-2,8.480084e-2,-65.16078,76.18928)"
             d="m 536.79627,-85 c 0,6.152823 -0.80422,11.140671 -1.79627,11.140671 -0.99205,0 -1.79627,-4.987848 -1.79627,-11.140671 0,-6.152823 0.80422,-11.140671 1.79627,-11.140671 0.99205,0 1.79627,4.987848 1.79627,11.140671 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6675"
             style="opacity:0.2673797;color:black;fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
        </g>
        <g
           id="g6677"
           transform="matrix(-1,0,0,1,160.453,-45.14242)">
          <path
             sodipodi:ry="15"
             sodipodi:rx="3.7779548"
             transform="matrix(0.323177,-0.323177,0.323177,0.323177,-172.4297,223.9821)"
             d="m 538.77795,-85 c 0,8.284271 -1.69144,15 -3.77795,15 -2.08651,0 -3.77795,-6.715729 -3.77795,-15 0,-8.284271 1.69144,-15 3.77795,-15 2.08651,0 3.77795,6.715729 3.77795,15 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6679"
             style="opacity:0.17647059;color:black;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="14.163707"
             sodipodi:rx="3.4399762"
             transform="matrix(0.304375,-0.304375,0.304375,0.304375,-163.9683,212.3243)"
             d="m 538.43998,-85 c 0,7.822399 -1.54013,14.163707 -3.43998,14.163707 -1.89985,0 -3.43998,-6.341308 -3.43998,-14.163707 0,-7.822399 1.54013,-14.163707 3.43998,-14.163707 1.89985,0 3.43998,6.341308 3.43998,14.163707 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6681"
             style="opacity:0.13368985;color:black;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="13.844456"
             sodipodi:rx="3.1642916"
             transform="matrix(0.283221,-0.283221,0.283221,0.283221,-154.4493,199.2092)"
             d="m 538.16429,-85 c 0,7.646082 -1.4167,13.844456 -3.16429,13.844456 -1.74759,0 -3.16429,-6.198374 -3.16429,-13.844456 0,-7.646082 1.4167,-13.844456 3.16429,-13.844456 1.74759,0 3.16429,6.198374 3.16429,13.844456 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6683"
             style="opacity:0.1604278;color:black;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="12.603977"
             sodipodi:rx="2.9089308"
             transform="matrix(0.265593,-0.265593,0.265593,0.265593,-146.5168,188.28)"
             d="m 537.90893,-85 c 0,6.960984 -1.30237,12.603977 -2.90893,12.603977 -1.60656,0 -2.90893,-5.642993 -2.90893,-12.603977 0,-6.960984 1.30237,-12.603977 2.90893,-12.603977 1.60656,0 2.90893,5.642993 2.90893,12.603977 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6685"
             style="opacity:0.28877007;color:black;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="12.660796"
             sodipodi:rx="2.7739067"
             transform="matrix(0.225637,-0.225637,0.225637,0.225637,-128.5365,163.5071)"
             d="m 537.77391,-85 c 0,6.992365 -1.24192,12.660796 -2.77391,12.660796 -1.53199,0 -2.77391,-5.668431 -2.77391,-12.660796 0,-6.992365 1.24192,-12.660796 2.77391,-12.660796 1.53199,0 2.77391,5.668431 2.77391,12.660796 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6687"
             style="opacity:0.27807486;color:black;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="10.968763"
             sodipodi:rx="2.632612"
             transform="matrix(0.193941,-0.193941,0.193941,0.193941,-114.2736,143.8559)"
             d="m 537.63261,-85 c 0,6.057881 -1.17866,10.968763 -2.63261,10.968763 -1.45395,0 -2.63261,-4.910882 -2.63261,-10.968763 0,-6.057881 1.17866,-10.968763 2.63261,-10.968763 1.45395,0 2.63261,4.910882 2.63261,10.968763 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6689"
             style="opacity:0.38502676;color:black;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="10.10745"
             sodipodi:rx="2.3949127"
             transform="matrix(0.167231,-0.167231,0.167231,0.167231,-102.2542,127.296)"
             d="m 537.39491,-85 c 0,5.58219 -1.07224,10.10745 -2.39491,10.10745 -1.32267,0 -2.39491,-4.52526 -2.39491,-10.10745 0,-5.58219 1.07224,-10.10745 2.39491,-10.10745 1.32267,0 2.39491,4.52526 2.39491,10.10745 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6691"
             style="opacity:0.39572191;color:black;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="10.148198"
             sodipodi:rx="2.369946"
             transform="matrix(0.123666,-0.123666,0.123666,0.123666,-82.64982,100.2854)"
             d="m 537.36995,-85 c 0,5.604695 -1.06106,10.148198 -2.36995,10.148198 -1.30889,0 -2.36995,-4.543503 -2.36995,-10.148198 0,-5.604695 1.06106,-10.148198 2.36995,-10.148198 1.30889,0 2.36995,4.543503 2.36995,10.148198 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6693"
             style="opacity:0.21925133;color:black;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="11.140671"
             sodipodi:rx="1.7962664"
             transform="matrix(8.480084e-2,-8.480084e-2,8.480084e-2,8.480084e-2,-65.16078,76.18928)"
             d="m 536.79627,-85 c 0,6.152823 -0.80422,11.140671 -1.79627,11.140671 -0.99205,0 -1.79627,-4.987848 -1.79627,-11.140671 0,-6.152823 0.80422,-11.140671 1.79627,-11.140671 0.99205,0 1.79627,4.987848 1.79627,11.140671 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6695"
             style="opacity:0.2673797;color:black;fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
        </g>
      </g>
    </pattern>
    <linearGradient
       id="linearGradient9990">
      <stop
         id="stop9992"
         style="stop-color:#680000;stop-opacity:1;"
         offset="0" />
      <stop
         id="stop9994"
         style="stop-color:#5f0000;stop-opacity:1;"
         offset="1" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       id="linearGradient2864">
      <stop
         id="stop2866"
         style="stop-color:#eeeeec;stop-opacity:1;"
         offset="0" />
      <stop
         id="stop2868"
         style="stop-color:#eeeeec;stop-opacity:0;"
         offset="1" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       id="linearGradient6874">
      <stop
         id="stop6876"
         style="stop-color:white;stop-opacity:1;"
         offset="0" />
      <stop
         id="stop6878"
         style="stop-color:white;stop-opacity:0;"
         offset="1" />
    </linearGradient>
    <linearGradient
       y2="296.72644"
       y1="258.13742"
       gradientTransform="matrix(0.710823,0,0,0.710823,742.3789,285.1023)"
       xlink:href="#linearGradient6874"
       x2="953.72198"
       x1="953.72198"
       inkscape:collect="always"
       gradientUnits="userSpaceOnUse"
       id="linearGradient2007" />
    <linearGradient
       id="linearGradient2878">
      <stop
         id="stop2880"
         style="stop-color:white;stop-opacity:1;"
         offset="0" />
      <stop
         id="stop2884"
         style="stop-color:#c5c5c5;stop-opacity:1;"
         offset="0.43902439" />
      <stop
         id="stop2886"
         style="stop-color:#1d1d1d;stop-opacity:1;"
         offset="0.75" />
      <stop
         id="stop2888"
         style="stop-color:#9a9a9a;stop-opacity:1;"
         offset="0.9512195" />
      <stop
         id="stop2882"
         style="stop-color:#8c8c8c;stop-opacity:1;"
         offset="1" />
    </linearGradient>
    <linearGradient
       y2="445.86853"
       y1="393.52896"
       xlink:href="#linearGradient2878"
       x2="1403.3986"
       x1="1403.3986"
       inkscape:collect="always"
       gradientUnits="userSpaceOnUse"
       id="linearGradient2005" />
    <linearGradient
       id="linearGradient23435">
      <stop
         id="stop23437"
         style="stop-color:#61caff;stop-opacity:1;"
         offset="0" />
      <stop
         id="stop23439"
         style="stop-color:#1c5696;stop-opacity:1;"
         offset="0.47244272" />
      <stop
         id="stop23441"
         style="stop-color:black;stop-opacity:1;"
         offset="0.52351761" />
      <stop
         id="stop23443"
         style="stop-color:#0f355f;stop-opacity:1;"
         offset="0.58623892" />
      <stop
         id="stop23445"
         style="stop-color:#0094f8;stop-opacity:0.82999998;"
         offset="0.80924803" />
      <stop
         id="stop23447"
         style="stop-color:#ffffff;stop-opacity:0.77999997;"
         offset="1" />
    </linearGradient>
    <linearGradient
       y2="600.0061"
       y1="483.27713"
       gradientTransform="matrix(1.693107,0,0,1.693107,-469.9793,-492.786)"
       xlink:href="#linearGradient23435"
       x2="1033.6803"
       x1="1033.6803"
       inkscape:collect="always"
       gradientUnits="userSpaceOnUse"
       id="linearGradient2003" />
    <linearGradient
       id="linearGradient3721">
      <stop
         id="stop3723"
         style="stop-color:black;stop-opacity:0.23529412;"
         offset="0" />
      <stop
         id="stop3725"
         style="stop-color:black;stop-opacity:1;"
         offset="1" />
    </linearGradient>
    <radialGradient
       gradientTransform="matrix(1,0,0,0.75,469.46983,821.29798)"
       xlink:href="#linearGradient3721"
       cx="800"
       cy="600"
       inkscape:collect="always"
       gradientUnits="userSpaceOnUse"
       fy="600"
       fx="800"
       id="radialGradient3727"
       r="800" />
    <radialGradient
       gradientTransform="matrix(1,0,0,3.970402,0,252.4842)"
       xlink:href="#linearGradient2864"
       cx="535"
       cy="-85"
       inkscape:collect="always"
       gradientUnits="userSpaceOnUse"
       fy="-85"
       fx="535"
       id="radialGradient3848"
       r="3.7779548" />
    <radialGradient
       gradientTransform="matrix(1,0,0,3.970402,0,252.4842)"
       xlink:href="#linearGradient2864"
       cx="535"
       cy="-85"
       inkscape:collect="always"
       gradientUnits="userSpaceOnUse"
       fy="-85"
       fx="535"
       id="radialGradient3850"
       r="3.7779548" />
    <linearGradient
       id="linearGradient6364">
      <stop
         id="stop6366"
         style="stop-color:#0d2f54;stop-opacity:1;"
         offset="0" />
      <stop
         id="stop6372"
         style="stop-color:#0d2f54;stop-opacity:0.49803922;"
         offset="0.5" />
      <stop
         id="stop6368"
         style="stop-color:#0d2f54;stop-opacity:0;"
         offset="1" />
    </linearGradient>
    <linearGradient
       id="linearGradient6374">
      <stop
         id="stop6376"
         style="stop-color:#213547;stop-opacity:1;"
         offset="0" />
      <stop
         id="stop6382"
         style="stop-color:#00427b;stop-opacity:0.88999999;"
         offset="0.55555558" />
      <stop
         id="stop6384"
         style="stop-color:#4287cc;stop-opacity:0.83999997;"
         offset="0.77777779" />
      <stop
         id="stop6378"
         style="stop-color:#e2e9f0;stop-opacity:0.56;"
         offset="1" />
    </linearGradient>
    <pattern
       inkscape:collect="always"
       xlink:href="#pattern11981"
       id="pattern17824"
       patternTransform="translate(188.64019,-138.71128)" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient9990"
       id="linearGradient7571"
       gradientUnits="userSpaceOnUse"
       x1="758.78558"
       y1="-11.993824"
       x2="758.78558"
       y2="-356" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient7290"
       id="linearGradient7573"
       gradientUnits="userSpaceOnUse"
       x1="535"
       y1="-124.5"
       x2="561.5"
       y2="-62" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient7290"
       id="linearGradient7575"
       gradientUnits="userSpaceOnUse"
       x1="408.18439"
       y1="-247.45425"
       x2="489.87265"
       y2="-116.77053" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient23435"
       id="linearGradient9059"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.9328532,0,0,0.9328532,-960.0007,-804.25444)"
       x1="1033.6803"
       y1="483.27713"
       x2="1033.6803"
       y2="600.0061" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient2878"
       id="linearGradient9061"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.5509712,0,0,0.5509712,-701.05564,-532.74355)"
       x1="1403.3986"
       y1="393.52896"
       x2="1403.3986"
       y2="445.86853" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6874"
       id="linearGradient9063"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.391643,0,0,0.391643,-292.02625,-375.66039)"
       x1="953.72198"
       y1="258.13742"
       x2="953.72198"
       y2="296.72644" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6874"
       id="linearGradient15948"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.5948156,0,0,0.5948156,-874.72779,184.1033)"
       x1="953.72198"
       y1="258.13742"
       x2="953.72198"
       y2="296.72644" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient2878"
       id="linearGradient15951"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.8367984,0,0,0.8367984,-1495.9493,-54.469855)"
       x1="1403.3986"
       y1="393.52896"
       x2="1403.3986"
       y2="445.86853" />
    <linearGradient
       gradientTransform="scale(1.221941,0.81837)"
       y2="482.55939"
       x2="288.37628"
       y1="398.85422"
       x1="288.82358"
       gradientUnits="userSpaceOnUse"
       id="linearGradient1439"
       xlink:href="#linearGradient167" />
    <linearGradient
       gradientTransform="scale(1.218684,0.820557)"
       y2="485.69934"
       x2="285.45923"
       y1="410.46326"
       x1="284.68652"
       gradientUnits="userSpaceOnUse"
       id="linearGradient1437"
       xlink:href="#linearGradient162" />
    <linearGradient
       gradientTransform="scale(1.065499,0.938527)"
       y2="582.63507"
       x2="371.60889"
       y1="474.01779"
       x1="316.93988"
       gradientUnits="userSpaceOnUse"
       id="linearGradient1435"
       xlink:href="#linearGradient167" />
    <linearGradient
       gradientTransform="scale(0.999504,1.000496)"
       y2="710.97723"
       x2="230.53499"
       y1="570.41809"
       x1="223.10072"
       gradientUnits="userSpaceOnUse"
       id="linearGradient1433"
       xlink:href="#linearGradient167" />
    <linearGradient
       y2="704.73077"
       x2="182.24524"
       y1="587.23602"
       x1="117.88966"
       gradientTransform="scale(1.007724,0.992335)"
       gradientUnits="userSpaceOnUse"
       id="linearGradient1431"
       xlink:href="#linearGradient167" />
    <linearGradient
       gradientTransform="scale(1.009851,0.990245)"
       y2="737.8537"
       x2="203.12654"
       y1="630.30475"
       x1="218.11714"
       gradientUnits="userSpaceOnUse"
       id="linearGradient1429"
       xlink:href="#linearGradient162" />
    <linearGradient
       gradientTransform="scale(1.065499,0.938527)"
       y2="386.66583"
       x2="279.64313"
       y1="655.73102"
       x1="381.56607"
       gradientUnits="userSpaceOnUse"
       id="linearGradient1427"
       xlink:href="#linearGradient153" />
    <linearGradient
       gradientTransform="scale(1.011514,0.988617)"
       y2="737.41229"
       x2="212.5099"
       y1="657.11133"
       x1="236.25362"
       gradientUnits="userSpaceOnUse"
       id="linearGradient1425"
       xlink:href="#linearGradient162" />
    <linearGradient
       gradientTransform="scale(0.572667,1.746214)"
       y2="314.83911"
       x2="867.33453"
       y1="234.73897"
       x1="867.34546"
       gradientUnits="userSpaceOnUse"
       id="linearGradient1423"
       xlink:href="#linearGradient167" />
    <linearGradient
       gradientTransform="scale(0.571707,1.749147)"
       y2="331.44858"
       x2="411.2215"
       y1="242.94365"
       x1="411.2215"
       gradientUnits="userSpaceOnUse"
       id="linearGradient1421"
       xlink:href="#linearGradient167" />
    <linearGradient
       gradientTransform="scale(1.077001,0.928504)"
       y2="488.48251"
       x2="323.2514"
       y1="435.26761"
       x1="322.48257"
       gradientUnits="userSpaceOnUse"
       id="linearGradient1419"
       xlink:href="#linearGradient167" />
    <linearGradient
       gradientTransform="scale(1.074798,0.930408)"
       y2="614.50439"
       x2="321.32224"
       y1="498.17776"
       x1="320.75104"
       gradientUnits="userSpaceOnUse"
       id="linearGradient1417"
       xlink:href="#linearGradient138" />
    <linearGradient
       gradientTransform="scale(0.649784,1.538974)"
       y2="324.03815"
       x2="377.48541"
       y1="419.78485"
       x1="375.17325"
       gradientUnits="userSpaceOnUse"
       id="linearGradient1415"
       xlink:href="#linearGradient153" />
    <linearGradient
       gradientTransform="scale(0.812855,1.230232)"
       y2="394.10361"
       x2="437.57941"
       y1="528.87177"
       x1="437.57941"
       spreadMethod="reflect"
       gradientUnits="userSpaceOnUse"
       id="linearGradient1413"
       xlink:href="#linearGradient153" />
    <linearGradient
       gradientTransform="scale(0.816497,1.224744)"
       y2="281.32513"
       x2="387.06866"
       y1="242.28218"
       x1="389.63535"
       gradientUnits="userSpaceOnUse"
       id="linearGradient1411"
       xlink:href="#linearGradient167" />
    <linearGradient
       y2="281.01636"
       x2="376.79556"
       y1="240.92712"
       x1="379.09573"
       gradientTransform="scale(0.816497,1.224744)"
       gradientUnits="userSpaceOnUse"
       id="linearGradient1409"
       xlink:href="#linearGradient167" />
    <linearGradient
       gradientTransform="scale(0.816497,1.224744)"
       y2="245.68338"
       x2="380.5517"
       y1="277.495"
       x1="381.38742"
       gradientUnits="userSpaceOnUse"
       id="linearGradient1407"
       xlink:href="#linearGradient153" />
    <linearGradient
       y2="243.91606"
       x2="380.27319"
       y1="278.60202"
       x1="378.93771"
       gradientTransform="scale(0.816497,1.224744)"
       gradientUnits="userSpaceOnUse"
       id="linearGradient1405"
       xlink:href="#linearGradient153" />
    <linearGradient
       gradientTransform="scale(1.116071,0.896001)"
       y2="330.09561"
       x2="297.0856"
       y1="237.93179"
       x1="303.01761"
       gradientUnits="userSpaceOnUse"
       id="linearGradient1403"
       xlink:href="#linearGradient138" />
    <linearGradient
       gradientTransform="scale(0.575262,1.738339)"
       y2="304.07886"
       x2="400.84448"
       y1="369.53015"
       x1="400.57785"
       gradientUnits="userSpaceOnUse"
       id="linearGradient1401"
       xlink:href="#linearGradient153" />
    <radialGradient
       gradientUnits="userSpaceOnUse"
       r="195.07191"
       fy="1219.4125"
       fx="446.77762"
       cy="1219.4125"
       cx="446.77762"
       gradientTransform="scale(1.045233,0.956725)"
       id="radialGradient1399"
       xlink:href="#linearGradient172" />
    <linearGradient
       gradientUnits="objectBoundingBox"
       y2="-0.675295"
       x2="0.19452"
       y1="1.2934099"
       x1="0.94027299"
       id="linearGradient178"
       xlink:href="#linearGradient153" />
    <radialGradient
       id="radialGradient176"
       xlink:href="#linearGradient172" />
    <radialGradient
       gradientUnits="objectBoundingBox"
       r="0.5"
       fy="0.5"
       fx="0.5"
       cy="0.5"
       cx="0.5"
       id="radialGradient171"
       xlink:href="#linearGradient172" />
    <linearGradient
       gradientUnits="objectBoundingBox"
       y2="0.97005898"
       x2="0.50800002"
       y1="0.191616"
       x1="0.50000501"
       id="linearGradient166"
       xlink:href="#linearGradient162" />
    <linearGradient
       gradientUnits="objectBoundingBox"
       y2="0.98367399"
       x2="0.46399999"
       y1="0.51020199"
       x1="0.60399801"
       id="linearGradient165"
       xlink:href="#linearGradient162" />
    <linearGradient
       gradientUnits="objectBoundingBox"
       y2="0.98558098"
       x2="0.41209599"
       y1="0.34872901"
       x1="0.50086302"
       id="linearGradient161"
       xlink:href="#linearGradient162" />
    <linearGradient
       gradientUnits="objectBoundingBox"
       y2="0.096282303"
       x2="0.49215299"
       y1="0.87917101"
       x1="0.46201"
       id="linearGradient159"
       xlink:href="#linearGradient153" />
    <linearGradient
       gradientUnits="objectBoundingBox"
       y2="0.136172"
       x2="0.49843901"
       y1="0.85418499"
       x1="0.51730198"
       id="linearGradient158"
       xlink:href="#linearGradient153" />
    <linearGradient
       gradientUnits="objectBoundingBox"
       y2="0.41252401"
       x2="0.49482101"
       y1="1.15284"
       x1="0.49180499"
       id="linearGradient157"
       xlink:href="#linearGradient153" />
    <linearGradient
       gradientUnits="objectBoundingBox"
       y2="0.23093501"
       x2="0.453989"
       y1="0.98882002"
       x1="0.43568701"
       id="linearGradient156"
       xlink:href="#linearGradient153" />
    <linearGradient
       spreadMethod="reflect"
       gradientUnits="objectBoundingBox"
       y2="0.40625"
       x2="0.5"
       y1="0.89842999"
       x1="0.5"
       id="linearGradient152"
       xlink:href="#linearGradient153" />
    <linearGradient
       gradientUnits="objectBoundingBox"
       y2="1.02569"
       x2="0.487055"
       y1="0.022184599"
       x1="0.433979"
       id="linearGradient151"
       xlink:href="#linearGradient167" />
    <linearGradient
       gradientTransform="matrix(-0.928523,0.283938,0.435332,0.943857,-1.91327e-7,5.49908e-8)"
       gradientUnits="objectBoundingBox"
       y2="0.94191301"
       x2="0.156323"
       y1="0.099496603"
       x1="-0.30509499"
       id="linearGradient150"
       xlink:href="#linearGradient167" />
    <linearGradient
       gradientUnits="objectBoundingBox"
       y2="0.94634098"
       x2="0.50400001"
       y1="0.131707"
       x1="0.5"
       id="linearGradient149"
       xlink:href="#linearGradient138" />
    <linearGradient
       gradientUnits="objectBoundingBox"
       y2="0.92820501"
       x2="0.51599997"
       y1="0.37435901"
       x1="0.50799799"
       id="linearGradient148"
       xlink:href="#linearGradient167" />
    <linearGradient
       gradientUnits="objectBoundingBox"
       y2="0.8125"
       x2="0.5"
       y1="0.0234362"
       x1="0.5"
       id="linearGradient147"
       xlink:href="#linearGradient167" />
    <linearGradient
       gradientUnits="objectBoundingBox"
       y2="0.71875"
       x2="0.57143003"
       y1="0.023441499"
       x1="0.57152498"
       id="linearGradient146"
       xlink:href="#linearGradient167" />
    <linearGradient
       gradientUnits="objectBoundingBox"
       y2="0.75857902"
       x2="0.86741799"
       y1="-0.036155298"
       x1="0.46741399"
       id="linearGradient145"
       xlink:href="#linearGradient167" />
    <linearGradient
       gradientUnits="objectBoundingBox"
       y2="0.94063401"
       x2="0.64553201"
       y1="0.059404202"
       x1="0.70346397"
       id="linearGradient144"
       xlink:href="#linearGradient167" />
    <linearGradient
       gradientUnits="objectBoundingBox"
       y2="0.93366498"
       x2="0.41365999"
       y1="0.028819799"
       x1="0.46557701"
       id="linearGradient143"
       xlink:href="#linearGradient167" />
    <linearGradient
       gradientUnits="objectBoundingBox"
       y2="0.94531101"
       x2="0.553922"
       y1="0.031192999"
       x1="0.55880702"
       id="linearGradient142"
       xlink:href="#linearGradient167" />
    <linearGradient
       gradientUnits="objectBoundingBox"
       y2="0.90125799"
       x2="0.417539"
       y1="0.020191999"
       x1="0.47424799"
       id="linearGradient141"
       xlink:href="#linearGradient138" />
    <linearGradient
       id="linearGradient138">
      <stop
         id="stop139"
         offset="0"
         style="stop-color:#ffffff;stop-opacity:0.8;" />
      <stop
         id="stop140"
         offset="1"
         style="stop-color:#ffffff;stop-opacity:0;" />
    </linearGradient>
    <linearGradient
       id="linearGradient153">
      <stop
         id="stop154"
         offset="0"
         style="stop-color:#ffeed7;stop-opacity:1;" />
      <stop
         id="stop155"
         offset="1"
         style="stop-color:#bdbfc2;stop-opacity:1;" />
    </linearGradient>
    <linearGradient
       id="linearGradient162">
      <stop
         id="stop163"
         offset="0"
         style="stop-color:#ffa63f;stop-opacity:1;" />
      <stop
         id="stop164"
         offset="1"
         style="stop-color:#ffff00;stop-opacity:1;" />
    </linearGradient>
    <linearGradient
       id="linearGradient167">
      <stop
         id="stop168"
         offset="0"
         style="stop-color:#ffffff;stop-opacity:0.65;" />
      <stop
         id="stop169"
         offset="1"
         style="stop-color:#ffffff;stop-opacity:0;" />
    </linearGradient>
    <linearGradient
       id="linearGradient172">
      <stop
         id="stop173"
         offset="0"
         style="stop-color:#3f2600;stop-opacity:0.6;" />
      <stop
         id="stop174"
         offset="1"
         style="stop-color:#3f2600;stop-opacity:0;" />
    </linearGradient>
    <inkscape:perspective
       id="perspective3218"
       inkscape:persp3d-origin="312.5 : 250 : 1"
       inkscape:vp_z="625 : 375 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 375 : 1"
       sodipodi:type="inkscape:persp3d" />
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient172"
       id="radialGradient3364"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(1.045233,0.956725)"
       cx="446.77762"
       cy="1219.4125"
       fx="446.77762"
       fy="1219.4125"
       r="195.07191" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient153"
       id="linearGradient3366"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(0.575262,1.738339)"
       x1="400.57785"
       y1="369.53015"
       x2="400.84448"
       y2="304.07886" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient138"
       id="linearGradient3368"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(1.116071,0.896001)"
       x1="303.01761"
       y1="237.93179"
       x2="297.0856"
       y2="330.09561" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient153"
       id="linearGradient3370"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(0.816497,1.224744)"
       x1="378.93771"
       y1="278.60202"
       x2="380.27319"
       y2="243.91606" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient153"
       id="linearGradient3372"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(0.816497,1.224744)"
       x1="381.38742"
       y1="277.495"
       x2="380.5517"
       y2="245.68338" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient167"
       id="linearGradient3374"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(0.816497,1.224744)"
       x1="379.09573"
       y1="240.92712"
       x2="376.79556"
       y2="281.01636" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient167"
       id="linearGradient3376"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(0.816497,1.224744)"
       x1="389.63535"
       y1="242.28218"
       x2="387.06866"
       y2="281.32513" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient153"
       id="linearGradient3378"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(0.812855,1.230232)"
       spreadMethod="reflect"
       x1="437.57941"
       y1="528.87177"
       x2="437.57941"
       y2="394.10361" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient153"
       id="linearGradient3380"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(0.649784,1.538974)"
       x1="375.17325"
       y1="419.78485"
       x2="377.48541"
       y2="324.03815" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient138"
       id="linearGradient3382"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(1.074798,0.930408)"
       x1="320.75104"
       y1="498.17776"
       x2="321.32224"
       y2="614.50439" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient167"
       id="linearGradient3384"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(1.077001,0.928504)"
       x1="322.48257"
       y1="435.26761"
       x2="323.2514"
       y2="488.48251" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient167"
       id="linearGradient3386"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(0.571707,1.749147)"
       x1="411.2215"
       y1="242.94365"
       x2="411.2215"
       y2="331.44858" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient167"
       id="linearGradient3388"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(0.572667,1.746214)"
       x1="867.34546"
       y1="234.73897"
       x2="867.33453"
       y2="314.83911" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient162"
       id="linearGradient3390"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(1.011514,0.988617)"
       x1="236.25362"
       y1="657.11133"
       x2="212.5099"
       y2="737.41229" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient153"
       id="linearGradient3392"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(1.065499,0.938527)"
       x1="381.56607"
       y1="655.73102"
       x2="279.64313"
       y2="386.66583" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient162"
       id="linearGradient3394"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(1.009851,0.990245)"
       x1="218.11714"
       y1="630.30475"
       x2="203.12654"
       y2="737.8537" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient167"
       id="linearGradient3396"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(1.007724,0.992335)"
       x1="117.88966"
       y1="587.23602"
       x2="182.24524"
       y2="704.73077" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient167"
       id="linearGradient3398"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(0.999504,1.000496)"
       x1="223.10072"
       y1="570.41809"
       x2="230.53499"
       y2="710.97723" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient167"
       id="linearGradient3400"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(1.065499,0.938527)"
       x1="316.93988"
       y1="474.01779"
       x2="371.60889"
       y2="582.63507" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient162"
       id="linearGradient3402"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(1.218684,0.820557)"
       x1="284.68652"
       y1="410.46326"
       x2="285.45923"
       y2="485.69934" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient167"
       id="linearGradient3404"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(1.221941,0.81837)"
       x1="288.82358"
       y1="398.85422"
       x2="288.37628"
       y2="482.55939" />
  </defs>
  <sodipodi:namedview
     id="base"
     pagecolor="#ffffff"
     bordercolor="#666666"
     borderopacity="1.0"
     gridtolerance="10000"
     guidetolerance="10"
     objecttolerance="10"
     inkscape:pageopacity="0.0"
     inkscape:pageshadow="2"
     inkscape:zoom="1"
     inkscape:cx="405.99187"
     inkscape:cy="677.55946"
     inkscape:document-units="cm"
     inkscape:current-layer="layer2"
     showguides="true"
     inkscape:guide-bbox="true"
     inkscape:window-width="1920"
     inkscape:window-height="1033"
     inkscape:window-x="-3"
     inkscape:window-y="-3"
     showgrid="false"
     inkscape:window-maximized="1" />
  <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="bg"
     style="display:none">
    <rect
       transform="matrix(0,-1,1,0,0,0)"
       y="160.33969"
       x="-981.23315"
       height="423.4151"
       width="423.74191"
       id="rect3228"
       style="opacity:0.55617975;color:#000000;fill:none;stroke:#808080;stroke-width:1.02755904;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:8.22047234, 8.22047234;stroke-dashoffset:10.27559042;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
    <rect
       style="opacity:0.55617975;color:#000000;fill:none;stroke:#808080;stroke-width:1.02755904;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:8.22047234, 8.22047234;stroke-dashoffset:10.27559042;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
       id="rect3552"
       width="423.74191"
       height="423.4151"
       x="-449.23315"
       y="160.33969"
       transform="matrix(0,-1,1,0,0,0)" />
  </g>
  <g
     inkscape:label="text"
     inkscape:groupmode="layer"
     id="layer1">
    <g
       id="g2857"
       transform="translate(-622,178.05781)"
       style="display:inline"
       inkscape:label="backdrop" />
    <g
       id="layer3"
       transform="translate(-622,178.05781)"
       style="display:none"
       inkscape:label="xtra">
      <path
         d="m 93.338097,-356 1409.323803,0 c 51.7093,0 93.3381,41.62879 93.3381,93.3381 L 1596,-12 0,-12 0,-262.6619 C 0,-314.37121 41.628791,-356 93.338097,-356 z"
         sodipodi:nodetypes="ccccccc"
         id="rect7328"
         style="color:#000000;fill:url(#linearGradient7571);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible" />
      <g
         id="g7318"
         style="display:inline">
        <path
           sodipodi:ry="54.5"
           sodipodi:rx="54.5"
           transform="matrix(2.573395,0,0,2.573395,-379.2569,27.33486)"
           d="m 603,-79.5 c 0,30.099519 -24.40048,54.5 -54.5,54.5 -30.09952,0 -54.5,-24.400481 -54.5,-54.5 0,-30.09952 24.40048,-54.5 54.5,-54.5 30.09952,0 54.5,24.40048 54.5,54.5 z"
           sodipodi:type="arc"
           sodipodi:cy="-79.5"
           sodipodi:cx="548.5"
           id="path7286"
           style="color:#000000;fill:url(#linearGradient7573);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible" />
        <path
           sodipodi:ry="54.5"
           sodipodi:rx="54.5"
           transform="matrix(2.573395,0,0,2.573395,-379.2569,27.33486)"
           d="m 603,-79.5 c 0,30.099519 -24.40048,54.5 -54.5,54.5 -30.09952,0 -54.5,-24.400481 -54.5,-54.5 0,-30.09952 24.40048,-54.5 54.5,-54.5 30.09952,0 54.5,24.40048 54.5,54.5 z"
           sodipodi:type="arc"
           sodipodi:cy="-79.5"
           sodipodi:cx="548.5"
           id="path7288"
           style="color:#000000;fill:url(#twin);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible" />
      </g>
      <path
         d="m 803,-147.5 c 0,0 -7,47.5 25,82.5"
         sodipodi:nodetypes="cs"
         id="path10005"
         style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline" />
      <g
         id="g6739"
         transform="translate(645.8202,-45.79453)"
         style="display:inline">
        <g
           transform="translate(204.4531,-55.14234)"
           id="g6741">
          <path
             sodipodi:ry="15"
             sodipodi:rx="3.7779548"
             transform="matrix(0.323177,-0.323177,0.323177,0.323177,-172.4297,223.9821)"
             d="m 538.77795,-85 c 0,8.284271 -1.69144,15 -3.77795,15 -2.08651,0 -3.77795,-6.715729 -3.77795,-15 0,-8.284271 1.69144,-15 3.77795,-15 2.08651,0 3.77795,6.715729 3.77795,15 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6743"
             style="opacity:0.17647059;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="14.163707"
             sodipodi:rx="3.4399762"
             transform="matrix(0.304375,-0.304375,0.304375,0.304375,-163.9683,212.3243)"
             d="m 538.43998,-85 c 0,7.822399 -1.54013,14.163707 -3.43998,14.163707 -1.89985,0 -3.43998,-6.341308 -3.43998,-14.163707 0,-7.822399 1.54013,-14.163707 3.43998,-14.163707 1.89985,0 3.43998,6.341308 3.43998,14.163707 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6745"
             style="opacity:0.13368985;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="13.844456"
             sodipodi:rx="3.1642916"
             transform="matrix(0.283221,-0.283221,0.283221,0.283221,-154.4493,199.2092)"
             d="m 538.16429,-85 c 0,7.646082 -1.4167,13.844456 -3.16429,13.844456 -1.74759,0 -3.16429,-6.198374 -3.16429,-13.844456 0,-7.646082 1.4167,-13.844456 3.16429,-13.844456 1.74759,0 3.16429,6.198374 3.16429,13.844456 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6747"
             style="opacity:0.1604278;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="12.603977"
             sodipodi:rx="2.9089308"
             transform="matrix(0.265593,-0.265593,0.265593,0.265593,-146.5168,188.28)"
             d="m 537.90893,-85 c 0,6.960984 -1.30237,12.603977 -2.90893,12.603977 -1.60656,0 -2.90893,-5.642993 -2.90893,-12.603977 0,-6.960984 1.30237,-12.603977 2.90893,-12.603977 1.60656,0 2.90893,5.642993 2.90893,12.603977 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6749"
             style="opacity:0.28877007;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="12.660796"
             sodipodi:rx="2.7739067"
             transform="matrix(0.225637,-0.225637,0.225637,0.225637,-128.5365,163.5071)"
             d="m 537.77391,-85 c 0,6.992365 -1.24192,12.660796 -2.77391,12.660796 -1.53199,0 -2.77391,-5.668431 -2.77391,-12.660796 0,-6.992365 1.24192,-12.660796 2.77391,-12.660796 1.53199,0 2.77391,5.668431 2.77391,12.660796 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6751"
             style="opacity:0.27807486;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="10.968763"
             sodipodi:rx="2.632612"
             transform="matrix(0.193941,-0.193941,0.193941,0.193941,-114.2736,143.8559)"
             d="m 537.63261,-85 c 0,6.057881 -1.17866,10.968763 -2.63261,10.968763 -1.45395,0 -2.63261,-4.910882 -2.63261,-10.968763 0,-6.057881 1.17866,-10.968763 2.63261,-10.968763 1.45395,0 2.63261,4.910882 2.63261,10.968763 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6753"
             style="opacity:0.38502676;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="10.10745"
             sodipodi:rx="2.3949127"
             transform="matrix(0.167231,-0.167231,0.167231,0.167231,-102.2542,127.296)"
             d="m 537.39491,-85 c 0,5.58219 -1.07224,10.10745 -2.39491,10.10745 -1.32267,0 -2.39491,-4.52526 -2.39491,-10.10745 0,-5.58219 1.07224,-10.10745 2.39491,-10.10745 1.32267,0 2.39491,4.52526 2.39491,10.10745 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6755"
             style="opacity:0.39572191;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="10.148198"
             sodipodi:rx="2.369946"
             transform="matrix(0.123666,-0.123666,0.123666,0.123666,-82.64982,100.2854)"
             d="m 537.36995,-85 c 0,5.604695 -1.06106,10.148198 -2.36995,10.148198 -1.30889,0 -2.36995,-4.543503 -2.36995,-10.148198 0,-5.604695 1.06106,-10.148198 2.36995,-10.148198 1.30889,0 2.36995,4.543503 2.36995,10.148198 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6757"
             style="opacity:0.21925133;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="11.140671"
             sodipodi:rx="1.7962664"
             transform="matrix(0.08480084,-0.08480084,0.08480084,0.08480084,-65.16078,76.18928)"
             d="m 536.79627,-85 c 0,6.152823 -0.80422,11.140671 -1.79627,11.140671 -0.99205,0 -1.79627,-4.987848 -1.79627,-11.140671 0,-6.152823 0.80422,-11.140671 1.79627,-11.140671 0.99205,0 1.79627,4.987848 1.79627,11.140671 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6759"
             style="opacity:0.2673797;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
        </g>
        <g
           id="g6761"
           transform="matrix(-1,0,0,1,160.453,-45.14242)">
          <path
             sodipodi:ry="15"
             sodipodi:rx="3.7779548"
             transform="matrix(0.323177,-0.323177,0.323177,0.323177,-172.4297,223.9821)"
             d="m 538.77795,-85 c 0,8.284271 -1.69144,15 -3.77795,15 -2.08651,0 -3.77795,-6.715729 -3.77795,-15 0,-8.284271 1.69144,-15 3.77795,-15 2.08651,0 3.77795,6.715729 3.77795,15 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6763"
             style="opacity:0.17647059;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="14.163707"
             sodipodi:rx="3.4399762"
             transform="matrix(0.304375,-0.304375,0.304375,0.304375,-163.9683,212.3243)"
             d="m 538.43998,-85 c 0,7.822399 -1.54013,14.163707 -3.43998,14.163707 -1.89985,0 -3.43998,-6.341308 -3.43998,-14.163707 0,-7.822399 1.54013,-14.163707 3.43998,-14.163707 1.89985,0 3.43998,6.341308 3.43998,14.163707 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6765"
             style="opacity:0.13368985;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="13.844456"
             sodipodi:rx="3.1642916"
             transform="matrix(0.283221,-0.283221,0.283221,0.283221,-154.4493,199.2092)"
             d="m 538.16429,-85 c 0,7.646082 -1.4167,13.844456 -3.16429,13.844456 -1.74759,0 -3.16429,-6.198374 -3.16429,-13.844456 0,-7.646082 1.4167,-13.844456 3.16429,-13.844456 1.74759,0 3.16429,6.198374 3.16429,13.844456 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6767"
             style="opacity:0.1604278;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="12.603977"
             sodipodi:rx="2.9089308"
             transform="matrix(0.265593,-0.265593,0.265593,0.265593,-146.5168,188.28)"
             d="m 537.90893,-85 c 0,6.960984 -1.30237,12.603977 -2.90893,12.603977 -1.60656,0 -2.90893,-5.642993 -2.90893,-12.603977 0,-6.960984 1.30237,-12.603977 2.90893,-12.603977 1.60656,0 2.90893,5.642993 2.90893,12.603977 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6769"
             style="opacity:0.28877007;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="12.660796"
             sodipodi:rx="2.7739067"
             transform="matrix(0.225637,-0.225637,0.225637,0.225637,-128.5365,163.5071)"
             d="m 537.77391,-85 c 0,6.992365 -1.24192,12.660796 -2.77391,12.660796 -1.53199,0 -2.77391,-5.668431 -2.77391,-12.660796 0,-6.992365 1.24192,-12.660796 2.77391,-12.660796 1.53199,0 2.77391,5.668431 2.77391,12.660796 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6771"
             style="opacity:0.27807486;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="10.968763"
             sodipodi:rx="2.632612"
             transform="matrix(0.193941,-0.193941,0.193941,0.193941,-114.2736,143.8559)"
             d="m 537.63261,-85 c 0,6.057881 -1.17866,10.968763 -2.63261,10.968763 -1.45395,0 -2.63261,-4.910882 -2.63261,-10.968763 0,-6.057881 1.17866,-10.968763 2.63261,-10.968763 1.45395,0 2.63261,4.910882 2.63261,10.968763 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6773"
             style="opacity:0.38502676;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="10.10745"
             sodipodi:rx="2.3949127"
             transform="matrix(0.167231,-0.167231,0.167231,0.167231,-102.2542,127.296)"
             d="m 537.39491,-85 c 0,5.58219 -1.07224,10.10745 -2.39491,10.10745 -1.32267,0 -2.39491,-4.52526 -2.39491,-10.10745 0,-5.58219 1.07224,-10.10745 2.39491,-10.10745 1.32267,0 2.39491,4.52526 2.39491,10.10745 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6775"
             style="opacity:0.39572191;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="10.148198"
             sodipodi:rx="2.369946"
             transform="matrix(0.123666,-0.123666,0.123666,0.123666,-82.64982,100.2854)"
             d="m 537.36995,-85 c 0,5.604695 -1.06106,10.148198 -2.36995,10.148198 -1.30889,0 -2.36995,-4.543503 -2.36995,-10.148198 0,-5.604695 1.06106,-10.148198 2.36995,-10.148198 1.30889,0 2.36995,4.543503 2.36995,10.148198 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6777"
             style="opacity:0.21925133;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="11.140671"
             sodipodi:rx="1.7962664"
             transform="matrix(0.08480084,-0.08480084,0.08480084,0.08480084,-65.16078,76.18928)"
             d="m 536.79627,-85 c 0,6.152823 -0.80422,11.140671 -1.79627,11.140671 -0.99205,0 -1.79627,-4.987848 -1.79627,-11.140671 0,-6.152823 0.80422,-11.140671 1.79627,-11.140671 0.99205,0 1.79627,4.987848 1.79627,11.140671 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6779"
             style="opacity:0.2673797;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
        </g>
      </g>
      <rect
         height="20"
         x="744.29742"
         y="-51.794861"
         width="20.00008"
         id="rect6804"
         style="fill:url(#pattern6781);stroke:none;display:inline" />
      <g
         transform="translate(621.4552,-121.8252)"
         id="g6697"
         style="display:inline">
        <g
           id="g6699"
           transform="translate(204.4531,-55.14234)">
          <path
             sodipodi:ry="15"
             sodipodi:rx="3.7779548"
             transform="matrix(0.323177,-0.323177,0.323177,0.323177,-172.4297,223.9821)"
             d="m 538.77795,-85 c 0,8.284271 -1.69144,15 -3.77795,15 -2.08651,0 -3.77795,-6.715729 -3.77795,-15 0,-8.284271 1.69144,-15 3.77795,-15 2.08651,0 3.77795,6.715729 3.77795,15 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6701"
             style="opacity:0.17647059;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="14.163707"
             sodipodi:rx="3.4399762"
             transform="matrix(0.304375,-0.304375,0.304375,0.304375,-163.9683,212.3243)"
             d="m 538.43998,-85 c 0,7.822399 -1.54013,14.163707 -3.43998,14.163707 -1.89985,0 -3.43998,-6.341308 -3.43998,-14.163707 0,-7.822399 1.54013,-14.163707 3.43998,-14.163707 1.89985,0 3.43998,6.341308 3.43998,14.163707 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6703"
             style="opacity:0.13368985;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="13.844456"
             sodipodi:rx="3.1642916"
             transform="matrix(0.283221,-0.283221,0.283221,0.283221,-154.4493,199.2092)"
             d="m 538.16429,-85 c 0,7.646082 -1.4167,13.844456 -3.16429,13.844456 -1.74759,0 -3.16429,-6.198374 -3.16429,-13.844456 0,-7.646082 1.4167,-13.844456 3.16429,-13.844456 1.74759,0 3.16429,6.198374 3.16429,13.844456 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6705"
             style="opacity:0.1604278;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="12.603977"
             sodipodi:rx="2.9089308"
             transform="matrix(0.265593,-0.265593,0.265593,0.265593,-146.5168,188.28)"
             d="m 537.90893,-85 c 0,6.960984 -1.30237,12.603977 -2.90893,12.603977 -1.60656,0 -2.90893,-5.642993 -2.90893,-12.603977 0,-6.960984 1.30237,-12.603977 2.90893,-12.603977 1.60656,0 2.90893,5.642993 2.90893,12.603977 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6707"
             style="opacity:0.28877007;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="12.660796"
             sodipodi:rx="2.7739067"
             transform="matrix(0.225637,-0.225637,0.225637,0.225637,-128.5365,163.5071)"
             d="m 537.77391,-85 c 0,6.992365 -1.24192,12.660796 -2.77391,12.660796 -1.53199,0 -2.77391,-5.668431 -2.77391,-12.660796 0,-6.992365 1.24192,-12.660796 2.77391,-12.660796 1.53199,0 2.77391,5.668431 2.77391,12.660796 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6709"
             style="opacity:0.27807486;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="10.968763"
             sodipodi:rx="2.632612"
             transform="matrix(0.193941,-0.193941,0.193941,0.193941,-114.2736,143.8559)"
             d="m 537.63261,-85 c 0,6.057881 -1.17866,10.968763 -2.63261,10.968763 -1.45395,0 -2.63261,-4.910882 -2.63261,-10.968763 0,-6.057881 1.17866,-10.968763 2.63261,-10.968763 1.45395,0 2.63261,4.910882 2.63261,10.968763 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6711"
             style="opacity:0.38502676;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="10.10745"
             sodipodi:rx="2.3949127"
             transform="matrix(0.167231,-0.167231,0.167231,0.167231,-102.2542,127.296)"
             d="m 537.39491,-85 c 0,5.58219 -1.07224,10.10745 -2.39491,10.10745 -1.32267,0 -2.39491,-4.52526 -2.39491,-10.10745 0,-5.58219 1.07224,-10.10745 2.39491,-10.10745 1.32267,0 2.39491,4.52526 2.39491,10.10745 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6713"
             style="opacity:0.39572191;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="10.148198"
             sodipodi:rx="2.369946"
             transform="matrix(0.123666,-0.123666,0.123666,0.123666,-82.64982,100.2854)"
             d="m 537.36995,-85 c 0,5.604695 -1.06106,10.148198 -2.36995,10.148198 -1.30889,0 -2.36995,-4.543503 -2.36995,-10.148198 0,-5.604695 1.06106,-10.148198 2.36995,-10.148198 1.30889,0 2.36995,4.543503 2.36995,10.148198 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6715"
             style="opacity:0.21925133;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="11.140671"
             sodipodi:rx="1.7962664"
             transform="matrix(0.08480084,-0.08480084,0.08480084,0.08480084,-65.16078,76.18928)"
             d="m 536.79627,-85 c 0,6.152823 -0.80422,11.140671 -1.79627,11.140671 -0.99205,0 -1.79627,-4.987848 -1.79627,-11.140671 0,-6.152823 0.80422,-11.140671 1.79627,-11.140671 0.99205,0 1.79627,4.987848 1.79627,11.140671 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6717"
             style="opacity:0.2673797;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
        </g>
        <g
           transform="matrix(-1,0,0,1,160.453,-45.14242)"
           id="g6719">
          <path
             sodipodi:ry="15"
             sodipodi:rx="3.7779548"
             transform="matrix(0.323177,-0.323177,0.323177,0.323177,-172.4297,223.9821)"
             d="m 538.77795,-85 c 0,8.284271 -1.69144,15 -3.77795,15 -2.08651,0 -3.77795,-6.715729 -3.77795,-15 0,-8.284271 1.69144,-15 3.77795,-15 2.08651,0 3.77795,6.715729 3.77795,15 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6721"
             style="opacity:0.17647059;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="14.163707"
             sodipodi:rx="3.4399762"
             transform="matrix(0.304375,-0.304375,0.304375,0.304375,-163.9683,212.3243)"
             d="m 538.43998,-85 c 0,7.822399 -1.54013,14.163707 -3.43998,14.163707 -1.89985,0 -3.43998,-6.341308 -3.43998,-14.163707 0,-7.822399 1.54013,-14.163707 3.43998,-14.163707 1.89985,0 3.43998,6.341308 3.43998,14.163707 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6723"
             style="opacity:0.13368985;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="13.844456"
             sodipodi:rx="3.1642916"
             transform="matrix(0.283221,-0.283221,0.283221,0.283221,-154.4493,199.2092)"
             d="m 538.16429,-85 c 0,7.646082 -1.4167,13.844456 -3.16429,13.844456 -1.74759,0 -3.16429,-6.198374 -3.16429,-13.844456 0,-7.646082 1.4167,-13.844456 3.16429,-13.844456 1.74759,0 3.16429,6.198374 3.16429,13.844456 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6725"
             style="opacity:0.1604278;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="12.603977"
             sodipodi:rx="2.9089308"
             transform="matrix(0.265593,-0.265593,0.265593,0.265593,-146.5168,188.28)"
             d="m 537.90893,-85 c 0,6.960984 -1.30237,12.603977 -2.90893,12.603977 -1.60656,0 -2.90893,-5.642993 -2.90893,-12.603977 0,-6.960984 1.30237,-12.603977 2.90893,-12.603977 1.60656,0 2.90893,5.642993 2.90893,12.603977 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6727"
             style="opacity:0.28877007;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="12.660796"
             sodipodi:rx="2.7739067"
             transform="matrix(0.225637,-0.225637,0.225637,0.225637,-128.5365,163.5071)"
             d="m 537.77391,-85 c 0,6.992365 -1.24192,12.660796 -2.77391,12.660796 -1.53199,0 -2.77391,-5.668431 -2.77391,-12.660796 0,-6.992365 1.24192,-12.660796 2.77391,-12.660796 1.53199,0 2.77391,5.668431 2.77391,12.660796 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6729"
             style="opacity:0.27807486;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="10.968763"
             sodipodi:rx="2.632612"
             transform="matrix(0.193941,-0.193941,0.193941,0.193941,-114.2736,143.8559)"
             d="m 537.63261,-85 c 0,6.057881 -1.17866,10.968763 -2.63261,10.968763 -1.45395,0 -2.63261,-4.910882 -2.63261,-10.968763 0,-6.057881 1.17866,-10.968763 2.63261,-10.968763 1.45395,0 2.63261,4.910882 2.63261,10.968763 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6731"
             style="opacity:0.38502676;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="10.10745"
             sodipodi:rx="2.3949127"
             transform="matrix(0.167231,-0.167231,0.167231,0.167231,-102.2542,127.296)"
             d="m 537.39491,-85 c 0,5.58219 -1.07224,10.10745 -2.39491,10.10745 -1.32267,0 -2.39491,-4.52526 -2.39491,-10.10745 0,-5.58219 1.07224,-10.10745 2.39491,-10.10745 1.32267,0 2.39491,4.52526 2.39491,10.10745 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6733"
             style="opacity:0.39572191;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="10.148198"
             sodipodi:rx="2.369946"
             transform="matrix(0.123666,-0.123666,0.123666,0.123666,-82.64982,100.2854)"
             d="m 537.36995,-85 c 0,5.604695 -1.06106,10.148198 -2.36995,10.148198 -1.30889,0 -2.36995,-4.543503 -2.36995,-10.148198 0,-5.604695 1.06106,-10.148198 2.36995,-10.148198 1.30889,0 2.36995,4.543503 2.36995,10.148198 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6735"
             style="opacity:0.21925133;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="11.140671"
             sodipodi:rx="1.7962664"
             transform="matrix(0.08480084,-0.08480084,0.08480084,0.08480084,-65.16078,76.18928)"
             d="m 536.79627,-85 c 0,6.152823 -0.80422,11.140671 -1.79627,11.140671 -0.99205,0 -1.79627,-4.987848 -1.79627,-11.140671 0,-6.152823 0.80422,-11.140671 1.79627,-11.140671 0.99205,0 1.79627,4.987848 1.79627,11.140671 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6737"
             style="opacity:0.2673797;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
        </g>
      </g>
      <g
         id="g6633"
         transform="translate(619.9874,-105.3861)"
         style="display:inline">
        <g
           transform="translate(204.4531,-55.14234)"
           id="g6602">
          <path
             sodipodi:ry="15"
             sodipodi:rx="3.7779548"
             transform="matrix(0.323177,-0.323177,0.323177,0.323177,-172.4297,223.9821)"
             d="m 538.77795,-85 c 0,8.284271 -1.69144,15 -3.77795,15 -2.08651,0 -3.77795,-6.715729 -3.77795,-15 0,-8.284271 1.69144,-15 3.77795,-15 2.08651,0 3.77795,6.715729 3.77795,15 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path2848"
             style="opacity:0.17647059;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="14.163707"
             sodipodi:rx="3.4399762"
             transform="matrix(0.304375,-0.304375,0.304375,0.304375,-163.9683,212.3243)"
             d="m 538.43998,-85 c 0,7.822399 -1.54013,14.163707 -3.43998,14.163707 -1.89985,0 -3.43998,-6.341308 -3.43998,-14.163707 0,-7.822399 1.54013,-14.163707 3.43998,-14.163707 1.89985,0 3.43998,6.341308 3.43998,14.163707 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path5699"
             style="opacity:0.13368985;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="13.844456"
             sodipodi:rx="3.1642916"
             transform="matrix(0.283221,-0.283221,0.283221,0.283221,-154.4493,199.2092)"
             d="m 538.16429,-85 c 0,7.646082 -1.4167,13.844456 -3.16429,13.844456 -1.74759,0 -3.16429,-6.198374 -3.16429,-13.844456 0,-7.646082 1.4167,-13.844456 3.16429,-13.844456 1.74759,0 3.16429,6.198374 3.16429,13.844456 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path5701"
             style="opacity:0.1604278;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="12.603977"
             sodipodi:rx="2.9089308"
             transform="matrix(0.265593,-0.265593,0.265593,0.265593,-146.5168,188.28)"
             d="m 537.90893,-85 c 0,6.960984 -1.30237,12.603977 -2.90893,12.603977 -1.60656,0 -2.90893,-5.642993 -2.90893,-12.603977 0,-6.960984 1.30237,-12.603977 2.90893,-12.603977 1.60656,0 2.90893,5.642993 2.90893,12.603977 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path5703"
             style="opacity:0.28877007;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="12.660796"
             sodipodi:rx="2.7739067"
             transform="matrix(0.225637,-0.225637,0.225637,0.225637,-128.5365,163.5071)"
             d="m 537.77391,-85 c 0,6.992365 -1.24192,12.660796 -2.77391,12.660796 -1.53199,0 -2.77391,-5.668431 -2.77391,-12.660796 0,-6.992365 1.24192,-12.660796 2.77391,-12.660796 1.53199,0 2.77391,5.668431 2.77391,12.660796 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path5705"
             style="opacity:0.27807486;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="10.968763"
             sodipodi:rx="2.632612"
             transform="matrix(0.193941,-0.193941,0.193941,0.193941,-114.2736,143.8559)"
             d="m 537.63261,-85 c 0,6.057881 -1.17866,10.968763 -2.63261,10.968763 -1.45395,0 -2.63261,-4.910882 -2.63261,-10.968763 0,-6.057881 1.17866,-10.968763 2.63261,-10.968763 1.45395,0 2.63261,4.910882 2.63261,10.968763 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path5709"
             style="opacity:0.38502676;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="10.10745"
             sodipodi:rx="2.3949127"
             transform="matrix(0.167231,-0.167231,0.167231,0.167231,-102.2542,127.296)"
             d="m 537.39491,-85 c 0,5.58219 -1.07224,10.10745 -2.39491,10.10745 -1.32267,0 -2.39491,-4.52526 -2.39491,-10.10745 0,-5.58219 1.07224,-10.10745 2.39491,-10.10745 1.32267,0 2.39491,4.52526 2.39491,10.10745 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path5711"
             style="opacity:0.39572191;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="10.148198"
             sodipodi:rx="2.369946"
             transform="matrix(0.123666,-0.123666,0.123666,0.123666,-82.64982,100.2854)"
             d="m 537.36995,-85 c 0,5.604695 -1.06106,10.148198 -2.36995,10.148198 -1.30889,0 -2.36995,-4.543503 -2.36995,-10.148198 0,-5.604695 1.06106,-10.148198 2.36995,-10.148198 1.30889,0 2.36995,4.543503 2.36995,10.148198 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path5713"
             style="opacity:0.21925133;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="11.140671"
             sodipodi:rx="1.7962664"
             transform="matrix(0.08480084,-0.08480084,0.08480084,0.08480084,-65.16078,76.18928)"
             d="m 536.79627,-85 c 0,6.152823 -0.80422,11.140671 -1.79627,11.140671 -0.99205,0 -1.79627,-4.987848 -1.79627,-11.140671 0,-6.152823 0.80422,-11.140671 1.79627,-11.140671 0.99205,0 1.79627,4.987848 1.79627,11.140671 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path5715"
             style="opacity:0.2673797;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
        </g>
        <g
           id="g6613"
           transform="matrix(-1,0,0,1,160.453,-45.14242)">
          <path
             sodipodi:ry="15"
             sodipodi:rx="3.7779548"
             transform="matrix(0.323177,-0.323177,0.323177,0.323177,-172.4297,223.9821)"
             d="m 538.77795,-85 c 0,8.284271 -1.69144,15 -3.77795,15 -2.08651,0 -3.77795,-6.715729 -3.77795,-15 0,-8.284271 1.69144,-15 3.77795,-15 2.08651,0 3.77795,6.715729 3.77795,15 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6615"
             style="opacity:0.17647059;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="14.163707"
             sodipodi:rx="3.4399762"
             transform="matrix(0.304375,-0.304375,0.304375,0.304375,-163.9683,212.3243)"
             d="m 538.43998,-85 c 0,7.822399 -1.54013,14.163707 -3.43998,14.163707 -1.89985,0 -3.43998,-6.341308 -3.43998,-14.163707 0,-7.822399 1.54013,-14.163707 3.43998,-14.163707 1.89985,0 3.43998,6.341308 3.43998,14.163707 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6617"
             style="opacity:0.13368985;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="13.844456"
             sodipodi:rx="3.1642916"
             transform="matrix(0.283221,-0.283221,0.283221,0.283221,-154.4493,199.2092)"
             d="m 538.16429,-85 c 0,7.646082 -1.4167,13.844456 -3.16429,13.844456 -1.74759,0 -3.16429,-6.198374 -3.16429,-13.844456 0,-7.646082 1.4167,-13.844456 3.16429,-13.844456 1.74759,0 3.16429,6.198374 3.16429,13.844456 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6619"
             style="opacity:0.1604278;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="12.603977"
             sodipodi:rx="2.9089308"
             transform="matrix(0.265593,-0.265593,0.265593,0.265593,-146.5168,188.28)"
             d="m 537.90893,-85 c 0,6.960984 -1.30237,12.603977 -2.90893,12.603977 -1.60656,0 -2.90893,-5.642993 -2.90893,-12.603977 0,-6.960984 1.30237,-12.603977 2.90893,-12.603977 1.60656,0 2.90893,5.642993 2.90893,12.603977 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6621"
             style="opacity:0.28877007;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="12.660796"
             sodipodi:rx="2.7739067"
             transform="matrix(0.225637,-0.225637,0.225637,0.225637,-128.5365,163.5071)"
             d="m 537.77391,-85 c 0,6.992365 -1.24192,12.660796 -2.77391,12.660796 -1.53199,0 -2.77391,-5.668431 -2.77391,-12.660796 0,-6.992365 1.24192,-12.660796 2.77391,-12.660796 1.53199,0 2.77391,5.668431 2.77391,12.660796 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6623"
             style="opacity:0.27807486;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="10.968763"
             sodipodi:rx="2.632612"
             transform="matrix(0.193941,-0.193941,0.193941,0.193941,-114.2736,143.8559)"
             d="m 537.63261,-85 c 0,6.057881 -1.17866,10.968763 -2.63261,10.968763 -1.45395,0 -2.63261,-4.910882 -2.63261,-10.968763 0,-6.057881 1.17866,-10.968763 2.63261,-10.968763 1.45395,0 2.63261,4.910882 2.63261,10.968763 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6625"
             style="opacity:0.38502676;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="10.10745"
             sodipodi:rx="2.3949127"
             transform="matrix(0.167231,-0.167231,0.167231,0.167231,-102.2542,127.296)"
             d="m 537.39491,-85 c 0,5.58219 -1.07224,10.10745 -2.39491,10.10745 -1.32267,0 -2.39491,-4.52526 -2.39491,-10.10745 0,-5.58219 1.07224,-10.10745 2.39491,-10.10745 1.32267,0 2.39491,4.52526 2.39491,10.10745 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6627"
             style="opacity:0.39572191;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="10.148198"
             sodipodi:rx="2.369946"
             transform="matrix(0.123666,-0.123666,0.123666,0.123666,-82.64982,100.2854)"
             d="m 537.36995,-85 c 0,5.604695 -1.06106,10.148198 -2.36995,10.148198 -1.30889,0 -2.36995,-4.543503 -2.36995,-10.148198 0,-5.604695 1.06106,-10.148198 2.36995,-10.148198 1.30889,0 2.36995,4.543503 2.36995,10.148198 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6629"
             style="opacity:0.21925133;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
          <path
             sodipodi:ry="11.140671"
             sodipodi:rx="1.7962664"
             transform="matrix(0.08480084,-0.08480084,0.08480084,0.08480084,-65.16078,76.18928)"
             d="m 536.79627,-85 c 0,6.152823 -0.80422,11.140671 -1.79627,11.140671 -0.99205,0 -1.79627,-4.987848 -1.79627,-11.140671 0,-6.152823 0.80422,-11.140671 1.79627,-11.140671 0.99205,0 1.79627,4.987848 1.79627,11.140671 z"
             sodipodi:type="arc"
             sodipodi:cy="-85"
             sodipodi:cx="535"
             id="path6631"
             style="opacity:0.2673797;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.35711336;marker:none;visibility:visible;display:inline;overflow:visible" />
        </g>
      </g>
      <path
         sodipodi:ry="116.24765"
         sodipodi:rx="116.24765"
         transform="matrix(1.121212,0,0,1.050505,-7.542326,16.46516)"
         d="m 548.36014,-185.57806 c 0,64.2018 -52.04585,116.247646 -116.24765,116.247646 -64.20181,0 -116.24765,-52.045846 -116.24765,-116.247646 0,-64.20181 52.04584,-116.24765 116.24765,-116.24765 64.2018,0 116.24765,52.04584 116.24765,116.24765 z"
         sodipodi:type="arc"
         sodipodi:cy="-185.57806"
         sodipodi:cx="432.11249"
         id="path7699"
         style="color:#000000;fill:url(#linearGradient7575);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5.02154541;marker:none;visibility:visible;display:inline;overflow:visible" />
      <path
         sodipodi:ry="116.24765"
         sodipodi:rx="116.24765"
         transform="matrix(1.121212,0,0,1.050505,-7.542326,16.46516)"
         d="m 548.36014,-185.57806 c 0,64.2018 -52.04585,116.247646 -116.24765,116.247646 -64.20181,0 -116.24765,-52.045846 -116.24765,-116.247646 0,-64.20181 52.04584,-116.24765 116.24765,-116.24765 64.2018,0 116.24765,52.04584 116.24765,116.24765 z"
         sodipodi:type="arc"
         sodipodi:cy="-185.57806"
         sodipodi:cx="432.11249"
         id="path6806"
         style="color:#000000;fill:url(#anti-skid);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5.02154541;marker:none;visibility:visible;display:inline;overflow:visible" />
    </g>
    <g
       id="g3100"
       style="opacity:0.2;fill:#ffffff;fill-opacity:1"
       transform="matrix(0.36362408,0,0,0.36362408,274.83846,674.36576)">
      <path
         id="path3102"
         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd"
         d="m 101.454,311.936 c -2.591,4.646 -8.661,5.387 -11.495,4.451 -4.721,-1.56 -10.755,-2.642 -16.6,1.523 -5.845,4.164 -12.157,1.015 -11.05,-6.576 1.107,-7.59 3.849,-14.351 11.127,-18.538 15.895,-9.144 4.848,-15.508 13.572,-24.685 8.741,-9.195 6.81,-12.009 6.52,-24.497 C 63.985,239.176 47.241,230.661 28.544,207.301 9.847,183.94 2.599,164.711 0.661,135.423 -1.277,106.135 0.403,87.154 13.057,62.843 25.711,38.532 39.034,26.829 62.122,14.69 85.21,2.553 107.832,-0.354 128.742,0 c 20.91,0.353 34.843,1.885 46.658,8.626 11.814,6.741 22.622,15.224 29.512,15.285 6.891,0.061 11.582,-1.744 14.931,-4.31 0.894,22.703 -19.539,24.675 -37.819,25.155 -18.281,0.479 -29.514,-7.083 -46.351,-4.27 -16.837,2.813 -44.404,10.475 -57.833,33.85 -13.429,23.375 -13.887,31.638 -12.771,51.24 1.116,19.603 17.988,34.228 27.512,34.387 9.523,0.159 11.649,-2.599 19.985,-8.036 8.337,-5.438 50.896,-58.122 65.418,-69.956 14.523,-11.834 28.854,-15.488 44.328,-15.678 15.474,-0.19 19.428,0.335 31.908,5.45 12.48,5.114 20.149,14.533 30.211,20.291 5.143,-3.027 8.338,-7.547 13.057,-10.996 16.877,-12.335 25.646,-15.659 45.705,-13.707 11.529,1.122 26.066,7.708 34.74,15.25 15.445,13.429 28.205,32.125 38.516,46.328 8.029,11.061 17.477,24.295 30.965,28.432 14.727,4.515 25.809,-14.559 27.436,-25.139 0.922,-5.995 2.125,-11.249 2.135,-17.847 0.01,-6.599 -0.664,-14.607 -2.566,-21.484 -1.902,-6.877 -5.16,-13.72 -8.688,-19.394 -5.742,-9.235 -15.137,-18.899 -24.912,-23.871 -5.486,-2.79 -18.393,-7.863 -26.529,-8.041 -9.969,-0.216 -17.564,3.133 -26.781,3.761 -11.156,0.761 -31.084,3.269 -39.83,-5.35 -5.566,-5.485 -6.266,-9.144 -7.217,-16.296 2.459,2.026 5.898,3.358 8.959,3.617 6.986,0.59 13.527,-5.114 19.166,-8.419 4.645,-2.723 11.223,-7.589 17.324,-10.048 15.676,-6.32 34.932,-6.138 51.48,-4.445 13.264,1.356 30.461,7.257 42.094,13.84 11.688,6.612 22.951,17.761 31.201,28.271 10.379,13.224 16.053,24.57 19.812,41.063 4.805,21.062 6.137,52.702 0.328,73.469 -4.578,16.365 -19.779,41.504 -32.719,53.827 -12.762,12.155 -27.498,18.022 -44.256,21.231 0.656,3.382 0.764,6.536 1.631,9.309 1.232,3.936 3.588,8.324 8.428,6.936 1.93,-0.553 2.963,-1.032 5.508,1.194 2.543,2.226 1.219,10.825 -5.938,14.684 -3.629,1.957 -7.459,2.382 -13.271,2.498 -5.812,0.116 -14.883,0.141 -21.193,-0.964 -6.309,-1.104 -10.078,-6.111 -17.066,-6.895 -10.799,-1.208 -19.068,-9.01 -27.727,-14.59 -3.613,-2.329 -4.832,-2.353 -6.914,-3.53 1.125,3.444 2.625,7.021 3.373,10.332 0.75,3.311 0.43,6.378 0.828,9.028 0.396,2.648 1.131,4.707 1.559,6.855 1.73,1.547 2.283,3.9 5.189,4.64 2.908,0.739 7.461,-0.412 10.436,-0.812 2.975,-0.4 4.969,-2.021 7.303,-1.577 2.336,0.443 4.549,2.115 6.506,3.682 1.957,1.567 3.639,1.796 5.223,5.706 1.584,3.91 3.037,11.917 3.254,17.269 0.217,5.352 -0.383,10.183 -1.969,14.43 -1.586,4.247 -2.98,6.13 -7.275,10.336 -4.295,4.207 -11.289,10.38 -18.268,14.68 1.285,1.903 1.855,3.645 3.859,5.71 2.004,2.066 6.182,4.381 8.041,6.56 1.857,2.179 2.799,3.742 2.826,6.186 0.029,2.443 -0.09,5.619 -2.074,8.283 -4.941,6.633 -10.785,7.821 -17.891,10.941 1.195,7.462 2.17,12.793 0.443,20.244 -0.705,3.036 -2.271,9.92 -6.016,11.686 -3.746,1.766 -10.969,0.911 -15.541,1.637 -4.572,0.727 -7.131,1.417 -10.695,2.125 -2.166,3.131 -5.391,6.586 -6.496,9.392 -1.107,2.807 -0.773,3.813 0.156,6.679 0.929,2.866 4.092,7.039 4.988,10.395 0.896,3.356 1.07,6.969 0.234,10.334 -0.838,3.365 -2.271,5.807 -5.139,8.795 -2.867,2.989 -8.508,5.336 -11.318,7.758 -2.812,2.423 -5.611,2.714 -4.844,6.723 1.055,5.506 9.1,14.436 14.92,16.562 3.488,1.275 8.17,0.873 12.406,-0.915 -0.287,4.703 -4.357,7.873 -7.016,10.996 7.201,-2.059 14.184,-6.001 19.014,-11.226 -1.498,4.538 -6.652,11.823 -14.361,18.22 -7.709,6.397 -7.662,5.088 -11.494,7.633 6.992,1.405 13.494,1.025 18.91,0.052 -2.969,1.637 -7.836,3.939 -14.283,4.616 -6.447,0.676 -10.422,0.198 -16.232,-1.213 -5.811,-1.412 -11.115,-6.694 -18.156,-10.335 0.686,2.612 1.174,5.753 4.135,8.439 2.961,2.686 7.441,4.052 12.203,6.375 -6.062,-0.688 -12.432,-0.896 -18.389,-2.209 -4.41,-0.973 -7.373,-2.005 -10.6,-3.603 -3.225,-1.598 -5.715,-3.929 -8.572,-5.893 1.369,2.615 1.775,5.691 4.105,7.847 2.33,2.156 6.117,2.959 9.18,4.44 -3.195,-0.07 -6.268,0.623 -9.58,-0.21 -3.314,-0.833 -6.422,-2.142 -9.867,-4.68 -3.445,-2.538 -6.998,-5.663 -9.938,-8.858 -2.938,-3.195 -6.566,-7.337 -7.664,-10.283 -1.1,-2.947 0.66,-5.008 0.99,-7.509 -2.029,1.333 -4.525,2.067 -6.084,4.002 -1.559,1.935 -2.941,3.702 -2.251,7.075 0.691,3.373 3.804,7.496 6.005,11.248 -6.568,-5.371 -10.236,-7.439 -11.799,-13.918 -1.463,-6.066 2.322,-11.572 5.199,-16.159 1.429,-2.278 3.567,-4.398 4.903,-6.597 -2.967,-2.903 -6.358,-5.398 -8.901,-8.709 -2.542,-3.31 -3.61,-7.79 -6.205,-10.957 -2.596,-3.168 -6.088,-5.173 -9.129,-7.756 2.673,5.742 7.066,12.785 8.02,17.229 0.953,4.444 -1.069,7.164 -2.646,9.563 -1.578,2.399 -4.124,2.934 -6.539,4.408 -2.415,1.475 -6.171,0.312 -7.61,2.501 -1.438,2.188 -1.824,5.48 -0.449,7.648 l 5.64,8.902 c -2.078,-1.049 -5.658,-4.1 -7.272,-6.264 -1.614,-2.164 -4.09,-4.163 -4.429,-7.089 -0.339,-2.925 -0.504,-5.464 1.391,-8.07 1.896,-2.605 7.086,-3.477 9.409,-5.48 2.323,-2.003 3.626,-3.307 3.493,-5.896 -0.132,-2.589 -2.661,-4.441 -4.835,-6.073 -6.637,-4.978 -15.151,-9.565 -20.787,-15.565 -3.184,-3.39 -4.712,-6.127 -5.352,-8.466 -0.639,-2.338 0.037,-4.162 1.619,-7.038 1.582,-2.877 7.007,-6.718 7.667,-9.843 0.659,-3.124 -2.081,-3.795 -4.554,-4.897 -2.473,-1.102 -7.17,0.565 -9.464,-1.352 -2.293,-1.917 0.674,-5.945 -1.911,-8.154 -2.584,-2.209 -8.499,-0.976 -11.552,-3.352 -3.053,-2.377 -4.315,-5.327 -5.367,-8.775 -1.052,-3.448 -1.171,-7.225 -0.458,-9.722 0.713,-2.497 2.855,-2.934 4.147,-4.228 1.292,-1.294 2.413,-2.367 0.691,-4.297 -1.722,-1.929 -7.365,0.108 -10.609,-2.369 -3.244,-2.477 -1.258,-8.41 -3.552,-10.911 -2.293,-2.501 -6.409,-1.522 -8.581,-2.321 -2.171,-0.799 -3.023,2.02 -4.355,-2.438 -1.332,-4.459 -1.368,-17.75 -3.16,-22.71 -1.792,-4.96 -5.311,-0.335 -6.945,-5.265 -1.634,-4.929 -0.085,-12.812 -0.821,-20.257 l -3.335,-20.257 c -11.634,7.815 -48.316,17.865 -51.49,23.554 z"
         inkscape:connector-curvature="0" />
    </g>
    <g
       style="opacity:0.20000000000000001;fill:#072b61;fill-opacity:1"
       id="g4906"
       transform="matrix(0.36362408,0,0,0.36362408,274.84371,674.2897)">
      <path
         id="path4908"
         style="fill:#072b61;fill-rule:evenodd;fill-opacity:1"
         d="m 112.993,304.372 c -3.634,0.247 -8.365,1.875 -11.539,7.564 -2.591,4.646 -8.661,5.387 -11.495,4.451 -4.721,-1.56 -10.755,-2.642 -16.6,1.523 -5.845,4.164 -12.157,1.015 -11.05,-6.576 1.107,-7.59 3.849,-14.351 11.127,-18.538 15.895,-9.144 4.848,-15.508 13.572,-24.685 8.741,-9.195 6.81,-12.009 6.52,-24.497 C 63.985,239.176 47.241,230.661 28.544,207.301 9.847,183.94 2.599,164.711 0.661,135.423 -1.277,106.135 0.403,87.154 13.057,62.843 25.711,38.532 39.034,26.829 62.122,14.69 85.21,2.553 107.832,-0.354 128.742,0 c 20.91,0.353 34.843,1.885 46.658,8.626 11.814,6.741 22.622,15.224 29.512,15.285 6.891,0.061 11.582,-1.744 14.931,-4.31 0.894,22.703 -19.539,24.675 -37.819,25.155 -18.281,0.479 -29.514,-7.083 -46.351,-4.27 -16.837,2.813 -44.404,10.475 -57.833,33.85 -13.429,23.375 -13.887,31.638 -12.771,51.24 1.116,19.603 17.988,34.228 27.512,34.387 9.523,0.159 11.649,-2.599 19.985,-8.036 8.337,-5.438 50.896,-58.122 65.418,-69.956 14.523,-11.834 28.854,-15.488 44.328,-15.678 15.474,-0.19 19.428,0.335 31.908,5.45 12.48,5.114 20.149,14.533 30.211,20.291 5.143,-3.027 8.338,-7.547 13.057,-10.996 16.877,-12.335 25.646,-15.659 45.705,-13.707 11.529,1.122 26.066,7.708 34.74,15.25 15.445,13.429 28.205,32.125 38.516,46.328 8.029,11.061 17.477,24.295 30.965,28.432 14.727,4.515 25.809,-14.559 27.436,-25.139 0.922,-5.995 2.125,-11.249 2.135,-17.847 0.01,-6.599 -0.664,-14.607 -2.566,-21.484 -1.902,-6.877 -5.16,-13.72 -8.688,-19.394 -5.742,-9.235 -15.137,-18.899 -24.912,-23.871 -5.486,-2.79 -18.393,-7.863 -26.529,-8.041 -9.969,-0.216 -17.564,3.133 -26.781,3.761 -11.156,0.761 -31.084,3.269 -39.83,-5.35 -5.566,-5.485 -6.266,-9.144 -7.217,-16.296 2.459,2.026 5.898,3.358 8.959,3.617 6.986,0.59 13.527,-5.114 19.166,-8.419 4.645,-2.723 11.223,-7.589 17.324,-10.048 15.676,-6.32 34.932,-6.138 51.48,-4.445 13.264,1.356 30.461,7.257 42.094,13.84 11.688,6.612 22.951,17.761 31.201,28.271 10.379,13.224 16.053,24.57 19.812,41.063 4.805,21.062 6.137,52.702 0.328,73.469 -4.578,16.365 -19.779,41.504 -32.719,53.827 -12.762,12.155 -27.498,18.022 -44.256,21.231 0.656,3.382 0.764,6.536 1.631,9.309 1.232,3.936 3.588,8.324 8.428,6.936 1.93,-0.553 2.963,-1.032 5.508,1.194 2.543,2.226 1.219,10.825 -5.938,14.684 -3.629,1.957 -7.459,2.382 -13.271,2.498 -5.812,0.116 -14.883,0.141 -21.193,-0.964 -6.309,-1.104 -10.078,-6.111 -17.066,-6.895 -10.799,-1.208 -19.068,-9.01 -27.727,-14.59 -3.613,-2.329 -4.832,-2.353 -6.914,-3.53 1.125,3.444 2.625,7.021 3.373,10.332 0.75,3.311 0.43,6.378 0.828,9.028 0.396,2.648 1.131,4.707 1.559,6.855 1.73,1.547 2.283,3.9 5.189,4.64 2.908,0.739 7.461,-0.412 10.436,-0.812 2.975,-0.4 4.969,-2.021 7.303,-1.577 2.336,0.443 4.549,2.115 6.506,3.682 1.957,1.567 3.639,1.796 5.223,5.706 1.584,3.91 3.037,11.917 3.254,17.269 0.217,5.352 -0.383,10.183 -1.969,14.43 -1.586,4.247 -2.98,6.13 -7.275,10.336 -4.295,4.207 -11.289,10.38 -18.268,14.68 1.285,1.903 1.855,3.645 3.859,5.71 2.004,2.066 6.182,4.381 8.041,6.56 1.857,2.179 2.799,3.742 2.826,6.186 0.029,2.443 -0.09,5.619 -2.074,8.283 -4.941,6.633 -10.785,7.821 -17.891,10.941 1.195,7.462 2.17,12.793 0.443,20.244 -0.705,3.036 -2.271,9.92 -6.016,11.686 -3.746,1.766 -10.969,0.911 -15.541,1.637 -4.572,0.727 -7.131,1.417 -10.695,2.125 -2.166,3.131 -5.391,6.586 -6.496,9.392 -1.107,2.807 -0.773,3.813 0.156,6.679 0.929,2.866 4.092,7.039 4.988,10.395 0.896,3.356 1.07,6.969 0.234,10.334 -0.838,3.365 -2.271,5.807 -5.139,8.795 -2.867,2.989 -8.508,5.336 -11.318,7.758 -2.812,2.423 -5.611,2.714 -4.844,6.723 1.055,5.506 9.1,14.436 14.92,16.562 3.488,1.275 8.17,0.873 12.406,-0.915 -0.287,4.703 -4.357,7.873 -7.016,10.996 7.201,-2.059 14.184,-6.001 19.014,-11.226 -1.498,4.538 -6.652,11.823 -14.361,18.22 -7.709,6.397 -7.662,5.088 -11.494,7.633 6.992,1.405 13.494,1.025 18.91,0.052 -2.969,1.637 -7.836,3.939 -14.283,4.616 -6.447,0.676 -10.422,0.198 -16.232,-1.213 -5.811,-1.412 -11.115,-6.694 -18.156,-10.335 0.686,2.612 1.174,5.753 4.135,8.439 2.961,2.686 7.441,4.052 12.203,6.375 -6.062,-0.688 -12.432,-0.896 -18.389,-2.209 -4.41,-0.973 -7.373,-2.005 -10.6,-3.603 -3.225,-1.598 -5.715,-3.929 -8.572,-5.893 1.369,2.615 1.775,5.691 4.105,7.847 2.33,2.156 6.117,2.959 9.18,4.44 -3.195,-0.07 -6.268,0.623 -9.58,-0.21 -3.314,-0.833 -6.422,-2.142 -9.867,-4.68 -3.445,-2.538 -6.998,-5.663 -9.938,-8.858 -2.938,-3.195 -6.566,-7.337 -7.664,-10.283 -1.1,-2.947 0.66,-5.008 0.99,-7.509 -2.029,1.333 -4.525,2.067 -6.084,4.002 -1.559,1.935 -2.941,3.702 -2.251,7.075 0.691,3.373 3.804,7.496 6.005,11.248 -6.568,-5.371 -10.236,-7.439 -11.799,-13.918 -1.463,-6.066 2.322,-11.572 5.199,-16.159 1.429,-2.278 3.567,-4.398 4.903,-6.597 -2.967,-2.903 -6.358,-5.398 -8.901,-8.709 -2.542,-3.31 -3.61,-7.79 -6.205,-10.957 -2.596,-3.168 -6.088,-5.173 -9.129,-7.756 2.673,5.742 7.066,12.785 8.02,17.229 0.953,4.444 -1.069,7.164 -2.646,9.563 -1.578,2.399 -4.124,2.934 -6.539,4.408 -2.415,1.475 -6.171,0.312 -7.61,2.501 -1.438,2.188 -1.824,5.48 -0.449,7.648 l 5.64,8.902 c -2.078,-1.049 -5.658,-4.1 -7.272,-6.264 -1.614,-2.164 -4.09,-4.163 -4.429,-7.089 -0.339,-2.925 -0.504,-5.464 1.391,-8.07 1.896,-2.605 7.086,-3.477 9.409,-5.48 2.323,-2.003 3.626,-3.307 3.493,-5.896 -0.132,-2.589 -2.661,-4.441 -4.835,-6.073 -6.637,-4.978 -15.151,-9.565 -20.787,-15.565 -3.184,-3.39 -4.712,-6.127 -5.352,-8.466 -0.639,-2.338 0.037,-4.162 1.619,-7.038 1.582,-2.877 7.007,-6.718 7.667,-9.843 0.659,-3.124 -2.081,-3.795 -4.554,-4.897 -2.473,-1.102 -7.17,0.565 -9.464,-1.352 -2.293,-1.917 0.674,-5.945 -1.911,-8.154 -2.584,-2.209 -8.499,-0.976 -11.552,-3.352 -3.053,-2.377 -4.315,-5.327 -5.367,-8.775 -1.052,-3.448 -1.171,-7.225 -0.458,-9.722 0.713,-2.497 2.855,-2.934 4.147,-4.228 1.292,-1.294 2.413,-2.367 0.691,-4.297 -1.722,-1.929 -7.365,0.108 -10.609,-2.369 -3.244,-2.477 -1.258,-8.41 -3.552,-10.911 -2.293,-2.501 -6.409,-1.522 -8.581,-2.321 -2.171,-0.799 -3.023,2.02 -4.355,-2.438 -1.332,-4.459 -1.368,-17.75 -3.16,-22.71 -1.792,-4.96 -5.311,-0.335 -6.945,-5.265 -1.634,-4.929 -0.085,-12.812 -0.821,-20.257 l -3.335,-20.257 c -11.634,7.815 -19.314,10.269 -31.813,12.477 -1.043,30.582 -3.916,48.591 6.464,82.52 10.38,33.928 31.387,53.924 59.726,82.649 -37.395,-28.016 -55.248,-50.792 -66.422,-79.97 -11.176,-29.182 -9.03,-53.586 -7.906,-81.686 z M 311.701,292.08 c 2.877,0.129 6.373,0.859 8.393,2.171 2.021,1.312 4.166,2.384 6,4.251 4.576,4.66 8.008,10.28 9.525,16.738 0.967,4.117 1.111,9.397 1.463,14.231 -1.385,-4.468 -2.316,-9.127 -4.289,-13.13 -3.111,-6.312 -8.396,-12.473 -14.959,-15.31 -2.166,-0.938 -3.611,-0.764 -4.803,-0.598 0.533,0.895 1.426,1.645 1.465,2.956 0.039,1.311 -0.254,3.876 -2.477,4.954 -3.584,1.739 -7.568,0.516 -10.336,-1.931 -2.791,-2.466 -3.742,-6.638 -2.281,-10.223 1.741,-4.272 8.375,-4.283 12.299,-4.109 z M 275.629,286 c 0.361,-7.345 3.012,-13.539 9.594,-17.141 3.404,-1.862 8.648,-4.27 13.467,-4.836 4.629,-0.543 15.889,-0.146 22.662,2.945 5.201,2.374 8.744,6.07 13.311,8.771 4.566,2.702 7.814,4.513 12.162,7.543 6.674,4.651 10.586,9.772 15.213,12.842 2.225,1.475 5.355,1.256 8.309,2.158 -2.297,0.682 -5.299,1.434 -7.777,0.642 -3.09,-0.988 -7.41,-3.813 -9.807,-5.838 -4.236,-3.578 -6.432,-5.324 -11.055,-8.023 -2.76,-1.608 -7.305,-3.503 -10.338,-5.481 -3.035,-1.978 -8.303,-6.318 -11.219,-7.787 -3.707,-1.866 -10.381,-2.904 -14.508,-2.783 -5.686,0.166 -13.916,1.104 -18.316,5.096 -4.371,3.968 -6.031,7.459 -5.045,12.612 1.646,-1.896 2.742,-4.278 4.391,-5.688 3.416,-2.918 7.336,-3.059 11.588,-2.506 4.777,0.622 7.182,3.381 8.76,7.916 -1.062,-0.78 -3.014,-2.493 -4.555,-3.024 -3.617,-1.248 -6.352,-0.864 -9.74,0.953 -4,2.146 -2.912,5.322 -3.488,8.854 -0.264,1.629 -0.879,2.941 -1.318,4.412 -1.504,-0.398 -2.895,-1.024 -4.033,-2.152 0.047,1.65 -0.193,3.093 0.145,4.949 0.336,1.855 1.24,4.059 1.859,6.088 -2.785,-2.786 -5.635,-5.38 -7.434,-8.977 -1.801,-3.599 -3.021,-7.593 -2.828,-11.545 z m 4.82,-53.46 c 2.053,-3.047 2.654,-7.721 3.92,-11.521 -0.506,4.813 0.467,10.106 -1.883,13.592 -2.35,3.486 -6.477,2.875 -9.896,3.889 2.66,-2.028 5.805,-2.913 7.859,-5.96 z m -49.151,71.368 c 2.636,-2.134 9.75,-0.428 15.071,-0.047 -3.824,0.979 -7.648,1.959 -11.472,2.938 -0.356,1.301 -0.195,2.792 -1.068,3.901 -0.874,1.11 -2.534,1.521 -3.8,2.28 0.125,-3.418 -1.367,-6.939 1.269,-9.072 z m 37.491,-148.22 c 3.176,1.71 7.207,3.971 10.012,4.041 2.805,0.07 3.539,-1.834 5.189,-2.933 2.596,8.465 5.576,17.766 9.996,25.447 1.852,3.218 3.033,1.722 4.441,4.956 1.406,3.233 2.031,9.812 3.365,13.943 1.336,4.131 3.078,7.171 4.617,10.756 -3.908,-5.537 -8.957,-12.597 -11.135,-17.205 -2.176,-4.607 -0.783,-5.008 -2.545,-9.396 -1.762,-4.388 -5.324,-11.228 -7.986,-16.842 -1.906,0.253 -4.266,0.6 -5.715,0.153 -1.449,-0.447 -1.16,-1.988 -2.469,-2.984 -1.311,-0.996 -3.514,-0.61 -5.35,-2.2 -1.836,-1.589 -2.254,-4.85 -2.42,-7.736 z m -17.101,41.769 c 2.989,-0.262 6.701,0.539 9.5,0.38 2.799,-0.159 4.797,-0.885 7.196,-1.328 -0.445,-4.216 -0.023,-11.962 -3.915,-14.777 -2.514,-1.818 -12.839,-0.449 -15.597,0.146 -6.206,1.338 -13.433,5.042 -19.435,7.358 5.752,-4.018 10.721,-7.742 17.62,-9.816 4.147,-1.247 13.825,-2.868 18.105,-1.712 1.954,0.527 2.349,1.336 3.534,2.992 4.074,5.688 4.062,10.604 5.119,17.23 1.039,1.619 2.146,2.699 2.988,4.369 0.84,1.67 1.316,4.298 1.551,6.446 -1.066,-1.546 -0.414,-3.485 -3.367,-4.636 -2.955,-1.151 -7.479,-0.076 -11.46,0.34 2.902,2.094 4.344,4.111 4.455,8.538 0.13,5.198 -4.271,8.939 -8.866,9.295 -6.379,0.495 -9.668,-0.906 -12.248,-6.358 -1.13,-2.388 -0.311,-5.261 -0.405,-7.589 -7.665,0.533 -7.54,0.283 -13.142,4.954 3.045,4.461 4.963,7.026 9.995,9.695 2.822,1.498 6.017,2.954 9.514,3.549 3.498,0.595 9.235,1.17 12.909,0.606 3.675,-0.564 5.757,-1.613 8.481,-4.132 2.725,-2.52 2.975,-6.128 4.039,-8.98 -0.242,2.745 -0.557,6.241 -1.576,8.232 -3.1,6.053 -8.461,7.847 -14.862,7.867 -6.144,0.02 -13.744,-1.397 -19.46,-3.767 -4.57,-1.894 -12.146,-7.258 -13.944,-11.918 -1.229,-3.184 -0.256,-7.091 -0.385,-10.637 6.328,-4.208 7.894,-3.173 15.381,-4.405 3.132,-0.516 5.286,-1.679 8.275,-1.942 z m -36.861,-28.501 c 0.178,-2.521 0.457,-2.467 0.686,-3.701 -5.765,-1.542 -8.077,2.198 -11.457,9.144 -1.265,2.599 -0.013,4.146 -1.37,5.857 -1.355,1.711 -3.539,1.471 -5.74,3.114 -2.201,1.642 -4.382,4.787 -6.44,6.488 -4.223,3.491 -9.931,5.622 -14.829,7.971 3.345,-2.468 9.836,-6.211 11.936,-9.797 1.114,-1.901 0.949,-5.486 2.683,-7.195 1.733,-1.71 2.34,-2.893 4.578,-3.329 2.238,-0.436 1.338,-3.03 2.06,-5.092 0.722,-2.062 2.16,-3.526 3.69,-5.586 1.53,-2.06 3.46,-5.153 6.481,-6.276 3.021,-1.124 7.732,0.091 10.019,-0.556 2.286,-0.647 0.973,-2.309 2.634,-3.307 1.663,-0.998 4.896,-0.558 7.117,-1.625 3.937,-1.893 5.82,-5.053 8.188,-8.436 0.344,7.282 0.26,12.525 -2.357,19.376 -2.947,7.711 -5.934,12.253 -14.298,16.995 -2.882,1.633 -5.75,2.2 -8.139,3.057 1.393,-1.9 3.387,-2.725 4.18,-5.7 0.791,-2.977 0.2,-8.88 0.378,-11.402 z m 135.038,35.507 c -3.977,0.259 -4.92,-0.264 -8.102,1.98 1.725,2.684 3.449,5.368 5.172,8.052 -0.152,-5.298 0.364,-6.36 2.93,-10.032 z m -10.42,-3.85 c 5.508,-2.346 10.307,-4.244 16.299,-4.619 2.402,-0.151 6.131,0.221 8.557,0.331 2.066,-3.042 4.699,-5.441 5.664,-8.913 0.639,-2.303 0.324,-12.992 -0.807,-15.767 -3.295,-8.076 -6.498,-8.417 -11.033,-13.043 -3.291,-3.355 -3.422,-8.464 -4.406,-14.189 -0.361,-2.103 -1.393,-4.764 -1.877,-6.934 -5.928,-0.999 -12.303,-1.328 -19.123,-0.987 3.307,-3.172 6.504,-6.07 7.453,-10.832 0.947,-4.762 0.176,-10.617 -2.531,-14.887 -2.707,-4.27 -7.031,-7.99 -11,-11.469 -3.971,-3.479 -9.662,-6.351 -13.424,-9.197 4.893,-1.752 9.889,-4.326 14.682,-5.255 12.486,-2.422 23.244,1.282 35.287,8.563 7.002,4.235 12.793,8.258 20.113,15.921 7.318,7.662 16.395,21.717 23.48,30.052 7.085,8.335 12.805,14.927 18.986,19.898 6.182,4.972 11.777,6.388 17.664,9.581 l 9.176,9.744 7.426,-9.189 11.949,1.351 2.469,-13.412 10.967,-3.005 -1.789,-18.08 7.885,-5.596 -5.926,-11.249 6.021,-12.292 -7.85,-14.051 3.027,-13.529 -9.088,-7.745 -1.186,-14.377 -12.678,-4.836 -5.086,-12.508 -14.254,-0.16 -6.992,-9.285 -9.596,0.672 -10.697,-1.165 -6.049,-4.466 -8.779,5.828 -10.623,-5.539 -21.117,8.017 13.766,-11.972 14.262,-2.278 10.926,-2.785 14.756,4.846 12.988,-3.29 12.523,7.403 13.252,-0.733 6.51,11.681 13.195,1.523 7.139,12.987 8.299,4.531 2.203,16.637 7.391,7.01 -3.25,14.557 8.707,11.024 -8.164,11.812 8.73,7.383 -11.16,9.891 11.303,11.771 -13.65,4.402 8.891,12.625 -11.15,1.924 7.312,13.882 -12.566,-0.167 6.33,10.398 -13.783,-1.659 3.297,14.959 -10.416,-9.163 -3.568,18.13 -7.188,-13.018 -3.893,16.237 -8.873,-11.973 0.242,17.026 -9.807,-15.309 c 2.068,8.686 1.654,18.197 7.359,26.386 17.676,-2.392 29.229,-6.846 42.771,-19.877 12.334,-11.868 27.076,-36.613 31.068,-52.308 4.555,-17.91 4.695,-50.85 0.209,-69.084 C 522.282,71.848 516.67,63.462 506.643,49.136 497.059,38.957 487.633,28.204 475.469,20.945 457.613,10.29 434.717,7.417 414.367,7.694 c -11.268,0.154 -18.816,2.318 -25.553,4.768 -11.781,4.284 -21.203,13.629 -33.18,18.247 -3.906,1.505 -7.037,1.552 -10.113,-0.091 3.012,6.026 6.289,8.729 13.801,10.922 5.434,1.586 18.4,0.583 27.326,-0.241 9.582,-0.885 14.58,-3.734 27.621,-3.555 12.736,0.175 22.828,5.013 28.346,8.168 11.385,6.51 19.549,13.732 26.643,25.172 3.896,6.282 6.625,13.37 8.547,20.603 1.922,7.233 2.764,15.334 2.887,22.415 0.123,7.081 -0.418,13.402 -2.15,19.774 -4.051,14.918 -12.988,30.098 -31.346,27.753 -11.234,-1.436 -28.17,-22.522 -33.842,-30.258 C 401.909,115.758 390.133,98.481 375.752,85.479 366.984,77.554 354.979,72.1 343.19,71.021 c -22.117,-2.024 -28.676,2.177 -45.324,15.899 3.387,1.08 6.693,1.676 10.164,3.24 7.703,3.471 14.748,7.957 20.893,13.711 6.439,6.031 9.328,9.848 9.557,18.484 0.152,5.735 -4.566,10.333 -8.891,14.469 -2.646,2.533 -6.148,4.852 -8.291,6.818 -2.84,2.609 -6.357,5.463 -2.789,9.619 1.342,1.562 3.672,2.74 5.637,4.199 3.119,2.315 1.691,10.919 -2.418,13.201 -5.258,2.917 -11.541,2.591 -15.877,-1.314 5.473,-0.819 8.949,-1.545 8.807,-6.022 -0.082,-2.595 -3.381,-4.751 -6.619,-6.227 -7.809,-3.56 -13.707,-3.035 -21.479,-8.627 -7.85,-5.651 -8.023,-8.745 -10.145,-17.617 -3.785,0.396 -7.27,0.483 -12.331,2.159 -5.061,1.675 -10.654,5.663 -15.249,6.65 -11.572,2.49 -13.878,1.752 -20.211,0.113 -11.15,-2.886 -25.668,2.055 -40.09,6.668 -2.398,0.767 -12.097,0.026 -18.626,2.317 -10.084,3.538 -24.233,12.106 -32.405,18.988 -12.382,10.429 -28.654,41.64 -37.848,77.464 -0.966,10.89 2.131,18.227 -4.729,23.546 -6.86,5.319 -6.67,18.946 -8.996,22.768 -2.326,3.821 -5.019,2.132 -10.026,7.499 -5.007,5.367 -7.556,4.47 -7.43,14.618 4.315,-2.837 10.606,-6.135 16.13,-6.334 4.892,-0.177 4.944,6.264 17.5,-6.149 6.715,-6.641 19.616,-6.844 28.567,-9.773 8.952,-2.929 25.083,-8.965 41.239,-27.027 16.156,-18.062 23.887,-37.077 27.02,-64.567 0.499,4.874 1.365,10.371 -0.722,23.816 -2.087,13.445 -6.585,28.546 2.891,46.634 l 5.904,11.269 c -3.515,-4.797 -10.381,-12.622 -12.448,-18.198 l -4.768,-12.863 c -10.667,16.748 -13.119,19.744 -27.937,31.743 -0.59,7.444 -0.735,15.208 1.698,22.331 2.433,7.122 -1.445,15.332 0.406,20.023 1.851,4.691 6.132,2.021 7.53,6.77 1.398,4.749 -0.73,14.138 1.438,18.767 2.168,4.629 7.487,1.82 10.065,3.315 2.578,1.496 3.421,3.546 4.8,5.513 1.378,1.966 -0.539,6.614 2.265,8.123 2.803,1.51 7.176,0.231 10.093,1.68 2.917,1.449 3.36,4.932 2.661,8.053 -0.7,3.121 -3.817,4.553 -5.186,7.726 -1.368,3.174 -1.215,5.383 0.429,8.297 1.644,2.915 5.284,4.52 8.912,5.991 3.628,1.471 8.726,0.645 12.47,2.679 3.744,2.034 7.109,6.087 9.086,9.033 1.977,2.945 2.526,5.023 2.425,8.12 -0.102,3.096 -1.358,6.663 -3.011,9.654 -1.653,2.991 -5.3,6.631 0.394,12.343 5.694,5.711 5.484,3.249 8.746,6.954 -0.355,-6.409 -3.003,-11.63 -1.067,-16.455 1.937,-4.825 7.752,-5.664 10.817,-7.834 3.065,-2.171 4.83,-5.153 7.246,-7.729 -0.035,3.315 0.32,6.879 -0.057,9.375 -0.768,5.075 -2.266,9.58 5.297,10.394 3.407,0.366 6.642,-1.843 10.227,-3.169 -1.878,3.363 -5.144,6.067 -5.635,10.092 -0.491,4.023 0.099,8.443 2.885,12.436 2.787,3.991 7.599,6.955 11.125,9.301 3.525,2.347 5.414,2.535 8.123,3.804 0.133,3.956 -0.646,8.143 -0.195,11.869 0.451,3.726 1.625,7.024 3.779,10.104 2.156,3.081 5.613,4.848 8.869,7.126 -1.785,-4.157 -5.406,-8.101 -5.357,-12.471 0.049,-4.369 1.359,-7.466 5.621,-11.343 4.262,-3.878 14.24,-7.241 18.945,-11.011 4.705,-3.771 6.223,-6.081 7.912,-9.742 1.689,-3.661 1.219,-9.559 1.531,-12.85 1.549,4.61 1.77,6.043 2.273,10.866 0.506,4.824 -2.811,11.59 -4.215,15.161 5.82,-2.811 9.514,-7.304 11.379,-11.695 1.248,0.74 0.619,2.769 1.078,6.679 2.074,-2.064 4.432,-3.652 6.52,-5.6 2.09,-1.946 4.379,-3.658 5.416,-6.375 1.035,-2.717 0.611,-5.606 -0.16,-8.763 -0.771,-3.157 -4.299,-6.818 -6.199,-10.271 -1.898,-3.452 0.336,-6.841 0.207,-11.001 -3.801,-0.653 -7.029,-2.589 -11.398,-1.96 -4.371,0.628 -9.377,5.533 -13.844,5.59 -4.467,0.057 -6.975,-4.128 -10.637,-5.278 -3.662,-1.15 -7.367,-1.024 -11.049,-1.536 4.664,-4.468 22.766,-6.596 35.148,-8.615 10.895,-1.777 21.707,-2.804 32.746,-2.959 4.93,-0.07 11.266,1.558 14.689,0.574 3.426,-0.982 2.695,-3.315 3.711,-5.858 2.842,-7.108 1.441,-13.438 -0.105,-20.596 -9.91,-1.162 -20.236,-2.584 -30.221,-1.817 -9.762,0.75 -21.322,5.391 -31.391,5.705 -8.754,0.272 -21.717,-1.677 -29.234,-6.259 -9.186,-5.599 -16.293,-17.624 -18.816,-21.485 -4.109,-6.289 -9.292,-18.627 -12.446,-24.268 -3.152,-5.641 -3.847,-7.219 -6.47,-9.574 -2.623,-2.354 -6.216,-2.536 -9.323,-3.805 3.582,0.366 7.493,-0.768 10.747,1.098 4.889,2.805 10.361,14.431 13.403,19.49 3.223,-10.804 2.471,-15.052 11.797,-21.144 -7.516,8.424 -7.703,14.805 -9.535,24.723 6.25,10.258 14.939,26.598 26.309,31.132 4.107,1.639 11.16,2.667 15.6,3.216 13.818,1.711 27.146,-2.668 40.717,-6.019 9.92,-2.45 19.986,-1.463 32.051,-0.754 4.096,0.24 13.754,-2.224 15.754,-6.367 1.08,-2.235 1,-4.921 -0.551,-7.303 -1.553,-2.382 -5.689,-3.534 -7.906,-5.678 -2.217,-2.144 -3.492,-4.689 -5.238,-7.034 -9.215,1.768 -16.795,2.447 -23.635,2.633 4.906,-2.021 9.613,-3.174 14.719,-5.171 5.106,-1.997 10.904,-5.275 15.025,-7.995 4.121,-2.721 6.752,-4.299 9.734,-7.465 2.98,-3.168 6.803,-6.431 9,-10.303 2.199,-3.872 2.539,-8.203 2.662,-12.995 0.123,-4.791 -0.084,-11.514 -1.932,-15.374 -1.846,-3.859 -5.406,-5.03 -8.266,-5.943 -2.861,-0.913 -4.82,1.396 -7.795,1.708 -2.977,0.312 -5.758,2.188 -10.062,0.164 -4.304,-2.024 -9.406,-6.144 -13.758,-12.259 -4.35,-6.116 -7.461,-16.112 -11.896,-23.802 -7.645,-13.256 -17.172,-25.639 -26.283,-37.922 -0.75,-3.029 -1.877,-7.215 -2.252,-11.324 -0.654,-7.16 -0.777,-14.598 1.445,-21.578 1.703,-5.347 4.18,-10.995 9.779,-13.188 2.24,-0.878 5.074,-1.226 7.076,-0.484 2.004,0.741 3.969,3.002 3.182,5.614 -0.865,2.872 -2.855,2.95 -4.207,4.4 -2.295,2.46 -3.213,4.265 -4.08,7.332 2.48,-0.04 5.832,-0.229 7.869,0.307 2.658,0.7 5.133,2.462 6.482,6.228 -3.172,-2.813 -4.748,-4.104 -8.707,-4.204 -1.814,-0.045 -4.018,0.604 -6.025,0.906 -0.75,2.44 -1.191,5.432 -2.25,7.32 -1.059,1.888 -3.121,1.435 -3.895,3.641 -0.774,2.202 -0.819,5.788 -0.429,8.683 z m 27.715,-3.307 c 1.215,0.479 1.678,0.584 3.217,1.755 1.539,1.171 3.662,2.34 4.881,5.138 1.221,2.799 1.164,7.127 0.904,8.89 -1.07,-0.314 -2.529,-0.102 -3.639,-1.051 -1.107,-0.949 -1.768,-3.098 -3.188,-4.018 -1.422,-0.919 -2.607,-0.718 -4.178,-0.917 0.807,2.296 1.199,4.593 0.824,6.675 -0.814,4.545 -3.486,6.847 -7.812,7.391 -1.889,0.237 -4.889,-0.385 -6.533,-0.684 0.762,1.702 2.053,3.193 2.816,4.895 3.658,-0.529 6.369,-0.454 8.336,-1.374 1.967,-0.92 4.076,-2.981 6.6,-3.854 2.525,-0.873 4.777,-0.859 7.539,-1.29 -2.176,1.875 -3.604,3.751 -5.777,5.626 1.594,4.633 3.188,9.265 4.781,13.897 3.379,2.114 6.549,3.228 10.807,5.838 4.26,2.611 9.367,7.281 14.914,9.828 5.547,2.547 8.85,3.933 14.646,5.026 5.795,1.093 10.406,5.787 16.109,6.55 5.703,0.763 16.355,0.917 20.75,0.488 4.99,-0.487 11.473,-3.062 12.055,-8.533 -4.184,1.032 -10.574,0.106 -13.801,-7.767 -1.432,-3.496 -0.73,-9.925 -2.922,-14.059 -2.191,-4.135 -5.246,-5.462 -8.896,-10.556 -3.65,-5.094 -9.621,-13.129 -12.973,-19.954 -3.35,-6.824 -4.139,-14.554 -6.973,-20.669 -2.834,-6.114 -7.109,-11.053 -10.422,-15.766 -7.234,-10.3 -13.068,-17.339 -24.986,-22.535 -5.732,-2.499 -12.258,-3.165 -18.387,-4.748 -2.494,1.117 -5.914,2.351 -6.521,5.268 -0.607,2.917 0.559,7.225 2.676,9.415 3.543,3.661 8.793,7.618 10.857,13.437 1.326,3.734 1.711,16.252 0.562,19.649 -1.192,3.527 -3.963,5.66 -6.266,8.009 z m 1.154,29.629 c -1.107,0.955 -1.951,1.936 -3.732,2.729 -1.779,0.793 -4.209,0.998 -6.57,1.588 3.311,5.154 6.789,10.362 9.961,15.781 3.174,5.418 5.924,11.351 8.953,17.025 -0.143,-3.252 0.049,-6.719 -0.424,-9.758 -0.473,-3.038 -1.85,-5.697 -3.215,-10.258 -1.363,-4.561 -3.041,-10.766 -4.973,-17.107 z M 279.229,113.611 c -0.467,5.07 0.391,12.996 1.441,17.96 1.258,5.942 2.469,9.023 7.291,12.603 8.83,6.555 14.467,5.45 21.26,9.251 3.232,1.809 7.328,4.841 8.523,8.046 1.195,3.205 -0.789,6.685 -3.24,8.053 4.287,0.638 9.094,-4.195 7.088,-9.157 -0.988,-2.442 -5.691,-3.53 -7.133,-5.994 -1.439,-2.463 -1.436,-4.999 -0.758,-7.501 1.225,-4.51 10.148,-8.608 13.301,-12.173 4.852,-5.486 6.715,-10.075 3.967,-17.14 -3.859,-9.925 -18.768,-17.889 -27.691,-21.784 -4.086,-1.783 -6.377,-1.91 -9.564,-2.865 6.525,3.824 13.404,6.87 16.705,15.418 2.756,7.139 0.369,9.829 0.461,16.045 0.043,2.882 3.838,4.323 5.523,6.144 1.467,1.583 1.348,2.758 0.176,4.943 -0.129,-1.971 -0.971,-3.442 -2.484,-4.513 -2.498,-1.771 -5.189,-1.39 -6.52,-5.021 -2.02,-5.52 1.986,-10.748 -2.518,-16.946 -3.369,-4.637 -7.85,-9.827 -13.895,-9.963 -2.861,-0.065 -5.012,0.367 -8.068,1.271 l -4.074,-4.903 -0.094,-0.064 C 270.639,87.758 264.969,81.525 253.344,76.327 241.719,71.13 235.99,70.343 222.661,70.639 c -13.329,0.295 -26.557,1.41 -41.995,14.723 -15.437,13.313 -55.224,64.292 -64.873,70.744 -9.648,6.452 -11.785,8.638 -23.841,8.641 C 79.896,164.75 61.08,147.697 60.343,126.385 59.605,105.072 59.309,97.497 74.124,71.822 88.94,46.146 115.78,38.262 135.694,35.6 c 19.915,-2.662 31.882,4.352 46.613,4.385 14.73,0.034 29.288,-2.509 33.581,-14.224 -2.101,1.251 -4.916,2.661 -12.832,2.246 C 195.14,27.592 184.164,18.427 171.817,12.286 159.47,6.146 145.73,5.427 128.107,5.094 110.484,4.761 88.494,6.108 66.708,17.869 44.922,29.63 30.051,42.109 17.415,65.127 4.779,88.146 2.891,106.94 4.928,134.811 c 2.037,27.871 10.633,48.599 27.184,68.998 16.551,20.399 33.092,30.38 62.918,34.091 l 6.279,-27.696 -11.209,16.086 0.277,-17.891 -10.139,12.581 -4.447,-17.062 -8.214,13.679 -4.08,-19.05 -11.903,9.627 3.768,-15.719 -15.75,1.743 7.235,-10.926 -14.361,0.175 L 40.842,168.86 28.1,166.837 38.26,153.57 22.66,148.945 35.576,136.577 22.823,126.184 32.798,118.426 23.47,106.014 33.42,94.431 29.706,79.135 38.155,71.77 40.67,54.289 50.152,49.527 58.31,35.881 73.389,34.28 l 7.44,-12.274 15.145,0.771 14.312,-7.779 14.843,3.457 16.86,-5.092 12.487,2.926 16.296,2.395 15.733,12.58 -24.133,-8.424 -12.14,5.821 -10.035,-6.125 -6.909,4.693 -12.225,1.224 -10.963,-0.708 -7.992,9.756 -16.291,0.168 -5.811,13.143 -14.486,5.082 -1.355,15.107 -10.388,8.138 3.461,14.216 -8.971,14.765 6.882,12.915 -6.773,11.82 9.011,5.88 -2.044,18.998 12.532,3.158 2.823,14.093 13.656,-1.419 8.484,9.656 10.486,-10.239 c 19.116,-9.532 26.988,-14.864 41.886,-30.977 16.959,-18.343 26.679,-35.302 49.269,-47.861 16.202,-9.008 29.417,-12.25 47.617,-9.105 17.088,2.952 22.81,13.202 35.395,24 1.334,-2.415 1.605,-3.055 3.803,-4.833 -0.69,3.136 -1.786,6.389 -2.065,9.405 z"
         inkscape:connector-curvature="0" />
    </g>
    <flowRoot
       style="font-size:11.5870676px;font-family:sans;-inkscape-font-specification:sans"
       transform="matrix(1.035038,0,0,1.036237,134.20523,16.98422)"
       id="flowRoot3230"
       xml:space="preserve"><flowRegion
         id="flowRegion3232"><rect
           style="font-size:11.5870676px;font-family:sans;-inkscape-font-specification:sans"
           y="529.81024"
           x="33.23402"
           height="407.66443"
           width="405.5791"
           id="rect3234" /></flowRegion><flowPara
         id="flowPara3236"><flowSpan
   id="flowSpan3238"
   style="font-weight:bold;font-family:sans;-inkscape-font-specification:sans">This CD contains a complete multifunctional operating system for your PC.</flowSpan> It can be run directly from the CD without installation or change of any sort to your computer.</flowPara><flowPara
         id="flowPara3240"
         style="font-size:7.72471189px;font-weight:bold;font-family:sans;-inkscape-font-specification:sans" /><flowPara
         style="font-size:12.55265713px;font-weight:bold;font-family:sans;-inkscape-font-specification:sans"
         id="flowPara3242">Includes preconfigured software for:</flowPara><flowPara
         style="font-size:12.55265713px;text-align:start;text-anchor:start;font-family:sans;-inkscape-font-specification:sans"
         id="flowPara3244">    Internet browsing and emailing</flowPara><flowPara
         style="font-size:12.55265713px;text-align:start;text-anchor:start;font-family:sans;-inkscape-font-specification:sans"
         id="flowPara3246">    Listening to music and watching films</flowPara><flowPara
         style="font-size:12.55265713px;text-align:start;text-anchor:start;font-family:sans;-inkscape-font-specification:sans"
         id="flowPara3248">    Word-processing, spreadsheets, presentations and more</flowPara><flowPara
         style="font-size:12.55265713px;text-align:start;text-anchor:start;font-family:sans;-inkscape-font-specification:sans"
         id="flowPara3250">    Playing 2D and 3D games</flowPara><flowPara
         style="font-size:12.55265713px;text-align:start;text-anchor:start;font-family:sans;-inkscape-font-specification:sans"
         id="flowPara3252">    Copying and burning CDs/DVDs</flowPara><flowPara
         style="font-size:12.55265713px;text-align:start;text-anchor:start;font-family:sans;-inkscape-font-specification:sans"
         id="flowPara3254">    Enhanced graphics design and photo manipulation</flowPara><flowPara
         style="font-size:12.55265713px;text-align:start;text-anchor:start;font-family:sans;-inkscape-font-specification:sans"
         id="flowPara3256">    Complete personalisation and configuration of your desktop</flowPara><flowPara
         style="font-size:12.55265713px;text-align:start;text-anchor:start;font-family:sans;-inkscape-font-specification:sans"
         id="flowPara3258">    Near immunity from viruses and adware</flowPara><flowPara
         id="flowPara3260" /><flowPara
         style="font-weight:bold;font-family:sans;-inkscape-font-specification:sans"
         id="flowPara3262">Instructions for use:</flowPara><flowPara
         id="flowPara3264">1. Place the CD in your drive and switch off your computer</flowPara><flowPara
         id="flowPara3266">2. Turn on your computer and await the start-up menu to appear*</flowPara><flowPara
         id="flowPara3268">3. Choose to 'boot' from CD (often highlighted by default)</flowPara><flowPara
         id="flowPara3270">4. Wait for your system to start up</flowPara><flowPara
         id="flowPara3272">6. Have fun exploring the desktop</flowPara><flowPara
         id="flowPara3274">7. To install permanently, find the install shortcut on the dektop</flowPara><flowPara
         style="font-size:10px;font-family:sans;-inkscape-font-specification:sans"
         id="flowPara3276">*If the start-up menu does not appear then your computer may not be set to 'boot' from CD. Refer to your computer's manual or contact support.</flowPara><flowPara
         id="flowPara3278" /><flowPara
         id="flowPara3280"
         style="font-weight:normal;font-family:sans;-inkscape-font-specification:sans">This CD contains Free Software. It is provided without guarantee.</flowPara><flowPara
         id="flowPara3282"
         style="font-size:6px;font-weight:normal;fill:#ffffff;font-family:sans;-inkscape-font-specification:sans">d</flowPara><flowPara
         id="flowPara3284"
         style="font-weight:bold;font-family:sans;-inkscape-font-specification:sans">For help and support visi<flowSpan
   id="flowSpan3286"
   style="text-align:center;text-anchor:middle"><flowSpan
     id="flowSpan3288"
     style="text-align:end;text-anchor:end">t http://l.fsfe.org/support-guide. </flowSpan></flowSpan></flowPara></flowRoot>    <g
       transform="translate(1.292893,538)"
       id="g3305">
      <path
         sodipodi:type="arc"
         style="fill:#000000;fill-opacity:1;stroke:none"
         id="path3307"
         sodipodi:cx="85.559921"
         sodipodi:cy="141.60864"
         sodipodi:rx="2.8284271"
         sodipodi:ry="2.8284271"
         d="m 88.388348,141.60864 c 0,1.5621 -1.26633,2.82843 -2.828427,2.82843 -1.562097,0 -2.828427,-1.26633 -2.828427,-2.82843 0,-1.56209 1.26633,-2.82842 2.828427,-2.82842 1.562097,0 2.828427,1.26633 2.828427,2.82842 z"
         transform="translate(86,-28.353546)" />
      <path
         transform="translate(86,84.939334)"
         d="m 88.388348,141.60864 c 0,1.5621 -1.26633,2.82843 -2.828427,2.82843 -1.562097,0 -2.828427,-1.26633 -2.828427,-2.82843 0,-1.56209 1.26633,-2.82842 2.828427,-2.82842 1.562097,0 2.828427,1.26633 2.828427,2.82842 z"
         sodipodi:ry="2.8284271"
         sodipodi:rx="2.8284271"
         sodipodi:cy="141.60864"
         sodipodi:cx="85.559921"
         id="path3309"
         style="fill:#000000;fill-opacity:1;stroke:none"
         sodipodi:type="arc" />
      <path
         sodipodi:type="arc"
         style="fill:#000000;fill-opacity:1;stroke:none"
         id="path3311"
         sodipodi:cx="85.559921"
         sodipodi:cy="141.60864"
         sodipodi:rx="2.8284271"
         sodipodi:ry="2.8284271"
         d="m 88.388348,141.60864 c 0,1.5621 -1.26633,2.82843 -2.828427,2.82843 -1.562097,0 -2.828427,-1.26633 -2.828427,-2.82843 0,-1.56209 1.26633,-2.82842 2.828427,-2.82842 1.562097,0 2.828427,1.26633 2.828427,2.82842 z"
         transform="translate(86,68.754608)" />
      <path
         transform="translate(86,52.569916)"
         d="m 88.388348,141.60864 c 0,1.5621 -1.26633,2.82843 -2.828427,2.82843 -1.562097,0 -2.828427,-1.26633 -2.828427,-2.82843 0,-1.56209 1.26633,-2.82842 2.828427,-2.82842 1.562097,0 2.828427,1.26633 2.828427,2.82842 z"
         sodipodi:ry="2.8284271"
         sodipodi:rx="2.8284271"
         sodipodi:cy="141.60864"
         sodipodi:cx="85.559921"
         id="path3313"
         style="fill:#000000;fill-opacity:1;stroke:none"
         sodipodi:type="arc" />
      <path
         sodipodi:type="arc"
         style="fill:#000000;fill-opacity:1;stroke:none"
         id="path3315"
         sodipodi:cx="85.559921"
         sodipodi:cy="141.60864"
         sodipodi:rx="2.8284271"
         sodipodi:ry="2.8284271"
         d="m 88.388348,141.60864 c 0,1.5621 -1.26633,2.82843 -2.828427,2.82843 -1.562097,0 -2.828427,-1.26633 -2.828427,-2.82843 0,-1.56209 1.26633,-2.82842 2.828427,-2.82842 1.562097,0 2.828427,1.26633 2.828427,2.82842 z"
         transform="translate(86,36.385224)" />
      <path
         transform="translate(86,20.200531)"
         d="m 88.388348,141.60864 c 0,1.5621 -1.26633,2.82843 -2.828427,2.82843 -1.562097,0 -2.828427,-1.26633 -2.828427,-2.82843 0,-1.56209 1.26633,-2.82842 2.828427,-2.82842 1.562097,0 2.828427,1.26633 2.828427,2.82842 z"
         sodipodi:ry="2.8284271"
         sodipodi:rx="2.8284271"
         sodipodi:cy="141.60864"
         sodipodi:cx="85.559921"
         id="path3317"
         style="fill:#000000;fill-opacity:1;stroke:none"
         sodipodi:type="arc" />
      <path
         sodipodi:type="arc"
         style="fill:#000000;fill-opacity:1;stroke:none"
         id="path3319"
         sodipodi:cx="85.559921"
         sodipodi:cy="141.60864"
         sodipodi:rx="2.8284271"
         sodipodi:ry="2.8284271"
         d="m 88.388348,141.60864 c 0,1.5621 -1.26633,2.82843 -2.828427,2.82843 -1.562097,0 -2.828427,-1.26633 -2.828427,-2.82843 0,-1.56209 1.26633,-2.82842 2.828427,-2.82842 1.562097,0 2.828427,1.26633 2.828427,2.82842 z"
         transform="translate(86,4.0158389)" />
      <path
         transform="translate(86,-12.168854)"
         d="m 88.388348,141.60864 c 0,1.5621 -1.26633,2.82843 -2.828427,2.82843 -1.562097,0 -2.828427,-1.26633 -2.828427,-2.82843 0,-1.56209 1.26633,-2.82842 2.828427,-2.82842 1.562097,0 2.828427,1.26633 2.828427,2.82842 z"
         sodipodi:ry="2.8284271"
         sodipodi:rx="2.8284271"
         sodipodi:cy="141.60864"
         sodipodi:cx="85.559921"
         id="path3321"
         style="fill:#000000;fill-opacity:1;stroke:none"
         sodipodi:type="arc" />
    </g>
    <g
       id="g3540"
       style="opacity:0.2;fill:#ffffff;fill-opacity:1"
       transform="matrix(0.36362408,0,0,0.36362408,274.83846,142.36576)">
      <g
         id="g3542"
         style="fill:#ffffff;fill-opacity:1">
        <path
           id="path3544"
           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd"
           d="m 101.454,311.936 c -2.591,4.646 -8.661,5.387 -11.495,4.451 -4.721,-1.56 -10.755,-2.642 -16.6,1.523 -5.845,4.164 -12.157,1.015 -11.05,-6.576 1.107,-7.59 3.849,-14.351 11.127,-18.538 15.895,-9.144 4.848,-15.508 13.572,-24.685 8.741,-9.195 6.81,-12.009 6.52,-24.497 C 63.985,239.176 47.241,230.661 28.544,207.301 9.847,183.94 2.599,164.711 0.661,135.423 -1.277,106.135 0.403,87.154 13.057,62.843 25.711,38.532 39.034,26.829 62.122,14.69 85.21,2.553 107.832,-0.354 128.742,0 c 20.91,0.353 34.843,1.885 46.658,8.626 11.814,6.741 22.622,15.224 29.512,15.285 6.891,0.061 11.582,-1.744 14.931,-4.31 0.894,22.703 -19.539,24.675 -37.819,25.155 -18.281,0.479 -29.514,-7.083 -46.351,-4.27 -16.837,2.813 -44.404,10.475 -57.833,33.85 -13.429,23.375 -13.887,31.638 -12.771,51.24 1.116,19.603 17.988,34.228 27.512,34.387 9.523,0.159 11.649,-2.599 19.985,-8.036 8.337,-5.438 50.896,-58.122 65.418,-69.956 14.523,-11.834 28.854,-15.488 44.328,-15.678 15.474,-0.19 19.428,0.335 31.908,5.45 12.48,5.114 20.149,14.533 30.211,20.291 5.143,-3.027 8.338,-7.547 13.057,-10.996 16.877,-12.335 25.646,-15.659 45.705,-13.707 11.529,1.122 26.066,7.708 34.74,15.25 15.445,13.429 28.205,32.125 38.516,46.328 8.029,11.061 17.477,24.295 30.965,28.432 14.727,4.515 25.809,-14.559 27.436,-25.139 0.922,-5.995 2.125,-11.249 2.135,-17.847 0.01,-6.599 -0.664,-14.607 -2.566,-21.484 -1.902,-6.877 -5.16,-13.72 -8.688,-19.394 -5.742,-9.235 -15.137,-18.899 -24.912,-23.871 -5.486,-2.79 -18.393,-7.863 -26.529,-8.041 -9.969,-0.216 -17.564,3.133 -26.781,3.761 -11.156,0.761 -31.084,3.269 -39.83,-5.35 -5.566,-5.485 -6.266,-9.144 -7.217,-16.296 2.459,2.026 5.898,3.358 8.959,3.617 6.986,0.59 13.527,-5.114 19.166,-8.419 4.645,-2.723 11.223,-7.589 17.324,-10.048 15.676,-6.32 34.932,-6.138 51.48,-4.445 13.264,1.356 30.461,7.257 42.094,13.84 11.688,6.612 22.951,17.761 31.201,28.271 10.379,13.224 16.053,24.57 19.812,41.063 4.805,21.062 6.137,52.702 0.328,73.469 -4.578,16.365 -19.779,41.504 -32.719,53.827 -12.762,12.155 -27.498,18.022 -44.256,21.231 0.656,3.382 0.764,6.536 1.631,9.309 1.232,3.936 3.588,8.324 8.428,6.936 1.93,-0.553 2.963,-1.032 5.508,1.194 2.543,2.226 1.219,10.825 -5.938,14.684 -3.629,1.957 -7.459,2.382 -13.271,2.498 -5.812,0.116 -14.883,0.141 -21.193,-0.964 -6.309,-1.104 -10.078,-6.111 -17.066,-6.895 -10.799,-1.208 -19.068,-9.01 -27.727,-14.59 -3.613,-2.329 -4.832,-2.353 -6.914,-3.53 1.125,3.444 2.625,7.021 3.373,10.332 0.75,3.311 0.43,6.378 0.828,9.028 0.396,2.648 1.131,4.707 1.559,6.855 1.73,1.547 2.283,3.9 5.189,4.64 2.908,0.739 7.461,-0.412 10.436,-0.812 2.975,-0.4 4.969,-2.021 7.303,-1.577 2.336,0.443 4.549,2.115 6.506,3.682 1.957,1.567 3.639,1.796 5.223,5.706 1.584,3.91 3.037,11.917 3.254,17.269 0.217,5.352 -0.383,10.183 -1.969,14.43 -1.586,4.247 -2.98,6.13 -7.275,10.336 -4.295,4.207 -11.289,10.38 -18.268,14.68 1.285,1.903 1.855,3.645 3.859,5.71 2.004,2.066 6.182,4.381 8.041,6.56 1.857,2.179 2.799,3.742 2.826,6.186 0.029,2.443 -0.09,5.619 -2.074,8.283 -4.941,6.633 -10.785,7.821 -17.891,10.941 1.195,7.462 2.17,12.793 0.443,20.244 -0.705,3.036 -2.271,9.92 -6.016,11.686 -3.746,1.766 -10.969,0.911 -15.541,1.637 -4.572,0.727 -7.131,1.417 -10.695,2.125 -2.166,3.131 -5.391,6.586 -6.496,9.392 -1.107,2.807 -0.773,3.813 0.156,6.679 0.929,2.866 4.092,7.039 4.988,10.395 0.896,3.356 1.07,6.969 0.234,10.334 -0.838,3.365 -2.271,5.807 -5.139,8.795 -2.867,2.989 -8.508,5.336 -11.318,7.758 -2.812,2.423 -5.611,2.714 -4.844,6.723 1.055,5.506 9.1,14.436 14.92,16.562 3.488,1.275 8.17,0.873 12.406,-0.915 -0.287,4.703 -4.357,7.873 -7.016,10.996 7.201,-2.059 14.184,-6.001 19.014,-11.226 -1.498,4.538 -6.652,11.823 -14.361,18.22 -7.709,6.397 -7.662,5.088 -11.494,7.633 6.992,1.405 13.494,1.025 18.91,0.052 -2.969,1.637 -7.836,3.939 -14.283,4.616 -6.447,0.676 -10.422,0.198 -16.232,-1.213 -5.811,-1.412 -11.115,-6.694 -18.156,-10.335 0.686,2.612 1.174,5.753 4.135,8.439 2.961,2.686 7.441,4.052 12.203,6.375 -6.062,-0.688 -12.432,-0.896 -18.389,-2.209 -4.41,-0.973 -7.373,-2.005 -10.6,-3.603 -3.225,-1.598 -5.715,-3.929 -8.572,-5.893 1.369,2.615 1.775,5.691 4.105,7.847 2.33,2.156 6.117,2.959 9.18,4.44 -3.195,-0.07 -6.268,0.623 -9.58,-0.21 -3.314,-0.833 -6.422,-2.142 -9.867,-4.68 -3.445,-2.538 -6.998,-5.663 -9.938,-8.858 -2.938,-3.195 -6.566,-7.337 -7.664,-10.283 -1.1,-2.947 0.66,-5.008 0.99,-7.509 -2.029,1.333 -4.525,2.067 -6.084,4.002 -1.559,1.935 -2.941,3.702 -2.251,7.075 0.691,3.373 3.804,7.496 6.005,11.248 -6.568,-5.371 -10.236,-7.439 -11.799,-13.918 -1.463,-6.066 2.322,-11.572 5.199,-16.159 1.429,-2.278 3.567,-4.398 4.903,-6.597 -2.967,-2.903 -6.358,-5.398 -8.901,-8.709 -2.542,-3.31 -3.61,-7.79 -6.205,-10.957 -2.596,-3.168 -6.088,-5.173 -9.129,-7.756 2.673,5.742 7.066,12.785 8.02,17.229 0.953,4.444 -1.069,7.164 -2.646,9.563 -1.578,2.399 -4.124,2.934 -6.539,4.408 -2.415,1.475 -6.171,0.312 -7.61,2.501 -1.438,2.188 -1.824,5.48 -0.449,7.648 l 5.64,8.902 c -2.078,-1.049 -5.658,-4.1 -7.272,-6.264 -1.614,-2.164 -4.09,-4.163 -4.429,-7.089 -0.339,-2.925 -0.504,-5.464 1.391,-8.07 1.896,-2.605 7.086,-3.477 9.409,-5.48 2.323,-2.003 3.626,-3.307 3.493,-5.896 -0.132,-2.589 -2.661,-4.441 -4.835,-6.073 -6.637,-4.978 -15.151,-9.565 -20.787,-15.565 -3.184,-3.39 -4.712,-6.127 -5.352,-8.466 -0.639,-2.338 0.037,-4.162 1.619,-7.038 1.582,-2.877 7.007,-6.718 7.667,-9.843 0.659,-3.124 -2.081,-3.795 -4.554,-4.897 -2.473,-1.102 -7.17,0.565 -9.464,-1.352 -2.293,-1.917 0.674,-5.945 -1.911,-8.154 -2.584,-2.209 -8.499,-0.976 -11.552,-3.352 -3.053,-2.377 -4.315,-5.327 -5.367,-8.775 -1.052,-3.448 -1.171,-7.225 -0.458,-9.722 0.713,-2.497 2.855,-2.934 4.147,-4.228 1.292,-1.294 2.413,-2.367 0.691,-4.297 -1.722,-1.929 -7.365,0.108 -10.609,-2.369 -3.244,-2.477 -1.258,-8.41 -3.552,-10.911 -2.293,-2.501 -6.409,-1.522 -8.581,-2.321 -2.171,-0.799 -3.023,2.02 -4.355,-2.438 -1.332,-4.459 -1.368,-17.75 -3.16,-22.71 -1.792,-4.96 -5.311,-0.335 -6.945,-5.265 -1.634,-4.929 -0.085,-12.812 -0.821,-20.257 l -3.335,-20.257 c -11.634,7.815 -48.316,17.865 -51.49,23.554 z"
           inkscape:connector-curvature="0" />
      </g>
    </g>
    <g
       style="opacity:0.20000000000000001;fill:#072b61;fill-opacity:1"
       id="g3548"
       transform="matrix(0.36362408,0,0,0.36362408,274.84371,142.2897)">
      <path
         inkscape:connector-curvature="0"
         d="m 112.993,304.372 c -3.634,0.247 -8.365,1.875 -11.539,7.564 -2.591,4.646 -8.661,5.387 -11.495,4.451 -4.721,-1.56 -10.755,-2.642 -16.6,1.523 -5.845,4.164 -12.157,1.015 -11.05,-6.576 1.107,-7.59 3.849,-14.351 11.127,-18.538 15.895,-9.144 4.848,-15.508 13.572,-24.685 8.741,-9.195 6.81,-12.009 6.52,-24.497 C 63.985,239.176 47.241,230.661 28.544,207.301 9.847,183.94 2.599,164.711 0.661,135.423 -1.277,106.135 0.403,87.154 13.057,62.843 25.711,38.532 39.034,26.829 62.122,14.69 85.21,2.553 107.832,-0.354 128.742,0 c 20.91,0.353 34.843,1.885 46.658,8.626 11.814,6.741 22.622,15.224 29.512,15.285 6.891,0.061 11.582,-1.744 14.931,-4.31 0.894,22.703 -19.539,24.675 -37.819,25.155 -18.281,0.479 -29.514,-7.083 -46.351,-4.27 -16.837,2.813 -44.404,10.475 -57.833,33.85 -13.429,23.375 -13.887,31.638 -12.771,51.24 1.116,19.603 17.988,34.228 27.512,34.387 9.523,0.159 11.649,-2.599 19.985,-8.036 8.337,-5.438 50.896,-58.122 65.418,-69.956 14.523,-11.834 28.854,-15.488 44.328,-15.678 15.474,-0.19 19.428,0.335 31.908,5.45 12.48,5.114 20.149,14.533 30.211,20.291 5.143,-3.027 8.338,-7.547 13.057,-10.996 16.877,-12.335 25.646,-15.659 45.705,-13.707 11.529,1.122 26.066,7.708 34.74,15.25 15.445,13.429 28.205,32.125 38.516,46.328 8.029,11.061 17.477,24.295 30.965,28.432 14.727,4.515 25.809,-14.559 27.436,-25.139 0.922,-5.995 2.125,-11.249 2.135,-17.847 0.01,-6.599 -0.664,-14.607 -2.566,-21.484 -1.902,-6.877 -5.16,-13.72 -8.688,-19.394 -5.742,-9.235 -15.137,-18.899 -24.912,-23.871 -5.486,-2.79 -18.393,-7.863 -26.529,-8.041 -9.969,-0.216 -17.564,3.133 -26.781,3.761 -11.156,0.761 -31.084,3.269 -39.83,-5.35 -5.566,-5.485 -6.266,-9.144 -7.217,-16.296 2.459,2.026 5.898,3.358 8.959,3.617 6.986,0.59 13.527,-5.114 19.166,-8.419 4.645,-2.723 11.223,-7.589 17.324,-10.048 15.676,-6.32 34.932,-6.138 51.48,-4.445 13.264,1.356 30.461,7.257 42.094,13.84 11.688,6.612 22.951,17.761 31.201,28.271 10.379,13.224 16.053,24.57 19.812,41.063 4.805,21.062 6.137,52.702 0.328,73.469 -4.578,16.365 -19.779,41.504 -32.719,53.827 -12.762,12.155 -27.498,18.022 -44.256,21.231 0.656,3.382 0.764,6.536 1.631,9.309 1.232,3.936 3.588,8.324 8.428,6.936 1.93,-0.553 2.963,-1.032 5.508,1.194 2.543,2.226 1.219,10.825 -5.938,14.684 -3.629,1.957 -7.459,2.382 -13.271,2.498 -5.812,0.116 -14.883,0.141 -21.193,-0.964 -6.309,-1.104 -10.078,-6.111 -17.066,-6.895 -10.799,-1.208 -19.068,-9.01 -27.727,-14.59 -3.613,-2.329 -4.832,-2.353 -6.914,-3.53 1.125,3.444 2.625,7.021 3.373,10.332 0.75,3.311 0.43,6.378 0.828,9.028 0.396,2.648 1.131,4.707 1.559,6.855 1.73,1.547 2.283,3.9 5.189,4.64 2.908,0.739 7.461,-0.412 10.436,-0.812 2.975,-0.4 4.969,-2.021 7.303,-1.577 2.336,0.443 4.549,2.115 6.506,3.682 1.957,1.567 3.639,1.796 5.223,5.706 1.584,3.91 3.037,11.917 3.254,17.269 0.217,5.352 -0.383,10.183 -1.969,14.43 -1.586,4.247 -2.98,6.13 -7.275,10.336 -4.295,4.207 -11.289,10.38 -18.268,14.68 1.285,1.903 1.855,3.645 3.859,5.71 2.004,2.066 6.182,4.381 8.041,6.56 1.857,2.179 2.799,3.742 2.826,6.186 0.029,2.443 -0.09,5.619 -2.074,8.283 -4.941,6.633 -10.785,7.821 -17.891,10.941 1.195,7.462 2.17,12.793 0.443,20.244 -0.705,3.036 -2.271,9.92 -6.016,11.686 -3.746,1.766 -10.969,0.911 -15.541,1.637 -4.572,0.727 -7.131,1.417 -10.695,2.125 -2.166,3.131 -5.391,6.586 -6.496,9.392 -1.107,2.807 -0.773,3.813 0.156,6.679 0.929,2.866 4.092,7.039 4.988,10.395 0.896,3.356 1.07,6.969 0.234,10.334 -0.838,3.365 -2.271,5.807 -5.139,8.795 -2.867,2.989 -8.508,5.336 -11.318,7.758 -2.812,2.423 -5.611,2.714 -4.844,6.723 1.055,5.506 9.1,14.436 14.92,16.562 3.488,1.275 8.17,0.873 12.406,-0.915 -0.287,4.703 -4.357,7.873 -7.016,10.996 7.201,-2.059 14.184,-6.001 19.014,-11.226 -1.498,4.538 -6.652,11.823 -14.361,18.22 -7.709,6.397 -7.662,5.088 -11.494,7.633 6.992,1.405 13.494,1.025 18.91,0.052 -2.969,1.637 -7.836,3.939 -14.283,4.616 -6.447,0.676 -10.422,0.198 -16.232,-1.213 -5.811,-1.412 -11.115,-6.694 -18.156,-10.335 0.686,2.612 1.174,5.753 4.135,8.439 2.961,2.686 7.441,4.052 12.203,6.375 -6.062,-0.688 -12.432,-0.896 -18.389,-2.209 -4.41,-0.973 -7.373,-2.005 -10.6,-3.603 -3.225,-1.598 -5.715,-3.929 -8.572,-5.893 1.369,2.615 1.775,5.691 4.105,7.847 2.33,2.156 6.117,2.959 9.18,4.44 -3.195,-0.07 -6.268,0.623 -9.58,-0.21 -3.314,-0.833 -6.422,-2.142 -9.867,-4.68 -3.445,-2.538 -6.998,-5.663 -9.938,-8.858 -2.938,-3.195 -6.566,-7.337 -7.664,-10.283 -1.1,-2.947 0.66,-5.008 0.99,-7.509 -2.029,1.333 -4.525,2.067 -6.084,4.002 -1.559,1.935 -2.941,3.702 -2.251,7.075 0.691,3.373 3.804,7.496 6.005,11.248 -6.568,-5.371 -10.236,-7.439 -11.799,-13.918 -1.463,-6.066 2.322,-11.572 5.199,-16.159 1.429,-2.278 3.567,-4.398 4.903,-6.597 -2.967,-2.903 -6.358,-5.398 -8.901,-8.709 -2.542,-3.31 -3.61,-7.79 -6.205,-10.957 -2.596,-3.168 -6.088,-5.173 -9.129,-7.756 2.673,5.742 7.066,12.785 8.02,17.229 0.953,4.444 -1.069,7.164 -2.646,9.563 -1.578,2.399 -4.124,2.934 -6.539,4.408 -2.415,1.475 -6.171,0.312 -7.61,2.501 -1.438,2.188 -1.824,5.48 -0.449,7.648 l 5.64,8.902 c -2.078,-1.049 -5.658,-4.1 -7.272,-6.264 -1.614,-2.164 -4.09,-4.163 -4.429,-7.089 -0.339,-2.925 -0.504,-5.464 1.391,-8.07 1.896,-2.605 7.086,-3.477 9.409,-5.48 2.323,-2.003 3.626,-3.307 3.493,-5.896 -0.132,-2.589 -2.661,-4.441 -4.835,-6.073 -6.637,-4.978 -15.151,-9.565 -20.787,-15.565 -3.184,-3.39 -4.712,-6.127 -5.352,-8.466 -0.639,-2.338 0.037,-4.162 1.619,-7.038 1.582,-2.877 7.007,-6.718 7.667,-9.843 0.659,-3.124 -2.081,-3.795 -4.554,-4.897 -2.473,-1.102 -7.17,0.565 -9.464,-1.352 -2.293,-1.917 0.674,-5.945 -1.911,-8.154 -2.584,-2.209 -8.499,-0.976 -11.552,-3.352 -3.053,-2.377 -4.315,-5.327 -5.367,-8.775 -1.052,-3.448 -1.171,-7.225 -0.458,-9.722 0.713,-2.497 2.855,-2.934 4.147,-4.228 1.292,-1.294 2.413,-2.367 0.691,-4.297 -1.722,-1.929 -7.365,0.108 -10.609,-2.369 -3.244,-2.477 -1.258,-8.41 -3.552,-10.911 -2.293,-2.501 -6.409,-1.522 -8.581,-2.321 -2.171,-0.799 -3.023,2.02 -4.355,-2.438 -1.332,-4.459 -1.368,-17.75 -3.16,-22.71 -1.792,-4.96 -5.311,-0.335 -6.945,-5.265 -1.634,-4.929 -0.085,-12.812 -0.821,-20.257 l -3.335,-20.257 c -11.634,7.815 -19.314,10.269 -31.813,12.477 -1.043,30.582 -3.916,48.591 6.464,82.52 10.38,33.928 31.387,53.924 59.726,82.649 -37.395,-28.016 -55.248,-50.792 -66.422,-79.97 -11.176,-29.182 -9.03,-53.586 -7.906,-81.686 z M 311.701,292.08 c 2.877,0.129 6.373,0.859 8.393,2.171 2.021,1.312 4.166,2.384 6,4.251 4.576,4.66 8.008,10.28 9.525,16.738 0.967,4.117 1.111,9.397 1.463,14.231 -1.385,-4.468 -2.316,-9.127 -4.289,-13.13 -3.111,-6.312 -8.396,-12.473 -14.959,-15.31 -2.166,-0.938 -3.611,-0.764 -4.803,-0.598 0.533,0.895 1.426,1.645 1.465,2.956 0.039,1.311 -0.254,3.876 -2.477,4.954 -3.584,1.739 -7.568,0.516 -10.336,-1.931 -2.791,-2.466 -3.742,-6.638 -2.281,-10.223 1.741,-4.272 8.375,-4.283 12.299,-4.109 z M 275.629,286 c 0.361,-7.345 3.012,-13.539 9.594,-17.141 3.404,-1.862 8.648,-4.27 13.467,-4.836 4.629,-0.543 15.889,-0.146 22.662,2.945 5.201,2.374 8.744,6.07 13.311,8.771 4.566,2.702 7.814,4.513 12.162,7.543 6.674,4.651 10.586,9.772 15.213,12.842 2.225,1.475 5.355,1.256 8.309,2.158 -2.297,0.682 -5.299,1.434 -7.777,0.642 -3.09,-0.988 -7.41,-3.813 -9.807,-5.838 -4.236,-3.578 -6.432,-5.324 -11.055,-8.023 -2.76,-1.608 -7.305,-3.503 -10.338,-5.481 -3.035,-1.978 -8.303,-6.318 -11.219,-7.787 -3.707,-1.866 -10.381,-2.904 -14.508,-2.783 -5.686,0.166 -13.916,1.104 -18.316,5.096 -4.371,3.968 -6.031,7.459 -5.045,12.612 1.646,-1.896 2.742,-4.278 4.391,-5.688 3.416,-2.918 7.336,-3.059 11.588,-2.506 4.777,0.622 7.182,3.381 8.76,7.916 -1.062,-0.78 -3.014,-2.493 -4.555,-3.024 -3.617,-1.248 -6.352,-0.864 -9.74,0.953 -4,2.146 -2.912,5.322 -3.488,8.854 -0.264,1.629 -0.879,2.941 -1.318,4.412 -1.504,-0.398 -2.895,-1.024 -4.033,-2.152 0.047,1.65 -0.193,3.093 0.145,4.949 0.336,1.855 1.24,4.059 1.859,6.088 -2.785,-2.786 -5.635,-5.38 -7.434,-8.977 -1.801,-3.599 -3.021,-7.593 -2.828,-11.545 z m 4.82,-53.46 c 2.053,-3.047 2.654,-7.721 3.92,-11.521 -0.506,4.813 0.467,10.106 -1.883,13.592 -2.35,3.486 -6.477,2.875 -9.896,3.889 2.66,-2.028 5.805,-2.913 7.859,-5.96 z m -49.151,71.368 c 2.636,-2.134 9.75,-0.428 15.071,-0.047 -3.824,0.979 -7.648,1.959 -11.472,2.938 -0.356,1.301 -0.195,2.792 -1.068,3.901 -0.874,1.11 -2.534,1.521 -3.8,2.28 0.125,-3.418 -1.367,-6.939 1.269,-9.072 z m 37.491,-148.22 c 3.176,1.71 7.207,3.971 10.012,4.041 2.805,0.07 3.539,-1.834 5.189,-2.933 2.596,8.465 5.576,17.766 9.996,25.447 1.852,3.218 3.033,1.722 4.441,4.956 1.406,3.233 2.031,9.812 3.365,13.943 1.336,4.131 3.078,7.171 4.617,10.756 -3.908,-5.537 -8.957,-12.597 -11.135,-17.205 -2.176,-4.607 -0.783,-5.008 -2.545,-9.396 -1.762,-4.388 -5.324,-11.228 -7.986,-16.842 -1.906,0.253 -4.266,0.6 -5.715,0.153 -1.449,-0.447 -1.16,-1.988 -2.469,-2.984 -1.311,-0.996 -3.514,-0.61 -5.35,-2.2 -1.836,-1.589 -2.254,-4.85 -2.42,-7.736 z m -17.101,41.769 c 2.989,-0.262 6.701,0.539 9.5,0.38 2.799,-0.159 4.797,-0.885 7.196,-1.328 -0.445,-4.216 -0.023,-11.962 -3.915,-14.777 -2.514,-1.818 -12.839,-0.449 -15.597,0.146 -6.206,1.338 -13.433,5.042 -19.435,7.358 5.752,-4.018 10.721,-7.742 17.62,-9.816 4.147,-1.247 13.825,-2.868 18.105,-1.712 1.954,0.527 2.349,1.336 3.534,2.992 4.074,5.688 4.062,10.604 5.119,17.23 1.039,1.619 2.146,2.699 2.988,4.369 0.84,1.67 1.316,4.298 1.551,6.446 -1.066,-1.546 -0.414,-3.485 -3.367,-4.636 -2.955,-1.151 -7.479,-0.076 -11.46,0.34 2.902,2.094 4.344,4.111 4.455,8.538 0.13,5.198 -4.271,8.939 -8.866,9.295 -6.379,0.495 -9.668,-0.906 -12.248,-6.358 -1.13,-2.388 -0.311,-5.261 -0.405,-7.589 -7.665,0.533 -7.54,0.283 -13.142,4.954 3.045,4.461 4.963,7.026 9.995,9.695 2.822,1.498 6.017,2.954 9.514,3.549 3.498,0.595 9.235,1.17 12.909,0.606 3.675,-0.564 5.757,-1.613 8.481,-4.132 2.725,-2.52 2.975,-6.128 4.039,-8.98 -0.242,2.745 -0.557,6.241 -1.576,8.232 -3.1,6.053 -8.461,7.847 -14.862,7.867 -6.144,0.02 -13.744,-1.397 -19.46,-3.767 -4.57,-1.894 -12.146,-7.258 -13.944,-11.918 -1.229,-3.184 -0.256,-7.091 -0.385,-10.637 6.328,-4.208 7.894,-3.173 15.381,-4.405 3.132,-0.516 5.286,-1.679 8.275,-1.942 z m -36.861,-28.501 c 0.178,-2.521 0.457,-2.467 0.686,-3.701 -5.765,-1.542 -8.077,2.198 -11.457,9.144 -1.265,2.599 -0.013,4.146 -1.37,5.857 -1.355,1.711 -3.539,1.471 -5.74,3.114 -2.201,1.642 -4.382,4.787 -6.44,6.488 -4.223,3.491 -9.931,5.622 -14.829,7.971 3.345,-2.468 9.836,-6.211 11.936,-9.797 1.114,-1.901 0.949,-5.486 2.683,-7.195 1.733,-1.71 2.34,-2.893 4.578,-3.329 2.238,-0.436 1.338,-3.03 2.06,-5.092 0.722,-2.062 2.16,-3.526 3.69,-5.586 1.53,-2.06 3.46,-5.153 6.481,-6.276 3.021,-1.124 7.732,0.091 10.019,-0.556 2.286,-0.647 0.973,-2.309 2.634,-3.307 1.663,-0.998 4.896,-0.558 7.117,-1.625 3.937,-1.893 5.82,-5.053 8.188,-8.436 0.344,7.282 0.26,12.525 -2.357,19.376 -2.947,7.711 -5.934,12.253 -14.298,16.995 -2.882,1.633 -5.75,2.2 -8.139,3.057 1.393,-1.9 3.387,-2.725 4.18,-5.7 0.791,-2.977 0.2,-8.88 0.378,-11.402 z m 135.038,35.507 c -3.977,0.259 -4.92,-0.264 -8.102,1.98 1.725,2.684 3.449,5.368 5.172,8.052 -0.152,-5.298 0.364,-6.36 2.93,-10.032 z m -10.42,-3.85 c 5.508,-2.346 10.307,-4.244 16.299,-4.619 2.402,-0.151 6.131,0.221 8.557,0.331 2.066,-3.042 4.699,-5.441 5.664,-8.913 0.639,-2.303 0.324,-12.992 -0.807,-15.767 -3.295,-8.076 -6.498,-8.417 -11.033,-13.043 -3.291,-3.355 -3.422,-8.464 -4.406,-14.189 -0.361,-2.103 -1.393,-4.764 -1.877,-6.934 -5.928,-0.999 -12.303,-1.328 -19.123,-0.987 3.307,-3.172 6.504,-6.07 7.453,-10.832 0.947,-4.762 0.176,-10.617 -2.531,-14.887 -2.707,-4.27 -7.031,-7.99 -11,-11.469 -3.971,-3.479 -9.662,-6.351 -13.424,-9.197 4.893,-1.752 9.889,-4.326 14.682,-5.255 12.486,-2.422 23.244,1.282 35.287,8.563 7.002,4.235 12.793,8.258 20.113,15.921 7.318,7.662 16.395,21.717 23.48,30.052 7.085,8.335 12.805,14.927 18.986,19.898 6.182,4.972 11.777,6.388 17.664,9.581 l 9.176,9.744 7.426,-9.189 11.949,1.351 2.469,-13.412 10.967,-3.005 -1.789,-18.08 7.885,-5.596 -5.926,-11.249 6.021,-12.292 -7.85,-14.051 3.027,-13.529 -9.088,-7.745 -1.186,-14.377 -12.678,-4.836 -5.086,-12.508 -14.254,-0.16 -6.992,-9.285 -9.596,0.672 -10.697,-1.165 -6.049,-4.466 -8.779,5.828 -10.623,-5.539 -21.117,8.017 13.766,-11.972 14.262,-2.278 10.926,-2.785 14.756,4.846 12.988,-3.29 12.523,7.403 13.252,-0.733 6.51,11.681 13.195,1.523 7.139,12.987 8.299,4.531 2.203,16.637 7.391,7.01 -3.25,14.557 8.707,11.024 -8.164,11.812 8.73,7.383 -11.16,9.891 11.303,11.771 -13.65,4.402 8.891,12.625 -11.15,1.924 7.312,13.882 -12.566,-0.167 6.33,10.398 -13.783,-1.659 3.297,14.959 -10.416,-9.163 -3.568,18.13 -7.188,-13.018 -3.893,16.237 -8.873,-11.973 0.242,17.026 -9.807,-15.309 c 2.068,8.686 1.654,18.197 7.359,26.386 17.676,-2.392 29.229,-6.846 42.771,-19.877 12.334,-11.868 27.076,-36.613 31.068,-52.308 4.555,-17.91 4.695,-50.85 0.209,-69.084 C 522.282,71.848 516.67,63.462 506.643,49.136 497.059,38.957 487.633,28.204 475.469,20.945 457.613,10.29 434.717,7.417 414.367,7.694 c -11.268,0.154 -18.816,2.318 -25.553,4.768 -11.781,4.284 -21.203,13.629 -33.18,18.247 -3.906,1.505 -7.037,1.552 -10.113,-0.091 3.012,6.026 6.289,8.729 13.801,10.922 5.434,1.586 18.4,0.583 27.326,-0.241 9.582,-0.885 14.58,-3.734 27.621,-3.555 12.736,0.175 22.828,5.013 28.346,8.168 11.385,6.51 19.549,13.732 26.643,25.172 3.896,6.282 6.625,13.37 8.547,20.603 1.922,7.233 2.764,15.334 2.887,22.415 0.123,7.081 -0.418,13.402 -2.15,19.774 -4.051,14.918 -12.988,30.098 -31.346,27.753 -11.234,-1.436 -28.17,-22.522 -33.842,-30.258 C 401.909,115.758 390.133,98.481 375.752,85.479 366.984,77.554 354.979,72.1 343.19,71.021 c -22.117,-2.024 -28.676,2.177 -45.324,15.899 3.387,1.08 6.693,1.676 10.164,3.24 7.703,3.471 14.748,7.957 20.893,13.711 6.439,6.031 9.328,9.848 9.557,18.484 0.152,5.735 -4.566,10.333 -8.891,14.469 -2.646,2.533 -6.148,4.852 -8.291,6.818 -2.84,2.609 -6.357,5.463 -2.789,9.619 1.342,1.562 3.672,2.74 5.637,4.199 3.119,2.315 1.691,10.919 -2.418,13.201 -5.258,2.917 -11.541,2.591 -15.877,-1.314 5.473,-0.819 8.949,-1.545 8.807,-6.022 -0.082,-2.595 -3.381,-4.751 -6.619,-6.227 -7.809,-3.56 -13.707,-3.035 -21.479,-8.627 -7.85,-5.651 -8.023,-8.745 -10.145,-17.617 -3.785,0.396 -7.27,0.483 -12.331,2.159 -5.061,1.675 -10.654,5.663 -15.249,6.65 -11.572,2.49 -13.878,1.752 -20.211,0.113 -11.15,-2.886 -25.668,2.055 -40.09,6.668 -2.398,0.767 -12.097,0.026 -18.626,2.317 -10.084,3.538 -24.233,12.106 -32.405,18.988 -12.382,10.429 -28.654,41.64 -37.848,77.464 -0.966,10.89 2.131,18.227 -4.729,23.546 -6.86,5.319 -6.67,18.946 -8.996,22.768 -2.326,3.821 -5.019,2.132 -10.026,7.499 -5.007,5.367 -7.556,4.47 -7.43,14.618 4.315,-2.837 10.606,-6.135 16.13,-6.334 4.892,-0.177 4.944,6.264 17.5,-6.149 6.715,-6.641 19.616,-6.844 28.567,-9.773 8.952,-2.929 25.083,-8.965 41.239,-27.027 16.156,-18.062 23.887,-37.077 27.02,-64.567 0.499,4.874 1.365,10.371 -0.722,23.816 -2.087,13.445 -6.585,28.546 2.891,46.634 l 5.904,11.269 c -3.515,-4.797 -10.381,-12.622 -12.448,-18.198 l -4.768,-12.863 c -10.667,16.748 -13.119,19.744 -27.937,31.743 -0.59,7.444 -0.735,15.208 1.698,22.331 2.433,7.122 -1.445,15.332 0.406,20.023 1.851,4.691 6.132,2.021 7.53,6.77 1.398,4.749 -0.73,14.138 1.438,18.767 2.168,4.629 7.487,1.82 10.065,3.315 2.578,1.496 3.421,3.546 4.8,5.513 1.378,1.966 -0.539,6.614 2.265,8.123 2.803,1.51 7.176,0.231 10.093,1.68 2.917,1.449 3.36,4.932 2.661,8.053 -0.7,3.121 -3.817,4.553 -5.186,7.726 -1.368,3.174 -1.215,5.383 0.429,8.297 1.644,2.915 5.284,4.52 8.912,5.991 3.628,1.471 8.726,0.645 12.47,2.679 3.744,2.034 7.109,6.087 9.086,9.033 1.977,2.945 2.526,5.023 2.425,8.12 -0.102,3.096 -1.358,6.663 -3.011,9.654 -1.653,2.991 -5.3,6.631 0.394,12.343 5.694,5.711 5.484,3.249 8.746,6.954 -0.355,-6.409 -3.003,-11.63 -1.067,-16.455 1.937,-4.825 7.752,-5.664 10.817,-7.834 3.065,-2.171 4.83,-5.153 7.246,-7.729 -0.035,3.315 0.32,6.879 -0.057,9.375 -0.768,5.075 -2.266,9.58 5.297,10.394 3.407,0.366 6.642,-1.843 10.227,-3.169 -1.878,3.363 -5.144,6.067 -5.635,10.092 -0.491,4.023 0.099,8.443 2.885,12.436 2.787,3.991 7.599,6.955 11.125,9.301 3.525,2.347 5.414,2.535 8.123,3.804 0.133,3.956 -0.646,8.143 -0.195,11.869 0.451,3.726 1.625,7.024 3.779,10.104 2.156,3.081 5.613,4.848 8.869,7.126 -1.785,-4.157 -5.406,-8.101 -5.357,-12.471 0.049,-4.369 1.359,-7.466 5.621,-11.343 4.262,-3.878 14.24,-7.241 18.945,-11.011 4.705,-3.771 6.223,-6.081 7.912,-9.742 1.689,-3.661 1.219,-9.559 1.531,-12.85 1.549,4.61 1.77,6.043 2.273,10.866 0.506,4.824 -2.811,11.59 -4.215,15.161 5.82,-2.811 9.514,-7.304 11.379,-11.695 1.248,0.74 0.619,2.769 1.078,6.679 2.074,-2.064 4.432,-3.652 6.52,-5.6 2.09,-1.946 4.379,-3.658 5.416,-6.375 1.035,-2.717 0.611,-5.606 -0.16,-8.763 -0.771,-3.157 -4.299,-6.818 -6.199,-10.271 -1.898,-3.452 0.336,-6.841 0.207,-11.001 -3.801,-0.653 -7.029,-2.589 -11.398,-1.96 -4.371,0.628 -9.377,5.533 -13.844,5.59 -4.467,0.057 -6.975,-4.128 -10.637,-5.278 -3.662,-1.15 -7.367,-1.024 -11.049,-1.536 4.664,-4.468 22.766,-6.596 35.148,-8.615 10.895,-1.777 21.707,-2.804 32.746,-2.959 4.93,-0.07 11.266,1.558 14.689,0.574 3.426,-0.982 2.695,-3.315 3.711,-5.858 2.842,-7.108 1.441,-13.438 -0.105,-20.596 -9.91,-1.162 -20.236,-2.584 -30.221,-1.817 -9.762,0.75 -21.322,5.391 -31.391,5.705 -8.754,0.272 -21.717,-1.677 -29.234,-6.259 -9.186,-5.599 -16.293,-17.624 -18.816,-21.485 -4.109,-6.289 -9.292,-18.627 -12.446,-24.268 -3.152,-5.641 -3.847,-7.219 -6.47,-9.574 -2.623,-2.354 -6.216,-2.536 -9.323,-3.805 3.582,0.366 7.493,-0.768 10.747,1.098 4.889,2.805 10.361,14.431 13.403,19.49 3.223,-10.804 2.471,-15.052 11.797,-21.144 -7.516,8.424 -7.703,14.805 -9.535,24.723 6.25,10.258 14.939,26.598 26.309,31.132 4.107,1.639 11.16,2.667 15.6,3.216 13.818,1.711 27.146,-2.668 40.717,-6.019 9.92,-2.45 19.986,-1.463 32.051,-0.754 4.096,0.24 13.754,-2.224 15.754,-6.367 1.08,-2.235 1,-4.921 -0.551,-7.303 -1.553,-2.382 -5.689,-3.534 -7.906,-5.678 -2.217,-2.144 -3.492,-4.689 -5.238,-7.034 -9.215,1.768 -16.795,2.447 -23.635,2.633 4.906,-2.021 9.613,-3.174 14.719,-5.171 5.106,-1.997 10.904,-5.275 15.025,-7.995 4.121,-2.721 6.752,-4.299 9.734,-7.465 2.98,-3.168 6.803,-6.431 9,-10.303 2.199,-3.872 2.539,-8.203 2.662,-12.995 0.123,-4.791 -0.084,-11.514 -1.932,-15.374 -1.846,-3.859 -5.406,-5.03 -8.266,-5.943 -2.861,-0.913 -4.82,1.396 -7.795,1.708 -2.977,0.312 -5.758,2.188 -10.062,0.164 -4.304,-2.024 -9.406,-6.144 -13.758,-12.259 -4.35,-6.116 -7.461,-16.112 -11.896,-23.802 -7.645,-13.256 -17.172,-25.639 -26.283,-37.922 -0.75,-3.029 -1.877,-7.215 -2.252,-11.324 -0.654,-7.16 -0.777,-14.598 1.445,-21.578 1.703,-5.347 4.18,-10.995 9.779,-13.188 2.24,-0.878 5.074,-1.226 7.076,-0.484 2.004,0.741 3.969,3.002 3.182,5.614 -0.865,2.872 -2.855,2.95 -4.207,4.4 -2.295,2.46 -3.213,4.265 -4.08,7.332 2.48,-0.04 5.832,-0.229 7.869,0.307 2.658,0.7 5.133,2.462 6.482,6.228 -3.172,-2.813 -4.748,-4.104 -8.707,-4.204 -1.814,-0.045 -4.018,0.604 -6.025,0.906 -0.75,2.44 -1.191,5.432 -2.25,7.32 -1.059,1.888 -3.121,1.435 -3.895,3.641 -0.774,2.202 -0.819,5.788 -0.429,8.683 z m 27.715,-3.307 c 1.215,0.479 1.678,0.584 3.217,1.755 1.539,1.171 3.662,2.34 4.881,5.138 1.221,2.799 1.164,7.127 0.904,8.89 -1.07,-0.314 -2.529,-0.102 -3.639,-1.051 -1.107,-0.949 -1.768,-3.098 -3.188,-4.018 -1.422,-0.919 -2.607,-0.718 -4.178,-0.917 0.807,2.296 1.199,4.593 0.824,6.675 -0.814,4.545 -3.486,6.847 -7.812,7.391 -1.889,0.237 -4.889,-0.385 -6.533,-0.684 0.762,1.702 2.053,3.193 2.816,4.895 3.658,-0.529 6.369,-0.454 8.336,-1.374 1.967,-0.92 4.076,-2.981 6.6,-3.854 2.525,-0.873 4.777,-0.859 7.539,-1.29 -2.176,1.875 -3.604,3.751 -5.777,5.626 1.594,4.633 3.188,9.265 4.781,13.897 3.379,2.114 6.549,3.228 10.807,5.838 4.26,2.611 9.367,7.281 14.914,9.828 5.547,2.547 8.85,3.933 14.646,5.026 5.795,1.093 10.406,5.787 16.109,6.55 5.703,0.763 16.355,0.917 20.75,0.488 4.99,-0.487 11.473,-3.062 12.055,-8.533 -4.184,1.032 -10.574,0.106 -13.801,-7.767 -1.432,-3.496 -0.73,-9.925 -2.922,-14.059 -2.191,-4.135 -5.246,-5.462 -8.896,-10.556 -3.65,-5.094 -9.621,-13.129 -12.973,-19.954 -3.35,-6.824 -4.139,-14.554 -6.973,-20.669 -2.834,-6.114 -7.109,-11.053 -10.422,-15.766 -7.234,-10.3 -13.068,-17.339 -24.986,-22.535 -5.732,-2.499 -12.258,-3.165 -18.387,-4.748 -2.494,1.117 -5.914,2.351 -6.521,5.268 -0.607,2.917 0.559,7.225 2.676,9.415 3.543,3.661 8.793,7.618 10.857,13.437 1.326,3.734 1.711,16.252 0.562,19.649 -1.192,3.527 -3.963,5.66 -6.266,8.009 z m 1.154,29.629 c -1.107,0.955 -1.951,1.936 -3.732,2.729 -1.779,0.793 -4.209,0.998 -6.57,1.588 3.311,5.154 6.789,10.362 9.961,15.781 3.174,5.418 5.924,11.351 8.953,17.025 -0.143,-3.252 0.049,-6.719 -0.424,-9.758 -0.473,-3.038 -1.85,-5.697 -3.215,-10.258 -1.363,-4.561 -3.041,-10.766 -4.973,-17.107 z M 279.229,113.611 c -0.467,5.07 0.391,12.996 1.441,17.96 1.258,5.942 2.469,9.023 7.291,12.603 8.83,6.555 14.467,5.45 21.26,9.251 3.232,1.809 7.328,4.841 8.523,8.046 1.195,3.205 -0.789,6.685 -3.24,8.053 4.287,0.638 9.094,-4.195 7.088,-9.157 -0.988,-2.442 -5.691,-3.53 -7.133,-5.994 -1.439,-2.463 -1.436,-4.999 -0.758,-7.501 1.225,-4.51 10.148,-8.608 13.301,-12.173 4.852,-5.486 6.715,-10.075 3.967,-17.14 -3.859,-9.925 -18.768,-17.889 -27.691,-21.784 -4.086,-1.783 -6.377,-1.91 -9.564,-2.865 6.525,3.824 13.404,6.87 16.705,15.418 2.756,7.139 0.369,9.829 0.461,16.045 0.043,2.882 3.838,4.323 5.523,6.144 1.467,1.583 1.348,2.758 0.176,4.943 -0.129,-1.971 -0.971,-3.442 -2.484,-4.513 -2.498,-1.771 -5.189,-1.39 -6.52,-5.021 -2.02,-5.52 1.986,-10.748 -2.518,-16.946 -3.369,-4.637 -7.85,-9.827 -13.895,-9.963 -2.861,-0.065 -5.012,0.367 -8.068,1.271 l -4.074,-4.903 -0.094,-0.064 C 270.639,87.758 264.969,81.525 253.344,76.327 241.719,71.13 235.99,70.343 222.661,70.639 c -13.329,0.295 -26.557,1.41 -41.995,14.723 -15.437,13.313 -55.224,64.292 -64.873,70.744 -9.648,6.452 -11.785,8.638 -23.841,8.641 C 79.896,164.75 61.08,147.697 60.343,126.385 59.605,105.072 59.309,97.497 74.124,71.822 88.94,46.146 115.78,38.262 135.694,35.6 c 19.915,-2.662 31.882,4.352 46.613,4.385 14.73,0.034 29.288,-2.509 33.581,-14.224 -2.101,1.251 -4.916,2.661 -12.832,2.246 C 195.14,27.592 184.164,18.427 171.817,12.286 159.47,6.146 145.73,5.427 128.107,5.094 110.484,4.761 88.494,6.108 66.708,17.869 44.922,29.63 30.051,42.109 17.415,65.127 4.779,88.146 2.891,106.94 4.928,134.811 c 2.037,27.871 10.633,48.599 27.184,68.998 16.551,20.399 33.092,30.38 62.918,34.091 l 6.279,-27.696 -11.209,16.086 0.277,-17.891 -10.139,12.581 -4.447,-17.062 -8.214,13.679 -4.08,-19.05 -11.903,9.627 3.768,-15.719 -15.75,1.743 7.235,-10.926 -14.361,0.175 L 40.842,168.86 28.1,166.837 38.26,153.57 22.66,148.945 35.576,136.577 22.823,126.184 32.798,118.426 23.47,106.014 33.42,94.431 29.706,79.135 38.155,71.77 40.67,54.289 50.152,49.527 58.31,35.881 73.389,34.28 l 7.44,-12.274 15.145,0.771 14.312,-7.779 14.843,3.457 16.86,-5.092 12.487,2.926 16.296,2.395 15.733,12.58 -24.133,-8.424 -12.14,5.821 -10.035,-6.125 -6.909,4.693 -12.225,1.224 -10.963,-0.708 -7.992,9.756 -16.291,0.168 -5.811,13.143 -14.486,5.082 -1.355,15.107 -10.388,8.138 3.461,14.216 -8.971,14.765 6.882,12.915 -6.773,11.82 9.011,5.88 -2.044,18.998 12.532,3.158 2.823,14.093 13.656,-1.419 8.484,9.656 10.486,-10.239 c 19.116,-9.532 26.988,-14.864 41.886,-30.977 16.959,-18.343 26.679,-35.302 49.269,-47.861 16.202,-9.008 29.417,-12.25 47.617,-9.105 17.088,2.952 22.81,13.202 35.395,24 1.334,-2.415 1.605,-3.055 3.803,-4.833 -0.69,3.136 -1.786,6.389 -2.065,9.405 z"
         style="fill:#072b61;fill-rule:evenodd;fill-opacity:1"
         id="path3550" />
    </g>
    <flowRoot
       xml:space="preserve"
       id="flowRoot3554"
       transform="matrix(1.035038,0,0,1.036237,134.20523,-515.01578)"
       style="font-size:11.5870676px;font-family:sans;-inkscape-font-specification:sans"><flowRegion
         id="flowRegion3556"><rect
           id="rect3558"
           width="405.5791"
           height="407.66443"
           x="33.23402"
           y="529.81024"
           style="font-size:11.5870676px;font-family:sans;-inkscape-font-specification:sans" /></flowRegion><flowPara
         id="flowPara3560"><flowSpan
   style="font-weight:bold;font-family:sans;-inkscape-font-specification:sans"
   id="flowSpan3562">This CD contains a complete multifunctional operating system for your PC.</flowSpan> It can be run directly from the CD without installation or change of any sort to your computer.</flowPara><flowPara
         style="font-size:7.72471189px;font-weight:bold;font-family:sans;-inkscape-font-specification:sans"
         id="flowPara3564" /><flowPara
         id="flowPara3566"
         style="font-size:12.55265713px;font-weight:bold;font-family:sans;-inkscape-font-specification:sans">Includes preconfigured software for:</flowPara><flowPara
         id="flowPara3568"
         style="font-size:12.55265713px;text-align:start;text-anchor:start;font-family:sans;-inkscape-font-specification:sans">    Internet browsing and emailing</flowPara><flowPara
         id="flowPara3570"
         style="font-size:12.55265713px;text-align:start;text-anchor:start;font-family:sans;-inkscape-font-specification:sans">    Listening to music and watching films</flowPara><flowPara
         id="flowPara3572"
         style="font-size:12.55265713px;text-align:start;text-anchor:start;font-family:sans;-inkscape-font-specification:sans">    Word-processing, spreadsheets, presentations and more</flowPara><flowPara
         id="flowPara3574"
         style="font-size:12.55265713px;text-align:start;text-anchor:start;font-family:sans;-inkscape-font-specification:sans">    Playing 2D and 3D games</flowPara><flowPara
         id="flowPara3576"
         style="font-size:12.55265713px;text-align:start;text-anchor:start;font-family:sans;-inkscape-font-specification:sans">    Copying and burning CDs/DVDs</flowPara><flowPara
         id="flowPara3578"
         style="font-size:12.55265713px;text-align:start;text-anchor:start;font-family:sans;-inkscape-font-specification:sans">    Enhanced graphics design and photo manipulation</flowPara><flowPara
         id="flowPara3580"
         style="font-size:12.55265713px;text-align:start;text-anchor:start;font-family:sans;-inkscape-font-specification:sans">    Complete personalisation and configuration of your desktop</flowPara><flowPara
         id="flowPara3582"
         style="font-size:12.55265713px;text-align:start;text-anchor:start;font-family:sans;-inkscape-font-specification:sans">    Near immunity from viruses and adware</flowPara><flowPara
         id="flowPara3584" /><flowPara
         id="flowPara3586"
         style="font-weight:bold;font-family:sans;-inkscape-font-specification:sans">Instructions for use:</flowPara><flowPara
         id="flowPara3588">1. Place the CD in your drive and switch off your computer</flowPara><flowPara
         id="flowPara3590">2. Turn on your computer and await the start-up menu to appear*</flowPara><flowPara
         id="flowPara3592">3. Choose to 'boot' from CD (often highlighted by default)</flowPara><flowPara
         id="flowPara3594">4. Wait for your system to start up</flowPara><flowPara
         id="flowPara3596">6. Have fun exploring the desktop</flowPara><flowPara
         id="flowPara3598">7. To install permanently, find the install shortcut on the dektop</flowPara><flowPara
         id="flowPara3600"
         style="font-size:10px;font-family:sans;-inkscape-font-specification:sans">*If the start-up menu does not appear then your computer may not be set to 'boot' from CD. Refer to your computer's manual or contact support.</flowPara><flowPara
         id="flowPara3602" /><flowPara
         style="font-weight:normal;font-family:sans;-inkscape-font-specification:sans"
         id="flowPara3604">This CD contains Free Software. It is provided without guarantee.</flowPara><flowPara
         style="font-size:6px;font-weight:normal;fill:#ffffff;font-family:sans;-inkscape-font-specification:sans"
         id="flowPara3606">d</flowPara><flowPara
         style="font-weight:bold;font-family:sans;-inkscape-font-specification:sans"
         id="flowPara3608">For help and support visi<flowSpan
   style="text-align:center;text-anchor:middle"
   id="flowSpan3610"><flowSpan
     style="text-align:end;text-anchor:end"
     id="flowSpan3612">t http://l.fsfe.org/support-guide. </flowSpan></flowSpan></flowPara></flowRoot>    <g
       id="g3614"
       transform="translate(1.292897,6)">
      <path
         transform="translate(86,-28.353546)"
         d="m 88.388348,141.60864 c 0,1.5621 -1.26633,2.82843 -2.828427,2.82843 -1.562097,0 -2.828427,-1.26633 -2.828427,-2.82843 0,-1.56209 1.26633,-2.82842 2.828427,-2.82842 1.562097,0 2.828427,1.26633 2.828427,2.82842 z"
         sodipodi:ry="2.8284271"
         sodipodi:rx="2.8284271"
         sodipodi:cy="141.60864"
         sodipodi:cx="85.559921"
         id="path3616"
         style="fill:#000000;fill-opacity:1;stroke:none"
         sodipodi:type="arc" />
      <path
         sodipodi:type="arc"
         style="fill:#000000;fill-opacity:1;stroke:none"
         id="path3618"
         sodipodi:cx="85.559921"
         sodipodi:cy="141.60864"
         sodipodi:rx="2.8284271"
         sodipodi:ry="2.8284271"
         d="m 88.388348,141.60864 c 0,1.5621 -1.26633,2.82843 -2.828427,2.82843 -1.562097,0 -2.828427,-1.26633 -2.828427,-2.82843 0,-1.56209 1.26633,-2.82842 2.828427,-2.82842 1.562097,0 2.828427,1.26633 2.828427,2.82842 z"
         transform="translate(86,84.939334)" />
      <path
         transform="translate(86,68.754608)"
         d="m 88.388348,141.60864 c 0,1.5621 -1.26633,2.82843 -2.828427,2.82843 -1.562097,0 -2.828427,-1.26633 -2.828427,-2.82843 0,-1.56209 1.26633,-2.82842 2.828427,-2.82842 1.562097,0 2.828427,1.26633 2.828427,2.82842 z"
         sodipodi:ry="2.8284271"
         sodipodi:rx="2.8284271"
         sodipodi:cy="141.60864"
         sodipodi:cx="85.559921"
         id="path3620"
         style="fill:#000000;fill-opacity:1;stroke:none"
         sodipodi:type="arc" />
      <path
         sodipodi:type="arc"
         style="fill:#000000;fill-opacity:1;stroke:none"
         id="path3622"
         sodipodi:cx="85.559921"
         sodipodi:cy="141.60864"
         sodipodi:rx="2.8284271"
         sodipodi:ry="2.8284271"
         d="m 88.388348,141.60864 c 0,1.5621 -1.26633,2.82843 -2.828427,2.82843 -1.562097,0 -2.828427,-1.26633 -2.828427,-2.82843 0,-1.56209 1.26633,-2.82842 2.828427,-2.82842 1.562097,0 2.828427,1.26633 2.828427,2.82842 z"
         transform="translate(86,52.569916)" />
      <path
         transform="translate(86,36.385224)"
         d="m 88.388348,141.60864 c 0,1.5621 -1.26633,2.82843 -2.828427,2.82843 -1.562097,0 -2.828427,-1.26633 -2.828427,-2.82843 0,-1.56209 1.26633,-2.82842 2.828427,-2.82842 1.562097,0 2.828427,1.26633 2.828427,2.82842 z"
         sodipodi:ry="2.8284271"
         sodipodi:rx="2.8284271"
         sodipodi:cy="141.60864"
         sodipodi:cx="85.559921"
         id="path3624"
         style="fill:#000000;fill-opacity:1;stroke:none"
         sodipodi:type="arc" />
      <path
         sodipodi:type="arc"
         style="fill:#000000;fill-opacity:1;stroke:none"
         id="path3626"
         sodipodi:cx="85.559921"
         sodipodi:cy="141.60864"
         sodipodi:rx="2.8284271"
         sodipodi:ry="2.8284271"
         d="m 88.388348,141.60864 c 0,1.5621 -1.26633,2.82843 -2.828427,2.82843 -1.562097,0 -2.828427,-1.26633 -2.828427,-2.82843 0,-1.56209 1.26633,-2.82842 2.828427,-2.82842 1.562097,0 2.828427,1.26633 2.828427,2.82842 z"
         transform="translate(86,20.200531)" />
      <path
         transform="translate(86,4.0158389)"
         d="m 88.388348,141.60864 c 0,1.5621 -1.26633,2.82843 -2.828427,2.82843 -1.562097,0 -2.828427,-1.26633 -2.828427,-2.82843 0,-1.56209 1.26633,-2.82842 2.828427,-2.82842 1.562097,0 2.828427,1.26633 2.828427,2.82842 z"
         sodipodi:ry="2.8284271"
         sodipodi:rx="2.8284271"
         sodipodi:cy="141.60864"
         sodipodi:cx="85.559921"
         id="path3628"
         style="fill:#000000;fill-opacity:1;stroke:none"
         sodipodi:type="arc" />
      <path
         sodipodi:type="arc"
         style="fill:#000000;fill-opacity:1;stroke:none"
         id="path3630"
         sodipodi:cx="85.559921"
         sodipodi:cy="141.60864"
         sodipodi:rx="2.8284271"
         sodipodi:ry="2.8284271"
         d="m 88.388348,141.60864 c 0,1.5621 -1.26633,2.82843 -2.828427,2.82843 -1.562097,0 -2.828427,-1.26633 -2.828427,-2.82843 0,-1.56209 1.26633,-2.82842 2.828427,-2.82842 1.562097,0 2.828427,1.26633 2.828427,2.82842 z"
         transform="translate(86,-12.168854)" />
    </g>
  </g>
</svg>