Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/assets/svg/playAgain.svg
blob: 251eaf5375a03d331cb1b3339e46c963b8f414e9 (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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?xml-stylesheet href="../../css/lesson.css" type="text/css"?>
<!-- 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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   width="417.33334"
   height="341.33334"
   id="playAgainSVG"
   version="1.1"
   inkscape:version="0.47pre4 r22446"
   sodipodi:docname="playAgain.svg">
  <defs
     id="defs4">
    <inkscape:path-effect
       fuse_tolerance="0"
       vertical_pattern="false"
       prop_units="false"
       tang_offset="0"
       normal_offset="0"
       spacing="0"
       scale_y_rel="false"
       prop_scale="1"
       copytype="single_stretched"
       pattern="m -38,719.36218 c 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 z"
       is_visible="true"
       id="path-effect3780"
       effect="skeletal" />
    <inkscape:path-effect
       fuse_tolerance="0"
       vertical_pattern="false"
       prop_units="false"
       tang_offset="0"
       normal_offset="0"
       spacing="0"
       scale_y_rel="false"
       prop_scale="1"
       copytype="single_stretched"
       pattern="m -38,719.36218 c 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 z"
       is_visible="true"
       id="path-effect3780-0"
       effect="skeletal" />
  </defs>
  <sodipodi:namedview
     id="base"
     pagecolor="#ffffff"
     bordercolor="#666666"
     borderopacity="1.0"
     inkscape:pageopacity="0.0"
     inkscape:pageshadow="2"
     inkscape:zoom="0.75"
     inkscape:cx="270.00001"
     inkscape:cy="178.31425"
     inkscape:document-units="px"
     inkscape:current-layer="layer2"
     showgrid="false"
     inkscape:window-width="1024"
     inkscape:window-height="551"
     inkscape:window-x="0"
     inkscape:window-y="25"
     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:label="Layer 1"
     inkscape:groupmode="layer"
     id="layer1"
     transform="translate(-366.33331,-308.64746)">
    <path
       style="fill:#7bd37c;fill-opacity:1;stroke:#000000;stroke-width:1.18792164;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       id="path2909"
       d="" />
    <path
       style="fill:#7bd37c;fill-opacity:1;stroke:#000000;stroke-width:1.18792164;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       id="path2915"
       d="" />
    <path
       style="fill:#7bd37c;fill-opacity:1;stroke:#000000;stroke-width:1.18792164;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       id="path2917"
       d="" />
    <path
       style="fill:#7bd37c;fill-opacity:1;stroke:#000000;stroke-width:1.18792164;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       id="path3707"
       d="" />
    <path
       style="fill:#7bd37c;fill-opacity:1;stroke:#000000;stroke-width:1.18792164;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       id="path3711"
       d="" />
    <path
       style="fill:#7bd37c;fill-opacity:1;stroke:#000000;stroke-width:1.18792164;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       id="path3715"
       d="" />
    <path
       style="fill:#7bd37c;fill-opacity:1;stroke:#7bd37c;stroke-width:1.68738866;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       id="path3776"
       d="" />
    <path
       style="fill:#7bd37c;fill-opacity:1;stroke:#7bd37c;stroke-width:1.47019994;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       id="path3778"
       d="" />
    <path
       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.47019994;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       id="path3788"
       d="" />
    <path
       style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.47019994;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       id="path3819"
       d="" />
    <path
       style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.47019994;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       id="path3821"
       d="" />
    <path
       style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.47019994;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       id="path3823"
       d="" />
    <path
       style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.47019994;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       id="path3825"
       d="" />
    <path
       style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.37122548;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       id="path3827"
       d="" />
    <path
       style="fill:#008000;fill-opacity:1;stroke:#008000;stroke-width:0.37122548;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       id="path3845"
       d="" />
    <rect
       style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:4;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       id="rect3874"
       width="413.33334"
       height="337.33334"
       x="368.33331"
       y="310.64746"
       rx="15.083"
       ry="15" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer2"
     inkscape:label="Layer2"
     transform="translate(3.333344,-1.5466619)">
    <g
       id="g3080"
       transform="matrix(1.2133333,0,0,1.0708387,-844.70703,-450.83406)">
      <g
         transform="matrix(0.49496731,0,0,0.49496731,930.18973,120.62394)"
         id="g3794">
        <path
           d="m 53.60865,1035.3693 c 19.78288,-22.2017 22.20694,-25.4265 25.4678,-33.881 3.44722,-8.9377 6.40012,-18.24962 7.52938,-23.74392 0.82455,-4.01172 -0.36261,-5.08744 -5.63913,-5.10977 -1.99045,-0.008 -7.61545,-0.71148 -12.5,-1.56235 -16.50806,-2.87565 -23.91813,-6.30919 -33.99171,-15.75046 -6.08941,-5.70718 -7.43503,-7.50597 -7.19032,-9.61182 0.34346,-2.95569 -1.50714,-2.82651 22.80104,-1.59153 11.8285,0.60095 15.97106,0.42806 22.48438,-0.93836 4.39141,-0.92127 8.66641,-2.28625 9.5,-3.0333 0.83359,-0.74704 3.31562,-1.68728 5.51562,-2.08942 2.2,-0.40213 5.575,-1.60777 7.5,-2.6792 3.44034,-1.91485 3.44887,-1.93539 0.5,-1.2054 -5.17273,1.28051 -26.63042,1.59889 -36.0133,0.53435 -9.20812,-1.04471 -19.63226,-3.39275 -22.72313,-5.11837 -0.95503,-0.5332 -2.32888,-0.96945 -3.05299,-0.96945 -1.43857,0 -9.42912,-5.54027 -11.50725,-7.97859 -0.95343,-1.11868 -1.14843,-3.94422 -0.73666,-10.67412 l 0.56002,-9.15271 -4.54056,-5.31941 c -9.98832,-11.70162 -9.97623,-27.55255 0.0295,-38.68134 2.60206,-2.89412 6.36378,-5.77306 8.93031,-6.83458 l 4.43446,-1.83411 -0.57302,-6.13624 c -1.06496,-11.40449 5.13162,-23.48816 14.51299,-28.30109 l 3.58712,-1.84031 -5.95375,-5.92765 c -4.93512,-4.9135 -8.52008,-7.18312 -20.95375,-13.26571 -8.25,-4.03593 -15.17459,-7.48627 -15.38799,-7.66742 -0.21339,-0.18115 0.18259,-2.36727 0.87997,-4.85804 1.70691,-6.09651 3.20226,-5.96925 18.29995,1.55747 19.96216,9.95182 24.45018,13.11377 31.13538,21.93586 4.86767,6.42359 6.566,7.95536 9.5,8.56828 1.96498,0.41049 4.02269,0.60686 4.57269,0.43639 17.13317,-5.31045 33.409,-5.14223 47.77024,0.49372 4.94708,1.94144 5.21645,1.90161 6.52227,-0.96436 0.61245,-1.34418 5.43513,-7.16668 10.71706,-12.93889 7.18218,-7.84883 10.66081,-10.87865 13.79697,-12.01685 2.3064,-0.83706 9.11158,-3.33956 15.12261,-5.56111 6.01103,-2.22156 11.68966,-4.03919 12.61916,-4.03919 1.11859,0 1.89014,1.09888 2.28193,3.25 0.32555,1.7875 0.8733,4.21044 1.21722,5.38431 0.70713,2.41364 -0.93804,3.18343 -16.9864,7.94807 -8.24402,2.44759 -9.41386,3.13117 -15.04786,8.79297 -3.35991,3.37649 -7.99751,8.92014 -10.30579,12.31923 l -4.19687,6.18016 4.59822,3.7679 c 3.92224,3.21397 12.53592,13.3479 15.89124,18.69593 0.86818,1.38377 2.03676,1.46094 8.86473,0.5854 6.40489,-0.8213 8.72511,-0.72392 12.5,0.5246 8.01058,2.64945 13.40229,2.97743 17.21675,1.04728 5.01589,-2.53808 7.91852,-5.53295 7.91852,-8.17016 0,-1.91743 0.52663,-2.32569 3,-2.32569 l 3,0 0,7.36937 c 0,6.99889 -0.19005,7.61474 -3.78039,12.25 -2.07921,2.68435 -4.3555,6.00563 -5.05843,7.38063 -1.82398,3.56792 -4.05346,6.02517 -8.95417,9.86899 -2.36114,1.85194 -5.40785,5.56725 -6.77047,8.25624 -1.86654,3.68345 -4.04585,5.93033 -8.8376,9.11161 l -6.36013,4.22255 -1.16111,8.29999 c -3.24143,23.17077 -14.49635,42.93763 -31.7551,55.771 -4.30243,3.19923 -8.0341,5.98766 -8.29259,6.19652 -1.61876,1.30794 6.41126,11.58405 19.25766,24.64423 26.293,26.73057 27.51833,28.27367 30.82393,38.81727 3.56149,11.3598 3.62201,12.8116 0.53407,12.8116 -2.0739,0 -2.62572,-0.9231 -4.63288,-7.75 -1.25321,-4.2625 -3.12892,-9.4395 -4.16826,-11.5044 -1.03933,-2.065 -8.08103,-9.94 -15.6482,-17.5 -17.43517,-17.4188 -29.05724,-30.54815 -30.36702,-34.30539 -0.88138,-2.52833 -1.38534,-2.84102 -3.67537,-2.28044 -1.45967,0.3573 -2.80394,1.03003 -2.98727,1.49494 -0.18334,0.46491 -1.18057,0.84529 -2.21608,0.84529 -1.0355,0 -3.3605,0.6395 -5.16666,1.42112 -1.80616,0.78162 -5.98393,1.79412 -9.28393,2.25 l -6,0.82888 -0.64806,5 c -1.05452,8.13597 -10.19844,32.3753 -13.55944,35.9443 -1.06473,1.1306 -3.96423,4.5663 -6.44331,7.6348 -2.47909,3.0685 -5.37183,6.4995 -6.42831,7.6245 -1.05648,1.1249 -3.66664,3.9018 -5.80036,6.1708 -3.09032,3.2864 -4.58088,4.1256 -7.32754,4.1256 l -3.44807,0 4.67803,-5.25 z m 5.47706,-1.25 c 0.68469,-0.825 1.01989,-1.5 0.74489,-1.5 -0.275,0 -1.0602,0.675 -1.74489,1.5 -0.68468,0.825 -1.01989,1.5 -0.74488,1.5 0.275,0 1.0602,-0.675 1.74488,-1.5 z m 8,-9 c 0.68469,-0.825 1.01989,-1.5 0.74489,-1.5 -0.275,0 -1.0602,0.675 -1.74489,1.5 -0.68468,0.825 -1.01989,1.5 -0.74488,1.5 0.275,0 1.0602,-0.675 1.74488,-1.5 z m 6,-7 c 0.68469,-0.825 1.01989,-1.5 0.74489,-1.5 -0.275,0 -1.0602,0.675 -1.74489,1.5 -0.68468,0.825 -1.01989,1.5 -0.74488,1.5 0.275,0 1.0602,-0.675 1.74488,-1.5 z m 85,-12.8776 c 0,-0.2076 -0.7875,-0.9951 -1.75,-1.75 -1.58606,-1.2438 -1.62143,-1.2085 -0.37756,0.3776 1.30637,1.6657 2.12756,2.1955 2.12756,1.3724 z m -13,-11.9674 c 0,-0.1898 -1.0125,-1.2023 -2.25,-2.25 l -2.25,-1.905 1.90499,2.25 c 1.79022,2.1144 2.59501,2.7052 2.59501,1.905 z m -8,-9.00001 c 0,-0.18976 -1.0125,-1.20226 -2.25,-2.25 l -2.25,-1.90499 1.90499,2.25 c 1.79022,2.11444 2.59501,2.70524 2.59501,1.90499 z m -41,-13.2644 c 0,-0.21482 -2.1375,-0.3837 -4.75,-0.37528 -2.69011,0.009 -4.21371,0.35593 -3.51336,0.80076 1.18245,0.75103 8.26336,0.38643 8.26336,-0.42548 z m -15.15913,-0.88305 c -0.27085,-0.27086 -4.50835,-1.18259 -9.41666,-2.02608 -16.13633,-2.77299 -23.51094,-5.97517 -33.27596,-14.44895 -7.06554,-6.13127 -6.84736,-7.42208 1.10175,-6.51825 3.4375,0.39085 6.025,0.48259 5.75,0.20387 -0.99658,-1.01006 -14.48194,-2.63618 -15.27608,-1.84205 -0.44842,0.44842 2.5534,3.97257 6.67071,7.83144 9.85626,9.23759 17.5018,12.85148 33.17531,15.68127 8.58267,1.54956 12.04547,1.89328 11.27093,1.11875 z m 23.7264,-0.47481 c 0.532,-0.532 2.7595,-1.3868 4.95,-1.89955 2.1905,-0.51275 3.08273,-0.97137 1.98273,-1.01914 -1.1,-0.0478 -4.7,0.76597 -8,1.80833 -4.87947,1.54126 -5.4304,1.91223 -2.95,1.98641 1.6775,0.0502 3.48527,-0.34405 4.01727,-0.87605 z m -1.06727,-3.56001 c 3.85,-1.06802 7.225,-2.19571 7.5,-2.50598 0.275,-0.31026 2.3,-1.09477 4.5,-1.74336 5.05158,-1.48926 15.57308,-8.30539 21.71998,-14.07082 10.15582,-9.52554 18.78406,-25.08183 22.17104,-39.97322 2.25857,-9.93017 2.17044,-11.34285 -0.64102,-10.27621 -1.2375,0.4695 -5.625,1.02086 -9.75,1.22525 -7.05688,0.34966 -7.51817,0.24412 -7.80748,-1.7863 -0.33071,-2.32087 0.30249,-2.55846 10.30748,-3.8677 11.1663,-1.4612 23.27502,-8.62225 26.61935,-15.74257 1.23176,-2.6225 3.84631,-5.98973 5.81011,-7.48272 4.73441,-3.59937 9.07054,-8.06924 9.07054,-9.35029 0,-1.14449 5.05979,-8.20389 6.26146,-8.73595 0.4188,-0.18544 1.19818,-1.15318 1.73195,-2.15053 0.8951,-1.67251 0.64174,-1.65381 -3.26146,0.24076 -7.22492,3.5069 -10.3032,3.77646 -18.61575,1.63013 -9.07215,-2.34246 -19.00256,-2.1397 -21.58295,0.44068 -0.92186,0.92186 -2.14171,1.67611 -2.71077,1.67611 -2.54552,0 -8.99433,6.52871 -10.95829,11.09406 -1.16076,2.69827 -2.46826,4.90594 -2.90555,4.90594 -1.95933,0 -3.95864,-1.33678 -3.95864,-2.64683 0,-3.08568 4.35596,-10.05283 8.7413,-13.98128 l 4.60821,-4.12811 -4.56124,-6.37189 c -5.99722,-8.37789 -13.41368,-15.23903 -16.69909,-15.44873 -3.96961,-0.25337 -4.08918,-0.31285 -4.08918,-2.03394 0,-1.26833 -0.37392,-1.14902 -1.75876,0.56119 -3.16363,3.90691 -6.71424,0.67043 -4.27159,-3.89369 0.85843,-1.60399 0.0269,-2.12345 -7.25,-4.52893 -6.21814,-2.0555 -10.28943,-2.73355 -16.71965,-2.78455 -7.5672,-0.06 -19,1.69411 -19,2.91514 0,0.25239 1.31647,2.12001 2.92548,4.15026 4.36394,5.50639 6.47105,13.04213 5.76399,20.6139 l -0.58664,6.28221 5.37473,1.20281 c 21.33616,4.77483 28.69937,31.92058 12.95469,47.75979 -10.80462,10.86949 -26.4913,11.06535 -37.48583,0.46803 l -4.92782,-4.74978 -3.2593,3.39483 c -5.79484,6.0358 -10.13838,7.70973 -20.0093,7.71121 -8.60158,10e-4 -8.75,0.0426 -8.75,2.43384 0,1.33789 -0.52005,3.87072 -1.15568,5.62851 -1.08586,3.00291 -0.94993,3.38302 2.25,6.29169 1.87313,1.70263 3.98611,3.10888 4.69552,3.12501 0.70941,0.0161 2.95941,0.87562 5,1.91 5.35714,2.71554 26.10725,6.12131 37.21074,6.10748 6.7425,-0.008 12.40095,-0.73394 19.49709,-2.5 12.81724,-3.18989 15.50356,-3.23117 15.49859,-0.23817 -0.005,3.2606 -3.59424,8.64665 -6.49672,9.75017 -1.37475,0.52268 -2.49954,1.41147 -2.49954,1.97508 0,0.56361 -0.48214,1.02475 -1.07143,1.02475 -0.58928,0 -1.74575,0.67432 -2.56993,1.4985 -0.82417,0.82417 -2.70453,1.76639 -4.17856,2.09382 -1.47404,0.32743 -4.04917,1.20489 -5.7225,1.94992 -7.22305,3.21595 -18.24045,4.55548 -34.98967,4.25415 l -16.47466,-0.29639 3.75338,3.2447 c 8.53728,7.38027 17.41711,11.11298 32.67758,13.73628 4.90831,0.84375 9.17851,1.7884 9.48934,2.09923 1.09734,1.09735 13.67539,-0.1903 20.58645,-2.10749 z m 40.5,-82.47272 c 0,-1.1 -0.45,-2 -1,-2 -0.55,0 -0.99978,-1.0125 -0.99951,-2.25 4.9e-4,-2.23828 6.86797,-9.01585 11.80351,-11.64897 3.22732,-1.72179 11.25861,-4.07728 13.946,-4.09021 3.59163,-0.0173 2.91267,4.08892 -1.25,7.55971 -1.925,1.60504 -3.5,3.40484 -3.5,3.99955 0,1.65254 -3.95602,4.90826 -9.49204,7.81174 -6.12107,3.21032 -9.50796,3.43052 -9.50796,0.61818 z m 9,-3.36173 c 4.30061,-2.42779 8,-5.65282 8,-6.97419 0,-0.54301 1.6875,-2.48922 3.75,-4.32491 2.0625,-1.83568 3.525,-3.33309 3.25,-3.32756 -1.50707,0.0303 -10.20077,3.05406 -12.64753,4.39899 -3.66433,2.0142 -12.18544,9.58314 -10.7927,9.5867 0.58287,0.001 3.43212,-2.0223 6.33165,-4.4973 5.24143,-4.474 9.10858,-5.78543 9.10858,-3.08889 0,1.84596 -4.51449,5.57987 -9.77988,8.08889 -2.30845,1.1 -4.20234,2.32338 -4.20865,2.71862 -0.0143,0.8945 2.43529,-0.01 6.98853,-2.58035 z m -35,84.31604 c 1.09546,-0.74131 0.69092,-0.83408 -1.5,-0.34401 -3.67693,0.82247 -4.47511,1.39483 -1.91667,1.37439 1.05417,-0.008 2.59167,-0.47209 3.41667,-1.03038 z m 6.427,-2.47578 c 2.91505,-2.20537 1.48811,-2.46248 -1.927,-0.34722 -1.65,1.02199 -2.325,1.84622 -1.5,1.83162 0.825,-0.0146 2.36715,-0.68258 3.427,-1.4844 z m 7.14043,-5.58763 c 0.37335,-0.6041 -0.50159,-0.32492 -1.94431,0.62038 -1.44271,0.94531 -2.62312,1.90782 -2.62312,2.13891 0,0.72338 3.85397,-1.6049 4.56743,-2.75929 z m 3.43257,-2.3909 c 0.68469,-0.825 1.01989,-1.5 0.74489,-1.5 -0.275,0 -1.0602,0.675 -1.74489,1.5 -0.68469,0.825 -1.01989,1.5 -0.74489,1.5 0.275,0 1.0602,-0.675 1.74489,-1.5 z m 6,-5 c 0.68469,-0.825 1.01989,-1.5 0.74489,-1.5 -0.275,0 -1.0602,0.675 -1.74489,1.5 -0.68469,0.825 -1.01989,1.5 -0.74489,1.5 0.275,0 1.0602,-0.675 1.74489,-1.5 z m -65.02348,-3.06139 c 4.11208,-0.85786 8.83708,-2.16527 10.5,-2.90536 1.66291,-0.74008 4.22952,-1.6135 5.70356,-1.94093 1.47404,-0.32743 3.28207,-1.19733 4.01785,-1.93311 0.73578,-0.73578 2.00475,-1.59958 2.81993,-1.91955 1.26954,-0.49832 1.25981,-0.59309 -0.0679,-0.66071 -0.8525,-0.0434 -2.0117,0.38275 -2.57599,0.94704 -1.37761,1.37761 -13.6602,5.81918 -19.87401,7.18674 -2.75,0.60523 -10.175,1.4011 -16.5,1.7686 l -11.5,0.66819 10,0.17442 c 5.89347,0.1028 13.07026,-0.46609 17.47652,-1.38533 z m 70.52348,-3.43861 c 0.99549,-1.1 1.58498,-2 1.30998,-2 -0.275,0 -1.31449,0.9 -2.30998,2 -0.99549,1.1 -1.58498,2 -1.30998,2 0.275,0 1.31449,-0.9 2.30998,-2 z m -39.74244,-12.00913 c 1.24166,-1.81999 2.07092,-3.49572 1.84281,-3.72384 -0.22812,-0.22811 -5.13023,0.74348 -10.89357,2.15911 -8.13994,1.99938 -13.01511,2.57386 -21.84222,2.57386 -12.97438,0 -33.27435,-3.17908 -39.07474,-6.11931 -2.04059,-1.03438 -4.29059,-1.85699 -5,-1.82803 -0.70941,0.029 0.84976,1.11449 3.46483,2.41228 11.06002,5.4888 45.285,8.38592 59.24533,5.01506 3.3,-0.79682 6.7875,-1.45579 7.75,-1.46438 2.46056,-0.022 2.17728,2.43675 -0.5,4.33963 l -2.25,1.59919 2.5,-0.82725 c 1.375,-0.45498 3.5159,-2.31633 4.75756,-4.13632 z m 48.7905,-2.0838 c 0.87968,-1.70111 1.42188,-3.27046 1.2049,-3.48744 -0.21698,-0.21698 -1.14288,1.17483 -2.05756,3.09293 -2.05658,4.3127 -1.34401,4.64239 0.85266,0.39451 z m -128.0536,-7.9132 c -0.99854,-1.10337 -2.04794,-1.77372 -2.33199,-1.48967 -0.28406,0.28406 0.35068,1.1725 1.41054,1.97433 2.70408,2.04576 3.04782,1.86496 0.92145,-0.48466 z m -1.82881,-15.83491 c 0.54476,-4.29796 0.58312,-4.33487 3.86431,-3.71932 1.87409,0.35158 3.58779,0.17886 3.944,-0.3975 0.36318,-0.58764 0.011,-0.78172 -0.83176,-0.45833 -1.53986,0.5909 -6.76761,-1.7051 -10.1422,-4.4544 -1.9801,-1.6132 -1.98121,-1.60721 -0.11164,0.60221 1.66468,1.96729 1.82292,3.38868 1.33592,12 -0.43762,7.73827 -0.35047,8.83317 0.41936,5.26838 0.53449,-2.475 1.21939,-6.45347 1.52201,-8.84104 z m 135.93852,5.11187 c -0.3323,-0.33229 -0.56864,0.25834 -0.52522,1.3125 0.048,1.16495 0.28494,1.4019 0.60416,0.60417 0.28887,-0.72188 0.25335,-1.58438 -0.0789,-1.91667 z m 1,-4 c -0.3323,-0.33229 -0.56864,0.25834 -0.52522,1.3125 0.048,1.16495 0.28494,1.4019 0.60416,0.60417 0.28887,-0.72188 0.25335,-1.58438 -0.0789,-1.91667 z m -78.41667,-2.95394 c -0.72187,-0.28887 -1.58437,-0.25335 -1.91666,0.0789 -0.33229,0.33229 0.25833,0.56864 1.3125,0.52522 1.16494,-0.048 1.4019,-0.28494 0.60416,-0.60416 z m 79.46844,-3.58592 c -0.27393,-0.67703 -0.48137,0.11903 -0.46099,1.76903 0.0204,1.65 0.2445,2.20394 0.49804,1.23097 0.25354,-0.97297 0.23687,-2.32297 -0.0371,-3 z m -124.92497,2.57604 c -0.97296,-0.25354 -2.32297,-0.23687 -3,0.0371 -0.67703,0.27393 0.11903,0.48137 1.76903,0.46099 1.65,-0.0204 2.20394,-0.2445 1.23097,-0.49804 z m 41.5128,0.0286 c -0.69092,-0.27855 -1.07389,-0.80553 -0.85104,-1.17105 0.22285,-0.36552 -1.20295,-0.75058 -3.16844,-0.85567 -1.9655,-0.1051 -4.95753,-1.20361 -6.64896,-2.44115 -2.34922,-1.71881 -2.72116,-1.81335 -1.57533,-0.40044 1.81731,2.24089 8.73947,5.51042 11.5,5.43176 1.1,-0.0313 1.4347,-0.28489 0.74377,-0.56345 z m -32.38703,-2.26255 c 2.07738,-1.0598 4.4142,-2.7473 5.19293,-3.75 1.34843,-1.73625 1.32057,-1.74235 -0.58488,-0.12808 -1.10041,0.93226 -4.01766,2.60988 -6.48277,3.72804 -2.46511,1.11817 -3.90159,2.04291 -3.19218,2.05499 0.70941,0.0121 2.98952,-0.84515 5.0669,-1.90495 z m 47.01576,0.49285 c 1.52524,-0.78874 3.40764,-2.25124 4.1831,-3.25 1.33163,-1.71509 1.29982,-1.7257 -0.57283,-0.1911 -1.09052,0.89366 -3.33277,2.33815 -4.98277,3.20996 -1.65,0.87182 -2.64015,1.60314 -2.20034,1.62516 0.43982,0.022 2.04759,-0.60529 3.57284,-1.39402 z m -3.36392,-2.43092 c 7.61004,-3.45714 13.65809,-12.5947 13.65809,-20.63499 0,-11.12314 -11.04986,-22.7 -21.66667,-22.7 -10.70226,0 -21.66666,11.57813 -21.66666,22.87946 0,4.64065 3.02363,11.97613 6.07456,14.73719 1.78745,1.61762 1.83913,1.5186 1.37172,-2.62829 -1.45227,-12.88452 7.92692,-22.30909 15.08152,-15.15449 4.84657,4.84656 5.99347,17.1236 2.14795,22.99261 -1.93035,2.94608 -0.65228,3.07608 4.99949,0.50854 z m -53.08133,-2.28112 c 3.70718,-6.27576 1.47296,-18.7986 -3.64361,-20.42254 -4.73397,-1.50251 -8.98587,3.85239 -9.06867,11.42119 -0.0712,6.50478 0.82438,8.55477 4.54657,10.40756 4.71129,2.34514 6.08999,2.10771 8.16571,-1.40621 z m 8.76107,0.52566 c 1.47857,-0.7519 4.15313,-3.11185 5.94345,-5.24433 3.16416,-3.76887 3.25672,-4.14456 3.31169,-13.44187 l 0.0566,-9.56463 -3.42512,-0.64252 c -6.57739,-1.23384 -11.12219,-3.74493 -15.41056,-8.51464 l -4.3202,-4.8051 -3.93064,1.7598 c -7.58534,3.39606 -13.58015,12.55734 -13.58015,20.75322 0,4.42188 3.08834,12.18072 5.7167,14.36206 1.23314,1.02342 1.44997,0.46906 1.44997,-3.70719 0,-9.99193 6.09864,-17.05981 12.75,-14.7763 5.96164,2.04672 9.18113,14.88436 5.77636,23.03311 -1.44844,3.46661 -1.43562,3.51518 0.75,2.84119 1.223,-0.37713 3.43338,-1.30089 4.91195,-2.0528 z m 37.28108,-0.95627 c 2.16291,-4.55801 2.17032,-11.2729 0.0174,-15.80976 -5.23294,-11.0276 -15.07762,-0.45826 -12.08634,12.97601 0.47039,2.1126 1.70159,3.59433 3.89371,4.68604 4.85109,2.41592 6.30623,2.08622 8.17518,-1.85229 z m 66.2806,0.88741 c -0.9625,-0.25152 -2.5375,-0.25152 -3.5,0 -0.9625,0.25153 -0.175,0.45733 1.75,0.45733 1.925,0 2.7125,-0.2058 1.75,-0.45733 z m -84.75,-1.68823 c 0,-0.20765 -0.7875,-0.99515 -1.75,-1.75 -1.58605,-1.24387 -1.62142,-1.2085 -0.37755,0.37756 1.30637,1.66575 2.12755,2.19548 2.12755,1.37244 z m 37,-1.12244 c 0.68469,-0.825 1.01989,-1.5 0.74489,-1.5 -0.275,0 -1.0602,0.675 -1.74489,1.5 -0.68469,0.825 -1.01989,1.5 -0.74489,1.5 0.275,0 1.0602,-0.675 1.74489,-1.5 z m -83,0.12244 c 0,-0.20765 -0.7875,-0.99515 -1.75,-1.75 -1.58605,-1.24387 -1.62142,-1.2085 -0.37755,0.37756 1.30637,1.66575 2.12755,2.19548 2.12755,1.37244 z m 41.40581,-3.29696 c 1.26469,0.48531 1.32727,0.18279 0.38844,-1.87771 -0.61552,-1.35092 -1.24526,-2.33009 -1.39942,-2.17593 -0.15416,0.15416 -1.48307,2.06857 -2.95312,4.25423 l -2.67282,3.97393 2.56468,-2.37651 c 1.43852,-1.33299 3.22665,-2.12249 4.07224,-1.79801 z m 103.59419,2.7059 c 0,-0.53273 -0.675,-0.70959 -1.5,-0.39301 -0.825,0.31659 -1.5,0.75246 -1.5,0.96862 0,0.21615 0.675,0.39301 1.5,0.39301 0.825,0 1.5,-0.43588 1.5,-0.96862 z m -59.19313,-4.55784 c -0.30789,-0.30789 -0.86705,0.24711 -1.24258,1.23333 -0.54268,1.4252 -0.42782,1.54006 0.5598,0.5598 0.68342,-0.67834 0.99067,-1.48524 0.68278,-1.79313 z m -46.2027,-6.20271 c -0.33229,-0.33229 -0.56864,0.25834 -0.52522,1.3125 0.048,1.16495 0.28494,1.4019 0.60417,0.60417 0.28887,-0.72187 0.25334,-1.58437 -0.079,-1.91667 z m 48,0 c -0.3323,-0.33229 -0.56864,0.25834 -0.52522,1.3125 0.048,1.16495 0.28494,1.4019 0.60416,0.60417 0.28887,-0.72187 0.25335,-1.58437 -0.0789,-1.91667 z m -94,-1 c -0.33229,-0.33229 -0.56864,0.25834 -0.52522,1.3125 0.048,1.16495 0.28494,1.4019 0.60417,0.60417 0.28887,-0.72187 0.25334,-1.58437 -0.0789,-1.91667 z m 45,-5 c -0.33229,-0.33229 -0.56864,0.25834 -0.52522,1.3125 0.048,1.16495 0.28494,1.4019 0.60417,0.60417 0.28887,-0.72187 0.25334,-1.58437 -0.079,-1.91667 z m 50,0 c -0.3323,-0.33229 -0.56864,0.25834 -0.52522,1.3125 0.048,1.16495 0.28494,1.4019 0.60416,0.60417 0.28887,-0.72187 0.25335,-1.58437 -0.0789,-1.91667 z m -96,-1 c -0.33229,-0.33229 -0.56864,0.25834 -0.52522,1.3125 0.048,1.16495 0.28494,1.4019 0.60417,0.60417 0.28887,-0.72187 0.25334,-1.58437 -0.0789,-1.91667 z m 95,-5 c -0.3323,-0.33229 -0.56864,0.25834 -0.52522,1.3125 0.048,1.16495 0.28494,1.4019 0.60416,0.60417 0.28887,-0.72187 0.25335,-1.58438 -0.0789,-1.91667 z m -94,-1 c -0.33229,-0.33229 -0.56864,0.25834 -0.52522,1.3125 0.048,1.16495 0.28494,1.4019 0.60417,0.60417 0.28887,-0.72187 0.25334,-1.58438 -0.0789,-1.91667 z m 49.01374,-4.98626 c -0.12014,-0.12014 -1.54582,0.178 -3.16817,0.66254 -1.62236,0.48454 -2.16224,0.91966 -1.19974,0.96694 0.9625,0.0473 1.76595,0.87345 1.78544,1.83595 0.0268,1.32558 0.37079,1.14405 1.41817,-0.74849 0.76051,-1.37418 1.28444,-2.5968 1.1643,-2.71694 z m 42.50618,0.44876 c -0.98762,-0.98026 -1.10248,-0.8654 -0.5598,0.5598 0.37553,0.98622 0.93469,1.54122 1.24258,1.23333 0.30789,-0.30789 6.4e-4,-1.11479 -0.68278,-1.79313 z M 65.08571,861.1193 c 0.68469,-0.825 1.01989,-1.5 0.74489,-1.5 -0.275,0 -1.0602,0.675 -1.74489,1.5 -0.68468,0.825 -1.01989,1.5 -0.74488,1.5 0.275,0 1.0602,-0.675 1.74488,-1.5 z m 39,1.12244 c 0,-0.20765 -0.7875,-0.99515 -1.75,-1.75 -1.58606,-1.24387 -1.62143,-1.2085 -0.37756,0.37756 1.30637,1.66575 2.12756,2.19548 2.12756,1.37244 z m -85,-2.12244 c 0.68469,-0.825 1.01989,-1.5 0.74489,-1.5 -0.275,0 -1.0602,0.675 -1.74489,1.5 -0.68468,0.825 -1.01988,1.5 -0.74488,1.5 0.275,0 1.0602,-0.675 1.74488,-1.5 z m 38.4694,-2.07674 c 2.16291,-4.55801 2.17032,-11.2729 0.0174,-15.80976 -5.23294,-11.0276 -15.07762,-0.45826 -12.08634,12.97601 0.47039,2.1126 1.70159,3.59433 3.89371,4.68604 4.85109,2.41592 6.30623,2.08622 8.17518,-1.85229 z m 6.58891,-0.87068 c 2.30641,-2.50217 6.01686,-5.17968 8.48316,-6.12157 3.50845,-1.33988 4.61401,-2.37208 5.53737,-5.16987 3.7517,-11.36776 -3.1423,-24.22022 -15.17695,-28.29436 -4.64464,-1.57236 -5.7447,-1.61747 -9.7859,-0.40124 -14.93589,4.49504 -21.66079,20.75015 -13.81981,33.40461 l 2.18716,3.52985 0.74099,-5.89906 c 1.49666,-11.91498 8.85142,-17.25247 15.12639,-10.9775 4.48246,4.48246 5.8535,13.25622 3.22323,20.62656 -0.73605,2.0625 -1.17556,3.75 -0.9767,3.75 0.19886,0 2.20634,-2.00134 4.46106,-4.44742 z m -19.14164,3.16445 c -0.22917,-0.15563 -1.31667,-0.94313 -2.41667,-1.75 -1.85,-1.35701 -1.89707,-1.33579 -0.62755,0.28297 0.75484,0.9625 1.84234,1.75 2.41667,1.75 0.57432,0 0.85672,-0.12734 0.62755,-0.28297 z m 24.08333,-3.21703 c 0.68469,-0.825 1.01989,-1.5 0.74489,-1.5 -0.275,0 -1.0602,0.675 -1.74489,1.5 -0.68468,0.825 -1.01989,1.5 -0.74488,1.5 0.275,0 1.0602,-0.675 1.74488,-1.5 z m 29.94528,-0.0659 c -1.51303,-1.82309 -6.92706,-4.78561 -7.57027,-4.1424 -0.24152,0.24152 0.91037,0.99812 2.55977,1.68132 1.6494,0.68321 3.51893,1.86878 4.15451,2.6346 0.63558,0.76583 1.3806,1.39242 1.6556,1.39242 0.275,0 -0.0848,-0.70467 -0.79961,-1.56594 z m -75.94528,-0.9341 c 0.68469,-0.825 1.01989,-1.5 0.74489,-1.5 -0.275,0 -1.0602,0.675 -1.74489,1.5 -0.68468,0.825 -1.01988,1.5 -0.74488,1.5 0.275,0 1.0602,-0.675 1.74488,-1.5 z m 17,0.12244 c 0,-0.20765 -0.7875,-0.99515 -1.75,-1.75 -1.58605,-1.24387 -1.62142,-1.2085 -0.37755,0.37756 1.30637,1.66575 2.12755,2.19548 2.12755,1.37244 z m 35.91667,-3.2579 c 1.37233,-1.20065 -1.88254,-0.0856 -3.47554,1.19063 -1.8303,1.46637 -1.79839,1.48719 0.55887,0.36454 1.375,-0.65484 2.6875,-1.35467 2.91667,-1.55517 z m -46,-1 c 1.37233,-1.20065 -1.88254,-0.0856 -3.47554,1.19063 -1.8303,1.46637 -1.79839,1.48719 0.55887,0.36454 1.375,-0.65484 2.6875,-1.35467 2.91667,-1.55517 z m 5.95162,-1.75427 c -1.01049,-2.21779 -1.20856,-2.27175 -2.75296,-0.75 -1.54948,1.52676 -1.49021,1.68325 0.86027,2.27141 1.38842,0.34743 2.62726,0.68493 2.75297,0.75 0.1257,0.0651 -0.26142,-0.95706 -0.86028,-2.27141 z m 49.04838,0.74819 c 0.22917,-0.19715 -0.55833,-0.35846 -1.75,-0.35846 -1.38524,0 -2.17763,-0.63115 -2.19707,-1.75 -0.0265,-1.52656 -0.17522,-1.49464 -1.16454,0.25 -0.62377,1.1 -1.62259,2.32475 -2.21959,2.72166 -0.59701,0.39691 0.71453,0.44572 2.91453,0.10846 2.2,-0.33726 4.1875,-0.77451 4.41667,-0.97166 z m 72.08333,-1.88414 c 0,-1.39308 -3.70207,-0.18103 -4.79566,1.57008 -1.24992,2.00144 -1.21295,2.01141 1.75946,0.47432 1.66991,-0.86354 3.0362,-1.78352 3.0362,-2.0444 z m 29.1875,0.84257 c -0.72188,-0.28888 -1.58438,-0.25335 -1.91667,0.0789 -0.33229,0.33229 0.25834,0.56864 1.3125,0.52522 1.16495,-0.048 1.4019,-0.28495 0.60417,-0.60417 z m -19.9375,-2.97917 c -0.6875,-0.27741 -1.8125,-0.27741 -2.5,0 -0.6875,0.27741 -0.125,0.50438 1.25,0.50438 1.375,0 1.9375,-0.22697 1.25,-0.50438 z m -84.64583,-3.06689 c -0.33229,-0.33229 -0.56864,0.25834 -0.52522,1.3125 0.048,1.16495 0.28494,1.4019 0.60417,0.60417 0.28887,-0.72187 0.25334,-1.58438 -0.079,-1.91667 z m 122.39583,-2.04448 c 0,-0.85783 -0.12734,-1.37218 -0.28297,-1.14302 -0.15563,0.22917 -0.89428,1.21447 -1.64144,2.18956 -1.18269,1.54348 -1.14607,1.69139 0.28297,1.14301 0.90279,-0.34643 1.64144,-1.33173 1.64144,-2.18955 z M 82.68988,837.89013 c -0.33229,-0.33229 -0.56864,0.25834 -0.52522,1.3125 0.048,1.16495 0.28494,1.4019 0.60417,0.60417 0.28887,-0.72187 0.25334,-1.58438 -0.079,-1.91667 z m 65.39583,1.38416 c 0,-0.18976 -1.0125,-1.20226 -2.25,-2.25 l -2.25,-1.90499 1.90499,2.25 c 1.79022,2.11445 2.59501,2.70524 2.59501,1.90499 z m -66.39583,-7.38416 c -0.33229,-0.33229 -0.56864,0.25834 -0.52522,1.3125 0.048,1.16495 0.28494,1.4019 0.60417,0.60417 0.28887,-0.72187 0.25334,-1.58438 -0.079,-1.91667 z m 60.39583,0.35161 c 0,-0.20765 -0.7875,-0.99515 -1.75,-1.75 -1.58606,-1.24387 -1.62143,-1.2085 -0.37756,0.37756 1.30637,1.66575 2.12756,2.19548 2.12756,1.37244 z M 79.2098,826.35263 c -0.98761,-0.98026 -1.10248,-0.8654 -0.55979,0.5598 0.37553,0.98622 0.93469,1.54122 1.24258,1.23333 0.30788,-0.30789 6.3e-4,-1.11479 -0.68279,-1.79313 z m 56.87591,0.88911 c 0,-0.20765 -0.7875,-0.99515 -1.75,-1.75 -1.58606,-1.24387 -1.62143,-1.2085 -0.37756,0.37756 1.30637,1.66575 2.12756,2.19548 2.12756,1.37244 z m -97,-4.12244 c 0.68469,-0.825 1.01989,-1.5 0.74489,-1.5 -0.275,0 -1.0602,0.675 -1.74489,1.5 -0.68468,0.825 -1.01989,1.5 -0.74488,1.5 0.275,0 1.0602,-0.675 1.74488,-1.5 z m 39,1.12244 c 0,-0.20765 -0.7875,-0.99515 -1.75,-1.75 -1.58605,-1.24387 -1.62142,-1.2085 -0.37755,0.37756 1.30637,1.66575 2.12755,2.19548 2.12755,1.37244 z m 53.22334,-1.87639 c -0.26254,-1.00396 -0.54753,-1.69503 -0.63331,-1.53571 -0.0858,0.15931 -0.6787,0.98073 -1.3176,1.82537 -0.93948,1.24202 -0.81836,1.53572 0.63331,1.53572 1.24538,0 1.6488,-0.55888 1.3176,-1.82538 z M 43.08571,819.1193 c 0.68469,-0.825 1.01989,-1.5 0.74489,-1.5 -0.275,0 -1.0602,0.675 -1.74489,1.5 -0.68468,0.825 -1.01989,1.5 -0.74488,1.5 0.275,0 1.0602,-0.675 1.74488,-1.5 z m 29.75848,-0.53051 c -0.94115,-1.51852 -0.96737,-2.21193 -0.10397,-2.75 0.63498,-0.39572 -0.80847,-0.71949 -3.20766,-0.71949 l -4.36218,0 3.39287,1.74065 c 1.86608,0.95735 3.67359,2.19485 4.01668,2.75 0.3431,0.55514 0.82607,1.00935 1.07327,1.00935 0.24721,0 -0.11685,-0.91373 -0.80901,-2.03051 z m 52.17485,-0.31215 c -0.23833,-0.20679 -1.78333,-0.65233 -3.43333,-0.99008 -2.73596,-0.56005 -2.80197,-0.51498 -0.75,0.51213 1.2375,0.61943 2.25,1.59747 2.25,2.17342 0,0.65288 0.44557,0.60162 1.18333,-0.13614 0.65084,-0.65084 0.98834,-1.35253 0.75,-1.55933 z m 9.94836,-7.40734 c 2.30606,-3.4375 3.82136,-6.25 3.36733,-6.25 -1.81925,0 -11.24902,12.98428 -11.24902,15.48929 0,1.26984 3.89338,-3.29416 7.88169,-9.23929 z m -84.96502,4.11454 c 1.37233,-1.20065 -1.88254,-0.0856 -3.47554,1.19063 -1.8303,1.46637 -1.79839,1.48719 0.55887,0.36454 1.375,-0.65484 2.6875,-1.35466 2.91667,-1.55517 z m 2.58333,-1.36454 c -0.33991,-0.55 -0.81647,-1 -1.05901,-1 -0.24254,0 -0.44099,0.45 -0.44099,1 0,0.55 0.47656,1 1.05902,1 0.58246,0 0.7809,-0.45 0.44098,-1 z m 6.82946,-1.58385 c -0.33428,-0.87111 -0.88789,-1.20861 -1.23025,-0.75 -0.34236,0.45862 -1.02974,1.17135 -1.52751,1.58385 -0.49776,0.4125 0.0558,0.75 1.23025,0.75 1.53743,0 1.96511,-0.44346 1.52751,-1.58385 z m 20.85804,0.90074 c -0.72187,-0.28888 -1.58437,-0.25335 -1.91666,0.0789 -0.33229,0.33229 0.25833,0.56864 1.3125,0.52522 1.16494,-0.048 1.4019,-0.28495 0.60416,-0.60417 z m 29,0 c -0.72187,-0.28888 -1.58437,-0.25335 -1.91667,0.0789 -0.33229,0.33229 0.25834,0.56864 1.3125,0.52522 1.16495,-0.048 1.4019,-0.28495 0.60417,-0.60417 z m -22.9375,-0.97917 c -0.6875,-0.27741 -1.8125,-0.27741 -2.5,0 -0.6875,0.27741 -0.125,0.50438 1.25,0.50438 1.375,0 1.9375,-0.22697 1.25,-0.50438 z m 18,0 c -0.6875,-0.27741 -1.8125,-0.27741 -2.5,0 -0.6875,0.27741 -0.125,0.50438 1.25,0.50438 1.375,0 1.9375,-0.22697 1.25,-0.50438 z m -8.5,-1.02705 c -0.9625,-0.25152 -2.5375,-0.25152 -3.5,0 -0.9625,0.25153 -0.175,0.45733 1.75,0.45733 1.925,0 2.7125,-0.2058 1.75,-0.45733 z M 53.3824,808.21186 c -0.98818,-1.3241 -1.94149,-2.01468 -2.11847,-1.53464 -0.36611,0.99302 1.91319,3.8465 3.11847,3.90404 0.43818,0.0209 -0.0118,-1.04531 -1,-2.3694 z m -3.29669,-3.66948 c 0,-1.50044 -5.57099,-6.92308 -7.11248,-6.92308 -0.69649,0 0.5064,1.73277 2.67307,3.8506 4.69729,4.5914 4.43941,4.41292 4.43941,3.07248 z m 92,-3.42308 c 1.29175,-1.375 2.12363,-2.5 1.84863,-2.5 -0.275,0 -1.55688,1.125 -2.84863,2.5 -1.29175,1.375 -2.12363,2.5 -1.84863,2.5 0.275,0 1.55688,-1.125 2.84863,-2.5 z m 6.04469,-1.70523 c 2.56704,-3.19434 2.82393,-3.81616 1.06867,-2.58673 -1.89119,1.32465 -5.69179,6.79196 -4.72142,6.79196 0.15033,0 1.79407,-1.89235 3.65275,-4.20523 z m -0.0447,-8.71959 c 0,-0.275 -2.25,1.71617 -5,4.42482 -2.75,2.70865 -5,5.14982 -5,5.42482 0,0.275 2.25,-1.71617 5,-4.42482 2.75,-2.70865 5,-5.14982 5,-5.42482 z m 1,3.42482 c 0.68469,-0.825 1.01989,-1.5 0.74489,-1.5 -0.275,0 -1.0602,0.675 -1.74489,1.5 -0.68469,0.825 -1.01989,1.5 -0.74489,1.5 0.275,0 1.0602,-0.675 1.74489,-1.5 z m 21.91908,-7.85167 c 2.4305,-0.72671 4.0055,-1.56089 3.5,-1.85373 -0.50549,-0.29284 -2.71908,0.27521 -4.91908,1.26232 -4.84957,2.17594 -4.44469,2.34468 1.41908,0.59141 z m 6.88779,-1.17479 c -0.30789,-0.30789 -0.86705,0.24711 -1.24258,1.23333 -0.54268,1.4252 -0.42782,1.54006 0.5598,0.5598 0.68342,-0.67834 0.99067,-1.48524 0.68278,-1.79313 z M 17.08571,783.6193 c -1.925,-1.05389 -3.95,-1.91617 -4.5,-1.91617 -0.55,0 0.575,0.86228 2.5,1.91617 1.925,1.05389 3.95,1.91617 4.5,1.91617 0.55,0 -0.575,-0.86228 -2.5,-1.91617 z m 160,-2 c 0,-0.55 -0.7875,-0.99311 -1.75,-0.98469 -1.49555,0.0131 -1.5319,0.15626 -0.25,0.98469 1.88721,1.21961 2,1.21961 2,0 z"
           id="path2905"
           style="fill:#000000" />
        <path
           d="m 72.6,181.20757 c -16.765609,-3.86833 -22.376319,-6.32293 -32,-13.9995 l -2,-1.59535 13.2,-0.0317 c 17.959636,-0.043 26.293525,-1.0427 36.676385,-4.39926 12.401975,-4.00929 20.661075,-10.22837 22.672535,-17.07236 1.39926,-4.76097 -0.60247,-5.05117 -14.284918,-2.07088 C 80.913403,145.51284 69.067454,145.46531 50.6,141.85286 39.54215,139.68982 28.750784,134.8087 27.432732,131.37391 c -0.409763,-1.06782 0.94297,-9.55504 1.67366,-10.50077 0.129162,-0.16717 4.118063,-0.56369 8.864224,-0.88115 9.677258,-0.64731 12.721718,-1.79467 18.59718,-7.00868 l 3.565638,-3.16423 4.911016,4.16615 c 6.374081,5.4073 11.045891,7.19552 18.75555,7.17903 10.247136,-0.0219 18.94097,-5.4255 24.01507,-14.92636 2.33003,-4.3628 2.74898,-6.0141 3.03751,-11.972478 0.24409,-5.040832 -0.0244,-7.992693 -0.99183,-10.905433 C 106.83021,74.235948 98.683943,66.74733 89.719703,64.844988 L 85,63.8434 84.966254,55.710271 C 84.929438,46.837023 83.908403,43.511262 79.05568,36.458071 76.206234,32.316543 75.915993,32.561487 85.4,31.103895 c 9.620682,-1.478597 19.97708,-0.291557 29.26619,3.354462 4.00483,1.571915 4.0652,1.646353 4,4.932693 -0.0764,3.849526 1.76499,4.910844 4.39333,2.532225 0.84726,-0.766762 1.54048,-1.021054 1.54048,-0.565095 0,0.45596 1.6637,1.247942 3.6971,1.759959 4.38748,1.10478 11.00212,7.029509 17.23538,15.437707 l 4.03312,5.440379 -4.6828,5.026303 c -4.55714,4.891416 -8.2828,11.01514 -8.2828,13.614092 0,1.528769 2.86706,3.239468 4.42637,2.641103 0.60573,-0.232443 1.86318,-1.915954 2.79432,-3.741133 2.17353,-4.260467 7.69681,-10.272278 10.77931,-11.732734 1.32,-0.625402 3.4424,-1.697018 4.71645,-2.381368 2.96143,-1.590728 11.65807,-1.536216 19.53585,0.122452 7.69091,1.619321 10.4686,1.555228 15.93996,-0.367797 5.65346,-1.987032 5.64225,-1.987649 3.63541,0.2 -0.90817,0.99 -3.01076,3.96 -4.67241,6.6 -1.66166,2.64 -5.30895,6.908849 -8.1051,9.486333 -2.79614,2.577483 -5.99227,6.236344 -7.1025,8.130802 -4.94788,8.442912 -15.3818,14.634562 -28.34766,16.821932 -7.93582,1.33879 -10.1786,2.49921 -9.29263,4.80802 0.46879,1.22165 1.5792,1.32779 10.18353,0.97342 l 9.65736,-0.39773 -0.5479,3.65369 c -1.59381,10.62824 -7.28652,24.58268 -14.24705,34.92353 -11.30309,16.79232 -34.07569,29.48213 -55.75331,31.06798 -4.998646,0.36568 -7.935952,-0.008 -17.6,-2.23755 z m 81.50924,-82.494134 c 3.52664,-1.764307 6.56239,-3.962996 7.90749,-5.727124 1.2008,-1.574879 3.53327,-4.37647 5.18327,-6.225757 1.93865,-2.172795 3,-4.147985 3,-5.583022 0,-2.220043 -0.002,-2.220533 -4.38306,-1.705537 -8.74931,1.028309 -19.06055,6.827181 -22.74752,12.792833 l -1.71519,2.775229 1.70366,3.268542 c 2.14696,4.11903 3.52613,4.16955 11.05135,0.404836 l 0,0 z"
           transform="translate(0,784.36218)"
           id="path2907"
           style="fill:#7bd37c;fill-opacity:1;stroke:#000000;stroke-width:2.4000001;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
        <path
           d="m 160.6,87.334076 c 0,-0.534851 -1.1468,-0.981516 -2.6,-1.012667 -2.30544,-0.04942 -2.02164,-0.279224 2.50495,-2.028386 2.80772,-1.084959 5.23233,-1.845272 5.38801,-1.689584 0.15569,0.155688 -0.97154,1.499081 -2.50494,2.98532 C 161.85461,87.074997 160.6,87.86039 160.6,87.334076 z"
           transform="translate(0,784.36218)"
           id="path2913"
           style="fill:#7bd37c;fill-opacity:1;stroke:#000000;stroke-width:2.4000001;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
        <path
           d="m 24.692801,119.04257 c -0.05104,-2.05401 -0.313955,-4.31089 -0.584255,-5.01528 -0.431011,-1.12319 -0.185552,-1.10664 1.99579,0.13457 1.631194,0.92818 2.07587,1.50427 1.292,1.67384 -0.657385,0.1422 -1.361474,1.0422 -1.564643,2 -0.203169,0.95779 -0.521653,2.46144 -0.707744,3.34144 -0.186091,0.88 -0.380107,-0.0805 -0.431148,-2.13457 z"
           transform="translate(0,784.36218)"
           id="path3703"
           style="fill:#7bd37c;fill-opacity:1;stroke:#000000;stroke-width:2.4000001;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
        <path
           d="m 104.6,146.52914 c 0,-0.55196 -0.79531,-1.29776 -1.76736,-1.65735 -1.56978,-0.5807 -1.42649,-0.71774 1.28174,-1.2258 3.83551,-0.71955 4.4795,-0.10717 2.24118,2.13115 -1.00812,1.00812 -1.75556,1.32829 -1.75556,0.752 z"
           transform="translate(0,784.36218)"
           id="path3709"
           style="fill:#7bd37c;fill-opacity:1;stroke:#000000;stroke-width:2.4000001;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
        <path
           d="m 76.851058,112.03382 c -3.393188,-2.09142 -4.25448,-3.92327 -4.233488,-9.00408 0.03274,-7.923733 4.577488,-13.887568 8.633406,-11.329161 3.986638,2.514706 5.541626,13.083911 2.747781,18.676561 -1.667169,3.3373 -3.668438,3.80115 -7.147699,1.65668 l 0,0 z"
           transform="translate(0,784.36218)"
           id="path3719"
           style="fill:#7bd37c;fill-opacity:1;stroke:#000000;stroke-width:2.4000001;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
        <path
           d="m 31.011129,112.18685 c -3.337597,-1.68708 -4.784967,-4.28598 -4.794874,-8.60971 -0.01706,-7.444764 3.322321,-12.761965 7.700427,-12.261175 5.345895,0.611491 7.922362,14.073845 3.761169,19.652565 -2.071377,2.777 -3.181718,2.97991 -6.666722,1.21832 z"
           transform="translate(0,784.36218)"
           id="path3721"
           style="fill:#00d37c;fill-opacity:1;stroke:#000000;stroke-width:2.4000001;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
        <path
           d="M 49.694395,74.66073 C 44.47115,71.825511 44.018691,61.3525 48.893397,56.120117 c 1.243238,-1.334459 2.71535,-2.426289 3.27136,-2.426289 3.274952,0 7.59925,10.034368 6.191417,14.366947 -2.961401,9.11366 -3.406311,9.452665 -8.661779,6.599955 z"
           transform="translate(0,784.36218)"
           id="path3747"
           style="fill:#7bd37c;fill-opacity:1;stroke:#7bd37c;stroke-width:3.409091;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
        <path
           d="m 30.863598,109.87939 c -4.598088,-3.22062 -2.443473,-16.412835 2.680623,-16.412835 3.343974,0 5.248203,11.238065 2.708365,15.983795 -1.423064,2.65902 -2.125412,2.71494 -5.388988,0.42904 l 0,0 z"
           transform="translate(0,784.36218)"
           id="path3749"
           style="fill:#7bd37c;fill-opacity:1;stroke:#7bd37c;stroke-width:3.409091;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
        <path
           d="M 53.409091,253.22727 C 175,254.36364 176.13636,254.36364 176.13636,254.36364"
           transform="translate(0,784.36218)"
           id="path3751"
           style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
        <path
           d="m 101.91757,251.70568 c -21.718752,-0.17272 -39.488638,-0.58449 -39.488638,-0.91506 0,-0.33057 3.818082,-4.96825 8.484628,-10.30595 4.666545,-5.33771 9.973982,-12.85892 11.794303,-16.71379 3.448266,-7.30236 8.521552,-22.38453 9.820557,-29.19514 0.752563,-3.94565 0.76643,-3.95339 12.3156,-6.87496 6.3592,-1.60867 12.35971,-3.28795 13.33446,-3.73173 1.29391,-0.58909 2.73131,0.66046 5.32536,4.62941 1.9542,2.98995 11.57847,13.87378 21.38726,24.18628 9.8088,10.3125 18.96093,20.28409 20.33807,22.15909 2.01779,2.74727 7.42703,15.23542 7.42703,17.14657 0,0.25689 -7.03125,0.34607 -15.625,0.19819 -8.59375,-0.14789 -33.39488,-0.4102 -55.11363,-0.58291 l 0,0 z"
           transform="translate(0,784.36218)"
           id="path3753"
           style="fill:#7bd37c;fill-opacity:1;stroke:#7bd37c;stroke-width:3.409091;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
        <path
           d="m 51.774116,254.22272 c 0.816832,-1.01161 5.399709,-6.3219 10.184171,-11.80065 4.784463,-5.47875 10.255577,-12.2121 12.158031,-14.963 5.284789,-7.64167 14.376394,-33.83808 12.993969,-37.44062 -0.338967,-0.88334 -2.48378,-1.73514 -5.328004,-2.116 C 60.981864,185.11713 50.75895,182.31448 43.625018,177.44148 37.971557,173.57975 28.01174,163.28381 28.01174,161.3013 c 0,-1.83865 0.635315,-1.8844 17.079208,-1.22988 19.475363,0.77518 28.155408,-0.12388 38.075567,-3.94376 9.279191,-3.57307 15.45203,-6.36285 15.01445,-6.78568 -0.201984,-0.19518 -4.599918,0.0895 -9.773185,0.63261 -15.856397,1.66468 -37.875872,-0.52821 -50.869606,-5.06603 -3.201056,-1.11791 -7.99066,-3.68786 -10.643565,-5.71099 l -4.823463,-3.67842 0.178374,-9.45002 0.178374,-9.45001 0.5642,7.42574 c 0.582301,7.66397 1.29799,8.16822 2.459224,1.73268 0.423991,-2.34976 0.289983,-3.71287 -0.365011,-3.71287 -0.569229,0 -1.034963,-1.33664 -1.034963,-2.9703 0,-1.63367 -0.407778,-2.9703 -0.906174,-2.9703 -1.708089,0 -9.947718,-12.02652 -11.073528,-16.16286 C 8.4406212,86.620448 14.328838,72.981775 26.509135,66.520142 l 4.472902,-2.372869 0,-7.169297 c 0,-11.907876 4.934342,-21.608335 13.56406,-26.665688 2.388815,-1.399939 4.1792,-3.048653 3.978634,-3.66381 C 47.539733,23.627398 33.787529,13.942425 21.173642,7.3865059 6.6394252,-0.16748247 5.7525435,-1.0667564 8.2445952,-5.7231976 9.9048868,-8.825481 13.26451,-8.0142814 26.786199,-1.2462239 42.52818,6.6331633 49.704459,11.834699 56.658674,20.406047 c 7.066894,8.71023 9.386734,9.398438 22.022822,6.533328 12.009438,-2.723024 25.519864,-2.231151 36.616764,1.3331 4.17096,1.339683 7.95921,2.16177 8.41835,1.826861 0.45913,-0.33491 2.70455,-3.059423 4.98981,-6.054473 2.28526,-2.995049 7.42528,-8.682601 11.42226,-12.639003 7.12067,-7.0483759 7.54019,-7.2929957 20.80065,-12.12871266 7.44339,-2.71438994 14.38913,-4.93525434 15.435,-4.93525434 1.40526,0 2.17641,1.0827118 2.95451,4.1481669 0.5791,2.28149179 0.85167,4.4737776 0.60572,4.871746 -0.24596,0.3979683 -6.12349,2.612099 -13.0612,4.92029 -12.32753,4.1014041 -12.76057,4.3449071 -19.06805,10.7223141 -3.54973,3.589081 -8.19833,9.098685 -10.33023,12.243564 l -3.87618,5.717962 4.38964,4.574292 c 2.4143,2.515859 3.60993,4.300819 2.65696,3.966577 -2.15679,-0.756469 -2.25789,0.631979 -0.17206,2.363061 1.27233,1.05594 1.70648,1.059167 2.35028,0.01747 0.5549,-0.897844 2.45839,0.813688 6.40236,5.756734 3.08697,3.868951 6.15063,7.065929 6.80813,7.104394 0.6575,0.03847 4.65679,0.0099 8.8873,-0.0634 4.23053,-0.07334 11.0745,0.619228 15.20883,1.53903 6.08457,1.353687 8.24222,1.455077 11.32293,0.532074 4.78641,-1.434041 9.61096,-5.430654 10.01889,-8.299556 0.1988,-1.398101 1.12005,-2.308693 2.53968,-2.510314 2.12619,-0.301966 2.22772,-0.004 2.22772,6.538442 0,6.740641 -0.099,7.001552 -5.9449,15.662921 -3.26969,4.844452 -7.74462,10.309246 -9.94428,12.143987 -2.19966,1.834742 -5.77393,5.949037 -7.94282,9.142879 -2.34976,3.460168 -6.29513,7.465423 -9.76248,9.910673 l -5.81903,4.10369 -1.15924,7.92805 c -1.61723,11.06032 -4.40347,19.58965 -9.70377,29.70553 -5.01528,9.57187 -13.95714,20.46445 -14.03497,17.09676 -0.0428,-1.8524 -0.1273,-1.86246 -1.77762,-0.21171 -1.37485,1.3752 -1.46515,1.89852 -0.43722,2.53406 1.41537,0.87508 -1.77232,4.09197 -9.46671,9.55344 -2.27836,1.61719 -4.34463,3.44333 -4.59171,4.0581 -0.8189,2.03758 6.19452,11.05322 18.90021,24.29583 6.90108,7.19272 12.04414,13.24542 11.42903,13.45046 -0.61512,0.20504 -0.83848,1.12371 -0.49637,2.0415 0.34212,0.91778 -1.79925,-0.97306 -4.75858,-4.20188 -2.95935,-3.22881 -5.27705,-6.21281 -5.15046,-6.6311 0.12659,-0.41828 -1.76241,-2.39328 -4.19777,-4.38889 -2.43538,-1.9956 -4.20453,-3.98988 -3.93146,-4.43172 0.27308,-0.44185 -1.40227,-2.36965 -3.72301,-4.28402 -2.32073,-1.91436 -5.99559,-5.73898 -8.16635,-8.49916 -4.50513,-5.7284 -5.73975,-6.34273 -10.18478,-5.06791 -1.75731,0.50399 -3.19511,0.54209 -3.19511,0.0847 0,-1.33295 -11.17951,1.64109 -12.389579,3.29596 -0.60449,0.82669 -2.322383,1.8101 -3.817542,2.18536 -3.551652,0.89142 -4.937215,3.23379 -7.580515,12.81533 -4.406767,15.97381 -11.099683,29.94917 -15.20688,31.75323 -1.152028,0.50601 -2.096442,1.7759 -2.098696,2.82193 -0.0024,1.08338 -1.280677,2.61084 -2.970297,3.54913 -1.631409,0.90597 -2.982805,2.27784 -3.003103,3.04859 -0.05664,2.15103 -3.526894,6.90294 -4.570213,6.25813 -0.985639,-0.60915 -3.808724,1.30636 -3.808724,2.5843 0,1.92758 5.895059,2.34928 41.089109,2.93925 l 37.62376,0.63071 -39.232671,0.18757 c -21.57797,0.10316 -40.736386,0.48547 -42.574257,0.84959 -3.159411,0.62595 -3.260618,0.56176 -1.856436,-1.17724 z m 42.238485,-67.99171 c -1.942887,-0.70765 -3.471758,-0.70422 -4.950495,0.0112 -1.790743,0.86631 -1.332552,1.03319 2.81102,1.02385 4.566697,-0.0103 4.732564,-0.0905 2.139475,-1.03501 l 0,-3e-5 z m -14.020663,-0.82863 c -1.089109,-0.4866 -6.435644,-1.80129 -11.881188,-2.92155 -5.759121,-1.18476 -12.800298,-3.45953 -16.831683,-5.43774 -6.954731,-3.41271 -17.742094,-11.92119 -16.880858,-13.3147 0.253072,-0.40948 3.040932,-0.57204 6.195246,-0.36125 4.48988,0.30005 5.355073,0.14443 3.984772,-0.71671 -0.96269,-0.60499 -4.913826,-1.36519 -8.780302,-1.68935 -6.863409,-0.57539 -7.004171,-0.54119 -5.941584,1.44428 2.200044,4.11082 13.668199,13.46069 20.585236,16.78294 7.129107,3.42411 21.632479,7.0912 28.065212,7.09613 2.851296,0.002 3.114461,-0.15412 1.485149,-0.88205 z m 13.55198,-1.63782 c -0.714728,-0.28601 -1.568688,-0.25085 -1.89769,0.0781 -0.329001,0.329 0.255776,0.56301 1.299505,0.52001 1.153409,-0.0475 1.38802,-0.28211 0.598185,-0.59817 l 0,4e-5 z m 8.981792,-3.22305 c 4.1272,-1.05557 9.34757,-2.85973 11.60083,-4.00925 2.25325,-1.14953 4.87457,-1.8432 5.82513,-1.54151 0.95056,0.30171 2.59602,-0.12295 3.65656,-0.94367 1.60041,-1.23851 1.63367,-1.38963 0.19559,-0.88881 -2.84772,0.99172 -1.97918,-0.17229 2.18456,-2.92772 2.15449,-1.42577 4.50534,-2.36663 5.22413,-2.09081 0.7188,0.27584 3.05637,-1.2901 5.1946,-3.47985 2.13823,-2.18975 3.51995,-3.98136 3.07047,-3.98136 -0.44946,0 -0.26663,-0.66342 0.4063,-1.47425 0.67294,-0.81083 1.5681,-1.26129 1.98925,-1.001 0.42114,0.26029 1.37313,-0.30156 2.11553,-1.24853 1.22149,-1.55808 1.18509,-1.59258 -0.38286,-0.36292 -0.95297,0.74738 -1.73267,0.91332 -1.73267,0.36877 0,-1.1032 2.94273,-3.80059 3.86504,-3.5428 0.32472,0.0908 0.81317,-0.0921 1.08545,-0.40626 0.27228,-0.3142 -0.0619,-0.25079 -0.74257,0.14094 -1.83418,1.05552 -1.52708,0.0245 1.35025,-4.53358 3.80038,-6.02017 8.15245,-16.13427 10.34121,-24.03269 2.90781,-10.4932 3.24131,-10.00199 -6.51584,-9.59724 -8.06376,0.33451 -11.36374,-0.51104 -11.36374,-2.91169 0,-1.41219 3.87705,-3.01077 12.01762,-4.9551 13.6173,-3.2524 18.1279,-6.30458 30.44942,-20.604205 3.20647,-3.721241 5.60795,-5.75908 6.01348,-5.102907 0.45242,0.732027 1.17307,0.513084 2.18435,-0.663636 2.69435,-3.135129 3.29702,-4.863342 0.99046,-2.840244 -1.18271,1.037369 -2.15038,1.440581 -2.15038,0.896027 0,-1.154396 3.94299,-4.919356 4.6419,-4.432319 0.26048,0.181519 0.77064,-0.0013 1.13367,-0.406262 0.36304,-0.404963 0.10314,-0.415797 -0.57755,-0.02408 -1.80598,1.039294 -1.51814,-0.190163 0.80999,-3.459724 2.31999,-3.258114 2.32271,-3.256657 -3.39724,-1.816357 -3.2192,0.810603 -6.66348,0.694459 -14.67251,-0.494768 -15.04707,-2.234274 -20.55437,-0.689621 -28.57683,8.015049 -2.42602,2.632325 -4.72907,4.680174 -5.11788,4.550775 -0.38882,-0.129399 -0.48449,0.344426 -0.2126,1.052946 0.27188,0.70852 -0.4282,2.123094 -1.55573,3.143497 -2.0095,1.818571 -2.09324,1.812104 -4.23219,-0.326854 l -2.18214,-2.182131 2.25594,-4.252496 c 1.24077,-2.338872 4.17354,-6.452573 6.51728,-9.141556 2.34372,-2.688985 4.05061,-5.50801 3.79308,-6.264503 -0.31259,-0.918192 -0.0455,-1.114196 0.80328,-0.589595 0.85837,0.530499 1.02875,0.393018 0.52435,-0.423105 -0.41094,-0.664922 -0.99572,-0.9604 -1.2995,-0.656618 -0.69266,0.69266 -3.20978,-1.330935 -3.20978,-2.580451 0,-0.510014 0.51439,-0.609392 1.14308,-0.220837 0.73045,0.451439 0.87336,0.270048 0.3959,-0.50249 -0.41094,-0.664922 -1.00055,-0.955563 -1.31024,-0.645868 -0.69833,0.698319 -4.18913,-2.365165 -4.18913,-3.67632 0,-0.526833 0.7797,-0.370613 1.73267,0.347155 0.95297,0.717767 -0.70223,-1.23225 -3.67822,-4.333371 -3.76003,-3.918124 -5.93501,-5.472057 -7.12873,-5.093182 -0.94481,0.299873 -3.07003,-0.15402 -4.7227,-1.00865 -2.43778,-1.26062 -3.37289,-1.324035 -4.95495,-0.33602 -2.36555,1.477307 -3.05981,0.886 -3.92467,-3.34268 -0.56625,-2.768728 -1.37248,-3.513567 -5.43639,-5.022464 -7.80616,-2.898363 -17.966683,-4.011606 -26.200113,-2.870631 -3.997279,0.553936 -7.475959,1.215337 -7.730402,1.469779 -0.254442,0.254443 0.998085,3.050852 2.783393,6.214244 2.874608,5.093525 3.291609,6.794112 3.644505,14.862796 l 0.398492,9.111176 3.564442,0.668693 c 7.773644,1.458345 16.010573,8.110583 19.620143,15.845464 3.09701,6.636514 3.26024,18.338664 0.34238,24.546143 -2.99996,6.38214 -7.1277,10.84757 -13.007325,14.07144 -4.530381,2.48406 -6.383854,2.90835 -12.728271,2.91366 -6.074888,0.005 -8.236255,-0.44332 -11.881188,-2.465 -2.450495,-1.35916 -4.455445,-2.98232 -4.455445,-3.60701 0,-0.62469 -0.40559,-1.50708 -0.901312,-1.96089 -0.523658,-0.47936 -0.602889,-0.3065 -0.189092,0.41255 0.391721,0.68069 0.309434,1.23762 -0.182859,1.23762 -1.220735,0 -4.304298,-3.49834 -3.655466,-4.14718 0.286625,-0.28662 -0.191905,-1.11291 -1.063399,-1.83618 -1.321234,-1.09653 -1.725666,-1.0867 -2.433844,0.0592 -0.46712,0.75582 -0.647589,1.7006 -0.401041,2.09952 0.480206,0.77699 -4.431607,4.73002 -8.49972,6.84057 -1.361386,0.7063 -6.473966,1.77939 -11.361289,2.38466 l -8.886042,1.10047 -0.8419,4.2572 c -1.116431,5.64542 -0.634772,6.55826 4.953601,9.38814 6.711939,3.39884 14.108367,5.45589 25.541571,7.10346 13.412147,1.93275 20.966236,1.82034 33.743152,-0.50211 17.901519,-3.25395 20.945769,-2.59407 18.234109,3.95245 -1.77158,4.27697 -8.27108,9.72932 -15.51118,13.01214 -10.066949,4.56456 -20.604188,6.60666 -38.045678,7.37316 -12.034826,0.52888 -15.515628,0.97079 -14.765554,1.87458 0.53979,0.65041 0.751763,1.41223 0.47105,1.69294 -0.280712,0.28071 0.280084,1.1308 1.246214,1.8891 1.597283,1.25367 1.633357,1.22157 0.397743,-0.35396 -1.901096,-2.42408 -0.973659,-2.18092 4.907357,1.28665 4.510039,2.65922 13.386837,5.60901 26.15447,8.69123 6.758464,1.63156 18.458956,1.2966 26.494168,-0.75846 l 0,-4e-5 z m 15.58504,-0.061 c 1.16161,-0.7507 0.90473,-0.96308 -1.17919,-0.97494 -1.46538,-0.008 -2.9397,0.43038 -3.27626,0.97494 -0.78135,1.26425 2.49915,1.26425 4.45545,0 z m 6.00568,-2.01503 c 1.95644,-1.04706 2.62207,-2.93547 1.0347,-2.93547 -0.48422,0 -1.93224,0.87627 -3.21783,1.94726 -2.49465,2.07826 -1.06383,2.72592 2.18313,0.98821 z m -6.00568,-1.45032 c 1.36139,-0.77824 2.0297,-1.41498 1.48515,-1.41498 -0.54456,0 -2.10396,0.63674 -3.46535,1.41498 -1.36138,0.77824 -2.0297,1.41498 -1.48515,1.41498 0.54456,0 2.10396,-0.63674 3.46535,-1.41498 z m -62.458746,0.13411 c -0.226898,-0.19852 -1.526403,-0.89141 -2.887789,-1.53976 -2.333929,-1.11154 -2.365521,-1.09092 -0.553336,0.36093 1.577225,1.26362 4.799862,2.3676 3.441125,1.17883 l 0,0 z m 74.762706,-3.12566 c 1.04936,-0.7939 1.64445,-1.70691 1.32243,-2.02893 -0.78266,-0.78265 -4.7155,1.36919 -4.7155,2.58006 0,1.33049 1.15362,1.1431 3.39307,-0.55113 z m 5.3845,-4.97977 c 0.31295,-1.61495 0.14607,-1.68767 -1.23763,-0.53929 -1.89234,1.57049 -2.12795,3.40609 -0.36172,2.81801 0.68069,-0.22665 1.40039,-1.25207 1.59935,-2.27872 z m -93.926084,0.17176 c 0,-0.2056 -0.779703,-0.9853 -1.732673,-1.73268 -1.570353,-1.23155 -1.605372,-1.19653 -0.373817,0.37382 1.293435,1.64926 2.10649,2.17375 2.10649,1.35886 z m 42.048957,-9.0646 c 10.23476,-3.01561 12.830661,-4.22882 16.665417,-7.78864 1.52559,-1.41621 3.14513,-2.57492 3.599,-2.57492 0.45387,0 1.59099,-1.16873 2.52694,-2.59715 0.93594,-1.42844 1.24801,-2.31675 0.69349,-1.97403 -0.55454,0.34271 -1.20807,0.0635 -1.45231,-0.62067 -0.24423,-0.68409 -0.82632,-0.88541 -1.2935,-0.44739 -0.46721,0.43803 -0.19404,1.21091 0.60702,1.71751 1.25252,0.79212 1.23533,0.92323 -0.12275,0.93627 -0.86857,0.008 -2.42798,0.95441 -3.46535,2.10238 -5.028165,5.56424 -22.795527,11.3182 -38.212356,12.37508 -15.799597,1.08311 -17.048668,2.42489 -1.792578,1.92561 10.641937,-0.34827 15.176438,-0.97076 22.246977,-3.05405 l 0,0 z m 63.891637,-3.12611 c 0,-1.41552 -0.23243,-1.39342 -1.9802,0.18829 -1.08911,0.98563 -1.9802,2.18422 -1.9802,2.66353 0,0.47932 0.89109,0.39459 1.9802,-0.18828 1.08911,-0.58287 1.9802,-1.78147 1.9802,-2.66354 z M 97.166642,146.77097 c 3.547598,-0.77002 4.965228,-1.47727 4.298178,-2.14431 -0.66706,-0.66706 -4.175166,-0.42281 -10.636358,0.74056 -14.897153,2.68229 -37.124591,0.77195 -52.477337,-4.51017 -6.578027,-2.26317 -6.378989,-2.22908 -6.378989,-1.09252 0,1.42916 9.008565,4.85904 15.926311,6.06371 16.965213,2.95437 38.134158,3.35943 49.268195,0.94273 l 0,0 z m 53.617378,0.0462 c 0.58287,-1.08911 0.837,-1.9802 0.56472,-1.9802 -0.27228,0 -0.97195,0.89109 -1.55482,1.9802 -0.58287,1.08911 -0.837,1.9802 -0.56472,1.9802 0.27227,0 0.97195,-0.89109 1.55482,-1.9802 z m 5.94059,-4.62356 c 0,-2.3135 -1.69554,-0.59965 -2.85822,2.88907 l -1.073,3.21964 1.96562,-2.33741 c 1.08108,-1.28558 1.9656,-2.98266 1.9656,-3.7713 z m -77.497329,2.91089 c -2.054226,-0.21433 -5.173038,-0.21074 -6.930694,0.008 -1.757656,0.21872 -0.07693,0.39409 3.734955,0.38969 3.811881,-0.004 5.249963,-0.18335 3.195739,-0.39768 l 0,7e-5 z m 10.356241,-0.94387 c -0.714728,-0.28601 -1.568688,-0.25085 -1.89769,0.0781 -0.329001,0.329 0.255776,0.56301 1.299505,0.52002 1.153409,-0.0475 1.38802,-0.28211 0.598185,-0.59817 l 0,4e-5 z m 19.616338,-1.30386 c 0,-0.54455 -0.47184,-0.99009 -1.04854,-0.99009 -0.57669,0 -0.77316,0.44554 -0.43661,0.99009 0.33655,0.54456 0.8084,0.9901 1.04853,0.9901 0.24014,0 0.43662,-0.44554 0.43662,-0.9901 z m 47.45458,-8.41584 c 0,-0.54455 -0.63674,0.12377 -1.41498,1.48515 -0.77823,1.36139 -1.41498,2.92079 -1.41498,3.46535 0,0.54455 0.63675,-0.12376 1.41498,-1.48515 0.77824,-1.36139 1.41498,-2.92079 1.41498,-3.46535 z M 28.453542,136.6394 c -0.717346,-1.86938 -3.412099,-3.08084 -3.412099,-1.53397 0,1.05715 3.177874,3.9134 3.73462,3.35666 0.149813,-0.14981 0.0047,-0.97003 -0.322521,-1.82269 z m 6.406383,0.90594 c -0.226898,-0.19852 -1.526403,-0.89141 -2.887789,-1.53976 -2.333929,-1.11154 -2.365521,-1.09092 -0.553337,0.36093 1.577226,1.26362 4.799863,2.3676 3.441126,1.17883 z m -8.178941,-9.80642 c -0.27121,-0.67032 -0.476602,0.11785 -0.456423,1.75152 0.02018,1.63366 0.242077,2.18212 0.493111,1.21878 0.251032,-0.96334 0.234523,-2.29997 -0.03668,-2.9703 l -4e-6,0 z M 162.66521,127.0736 c 0,-0.51242 -0.44555,-1.20703 -0.9901,-1.54359 -0.54456,-0.33655 -0.9901,0.0827 -0.9901,0.93167 0,0.84897 0.44554,1.54358 0.9901,1.54358 0.54455,0 0.9901,-0.41925 0.9901,-0.93166 z M 27.619826,122.33281 c -0.329002,-0.329 -0.563011,0.25579 -0.52002,1.29951 0.0475,1.15341 0.28212,1.38802 0.598185,0.59819 0.286011,-0.71474 0.250836,-1.5687 -0.07817,-1.8977 l 3e-6,0 z m 136.035474,0.2269 c 0,-0.81683 -0.44554,-1.48514 -0.99009,-1.48514 -0.54456,0 -0.9901,0.66831 -0.9901,1.48514 0,0.81684 0.44554,1.48515 0.9901,1.48515 0.54455,0 0.99009,-0.66831 0.99009,-1.48515 z M 33.704809,119.40196 c -0.95297,-0.24903 -2.512376,-0.24903 -3.465346,0 -0.952971,0.24904 -0.173268,0.4528 1.732673,0.4528 1.905941,0 2.685644,-0.20376 1.732673,-0.4528 z m 51.237624,-0.30759 c 0.336553,-0.54456 -0.250915,-0.9901 -1.305483,-0.9901 -1.054569,0 -2.472053,-0.66832 -3.149963,-1.48515 -0.677909,-0.81683 -2.197663,-1.48515 -3.37723,-1.48515 -1.179567,0 -3.798279,-0.84306 -5.819362,-1.87346 -3.979476,-2.02885 -4.801958,-1.43381 -1.788124,1.29368 1.984228,1.7957 10.984716,4.90909 10.984716,3.79975 0,-0.35514 0.534654,-0.11106 1.188119,0.54241 1.44777,1.44777 2.457132,1.50894 3.267327,0.19802 z m 79.702967,-3.02873 c 0,-1.05697 -0.44554,-1.92177 -0.9901,-1.92177 -0.54455,0 -0.99009,1.14016 -0.99009,2.53369 0,1.43699 0.42855,2.26881 0.99009,1.92176 0.54456,-0.33656 0.9901,-1.47671 0.9901,-2.53368 z m -126.008939,1.3525 c -0.963334,-0.25103 -2.299968,-0.23452 -2.970297,0.0366 -0.670329,0.27122 0.117853,0.47661 1.751517,0.45643 1.633663,-0.0202 2.182114,-0.24208 1.21878,-0.49311 l 0,5e-5 z m 15.788583,-6.49209 c 2.961802,-2.58663 6.027485,-4.70297 6.812628,-4.70297 1.653245,0 1.836694,-1.82146 0.39887,-3.96039 -0.83888,-1.24794 -1.390264,-1.01072 -3.45205,1.48514 -1.349539,1.63367 -2.677116,3.63862 -2.950173,4.45545 -0.273055,0.81683 -3.168256,2.95063 -6.433779,4.74178 -3.265523,1.79115 -5.937315,3.64601 -5.937315,4.12192 0,1.77959 6.361283,-1.59914 11.561819,-6.14093 z m -20.47271,5.3104 c 0,-1.48733 -5.81027,-1.8801 -6.366582,-0.43038 -0.356538,0.92913 0.492992,1.3081 2.93231,1.3081 1.888849,0 3.434272,-0.39498 3.434272,-0.87772 z m 63.050779,-1.35 c 2.916955,-1.98579 4.205247,-3.71287 2.769577,-3.71287 -0.693665,0 -8.394613,5.11626 -8.394613,5.57711 0,1.01623 2.716191,0.11603 5.625036,-1.86424 z m -5.082551,-1.19364 c 7.593085,-3.17259 13.318898,-12.23833 13.318898,-21.087947 0,-14.183278 -14.801367,-26.126413 -27.276503,-22.009246 -4.871629,1.607782 -12.143736,8.333235 -14.435363,13.350236 -3.260107,7.137268 -1.947056,16.953627 3.009811,22.501317 l 2.75988,3.08884 0.514066,-6.40417 c 0.59176,-7.372086 2.817916,-12.370412 6.194803,-13.909026 9.324945,-4.24873 15.584088,10.950876 9.956609,24.178486 -0.930827,2.18794 1.172672,2.29087 5.957799,0.29151 l 0,0 z m -66.879119,-1.52913 c -2.805149,-2.19422 -4.307733,-2.52716 -3.741707,-0.82908 0.211038,0.6331 1.180081,1.268 2.15343,1.41085 0.973349,0.14286 2.025929,0.51595 2.339067,0.82908 0.313138,0.31314 0.829243,0.55943 1.1469,0.54732 0.317656,-0.0121 -0.536304,-0.89328 -1.89769,-1.95817 z m 12.639913,0.64485 c 0.689575,-0.42992 0.997439,-1.19644 0.684141,-1.70337 -0.313298,-0.50692 -0.139505,-0.92168 0.386206,-0.92168 0.525712,0 0.704595,-0.96077 0.397519,-2.13502 -0.337827,-1.29185 -0.167417,-1.89344 0.431502,-1.52328 0.604271,0.37346 1.005912,-1.20529 1.031127,-4.0531 0.03148,-3.556019 -0.171219,-4.194157 -0.852784,-2.684642 -0.678574,1.502882 -0.773791,1.192692 -0.395022,-1.286842 0.353363,-2.313228 0.165236,-3.060723 -0.644381,-2.560356 -0.737692,0.45592 -0.940577,0.178019 -0.571745,-0.783139 0.314436,-0.819406 0.23569,-2.033505 -0.174991,-2.698 -1.105326,-1.788456 -7.682811,-2.144736 -9.055691,-0.490515 -0.631379,0.760762 -0.759249,1.396753 -0.284156,1.413317 0.475095,0.01654 0.06457,0.495168 -0.912263,1.063584 -1.129264,0.657109 -1.565313,1.697515 -1.197349,2.856861 0.318297,1.002872 0.145073,2.091406 -0.384943,2.418971 -1.212393,0.749301 -1.114708,6.501761 0.11041,6.501761 0.49838,0 0.626441,0.88128 0.284578,1.95839 -1.132056,3.56679 7.260902,7.05039 11.147842,4.62706 l 0,0 z m 8.934184,-0.55418 c 2.020385,-1.03924 5.010061,-3.29502 6.643725,-5.01286 2.868463,-3.01627 2.981671,-3.49028 3.302077,-13.826072 l 0.33178,-10.702722 -3.762914,-0.705927 C 47.602481,80.969761 43.95345,78.863901 38.40778,73.51044 l -4.950496,-4.778915 -3.90401,1.921073 C 17.503668,76.58193 12.423679,90.628824 18.240927,101.93283 c 3.23262,6.2816 4.539882,6.43779 5.329032,0.6367 0.928828,-6.827865 1.319844,-7.895489 4.103161,-11.203281 7.697735,-9.148234 17.690208,3.484377 13.905573,17.579601 -1.6234,6.04608 -1.03574,6.43209 5.036847,3.3085 l 0,0 z m 37.877227,-0.17548 c 0.607833,-1.13574 0.846281,-2.32386 0.529884,-2.64025 -0.316397,-0.3164 -0.575268,-0.0873 -0.575268,0.50911 0,0.59643 -0.700141,1.78455 -1.55587,2.64027 -0.855728,0.85573 -1.094176,1.55587 -0.529884,1.55587 0.564291,0 1.523303,-0.92924 2.131138,-2.065 l 0,0 z m -8.956275,-0.41024 c -0.777242,-0.93653 -0.843612,-1.48515 -0.179665,-1.48515 0.579095,0 1.32826,0.44554 1.664814,0.9901 0.336553,0.54455 1.710509,0.9901 3.053236,0.9901 3.405659,0 4.705098,-3.86234 3.99729,-11.88119 -0.410484,-4.650429 -0.278996,-6.023676 0.474005,-4.950498 0.92628,1.320129 0.997019,1.320129 0.636655,0 -0.222976,-0.816832 -0.888084,-1.485149 -1.478018,-1.485149 -0.589933,0 -1.406765,-0.334158 -1.815181,-0.742574 -0.408416,-0.408416 -1.808473,-0.742574 -3.111239,-0.742574 -1.326986,0 -2.099559,-0.435416 -1.756748,-0.990099 1.082137,-1.750934 -0.356281,-1.056251 -2.436678,1.176792 -1.948858,2.091852 -2.796679,4.371505 -1.276193,3.431475 0.408415,-0.252495 0.742574,2.796683 0.742574,6.775957 0,4.5426 -0.368457,7.02333 -0.990099,6.66611 -0.544555,-0.31292 -0.141343,0.39874 0.896028,1.58146 2.106995,2.4022 3.511949,2.99403 1.579219,0.66524 l 0,0 z m 74.981158,-0.19108 c -0.96334,-0.25103 -2.29997,-0.23453 -2.9703,0.0366 -0.67032,0.27122 0.11786,0.4766 1.75152,0.45643 1.63366,-0.0202 2.18212,-0.24208 1.21878,-0.49311 l 0,5e-5 z m -84.882148,-2.77922 c -0.67791,-0.81683 -1.678108,-1.48515 -2.222662,-1.48515 -0.552304,0 -0.445093,0.65669 0.242464,1.48515 0.67791,0.81683 1.678108,1.48515 2.222663,1.48515 0.552304,0 0.445093,-0.6567 -0.242465,-1.48515 z m 38.428218,-0.43317 c 0.24752,-0.74257 -0.12376,-1.11386 -0.86634,-0.86634 -0.71472,0.23824 -1.49443,1.01795 -1.73267,1.73268 -0.24752,0.74257 0.12376,1.11386 0.86634,0.86633 0.71472,-0.23823 1.49443,-1.01795 1.73267,-1.73267 z m 61.57178,-0.16781 c 0,-1.1313 -2.6849,-1.15685 -3.38,-0.0322 -0.2896,0.4686 -0.27234,1.10622 0.0384,1.41693 0.7726,0.77266 3.34158,-0.29192 3.34158,-1.38475 z m -145.544552,0.16436 c 0,-1.16817 -1.931044,-2.41782 -2.640265,-1.7086 -0.709219,0.70923 0.54042,2.64027 1.708598,2.64027 0.512417,0 0.931667,-0.41925 0.931667,-0.93167 z m 65.94472,-2.76058 c -0.329002,-0.329 -0.563011,0.25578 -0.52002,1.29951 0.04751,1.15341 0.28212,1.38802 0.598185,0.59818 0.286011,-0.71472 0.250836,-1.56868 -0.07817,-1.89769 l 3e-6,0 z m 20.193892,-0.7632 c 0,-0.81683 -0.44554,-1.48515 -0.9901,-1.48515 -0.54455,0 -0.9901,0.66832 -0.9901,1.48515 0,0.81683 0.44555,1.48515 0.9901,1.48515 0.54456,0 0.9901,-0.66832 0.9901,-1.48515 z m 60.18796,-0.40346 c 2.02039,-1.03875 5.45561,-3.52622 7.63382,-5.527735 l 3.9604,-3.639109 -4.45545,3.425762 c -2.45049,1.884172 -6.23762,4.351962 -8.41584,5.483972 -2.17822,1.13201 -3.60848,2.0779 -3.17837,2.10196 0.43011,0.0241 2.43506,-0.80612 4.45544,-1.84485 z m -94.1857,-5.289607 c -0.274666,-0.680693 -0.499392,-0.123762 -0.499392,1.237627 0,1.36138 0.224726,1.91831 0.499392,1.23762 0.274665,-0.68069 0.274665,-1.794554 0,-2.475247 z m 13.861386,-0.990099 c -0.274666,-0.680693 -0.499392,-0.123762 -0.499392,1.237624 0,1.361382 0.224726,1.918312 0.499392,1.237622 0.274666,-0.680691 0.274666,-1.794553 0,-2.475246 z m -25.408199,0.742575 c 0,-0.816832 -0.445544,-1.485149 -0.990099,-1.485149 -0.544554,0 -0.990099,0.668317 -0.990099,1.485149 0,0.816831 0.445545,1.485151 0.990099,1.485151 0.544555,0 0.990099,-0.66832 0.990099,-1.485151 z m 47.524753,-0.05842 c 0,-0.848971 -0.45281,-1.263723 -1.00625,-0.921683 -0.55343,0.342039 -0.74992,1.036653 -0.43661,1.543584 0.84874,1.37331 1.44286,1.11724 1.44286,-0.621901 l 0,0 z M 13.75844,96.59024 c -0.329002,-0.329 -0.563011,0.255782 -0.520019,1.299504 0.04751,1.153416 0.282119,1.38802 0.598184,0.598189 0.286011,-0.714723 0.250836,-1.568684 -0.07817,-1.897693 l 0,0 z m 45.936468,-3.733496 c 0,-0.816831 -0.445544,-1.485148 -0.990099,-1.485148 -0.544554,0 -0.990099,0.668317 -0.990099,1.485148 0,0.816832 0.445545,1.485149 0.990099,1.485149 0.544555,0 0.990099,-0.668317 0.990099,-1.485149 z m 49.504952,-0.05842 c 0,-0.848971 -0.45281,-1.263723 -1.00625,-0.921684 -0.55343,0.34204 -0.74992,1.036654 -0.43661,1.543585 0.84874,1.373307 1.44286,1.117237 1.44286,-0.621901 l 0,0 z M 12.768341,90.649645 c -0.329002,-0.328998 -0.563011,0.255783 -0.52002,1.299505 0.04751,1.153416 0.28212,1.38802 0.598185,0.598189 0.286011,-0.714723 0.250836,-1.568684 -0.07817,-1.897694 l 0,0 z m 70.193894,0.721951 c -0.336554,-0.544555 -1.142551,-0.983277 -1.791106,-0.974941 -0.708531,0.0089 -0.586411,0.398248 0.305957,0.974941 1.902102,1.229238 2.244857,1.229238 1.485149,0 z m 25.247525,-4.513878 c 0,-0.84897 -0.45281,-1.263728 -1.00625,-0.921685 -0.55343,0.342043 -0.74992,1.036654 -0.43661,1.543581 0.84874,1.373311 1.44286,1.117238 1.44286,-0.621896 z M 13.75844,84.709054 c -0.329002,-0.329001 -0.563011,0.255777 -0.520019,1.299505 0.04751,1.153409 0.282119,1.38802 0.598184,0.598185 0.286011,-0.714727 0.250836,-1.568688 -0.07817,-1.89769 l 0,0 z m 48.906765,-3.85473 c 0,-1.356215 -3.082898,-1.911382 -4.232156,-0.762123 -0.330986,0.330986 -0.08945,1.422196 0.536762,2.424911 0.842923,1.349734 1.470503,1.547624 2.416974,0.762123 0.703131,-0.583548 1.27842,-1.674757 1.27842,-2.424911 z m 43.564355,0.09971 c 0,-2.007107 -9.940776,-11.875249 -12.685773,-12.593082 -3.422347,-0.894964 -2.536662,0.72179 2.04221,3.727903 4.685203,3.075921 8.056173,6.371341 8.979963,8.778691 0.77225,2.012434 1.6636,2.058775 1.6636,0.08649 z m -47.693353,-7.404219 2.306645,-4.455446 -0.675699,4.455446 -0.6757,4.455445 3.814599,-3.586129 c 2.098029,-1.972372 6.311347,-5.155371 9.362929,-7.073331 5.874539,-3.692229 6.839458,-5.599101 6.818235,-13.474203 -0.0116,-4.303265 -3.763041,-12.649115 -7.037511,-15.656368 -5.956689,-5.47059 -15.534138,-7.597002 -22.017021,-4.888282 -12.757989,5.330628 -18.072962,19.793085 -11.85765,32.265591 2.52515,5.067315 2.685106,5.196865 3.601855,2.917172 0.958373,-2.383197 0.960066,-2.382511 1.654947,0.671085 0.942906,4.14352 1.700115,5.200511 5.327538,7.436733 4.523217,2.788458 6.716499,2.070908 9.376833,-3.067713 l 0,0 z m 8.682689,1.5849 c 1.905993,-1.851076 4.77995,-3.91008 6.386569,-4.575565 2.564998,-1.062456 4.03369,-2.949929 2.295417,-2.949929 -2.10037,0 -13.235677,8.775011 -13.235677,10.430176 0,1.083649 1.30255,0.252787 4.553691,-2.904682 z M 20.090948,74.8078 c 0,-1.221474 -0.276132,-1.271282 -1.485149,-0.267887 -0.816831,0.67791 -1.485148,1.60957 -1.485148,2.070356 0,0.460786 0.668317,0.581336 1.485148,0.267887 0.816832,-0.313447 1.485149,-1.245108 1.485149,-2.070356 z M 152.76422,69.68259 c 0,-0.272277 -1.78218,1.245201 -3.9604,3.372174 -2.17822,2.126974 -3.9604,4.089996 -3.9604,4.362274 0,0.272277 1.78218,-1.245201 3.9604,-3.372175 2.17822,-2.126973 3.9604,-4.089996 3.9604,-4.362273 z M 41.625601,72.476287 c -2.586633,-2.217071 -4.709793,-4.553304 -4.718131,-5.191628 -0.02877,-2.202305 -1.632163,-3.701423 -3.281819,-3.068391 -2.032483,0.779938 -2.195989,3.392952 -0.212309,3.392952 0.792663,0 3.354544,2.00317 5.693069,4.45149 2.338525,2.44832 4.92018,4.450394 5.737012,4.449053 0.816832,-0.0014 -0.631188,-1.816405 -3.217822,-4.033476 l 0,0 z M 24.051344,70.847404 c 0,-1.221474 -0.276132,-1.271282 -1.485149,-0.267887 -0.816831,0.67791 -1.485148,1.60957 -1.485148,2.070356 0,0.460786 0.668317,0.581336 1.485148,0.267887 0.816832,-0.313447 1.485149,-1.245108 1.485149,-2.070356 z m 6.526162,-3.972749 c -0.745512,-0.745512 -5.536063,1.770447 -5.536063,2.907495 0,0.46652 1.378038,0.135607 3.062307,-0.735362 1.684269,-0.870969 2.797459,-1.848429 2.473756,-2.172133 z m 53.127303,0.748085 c 0.952971,-0.0074 1.732673,-0.459065 1.732673,-1.003619 0,-0.544555 -0.940674,-0.990099 -2.090387,-0.990099 -1.852777,0 -2.016491,-0.393899 -1.440284,-3.465347 0.406143,-2.164925 0.261718,-3.465346 -0.38486,-3.465346 -0.56923,0 -1.034964,1.059307 -1.034964,2.354014 0,1.294709 -0.668316,2.90867 -1.485148,3.58658 -2.367441,1.964801 -1.885292,4.298583 0.742574,3.594342 1.225248,-0.328353 3.007426,-0.60309 3.960396,-0.610525 z m 71.134371,-0.722043 c 1.58154,-0.934242 2.87553,-2.079091 2.87553,-2.544109 0,-1.671282 -4.25968,-0.165537 -5.70037,2.015008 -1.76311,2.668563 -1.02958,2.805958 2.82484,0.529101 z m 47.13694,-2.884855 c -0.37294,-0.372946 -1.68483,-0.148769 -2.91529,0.498172 -1.23047,0.64694 -1.45751,0.953686 -0.50454,0.681656 1.92704,-0.550082 2.24796,0.402733 0.74808,2.221031 -0.54153,0.65649 -0.009,0.312431 1.18262,-0.764577 1.19197,-1.077007 1.86208,-2.263334 1.48913,-2.636282 z m -52.1822,2.108229 c 0.67791,-0.816831 1.00979,-1.485148 0.73751,-1.485148 -0.27227,0 -1.0497,0.668317 -1.72761,1.485148 -0.67791,0.816832 -1.00979,1.485149 -0.73752,1.485149 0.27228,0 1.04971,-0.668317 1.72762,-1.485149 z m 37.15543,-0.451808 c -0.32185,-0.520771 -1.23923,-0.695875 -2.03863,-0.38912 -2.04664,0.785373 -1.80547,1.335978 0.5852,1.335978 1.12125,0 1.7753,-0.426086 1.45343,-0.946858 z m -20.13811,-0.719592 c -0.71473,-0.286011 -1.56869,-0.250835 -1.89769,0.07817 -0.329,0.329001 0.25578,0.56301 1.29951,0.520019 1.15341,-0.04751 1.38802,-0.282119 0.59818,-0.598185 l 0,-3e-6 z M 84.05547,61.936777 c -0.329002,-0.329001 -0.563011,0.255776 -0.52002,1.299505 0.04751,1.153409 0.28212,1.38802 0.598185,0.598185 0.286011,-0.714727 0.250836,-1.568688 -0.07817,-1.89769 l 3e-6,0 z m 82.57013,0.721948 c 0,-0.544555 -0.66832,-0.990099 -1.48515,-0.990099 -0.81683,0 -1.48515,0.445544 -1.48515,0.990099 0,0.544554 0.66832,0.990099 1.48515,0.990099 0.81683,0 1.48515,-0.445545 1.48515,-0.990099 z m 37.62376,-5.177658 c 0,-1.661518 -0.24856,-1.789209 -1.48514,-0.762936 -0.81684,0.67791 -1.48515,1.832342 -1.48515,2.565406 0,0.777973 0.61827,1.095588 1.48515,0.762936 0.81683,-0.313447 1.48514,-1.46788 1.48514,-2.565406 z M 83.457284,54.18445 c 0,-0.784694 -0.445544,-1.426715 -0.990099,-1.426715 -0.544554,0 -0.990099,0.917384 -0.990099,2.03863 0,1.121247 0.445545,1.76327 0.990099,1.426716 0.544555,-0.336553 0.990099,-1.253937 0.990099,-2.038631 z m 63.366336,-0.931666 c -1.27896,-1.361386 -2.77092,-2.475247 -3.31547,-2.475247 -0.54456,0 0.0563,1.113861 1.33527,2.475247 1.27896,1.361386 2.77092,2.475248 3.31548,2.475248 0.54455,0 -0.0563,-1.113862 -1.33528,-2.475248 z M 82.467185,48.302289 c 0,-0.816832 -0.445544,-1.485148 -0.990099,-1.485148 -0.544554,0 -0.990099,0.668316 -0.990099,1.485148 0,0.816832 0.445545,1.485149 0.990099,1.485149 0.544555,0 0.990099,-0.668317 0.990099,-1.485149 z m -1.985115,-5.19802 c -0.0084,-1.2671 -4.736103,-6.714785 -5.323399,-6.134089 -0.649329,0.642032 3.49033,6.834315 4.585742,6.859554 0.408416,0.0094 0.740362,-0.317049 0.737657,-0.725465 l 0,0 z m 50.49997,-0.247525 c -0.81683,-0.527877 -1.9307,-0.959776 -2.47525,-0.959776 -0.54456,0 -0.32178,0.431899 0.49505,0.959776 0.81683,0.527878 1.93069,0.959777 2.47525,0.959777 0.54455,0 0.32178,-0.431899 -0.49505,-0.959777 z m 4.44995,-0.996169 c -0.98866,-1.092447 -2.01229,-1.771531 -2.27475,-1.509075 -0.66527,0.66528 1.80418,3.495343 3.04998,3.495343 0.56227,0 0.21342,-0.89382 -0.77523,-1.986268 l 0,0 z m -95.539062,-4.19679 c 0,-0.552304 -0.656693,-0.445093 -1.485148,0.242464 -0.816832,0.67791 -1.485149,1.678108 -1.485149,2.222663 0,0.552304 0.656693,0.445093 1.485149,-0.242465 0.816831,-0.677909 1.485148,-1.678107 1.485148,-2.222662 z m 92.079212,0.795947 c 0,-2.367417 -1.80911,-2.723191 -2.95546,-0.581213 -0.91594,1.711444 -0.77708,2.007928 0.94043,2.007928 1.10826,0 2.01503,-0.642021 2.01503,-1.426715 z M 43.853324,33.703389 c 0,-0.552304 -0.656693,-0.445093 -1.485148,0.242464 -0.816832,0.67791 -1.485149,1.678108 -1.485149,2.222663 0,0.552304 0.656693,0.445093 1.485149,-0.242465 0.816831,-0.67791 1.485148,-1.678108 1.485148,-2.222662 z m 29.450539,-0.0051 c -0.341635,-3.033194 -0.613818,-3.235945 -4.743791,-3.533678 -2.40975,-0.173719 -4.148989,-0.08348 -3.864976,0.200533 0.746043,0.746042 8.309556,6.402673 8.668673,6.483162 0.166387,0.03729 0.139429,-1.380215 -0.05991,-3.150017 z m 45.796987,1.732673 c -0.67791,-0.816832 -1.70871,-1.485149 -2.29066,-1.485149 -0.58196,0 -0.19325,0.654147 0.8638,1.453661 2.48363,1.878524 2.96864,1.889227 1.42686,0.03148 l 0,3e-6 z m 5.94059,-0.933056 c 0,-0.721181 -1.00247,-1.579892 -2.22772,-1.908245 -3.82044,-1.023837 -4.13152,-0.702262 -1.76134,1.820687 2.31705,2.466393 3.98906,2.503093 3.98906,0.08755 l 0,4e-6 z m 8.8851,-5.657864 c 5.0656,-7.213134 5.95021,-9.230659 3.73867,-8.526659 -1.72171,0.548068 -10.64357,12.438161 -10.64357,14.184592 0,2.924919 2.06665,1.231484 6.9049,-5.657933 z m -54.828018,2.397173 c -0.586902,-0.586901 -3.56203,0.943932 -3.56203,1.832819 0,0.490907 0.870827,0.348719 1.935171,-0.315974 1.064342,-0.664694 1.796429,-1.347273 1.626859,-1.516845 z m -29.622424,0.529501 c 3.007757,-1.087619 4.641314,-3.761497 2.298018,-3.761497 -0.544554,0 -0.990099,0.445545 -0.990099,0.990099 0,0.544555 -0.58316,0.990099 -1.295911,0.990099 -1.477794,0 -5.628481,2.890588 -4.219928,2.938809 0.505892,0.01732 2.399456,-0.503561 4.20792,-1.15751 l 0,0 z m 54.958912,-1.46755 c -0.71473,-0.286011 -1.56869,-0.250836 -1.89769,0.07817 -0.329,0.329002 0.25577,0.563011 1.2995,0.52002 1.15341,-0.0475 1.38802,-0.28212 0.59819,-0.598185 l 0,-3e-6 z M 59.694908,28.005259 c 0,-1.089109 -0.39099,-1.980198 -0.868866,-1.980198 -1.298365,0 -3.17241,2.559384 -2.422873,3.30892 1.355486,1.355487 3.291739,0.573912 3.291739,-1.328722 z m 21.287129,0.990099 c 0.336553,-0.544554 -0.331763,-0.990099 -1.485149,-0.990099 -1.153385,0 -1.821702,0.445545 -1.485148,0.990099 0.336553,0.544555 1.00487,0.990099 1.485148,0.990099 0.480279,0 1.148595,-0.445544 1.485149,-0.990099 z m 29.207923,0 c 0,-0.544554 -0.66832,-0.990099 -1.48515,-0.990099 -0.81683,0 -1.48515,0.445545 -1.48515,0.990099 0,0.544555 0.66832,0.990099 1.48515,0.990099 0.81683,0 1.48515,-0.445544 1.48515,-0.990099 z M 86.427581,28.005259 c 0,-0.544554 -0.694611,-0.990099 -1.543581,-0.990099 -0.848969,0 -1.268219,0.445545 -0.931666,0.990099 0.336553,0.544555 1.031164,0.990099 1.543581,0.990099 0.512417,0 0.931666,-0.445544 0.931666,-0.990099 z m 18.316829,0 c 0.33656,-0.544554 -0.33176,-0.990099 -1.48515,-0.990099 -1.15338,0 -1.8217,0.445545 -1.48514,0.990099 0.33655,0.544555 1.00487,0.990099 1.48514,0.990099 0.48028,0 1.1486,-0.445544 1.48515,-0.990099 z M 53.397761,23.263982 c -2.293369,-2.293369 -3.273717,-0.599352 -1.065339,1.840877 1.180946,1.304931 2.008695,1.63504 2.254066,0.898928 0.213274,-0.63982 -0.321654,-1.872732 -1.188727,-2.739805 l 0,0 z m 41.674343,3.065049 c -0.963333,-0.251033 -2.299967,-0.234524 -2.970297,0.03668 -0.670328,0.271211 0.117854,0.476602 1.751517,0.456424 1.633663,-0.02018 2.182115,-0.242078 1.21878,-0.493111 l 0,4e-6 z M 50.784017,20.160629 c 0,-1.18906 -5.817795,-7.006855 -7.006854,-7.006855 -1.723094,0 -0.911591,1.747528 2.244318,4.833013 3.196159,3.124838 4.762536,3.839805 4.762536,2.173842 z m 99.083553,-7.807387 c -1.32905,-0.443014 -5.95468,4.804941 -5.94174,6.741126 0.006,0.860676 1.47299,-0.172344 3.48946,-2.456779 1.91375,-2.168059 3.01727,-4.096016 2.45228,-4.284347 z m -7.4939,4.754858 c 2.64699,-2.924889 1.22992,-3.38489 -1.49431,-0.485075 -1.27694,1.359238 -1.86755,2.471343 -1.31247,2.471343 0.55508,0 1.81813,-0.893821 2.80678,-1.986268 z m 1.9747,-5.934524 c 2.68184,-2.7227721 4.44726,-4.9364147 3.92318,-4.9192068 -1.79455,0.058926 -11.48794,9.8697018 -9.75161,9.8697018 0.52381,0 3.1466,-2.227723 5.82843,-4.950495 z m 4.99121,-1.055971 c 1.06562,-1.7242011 -0.14804,-2.0893477 -1.506,-0.4531041 -0.78094,0.9409741 -0.85606,1.5090751 -0.19952,1.5090751 0.57909,0 1.34657,-0.475187 1.70552,-1.055971 z m 22.08877,-7.9517764 c 1.71492,-0.5978257 3.11804,-1.51893899 3.11804,-2.04691859 0,-1.07371396 -3.1521,-0.28577416 -6.93069,1.73248789 -3.09382,1.652504 -0.61271,1.8571218 3.81265,0.3144307 l 0,0 z m 6.85154,-0.707599 c 0.59402,-1.78204068 -1.45248,-1.40757811 -2.14309,0.3921386 -0.37003,0.9642713 -0.14875,1.4169139 0.57476,1.1757426 0.64703,-0.2156762 1.35277,-0.9212228 1.56833,-1.5678812 z M 20.090948,0.80296239 c 0,-0.25829297 -1.366838,-1.17644278 -3.037417,-2.04033289 C 13.07504,-3.294728 10.77735,-2.5105441 14.645403,-0.41549494 17.561715,1.1640635 20.090948,1.729987 20.090948,0.80296239 z M 177.51669,-2.5818805 c 0,-1.2146632 -2.78939,-2.1897491 -3.40672,-1.1908861 -0.27491,0.444817 -0.21492,1.0936751 0.1333,1.4419069 0.94359,0.9435791 3.27342,0.7649164 3.27342,-0.2510208 z"
           transform="translate(0,784.36218)"
           id="path3782"
           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.9702971;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
        <path
           d="m 30.061595,110.24748 c -3.028002,-1.91623 -2.918962,-12.207625 0.161986,-15.288574 2.892806,-2.892806 5.380122,-2.029008 6.063557,2.105759 0.787072,4.761775 0.802973,10.540215 0.03451,12.542785 -0.657319,1.71294 -4.021187,2.05687 -6.260057,0.64003 l -1e-6,0 z"
           transform="translate(0,784.36218)"
           id="path3784"
           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.9702971;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
        <path
           d="m 50.118347,74.592462 c -5.270942,-3.20545 -6.839578,-11.64359 -3.245566,-17.458823 3.039395,-4.917846 5.720122,-5.336139 9.002245,-1.404685 3.776278,4.523372 4.477791,9.679447 1.982432,14.570755 -2.972944,5.82745 -4.145768,6.477996 -7.739111,4.292753 z"
           transform="translate(0,784.36218)"
           id="path3786"
           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.9702971;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
        <path
           d="m 77.269166,109.11407 c -1.309679,-0.76282 -1.732674,-2.30682 -1.732674,-6.32456 0,-2.923449 0.270441,-6.020121 0.600979,-6.881491 0.834308,-2.174169 4.068292,-1.961418 5.30478,0.348981 2.014054,3.7633 0.737507,14.00145 -1.732673,13.89637 -0.389257,-0.0166 -1.487442,-0.48424 -2.440412,-1.0393 z"
           transform="translate(0,784.36218)"
           id="path3790"
           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.9702971;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
      </g>
      <path
         d="m 974.24531,563.57578 c 0.19068,-0.58412 0.33807,-2.39704 0.32752,-4.02871 -0.0305,-4.72761 -2.16535,-7.80395 -5.35278,-7.71359 -2.82997,0.0802 -4.22476,1.85117 -5.32345,6.75914 -0.31004,1.38498 -0.36786,1.41644 -1.00404,0.54642 -0.37128,-0.50776 -0.8208,-1.89506 -0.99893,-3.08289 -0.55591,-3.70711 1.47155,-7.48719 5.4718,-10.20182 5.59862,-3.79933 13.97103,1.83612 13.9137,9.36528 -0.0236,3.09812 -3.73691,8.46539 -6.32496,9.14218 -0.90462,0.23656 -1.00597,0.12417 -0.70886,-0.78601 l 0,0 z"
         id="path3811"
         style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.47019994;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
      <path
         d="m 973.90612,561.26286 c 0.21817,-3.86109 -0.81619,-7.47461 -2.37901,-8.31101 -1.45049,-0.77628 -3.83369,-0.56086 -4.83124,0.43669 -0.50664,0.50664 -1.3056,2.10548 -1.77547,3.55298 -1.09585,3.3759 -1.45679,3.72914 -2.36719,2.31667 -2.17253,-3.37066 -1.18174,-8.3045 2.35621,-11.73323 3.80821,-3.69063 6.35633,-4.18204 10.58332,-2.04103 3.18311,1.61228 5.5569,4.81655 6.06163,8.18231 0.27355,1.8242 0.11235,2.73702 -0.85017,4.81416 -1.44283,3.11366 -4.39733,6.23865 -5.8983,6.23865 -1.04834,0 -1.08674,-0.14752 -0.89978,-3.45619 z"
         id="path3813"
         style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.47019994;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
      <path
         d="m 961.0831,541.36237 c -0.33003,-3.53422 -1.33157,-5.66019 -3.38893,-7.19369 -2.4962,-1.86061 -5.28857,0.24236 -6.51159,4.90394 l -0.62134,2.36827 -0.78337,-1.82202 c -2.59334,-6.03175 2.24127,-13.61508 8.68004,-13.61508 3.86832,0 6.85183,1.90897 8.66997,5.54739 1.62131,3.24451 1.8741,5.90823 0.71742,7.55961 -0.41352,0.59039 -2.03662,2.06204 -3.60688,3.27033 l -2.85504,2.19689 -0.30028,-3.21564 0,0 z"
         id="path3815"
         style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.47019994;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
      <path
         d="m 951.68986,559.85808 c 0,-3.90068 -0.11817,-4.43649 -1.32841,-6.0232 -1.64739,-2.15984 -3.30885,-2.63488 -5.52968,-1.58103 -1.75544,0.83301 -3.67834,3.97169 -3.67834,6.00402 0,1.57105 -0.80279,1.30413 -1.42226,-0.47288 -1.64201,-4.71028 0.82795,-10.53973 5.50282,-12.98743 1.35025,-0.70698 1.44409,-0.67017 3.72097,1.45958 2.59818,2.4303 4.37239,3.46667 6.84829,4.00031 l 1.66306,0.35844 -0.30803,4.68928 c -0.33193,5.05322 -0.87831,6.12303 -4.09875,8.0254 l -1.36967,0.80908 0,-4.28157 z"
         id="path3817"
         style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.47019994;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
      <path
         d="m 1002.8896,554.75634 c 1.2135,-1.18081 3.0452,-2.70588 3.5885,-2.98777 0.2673,-0.13869 0.3404,-0.13033 0.5377,0.0614 0.2215,0.21519 0.2173,0.22773 -0.139,0.41194 -0.202,0.1045 -1.1682,0.8213 -2.147,1.5929 -3.0623,2.41407 -3.7048,2.73578 -1.8402,0.92149 z"
         id="path3839"
         style="fill:#808000;fill-opacity:1;stroke:#ffffff;stroke-width:0.37122548;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
      <path
         d="m 1001.7609,555.81089 c 0.169,-0.31579 2.3506,-2.35144 3.6035,-3.3624 1.093,-0.88192 1.4098,-1.00296 1.7458,-0.66698 0.2354,0.23537 0.2054,0.26324 -2.3615,2.1931 -2.5867,1.94472 -3.2709,2.36525 -2.9878,1.83628 z m 3.223,-2.29188 c 2.1869,-1.64445 2.0774,-1.54607 1.8265,-1.64237 -0.1263,-0.0485 -0.4054,0.0686 -0.7322,0.30704 -0.774,0.56467 -3.1731,2.65442 -3.1815,2.77119 -0.01,0.13752 0.046,0.0993 2.0872,-1.43586 z"
         id="path3841"
         style="fill:#008000;fill-opacity:1;stroke:#008000;stroke-width:0.37122548;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
      <path
         d="m 1001.5912,556.03181 c -0.1044,-0.16895 0.8478,-1.16015 2.5352,-2.63894 1.8475,-1.6192 1.7341,-1.53116 2.253,-1.748 0.4162,-0.17387 0.4702,-0.17054 0.7369,0.0453 l 0.2877,0.233 -0.2464,0.27229 c -0.2603,0.28767 -3.4968,2.74402 -4.6222,3.50806 -0.707,0.47998 -0.825,0.52102 -0.9442,0.32824 z m 4.6552,-3.67215 c 0.154,-0.18668 0.1439,-0.19204 -0.1086,-0.0575 -0.2879,0.15343 -0.3589,0.26338 -0.1698,0.26338 0.06,0 0.185,-0.0926 0.2784,-0.20587 l 0,0 z"
         id="path3843"
         style="fill:#008000;fill-opacity:1;stroke:#008000;stroke-width:0.37122548;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
      <path
         d="m 1002.8311,557.40044 c 0.1343,-0.13117 0.9401,-0.6115 1.7909,-1.06738 0.8507,-0.45589 1.9764,-1.13063 2.5015,-1.49943 0.9671,-0.67921 2.0769,-1.69802 2.0769,-1.90664 0,-0.0627 0.1392,-0.11397 0.3094,-0.11397 1.3509,0 -2.156,2.85903 -5.3392,4.35282 -0.5545,0.26021 -1.1376,0.47311 -1.2958,0.47311 -0.286,0 -0.2863,-10e-4 -0.044,-0.23851 z"
         id="path3847"
         style="fill:#008000;fill-opacity:1;stroke:#008000;stroke-width:0.37122548;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
    </g>
    <path
       transform="translate(-369.66666,-307.1008)"
       style="fill:#000000;fill-rule:evenodd;stroke:none"
       d="m 545.47795,569.43686 c 0.16709,-0.66839 0.34267,-1.29362 0.48523,-1.72439 0.14256,-0.43078 0.25181,-0.66597 0.31085,-0.65272 0.059,0.0132 0.0679,0.27495 0.0363,0.73114 -0.0315,0.45619 -0.1032,1.10576 -0.18053,1.7962 -0.002,0.004 -0.003,0.008 -0.005,0.0117 -0.25593,0.64374 -0.49797,1.24996 -0.68464,1.6675 -0.18667,0.41755 -0.31769,0.6453 -0.37624,0.63065 -0.0585,-0.0147 -0.0446,-0.27169 0.0318,-0.7168 0.0765,-0.4451 0.21524,-1.07716 0.38176,-1.74325 0.16652,-0.66609 0.34152,-1.28909 0.48351,-1.71781 0.142,-0.42873 0.25071,-0.66208 0.30928,-0.64744 0.0586,0.0146 0.067,0.27725 0.0351,0.73349 -0.0319,0.45625 -0.10372,1.10502 -0.18105,1.79339 -4.7e-4,0.004 -9.3e-4,0.008 -0.001,0.0125 -0.25647,0.64565 -0.49876,1.25256 -0.68551,1.66995 -0.18676,0.41739 -0.3177,0.64415 -0.37604,0.62805 -0.0584,-0.0161 -0.0441,-0.27503 0.0328,-0.72222 0.0769,-0.44718 0.21618,-1.08149 0.38327,-1.74988 z"
       id="path3778-7"
       inkscape:path-effect="#path-effect3780"
       inkscape:original-d="m 545.47795,569.43686 c 0.56247,0.14061 1.12494,0.28123 0,0 z" />
    <text
       xml:space="preserve"
       style="font-size:26px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
       x="40.550781"
       y="72.354271"
       id="text3655"><tspan
         sodipodi:role="line"
         id="tspan3663"
         x="40.550781"
         y="72.354271"
         style="font-size:32px">Would you like </tspan><tspan
         sodipodi:role="line"
         x="40.550781"
         y="112.35427"
         id="tspan2917"
         style="font-size:32px">to play again?</tspan><tspan
         sodipodi:role="line"
         id="tspan3669"
         x="40.550781"
         y="146.37378">  </tspan></text>
    <g
       transform="matrix(0.66666667,0,0,0.66150756,232.52873,-361.5815)"
       id="layer1-4"
       inkscape:label="Layer 1">
      <g
         transform="matrix(0.97869659,0,0,0.97869659,0.47308226,22.378026)"
         id="g3211">
        <path
           style="fill:#000000;fill-rule:evenodd;stroke:none"
           d="m 37,942.81046 c 0.167098,-0.66843 0.34309,-1.2936 0.486364,-1.7242 0.143274,-0.4306 0.253551,-0.66551 0.31386,-0.65187 0.06031,0.0136 0.07065,0.2758 0.04077,0.73251 -0.02988,0.45671 -0.09969,1.10684 -0.175087,1.79783 -0.0015,0.004 -0.003,0.007 -0.0044,0.0112 -0.257922,0.64338 -0.501864,1.24926 -0.690253,1.66648 -0.188389,0.41721 -0.32095,0.64463 -0.380785,0.62966 -0.05983,-0.015 -0.04694,-0.27232 0.02884,-0.7177 0.07578,-0.44537 0.21418,-1.07766 0.380734,-1.74389 0.166554,-0.66623 0.341982,-1.28926 0.484718,-1.7179 0.142736,-0.42864 0.252501,-0.66177 0.312355,-0.64682 0.05985,0.015 0.06979,0.27801 0.03961,0.73477 -0.03018,0.45676 -0.100211,1.10613 -0.175623,1.79513 -4.36e-4,0.004 -8.73e-4,0.008 -0.0013,0.0119 -0.258431,0.64522 -0.502606,1.25177 -0.691076,1.66883 -0.188471,0.41707 -0.320958,0.64354 -0.380601,0.62718 -0.05964,-0.0163 -0.04644,-0.27553 0.02975,-0.72289 0.07619,-0.44737 0.215079,-1.08182 0.382177,-1.75025 z"
           id="path3778-9"
           inkscape:path-effect="#path-effect3780-0"
           inkscape:original-d="m 37,942.81046 c 0.574713,0.14367 1.149425,0.28735 0,0 z" />
        <g
           id="g4020"
           transform="translate(-184.55172,103.22414)">
          <g
             class="spaceship"
             id="shipBody">
            <path
               id="path3154"
               d="m 235.65719,857.2309 c -5.15468,-1.08647 -10.13216,-2.60614 -11.06105,-3.37705 -1.4687,-1.21891 -1.59942,-3.62164 -1.0026,-18.42851 0.60898,-15.10833 2.82784,-34.89255 4.50742,-40.18992 0.5468,-1.72458 2.1597,-1.86153 18.79408,-1.59574 l 18.19595,0.29073 0.86603,3.19149 c 1.42964,5.26854 4.21348,40.89938 3.86495,49.46809 l -0.32454,7.97872 -6.91489,1.70857 c -11.71067,2.89354 -16.85673,3.0758 -26.92535,0.95362 l 0,0 z"
               style="fill:#d45500;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
          </g>
          <g
             class="spaceship"
             id="shipBottom">
            <path
               id="path3157"
               d="m 244.48826,894.22212 c -4.2024,-0.66031 -8.30588,-1.6713 -9.34259,-2.30176 -1.50562,-0.91562 -2.96927,-3.83924 -5.28678,-10.56029 -3.38846,-9.8269 -6.66033,-24.37913 -5.69774,-25.34172 0.34613,-0.34613 1.65904,0.0304 4.83607,1.387 l 4.36096,1.86212 8.04349,-0.30495 c 4.42393,-0.16772 9.30427,-0.48845 10.84522,-0.71273 1.54095,-0.22428 5.51724,-0.5933 8.83621,-0.82003 3.31896,-0.22673 6.77423,-0.53583 7.67837,-0.68688 l 1.64389,-0.27464 -0.27403,1.65891 c -1.72541,10.44502 -5.37775,23.19669 -9.194,32.09965 l -0.81901,1.91067 -5.12106,0.9443 c -5.68087,1.04752 -8.8862,1.39534 -10.509,1.14035 z"
               style="fill:#008000;fill-opacity:0.93984112;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
          </g>
          <g
             class="spaceship"
             id="shipLtWing">
            <path
               id="path3160"
               d="m 207.75862,910.1208 1.2931,-9.48276 3.44828,-6.46552 4.31034,-6.89655 5.17242,-6.03448 4.31034,-2.58621 1.72414,-1.2931 3.87931,12.06896 0.43104,1.72414"
               style="fill:#ff0000;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
          </g>
          <g
             class="spaceship"
             id="shipRtWing">
            <path
               id="path3163"
               d="m 262.06896,892.44839 3.01724,-12.5 9.05172,5.17241 5.17242,6.46552 2.15517,4.74138 3.44827,8.18965 2.58621,10.34483 -8.18965,-9.91379 -6.03449,-5.17242 -4.74138,-3.44827 -6.46551,-3.87931 z"
               style="fill:#ff0000;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
          </g>
          <g
             class="spaceship"
             id="shipCone">
            <g
               id="g3822">
              <path
                 id="path3814"
                 d="m 238.05674,793.18103 c -6.10246,-0.52204 -8.42268,-0.87219 -8.56122,-1.29204 -0.10453,-0.31675 0.30123,-1.48054 0.90169,-2.5862 0.60047,-1.10566 1.46952,-3.46503 1.93123,-5.24305 1.03163,-3.97271 6.17659,-18.26477 6.64632,-18.46264 0.1876,-0.079 0.34109,-0.38714 0.34109,-0.68471 0,-1.96184 7.19772,-16.19748 8.18965,-16.19748 0.56862,0 3.86104,5.678 5.49864,9.48276 2.06526,4.7984 7.19953,18.13611 8.29619,21.55173 4.18191,13.02476 4.23136,13.3315 2.15345,13.35671 -1.19212,0.0144 -10.09252,0.40818 -13.57759,0.60062 -1.89655,0.10473 -7.2153,-0.13184 -11.81945,-0.5257 l 0,0 z"
                 style="fill:#ffff00;fill-opacity:0.93984112;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
              <path
                 id="path3820"
                 d="m 247.84482,749.34494 c -0.43103,-9.91379 -0.43103,-9.91379 -0.43103,-9.91379 l 0,0.43103"
                 style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
            </g>
          </g>
          <g
             class="spaceship"
             id="shipLtJet">
            <path
               id="path3170"
               d="m 235.50249,906.17356 c 0,-1.06703 4.59976,-12.40994 5.03247,-12.40994 0.74921,0 3.52178,11.5796 2.85187,11.91094 -1.14852,0.56809 -7.88434,0.9944 -7.88434,0.499 z"
               style="fill:#800080;fill-opacity:0.93984112;stroke:#000000;stroke-width:3;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
          </g>
          <g
             class="spaceship"
             id="shipRtJet">
            <path
               id="path3173"
               d="m 252.67238,906.11389 c -1.35952,-0.18394 -1.44042,-0.348 -1.11133,-2.25333 0.1952,-1.1302 0.82906,-3.53453 1.40857,-5.34296 l 1.05363,-3.28807 1.72233,4.60998 c 0.9473,2.53547 1.8799,5.05611 2.07247,5.60139 0.31242,0.88465 0.13311,0.98497 -1.66464,0.93143 -1.10813,-0.033 -2.67459,-0.1493 -3.48103,-0.25844 z"
               style="fill:#800080;fill-opacity:0.93984112;stroke:#000000;stroke-width:2.81490302;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
          </g>
        </g>
        <g
           class="spaceship"
           id="shipFire1"
           transform="translate(-171.5,206.5)">
          <path
             style="fill:#fefefd"
             d="m 213.07446,821.01373 0,-15 20,0 20,0 0,15 0,15 -20,0 -20,0 0,-15 z"
             id="path3024" />
          <path
             style="fill:#fdfbf4"
             d="m 242.07446,835.28173 c -3.61556,-0.66474 -4.70548,-1.87312 -5.45964,-6.05304 -2.27423,-12.60493 -1.42549,-20.52872 2.31719,-21.6331 1.32002,-0.38951 6.93368,-0.22942 11.39245,0.3249 0.4125,0.0513 0.75,1.64168 0.75,3.53422 0,1.89254 0.45,3.7191 1,4.05902 2.54527,1.57306 0.0351,18.5 -2.74348,18.5 -0.69109,0 -1.25652,0.45 -1.25652,1 0,1.01912 -1.54039,1.08792 -6,0.268 z m -21.75,-0.93028 c -0.6875,-0.27741 -1.25689,-1.25439 -1.26531,-2.17105 -0.0124,-1.35224 -0.18204,-1.40336 -0.89908,-0.27095 -0.50392,0.79583 -1.59909,1.12122 -2.54807,0.75706 -1.94705,-0.74715 -1.12949,-2.65278 1.13811,-2.65278 1.15603,0 1.37715,-0.5801 0.85766,-2.25 -2.33632,-7.51012 -1.67256,-19.75 1.07102,-19.75 0.83254,0 1.23559,-0.45 0.89567,-1 -0.87696,-1.41896 2.8546,-1.2454 4.3,0.2 0.93333,0.93333 1.46667,0.93333 2.4,0 1.58906,-1.58906 5.28176,-1.52936 6.6401,0.10734 1.42636,1.71865 1.17235,25.91644 -0.28266,26.92735 -1.17512,0.81645 -10.34907,0.89325 -12.30744,0.10303 z"
             id="path3022" />
          <path
             style="fill:#fef4f3"
             d="m 243.63248,835.10761 c -0.30801,-0.49837 -1.3785,-0.69208 -2.37887,-0.43048 -2.77871,0.72665 -3.72489,-1.36607 -5.04726,-11.1634 -2.04821,-15.17496 -0.0992,-17.37091 13.86811,-15.625 0.55,0.0688 1,1.925 1,4.125 0,2.2 0.45,4 1,4 0.55445,0 1,2.64699 1,5.94098 0,3.26754 -0.45,6.2191 -1,6.55902 -0.55,0.33992 -1,1.39147 -1,2.33678 0,3.26484 -5.95123,6.66918 -7.44198,4.2571 z m -22.74632,-1.31683 c -4.37516,-3.39748 -6.23457,-22.53224 -2.45791,-25.2938 0.88832,-0.64955 1.32212,-1.47401 0.964,-1.83213 -0.35812,-0.35811 0.23388,-0.65112 1.31554,-0.65112 1.08167,0 2.41295,0.44628 2.95841,0.99174 0.65566,0.65566 2.0518,0.59162 4.11984,-0.18897 5.54377,-2.09255 6.17944,-0.58472 6.01373,14.26467 -0.11976,10.73113 -0.40636,12.99629 -1.68481,13.31597 -3.61444,0.9038 -9.7078,0.57475 -11.2288,-0.60636 z"
             id="path3020" />
          <path
             style="fill:#fdf4eb"
             d="m 244.07446,834.94634 c 0,-0.58706 -0.83647,-0.8019 -1.85882,-0.47742 -2.45124,0.778 -4.46558,-1.75044 -4.35975,-5.47246 0.0461,-1.62139 -0.33587,-3.20735 -0.84881,-3.52437 -0.51294,-0.31702 -0.93262,-3.69984 -0.93262,-7.51738 0,-5.70987 0.37113,-7.31211 2.09245,-9.03343 1.38572,-1.38572 2.82118,-1.89697 4.25,-1.51366 1.18665,0.31834 3.62005,0.58495 5.40755,0.59246 3.11458,0.0131 3.25,0.17786 3.25,3.95463 0,2.16754 0.45,4.2191 1,4.55902 2.55736,1.58053 0.26642,14.37644 -3.19334,17.8362 -1.86559,1.86559 -4.80666,2.23052 -4.80666,0.59641 z m -23.25021,-1.32568 c -1.57289,-1.57289 -3.54882,-8.77472 -3.87044,-14.10693 -0.37645,-6.24113 0.18337,-9.26629 2.13011,-11.51091 1.80021,-2.07566 2.26525,-2.18003 4.46591,-1.00227 1.95295,1.04519 2.76106,1.06185 3.94255,0.0813 1.957,-1.62417 5.3134,-0.49003 6.12591,2.06997 0.35537,1.11968 0.33438,3.68417 -0.0466,5.69885 -0.38103,2.01468 -0.67234,7.15056 -0.64735,11.41306 0.025,4.2625 -0.0435,7.77018 -0.1522,7.79485 -0.1087,0.0247 -2.49663,0.28103 -5.30652,0.56969 -3.79428,0.38978 -5.50321,0.13051 -6.64132,-1.00761 z"
             id="path3018" />
          <path
             style="fill:#fde9e8"
             d="m 244.07446,834.94634 c 0,-0.58706 -0.83647,-0.8019 -1.85882,-0.47742 -3.38388,1.074 -4.23225,-1.44367 -5.76062,-17.09567 -0.53162,-5.44427 -0.34995,-6.39014 1.60237,-8.34245 1.47838,-1.47838 2.91097,-2.01178 4.35952,-1.62318 1.18665,0.31834 3.62005,0.58495 5.40755,0.59246 3.11458,0.0131 3.25,0.17786 3.25,3.95463 0,2.16754 0.45,4.2191 1,4.55902 0.55,0.33992 1,2.81492 1,5.5 0,2.68508 -0.45,5.16008 -1,5.5 -0.55,0.33992 -1.01497,1.37898 -1.03327,2.30902 -0.0711,3.61539 -6.96673,8.68668 -6.96673,5.12359 z m -22.64106,-0.66363 c -1.91418,-1.29 -4.35894,-11.2719 -4.35894,-17.79747 0,-4.73983 0.46465,-6.70124 2.00946,-8.48242 1.77348,-2.04484 2.28725,-2.16825 4.375,-1.05093 1.76257,0.94331 2.88873,0.986 4.4181,0.16751 1.1289,-0.60417 2.72536,-0.84032 3.54768,-0.52477 1.72841,0.66326 2.91023,3.18863 2.10325,4.49435 -0.30414,0.49212 -0.57989,5.85151 -0.61276,11.90975 -0.0329,6.05825 -0.12298,11.03518 -0.20025,11.05985 -1.91464,0.61129 -10.45528,0.78097 -11.28154,0.22413 z"
             id="path3016" />
          <path
             style="fill:#fce7d8"
             d="m 244.57446,835.01373 c -0.33992,-0.55 -1.47564,-1 -2.52383,-1 -1.97232,0 -4.2255,-3.08944 -3.83717,-5.26131 0.12181,-0.68128 -0.36745,-3.1064 -1.08723,-5.38916 -1.49453,-4.73979 -0.72255,-12.54794 1.41606,-14.32284 0.76462,-0.63457 3.72517,-1.00206 6.70099,-0.83176 5.29729,0.30313 5.33322,0.32732 5.65248,3.80507 0.17671,1.925 0.73921,3.9275 1.25,4.45 1.2472,1.2758 1.18916,10.271 -0.0713,11.05 -0.55,0.33992 -1.01497,1.37898 -1.03327,2.30902 -0.0389,1.97564 -3.31937,6.19098 -4.81801,6.19098 -0.56688,0 -1.3088,-0.45 -1.64872,-1 z m -22.84924,-1.35207 c -1.97934,-1.56449 -4.65076,-11.41412 -4.65076,-17.14754 0,-6.75939 3.72786,-12.41603 6.42573,-9.75039 0.41749,0.4125 2.62999,0.75 4.91667,0.75 l 4.1576,0 0,12.33739 c 0,6.78557 -0.225,12.68061 -0.5,13.10011 -0.8974,1.36892 -8.82744,1.91328 -10.34924,0.71043 z"
             id="path3014" />
          <path
             style="fill:#fcd8d7"
             d="m 244.57446,835.01373 c -0.33992,-0.55 -1.46492,-1 -2.5,-1 -2.41107,0 -3.39583,-1.62821 -3.62887,-6 -0.10262,-1.925 -0.64182,-5.23675 -1.19822,-7.35943 -1.16711,-4.45251 -0.49978,-10.1244 1.37416,-11.67963 0.70982,-0.5891 3.68961,-0.93381 6.62175,-0.76601 5.29729,0.30313 5.33322,0.32732 5.65248,3.80507 0.17671,1.925 0.73921,3.9275 1.25,4.45 1.62476,1.66202 0.89746,9.87212 -1.15604,13.05 -1.06621,1.65 -2.2108,3.7875 -2.54354,4.75 -0.66038,1.91026 -2.88796,2.34176 -3.87172,0.75 z m -22.70147,-1.09287 c -2.10735,-1.17933 -5.26736,-16.59451 -4.37589,-21.34647 0.37824,-2.01617 1.33529,-3.91428 2.12679,-4.218 0.7915,-0.30373 1.14285,-1.03155 0.78078,-1.61738 -0.44012,-0.71214 -0.0239,-0.78737 1.25575,-0.22698 1.05272,0.46099 3.93904,0.87497 6.41404,0.91994 l 4.5,0.0818 0,12.33679 c 0,6.78523 -0.225,12.68028 -0.5,13.1001 -0.78115,1.19253 -8.49355,1.92604 -10.20147,0.97024 z"
             id="path3012" />
          <path
             style="fill:#fcd5ca"
             d="m 242.57446,833.95903 c -3.20603,-2.03958 -4.16764,-5.04031 -5.16057,-16.10371 -0.72246,-8.04973 0.49024,-9.84159 6.66057,-9.84159 5.32878,0 7,1.49636 7,6.26759 0,1.31949 0.3116,2.71067 0.69244,3.09151 2.0309,2.03091 0.53343,11.77013 -2.17427,14.1409 -0.62816,0.55 -1.4376,1.7875 -1.79876,2.75 -0.80647,2.1493 -1.41806,2.11359 -5.21941,-0.3047 z m -21.40349,-1.32901 c -2.16359,-2.60697 -4.21239,-16.47222 -3.06414,-20.73651 0.5746,-2.13388 1.50393,-3.87978 2.06519,-3.87978 0.56126,0 0.74236,-0.45 0.40244,-1 -0.33992,-0.55 -0.16803,-1 0.38197,-1 0.55,0 1.30476,0.49312 1.67725,1.09581 0.42872,0.69369 2.27301,0.85652 5.02583,0.44371 4.00954,-0.60127 4.39578,-0.4641 4.95383,1.75938 0.33289,1.32633 0.17976,5.51416 -0.34028,9.3063 -0.52004,3.79214 -0.71908,8.40715 -0.4423,10.25559 0.33321,2.22535 0.0371,3.65603 -0.87654,4.23468 -2.15612,1.36563 -8.51049,1.05439 -9.78325,-0.47918 z"
             id="path3010" />
          <path
             style="fill:#fcc9c7"
             d="m 243.68265,834.51799 c -1.0405,-0.78767 -2.33516,-1.57991 -2.87702,-1.76054 -0.54187,-0.18062 -1.41387,-2.55935 -1.93778,-5.28606 -3.0569,-15.90966 -1.92574,-19.54051 5.94911,-19.09566 4.63102,0.2616 4.78408,0.37335 5.7575,4.20337 0.55,2.16405 1.25034,4.38463 1.5563,4.93463 0.93611,1.68273 1.17286,7.75954 0.28091,7.21035 -0.46047,-0.28352 -0.94017,0.89999 -1.06601,2.63002 -0.12585,1.73002 -0.71743,3.30837 -1.31463,3.50744 -0.5972,0.19907 -1.4956,1.43975 -1.99644,2.75706 -1.04556,2.75002 -1.7225,2.88992 -4.35194,0.89939 z m -23.21506,-4.10579 c -0.82765,-1.98085 -1.76416,-7.27639 -2.08112,-11.76788 -0.69109,-9.79271 0.0645,-10.82627 8.1771,-11.18559 6.36395,-0.28187 6.33231,-0.34421 5.34251,10.52779 -0.37691,4.13996 -0.4504,8.95097 -0.16332,10.69111 0.6047,3.66532 -1.47859,5.3361 -6.65359,5.3361 -2.63353,0 -3.35007,-0.55839 -4.62158,-3.60153 z"
             id="path3008" />
          <path
             style="fill:#fcc5ba"
             d="m 242.82446,833.6902 c -1.61209,-1.31992 -2.76466,-3.27052 -2.78544,-4.71403 -0.0195,-1.35434 -0.67854,-3.58744 -1.46456,-4.96244 -1.78022,-3.11416 -1.88229,-9.68857 -0.20184,-13 1.05742,-2.08371 1.98633,-2.5 5.57849,-2.5 2.3704,0 4.64398,0.225 5.0524,0.5 0.77148,0.51946 4.08252,12.93329 4.05564,15.20552 -0.0109,0.92215 -0.29413,0.86304 -0.98469,-0.20552 -0.72513,-1.12206 -0.97323,-0.59421 -0.98469,2.09501 -0.01,2.31035 -0.73,4.2418 -2.01531,5.40499 -1.1,0.99549 -2,2.41523 -2,3.15499 0,1.87693 -1.06079,1.6327 -4.25,-0.97852 z m -21.53193,-1.30802 c -1.46348,-2.79289 -3.21807,-11.89557 -3.21807,-16.69516 0,-6.48241 1.72588,-8.19989 8.13495,-8.09535 l 5.36505,0.0875 -0.22431,12.30825 c -0.12337,6.76954 -0.4237,12.50765 -0.66741,12.75135 -0.24371,0.24371 -2.23591,0.68357 -4.42712,0.97748 -3.21272,0.43091 -4.17356,0.17264 -4.96309,-1.33408 z"
             id="path3006" />
          <path
             style="fill:#fcc7ab"
             d="m 242.72748,833.17345 c -1.45916,-1.52303 -2.65302,-3.77287 -2.65302,-4.99962 0,-1.22676 -0.71048,-3.3148 -1.57885,-4.6401 -1.21102,-1.84824 -1.41802,-3.69689 -0.88852,-7.93489 0.8518,-6.81759 1.87668,-7.75237 7.45543,-6.80001 4.33601,0.74022 4.33744,0.74189 6.17057,7.22764 2.11406,7.4797 2.20996,8.3331 0.84137,7.48726 -0.5944,-0.36736 -1,0.81122 -1,2.9058 0,2.50038 -0.58088,3.83471 -2,4.5942 -1.1,0.5887 -2,1.70298 -2,2.47617 0,2.59556 -1.67384,2.47371 -4.34698,-0.31645 z m -21.75005,-1.90972 c -0.57613,-1.5125 -1.56141,-6.27033 -2.18949,-10.57295 -0.9585,-6.56609 -0.90464,-8.24579 0.33523,-10.45476 1.29461,-2.30651 2.12301,-2.6374 6.70205,-2.67705 3.65715,-0.0317 5.39105,0.38694 5.77872,1.39515 0.30463,0.79221 0.24376,6.34107 -0.13525,12.3308 -0.65213,10.306 -0.81885,10.93975 -3.10677,11.80962 -4.21264,1.60164 -6.27144,1.09121 -7.38449,-1.83081 z"
             id="path3004" />
          <path
             style="fill:#fcbab6"
             d="m 242.72748,833.17345 c -1.45916,-1.52303 -2.65302,-3.78662 -2.65302,-5.03018 0,-1.24356 -0.50847,-3.21112 -1.12994,-4.37234 -1.56807,-2.92996 -1.34949,-12.70635 0.32145,-14.37728 0.98111,-0.98111 2.56078,-1.1472 5.74345,-0.60388 l 4.39011,0.74945 1.83356,6.48725 c 2.11406,7.4797 2.20996,8.3331 0.84137,7.48726 -0.5944,-0.36736 -1,0.81122 -1,2.9058 0,2.50038 -0.58088,3.83471 -2,4.5942 -1.1,0.5887 -2,1.70298 -2,2.47617 0,2.59556 -1.67384,2.47371 -4.34698,-0.31645 z m -21.16934,-0.40972 c -1.00952,-2.78225 -3.48368,-16.06654 -3.48368,-18.70459 0,-1.55311 0.81514,-3.8305 1.81143,-5.06086 1.59417,-1.96872 2.06504,-2.07864 3.92591,-0.91651 1.63188,1.01913 2.68278,1.06157 4.6045,0.18598 3.50792,-1.59832 3.87749,-0.0223 3.05239,13.01717 -0.65213,10.306 -0.81885,10.93975 -3.10677,11.80962 -3.38037,1.28521 -6.26837,1.14479 -6.80378,-0.33081 z"
             id="path3002" />
          <path
             style="fill:#fbb5a7"
             d="m 242.73813,833.03845 c -4.45265,-4.50136 -6.26388,-22.81295 -2.40301,-24.2945 0.70285,-0.26971 3.01297,-0.20685 5.1336,0.1397 3.80086,0.62112 3.88065,0.72606 5.61127,7.38008 1.5237,5.8584 1.55892,6.75 0.26662,6.75 -1.07585,0 -1.32041,0.67158 -0.88145,2.42054 0.75665,3.01474 -0.16163,5.57946 -1.99769,5.57946 -0.76616,0 -1.39301,0.9 -1.39301,2 0,2.47359 -1.90323,2.48443 -4.33633,0.0247 z m -20.53807,-0.37338 c -1.73818,-2.09438 -4.37739,-16.49565 -3.69229,-20.14755 0.79299,-4.22701 2.99091,-6.22653 5.00602,-4.55414 0.79163,0.657 2.92913,1.0496 4.75,0.87244 l 3.31067,-0.32209 -0.34477,11 c -0.20547,6.55563 -0.81152,11.45488 -1.5,12.12585 -1.93738,1.8881 -6.31852,2.48479 -7.52963,1.02549 z"
             id="path3000" />
          <path
             style="fill:#fac58e"
             d="m 242.74941,832.85535 c -1.00378,-1.09545 -2.07693,-3.54387 -2.38478,-5.44095 -0.30786,-1.89708 -0.94908,-3.68987 -1.42495,-3.98397 -0.98296,-0.6075 -1.18061,-10.43123 -0.25823,-12.83491 0.43906,-1.14417 1.9607,-1.58179 5.5,-1.58179 2.69115,0 4.89301,0.11393 4.89301,0.25318 0,0.13925 0.87979,3.32964 1.95508,7.08976 1.63533,5.71845 1.7122,6.74336 0.47002,6.26669 -1.16731,-0.44794 -1.43336,0.19801 -1.24339,3.01886 0.1645,2.4426 -0.30498,3.98848 -1.47001,4.84037 -0.94143,0.68839 -1.7117,1.98952 -1.7117,2.89138 0,2.18799 -2.07266,1.93946 -4.32505,-0.51862 z m -20.55781,-0.20048 c -1.4948,-1.80112 -3.11714,-10.71274 -3.11714,-17.12264 0,-3.84785 0.49654,-5.65789 1.90072,-6.92866 1.33134,-1.20484 2.1105,-1.38071 2.60099,-0.58707 0.38515,0.62319 2.34233,0.99695 4.34928,0.83059 l 3.64901,-0.30248 -0.34477,10.98456 c -0.20539,6.54387 -0.81179,11.4397 -1.5,12.11041 -1.94466,1.8952 -6.31888,2.48436 -7.53809,1.01529 z"
             id="path2998" />
          <path
             style="fill:#fbaaa7"
             d="m 242.83096,832.93689 c -2.94316,-3.22449 -5.60815,-16.3938 -4.34,-21.4465 0.5574,-2.22086 1.13605,-2.47666 5.60255,-2.47666 2.73952,0 4.98095,0.11393 4.98095,0.25318 0,0.13925 0.87979,3.32964 1.95508,7.08976 1.63533,5.71845 1.7122,6.74336 0.47002,6.26669 -1.16731,-0.44794 -1.43336,0.19801 -1.24339,3.01886 0.1645,2.4426 -0.30498,3.98848 -1.47001,4.84037 -0.94143,0.68839 -1.7117,1.98952 -1.7117,2.89138 0,2.1614 -2.06598,1.94861 -4.2435,-0.43708 z m -20.63936,-0.28202 c -1.47885,-1.7819 -3.11714,-10.68981 -3.11714,-16.94889 0,-6.60802 1.99523,-9.09493 5.73865,-7.15281 1.76179,0.91402 3.1716,1.04377 4.37036,0.40222 1.04167,-0.55749 1.99888,-0.57611 2.32696,-0.0453 0.95894,1.55161 -0.68277,22.06632 -1.83817,22.9696 -2.18264,1.70635 -6.3495,2.13812 -7.48066,0.77515 z"
             id="path2996" />
          <path
             style="fill:#fbb49a"
             d="m 243.68088,832.9841 c -2.46917,-2.49159 -5.53233,-11.44188 -5.57377,-16.28611 -0.0515,-6.01599 1.33352,-7.68426 6.37947,-7.68426 l 4.34174,0 1.57906,6.25 c 0.93854,3.71477 1.19128,6.38521 0.62307,6.58333 -0.52579,0.18334 -0.95599,2.08 -0.95599,4.21482 0,2.90633 -0.52195,4.16082 -2.07756,4.99336 -1.18986,0.63679 -1.84419,1.72003 -1.53138,2.53518 0.75202,1.95974 -0.51507,1.68385 -2.78464,-0.60632 z m -22.50743,-2.65246 c -0.67213,-1.47516 -1.48641,-6.42813 -1.80952,-11.00662 -0.50391,-7.14044 -0.33132,-8.60756 1.21332,-10.31438 1.398,-1.54476 2.11011,-1.73314 3.18364,-0.84218 0.76057,0.63121 2.7832,1.10784 4.49474,1.05918 l 3.1119,-0.0885 -0.67703,11.14712 c -0.71175,11.71885 -1.14547,12.68517 -5.70553,12.71214 -1.84671,0.0109 -2.94001,-0.75403 -3.81152,-2.66678 z"
             id="path2994" />
          <path
             style="fill:#facb7b"
             d="m 243.68088,832.9841 c -2.46917,-2.49159 -5.53233,-11.44188 -5.57377,-16.28611 -0.052,-6.07612 1.23838,-7.55975 6.40123,-7.35994 l 4.44502,0.17203 1.51654,6.00183 c 0.90536,3.58303 1.13127,6.13616 0.56055,6.33515 -0.52579,0.18334 -0.95599,1.98759 -0.95599,4.00946 0,2.64232 -0.58597,4.04206 -2.08368,4.9774 -1.18202,0.73818 -1.84469,1.92409 -1.53139,2.74055 0.75759,1.97424 -0.50224,1.70656 -2.77851,-0.59037 z m -22.4942,-3.07829 c -0.59588,-1.70936 -1.38003,-6.66446 -1.74254,-11.01134 -0.56917,-6.82476 -0.41058,-8.17807 1.16197,-9.91572 1.22799,-1.3569 2.04728,-1.64633 2.51555,-0.88865 0.38194,0.61799 2.39249,1.12363 4.46789,1.12363 l 3.77345,0 -0.67477,11.10983 c -0.71119,11.70969 -1.1381,12.64814 -5.76595,12.67486 -2.07448,0.012 -2.88816,-0.66165 -3.7356,-3.09261 z"
             id="path2992" />
          <path
             style="fill:#fba597"
             d="m 243.68088,832.9841 c -2.46917,-2.49159 -5.53233,-11.44188 -5.57377,-16.28611 -0.052,-6.07612 1.23838,-7.55975 6.40123,-7.35994 l 4.44502,0.17203 1.51654,6.00183 c 0.90536,3.58303 1.13127,6.13616 0.56055,6.33515 -0.52579,0.18334 -0.95599,1.98759 -0.95599,4.00946 0,2.64232 -0.58597,4.04206 -2.08368,4.9774 -1.18202,0.73818 -1.84469,1.92409 -1.53139,2.74055 0.75759,1.97424 -0.50224,1.70656 -2.77851,-0.59037 z m -22.4942,-3.07829 c -0.59588,-1.70936 -1.38003,-6.66446 -1.74254,-11.01134 -0.56214,-6.74048 -0.40015,-8.18959 1.10089,-9.84822 1.56882,-1.73353 1.92387,-1.78093 3.26843,-0.43637 1.04108,1.04107 2.4483,1.30199 4.54198,0.84214 l 3.03355,-0.66628 -0.68776,11.32382 c -0.72485,11.93451 -1.14074,12.86208 -5.77895,12.88886 -2.07448,0.012 -2.88816,-0.66165 -3.7356,-3.09261 z"
             id="path2990" />
          <path
             style="fill:#fba78a"
             d="m 221.18668,829.90581 c -1.93432,-5.5488 -2.47791,-18.15014 -0.87433,-20.26869 1.20398,-1.59064 1.76544,-1.69198 3.68442,-0.66497 1.24518,0.6664 3.41269,0.92333 4.81668,0.57095 l 2.55271,-0.64069 -0.71434,11.28897 c -0.75006,11.85366 -1.16479,12.78068 -5.72954,12.80704 -2.07448,0.012 -2.88816,-0.66165 -3.7356,-3.09261 z m 22.21513,2.33139 c -3.55171,-2.25917 -6.28879,-19.66203 -3.5268,-22.42402 0.48123,-0.48123 2.70741,-0.58195 4.94705,-0.22382 3.78933,0.60594 4.14652,0.9468 5.14421,4.90901 0.58968,2.34182 1.38173,5.06461 1.76011,6.05065 0.44754,1.16629 0.30896,1.55857 -0.39657,1.12252 -1.47691,-0.91278 -2.08921,1.1788 -1.49071,5.09219 0.39191,2.56254 0.14544,3.25 -1.16518,3.25 -0.91423,0 -1.92125,0.675 -2.23783,1.5 -0.64031,1.66861 -1.30082,1.8261 -3.03428,0.72347 z"
             id="path2988" />
          <path
             style="fill:#fb9996"
             d="m 221.30293,829.26373 c -1.57713,-5.43533 -2.5527,-14.82202 -1.8369,-17.67401 0.57224,-2.27998 1.02934,-2.44619 6.23753,-2.26813 l 5.62004,0.19214 -0.69305,10.98331 c -0.72599,11.50515 -1.16409,12.47489 -5.6478,12.50138 -2.13974,0.0126 -2.78147,-0.63866 -3.67982,-3.73469 z m 22.11621,2.98418 c -0.63543,-0.40435 -2.10648,-3.55865 -3.26901,-7.00955 -2.51688,-7.47126 -1.88001,-15.78981 1.1975,-15.6413 7.7497,0.37399 7.4344,0.19825 8.59009,4.78792 0.60538,2.40418 1.41028,5.178 1.78866,6.16404 0.45172,1.17717 0.31093,1.55979 -0.40999,1.11423 -1.36162,-0.84153 -2.51515,2.47491 -1.64738,4.73629 0.41694,1.08651 -0.29,2.52937 -2.02884,4.14088 -3.03005,2.80815 -2.70074,2.67493 -4.22103,1.70749 z"
             id="path2986" />
          <path
             style="fill:#fa9787"
             d="m 221.62624,829.7919 c -1.76556,-4.22558 -2.98504,-17.79554 -1.75988,-19.58342 0.65198,-0.95144 2.30216,-1.1185 6.08784,-0.61632 l 5.19341,0.68894 -0.65991,10.11631 c -0.36295,5.56398 -0.94191,10.42198 -1.28657,10.79556 -0.34467,0.37358 -1.8665,0.98545 -3.38186,1.35971 -2.45245,0.6057 -2.91317,0.30235 -4.19303,-2.76078 z m 21.62804,1.93428 c -2.58899,-3.13045 -5.1869,-12.32814 -4.60314,-16.29701 0.86081,-5.85235 1.39869,-6.36256 6.04992,-5.7387 3.90839,0.52423 4.13392,0.74924 5.13477,5.12293 0.64943,2.83802 0.70299,5.47897 0.14109,6.95688 -0.49815,1.31023 -0.65676,3.37421 -0.35247,4.58662 0.70357,2.80324 -4.71508,7.37051 -6.37017,5.36928 z"
             id="path2984" />
          <path
             style="fill:#faa96f"
             d="m 222.27764,831.35152 c -0.52864,-1.01079 -1.5183,-5.81903 -2.19925,-10.68499 -1.52422,-10.89173 -0.88679,-12.00968 6.28694,-11.02641 l 4.70142,0.6444 -0.62383,10.11461 c -0.34312,5.56303 -0.90388,10.42026 -1.24615,10.79384 -0.34227,0.37358 -1.82284,0.97558 -3.29015,1.33778 -2.01233,0.49674 -2.90399,0.207 -3.62898,-1.17923 z m 20.13064,-1.08779 c -0.33188,-0.9625 -1.39356,-3.6085 -2.3593,-5.88 -1.89406,-4.45498 -1.65955,-12.55659 0.41327,-14.27687 0.62221,-0.51639 2.67297,-0.62358 4.55724,-0.23821 4.18109,0.85513 5.13433,3.53546 4.65376,13.08549 -0.25668,5.10092 -0.69352,6.63149 -1.96444,6.88291 -0.89889,0.17783 -1.63435,0.74033 -1.63435,1.25 0,1.65938 -3.04599,0.97533 -3.66618,-0.82332 z"
             id="path2982" />
          <path
             style="fill:#fa947a"
             d="m 222.27764,831.35152 c -0.52864,-1.01079 -1.51335,-5.78416 -2.18825,-10.6075 -1.41648,-10.12316 -0.61986,-12.39505 3.91087,-11.1534 1.41581,0.388 3.58864,0.64681 4.82851,0.57513 2.2392,-0.12946 2.25007,-0.0617 1.62231,10.10883 -0.3476,5.63153 -0.91204,10.54481 -1.25431,10.91839 -0.34227,0.37358 -1.82284,0.97558 -3.29015,1.33778 -2.01233,0.49674 -2.90399,0.207 -3.62898,-1.17923 z m 20.10725,-1.08779 c -0.34474,-0.9625 -1.38391,-3.775 -2.30926,-6.25 -2.75945,-7.3806 -0.64783,-16.8259 3.20502,-14.33609 0.7116,0.45985 2.15925,0.83609 3.21701,0.83609 2.55245,0 3.59591,4.08776 3.17559,12.44041 -0.25668,5.10092 -0.69352,6.63149 -1.96444,6.88291 -0.89889,0.17783 -1.63435,0.74033 -1.63435,1.25 0,1.6564 -3.04476,0.97696 -3.68957,-0.82332 z"
             id="path2980" />
          <path
             style="fill:#fa8884"
             d="m 222.66421,832.15894 c -0.34565,-0.55926 -1.25123,-5.2066 -2.01241,-10.32743 -1.61694,-10.87789 -0.9927,-13.23232 3.21267,-12.11721 1.49049,0.39522 3.72162,0.67194 4.95807,0.61492 2.22878,-0.10279 2.24271,-0.0166 1.62231,10.04042 -0.34418,5.57925 -0.90581,10.44975 -1.24808,10.82333 -1.17568,1.28323 -5.90434,1.98246 -6.53256,0.96597 z m 19.89554,-1.39521 c -2.76058,-7.63527 -3.48529,-10.70299 -3.48529,-14.75328 0,-4.50991 1.80223,-7.86115 3.3794,-6.28399 0.38246,0.38246 1.88374,0.71606 3.33618,0.74133 2.06745,0.036 2.81953,0.69727 3.46406,3.04594 1.25136,4.56001 -0.12178,14.69032 -2.27042,16.75 -2.14711,2.05821 -3.79329,2.24426 -4.42393,0.5 z"
             id="path2978" />
          <path
             style="fill:#f9af50"
             d="m 222.50927,830.90824 c -0.37578,-0.60801 -1.25786,-4.99551 -1.96017,-9.75 -1.47709,-9.99943 -0.80155,-12.51565 3.09742,-11.53707 1.37063,0.34401 3.26513,0.68556 4.21,0.75901 0.94487,0.0734 1.99019,0.58355 2.32295,1.13355 0.69333,1.14599 -0.70968,18.05133 -1.62042,19.52494 -0.82187,1.32981 -5.20572,1.2353 -6.04978,-0.13043 z m 18.63704,-4.43202 c -3.37032,-9.00798 -2.33409,-18.74357 1.7617,-16.55157 0.96226,0.51498 2.58779,0.85821 3.61229,0.76271 2.58412,-0.24087 3.68815,4.3302 2.91039,12.05008 -0.50552,5.01758 -1.07846,6.51949 -2.95645,7.75 -1.28118,0.83946 -2.53791,1.52629 -2.79275,1.52629 -0.25483,0 -1.39566,-2.49188 -2.53518,-5.53751 z"
             id="path2976" />
          <path
             style="fill:#fa8678"
             d="m 222.14477,829.69866 c -0.4841,-1.27328 -1.18483,-4.98578 -1.55716,-8.25 -0.37234,-3.26421 -0.86723,-6.63354 -1.09975,-7.48739 -0.23253,-0.85385 0.17932,-2.37587 0.91522,-3.38227 1.27959,-1.74995 1.45462,-1.75341 4.00969,-0.0793 2.04558,1.34032 2.99469,1.48251 4.04991,0.60676 1.0452,-0.86744 1.4888,-0.83562 1.83589,0.13171 0.56835,1.58395 -0.91478,18.466 -1.73952,19.80046 -1.20642,1.95202 -5.504,1.05422 -6.41428,-1.34001 z m 19.00154,-3.22244 c -3.37032,-9.00798 -2.33409,-18.74357 1.7617,-16.55157 0.96226,0.51498 2.58779,0.85821 3.61229,0.76271 2.58412,-0.24087 3.68815,4.3302 2.91039,12.05008 -0.50552,5.01758 -1.07846,6.51949 -2.95645,7.75 -1.28118,0.83946 -2.53791,1.52629 -2.79275,1.52629 -0.25483,0 -1.39566,-2.49188 -2.53518,-5.53751 z"
             id="path2974" />
          <path
             style="fill:#fa7974"
             d="m 222.13455,829.67178 c -0.51748,-1.36109 -1.24958,-6.27925 -1.62688,-10.92925 -0.75781,-9.33961 -0.0511,-10.83501 3.89764,-8.24767 1.31304,0.86033 3.12575,1.28089 4.02824,0.93457 1.41077,-0.54137 1.63051,0.19177 1.56679,5.22731 -0.0408,3.22135 -0.37827,7.88199 -0.75,10.35699 -0.59575,3.9665 -1.00185,4.53751 -3.4254,4.81638 -2.15645,0.24813 -2.95245,-0.21741 -3.69039,-2.15833 z m 21.21124,1.06386 c -2.61671,-3.44941 -4.3414,-10.713 -3.69705,-15.5703 l 0.66804,-5.03598 3.89064,0.15515 c 3.48771,0.13908 3.98352,0.49155 4.78753,3.40341 0.49328,1.78655 0.66045,5.85322 0.37148,9.03704 -0.40707,4.485 -1.03985,6.17659 -2.80956,7.51068 -1.75742,1.32483 -2.4979,1.44013 -3.21108,0.5 z"
             id="path2972" />
          <path
             style="fill:#f9836a"
             d="m 223.91904,831.34262 c -2.03067,-0.53865 -2.56772,-2.56289 -3.43265,-12.93826 -0.749,-8.98473 -0.007,-10.48197 3.91892,-7.9095 1.31304,0.86033 3.09178,1.29392 3.95275,0.96354 1.37808,-0.52882 1.49697,0.57546 0.99348,9.22731 -0.31462,5.40631 -1.068,10.15856 -1.67451,10.56271 -1.16693,0.77757 -1.18043,0.77791 -3.75799,0.0942 z m 17.21699,-5.67718 c -1.71683,-4.23001 -2.02942,-6.41337 -1.49498,-10.44218 l 0.67573,-5.0939 3.89064,0.15515 c 3.50313,0.13969 3.98164,0.48472 4.80431,3.46421 1.26724,4.58956 0.12422,14.46961 -1.84909,15.98321 -2.76378,2.11992 -3.79932,1.42118 -6.02661,-4.06649 z"
             id="path2970" />
          <path
             style="fill:#f97967"
             d="m 223.64739,830.4438 c -1.85627,-1.85626 -2.25977,-3.57781 -3.06787,-13.08917 -0.68033,-8.00745 0.0825,-9.31245 3.95897,-6.77251 1.38629,0.90833 3.16123,1.40565 3.94431,1.10516 1.19438,-0.45833 1.33299,1.01428 0.86029,9.14005 -0.63404,10.89904 -2.03975,13.27242 -5.6957,9.61647 z m 17.53808,-4.86292 c -1.53151,-4.09332 -1.88195,-6.70559 -1.42132,-10.59489 0.60375,-5.09769 0.64846,-5.15463 3.58584,-4.56715 1.63596,0.32719 3.31348,0.59489 3.72783,0.59489 1.25296,0 2.66967,7.32604 1.9338,10 -0.3784,1.375 -0.4645,3.5355 -0.19134,4.80111 0.49734,2.30428 -1.8953,5.09883 -4.42397,5.16709 -0.64798,0.0175 -2.09286,-2.41298 -3.21084,-5.40105 z"
             id="path2968" />
          <path
             style="fill:#f88c4e"
             d="m 223.11077,829.55749 c -1.55452,-1.8731 -3.30507,-17.675 -2.09239,-18.88768 0.47651,-0.47651 2.47171,-0.27364 4.49143,0.4567 l 3.63405,1.31409 -0.2847,9.03657 c -0.26128,8.29308 -0.45645,9.0611 -2.37221,9.33482 -1.14812,0.16404 -2.66741,-0.40049 -3.37618,-1.2545 z m 18.41559,-4.0566 c -2.08259,-4.70911 -2.34897,-6.354 -1.66736,-10.29583 0.79337,-4.58811 0.88601,-4.68516 4.21056,-4.41078 1.86963,0.15431 3.64809,0.52919 3.95212,0.83307 0.30403,0.30389 0.58197,4.11797 0.61765,8.47574 0.0593,7.24893 -0.1351,8.05425 -2.28476,9.46276 -2.31265,1.51531 -2.38865,1.45133 -4.82821,-4.06496 z"
             id="path2966" />
          <path
             style="fill:#f8a534"
             d="m 223.11077,829.55749 c -1.62629,-1.95957 -3.30118,-17.67889 -2.02017,-18.9599 0.57281,-0.57281 1.89956,-0.48767 3.45673,0.22183 1.81036,0.82485 2.53147,1.9375 2.54244,3.92287 0.0121,2.18024 0.22786,2.45146 1.0117,1.27144 0.69439,-1.04537 0.91707,0.92469 0.73469,6.5 -0.23718,7.25032 -0.45732,8.02795 -2.34921,8.29826 -1.14812,0.16404 -2.66741,-0.40049 -3.37618,-1.2545 z m 18.41559,-4.0566 c -2.07784,-4.69837 -2.34887,-6.36299 -1.67637,-10.29583 0.79068,-4.62392 0.85194,-4.68641 4.26334,-4.34864 1.90362,0.18848 3.68613,0.56336 3.96113,0.83307 0.275,0.26971 0.52919,4.05583 0.56487,8.4136 0.0593,7.24893 -0.1351,8.05425 -2.28476,9.46276 -2.31265,1.51531 -2.38865,1.45133 -4.82821,-4.06496 z"
             id="path2964" />
          <path
             style="fill:#f97659"
             d="m 223.11077,829.55749 c -1.31835,-1.58852 -3.34677,-17.23242 -2.42729,-18.72016 1.14947,-1.85987 3.52557,-0.60922 5.09488,2.68167 1.16822,2.44977 1.91966,3.12729 2.49552,2.25 0.45778,-0.69739 0.70767,2.30017 0.56228,6.74473 -0.23718,7.25032 -0.45732,8.02795 -2.34921,8.29826 -1.14812,0.16404 -2.66741,-0.40049 -3.37618,-1.2545 z m 18.41559,-4.0566 c -2.07784,-4.69837 -2.34887,-6.36299 -1.67637,-10.29583 0.79068,-4.62392 0.85194,-4.68641 4.26334,-4.34864 1.90362,0.18848 3.68613,0.56336 3.96113,0.83307 0.275,0.26971 0.52919,4.05583 0.56487,8.4136 0.0593,7.24893 -0.1351,8.05425 -2.28476,9.46276 -2.31265,1.51531 -2.38865,1.45133 -4.82821,-4.06496 z"
             id="path2962" />
          <path
             style="fill:#f89936"
             d="m 225.07446,829.63674 c 0,-0.83799 -0.70014,-1.91545 -1.55587,-2.39434 -1.10154,-0.61645 -1.56676,-2.45604 -1.59314,-6.29969 -0.0205,-2.98594 -0.49569,-5.98575 -1.056,-6.66625 -0.56031,-0.68049 -0.75752,-1.91799 -0.43825,-2.75 1.07196,-2.79347 3.45238,-1.54832 6.10157,3.1916 2.12264,3.79781 2.57269,5.77112 2.3355,10.24028 -0.23013,4.33611 -0.6731,5.60814 -2.04381,5.869 -1.04668,0.19919 -1.75,-0.27931 -1.75,-1.1906 z m 16.96387,-2.97179 c -2.15555,-4.87296 -2.22449,-5.36902 -1.68889,-12.15122 0.29872,-3.78258 0.47649,-3.98174 3.27046,-3.66399 4.42198,0.5029 4.9771,1.61488 4.71073,9.43636 -0.19008,5.58139 -0.67966,7.59556 -2.22083,9.13674 -1.96934,1.96933 -1.98513,1.95864 -4.07147,-2.75789 z"
             id="path2960" />
          <path
             style="fill:#f88838"
             d="m 225.07446,829.63674 c 0,-0.83799 -0.70014,-1.91545 -1.55587,-2.39434 -1.10154,-0.61645 -1.56676,-2.45604 -1.59314,-6.29969 -0.0205,-2.98594 -0.49569,-5.98575 -1.056,-6.66625 -0.56031,-0.68049 -0.75752,-1.91799 -0.43825,-2.75 0.93035,-2.42444 3.58582,-1.74814 4.85806,1.23727 0.64456,1.5125 1.78388,3.48691 2.53182,4.38759 2.0861,2.51209 1.30446,13.2381 -0.99662,13.67602 -1.04668,0.19919 -1.75,-0.27931 -1.75,-1.1906 z m 16.9435,-3.01782 c -2.14558,-4.85044 -2.22191,-5.41701 -1.631,-12.10519 0.25271,-2.86028 0.75717,-3.88974 1.77045,-3.61301 0.77938,0.21284 2.27824,0.47228 3.33081,0.57652 2.70391,0.2678 3.64683,3.66342 2.92774,10.5433 -0.40811,3.9046 -1.25402,6.50903 -2.47214,7.61142 -1.76446,1.59681 -1.94952,1.45478 -3.92586,-3.01304 z m 4.0565,-8.54617 c 0,-1.06754 -0.45,-2.2191 -1,-2.55902 -0.56716,-0.35052 -1,0.48962 -1,1.94098 0,1.40746 0.45,2.55902 1,2.55902 0.55,0 1,-0.87344 1,-1.94098 z"
             id="path2958" />
          <path
             style="fill:#f96857"
             d="m 225.07446,829.63674 c 0,-0.83799 -0.70014,-1.91545 -1.55587,-2.39434 -1.10154,-0.61645 -1.56676,-2.45604 -1.59314,-6.29969 -0.0205,-2.98594 -0.49569,-5.98575 -1.056,-6.66625 -1.31597,-1.59824 -0.29183,-4.26273 1.63844,-4.26273 1.76019,0 3.56657,3.00556 3.56657,5.93426 0,1.13616 0.5625,1.95324 1.25,1.81574 0.89722,-0.17944 1.25,1.58059 1.25,6.23631 0,5.38237 -0.29784,6.54366 -1.75,6.82332 -1.04842,0.20191 -1.75,-0.27381 -1.75,-1.18662 z m 16.9435,-3.01782 c -1.14075,-2.57888 -2.05392,-5.45754 -2.02925,-6.39703 0.0442,-1.68363 0.77833,-9.28228 0.98141,-10.15816 0.0574,-0.2475 0.64434,0.09 1.30434,0.75 0.66,0.66 2.18252,1.2 3.38337,1.2 2.79309,0 3.52113,2.70677 2.73949,10.1851 -0.39145,3.74518 -1.24893,6.343 -2.4535,7.43313 -1.76446,1.59681 -1.94952,1.45478 -3.92586,-3.01304 z m 4.0565,-7.98275 c 0,-1.30765 -0.675,-2.93775 -1.5,-3.62244 -1.28638,-1.0676 -1.5,-0.72901 -1.5,2.37756 0,2.55328 0.44272,3.62244 1.5,3.62244 0.91273,0 1.5,-0.93084 1.5,-2.37756 z"
             id="path2956" />
          <path
             style="fill:#f97448"
             d="m 224.43035,828.2706 c -2.66558,-3.61935 -4.17153,-18.25687 -1.87832,-18.25687 1.73553,0 3.52243,3.04033 3.52243,5.99328 0,1.16861 0.45,1.84664 1,1.50672 0.58985,-0.36455 1.07513,0.94423 1.18318,3.19098 0.45481,9.45699 -0.72168,11.78271 -3.82729,7.56589 z m 17.31261,-3.28329 c -1.95628,-4.43272 -2.12466,-5.73743 -1.23521,-9.57109 0.71036,-3.06172 1.44872,-4.27801 2.38006,-3.92062 0.74262,0.28497 2.16094,0.51813 3.15181,0.51813 2.38322,0 3.09675,3.11426 2.35015,10.25737 -0.44715,4.27809 -1.11132,6.09827 -2.49554,6.83908 -1.64554,0.88067 -2.17523,0.3546 -4.15127,-4.12287 z m 4.3315,-6.35114 c 0,-1.30765 -0.675,-2.93775 -1.5,-3.62244 -1.28638,-1.0676 -1.5,-0.72901 -1.5,2.37756 0,2.55328 0.44272,3.62244 1.5,3.62244 0.91273,0 1.5,-0.93084 1.5,-2.37756 z"
             id="path2954" />
          <path
             style="fill:#f89426"
             d="m 224.43035,828.2706 c -2.17337,-2.95101 -4.19764,-18.25687 -2.41456,-18.25687 1.73198,0 4.05867,3.14613 4.05867,5.4881 0,1.28988 0.46287,2.49952 1.0286,2.6881 1.39017,0.46339 1.74167,10.4523 0.41453,11.78012 -0.7427,0.74309 -1.6604,0.23792 -3.08724,-1.69945 z m 17.63934,-2.45738 c -2.18068,-4.8049 -2.57573,-8.79949 -0.87023,-8.79949 0.71778,0 0.90684,-1.09078 0.52231,-3.01345 -0.57326,-2.86632 -0.46951,-2.98163 2.125,-2.36174 4.2138,1.00677 4.22769,1.03602 4.22769,8.89902 0,6.41491 -0.27118,7.55093 -2.02673,8.49048 -1.80497,0.96599 -2.24025,0.61422 -3.97804,-3.21482 z m 4.00477,-7.17705 c 0,-1.30765 -0.675,-2.93775 -1.5,-3.62244 -1.28638,-1.0676 -1.5,-0.72901 -1.5,2.37756 0,2.55328 0.44272,3.62244 1.5,3.62244 0.91273,0 1.5,-0.93084 1.5,-2.37756 z"
             id="path2952" />
          <path
             style="fill:#f8862a"
             d="m 224.43035,828.2706 c -1.42701,-1.9376 -2.22355,-5.05998 -2.68038,-10.50687 -0.3575,-4.2625 -0.29574,-7.75 0.13724,-7.75 1.38039,0 3.18725,2.3405 3.18725,4.12857 0,0.95072 0.69195,2.42052 1.53766,3.26624 1.80711,1.8071 2.46952,10.99666 0.90547,12.56151 -0.7427,0.74309 -1.6604,0.23792 -3.08724,-1.69945 z m 17.63934,-2.45738 c -2.18068,-4.8049 -2.57573,-8.79949 -0.87023,-8.79949 0.72319,0 0.90496,-1.1002 0.50893,-3.08036 -0.44279,-2.21392 -0.26699,-2.96256 0.625,-2.66159 0.8199,0.27666 1.12566,2.00073 0.901,5.08036 -0.27261,3.73691 -0.0247,4.66159 1.25,4.66159 1.22091,0 1.59007,-1.05845 1.59007,-4.55902 0,-2.7847 0.38919,-4.31848 1,-3.94098 0.55,0.33992 1,3.95064 1,8.02383 0,6.41491 -0.27118,7.55093 -2.02673,8.49048 -1.80497,0.96599 -2.24025,0.61422 -3.97804,-3.21482 z"
             id="path2950" />
          <path
             style="fill:#f87638"
             d="m 224.43035,828.2706 c -2.45647,-3.33541 -4.24951,-18.71542 -2.10001,-18.01314 0.68426,0.22357 1.72913,1.87324 2.32193,3.66594 0.5928,1.7927 1.61953,3.59426 2.28162,4.00346 1.52494,0.94246 1.99455,10.63162 0.5837,12.04319 -0.7427,0.74309 -1.6604,0.23792 -3.08724,-1.69945 z m 17.63934,-2.45738 c -2.18068,-4.8049 -2.57573,-8.79949 -0.87023,-8.79949 0.71667,0 0.90722,-1.08889 0.525,-3 -0.33846,-1.69231 -0.175,-3 0.375,-3 0.53625,0 0.975,2.25 0.975,5 0,3.74919 0.37048,5 1.48095,5 0.81452,0 1.697,-1.0125 1.96106,-2.25 0.26407,-1.2375 0.67044,-3.15 0.90305,-4.25 0.23262,-1.1 0.47514,1.47167 0.53894,5.71482 0.10212,6.79156 -0.12655,7.84462 -1.91073,8.79949 -1.80497,0.96599 -2.24025,0.61422 -3.97804,-3.21482 z"
             id="path2948" />
          <path
             style="fill:#f86647"
             d="m 224.43035,828.2706 c -2.4567,-3.33573 -4.24905,-18.71274 -2.10001,-18.01662 0.68426,0.22166 1.84937,2.28342 2.58911,4.58169 0.73974,2.29827 1.75224,3.92698 2.25,3.61935 1.53952,-0.95147 1.67063,10.19309 0.13795,11.72577 -0.46567,0.46567 -1.76034,-0.39392 -2.87705,-1.91019 z m 17.63934,-2.45738 c -2.06208,-4.54357 -2.59586,-8.79949 -1.10364,-8.79949 0.49038,0 1.17395,1.125 1.51905,2.5 0.67619,2.69414 2.46533,3.22403 4.38936,1.3 0.93333,-0.93333 1.2,-0.27448 1.2,2.96482 0,3.15967 -0.48914,4.42659 -2.02673,5.24949 -1.80497,0.96599 -2.24025,0.61422 -3.97804,-3.21482 z"
             id="path2946" />
          <path
             style="fill:#f85b47"
             d="m 225.53957,828.73073 c -0.35508,-1.41476 -1.27715,-2.81463 -2.04903,-3.11083 -0.96655,-0.3709 -1.35554,-2.02774 -1.24959,-5.32236 0.0846,-2.63109 -0.19572,-5.79631 -0.62296,-7.03381 -0.59332,-1.71857 -0.39946,-2.25 0.82079,-2.25 0.92147,0 1.86759,1.16381 2.23559,2.75 0.35092,1.5125 1.31914,3.83771 2.15162,5.16714 1.83737,2.93418 2.15539,9.57594 0.53605,11.19528 -0.90249,0.90249 -1.32739,0.57716 -1.82247,-1.39542 z m 17.11275,-1.8764 c -2.21367,-5.29808 -2.8383,-8.5616 -1.76556,-9.2246 0.53589,-0.3312 1.25593,0.51971 1.60008,1.89091 0.65349,2.60373 2.45562,3.22509 4.22421,1.4565 0.71546,-0.71546 1.07635,0.0209 1.16492,2.37676 0.0842,2.23955 -0.54396,4.02176 -1.82663,5.18256 -1.8947,1.71468 -1.9994,1.66283 -3.39702,-1.68213 z"
             id="path2944" />
          <path
             style="fill:#f86639"
             d="m 224.83638,826.76373 c -0.80746,-1.2375 -1.70473,-4.5 -1.99393,-7.25 -0.2892,-2.75 -0.85346,-5.7875 -1.2539,-6.75 -0.50617,-1.21664 -0.26667,-1.75 0.7858,-1.75 0.99121,0 2.23649,2.30222 3.60698,6.66841 3.1106,9.90994 2.50902,14.68163 -1.14495,9.08159 z m 17.16288,-2.42544 c -1.10227,-2.57149 -1.70889,-5.38399 -1.34804,-6.25 0.50685,-1.2164 0.87603,-0.94902 1.623,1.17544 1.03757,2.95098 2.66105,3.48919 4.61899,1.53125 0.95833,-0.95833 1.08942,-0.47756 0.61347,2.25 -1.33435,7.64681 -2.65142,7.9561 -5.50742,1.29331 z"
             id="path2942" />
          <path
             style="fill:#f7781d"
             d="m 224.68947,826.54891 c -0.9401,-1.43477 -1.61501,-4.54435 -1.61501,-7.44098 0,-2.73689 -0.45,-5.25428 -1,-5.5942 -1.49608,-0.92463 -1.20529,-2.5 0.46146,-2.5 0.88442,0 1.88498,1.67803 2.53414,4.25 0.58998,2.3375 1.50732,5.28367 2.03854,6.54705 1.2092,2.87578 1.25778,7.20295 0.0809,7.20295 -0.48675,0 -1.61175,-1.10917 -2.5,-2.46482 z m 17.87076,-0.91499 c -1.85558,-4.44103 -1.92346,-6.60102 -0.13038,-4.14884 0.85716,1.17224 1.98303,1.61276 3.06282,1.19841 1.42177,-0.54558 1.65509,-0.12558 1.39461,2.51051 -0.4403,4.4558 -2.5591,4.67122 -4.32705,0.43992 z"
             id="path2940" />
          <path
             style="fill:#f85737"
             d="m 224.68947,826.54891 c -0.9401,-1.43477 -1.61501,-4.54435 -1.61501,-7.44098 0,-2.73689 -0.45,-5.25428 -1,-5.5942 -1.51136,-0.93407 -1.19817,-2.5 0.5,-2.5 1.04762,0 1.5,1.05556 1.5,3.5 0,1.925 0.3596,3.5 0.79911,3.5 1.02848,0 3.20089,5.98672 3.20089,8.821 0,2.87849 -1.38847,2.76125 -3.38499,-0.28582 z m 17.87076,-0.91499 c -1.85558,-4.44103 -1.92346,-6.60102 -0.13038,-4.14884 0.85716,1.17224 1.98303,1.61276 3.06282,1.19841 1.42177,-0.54558 1.65509,-0.12558 1.39461,2.51051 -0.4403,4.4558 -2.5591,4.67122 -4.32705,0.43992 z"
             id="path2938" />
          <path
             style="fill:#f76727"
             d="m 224.89116,825.23793 c -1.761,-3.89609 -2.71911,-12.65513 -1.5159,-13.85834 0.38456,-0.38455 0.6992,0.95081 0.6992,2.96747 0,2.01667 0.45,3.66667 1,3.66667 0.55,0 1,1.09844 1,2.44098 0,1.34254 0.45,2.7191 1,3.05902 1.15423,0.71335 1.37341,5.51284 0.25,5.4742 -0.4125,-0.0142 -1.50749,-1.70169 -2.4333,-3.75 z m 18.34208,1.70574 c -0.76367,-2.0394 -0.56828,-2.51979 1.21566,-2.98899 2.66619,-0.70124 3.43951,1.67367 1.25599,3.85719 -1.41566,1.41566 -1.64686,1.33445 -2.47165,-0.8682 z"
             id="path2936" />
          <path
             style="fill:#f84b34"
             d="m 224.82446,825.16032 c -1.95208,-4.24082 -2.20733,-6.14659 -0.82324,-6.14659 1.19752,0 4.07324,5.75648 4.07324,8.15364 0,2.94344 -1.35701,2.10541 -3.25,-2.00705 z m 18.40878,1.78335 c -0.76367,-2.0394 -0.56828,-2.51979 1.21566,-2.98899 2.66619,-0.70124 3.43951,1.67367 1.25599,3.85719 -1.41566,1.41566 -1.64686,1.33445 -2.47165,-0.8682 z"
             id="path2934" />
          <path
             style="fill:#f75529"
             d="m 224.82446,824.64094 c -2.00235,-4.2279 -2.1827,-5.62721 -0.72525,-5.62721 1.33504,0 3.14946,4.81045 2.77063,7.34559 -0.23097,1.54565 -0.67698,1.17095 -2.04538,-1.71838 z m 18.73475,2.34812 c -0.40754,-0.65942 -0.12083,-1.58421 0.63713,-2.05509 1.66304,-1.03315 2.55953,0.79835 1.10349,2.25439 -0.66618,0.66618 -1.24681,0.59969 -1.74062,-0.1993 z"
             id="path2932" />
          <path
             style="fill:#f8472b"
             d="m 226.15341,826.59706 c -0.0434,-1.05416 0.19292,-1.64479 0.52522,-1.3125 0.33229,0.33229 0.36781,1.1948 0.0789,1.91667 -0.31923,0.79773 -0.55619,0.56078 -0.60417,-0.60417 z m 17.4058,0.392 c -0.40754,-0.65942 -0.12083,-1.58421 0.63713,-2.05509 1.66304,-1.03315 2.55953,0.79835 1.10349,2.25439 -0.66618,0.66618 -1.24681,0.59969 -1.74062,-0.1993 z"
             id="path2930" />
          <path
             style="fill:#f83e29"
             d="m 244.07446,826.57275 c 0,-0.85746 0.45,-1.55902 1,-1.55902 0.55,0 1,0.42344 1,0.94098 0,0.51754 -0.45,1.2191 -1,1.55902 -0.55,0.33992 -1,-0.0835 -1,-0.94098 z"
             id="path2928" />
        </g>
        <g
           class="spaceship"
           id="shipFire2"
           transform="translate(-109.5,132.5)">
          <path
             style="fill:#fefefe"
             d="m 151.57446,902.9436 0,-15 20,0 20,0 0,15 0,15 -20,0 -20,0 0,-15 z"
             id="path3209" />
          <path
             style="fill:#fef4f3"
             d="m 162.96188,917.12575 c 0.278,-0.44981 -0.42671,-1.46231 -1.56602,-2.25 -6.19532,-4.28325 -6.07193,-4.01046 -6.49663,-14.36377 -0.35012,-8.53525 -0.17217,-9.96019 1.38679,-11.10498 2.07435,-1.52325 11.97013,-1.78746 12.8626,-0.34341 0.37888,0.61304 1.12963,0.5408 2.01487,-0.19388 0.96521,-0.80105 1.80587,-0.85078 2.66097,-0.15738 0.83468,0.67683 3.35475,0.69027 7.58466,0.0404 3.48406,-0.53525 6.57872,-0.72911 6.87702,-0.43081 0.92329,0.92328 2.41041,8.80392 2.9664,15.71969 0.39587,4.92418 0.12314,7.38568 -1.07506,9.70274 -1.54819,2.99387 -1.78393,3.08356 -6.60426,2.51267 -3.41971,-0.40502 -4.99876,-0.23214 -4.99876,0.54726 0,0.62661 -0.66643,1.13929 -1.48095,1.13929 -1.80373,0 -2.9556,-4.04919 -2.00441,-7.04614 0.92344,-2.90948 -1.57556,-2.16889 -3.13355,0.92865 -1.68131,3.34273 -5.03701,6.11749 -7.39829,6.11749 -1.15546,0 -1.87338,-0.36803 -1.59538,-0.81785 z"
             id="path3207" />
          <path
             style="fill:#fef3ea"
             d="m 163.03741,917.00355 c 0.58394,-0.94485 0.10077,-1.48471 -4.41546,-4.93349 -2.1257,-1.62328 -2.54917,-2.98908 -3.17795,-10.24965 -1.00798,-11.63923 -0.10006,-13.34965 7.14549,-13.46141 3.01673,-0.0465 5.93497,0.23133 6.48497,0.61747 1.17869,0.82751 10.45665,0.51702 15.61683,-0.52263 l 3.61683,-0.7287 1.63317,7.23189 c 2.02661,8.97413 2.06262,13.7145 0.13914,18.31804 -1.48926,3.5643 -1.51001,3.57382 -6.5,2.98283 -3.4256,-0.40571 -5.00597,-0.23321 -5.00597,0.54641 0,1.55847 -2.97681,1.45192 -3.09274,-0.11071 -0.051,-0.6875 -0.0116,-3.25029 0.0875,-5.69508 0.15304,-3.77373 -0.038,-4.26392 -1.26504,-3.24559 -0.79492,0.65972 -2.72404,3.22251 -4.28694,5.69508 -2.05711,3.25444 -3.49307,4.49559 -5.20123,4.49559 -1.29778,0 -2.09816,-0.42302 -1.77862,-0.94005 z"
             id="path3205" />
          <path
             style="fill:#fde8e7"
             d="m 162.87261,917.31212 c 0.98153,-0.98154 -1.19733,-4.36852 -2.81028,-4.36852 -0.79297,0 -2.1115,-1.02214 -2.93006,-2.27143 -1.9288,-2.94372 -2.45436,-19.23181 -0.67788,-21.00894 1.42194,-1.42246 12.12007,-1.80281 12.12007,-0.4309 0,0.51045 1.09742,0.65265 2.43871,0.31601 1.3413,-0.33665 2.72239,-0.15309 3.0691,0.4079 0.34671,0.56099 1.075,0.7452 1.61842,0.40934 0.54342,-0.33585 1.97483,-0.7608 3.1809,-0.94432 1.20608,-0.18353 3.76787,-0.62898 5.69287,-0.98989 l 3.5,-0.65619 1.7642,7.33421 c 1.93817,8.05746 2.29955,15.83421 0.7358,15.83421 -0.55,0 -1,1.09844 -1,2.44098 0,3.27429 -1.11158,3.76871 -6.00239,2.66982 -3.26275,-0.73309 -4.24406,-0.63213 -4.67105,0.48057 -0.29729,0.77475 -1.16739,1.40863 -1.93355,1.40863 -1.02551,0 -1.39301,-1.48331 -1.39301,-5.62245 0,-5.01744 -0.17049,-5.48095 -1.58439,-4.30751 -0.87142,0.72321 -2.91804,3.25331 -4.54804,5.62244 -1.91866,2.78868 -3.71068,4.30752 -5.08228,4.30752 -1.16524,0 -1.83446,-0.28417 -1.48714,-0.63148 z"
             id="path3203" />
          <path
             style="fill:#fde3db"
             d="m 163.57446,916.49449 c 0,-0.79701 -1.5347,-2.61968 -3.41045,-4.05039 -3.34087,-2.5482 -3.42503,-2.79562 -4.12458,-12.12631 -0.49318,-6.57819 -0.36781,-9.87135 0.40526,-10.64442 1.58052,-1.58052 11.34374,-1.64763 12.90871,-0.0887 0.70341,0.70069 1.94091,1.01996 2.75,0.70948 0.80908,-0.31047 1.47106,-0.0398 1.47106,0.60151 0,0.69406 0.50594,0.84125 1.25,0.36365 1.48765,-0.95489 9.60478,-3.20883 11.78189,-3.27155 0.89112,-0.0257 1.61132,0.91554 1.72177,2.25013 0.10444,1.26185 0.87759,4.24343 1.71811,6.62573 1.71574,4.86292 2.06153,14.08001 0.52823,14.08001 -0.55,0 -1,0.8449 -1,1.87755 0,3.07992 -2.2104,4.20929 -6.07124,3.10202 -4.50601,-1.29231 -4.92876,-1.24767 -4.92876,0.52043 0,0.825 -0.6681,1.5 -1.48467,1.5 -1.21761,0 -1.37186,-1.07927 -0.85754,-6 0.37978,-3.63355 0.24528,-6 -0.34102,-6 -1.19371,0 -4.13666,3.29088 -7.37163,8.24317 -2.48087,3.79786 -4.94514,4.94785 -4.94514,2.30772 z"
             id="path3201" />
          <path
             style="fill:#fddbda"
             d="m 163.57446,916.49449 c 0,-0.79701 -1.50777,-2.59914 -3.35059,-4.00473 -3.26039,-2.48682 -3.36819,-2.80345 -4.00402,-11.76116 -0.53554,-7.5447 -0.37779,-9.48118 0.87439,-10.73336 2.05974,-2.05974 11.1787,-2.27977 11.94295,-0.28817 0.32015,0.83429 1.22302,1.18736 2.13824,0.83616 1.0586,-0.40623 1.76151,0.0705 2.11886,1.43701 0.52424,2.00471 0.56124,2.00709 1.88206,0.12136 0.74101,-1.05795 2.59623,-2.18478 4.1227,-2.50408 9.28393,-1.94193 8.81294,-1.97116 9.02241,0.55983 0.1081,1.30613 0.88425,4.32394 1.72477,6.70624 1.71574,4.86292 2.06153,14.08001 0.52823,14.08001 -0.55,0 -1,0.81 -1,1.8 0,3.01516 -1.86706,4.09852 -5.34458,3.10118 -4.40199,-1.26248 -5.65542,-1.12976 -5.65542,0.59882 0,0.825 -0.63233,1.5 -1.40517,1.5 -1.11122,0 -1.29136,-1.25517 -0.86111,-6 0.34639,-3.82005 0.16791,-6 -0.49124,-6 -1.32415,0 -7.06306,6.5121 -8.48052,9.62309 -1.18645,2.60397 -3.76196,3.23916 -3.76196,0.9278 z"
             id="path3199" />
          <path
             style="fill:#fdd4d3"
             d="m 163.57446,915.96928 c 0,-1.18015 -1.20093,-2.59534 -2.98551,-3.51819 -3.28277,-1.69758 -3.6304,-2.72129 -4.44155,-13.07944 -0.72235,-9.22415 0.366,-10.86052 7.31911,-11.00464 4.13062,-0.0856 5.18438,0.24206 5.66684,1.76214 0.32597,1.02703 1.32706,1.74292 2.22465,1.59089 1.2408,-0.21018 1.71047,0.67881 1.95939,3.70872 0.18006,2.19184 0.74523,4.403 1.25592,4.91369 0.57138,0.57138 0.70687,-0.43744 0.35224,-2.62274 -0.81981,-5.05189 0.66273,-6.92355 6.70993,-8.47114 5.54336,-1.41865 6.86584,-0.905 6.93872,2.69503 0.0167,0.825 0.67885,3.3 1.47142,5.5 2.01176,5.58413 1.86493,10.42872 -0.46204,15.24498 -1.9362,4.00748 -2.08038,4.09285 -5.25,3.10855 -5.15345,-1.60037 -6.28791,-1.52497 -5.96528,0.39647 0.16161,0.9625 -0.30972,1.75 -1.0474,1.75 -1.02652,0 -1.24411,-1.52514 -0.92734,-6.5 0.22764,-3.575 0.024,-6.47871 -0.4526,-6.45269 -1.17866,0.0644 -9.3665,10.39262 -9.3665,11.81503 0,0.62571 -0.675,1.13766 -1.5,1.13766 -0.82683,0 -1.5,-0.88604 -1.5,-1.97432 z"
             id="path3197" />
          <path
             style="fill:#fdd5cb"
             d="m 164.18103,916.77117 c 0.43565,-0.70489 -0.81465,-2.4647 -3.13534,-4.41305 -3.69469,-3.10187 -3.89194,-3.57553 -4.60717,-11.06331 -1.03988,-10.88663 -0.0358,-12.78139 6.84886,-12.92409 4.71285,-0.0977 5.2995,0.13606 6.23046,2.48252 0.56525,1.4247 1.47635,3.26536 2.02466,4.09036 0.54832,0.825 1.67354,3.075 2.50049,5 l 1.50355,3.5 -0.50478,-5 c -0.27763,-2.75 -0.0824,-5.64324 0.43386,-6.42941 0.79202,-1.20613 11.1128,-4.63899 11.53951,-3.83823 0.0784,0.1472 1.15252,3.4997 2.38686,7.44999 2.43693,7.79905 2.66335,14.72 0.45384,13.87213 -0.93046,-0.35706 -1.14026,0.15958 -0.72945,1.79636 0.92292,3.67722 -1.48563,4.94645 -6.83196,3.60023 -4.34704,-1.0946 -4.4947,-1.26023 -4.98261,-5.58895 -0.52198,-4.63098 -1.67993,-6.79044 -2.46354,-4.59426 -0.24881,0.69732 -1.15193,1.9674 -2.00693,2.8224 -2.2206,2.2206 -6.26688,8.32478 -6.26688,9.45415 0,0.52557 -0.70156,0.95559 -1.55902,0.95559 -0.93755,0 -1.27017,-0.46736 -0.83441,-1.17243 z m 11.39343,0.73145 c 0,-0.24254 0.45,-0.7191 1,-1.05902 0.55,-0.33992 1,-0.14148 1,0.44098 0,0.58246 -0.45,1.05902 -1,1.05902 -0.55,0 -1,-0.19844 -1,-0.44098 z"
             id="path3195" />
          <path
             style="fill:#fcc9c7"
             d="m 164.1735,916.5461 c 0.31707,-0.82628 -0.88226,-2.47948 -2.93415,-4.04453 -4.03071,-3.07437 -4.57157,-4.70635 -4.77073,-14.39518 -0.1804,-8.77645 0.68336,-10.02859 6.65854,-9.65248 3.86629,0.24336 4.82621,0.76895 6.84943,3.75033 1.29414,1.90703 2.89298,5.10353 3.55298,7.10334 1.63364,4.94999 2.44547,4.57523 1.71016,-0.78944 -0.75035,-5.47444 0.9777,-7.75927 7.18209,-9.49615 2.39104,-0.66935 4.43478,-1.07332 4.54164,-0.8977 0.10686,0.17562 1.20419,3.55137 2.43853,7.50166 2.4293,7.77463 2.66263,14.71972 0.46621,13.87687 -0.87564,-0.33601 -1.29374,0.44385 -1.29374,2.41315 0,3.83982 -0.992,4.28955 -6.31903,2.86479 -4.29403,-1.14848 -4.47943,-1.35674 -4.95371,-5.56454 -0.4947,-4.38896 -1.66671,-6.69837 -2.38712,-4.70377 -0.21232,0.58787 -2.17572,2.98811 -4.36309,5.33386 -2.18738,2.34575 -3.97705,5.12726 -3.97705,6.18114 0,1.05388 -0.66088,1.91615 -1.46862,1.91615 -0.84672,0 -1.24152,-0.59178 -0.93234,-1.3975 z m 11.40096,0.95652 c 0,-0.24254 0.45,-0.7191 1,-1.05902 0.55,-0.33992 1,-0.14148 1,0.44098 0,0.58246 -0.45,1.05902 -1,1.05902 -0.55,0 -1,-0.19844 -1,-0.44098 z"
             id="path3193" />
          <path
             style="fill:#fcbec0"
             d="m 164.07446,916.9436 c 0.33992,-0.55 1.04148,-1 1.55902,-1 0.51754,0 0.94098,0.45 0.94098,1 0,0.55 -0.70156,1 -1.55902,1 -0.85746,0 -1.2809,-0.45 -0.94098,-1 z m -2.5,-4.5612 c -3.83318,-2.6976 -4.78539,-5.9 -4.92588,-16.56636 -0.088,-6.68229 0.84499,-7.68093 6.86223,-7.34496 3.62102,0.20218 4.59555,0.6781 5.30265,2.58955 0.47646,1.28801 1.42448,3.0261 2.10671,3.86241 1.94334,2.38227 3.85888,8.87634 3.02775,10.26473 -1.36298,2.27684 -7.78605,9.75683 -8.33522,9.70679 -0.29603,-0.027 -2.11324,-1.15744 -4.03824,-2.51216 z m 18.36759,1.39317 c -1.5582,-0.75458 -2.29225,-2.28472 -2.72598,-5.68232 -1.81186,-14.19307 -1.85608,-15.1863 -0.73618,-16.5357 0.6374,-0.76802 2.38193,-1.62827 3.87674,-1.91168 1.4948,-0.28341 3.73033,-0.83485 4.96783,-1.22541 1.79339,-0.56601 2.25,-0.32428 2.25,1.19117 0,1.04571 0.9243,4.53109 2.05401,7.7453 2.39531,6.81511 2.29483,11.2274 -0.2461,10.80613 -1.40828,-0.23348 -1.59599,0.31162 -1.11915,3.25 0.56258,3.46682 0.51191,3.52932 -2.80792,3.46286 -1.85946,-0.0372 -4.34043,-0.53238 -5.51325,-1.10035 z"
             id="path3191" />
          <path
             style="fill:#fcc6b6"
             d="m 164.07446,916.9436 c 0.33992,-0.55 1.06803,-1 1.61803,-1 0.55,0 0.72189,0.45 0.38197,1 -0.33992,0.55 -1.06803,1 -1.61803,1 -0.55,0 -0.72189,-0.45 -0.38197,-1 z m 15.867,-3.4555 c -2.13975,-1.49873 -3.49156,-7.8263 -3.74817,-17.5445 l -0.11883,-4.5 5,-1.66983 c 6.5578,-2.19008 6.5,-2.19412 6.5,0.45449 0,1.25656 0.9,4.84532 2,7.97502 2.56186,7.28896 2.57769,9.74032 0.0629,9.74032 -1.65538,0 -1.85452,0.50906 -1.36916,3.5 0.55605,3.4265 0.4964,3.5 -2.84036,3.5 -1.87459,0 -4.34344,-0.65497 -5.48635,-1.4555 z m -18.60545,-1.38463 c -3.43887,-2.08117 -3.72417,-2.86336 -4.4426,-12.17971 -0.78522,-10.18248 0.13117,-11.85397 6.28649,-11.46653 l 4.65321,0.29289 2.84267,6.34674 c 3.65068,8.15076 3.60396,10.13172 -0.35132,14.89597 -3.55811,4.28584 -4.88093,4.59646 -8.98845,2.11064 z"
             id="path3189" />
          <path
             style="fill:#fcb8b7"
             d="m 164.07446,916.9436 c 0.33992,-0.55 1.06803,-1 1.61803,-1 0.55,0 0.72189,0.45 0.38197,1 -0.33992,0.55 -1.06803,1 -1.61803,1 -0.55,0 -0.72189,-0.45 -0.38197,-1 z m 15.86726,-3.77224 c -1.42817,-1.15698 -2.34597,-3.37956 -2.77818,-6.72776 -0.35499,-2.75 -0.87727,-6.8 -1.16063,-9 -0.63335,-4.91747 0.30316,-6.41121 4.67526,-7.45707 1.86796,-0.44683 4.18379,-1.13743 5.14629,-1.53467 1.38018,-0.56961 1.75,-0.21682 1.75,1.66941 0,1.31541 0.9,4.95231 2,8.08201 1.1,3.12969 2,6.6016 2,7.71534 0,1.35831 -0.65844,2.02498 -2,2.02498 -1.61905,0 -2,0.66667 -2,3.5 0,3.15691 -0.26957,3.49782 -2.75,3.47776 -1.5125,-0.0122 -3.70973,-0.79973 -4.88274,-1.75 z m -18.62479,-1.06919 c -3.28171,-1.97384 -3.41746,-2.3794 -4.2374,-12.65857 -0.80902,-10.14237 0.0964,-11.68239 6.35676,-10.81264 4.18382,0.58125 4.47966,0.85505 7.24921,6.70931 3.85095,8.14012 3.70716,10.04334 -1.11219,14.72035 -4.47969,4.34739 -4.43931,4.33741 -8.25638,2.04155 z"
             id="path3187" />
          <path
             style="fill:#fbb4a7"
             d="m 180.95274,913.78034 c -1.68968,-0.81858 -2.47019,-2.83106 -3.833,-9.88312 -2.09004,-10.81512 -1.64459,-12.66589 3.26108,-13.54927 2.0315,-0.36582 4.20048,-1.06536 4.81994,-1.55453 0.77792,-0.61429 1.49677,0.58187 2.324,3.8671 0.65874,2.61606 1.55572,5.21247 1.99331,5.76978 0.43758,0.55732 1.09968,2.7008 1.47131,4.7633 0.60026,3.33127 0.44732,3.75 -1.36961,3.75 -1.71953,0 -2.04531,0.63713 -2.04531,4 0,3.50153 -0.28039,3.99157 -2.25,3.93232 -1.2375,-0.0372 -3.20478,-0.53023 -4.37172,-1.09558 z m -19.9947,-2.63358 c -2.78682,-2.54536 -3.12379,-3.53611 -3.74785,-11.01905 -0.7913,-9.4884 0.22403,-12.72439 3.69989,-11.79201 1.19041,0.31933 3.15582,0.58674 4.36759,0.59425 1.65866,0.0103 2.72727,1.18765 4.32359,4.76365 3.4929,7.82464 3.41122,11.85531 -0.3316,16.3645 -1.75736,2.1172 -3.65741,3.85756 -4.22234,3.86747 -0.56493,0.01 -2.4051,-1.24055 -4.08928,-2.77881 z"
             id="path3185" />
          <path
             style="fill:#fbc693"
             d="m 181.40888,913.54887 c -1.90156,-0.94762 -2.66716,-2.73407 -4.12887,-9.6343 -2.11431,-9.98096 -1.48228,-12.43122 3.4804,-13.49292 1.82273,-0.38995 3.82089,-1.11594 4.44035,-1.61331 0.78167,-0.6276 1.49279,0.55112 2.324,3.85218 0.65874,2.61606 1.55572,5.21247 1.99331,5.76978 0.43758,0.55732 1.09346,2.66764 1.45749,4.68962 0.59423,3.30058 0.4287,3.70941 -1.61961,4 -1.89768,0.26923 -2.23157,0.84875 -1.98478,3.44483 0.34701,3.6502 -2.13396,4.89193 -5.96229,2.98412 z m -19.59537,-1.75085 c -3.85286,-2.43946 -4.12485,-3.26446 -4.46668,-13.54855 -0.29145,-8.76823 0.67103,-11.1791 3.91041,-9.79498 0.99947,0.42706 2.70818,0.82431 3.79713,0.88279 2.50572,0.13456 5.98356,6.56952 6.78668,12.55723 0.55271,4.12079 0.33707,4.68072 -3.14285,8.16065 l -3.73629,3.73628 -3.1484,-1.99342 z"
             id="path3183" />
          <path
             style="fill:#fba7a6"
             d="m 181.40888,913.54887 c -1.90156,-0.94762 -2.66716,-2.73407 -4.12887,-9.6343 -2.11431,-9.98096 -1.48228,-12.43122 3.4804,-13.49292 1.82273,-0.38995 3.82089,-1.11594 4.44035,-1.61331 0.78167,-0.6276 1.49279,0.55112 2.324,3.85218 0.65874,2.61606 1.55572,5.21247 1.99331,5.76978 0.43758,0.55732 1.09346,2.66764 1.45749,4.68962 0.59423,3.30058 0.4287,3.70941 -1.61961,4 -1.89768,0.26923 -2.23157,0.84875 -1.98478,3.44483 0.34701,3.6502 -2.13396,4.89193 -5.96229,2.98412 z m -19.59537,-1.75085 c -3.85797,-2.44269 -4.12541,-3.25919 -4.46668,-13.63661 -0.21296,-6.47571 0.053,-8.48421 1.21927,-9.20836 0.92359,-0.57346 1.85661,-0.5612 2.45,0.0322 0.5271,0.5271 2.21605,0.95836 3.75324,0.95836 2.32203,0 3.11778,0.71903 4.70349,4.25 1.04975,2.3375 2.1601,6.00739 2.46746,8.15531 0.5041,3.52278 0.18969,4.27446 -3.20977,7.67393 l -3.76861,3.7686 -3.1484,-1.99342 z"
             id="path3181" />
          <path
             style="fill:#fb9fa0"
             d="m 180.42487,912.6936 c -2.246,-1.83276 -5.24235,-17.14915 -3.86013,-19.73183 0.59405,-1.10999 1.40175,-2.02891 1.7949,-2.04203 0.39315,-0.0131 2.38169,-0.41108 4.41898,-0.88435 l 3.70417,-0.86049 1.20496,5.38435 c 0.66273,2.96139 1.63584,5.38435 2.16247,5.38435 0.52663,0 0.72226,0.89955 0.43475,1.999 -0.28751,1.09946 -0.115,2.25101 0.38337,2.55902 1.72728,1.06752 0.8953,2.41725 -1.34388,2.18019 -1.77357,-0.18777 -2.27296,0.29115 -2.35843,2.26179 -0.20189,4.65475 -0.38835,5 -2.70044,5 -1.26988,0 -2.9982,-0.5625 -3.84072,-1.25 z m -19.64276,-1.72785 c -3.80444,-3.17207 -5.11148,-21.0776 -1.63594,-22.41129 0.75033,-0.28793 1.63021,-0.0932 1.95528,0.43281 0.32508,0.52598 1.92562,0.95633 3.55678,0.95633 3.39807,0 4.50718,2.01814 5.96224,10.84895 0.82009,4.97716 0.69273,5.58534 -1.83233,8.74997 -3.07999,3.86011 -4.73127,4.15366 -8.00603,1.42323 z"
             id="path3179" />
          <path
             style="fill:#fba896"
             d="m 180.32446,912.8635 c -0.9625,-0.5606 -1.75,-1.98067 -1.75,-3.1557 0,-1.17503 -0.70563,-4.95003 -1.56806,-8.38889 -1.97329,-7.8683 -1.07849,-9.92916 4.82218,-11.10618 l 4.24588,-0.84693 1.23482,4.0389 c 0.67915,2.22139 1.24165,5.24426 1.25,6.71747 0.008,1.47322 0.72232,3.38572 1.58661,4.25 0.86428,0.86429 1.20178,1.62334 0.75,1.68678 -0.45179,0.0634 -1.49643,0.17594 -2.32143,0.25 -0.89743,0.0806 -1.5,1.13894 -1.5,2.63465 0,4.68395 -2.72313,6.26534 -6.75,3.9199 z m -18.59061,-1.52081 c -3.18441,-2.23045 -4.15936,-5.40703 -4.3244,-14.08961 -0.10379,-5.46081 0.23701,-7.73594 1.25286,-8.36377 0.80738,-0.49899 1.7993,-0.45856 2.35379,0.0959 0.5271,0.5271 2.2295,0.95836 3.78311,0.95836 3.22728,0 4.77525,2.79781 4.77525,8.63084 0,1.92535 0.46718,4.37357 1.03817,5.44049 0.83398,1.5583 0.48978,2.62715 -1.75,5.43423 -3.14945,3.94716 -3.90883,4.14887 -7.12878,1.89353 z"
             id="path3177" />
          <path
             style="fill:#fb9997"
             d="m 180.38153,912.23762 c -1.73595,-1.96787 -4.23706,-14.37731 -3.66592,-18.18864 0.28615,-1.90951 1.28961,-2.62988 4.95335,-3.55593 l 4.5945,-1.16131 1.1555,4.32028 c 0.63553,2.37616 1.1555,5.40668 1.1555,6.7345 0,1.32782 0.70714,3.12137 1.57143,3.98565 0.86428,0.86429 1.20178,1.62334 0.75,1.68678 -0.45179,0.0634 -1.49643,0.17594 -2.32143,0.25 -0.91279,0.0819 -1.69574,1.5048 -2,3.63465 -0.58275,4.07922 -3.62426,5.20588 -6.19293,2.29402 z m -19.3807,-1.60369 c -2.4799,-2.13313 -2.72327,-3.03845 -3.18385,-11.84386 -0.42411,-8.10811 -0.25997,-9.6258 1.09736,-10.14665 0.87784,-0.33686 1.86204,-0.18213 2.18711,0.34385 0.32508,0.52598 1.66397,0.95633 2.97532,0.95633 3.15873,0 5.49769,3.52618 5.49769,8.28825 0,2.11378 0.46554,4.71311 1.03454,5.77629 0.85492,1.59744 0.42667,2.54092 -2.46667,5.43425 -1.92566,1.92567 -3.71611,3.50121 -3.97877,3.50121 -0.26267,0 -1.68589,-1.03935 -3.16273,-2.30967 z"
             id="path3175" />
          <path
             style="fill:#fac868"
             d="m 180.61925,912.49757 c -1.54558,-1.86231 -3.96316,-11.97209 -4.00917,-16.76543 -0.0337,-3.51238 0.18575,-3.77106 4.09158,-4.82279 2.32002,-0.62472 4.50572,-0.73283 4.99166,-0.24689 0.47544,0.47544 1.39155,3.48908 2.03578,6.69698 0.89078,4.43548 0.89278,6.27859 0.008,7.69478 -0.63959,1.02423 -1.16294,3.1702 -1.16294,4.76882 0,3.89193 -3.60222,5.50971 -5.95521,2.67453 z M 161.2105,910.6419 c -2.67903,-2.14379 -2.89701,-2.87138 -3.37577,-11.26821 -0.41609,-7.29756 -0.2244,-9.21497 1.02493,-10.25182 1.03553,-0.85942 1.74811,-0.9334 2.18479,-0.22683 0.35642,0.57671 1.69139,1.04856 2.96658,1.04856 3.39213,0 4.82534,2.37252 5.16837,8.55569 0.16748,3.01883 0.57322,5.92356 0.90165,6.45497 0.54751,0.8859 -4.35593,7.99571 -5.50659,7.98434 -0.275,-0.003 -1.78878,-1.03623 -3.36396,-2.2967 z"
             id="path3244" />
          <path
             style="fill:#fa9588"
             d="m 180.61925,912.49757 c -1.54558,-1.86231 -3.96316,-11.97209 -4.00917,-16.76543 -0.0337,-3.51238 0.18575,-3.77106 4.09158,-4.82279 2.32002,-0.62472 4.50572,-0.73283 4.99166,-0.24689 0.47544,0.47544 1.39155,3.48908 2.03578,6.69698 0.89078,4.43548 0.89278,6.27859 0.008,7.69478 -0.63959,1.02423 -1.16294,3.1702 -1.16294,4.76882 0,3.89193 -3.60222,5.50971 -5.95521,2.67453 z m -19.45977,-1.89636 c -2.83469,-2.2682 -2.91733,-2.59171 -3,-11.74503 l -0.085,-9.41258 4,0.33285 c 5.42153,0.45115 6.73448,2.04528 7.09921,8.61958 0.17063,3.07562 0.57895,6.02682 0.90738,6.55823 0.54751,0.8859 -4.35593,7.99571 -5.50659,7.98434 -0.275,-0.003 -1.81174,-1.05454 -3.41498,-2.33739 z"
             id="path3171" />
          <path
             style="fill:#fa8b86"
             d="m 181.27717,912.6936 c -2.29214,-1.70591 -5.542,-17.19589 -4.09055,-19.49693 1.25861,-1.99531 7.28306,-3.75785 8.54186,-2.49904 1.62734,1.62734 3.20598,13.28597 1.96678,14.52517 -0.61644,0.61644 -1.1208,2.2908 -1.1208,3.7208 0,2.4 -1.56461,5 -3.00887,5 -0.33488,0 -1.36467,-0.5625 -2.28842,-1.25 z m -19.82628,-2.16376 c -2.22007,-2.05857 -2.7042,-3.5724 -3.28996,-10.28744 -0.75026,-8.60077 -0.13895,-11.72478 2.12436,-10.85627 0.79901,0.30661 2.52511,0.55747 3.83577,0.55747 3.1779,0 4.5433,2.83475 4.90988,10.19353 0.23862,4.78997 -0.13818,6.723 -1.82795,9.37775 -1.17069,1.83924 -2.35813,3.36311 -2.63875,3.38639 -0.28062,0.0233 -1.68163,-1.04386 -3.11335,-2.37143 z"
             id="path3169" />
          <path
             style="fill:#f9aa67"
             d="m 180.07939,911.6936 c -0.96604,-2.79329 -3.50493,-15.00852 -3.50493,-16.86308 0,-1.34263 1.1834,-2.48343 3.64167,-3.51056 5.43653,-2.27153 6.86784,-0.40276 6.82572,8.91194 -0.0454,10.04111 -0.8895,12.7117 -4.01783,12.7117 -1.38178,0 -2.70687,-0.5625 -2.94463,-1.25 z m -19.29027,-2.20424 c -1.3053,-1.65942 -2.14743,-4.84806 -2.60032,-9.84592 -0.87694,-9.67732 -0.44657,-10.69807 4.21367,-9.99407 2.01959,0.30509 4.11891,0.96552 4.66515,1.46762 0.54623,0.50211 1.2459,4.156 1.55481,8.11977 0.48082,6.16945 0.2748,7.60269 -1.43121,9.95684 -2.45809,3.39195 -3.91374,3.4592 -6.4021,0.29576 z"
             id="path3167" />
          <path
             style="fill:#fa8974"
             d="m 180.23917,912.1936 c -0.24933,-0.4125 -1.26783,-4.68555 -2.26334,-9.49567 -1.97889,-9.5616 -1.79281,-10.20809 3.36397,-11.68703 4.53536,-1.30072 5.74188,0.67547 5.70205,9.33952 -0.0452,9.8259 -0.90819,12.59318 -3.92743,12.59318 -1.33206,0 -2.62592,-0.3375 -2.87525,-0.75 z m -19.45005,-2.70424 c -1.3053,-1.65942 -2.14743,-4.84806 -2.60032,-9.84592 -0.79775,-8.8035 -0.22455,-11.09678 2.41988,-9.68153 1.00886,0.53993 2.95856,0.98169 4.33265,0.98169 2.92589,0 3.40329,1.19686 3.78937,9.5 0.20907,4.49625 -0.18031,6.68922 -1.55363,8.75 -2.26265,3.39527 -3.89059,3.47065 -6.38795,0.29576 z"
             id="path3165" />
          <path
             style="fill:#fa7c74"
             d="m 180.72006,911.61903 c -1.4979,-1.80485 -4.31584,-15.56371 -3.63009,-17.72428 0.67874,-2.13853 7.23738,-3.59767 8.86474,-1.9722 1.21641,1.215 1.28853,11.23559 0.1243,17.27105 -0.76211,3.95089 -3.18344,5.04676 -5.35895,2.42543 z m -19.6989,-1.73433 c -2.13154,-2.35532 -3.97555,-16.59894 -2.39543,-18.50288 0.51226,-0.61723 0.59778,-1.47929 0.19005,-1.91568 -0.40772,-0.4364 0.2416,-0.28249 1.44294,0.34201 1.20134,0.6245 3.09801,1.13545 4.21481,1.13545 1.11681,0 2.51821,0.91118 3.11423,2.02485 2.07725,3.88138 -0.75392,18.97515 -3.5592,18.97515 -0.62927,0 -1.9826,-0.9265 -3.0074,-2.0589 z"
             id="path3250" />
          <path
             style="fill:#f97568"
             d="m 180.91399,911.73649 c -0.5371,-0.71109 -1.7753,-4.79608 -2.75154,-9.07776 -1.36171,-5.97223 -1.5043,-8.11105 -0.6124,-9.18572 1.45048,-1.74772 6.93018,-3.02459 8.07048,-1.88057 1.16986,1.17368 1.36105,11.98823 0.29772,16.84039 -0.90326,4.12175 -3.22742,5.65609 -5.00426,3.30366 z M 162.4878,910.6618 c -3.08149,-2.3659 -4.01734,-5.72011 -3.8248,-13.70865 0.17568,-7.28887 0.33626,-7.85257 1.98556,-6.96989 0.98693,0.52818 2.70817,0.96034 3.82497,0.96034 1.11681,0 2.4717,0.82427 3.01086,1.83171 1.24877,2.33334 0.244,12.81559 -1.57376,16.41829 -1.59155,3.15436 -1.35745,3.05394 -3.42283,1.4682 z"
             id="path3161" />
          <path
             style="fill:#f9904b"
             d="m 181.18872,912.12848 c -1.12357,-1.81798 -3.61426,-12.66104 -3.61426,-15.73446 0,-2.38301 0.60749,-3.40618 2.54705,-4.28991 5.29419,-2.41219 6.50298,-1.14797 6.37883,6.67128 -0.13265,8.35393 -1.29475,13.61677 -3.08264,13.96046 -0.91122,0.17517 -1.91426,-0.0982 -2.22898,-0.60737 z m -20.20927,-3.28761 c -1.53322,-1.69237 -1.9442,-3.84084 -2.10589,-11.00891 -0.19049,-8.44507 -0.10329,-8.85393 1.68426,-7.89726 1.03684,0.55489 2.78818,1.0089 3.89188,1.0089 1.1037,0 2.34895,0.55373 2.76722,1.2305 1.11829,1.80944 0.48625,12.83248 -0.91853,16.0195 -1.4532,3.29687 -2.77301,3.45748 -5.31894,0.64727 z"
             id="path3159" />
          <path
             style="fill:#f96c64"
             d="m 181.18872,912.12848 c -1.14282,-1.84912 -3.61426,-12.68601 -3.61426,-15.84797 0,-2.88972 0.40359,-3.35434 3.7057,-4.26609 4.58817,-1.26686 5.28526,-0.4058 5.20486,6.42918 -0.10111,8.5965 -1.24846,13.94261 -3.06732,14.29225 -0.91122,0.17517 -1.91426,-0.0982 -2.22898,-0.60737 z m -20.20649,-3.28679 c -1.44296,-1.59445 -1.9879,-3.98904 -2.25717,-9.91855 l -0.35497,-7.81664 4.35218,0.55614 c 2.39371,0.30587 4.5587,0.73823 4.8111,0.96079 0.90854,0.80113 -0.0496,12.88089 -1.23498,15.57017 -1.45309,3.29661 -2.77359,3.45759 -5.31616,0.64809 z"
             id="path3254" />
          <path
             style="fill:#f8a727"
             d="m 182.00194,912.15744 c -1.28515,-0.85536 -4.42748,-11.79022 -4.42748,-15.407 0,-2.82016 1.32386,-4.22994 4.76309,-5.07221 3.51518,-0.86088 4.61133,2.30777 3.86257,11.16552 -0.62875,7.43814 -2.10279,10.70831 -4.19818,9.31369 z m -19.65615,-2.43812 c -2.51948,-1.91174 -3.77133,-6.20961 -3.77133,-12.94781 0,-5.09857 0.24696,-5.94712 1.58179,-5.4349 0.86998,0.33384 2.89498,0.60699 4.5,0.60699 l 2.91821,0 -0.0222,7.25 c -0.0164,5.34852 -0.4816,7.84686 -1.7737,9.52572 -1.48125,1.92462 -2.01085,2.0789 -3.43274,1 z"
             id="path3155" />
          <path
             style="fill:#f97656"
             d="m 182.00194,912.15744 c -1.28515,-0.85536 -4.42748,-11.79022 -4.42748,-15.407 0,-2.82016 1.32386,-4.22994 4.76309,-5.07221 3.51518,-0.86088 4.61133,2.30777 3.86257,11.16552 -0.62875,7.43814 -2.10279,10.70831 -4.19818,9.31369 z m -19.65615,-2.43812 c -2.51948,-1.91174 -3.77133,-6.20961 -3.77133,-12.94781 0,-5.09857 0.24696,-5.94712 1.58179,-5.4349 0.86998,0.33384 1.72785,0.60699 1.90638,0.60699 0.17852,0 0.0911,0.89278 -0.19423,1.98395 -0.66163,2.5301 0.44138,7.01605 1.72511,7.01605 0.53952,0 0.98095,-2.025 0.98095,-4.5 0,-3.33333 0.38889,-4.5 1.5,-4.5 2.31179,0 2.07009,13.70149 -0.29594,16.77572 -1.48125,1.92462 -2.01084,2.0789 -3.43273,1 z"
             id="path3153" />
          <path
             style="fill:#f88f2e"
             d="m 182.00194,912.15744 c -1.30059,-0.86563 -4.42748,-11.8084 -4.42748,-15.49426 0,-2.81806 2.38324,-4.71958 5.91521,-4.71958 2.73688,0 3.51703,3.46196 2.66677,11.83399 -0.68096,6.70511 -2.16705,9.70263 -4.1545,8.37985 z m -19.6862,-2.46009 c -2.64876,-2.01116 -3.61818,-6.01981 -3.02848,-12.52309 0.39024,-4.30358 0.91579,-5.92668 1.80816,-5.58424 0.69191,0.26551 1.03216,1.34646 0.7561,2.40212 -0.64783,2.47728 0.47338,6.95146 1.74199,6.95146 0.53952,0 0.98095,-2.025 0.98095,-4.5 0,-4.55243 1.37549,-6.04303 2.45059,-2.65567 0.719,2.26536 -1.01511,15.12019 -2.19947,16.30455 -0.47815,0.47815 -1.59029,0.30306 -2.50984,-0.39513 z"
             id="path3151" />
          <path
             style="fill:#f96656"
             d="m 182.00194,912.15744 c -1.30059,-0.86563 -4.42748,-11.8084 -4.42748,-15.49426 0,-2.81806 2.38324,-4.71958 5.91521,-4.71958 2.73688,0 3.51703,3.46196 2.66677,11.83399 -0.68096,6.70511 -2.16705,9.70263 -4.1545,8.37985 z m -19.60247,-2.28383 c -2.66678,-1.50524 -3.80043,-6.75809 -2.89841,-13.43001 0.6194,-4.58155 0.84216,-5.12459 0.94228,-2.29705 0.16099,4.5464 1.99307,8.79705 3.79163,8.79705 0.96049,0 1.34809,-1.62693 1.3699,-5.75 0.0233,-4.40049 0.27006,-5.3385 1.05154,-3.99669 1.11218,1.90963 -0.30428,15.37887 -1.76899,16.82145 -0.44713,0.44038 -1.56671,0.37524 -2.48795,-0.14475 z"
             id="path3149" />
          <path
             style="fill:#f87844"
             d="m 181.27056,911.1936 c -0.23207,-0.4125 -1.21163,-4.031 -2.17681,-8.0411 -1.6772,-6.9684 -1.67641,-7.3778 0.0179,-9.25 0.97502,-1.0774 2.76607,-1.9589 3.98011,-1.9589 1.91826,0 2.28765,0.68753 2.82066,5.25 0.33734,2.8875 0.4264,6.15 0.19791,7.25 -0.22848,1.1 -0.6761,3.2375 -0.9947,4.75 -0.53504,2.53994 -2.86076,3.74965 -3.84508,2 z m -20.1394,-3.47251 c -1.11749,-1.59544 -1.51155,-4.34633 -1.39666,-9.75 0.088,-4.14012 0.32918,-5.95249 0.53592,-4.02749 1.06111,9.88038 5.29481,12.46707 5.31935,3.25 0.0111,-4.14972 0.29159,-5.33254 1.00802,-4.25 1.88648,2.85051 -0.72336,17 -3.13561,17 -0.42587,0 -1.47483,-1.00013 -2.33102,-2.22251 z"
             id="path3147" />
          <path
             style="fill:#f96547"
             d="m 181.27056,911.1936 c -0.23207,-0.4125 -1.22583,-4.08894 -2.20836,-8.16986 l -1.78643,-7.41986 2.26013,-1.83014 c 4.07651,-3.30096 5.69263,-2.4342 6.37653,3.41986 0.33734,2.8875 0.4264,6.15 0.19791,7.25 -0.22848,1.1 -0.6761,3.2375 -0.9947,4.75 -0.53504,2.53994 -2.86076,3.74965 -3.84508,2 z m -20.1394,-3.47251 c -1.68769,-2.40951 -2.14046,-8.77749 -0.62409,-8.77749 0.51294,0 1.21826,0.9 1.56739,2 0.34913,1.1 1.27945,2 2.06739,2 1.48177,0 1.88623,2.65431 0.82562,5.41821 -0.83507,2.17617 -1.9995,1.9817 -3.83631,-0.64072 z m 4.45861,-10.58651 c -0.009,-2.62138 0.37634,-4.06696 0.98469,-3.69098 1.2685,0.78398 1.2685,4.53713 0,6.5 -0.70877,1.09674 -0.97349,0.34157 -0.98469,-2.80902 z"
             id="path3145" />
          <path
             style="fill:#f87637"
             d="m 181.27056,911.1936 c -0.23207,-0.4125 -1.2224,-4.07496 -2.20075,-8.13879 l -1.77881,-7.38879 2.39173,-1.85364 c 1.31545,-1.0195 3.06673,-1.73864 3.89173,-1.59809 2.56229,0.43651 3.33281,10.73419 1.34529,17.97931 -0.48139,1.75482 -2.85813,2.40613 -3.64919,1 z m -20.1394,-3.47251 c -1.71422,-2.44739 -2.08719,-7.33159 -0.6287,-8.23299 0.51041,-0.31545 1.21573,0.33299 1.56739,1.44098 0.35166,1.10799 1.28406,2.01452 2.072,2.01452 1.54518,0 1.75012,1.2133 0.80232,4.75 -0.76127,2.84068 -1.83714,2.84843 -3.81301,0.0275 z m 4.71566,-10.77749 c 0,-2.475 0.19502,-3.4875 0.43337,-2.25 0.23836,1.2375 0.23836,3.2625 0,4.5 -0.23835,1.2375 -0.43337,0.225 -0.43337,-2.25 z"
             id="path3143" />
          <path
             style="fill:#f95947"
             d="m 181.27056,911.1936 c -1.3015,-2.31344 -3.81424,-15.51051 -3.07198,-16.13419 2.11924,-1.78067 6.32464,-3.00774 6.93324,-2.023 0.89503,1.44819 0.93106,13.97216 0.0479,16.65719 -0.71185,2.16425 -3.03417,3.05535 -3.90918,1.5 z m -20.1394,-3.47251 c -1.89753,-2.7091 -2.11846,-8.13141 -0.3067,-7.52749 0.6875,0.22917 1.25,0.97794 1.25,1.66394 0,0.68601 0.76594,1.80735 1.70209,2.49188 1.09786,0.80278 1.5002,2.01663 1.13337,3.41939 -0.72377,2.76767 -1.81644,2.75388 -3.77876,-0.0477 z"
             id="path3141" />
          <path
             style="fill:#f86636"
             d="m 181.07693,908.3252 c -0.89888,-2.13488 -1.88744,-5.97767 -2.19679,-8.53953 -0.53507,-4.43117 -0.41126,-4.73611 2.54336,-6.26401 3.06503,-1.58498 3.11446,-1.57168 3.76318,1.01304 0.83773,3.33777 -0.26675,15.46342 -1.52292,16.71959 -0.60332,0.60333 -1.55161,-0.47042 -2.58683,-2.92909 z m -19.94937,-1.9409 c -1.73917,-2.65431 -1.76322,-6.12764 -0.0394,-5.6907 0.54247,0.1375 0.98631,0.73627 0.98631,1.33061 0,0.59434 0.79532,1.66216 1.76737,2.37295 1.05669,0.77267 1.51631,1.94659 1.14301,2.91938 -0.87597,2.28274 -1.91533,2.03154 -3.85728,-0.93224 z"
             id="path3139" />
          <path
             style="fill:#f87625"
             d="m 181.03879,908.23391 c -0.87791,-2.08467 -1.8542,-5.92781 -2.16955,-8.54031 -0.47898,-3.96811 -0.30352,-4.75 1.06593,-4.75 0.90161,0 1.63929,-0.45 1.63929,-1 0,-0.55 0.61703,-1 1.37117,-1 2.65993,0 3.14174,16.94693 0.52774,18.56248 -0.46111,0.28498 -1.55667,-1.1875 -2.43458,-3.27217 z m -19.84932,-1.75513 c -1.98831,-3.03454 -2.07595,-5.20185 -0.21035,-5.20185 0.77256,0 1.20208,0.52791 0.95449,1.17312 -0.24759,0.64522 0.24531,1.75032 1.09534,2.45578 1.6689,1.38507 2.10285,4.03777 0.66052,4.03777 -0.48675,0 -1.61175,-1.10917 -2.5,-2.46482 z"
             id="path3137" />
          <path
             style="fill:#f84c44"
             d="m 181.03879,908.23391 c -2.37362,-5.63637 -3.12438,-13.29031 -1.30362,-13.29031 0.79161,0 1.97929,0.54 2.63929,1.2 0.93333,0.93333 1.22435,0.65556 1.30957,-1.25 0.064,-1.43104 0.49036,-0.57843 1.02516,2.05 0.97852,4.80922 0.25046,13.6439 -1.19815,14.5392 -0.48183,0.29778 -1.59434,-1.16422 -2.47225,-3.24889 z m -19.84932,-1.75513 c -0.88826,-1.35565 -1.61277,-3.26815 -1.61004,-4.25 0.004,-1.38626 0.55447,-1.11479 2.46403,1.21482 2.5072,3.05871 3.23781,5.5 1.64601,5.5 -0.48675,0 -1.61175,-1.10917 -2.5,-2.46482 z"
             id="path3135" />
          <path
             style="fill:#f86827"
             d="m 180.2359,905.85828 c -2.08019,-6.44092 -2.17055,-10.91468 -0.22046,-10.91468 0.79254,0 1.78583,0.55796 2.2073,1.23992 0.51891,0.83962 0.96887,0.43607 1.39375,-1.25 0.46839,-1.85877 0.80267,-0.96902 1.31871,3.51008 0.71114,6.17236 -0.18036,11.60654 -2.00382,12.21436 -0.56872,0.18957 -1.78169,-1.97028 -2.69548,-4.79968 z m -18.5123,-0.55793 c -1.29298,-1.23837 -2.18431,-2.75123 -1.98075,-3.36191 0.20356,-0.61068 1.41357,0.30103 2.68891,2.02602 2.80692,3.79656 2.48839,4.39744 -0.70816,1.33589 z"
             id="path3133" />
          <path
             style="fill:#f8543b"
             d="m 180.2359,905.85828 c -1.86184,-5.76484 -2.17392,-10.91468 -0.66144,-10.91468 0.55,0 1,0.45 1,1 0,0.55 0.68465,1 1.52144,1 2.50204,0 3.88913,4.40836 2.87647,9.14182 -0.49385,2.30842 -1.38776,4.35915 -1.98647,4.55717 -0.59871,0.19803 -1.83621,-1.95491 -2.75,-4.78431 z m -18.5123,-0.55793 c -1.29298,-1.23837 -2.18431,-2.75123 -1.98075,-3.36191 0.20356,-0.61068 1.41357,0.30103 2.68891,2.02602 2.80692,3.79656 2.48839,4.39744 -0.70816,1.33589 z"
             id="path3131" />
          <path
             style="fill:#f8641b"
             d="m 180.29865,905.15272 c -0.94831,-3.19444 -1.72419,-6.51091 -1.72419,-7.36993 0,-2.36962 4.94315,-1.05807 6.17129,1.6374 1.14526,2.51357 -0.10153,10.66682 -1.71332,11.20409 -0.55528,0.18509 -1.78548,-2.27711 -2.73378,-5.47156 z"
             id="path3129" />
          <path
             style="fill:#f84936"
             d="m 180.29609,905.14412 c -0.9469,-3.18971 -1.72163,-6.55059 -1.72163,-7.46861 0,-2.24903 2.73366,-1.14642 3.55227,1.43279 0.39906,1.25732 1.18505,1.76634 2.15355,1.39469 1.29252,-0.49599 1.41642,0.14122 0.81229,4.17768 -1.24083,8.29061 -2.43855,8.40634 -4.79648,0.46345 z"
             id="path3127" />
          <path
             style="fill:#f85818"
             d="m 181.14286,906.45307 c -1.73239,-4.14621 -2.09098,-9.50947 -0.63579,-9.50947 0.51294,0 1.22859,0.93254 1.59034,2.07232 0.41698,1.31378 1.20605,1.86191 2.15571,1.49749 1.24752,-0.47871 1.38241,0.1362 0.80674,3.67768 -0.9703,5.96925 -2.09631,6.6195 -3.917,2.26198 z"
             id="path3125" />
          <path
             style="fill:#f84528"
             d="m 181.09683,906.3429 c -0.88794,-2.12514 -1.44768,-5.22186 -1.24388,-6.8816 l 0.37056,-3.0177 0.81643,3.32977 c 0.62382,2.54421 1.24413,3.21792 2.62934,2.85569 1.54861,-0.40498 1.72746,-0.0157 1.22681,2.67022 -0.91755,4.92246 -2.04875,5.23318 -3.79926,1.04362 z"
             id="path3123" />
          <path
             style="fill:#f83b28"
             d="m 182.18715,908.75698 c -2.04329,-7.19112 -2.31672,-8.87827 -1.51879,-9.37142 0.49836,-0.30799 0.9061,0.36656 0.9061,1.49902 0,1.16357 0.65233,2.05902 1.5,2.05902 0.99331,0 1.5,0.99344 1.5,2.94098 0,3.06564 -1.73817,5.15699 -2.38731,2.8724 z"
             id="path3121" />
          <path
             style="fill:#f8461a"
             d="m 181.63518,905.09018 c -0.68081,-1.64361 -1.02518,-3.81148 -0.76528,-4.81748 0.38073,-1.47369 0.4951,-1.3919 0.58856,0.4209 0.0661,1.28178 0.76148,2.25 1.616,2.25 1.64633,0 1.93861,1.75999 0.63396,3.81749 -0.60865,0.95987 -1.1714,0.50633 -2.07324,-1.67091 z"
             id="path3119" />
          <path
             style="fill:#f8381c"
             d="m 182.21283,906.4436 c -0.3471,-0.90455 -0.005,-1.5 0.86163,-1.5 0.86669,0 1.20873,0.59545 0.86163,1.5 -0.31659,0.825 -0.70432,1.5 -0.86163,1.5 -0.15731,0 -0.54504,-0.675 -0.86163,-1.5 z"
             id="path3117" />
        </g>
      </g>
    </g>
    <g
       id="answerYes"
       transform="matrix(0.54844816,0,0,0.52867521,46.75272,180.67142)">
      <path
         style="fill:#5a9908"
         id="path5"
         d="m 0,67.872 c 0,34.604 27.145,64.467 61.629,67.638 34.499,3.172 66.779,-21.087 73.093,-55.204 C 141.031,46.197 119.74,11.837 86.312,2.462 52.872,-6.916 16.737,11.293 4.406,43.753 1.485,51.44 0,59.648 0,67.872" />
      <radialGradient
         r="63.123501"
         id="XMLID_2_"
         gradientUnits="userSpaceOnUse"
         cy="67.869598"
         cx="67.9282">
        <stop
           style="stop-color:#D1F593"
           offset="0"
           id="stop8" />
        <stop
           style="stop-color:#81CE09"
           offset="1"
           id="stop10" />
      </radialGradient>
      <path
         style="fill:url(#XMLID_2_)"
         id="path12"
         d="m 4.805,67.872 c 0,34.4 28.723,63.122 63.124,63.122 34.4,0 63.123,-28.722 63.123,-63.122 0,-34.401 -28.721,-63.125 -63.123,-63.125 -34.402,0 -63.124,28.724 -63.124,63.125" />
      <path
         style="fill:#67ba06"
         id="path14"
         d="m 10.892,43.334 c -5.097,29.729 12.654,59.589 41.207,69.317 30.282,10.318 64.357,-4.932 77.021,-34.264 -6.086,35.498 -42.582,58.835 -77.36,49.449 C 15.851,118.147 -3.905,77.572 10.892,43.334" />
      <path
         style="fill:#b2ed21"
         id="path16"
         d="m 28.502,39.848 c 8.729,1.808 18.781,-10.559 26.351,-13.707 14.141,-5.877 31.806,-3.147 44.617,4.857 13.551,8.467 23.19,24.729 24.673,40.692 0.004,0.047 0.004,0.055 0,0.024 -1.001,-9.667 -0.325,-18.753 -4.006,-28.098 C 114.037,28.126 100.845,15.997 84.941,11.124 68.495,6.086 50.512,9.292 36.345,18.893 31.97,21.858 15.131,37.081 28.502,39.848" />
      <path
         style="fill:#739b07"
         id="path18"
         d="M 98.494,44.133 C 86.456,54.562 74.415,64.986 62.382,75.419 56.471,68.597 50.563,61.775 44.653,54.953 c -2.35,-2.712 -4.534,-5.902 -8.198,-6.885 -5.947,-1.596 -13.654,3.867 -14.911,9.807 -1.695,8.014 9.643,17.108 14.241,22.415 5.265,6.077 10.342,12.396 15.586,18.447 7.188,8.292 13.557,5.293 20.431,-0.663 C 79.525,91.382 87.249,84.691 94.971,78 101.044,72.738 107.116,67.479 113.187,62.218 123.653,53.151 108.883,35.131 98.494,44.133 M 62.877,77.36 c 6.32,-5.475 12.638,-10.949 18.958,-16.424 5.94,-5.146 12.429,-13.128 19.595,-16.615 6.15,-2.99 14.369,4.087 13.905,10.545 -0.28,3.906 -3.333,6.012 -6.002,8.322 -8.16,7.071 -16.32,14.141 -24.481,21.211 C 78.642,89.78 72.43,95.16 66.221,100.54 58.349,107.36 52.325,96.647 47.793,91.416 40.751,83.288 33.71,75.161 26.667,67.034 23.729,63.643 21.563,59.465 24.643,55.201 c 3.501,-4.843 10.741,-8.208 15.394,-2.838 2.859,3.301 20.803,26.339 22.84,24.997" />
      <path
         style="fill:#ffffff"
         id="path20"
         d="M 114.062,48.424 C 104.437,36.227 94.896,48.434 86.774,55.471 78.614,62.542 70.453,69.613 62.291,76.683 57.247,70.86 52.204,65.038 47.16,59.216 40.872,51.958 35.301,44.496 25.737,52.786 c -8.281,7.179 0.231,14.806 5.142,20.477 6.161,7.11 12.321,14.222 18.484,21.332 4.771,5.508 10.061,13.02 17.857,6.264 5.706,-4.942 11.412,-9.886 17.116,-14.828 7.325,-6.347 14.649,-12.692 21.976,-19.039 5.206,-4.512 14.45,-10.835 7.75,-18.568" />
    </g>
    <g
       id="answerNo"
       transform="matrix(0.52875705,0,0,0.54826426,149.4278,175.3462)">
      <path
         style="fill:#970f00"
         id="path5-1"
         d="m 0,67.863 c 0,34.599 27.14,64.461 61.622,67.631 34.495,3.171 66.772,-21.085 73.083,-55.199 C 141.014,46.191 119.727,11.835 86.302,2.461 52.865,-6.917 16.735,11.289 4.405,43.747 1.485,51.434 0,59.64 0,67.863" />
      <radialGradient
         r="63.1152"
         id="XMLID_2_-2"
         gradientUnits="userSpaceOnUse"
         cy="67.862297"
         cx="67.919899">
        <stop
           style="stop-color:#F28888"
           offset="0"
           id="stop8-2" />
        <stop
           style="stop-color:#D82A2A"
           offset="1"
           id="stop10-1" />
      </radialGradient>
      <path
         style="fill:url(#XMLID_2_-2)"
         id="path12-5"
         d="m 4.804,67.863 c 0,34.395 28.719,63.115 63.115,63.115 34.396,0 63.116,-28.72 63.116,-63.115 0,-34.396 -28.72,-63.116 -63.116,-63.116 -34.396,0 -63.115,28.719 -63.115,63.116" />
      <path
         style="fill:#b20d0d"
         id="path14-0"
         d="m 10.891,43.33 c -5.1,29.726 12.654,59.582 41.202,69.309 30.278,10.318 64.349,-4.932 77.011,-34.26 -6.084,35.493 -42.578,58.827 -77.351,49.442 C 15.85,118.132 -3.907,77.562 10.891,43.33" />
      <path
         style="fill:#ef5656"
         id="path16-9"
         d="m 28.499,39.845 c 8.729,1.805 18.779,-10.56 26.347,-13.707 14.14,-5.876 31.802,-3.146 44.611,4.856 13.55,8.466 23.188,24.727 24.67,40.689 0.005,0.046 0.005,0.053 0.001,0.024 -1,-9.667 -0.325,-18.754 -4.006,-28.096 C 114.023,28.123 100.832,15.996 84.93,11.123 68.487,6.084 50.506,9.291 36.34,18.891 31.966,21.857 15.129,37.079 28.499,39.845" />
      <path
         style="fill:#ffffff"
         id="path18-0"
         d="M 105.449,85.473 C 99.826,79.851 94.203,74.228 88.581,68.603 87.078,67.1 100.904,54.882 102.9,52.886 c 7.668,-7.671 0.39,-12.376 -5.665,-18.431 -2.85,-2.848 -6.832,-7.404 -10.95,-3.286 -3.038,1.911 -5.73,5.731 -8.257,8.257 -2.997,2.997 -5.994,5.994 -8.991,8.993 -0.717,0.717 -4.819,-4.182 -5.51,-4.874 C 59.433,39.451 49.589,25.07 43.046,31.61 c -3.942,3.94 -16.97,12.818 -10.744,19.045 5.749,5.749 11.499,11.499 17.25,17.25 -4.596,4.594 -24.237,18.569 -17.129,25.675 3.683,3.681 7.755,9.715 12.468,12.075 5.366,2.684 11.375,-6.134 14.516,-9.274 1.454,-1.454 8.466,-10.155 10.008,-8.612 4.772,4.772 9.547,9.547 14.321,14.321 4.524,4.523 7.966,4.795 12.61,0.15 3.387,-3.387 14.661,-11.218 9.103,-16.767" />
      <path
         style="fill:#970f00"
         id="path20-4"
         d="m 47.314,28.939 c -4.432,0 -8.753,6.244 -11.542,9.032 -3.562,3.562 -9.015,8.048 -3.894,13.168 3.525,3.525 7.05,7.052 10.577,10.579 2.586,2.585 7.481,4.89 4.503,7.865 -4.685,4.688 -22.354,17.082 -14.989,24.451 3.37,3.369 6.739,6.738 10.108,10.108 4.631,4.631 8.562,1.91 12.281,-1.808 3.98,-3.979 7.96,-7.958 11.938,-11.937 3.588,-3.586 4.155,-0.684 7.575,2.736 3.733,3.731 7.467,7.463 11.198,11.196 4.87,4.871 8.912,1.183 12.622,-2.526 2.864,-2.861 7.924,-6.298 9.531,-10.177 2.192,-5.292 -4.755,-10.05 -7.932,-13.228 -3.437,-3.433 -6.868,-6.864 -10.303,-10.299 -0.411,-0.411 8.378,-8.773 9.227,-9.622 3.609,-3.609 13.422,-10.526 7.69,-16.267 C 103.16,38.128 98.331,34.638 94.842,31.151 87.236,23.548 73.593,42.932 68.714,47.822 65.214,44.323 61.715,40.826 58.215,37.327 55.521,34.632 51.582,28.986 47.314,28.939 m -3.375,75.243 C 39.305,99.549 26.84,91.528 33.586,84.78 35.78,82.585 51.21,68.653 49.794,67.24 46.325,63.769 42.854,60.3 39.385,56.829 37.013,54.456 31.042,50.344 31.042,46.502 c 0,-3.947 6.2,-8.181 8.653,-10.633 2.969,-2.967 6.924,-8.312 11.298,-3.94 1.706,1.706 17.645,17.799 17.802,17.642 5.612,-5.612 11.313,-13.639 17.944,-17.944 4.365,-4.359 9.224,2.469 12,5.243 2.848,2.85 10.823,8.436 6.254,13.011 -4.306,6.634 -12.334,12.334 -17.947,17.948 -0.024,0.025 -0.051,0.051 -0.077,0.077 5.64,5.64 13.694,11.361 18.024,18.023 4.577,4.568 -3.408,10.163 -6.254,13.011 -3.092,3.092 -7.644,9.6 -12.303,4.938 -2.348,-2.348 -16.979,-18.46 -18.385,-17.054 -3.655,3.655 -18.307,23.185 -24.112,17.358" />
    </g>
    <text
       xml:space="preserve"
       style="font-size:40px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
       x="51.333321"
       y="288.88"
       id="text3723"><tspan
         sodipodi:role="line"
         id="tspan3725"
         x="51.333321"
         y="288.88">Yes</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:40px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
       x="157.33333"
       y="288.88"
       id="text3727"><tspan
         sodipodi:role="line"
         id="tspan3729"
         x="157.33333"
         y="288.88">No</tspan></text>
  </g>
</svg>