summaryrefslogtreecommitdiff
path: root/src/fullcolor/legacy/start-here.svg
blob: e6dded2efde70e85086a3b05372f08b4827d3283 (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
<?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"
   height="300"
   id="svg11300"
   inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png"
   inkscape:export-xdpi="90.000000"
   inkscape:export-ydpi="90.000000"
   inkscape:output_extension="org.inkscape.output.svg.inkscape"
   inkscape:version="0.46+devel"
   sodipodi:docname="start-here.svg"
   sodipodi:version="0.32"
   style="display:inline;enable-background:new"
   version="1.0"
   width="400">
  <title
     id="title8836">Optical Drive</title>
  <metadata
     id="metadata154">
    <rdf:RDF>
      <cc:Work
         rdf:about="">
        <dc:format>image/svg+xml</dc:format>
        <dc:type
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
        <dc:title />
        <dc:creator>
          <cc:Agent>
            <dc:title />
          </cc:Agent>
        </dc:creator>
        <dc:contributor>
          <cc:Agent>
            <dc:title />
          </cc:Agent>
        </dc:contributor>
        <dc:source />
        <cc:license
           rdf:resource="" />
        <dc:subject>
          <rdf:Bag />
        </dc:subject>
      </cc:Work>
    </rdf:RDF>
  </metadata>
  <sodipodi:namedview
     bordercolor="#666666"
     borderopacity="0.25490196"
     fill="#f57900"
     gridtolerance="12"
     guidetolerance="13"
     height="300px"
     id="base"
     inkscape:current-layer="g22"
     inkscape:cx="323.7689"
     inkscape:cy="158.61007"
     inkscape:document-units="px"
     inkscape:grid-bbox="true"
     inkscape:guide-bbox="true"
     inkscape:pageopacity="0.0"
     inkscape:pageshadow="2"
     inkscape:showpageshadow="false"
     inkscape:snap-bbox="true"
     inkscape:snap-nodes="true"
     inkscape:window-height="722"
     inkscape:window-width="968"
     inkscape:window-x="132"
     inkscape:window-y="25"
     inkscape:zoom="3.375"
     objecttolerance="7"
     pagecolor="#ffffff"
     showgrid="false"
     showguides="true"
     stroke="#ef2929"
     width="400px">
    <inkscape:grid
       empspacing="2"
       enabled="true"
       id="grid5883"
       spacingx="0.5px"
       spacingy="0.5px"
       type="xygrid"
       visible="true" />
  </sodipodi:namedview>
  <defs
     id="defs3">
    <inkscape:perspective
       sodipodi:type="inkscape:persp3d"
       inkscape:vp_x="0 : 150 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_z="400 : 150 : 1"
       inkscape:persp3d-origin="200 : 100 : 1"
       id="perspective149" />
    <linearGradient
       id="linearGradient2796">
      <stop
         id="stop2798"
         offset="0"
         style="stop-color:#2e3436;stop-opacity:1;" />
      <stop
         id="stop2800"
         offset="1"
         style="stop-color:#2e3436;stop-opacity:0;" />
    </linearGradient>
    <linearGradient
       id="linearGradient3052">
      <stop
         id="stop3054"
         offset="0"
         style="stop-color:#555753;stop-opacity:1" />
      <stop
         id="stop3056"
         offset="1"
         style="stop-color:#2e3436;stop-opacity:1" />
    </linearGradient>
    <linearGradient
       id="linearGradient3013">
      <stop
         id="stop3015"
         offset="0"
         style="stop-color:#2d2d2d;stop-opacity:1;" />
      <stop
         id="stop3017"
         offset="1"
         style="stop-color:white;stop-opacity:1" />
    </linearGradient>
    <linearGradient
       id="linearGradient2985"
       inkscape:collect="always">
      <stop
         id="stop2987"
         offset="0"
         style="stop-color:#555753;stop-opacity:1" />
      <stop
         id="stop2989"
         offset="1"
         style="stop-color:#555753;stop-opacity:0" />
    </linearGradient>
    <radialGradient
       cx="23.801941"
       cy="33.735012"
       fx="23.801941"
       fy="33.735012"
       gradientTransform="matrix(0.551865,-7.423106e-2,5.764729e-2,0.428573,10.8571,24.32541)"
       gradientUnits="userSpaceOnUse"
       id="radialGradient2991"
       inkscape:collect="always"
       r="12.990843"
       xlink:href="#linearGradient2985" />
    <linearGradient
       gradientUnits="userSpaceOnUse"
       id="linearGradient3011"
       inkscape:collect="always"
       x1="22.625"
       x2="23.625"
       xlink:href="#linearGradient3013"
       y1="15.6875"
       y2="42.721909" />
    <linearGradient
       gradientUnits="userSpaceOnUse"
       id="linearGradient3019"
       inkscape:collect="always"
       x1="35.222755"
       x2="35.222755"
       xlink:href="#linearGradient3013"
       y1="1.5140598"
       y2="14.403073" />
    <linearGradient
       gradientUnits="userSpaceOnUse"
       id="linearGradient3027"
       inkscape:collect="always"
       x1="23.113552"
       x2="23.113552"
       xlink:href="#linearGradient3013"
       y1="3.2925007"
       y2="12.78336" />
    <linearGradient
       gradientUnits="userSpaceOnUse"
       id="linearGradient3035"
       inkscape:collect="always"
       x1="15.202796"
       x2="15.202796"
       xlink:href="#linearGradient3013"
       y1="6.2158523"
       y2="14.586771" />
    <linearGradient
       gradientUnits="userSpaceOnUse"
       id="linearGradient3043"
       inkscape:collect="always"
       x1="8.3526993"
       x2="8.3526993"
       xlink:href="#linearGradient3013"
       y1="11.509477"
       y2="19.071247" />
    <radialGradient
       cx="19.450382"
       cy="21.81378"
       fx="19.450382"
       fy="21.81378"
       gradientTransform="matrix(1.987042,-0.338101,0.124071,0.729175,-24.09973,13.29516)"
       gradientUnits="userSpaceOnUse"
       id="radialGradient3070"
       inkscape:collect="always"
       r="17.994564"
       xlink:href="#linearGradient3052" />
    <radialGradient
       cx="18.107206"
       cy="8.0827875"
       fx="18.107206"
       fy="8.0827875"
       gradientTransform="matrix(2.140448,-1.450766e-6,0,0.93766,-24.37707,2.17114)"
       gradientUnits="userSpaceOnUse"
       id="radialGradient3073"
       inkscape:collect="always"
       r="17.994564"
       xlink:href="#linearGradient3052" />
    <radialGradient
       cx="14.95366"
       cy="13.681828"
       fx="14.95366"
       fy="13.681828"
       gradientTransform="matrix(2.140448,-1.450766e-6,0,0.93766,-24.37707,2.17114)"
       gradientUnits="userSpaceOnUse"
       id="radialGradient3076"
       inkscape:collect="always"
       r="17.994564"
       xlink:href="#linearGradient3052" />
    <radialGradient
       cx="21.494347"
       cy="4.3500967"
       fx="21.494347"
       fy="4.3500967"
       gradientTransform="matrix(2.140448,-1.450766e-6,0,0.93766,-24.37707,2.17114)"
       gradientUnits="userSpaceOnUse"
       id="radialGradient3079"
       inkscape:collect="always"
       r="17.994564"
       xlink:href="#linearGradient3052" />
    <radialGradient
       cx="25.640675"
       cy="3.6835504"
       fx="25.640675"
       fy="3.6835504"
       gradientTransform="matrix(2.140448,-1.450766e-6,0,0.93766,-24.37707,2.17114)"
       gradientUnits="userSpaceOnUse"
       id="radialGradient3082"
       inkscape:collect="always"
       r="17.994565"
       xlink:href="#linearGradient3052" />
    <linearGradient
       gradientUnits="userSpaceOnUse"
       id="linearGradient2802"
       inkscape:collect="always"
       x1="23.936737"
       x2="21.678997"
       xlink:href="#linearGradient2796"
       y1="18.389484"
       y2="41.193676" />
    <linearGradient
       gradientUnits="userSpaceOnUse"
       id="linearGradient2804"
       inkscape:collect="always"
       x1="33.305901"
       x2="33.305901"
       xlink:href="#linearGradient2796"
       y1="3.7170186"
       y2="12.644369" />
    <linearGradient
       gradientUnits="userSpaceOnUse"
       id="linearGradient2806"
       inkscape:collect="always"
       x1="33.129124"
       x2="33.129124"
       xlink:href="#linearGradient2796"
       y1="12.426562"
       y2="15.742812" />
    <radialGradient
       cx="23.801941"
       cy="33.735012"
       fx="23.801941"
       fy="33.735012"
       gradientTransform="matrix(0.551865,-7.423106e-2,5.764729e-2,0.428573,10.8571,24.32541)"
       gradientUnits="userSpaceOnUse"
       id="radialGradient2951"
       inkscape:collect="always"
       r="12.990843"
       xlink:href="#linearGradient2985" />
    <radialGradient
       cx="19.450382"
       cy="21.81378"
       fx="19.450382"
       fy="21.81378"
       gradientTransform="matrix(1.318521,-0.233206,8.232854e-2,0.502949,-15.75139,8.601354)"
       gradientUnits="userSpaceOnUse"
       id="radialGradient2971"
       inkscape:collect="always"
       r="17.994564"
       xlink:href="#linearGradient3052" />
    <radialGradient
       cx="14.95366"
       cy="13.681828"
       fx="14.95366"
       fy="13.681828"
       gradientTransform="matrix(1.212095,-0.157025,8.850433e-2,0.498913,-16.28552,6.214977)"
       gradientUnits="userSpaceOnUse"
       id="radialGradient2977"
       inkscape:collect="always"
       r="17.994564"
       xlink:href="#linearGradient3052" />
    <radialGradient
       cx="21.494347"
       cy="4.3500967"
       fx="21.494347"
       fy="4.3500967"
       gradientTransform="matrix(1.440352,-9.61553e-7,0,0.621471,-16.69871,0.991345)"
       gradientUnits="userSpaceOnUse"
       id="radialGradient2980"
       inkscape:collect="always"
       r="17.994564"
       xlink:href="#linearGradient3052" />
    <radialGradient
       cx="25.640675"
       cy="3.6835504"
       fx="25.640675"
       fy="3.6835504"
       gradientTransform="matrix(1.248594,-8.927783e-7,0,0.577021,-10.92829,1.297625)"
       gradientUnits="userSpaceOnUse"
       id="radialGradient2983"
       inkscape:collect="always"
       r="17.994564"
       xlink:href="#linearGradient3052" />
    <radialGradient
       cx="18.107206"
       cy="8.0827875"
       fx="18.107206"
       fy="8.0827875"
       gradientTransform="matrix(1.258218,-8.874887e-7,0,0.573602,-14.18757,2.346228)"
       gradientUnits="userSpaceOnUse"
       id="radialGradient3036"
       inkscape:collect="always"
       r="17.994564"
       xlink:href="#linearGradient3052" />
    <linearGradient
       gradientUnits="userSpaceOnUse"
       id="linearGradient3097"
       inkscape:collect="always"
       x1="35.222755"
       x2="35.222755"
       xlink:href="#linearGradient3013"
       y1="1.5140598"
       y2="14.403073" />
    <linearGradient
       gradientUnits="userSpaceOnUse"
       id="linearGradient3099"
       inkscape:collect="always"
       x1="22.625"
       x2="23.625"
       xlink:href="#linearGradient3013"
       y1="15.6875"
       y2="42.721909" />
    <linearGradient
       gradientUnits="userSpaceOnUse"
       id="linearGradient3101"
       inkscape:collect="always"
       x1="23.113552"
       x2="23.113552"
       xlink:href="#linearGradient3013"
       y1="3.2925007"
       y2="12.78336" />
    <linearGradient
       gradientUnits="userSpaceOnUse"
       id="linearGradient3112"
       inkscape:collect="always"
       x1="8.3526993"
       x2="8.3526993"
       xlink:href="#linearGradient3013"
       y1="11.509477"
       y2="19.071247" />
    <linearGradient
       gradientUnits="userSpaceOnUse"
       id="linearGradient3116"
       inkscape:collect="always"
       x1="15.202796"
       x2="15.202796"
       xlink:href="#linearGradient3013"
       y1="6.2158523"
       y2="14.586771" />
    <linearGradient
       id="linearGradient7320">
      <stop
         id="stop7322"
         offset="0"
         style="stop-color:#555753;stop-opacity:1;" />
      <stop
         id="stop7324"
         offset="1"
         style="stop-color:#2e3436;stop-opacity:1;" />
    </linearGradient>
    <linearGradient
       id="linearGradient6425">
      <stop
         id="stop6427"
         offset="0"
         style="stop-color:#2e3436;stop-opacity:1" />
      <stop
         id="stop6429"
         offset="1"
         style="stop-color:white;stop-opacity:1;" />
    </linearGradient>
    <linearGradient
       gradientUnits="userSpaceOnUse"
       id="linearGradient6415"
       inkscape:collect="always"
       x1="9.5459414"
       x2="11.357903"
       xlink:href="#linearGradient6425"
       y1="2.2893984"
       y2="7.9904466" />
    <linearGradient
       gradientUnits="userSpaceOnUse"
       id="linearGradient6423"
       inkscape:collect="always"
       x1="7.0268736"
       x2="8.3526993"
       xlink:href="#linearGradient6425"
       y1="9.0069132"
       y2="21.690641" />
    <radialGradient
       cx="8.1685505"
       cy="11.753805"
       fx="8.1685505"
       fy="11.753805"
       gradientTransform="matrix(2.51794,-0.532,0.266807,1.269268,-15.61017,0.966538)"
       gradientUnits="userSpaceOnUse"
       id="radialGradient7326"
       inkscape:collect="always"
       r="6.0068935"
       xlink:href="#linearGradient7320" />
    <radialGradient
       cx="16.192034"
       cy="2.8881135"
       fx="16.192034"
       fy="2.8881135"
       gradientTransform="matrix(1.596751,0,-2.402591e-8,1.530066,-9.546988,-1.510888)"
       gradientUnits="userSpaceOnUse"
       id="radialGradient2797"
       inkscape:collect="always"
       r="2.9893066"
       xlink:href="#linearGradient7320" />
    <linearGradient
       id="linearGradient2890">
      <stop
         id="stop2892"
         offset="0"
         style="stop-color:#555753;stop-opacity:1;" />
      <stop
         id="stop2894"
         offset="1"
         style="stop-color:#2e3436;stop-opacity:1" />
    </linearGradient>
    <linearGradient
       id="linearGradient2876">
      <stop
         id="stop2878"
         offset="0"
         style="stop-color:#555753;stop-opacity:1;" />
      <stop
         id="stop2880"
         offset="1"
         style="stop-color:white;stop-opacity:1;" />
    </linearGradient>
    <linearGradient
       gradientUnits="userSpaceOnUse"
       id="linearGradient2882"
       inkscape:collect="always"
       x1="6.375"
       x2="6.9375"
       xlink:href="#linearGradient2876"
       y1="2.65625"
       y2="5.375" />
    <linearGradient
       gradientUnits="userSpaceOnUse"
       id="linearGradient2884"
       inkscape:collect="always"
       x1="6.9311519"
       x2="9.1195116"
       xlink:href="#linearGradient2876"
       y1="6.1781015"
       y2="15.158121" />
    <radialGradient
       cx="5.8949537"
       cy="8.5116825"
       fx="5.8949537"
       fy="8.5116825"
       gradientTransform="matrix(2.63495,-0.40007,0.14964,0.985565,-10.9316,2.500836)"
       gradientUnits="userSpaceOnUse"
       id="radialGradient2896"
       inkscape:collect="always"
       r="4.5304474"
       xlink:href="#linearGradient2890" />
  </defs>
  <g
     id="layer6"
     inkscape:groupmode="layer"
     inkscape:label="baseplate"
     style="display:none"
     sodipodi:insensitive="true">
    <rect
       height="48"
       id="rect6284"
       inkscape:label="48x48"
       style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
       width="48"
       x="296"
       y="50" />
    <rect
       height="32"
       id="rect6592"
       inkscape:label="32x32"
       style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
       width="32"
       x="303"
       y="126" />
    <rect
       height="22"
       id="rect6749"
       inkscape:label="22x22"
       style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
       width="22"
       x="303"
       y="177" />
    <rect
       height="16"
       id="rect6833"
       inkscape:label="16x16"
       style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
       width="16"
       x="303"
       y="219" />
    <text
       id="context"
       inkscape:label="context"
       style="font-size:18.30070686px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:Bitstream Vera Sans"
       x="20.970737"
       xml:space="preserve"
       y="21.513618"><tspan
         id="tspan2716"
         sodipodi:role="line"
         x="20.970737"
         y="21.513618">places</tspan></text>
    <text
       id="icon-name"
       inkscape:label="icon-name"
       sodipodi:linespacing="125%"
       style="font-size:18.30070686px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:Droid Sans;-inkscape-font-specification:Droid Sans Bold"
       x="191.97073"
       xml:space="preserve"
       y="21.513618"><tspan
         id="tspan3023"
         sodipodi:role="line"
         x="191.97073"
         y="21.513618">start-here</tspan></text>
  </g>
  <g
     id="layer2"
     inkscape:groupmode="layer"
     inkscape:label="small sizes"
     style="display:inline">
    <g
       id="g48"
       style="display:inline;enable-background:new"
       transform="translate(296,50)">
      <g
         id="g3045"
         style="opacity:0.5"
         transform="translate(0,1)">
        <path
           d="m 37.84375,0.5625 c -4.906083,0 -7.917252,3.6349996 -8.90625,7.1875 -0.494499,1.7762502 -0.521345,3.56354 -0.03125,5.03125 0.490095,1.46771 1.71342,2.65625 3.375,2.65625 1.661459,0 3.301374,-0.95354 4.84375,-2.25 1.542376,-1.29646 2.96701,-2.983883 3.96875,-4.71875 1.00174,-1.7348671 1.634942,-3.5127829 1.25,-5.15625 -0.192471,-0.8217335 -0.714749,-1.5830547 -1.5,-2.0625 -0.785251,-0.47944534 -1.773439,-0.6875 -3,-0.6875 z"
           id="path2997"
           inkscape:original="M 37.84375 1.5 C 28.95865 1.5 27.282885 14.5 32.28125 14.5 C 37.278893 14.5 46.729211 1.5 37.84375 1.5 z "
           inkscape:radius="0.95043164"
           sodipodi:type="inkscape:offset"
           style="fill:none;stroke:url(#linearGradient3019);stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
        <path
           d="M 27.5,15.53125 C 23.819995,15.47058 19.677609,16.333022 16.125,18.125 12.575638,19.91534 9.6229376,22.691517 8.75,26.5 c -0.9646782,4.205708 0.9515374,8.842237 4.21875,12.53125 3.258685,3.679384 7.894222,6.4375 12.84375,6.4375 2.570406,0 5.10777,-1.130492 7.21875,-2.84375 2.11098,-1.713258 3.831891,-4.070279 4.375,-6.875 0.100703,-0.519236 -0.02032,-1.429892 -0.28125,-1.875 -0.414813,-0.707611 -0.894261,-0.902286 -1.3125,-1.09375 -1.144941,-0.524136 -2.200941,-0.560419 -3.46875,-0.4375 -1.219835,0.118268 -2.371316,0.390595 -3.40625,0.9375 -0.560226,0.296048 -0.937728,0.578562 -1.28125,1 -0.06516,0.07994 -0.114187,0.144039 -0.1875,0.25 -0.03666,0.05298 -0.05234,0.08257 -0.15625,0.3125 -0.103914,0.229935 -0.156273,1.06233 -0.15625,1.0625 0.156008,1.160732 -0.300363,1.86629 -0.84375,2.15625 -0.574304,0.306457 -1.455743,0.297783 -2.53125,-0.5 -0.955107,-0.708446 -1.348186,-1.259865 -1.46875,-1.6875 -0.09484,-0.33638 -0.01999,-0.746683 0.28125,-1.1875 0.729946,-1.068154 2.530936,-2.245317 4.71875,-3.5625 2.169424,-1.306111 4.542577,-2.691593 6.40625,-4.375 0.912768,-0.824479 1.706626,-1.69443 2.25,-2.75 0.543374,-1.05557 0.778391,-2.343948 0.5625,-3.59375 -0.283022,-1.638407 -1.573119,-2.94349 -3.15625,-3.6875 -1.617983,-0.760389 -3.644303,-1.150724 -5.875,-1.1875 z"
           id="path2995"
           inkscape:original="M 27.46875 17.5 C 24.13271 17.445001 20.212818 18.254417 17 19.875 C 13.787182 21.495583 11.357566 23.877774 10.65625 26.9375 C 9.9082662 30.198485 11.481937 34.381621 14.4375 37.71875 C 17.393063 41.055879 21.630577 43.5 25.8125 43.5 C 29.711024 43.5 34.609468 39.812504 35.46875 35.375 C 35.524005 35.090099 35.493476 34.970487 35.4375 34.875 C 35.381524 34.779513 35.252848 34.67825 35 34.5625 C 34.494303 34.331 33.527631 34.215897 32.53125 34.3125 C 31.534869 34.409103 30.507193 34.680657 29.84375 35.03125 C 29.512029 35.206546 29.287309 35.408803 29.1875 35.53125 C 29.087691 35.653697 29.093659 35.65557 29.09375 35.65625 C 29.339341 37.483495 28.602819 39.090615 27.25 39.8125 C 25.897181 40.534385 24.140861 40.303857 22.59375 39.15625 C 21.444374 38.303706 20.691185 37.416899 20.40625 36.40625 C 20.121315 35.395601 20.414919 34.372938 20.96875 33.5625 C 22.076412 31.941623 24.103835 30.748422 26.28125 29.4375 C 28.458665 28.126578 30.780403 26.749835 32.40625 25.28125 C 34.032097 23.812665 34.885195 22.437189 34.59375 20.75 C 34.433192 19.820534 33.782311 19.08795 32.53125 18.5 C 31.280189 17.91205 29.470405 17.533 27.46875 17.5 z "
           inkscape:radius="1.9700731"
           sodipodi:type="inkscape:offset"
           style="fill:none;stroke:url(#linearGradient3011);stroke-width:0.99999994;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
        <path
           d="M 23.5625,2.59375 C 22.04759,2.7779966 20.907689,3.6091831 20.28125,4.6875 19.654811,5.7658169 19.475654,7.0365166 19.5625,8.25 c 0.08685,1.2134834 0.445718,2.392553 1,3.34375 0.554282,0.951197 1.358918,1.778482 2.5,1.84375 1.245722,0.07128 2.12534,-0.832678 2.78125,-1.84375 C 26.49966,10.582678 26.978531,9.2903666 27.21875,8 27.458969,6.7096334 27.470563,5.3998619 26.9375,4.28125 26.404437,3.1626381 25.106931,2.4059809 23.5625,2.59375 z"
           id="path2999"
           inkscape:original="M 23.6875 3.53125 C 18.652699 4.1435932 20.444137 12.346659 23.125 12.5 C 25.804774 12.653342 28.724119 2.9189068 23.6875 3.53125 z "
           inkscape:radius="0.93958104"
           sodipodi:type="inkscape:offset"
           style="fill:none;stroke:url(#linearGradient3027);stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
        <path
           d="M 8.84375,10.96875 C 8.2326827,10.94736 7.647776,11.187005 7.125,11.5625 c -1.0442823,0.750536 -1.5685271,1.882914 -1.59375,2.96875 -0.025223,1.085836 0.3492409,2.122972 0.875,3.03125 0.5257591,0.908278 1.2306272,1.676784 2,2.21875 0.7693728,0.541966 1.724138,0.9409 2.6875,0.5 0.938304,-0.429618 1.198152,-1.339178 1.3125,-2.21875 C 12.520598,17.182928 12.454069,16.191707 12.25,15.21875 12.045931,14.245793 11.705034,13.291412 11.1875,12.5 10.669966,11.708588 9.8932255,11.005487 8.84375,10.96875 z"
           id="path3001"
           inkscape:original="M 8.8125 11.9375 C 8.4606561 11.925184 8.0926115 12.05277 7.6875 12.34375 C 4.4480637 14.671966 8.7815845 20.278527 10.6875 19.40625 C 12.355175 18.642678 11.275407 12.023715 8.8125 11.9375 z "
           inkscape:radius="0.97573626"
           sodipodi:type="inkscape:offset"
           style="fill:none;stroke:url(#linearGradient3043);stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
        <path
           d="m 15.9375,5.625 c -0.618453,-0.1493425 -1.274627,-0.062256 -1.90625,0.1875 -1.269521,0.5020115 -2.063099,1.5306338 -2.34375,2.625 -0.280651,1.0943662 -0.11156,2.218906 0.25,3.25 0.36156,1.031094 0.9253,1.98053 1.625,2.6875 0.6997,0.70697 1.594889,1.270352 2.65625,1.0625 1.025992,-0.20045 1.545635,-1.076202 1.875,-1.9375 0.329365,-0.861298 0.496843,-1.84843 0.5,-2.875 0.0032,-1.0265703 -0.151159,-2.0881992 -0.53125,-3 -0.380091,-0.9118008 -1.06753,-1.7446448 -2.125,-2 z"
           id="path3003"
           inkscape:original="M 15.71875 6.5625 C 15.339365 6.4708871 14.912003 6.5187657 14.40625 6.71875 C 10.3595 8.3189717 13.764225 14.912713 16.03125 14.46875 C 18.016485 14.080891 18.374445 7.2037903 15.71875 6.5625 z "
           inkscape:radius="0.98042816"
           sodipodi:type="inkscape:offset"
           style="fill:none;stroke:url(#linearGradient3035);stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
      </g>
      <path
         d="m 37.836287,2.5000004 c -8.885099,0 -10.551823,13.0000026 -5.553458,13.0000026 4.997643,0 14.438919,-13.0000026 5.553458,-13.0000026 z"
         id="path4490"
         style="fill:url(#radialGradient3082);fill-opacity:1;fill-rule:nonzero;stroke:#2e3436;stroke-width:1.00000048;stroke-miterlimit:4;stroke-dasharray:none" />
      <path
         d="m 23.118531,13.498207 c 2.679773,0.153342 5.619921,-9.5828262 0.583302,-8.970483 -5.0348,0.6123432 -3.264165,8.817142 -0.583302,8.970483 z"
         id="path4492"
         style="fill:url(#radialGradient3079);fill-opacity:1;fill-rule:nonzero;stroke:#2e3436;stroke-width:1.00000036;stroke-miterlimit:4;stroke-dasharray:none" />
      <path
         d="m 10.673889,20.408945 c 1.905915,-0.872654 0.245468,-9.408186 -2.9954244,-7.080348 -3.2394365,2.328216 1.0895089,7.952625 2.9954244,7.080348 z"
         id="path4494"
         style="fill:url(#radialGradient3076);fill-opacity:1;fill-rule:nonzero;stroke:#2e3436;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none" />
      <path
         d="m 16.043979,15.478633 c 2.268841,-0.443268 2.393212,-9.3615813 -1.652812,-7.7617068 -4.04675,1.6002216 -0.614213,8.2056698 1.652812,7.7617068 l 0,0 z"
         id="path4496"
         style="fill:url(#radialGradient3073);fill-opacity:1;fill-rule:nonzero;stroke:#2e3436;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none" />
      <path
         d="m 28.088174,36.787402 c 0.406855,3.027068 -2.279419,4.521983 -4.910198,2.570539 -8.374904,-6.212043 13.866533,-9.310724 12.400456,-17.797902 -1.216891,-7.04454 -23.402831,-4.875749 -25.9292301,6.146517 -1.7101166,7.455597 7.0392991,17.798617 16.1687401,17.798617 4.491216,0 9.671549,-3.950871 10.640724,-8.955884 0.740207,-3.816595 -8.710089,-2.287308 -8.370492,0.238113 l 0,0 z"
         id="path4498"
         style="fill:url(#radialGradient3070);fill-opacity:1;fill-rule:nonzero;stroke:#2e3436;stroke-width:0.99999994;stroke-miterlimit:4;stroke-dasharray:none" />
      <path
         d="m 27.5,17.03125 c -3.416216,-0.05632 -7.425777,0.776486 -10.71875,2.4375 -3.292973,1.661014 -5.851666,4.137408 -6.59375,7.375 -0.7974855,3.476797 0.878528,7.768896 3.90625,11.1875 3.027722,3.418604 7.359856,5.9375 11.71875,5.9375 4.172531,0 9.214913,-3.800131 10.125,-8.5 0.07249,-0.373744 0.02281,-0.613662 -0.09375,-0.8125 -0.116562,-0.198838 -0.340691,-0.386792 -0.65625,-0.53125 -0.631118,-0.288916 -1.667825,-0.383142 -2.71875,-0.28125 -1.050925,0.101892 -2.104663,0.390683 -2.84375,0.78125 -0.369544,0.195283 -0.655007,0.431784 -0.8125,0.625 -0.157493,0.193216 -0.207174,0.322444 -0.1875,0.46875 0.226098,1.682213 -0.427818,3.065341 -1.59375,3.6875 -1.165932,0.622159 -2.716266,0.443143 -4.15625,-0.625 -1.101983,-0.81739 -1.78741,-1.635111 -2.03125,-2.5 -0.24384,-0.864889 -0.0024,-1.702362 0.5,-2.4375 1.004746,-1.470277 3.015435,-2.692299 5.1875,-4 2.172065,-1.307701 4.504879,-2.667632 6.1875,-4.1875 1.682621,-1.519868 2.669903,-3.111889 2.34375,-5 C 34.870686,19.545843 34.057148,18.691496 32.71875,18.0625 31.380352,17.433504 29.549746,17.065043 27.5,17.03125 z"
         id="path2981"
         inkscape:original="M 27.5 16.5 C 20.481073 16.384283 11.235249 19.829834 9.65625 26.71875 C 7.946133 34.174347 16.683059 44.5 25.8125 44.5 C 30.303716 44.5 35.499575 40.567513 36.46875 35.5625 C 37.208955 31.745904 27.754153 33.255829 28.09375 35.78125 C 28.500604 38.808317 25.818279 40.295194 23.1875 38.34375 C 14.812595 32.131707 37.059827 29.049678 35.59375 20.5625 C 35.137417 17.920797 31.711356 16.56943 27.5 16.5 z "
         inkscape:radius="-0.54594553"
         sodipodi:type="inkscape:offset"
         style="opacity:0.7;fill:url(#radialGradient2991);fill-opacity:1;fill-rule:nonzero;stroke:none"
         transform="translate(0,1)" />
      <g
         id="g2836"
         style="opacity:0.3;stroke:#2e3436">
        <path
           d="m 27.46875,17.5 c -3.33604,-0.055 -7.255932,0.754417 -10.46875,2.375 -3.212818,1.620583 -5.642434,4.002774 -6.34375,7.0625 -0.7479838,3.260985 0.825687,7.444121 3.78125,10.78125 2.955563,3.337129 7.193077,5.78125 11.375,5.78125 3.898524,0 8.796968,-3.687496 9.65625,-8.125 0.05526,-0.284901 0.02473,-0.404513 -0.03125,-0.5 -0.05598,-0.09549 -0.184652,-0.19675 -0.4375,-0.3125 -0.505697,-0.2315 -1.472369,-0.346603 -2.46875,-0.25 -0.996381,0.0966 -2.024057,0.368157 -2.6875,0.71875 -0.331721,0.175296 -0.556441,0.377553 -0.65625,0.5 -0.09981,0.122447 -0.09384,0.12432 -0.09375,0.125 0.245591,1.827245 -0.490931,3.434365 -1.84375,4.15625 -1.352819,0.721885 -3.109139,0.491357 -4.65625,-0.65625 -1.149376,-0.852544 -1.902565,-1.739351 -2.1875,-2.75 -0.284935,-1.010649 0.0087,-2.033312 0.5625,-2.84375 1.107662,-1.620877 3.135085,-2.814078 5.3125,-4.125 2.177415,-1.310922 4.499153,-2.687665 6.125,-4.15625 1.625847,-1.468585 2.478945,-2.844061 2.1875,-4.53125 -0.160558,-0.929466 -0.811439,-1.66205 -2.0625,-2.25 -1.251061,-0.58795 -3.060845,-0.967 -5.0625,-1 z"
           id="path2853"
           inkscape:original="M 27.5 16.5 C 20.481073 16.384283 11.235249 19.829834 9.65625 26.71875 C 7.946133 34.174347 16.683059 44.5 25.8125 44.5 C 30.303716 44.5 35.499575 40.567513 36.46875 35.5625 C 37.208955 31.745904 27.754153 33.255829 28.09375 35.78125 C 28.500604 38.808317 25.818279 40.295194 23.1875 38.34375 C 14.812595 32.131707 37.059827 29.049678 35.59375 20.5625 C 35.137417 17.920797 31.711356 16.56943 27.5 16.5 z "
           inkscape:radius="-1.0153533"
           sodipodi:type="inkscape:offset"
           style="fill:none;stroke:url(#linearGradient2802);stroke-width:0.99999994;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
           transform="translate(0,1)" />
        <path
           d="m 37.84375,2.5 c -3.947445,0 -6.185167,2.8543541 -7,5.78125 -0.407416,1.4634479 -0.411918,2.922167 -0.09375,3.875 0.318168,0.952833 0.721708,1.34375 1.53125,1.34375 0.809298,0 2.211321,-0.676753 3.5625,-1.8125 C 37.194929,10.551753 38.504459,9.0076497 39.375,7.5 40.245541,5.9923503 40.616707,4.5151049 40.4375,3.75 40.347896,3.3674476 40.209065,3.160548 39.84375,2.9375 39.478435,2.714452 38.830661,2.5 37.84375,2.5 z"
           id="path2920"
           inkscape:original="M 37.84375 1.5 C 28.95865 1.5 27.282885 14.5 32.28125 14.5 C 37.278893 14.5 46.729211 1.5 37.84375 1.5 z "
           inkscape:radius="-1.0151668"
           sodipodi:type="inkscape:offset"
           style="color:#000000;fill:none;stroke:url(#linearGradient2804);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
           transform="translate(0,1)" />
        <path
           d="m 23.8125,4.53125 c -0.980763,0.1192824 -1.4847,0.5382012 -1.84375,1.15625 -0.35905,0.6180488 -0.503421,1.5163998 -0.4375,2.4375 0.06592,0.9211002 0.347946,1.8324168 0.71875,2.46875 0.370804,0.636333 0.778082,0.865882 0.9375,0.875 0.04534,0.0026 0.51937,-0.196619 1,-0.9375 0.48063,-0.7408808 0.931905,-1.8377651 1.125,-2.875 C 25.505595,6.6190151 25.427964,5.6296051 25.1875,5.125 24.947036,4.6203949 24.762186,4.4157888 23.8125,4.53125 z"
           id="path2922"
           inkscape:original="M 23.6875 3.53125 C 18.652699 4.1435932 20.444137 12.346659 23.125 12.5 C 25.804774 12.653342 28.724119 2.9189068 23.6875 3.53125 z "
           inkscape:radius="-1.0192616"
           sodipodi:type="inkscape:offset"
           style="color:#000000;fill:none;stroke:url(#linearGradient2804);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
           transform="translate(0,1)" />
        <path
           d="m 8.78125,12.9375 c -0.089821,-0.0031 -0.2450739,0.0132 -0.53125,0.21875 -0.5729038,0.411752 -0.7362883,0.815966 -0.75,1.40625 -0.013712,0.590284 0.2347971,1.357153 0.625,2.03125 0.3902029,0.674097 0.9298551,1.258165 1.40625,1.59375 0.476395,0.335585 0.765663,0.305331 0.75,0.3125 -0.110098,0.05041 0.112448,-0.110191 0.1875,-0.6875 0.07505,-0.577309 0.04007,-1.400491 -0.125,-2.1875 C 10.178682,14.837991 9.8869629,14.058668 9.5625,13.5625 9.2380371,13.066332 8.9585431,12.943706 8.78125,12.9375 z"
           id="path2926"
           inkscape:original="M 8.8125 11.9375 C 8.4606561 11.925184 8.0926115 12.05277 7.6875 12.34375 C 4.4480637 14.671966 8.7815845 20.278527 10.6875 19.40625 C 12.355175 18.642678 11.275407 12.023715 8.8125 11.9375 z "
           inkscape:radius="-0.98627526"
           sodipodi:type="inkscape:offset"
           style="color:#000000;fill:none;stroke:url(#linearGradient2806);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
           transform="translate(0,1)" />
        <path
           d="m 15.5,7.5 c -0.140497,-0.033927 -0.338772,-0.02525 -0.71875,0.125 -0.754048,0.2981762 -1.039183,0.7029067 -1.1875,1.28125 -0.148317,0.5783433 -0.07969,1.363025 0.1875,2.125 0.267192,0.761975 0.70633,1.482906 1.15625,1.9375 0.44992,0.454594 0.833726,0.545453 0.90625,0.53125 -0.03298,0.0064 0.224347,-0.130101 0.4375,-0.6875 0.213153,-0.557399 0.341224,-1.397324 0.34375,-2.21875 C 16.627526,9.7723241 16.487721,8.9765178 16.25,8.40625 16.012279,7.8359822 15.770674,7.5653616 15.5,7.5 z"
           id="path2924"
           inkscape:original="M 15.71875 6.5625 C 15.339365 6.4708871 14.912003 6.5187657 14.40625 6.71875 C 10.3595 8.3189717 13.764225 14.912713 16.03125 14.46875 C 18.016485 14.080891 18.374445 7.2037903 15.71875 6.5625 z "
           inkscape:radius="-0.9796893"
           sodipodi:type="inkscape:offset"
           style="color:#000000;fill:none;stroke:url(#linearGradient2804);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
           transform="translate(0,1)" />
      </g>
    </g>
    <g
       id="g32"
       style="display:inline;enable-background:new"
       transform="translate(303,126)">
      <g
         id="g2826"
         style="opacity:0.5">
        <path
           d="m 37.84375,0.5625 c -4.906083,0 -7.917252,3.6349996 -8.90625,7.1875 -0.494499,1.7762502 -0.521345,3.56354 -0.03125,5.03125 0.490095,1.46771 1.71342,2.65625 3.375,2.65625 1.661459,0 3.301374,-0.95354 4.84375,-2.25 1.542376,-1.29646 2.96701,-2.983883 3.96875,-4.71875 1.00174,-1.7348671 1.634942,-3.5127829 1.25,-5.15625 -0.192471,-0.8217335 -0.714749,-1.5830547 -1.5,-2.0625 -0.785251,-0.47944534 -1.773439,-0.6875 -3,-0.6875 z"
           id="path95"
           inkscape:original="M 37.84375 1.5 C 28.95865 1.5 27.282885 14.5 32.28125 14.5 C 37.278893 14.5 46.729211 1.5 37.84375 1.5 z "
           inkscape:radius="0.95043164"
           sodipodi:type="inkscape:offset"
           style="fill:none;stroke:url(#linearGradient3097);stroke-width:1.51730716;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
           transform="matrix(0.646681,0,0,0.671681,1.035749,0.130928)" />
        <path
           d="M 27.5,15.53125 C 23.819995,15.47058 19.677609,16.333022 16.125,18.125 12.575638,19.91534 9.6229376,22.691517 8.75,26.5 c -0.9646782,4.205708 0.9515374,8.842237 4.21875,12.53125 3.258685,3.679384 7.894222,6.4375 12.84375,6.4375 2.570406,0 5.10777,-1.130492 7.21875,-2.84375 2.11098,-1.713258 3.831891,-4.070279 4.375,-6.875 0.100703,-0.519236 -0.02032,-1.429892 -0.28125,-1.875 -0.414813,-0.707611 -0.894261,-0.902286 -1.3125,-1.09375 -1.144941,-0.524136 -2.200941,-0.560419 -3.46875,-0.4375 -1.219835,0.118268 -2.371316,0.390595 -3.40625,0.9375 -0.560226,0.296048 -0.937728,0.578562 -1.28125,1 -0.06516,0.07994 -0.114187,0.144039 -0.1875,0.25 -0.03666,0.05298 -0.05234,0.08257 -0.15625,0.3125 -0.103914,0.229935 -0.156273,1.06233 -0.15625,1.0625 0.156008,1.160732 -0.300363,1.86629 -0.84375,2.15625 -0.574304,0.306457 -1.455743,0.297783 -2.53125,-0.5 -0.955107,-0.708446 -1.348186,-1.259865 -1.46875,-1.6875 -0.09484,-0.33638 -0.01999,-0.746683 0.28125,-1.1875 0.729946,-1.068154 2.530936,-2.245317 4.71875,-3.5625 2.169424,-1.306111 4.542577,-2.691593 6.40625,-4.375 0.912768,-0.824479 1.706626,-1.69443 2.25,-2.75 0.543374,-1.05557 0.778391,-2.343948 0.5625,-3.59375 -0.283022,-1.638407 -1.573119,-2.94349 -3.15625,-3.6875 -1.617983,-0.760389 -3.644303,-1.150724 -5.875,-1.1875 z"
           id="path97"
           inkscape:original="M 27.46875 17.5 C 24.13271 17.445001 20.212818 18.254417 17 19.875 C 13.787182 21.495583 11.357566 23.877774 10.65625 26.9375 C 9.9082662 30.198485 11.481937 34.381621 14.4375 37.71875 C 17.393063 41.055879 21.630577 43.5 25.8125 43.5 C 29.711024 43.5 34.609468 39.812504 35.46875 35.375 C 35.524005 35.090099 35.493476 34.970487 35.4375 34.875 C 35.381524 34.779513 35.252848 34.67825 35 34.5625 C 34.494303 34.331 33.527631 34.215897 32.53125 34.3125 C 31.534869 34.409103 30.507193 34.680657 29.84375 35.03125 C 29.512029 35.206546 29.287309 35.408803 29.1875 35.53125 C 29.087691 35.653697 29.093659 35.65557 29.09375 35.65625 C 29.339341 37.483495 28.602819 39.090615 27.25 39.8125 C 25.897181 40.534385 24.140861 40.303857 22.59375 39.15625 C 21.444374 38.303706 20.691185 37.416899 20.40625 36.40625 C 20.121315 35.395601 20.414919 34.372938 20.96875 33.5625 C 22.076412 31.941623 24.103835 30.748422 26.28125 29.4375 C 28.458665 28.126578 30.780403 26.749835 32.40625 25.28125 C 34.032097 23.812665 34.885195 22.437189 34.59375 20.75 C 34.433192 19.820534 33.782311 19.08795 32.53125 18.5 C 31.280189 17.91205 29.470405 17.533 27.46875 17.5 z "
           inkscape:radius="1.9700731"
           sodipodi:type="inkscape:offset"
           style="fill:none;stroke:url(#linearGradient3099);stroke-width:1.43729961;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
           transform="matrix(0.690717,0,0,0.700818,-0.361533,-0.382484)" />
        <path
           d="M 23.5625,2.59375 C 22.04759,2.7779966 20.907689,3.6091831 20.28125,4.6875 19.654811,5.7658169 19.475654,7.0365166 19.5625,8.25 c 0.08685,1.2134834 0.445718,2.392553 1,3.34375 0.554282,0.951197 1.358918,1.778482 2.5,1.84375 1.245722,0.07128 2.12534,-0.832678 2.78125,-1.84375 C 26.49966,10.582678 26.978531,9.2903666 27.21875,8 27.458969,6.7096334 27.470563,5.3998619 26.9375,4.28125 26.404437,3.1626381 25.106931,2.4059809 23.5625,2.59375 z"
           id="path99"
           inkscape:original="M 23.6875 3.53125 C 18.652699 4.1435932 20.444137 12.346659 23.125 12.5 C 25.804774 12.653342 28.724119 2.9189068 23.6875 3.53125 z "
           inkscape:radius="0.93958104"
           sodipodi:type="inkscape:offset"
           style="fill:none;stroke:url(#linearGradient3101);stroke-width:1.36613142;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
           transform="matrix(0.738429,0,0,0.725615,-1.930358,-0.361311)" />
        <path
           d="M 8.84375,10.96875 C 8.2326827,10.94736 7.647776,11.187005 7.125,11.5625 c -1.0442823,0.750536 -1.5685271,1.882914 -1.59375,2.96875 -0.025223,1.085836 0.3492409,2.122972 0.875,3.03125 0.5257591,0.908278 1.2306272,1.676784 2,2.21875 0.7693728,0.541966 1.724138,0.9409 2.6875,0.5 0.938304,-0.429618 1.198152,-1.339178 1.3125,-2.21875 C 12.520598,17.182928 12.454069,16.191707 12.25,15.21875 12.045931,14.245793 11.705034,13.291412 11.1875,12.5 10.669966,11.708588 9.8932255,11.005487 8.84375,10.96875 z"
           id="path101"
           inkscape:original="M 8.8125 11.9375 C 8.4606561 11.925184 8.0926115 12.05277 7.6875 12.34375 C 4.4480637 14.671966 8.7815845 20.278527 10.6875 19.40625 C 12.355175 18.642678 11.275407 12.023715 8.8125 11.9375 z "
           inkscape:radius="0.97573626"
           sodipodi:type="inkscape:offset"
           style="fill:none;stroke:url(#linearGradient3112);stroke-width:1.52575243;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
           transform="matrix(0.670709,-0.09294505,0.103826,0.626081,-3.69788,2.464307)" />
        <path
           d="m 15.9375,5.625 c -0.618453,-0.1493425 -1.274627,-0.062256 -1.90625,0.1875 -1.269521,0.5020115 -2.063099,1.5306338 -2.34375,2.625 -0.280651,1.0943662 -0.11156,2.218906 0.25,3.25 0.36156,1.031094 0.9253,1.98053 1.625,2.6875 0.6997,0.70697 1.594889,1.270352 2.65625,1.0625 1.025992,-0.20045 1.545635,-1.076202 1.875,-1.9375 0.329365,-0.861298 0.496843,-1.84843 0.5,-2.875 0.0032,-1.0265703 -0.151159,-2.0881992 -0.53125,-3 -0.380091,-0.9118008 -1.06753,-1.7446448 -2.125,-2 z"
           id="path103"
           inkscape:original="M 15.71875 6.5625 C 15.339365 6.4708871 14.912003 6.5187657 14.40625 6.71875 C 10.3595 8.3189717 13.764225 14.912713 16.03125 14.46875 C 18.016485 14.080891 18.374445 7.2037903 15.71875 6.5625 z "
           inkscape:radius="0.98042816"
           sodipodi:type="inkscape:offset"
           style="fill:none;stroke:url(#linearGradient3116);stroke-width:1.43693066;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
           transform="matrix(0.686999,0,0,0.704973,-1.432808,0.586176)" />
      </g>
      <path
         d="m 25.362812,1.5000001 c -5.18297,0 -6.155226,7.9999981 -3.239514,7.9999981 2.915288,0 8.422697,-7.9999981 3.239514,-7.9999981 z"
         id="path105"
         style="fill:url(#radialGradient2983);fill-opacity:1;fill-rule:nonzero;stroke:#2e3436;stroke-width:1.00000048;stroke-miterlimit:4;stroke-dasharray:none" />
      <path
         d="m 15.262059,8.4988127 c 1.803274,0.1016336 3.781761,-6.3514021 0.392516,-5.945547 -3.388022,0.4058549 -2.196525,5.8439141 -0.392516,5.945547 z"
         id="path107"
         style="fill:url(#radialGradient2980);fill-opacity:1;fill-rule:nonzero;stroke:#2e3436;stroke-width:1.00000048;stroke-miterlimit:4;stroke-dasharray:none" />
      <path
         d="M 5.284619,13.347655 C 6.281533,12.743514 4.535598,8.3237128 2.920063,9.8000681 1.305389,11.276518 4.287668,13.951597 5.284619,13.347655 z"
         id="path109"
         style="fill:url(#radialGradient2977);fill-opacity:1;fill-rule:nonzero;stroke:#2e3436;stroke-width:1.00000095;stroke-miterlimit:4;stroke-dasharray:none" />
      <path
         d="m 18.878404,24.805137 c 0.269972,2.087921 -1.512532,3.119039 -3.258211,1.773029 -5.557251,-4.284758 9.201275,-6.422074 8.228446,-12.276108 C 23.041157,9.4430839 8.319458,10.939009 6.6430409,18.54162 5.5082762,23.684121 11.314037,30.818222 17.371968,30.818222 c 2.980191,0 6.417652,-2.725114 7.060758,-6.177324 0.491172,-2.632497 -5.779666,-1.577671 -5.554322,0.164239 l 0,0 z"
         id="path111"
         style="fill:url(#radialGradient2971);fill-opacity:1;fill-rule:nonzero;stroke:#2e3436;stroke-width:1.00000072;stroke-miterlimit:4;stroke-dasharray:none" />
      <path
         d="m 27.5,17.03125 c -3.416216,-0.05632 -7.425777,0.776486 -10.71875,2.4375 -3.292973,1.661014 -5.851666,4.137408 -6.59375,7.375 -0.7974855,3.476797 0.878528,7.768896 3.90625,11.1875 3.027722,3.418604 7.359856,5.9375 11.71875,5.9375 4.172531,0 9.214913,-3.800131 10.125,-8.5 0.07249,-0.373744 0.02281,-0.613662 -0.09375,-0.8125 -0.116562,-0.198838 -0.340691,-0.386792 -0.65625,-0.53125 -0.631118,-0.288916 -1.667825,-0.383142 -2.71875,-0.28125 -1.050925,0.101892 -2.104663,0.390683 -2.84375,0.78125 -0.369544,0.195283 -0.655007,0.431784 -0.8125,0.625 -0.157493,0.193216 -0.207174,0.322444 -0.1875,0.46875 0.226098,1.682213 -0.427818,3.065341 -1.59375,3.6875 -1.165932,0.622159 -2.716266,0.443143 -4.15625,-0.625 -1.101983,-0.81739 -1.78741,-1.635111 -2.03125,-2.5 -0.24384,-0.864889 -0.0024,-1.702362 0.5,-2.4375 1.004746,-1.470277 3.015435,-2.692299 5.1875,-4 2.172065,-1.307701 4.504879,-2.667632 6.1875,-4.1875 1.682621,-1.519868 2.669903,-3.111889 2.34375,-5 C 34.870686,19.545843 34.057148,18.691496 32.71875,18.0625 31.380352,17.433504 29.549746,17.065043 27.5,17.03125 z"
         id="path113"
         inkscape:original="M 27.5 16.5 C 20.481073 16.384283 11.235249 19.829834 9.65625 26.71875 C 7.946133 34.174347 16.683059 44.5 25.8125 44.5 C 30.303716 44.5 35.499575 40.567513 36.46875 35.5625 C 37.208955 31.745904 27.754153 33.255829 28.09375 35.78125 C 28.500604 38.808317 25.818279 40.295194 23.1875 38.34375 C 14.812595 32.131707 37.059827 29.049678 35.59375 20.5625 C 35.137417 17.920797 31.711356 16.56943 27.5 16.5 z "
         inkscape:radius="-0.54594553"
         sodipodi:type="inkscape:offset"
         style="fill:url(#radialGradient2951);fill-opacity:1;fill-rule:nonzero;stroke:none"
         transform="matrix(0.676806,0,0,0.68975,-0.243289,0.120764)" />
      <path
         d="m 27.46875,17.90625 c -3.270961,-0.05393 -7.164745,0.724735 -10.3125,2.3125 -3.147755,1.587765 -5.456777,3.89715 -6.125,6.8125 -0.707802,3.085806 0.790509,7.166506 3.6875,10.4375 2.896991,3.270994 7.055478,5.625 11.09375,5.625 3.676107,0 8.463207,-3.556712 9.28125,-7.78125 a 1.3965195,1.3965195 0 0 1 0,-0.03125 c 0.04127,-0.212784 0.0068,-0.175905 0,-0.1875 -0.0068,-0.01159 -0.04805,-0.09505 -0.25,-0.1875 -0.40389,-0.184894 -1.329143,-0.311061 -2.28125,-0.21875 -0.952107,0.09231 -1.960459,0.369355 -2.5625,0.6875 -0.30102,0.159073 -0.478265,0.341247 -0.53125,0.40625 -0.05298,0.065 0.0158,-0.06997 0,-0.1875 0.261414,1.94497 -0.526731,3.759666 -2.03125,4.5625 -1.504519,0.802834 -3.459681,0.52461 -5.09375,-0.6875 -1.187845,-0.881078 -1.994208,-1.808535 -2.3125,-2.9375 -0.318292,-1.128965 0.0294,-2.315939 0.625,-3.1875 1.191201,-1.743122 3.255742,-2.905213 5.4375,-4.21875 2.181758,-1.313537 4.482738,-2.698042 6.0625,-4.125 1.579762,-1.426958 2.325773,-2.663403 2.0625,-4.1875 -0.135187,-0.782592 -0.663583,-1.414117 -1.84375,-1.96875 -1.180167,-0.554633 -2.943631,-0.905144 -4.90625,-0.9375 z"
         id="path115"
         inkscape:original="M 27.5 16.5 C 20.481073 16.384283 11.235249 19.829834 9.65625 26.71875 C 7.946133 34.174347 16.683059 44.5 25.8125 44.5 C 30.303716 44.5 35.499575 40.567513 36.46875 35.5625 C 37.208955 31.745904 27.754153 33.255829 28.09375 35.78125 C 28.500604 38.808317 25.818279 40.295194 23.1875 38.34375 C 14.812595 32.131707 37.059827 29.049678 35.59375 20.5625 C 35.137417 17.920797 31.711356 16.56943 27.5 16.5 z "
         inkscape:radius="-1.3963798"
         sodipodi:type="inkscape:offset"
         style="opacity:0.2;fill:none;stroke:#2e3436;stroke-width:1.49644375;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
         transform="matrix(0.660525,0,0,0.676067,0.328382,0.36574)" />
      <path
         d="m 37.84375,2.84375 c -3.793895,0 -5.931814,2.6733103 -6.71875,5.5 -0.393468,1.4133449 -0.35313,2.848387 -0.0625,3.71875 0.29063,0.870363 0.545683,1.09375 1.21875,1.09375 0.672803,0 2.054446,-0.608745 3.375,-1.71875 1.320554,-1.110005 2.619224,-2.6224948 3.46875,-4.09375 0.849526,-1.4712552 1.146254,-2.8755867 1,-3.5 C 40.051873,3.5315433 39.954302,3.3694795 39.65625,3.1875 39.358198,3.0055205 38.792276,2.84375 37.84375,2.84375 z"
         id="path117"
         inkscape:original="M 37.84375 1.5 C 28.95865 1.5 27.282885 14.5 32.28125 14.5 C 37.278893 14.5 46.729211 1.5 37.84375 1.5 z "
         inkscape:radius="-1.3300062"
         sodipodi:type="inkscape:offset"
         style="opacity:0.2;fill:none;stroke:#2e3436;stroke-width:1.79024982;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
         transform="matrix(0.536273,0,0,0.581818,4.962887,0.845455)" />
      <path
         d="m 23.8125,4.53125 c -0.980763,0.1192824 -1.4847,0.5382012 -1.84375,1.15625 -0.35905,0.6180488 -0.503421,1.5163998 -0.4375,2.4375 0.06592,0.9211002 0.347946,1.8324168 0.71875,2.46875 0.370804,0.636333 0.778082,0.865882 0.9375,0.875 0.04534,0.0026 0.51937,-0.196619 1,-0.9375 0.48063,-0.7408808 0.931905,-1.8377651 1.125,-2.875 C 25.505595,6.6190151 25.427964,5.6296051 25.1875,5.125 24.947036,4.6203949 24.762186,4.4157888 23.8125,4.53125 z"
         id="path119"
         inkscape:original="M 23.6875 3.53125 C 18.652699 4.1435932 20.444137 12.346659 23.125 12.5 C 25.804774 12.653342 28.724119 2.9189068 23.6875 3.53125 z "
         inkscape:radius="-1.0192616"
         sodipodi:type="inkscape:offset"
         style="opacity:0.2;fill:none;stroke:#2e3436;stroke-width:1.84449363;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
         transform="matrix(0.512093,0,0,0.573981,3.481929,0.917149)" />
      <path
         d="m 8.78125,12.9375 c -0.089821,-0.0031 -0.2450739,0.0132 -0.53125,0.21875 -0.5729038,0.411752 -0.7362883,0.815966 -0.75,1.40625 -0.013712,0.590284 0.2347971,1.357153 0.625,2.03125 0.3902029,0.674097 0.9298551,1.258165 1.40625,1.59375 0.476395,0.335585 0.765663,0.305331 0.75,0.3125 -0.110098,0.05041 0.112448,-0.110191 0.1875,-0.6875 0.07505,-0.577309 0.04007,-1.400491 -0.125,-2.1875 C 10.178682,14.837991 9.8869629,14.058668 9.5625,13.5625 9.2380371,13.066332 8.9585431,12.943706 8.78125,12.9375 z"
         id="path121"
         inkscape:original="M 8.8125 11.9375 C 8.4606561 11.925184 8.0926115 12.05277 7.6875 12.34375 C 4.4480637 14.671966 8.7815845 20.278527 10.6875 19.40625 C 12.355175 18.642678 11.275407 12.023715 8.8125 11.9375 z "
         inkscape:radius="-0.98627526"
         sodipodi:type="inkscape:offset"
         style="opacity:0.2;fill:none;stroke:#2e3436;stroke-width:2.99075699;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
         transform="matrix(0.309204,-0.03309301,0.07589298,0.353447,-0.00895,6.218141)" />
      <path
         d="M 9.573106,10.48693 C 10.906798,10.215766 10.979907,4.7600932 8.6015353,5.7387975 6.2227372,6.7177142 8.240483,10.758519 9.573106,10.48693 l 0,0 z"
         id="path123"
         style="fill:url(#radialGradient3036);fill-opacity:1;fill-rule:nonzero;stroke:#2e3436;stroke-width:1.00000048;stroke-miterlimit:4;stroke-dasharray:none" />
      <path
         d="m 15.5,7.5 c -0.140497,-0.033927 -0.338772,-0.02525 -0.71875,0.125 -0.754048,0.2981762 -1.039183,0.7029067 -1.1875,1.28125 -0.148317,0.5783433 -0.07969,1.363025 0.1875,2.125 0.267192,0.761975 0.70633,1.482906 1.15625,1.9375 0.44992,0.454594 0.833726,0.545453 0.90625,0.53125 -0.03298,0.0064 0.224347,-0.130101 0.4375,-0.6875 0.213153,-0.557399 0.341224,-1.397324 0.34375,-2.21875 C 16.627526,9.7723241 16.487721,8.9765178 16.25,8.40625 16.012279,7.8359822 15.770674,7.5653616 15.5,7.5 z"
         id="path125"
         inkscape:original="M 15.71875 6.5625 C 15.339365 6.4708871 14.912003 6.5187657 14.40625 6.71875 C 10.3595 8.3189717 13.764225 14.912713 16.03125 14.46875 C 18.016485 14.080891 18.374445 7.2037903 15.71875 6.5625 z "
         inkscape:radius="-0.9796893"
         sodipodi:type="inkscape:offset"
         style="opacity:0.2;fill:none;stroke:#2e3436;stroke-width:2.49691343;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
         transform="matrix(0.321739,0,0,0.498527,4.151064,2.769207)" />
    </g>
    <g
       id="g22"
       style="display:inline;enable-background:new"
       transform="translate(303,177)">
      <g
         id="g6431"
         style="opacity:0.5">
        <path
           d="M 17.15625,0 C 15.253983,0 13.857109,0.97414707 13,2.1875 12.958886,2.0606843 12.907259,1.9393435 12.84375,1.8125 12.466236,1.0585137 11.455642,0.51567482 10.5,0.625 9.5772991,0.73059491 8.7943467,1.266873 8.375,1.9375 8.2517766,2.1345612 8.1696205,2.3257636 8.09375,2.53125 7.8772314,2.3282452 7.6305755,2.1426989 7.3125,2.0625 6.8933752,1.9568228 6.4571639,2.0263388 6.0625,2.1875 5.3035644,2.4974233 4.793101,3.1687933 4.625,3.84375 4.5044297,4.327862 4.5340397,4.8074 4.625,5.25 4.3657691,5.0831338 4.0318048,5.0097943 3.6875,5 3.3277786,4.9897672 2.9462731,5.0591422 2.625,5.25 c -0.6183105,0.3675427 -0.9809916,1.0651112 -1,1.6875 -0.019008,0.6223888 0.1938477,1.1230355 0.5,1.5625 0.3061523,0.4394645 0.7123698,0.8032991 1.15625,1.0625 0.4438802,0.2592009 0.9833491,0.492883 1.625,0.25 C 5.2718528,9.6740491 5.518003,9.3658312 5.65625,9.09375 5.794497,8.8216688 5.8520356,8.5792817 5.875,8.3125 5.8979644,8.0457183 5.8806931,7.774191 5.84375,7.5 6.230465,7.8399203 6.7442807,8.1026262 7.40625,7.96875 7.8606634,7.8770669 8.17632,7.5848724 8.375,7.3125 8.57368,7.0401276 8.6923845,6.7646582 8.78125,6.46875 8.7906736,6.4373709 8.8037178,6.4066195 8.8125,6.375 c 0.3443489,0.3872294 0.8059744,0.7160106 1.4375,0.75 0.925606,0.049838 1.603369,-0.7072845 2,-1.25 0.216538,0.8680438 1.09046,1.1591891 2.125,1.15625 2.527035,-0.00727 4.331744,-1.1828005 5,-2.28125 0.530958,-0.8727655 0.799916,-2.024983 0.53125,-3.0625 -0.134333,-0.5187585 -0.499471,-1.03122831 -1,-1.3125 C 18.405721,0.09372831 17.823941,0 17.15625,0 z"
           id="path5503"
           sodipodi:nodetypes="ccssscssscsssssssscssscscssssc"
           style="fill:url(#linearGradient6415);fill-opacity:1;fill-rule:nonzero;stroke:none" />
        <path
           d="M 10.09375,7.1875 C 8.6020652,7.4499535 7.0732859,8.0064675 5.8125,8.875 4.5517141,9.7435325 3.5146703,10.96359 3.15625,12.53125 c -0.4877623,2.131844 0.3278661,4.434714 1.78125,6.25 1.4533839,1.815286 3.6418414,3.1875 6.125,3.1875 2.585949,1e-6 5.320174,-1.846309 5.875,-4.71875 0.07932,-0.410007 8.76e-4,-0.88646 -0.21875,-1.25 -0.219626,-0.36354 -0.529685,-0.579822 -0.84375,-0.71875 -0.628131,-0.277856 -1.267519,-0.283048 -1.90625,-0.21875 -0.638731,0.0643 -1.265576,0.213484 -1.8125,0.5 -0.273462,0.143258 -0.553891,0.319273 -0.78125,0.59375 -0.227359,0.274477 -0.404882,0.700495 -0.34375,1.15625 0.05721,0.426701 0.0085,0.322268 0.03125,0.3125 0.02272,-0.0098 -0.231245,0.06605 -0.65625,-0.25 -0.382587,-0.284495 -0.4676954,-0.464505 -0.46875,-0.46875 -0.00105,-0.0042 -0.019812,0.02891 0.09375,-0.125 0.227123,-0.307814 1.084607,-0.928365 2.125,-1.53125 1.040393,-0.602885 2.25431,-1.254347 3.21875,-2.09375 0.96444,-0.839403 1.775595,-2.019421 1.53125,-3.4375 C 16.68097,8.4113372 15.520752,7.6203983 14.28125,7.28125 13.041748,6.9421017 11.582491,6.9255644 10.09375,7.1875 z"
           id="path5495"
           inkscape:original="M 10.25 8.15625 C 7.5076831 8.6387452 4.7099065 10.191734 4.125 12.75 C 3.3331552 16.210886 6.835242 21 11.0625 21 C 13.142093 21.000001 15.519988 19.385825 15.96875 17.0625 C 16.311492 15.290837 11.842755 16.0152 12 17.1875 C 12.188389 18.592665 11.030644 19.06211 9.8125 18.15625 C 5.9346211 15.272622 16.616346 13.814744 15.9375 9.875 C 15.655767 8.2399636 12.992317 7.6737548 10.25 8.15625 z "
           inkscape:radius="0.97852987"
           sodipodi:type="inkscape:offset"
           style="fill:url(#linearGradient6423);fill-opacity:1;fill-rule:nonzero;stroke:none" />
      </g>
      <path
         d="m 12.25,8.46875 c -0.606173,-0.010349 -1.249776,0.040747 -1.90625,0.15625 -1.3114898,0.2307492 -2.6441549,0.7187585 -3.6875,1.4375 -1.0433451,0.718741 -1.8027049,1.644957 -2.0625,2.78125 -0.3504555,1.531722 0.2685372,3.493145 1.5,5.03125 1.2314628,1.538105 3.038063,2.625 4.96875,2.625 1.828913,1e-6 4.041247,-1.479774 4.4375,-3.53125 0.02478,-0.128114 -0.0068,-0.178268 -0.03125,-0.21875 -0.02446,-0.04048 -0.06767,-0.072 -0.1875,-0.125 -0.23965,-0.10601 -0.715302,-0.172534 -1.1875,-0.125 -0.472198,0.04753 -0.966731,0.178984 -1.28125,0.34375 -0.157259,0.08238 -0.265873,0.19371 -0.3125,0.25 -0.04663,0.05629 -0.03037,0.0378 -0.03125,0.03125 0.112506,0.839163 -0.207332,1.57014 -0.84375,1.84375 -0.636418,0.27361 -1.393552,0.08319 -2.09375,-0.4375 -0.535305,-0.398058 -0.8803597,-0.799651 -1,-1.28125 -0.1196403,-0.481599 0.035711,-0.968625 0.3125,-1.34375 C 9.3973282,15.156 10.382116,14.611572 11.4375,14 c 1.055384,-0.611572 2.182347,-1.253052 2.96875,-1.9375 0.786403,-0.684448 1.195263,-1.323249 1.0625,-2.09375 C 15.369674,9.3937625 14.822017,8.9466197 13.875,8.6875 13.401491,8.5579402 12.856173,8.4790992 12.25,8.46875 z"
         id="path1911"
         inkscape:original="M 10.25 8.15625 C 7.5076831 8.6387452 4.7099065 10.191734 4.125 12.75 C 3.3331552 16.210886 6.835242 21 11.0625 21 C 13.142093 21.000001 15.519988 19.385825 15.96875 17.0625 C 16.311492 15.290837 11.842755 16.0152 12 17.1875 C 12.188389 18.592665 11.030644 19.06211 9.8125 18.15625 C 5.9346211 15.272622 16.616346 13.814744 15.9375 9.875 C 15.655767 8.2399636 12.992317 7.6737548 10.25 8.15625 z "
         inkscape:radius="-0.48443797"
         sodipodi:type="inkscape:offset"
         style="fill:url(#radialGradient7326);fill-opacity:1;fill-rule:nonzero;stroke:#2e3436;stroke-width:1.00128043;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
         transform="matrix(1,0,0,0.997444,0,0.05239347)" />
      <path
         d="M 10.6875,2.25 C 10.177853,2.3083246 9.9006562,2.4903422 9.71875,2.78125 9.5368438,3.0721578 9.4702013,3.5068641 9.5,3.9375 c 0.029799,0.4306359 0.1605181,0.8576415 0.34375,1.15625 0.183232,0.2986085 0.392404,0.4004591 0.5,0.40625 0.05596,0.00301 0.286876,-0.1182808 0.53125,-0.46875 C 11.119374,4.6807808 11.337746,4.1747931 11.4375,3.6875 11.537254,3.2002069 11.522238,2.7629062 11.40625,2.53125 11.290262,2.2995938 11.183082,2.1933055 10.6875,2.25 z"
         id="path2806"
         inkscape:original="M 10.625 1.75 C 8.0839768 2.0407975 8.959489 5.9271795 10.3125 6 C 11.664959 6.0728216 13.166941 1.4592026 10.625 1.75 z "
         inkscape:radius="-0.48984182"
         sodipodi:type="inkscape:offset"
         style="fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:#2e3436;stroke-width:1.04500914;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
         transform="matrix(0.996599,0,0,0.918839,0.03912288,0.446391)" />
      <path
         d="M 6.96875,3.5 C 6.9012828,3.482989 6.7970856,3.4922288 6.625,3.5625 6.265697,3.709227 6.1362209,3.8914969 6.0625,4.1875 5.9887791,4.4835031 6.0266317,4.894965 6.15625,5.28125 6.2858683,5.667535 6.5015794,6.0213925 6.71875,6.25 6.9359206,6.4786075 7.1057587,6.5351413 7.125,6.53125 7.1064496,6.5349928 7.1304368,6.5157286 7.1875,6.4375 7.2445632,6.3592714 7.3203336,6.2132805 7.375,6.03125 7.4843327,5.6671891 7.5386403,5.1824604 7.5,4.71875 7.4613597,4.2550396 7.3043955,3.8396166 7.15625,3.65625 7.0821772,3.5645667 7.0362172,3.517011 6.96875,3.5 z"
         id="path2810"
         inkscape:original="M 6.4375 3.09375 C 4.4720435 3.8963752 6.1176837 7.2226789 7.21875 7 C 8.3206982 6.7776693 8.4026039 2.291299 6.4375 3.09375 z "
         inkscape:radius="-0.49089125"
         sodipodi:type="inkscape:offset"
         style="fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:#2e3436;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" />
      <path
         d="M 3.34375,6.4375 C 3.0511994,6.6114011 3.0061197,6.7683738 3,6.96875 c -0.00612,0.2003762 0.0936,0.4806389 0.28125,0.75 0.18765,0.2693611 0.4459526,0.5152 0.6875,0.65625 0.2415474,0.14105 0.4166728,0.1328837 0.4375,0.125 -0.013967,0.00529 0.00471,0.020977 0.03125,-0.03125 C 4.4640369,8.4165233 4.4880363,8.3264843 4.5,8.1875 4.5239273,7.9095313 4.4662166,7.4970931 4.34375,7.15625 4.2212834,6.8154069 4.0384028,6.5503503 3.875,6.4375 3.7115972,6.3246497 3.6233874,6.2713766 3.34375,6.4375 z"
         id="path5469"
         inkscape:original="M 3.09375 6.03125 C 1.4641834 6.9999144 3.6349983 9.3316648 4.59375 8.96875 C 5.5525017 8.6056783 4.7240487 5.0627431 3.09375 6.03125 z "
         inkscape:radius="-0.48805442"
         sodipodi:type="inkscape:offset"
         style="fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:#2e3436;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
      <path
         d="m 17.15625,1.5 c -1.605715,0 -2.948248,1.1557328 -3.4375,2.21875 -0.244626,0.5315086 -0.266422,1.0067298 -0.125,1.28125 0.141422,0.2745202 0.453485,0.5 1.25,0.5 1.764764,0 3.035728,-1.1370193 3.46875,-2.1875 C 18.529011,2.7872597 18.531783,2.3199513 18.375,2.03125 18.218217,1.7425487 17.897278,1.5 17.15625,1.5 z"
         id="path1902"
         inkscape:original="M 17.15625 1 C 13.481585 1 11.191599 6 14.84375 6 C 18.803194 6 20.612822 1 17.15625 1 z "
         inkscape:radius="-0.51066899"
         sodipodi:type="inkscape:offset"
         style="fill:url(#radialGradient2797);fill-opacity:1;fill-rule:nonzero;stroke:#2e3436;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;display:inline" />
    </g>
    <g
       id="g16"
       style="display:inline;enable-background:new"
       transform="translate(303,219)">
      <g
         id="g2886"
         style="opacity:0.5">
        <path
           d="M 7.40625,5.15625 C 6.2956804,5.3417946 5.156171,5.7244341 4.1875,6.34375 3.218829,6.9630659 2.3779008,7.8640387 2.09375,9.0625 1.69874,10.727334 2.4973238,12.419681 3.6875,13.71875 4.8776762,15.017819 6.5604458,16 8.4375,16 c 1.0251404,0 1.995826,-0.425511 2.8125,-1.0625 0.816674,-0.636989 1.500066,-1.533241 1.71875,-2.625 0.0693,-0.345423 0.0064,-0.772901 -0.1875,-1.09375 -0.193914,-0.320849 -0.460549,-0.509883 -0.71875,-0.625 -0.505809,-0.225512 -0.997276,-0.228384 -1.46875,-0.1875 C 10.900985,10.204241 11.218851,10.058174 11.5,9.8125 12.201749,9.199297 12.855829,8.2419346 12.65625,7.125 12.463426,6.0458859 11.508921,5.4655249 10.5625,5.21875 9.6160791,4.9719751 8.5179941,4.9705092 7.40625,5.15625 z M 8.375,11.9375 c -0.031776,0.141852 -0.1462541,0.222201 -0.125,0.375 -0.00322,0.0015 0.016466,0.0077 -0.125,-0.09375 -0.1040176,-0.07459 -0.058868,-0.02473 -0.09375,-0.0625 0.04062,-0.04006 0.2509899,-0.146935 0.34375,-0.21875 z"
           id="path2848"
           inkscape:original="M 7.5625 6.125 C 5.5631498 6.4590346 3.4824223 7.5101462 3.0625 9.28125 C 2.4940104 11.677242 5.4026231 15 8.4375 15 C 9.9305033 15 11.67782 13.733453 12 12.125 C 12.246065 10.898467 9.1058589 11.375909 9.21875 12.1875 C 9.3539997 13.160304 8.4370432 13.658382 7.5625 13.03125 C 4.7784526 11.034896 12.174864 10.04001 11.6875 7.3125 C 11.485236 6.180554 9.5618502 5.7909654 7.5625 6.125 z "
           inkscape:radius="0.98537672"
           sodipodi:type="inkscape:offset"
           style="fill:url(#linearGradient2884);fill-opacity:1;fill-rule:nonzero;stroke:none"
           transform="matrix(0.999611,0,0,1.002225,0.00904504,-0.03559431)" />
        <path
           d="m 12.625,0 c -1.365949,0 -2.393969,0.7230467 -3,1.625 C 9.2639281,1.1508561 8.6037776,0.7966229 7.96875,0.875 7.2614789,0.96232512 6.6472899,1.4039588 6.34375,1.9375 6.3200591,1.9791422 6.3022344,2.0204487 6.28125,2.0625 6.0891212,1.9089876 5.855387,1.7830023 5.59375,1.71875 5.2449007,1.6330803 4.851866,1.6244243 4.53125,1.75 3.9199076,1.9894534 3.4843955,2.5426691 3.34375,3.09375 3.3027284,3.2544819 3.288595,3.4100517 3.28125,3.5625 3.1339069,3.5206518 2.9730261,3.4740274 2.8125,3.46875 2.470818,3.4575169 2.146683,3.5094275 1.875,3.6875 1.3588213,4.0260323 1.0131891,4.6500491 1,5.1875 0.98681092,5.7249509 1.1726828,6.1621692 1.40625,6.53125 1.6398172,6.9003308 1.9514395,7.2355628 2.3125,7.46875 2.6735605,7.7019372 3.1750117,7.9224876 3.8125,7.65625 4.1837647,7.5011298 4.4172849,7.2181476 4.53125,6.96875 4.6452151,6.7193524 4.6708777,6.4719745 4.6875,6.25 c 0.00158,-0.02114 -0.00121,-0.041508 0,-0.0625 0.2607176,0.1307442 0.585105,0.1994188 0.96875,0.125 0.4058494,-0.07854 0.7028059,-0.3032316 0.875,-0.53125 C 6.6173471,5.6672408 6.6944063,5.5522996 6.75,5.4375 7.0032696,5.7247077 7.3394025,5.9707144 7.84375,6 8.6942298,6.0494048 9.1233301,5.4763785 9.40625,5.03125 9.7635756,5.5701954 10.403805,6 11.125,6 12.866671,6 14.156169,4.7048719 14.71875,3.375 15.00004,2.7100641 15.128137,1.9643965 14.78125,1.21875 14.434364,0.47310345 13.553387,0 12.625,0 z"
           id="path2840"
           style="fill:url(#linearGradient2882);fill-opacity:1;fill-rule:nonzero;stroke:none" />
      </g>
      <path
         d="m 12.584774,1.4981912 c -2.223946,0 -2.641128,3.0036128 -1.390034,3.0036128 1.250914,0 3.614071,-3.0036128 1.390034,-3.0036128 z"
         id="path147"
         style="fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:#2e3436;stroke-width:0.99639422;stroke-miterlimit:4;stroke-dasharray:none" />
      <path
         d="M 7.8980615,4.9993772 C 8.8171266,5.05265 9.8254911,1.6702087 8.0981127,1.8829428 6.3713584,2.0956769 6.9786221,4.946105 7.8980615,4.9993772 z"
         id="path149"
         style="fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none" />
      <path
         d="M 3.4277592,6.736009 C 4.0814192,6.4628997 3.5119459,3.791585 2.4004371,4.5201145 1.2894274,5.2487625 2.7740992,7.0090005 3.4277592,6.736009 z"
         id="path151"
         style="fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none" />
      <path
         d="M 5.4592103,5.3377869 C 6.2373407,5.1872032 6.2799953,2.1575436 4.8923554,2.7010405 3.5044662,3.2446552 4.6817024,5.4886065 5.4592103,5.3377869 l 0,0 z"
         id="path153"
         style="fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none" />
      <path
         d="M 9,6.5 C 8.5672528,6.4931254 8.1285732,6.5148382 7.65625,6.59375 6.7110269,6.7516699 5.7196119,7.0824394 4.96875,7.5625 4.2178881,8.0425606 3.7047821,8.6743445 3.53125,9.40625 c -0.2298563,0.968767 0.2592721,2.265236 1.21875,3.3125 0.9594779,1.047264 2.3466419,1.8125 3.6875,1.8125 0.609683,0 1.3488739,-0.290884 1.9375,-0.75 0.588626,-0.459116 1.02344,-1.086959 1.15625,-1.75 0.01183,-0.05899 -0.0026,-0.0356 0,-0.03125 0.0026,0.0044 0.0031,-0.03326 -0.0625,-0.0625 -0.131159,-0.05848 -0.434409,-0.09128 -0.75,-0.0625 -0.315591,0.02878 -0.64636,0.118339 -0.84375,0.21875 -0.098695,0.05021 -0.1741637,0.109205 -0.1875,0.125 C 9.7367214,12.826895 9.4817218,13.373801 9,13.625 8.4925193,13.889632 7.8328972,13.833084 7.28125,13.4375 6.884286,13.152849 6.6100793,12.846541 6.5,12.46875 c -0.1100793,-0.377791 0.016763,-0.776549 0.21875,-1.0625 0.4039744,-0.571901 1.0869299,-0.952203 1.8125,-1.375 0.7255701,-0.4227966 1.477728,-0.856128 2,-1.3125 0.522272,-0.456372 0.77117,-0.8442465 0.6875,-1.3125 C 11.162641,7.0922422 10.85007,6.7977622 10.1875,6.625 9.8562148,6.5386189 9.4327472,6.5068746 9,6.5 z"
         id="path1934"
         inkscape:original="M 7.5625 6.125 C 5.5631498 6.4590346 3.4824223 7.5101462 3.0625 9.28125 C 2.4940104 11.677242 5.4026231 15 8.4375 15 C 9.9305033 15 11.67782 13.733453 12 12.125 C 12.246065 10.898467 9.1058589 11.375909 9.21875 12.1875 C 9.3539997 13.160304 8.4370432 13.658382 7.5625 13.03125 C 4.7784526 11.034896 12.174864 10.04001 11.6875 7.3125 C 11.485236 6.180554 9.5618502 5.7909654 7.5625 6.125 z "
         inkscape:radius="-0.48384476"
         sodipodi:type="inkscape:offset"
         style="fill:url(#radialGradient2896);fill-opacity:1;fill-rule:nonzero;stroke:#2e3436;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" />
    </g>
  </g>
  <g
     id="layer4"
     inkscape:groupmode="layer"
     inkscape:label="hires"
     style="display:inline" />
</svg>