1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
id="svg8"
version="1.1"
viewBox="0 0 156.92087 68.900627"
height="68.900627mm"
width="156.92087mm">
<defs
id="defs2" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
transform="translate(-26.963624,-77.475859)"
id="layer1">
<ellipse
style="fill:#ececec;stroke-width:0.26458332"
ry="8.6934528"
rx="8.3154764"
cy="103.85416"
cx="66.523811"
id="path3680" />
<ellipse
ry="1.5119048"
rx="0.75595242"
cy="101.20833"
cx="63.5"
id="path3682"
style="fill:#999999;stroke-width:0.26458332" />
<ellipse
ry="0.8504464"
rx="0.94494045"
cy="104.13765"
cx="67.657738"
id="path3687"
style="fill:#999999;stroke-width:0.26458332" />
<ellipse
ry="0.94494045"
rx="0.8504464"
cy="97.995537"
cx="68.319199"
id="path3689"
style="fill:#999999;stroke-width:0.26458332" />
<ellipse
ry="0.75595242"
rx="0.94494045"
cy="103.66518"
cx="61.988094"
id="path3691"
style="fill:#cccccc;stroke-width:0.26458332" />
<ellipse
ry="0.94494045"
rx="0.8504464"
cy="100.26339"
cx="67.374252"
id="path3693"
style="fill:#cccccc;stroke-width:0.26458332" />
<circle
r="0.8504464"
cy="102.62574"
cx="65.484375"
id="path3695"
style="fill:#cccccc;stroke-width:0.26458332" />
<ellipse
ry="0.8504464"
rx="1.1339285"
cy="105.08259"
cx="65.011902"
id="path3697"
style="fill:#cccccc;stroke-width:0.26458332" />
<ellipse
ry="1.1339285"
rx="0.94494045"
cy="105.55505"
cx="61.988094"
id="path3699"
style="fill:#f9f9f9;stroke-width:0.26458332" />
<ellipse
ry="0.56696427"
rx="0.8504464"
cy="102.34225"
cx="67.752235"
id="path3701"
style="fill:#f9f9f9;stroke-width:0.26458332" />
<ellipse
ry="0.66145831"
rx="0.47247022"
cy="100.35788"
cx="69.453125"
id="path3703"
style="fill:#f9f9f9;stroke-width:0.26458332" />
<ellipse
ry="0.56696427"
rx="0.94494045"
cy="98.373505"
cx="70.681549"
id="path3705"
style="fill:#f9f9f9;stroke-width:0.26458332" />
<ellipse
ry="0.66145831"
rx="0.8504464"
cy="103.3817"
cx="69.8311"
id="path3707"
style="fill:#4d4d4d;stroke-width:0.26458332" />
<ellipse
ry="0.75595242"
rx="1.0394346"
cy="108.0119"
cx="60.570683"
id="path3709"
style="fill:#808080;stroke-width:0.26458332" />
<ellipse
ry="0.66145831"
rx="0.8504464"
cy="105.83854"
cx="59.814732"
id="path3711"
style="fill:#808080;stroke-width:0.26458332" />
<ellipse
ry="0.94494045"
rx="0.56696427"
cy="103.47619"
cx="60.287201"
id="path3713"
style="fill:#ffffff;stroke-width:0.26458332" />
<ellipse
ry="0.8504464"
rx="0.75595242"
cy="100.73586"
cx="61.043152"
id="path3715"
style="fill:#ffffff;stroke-width:0.26458332" />
<ellipse
ry="0.66145831"
rx="0.8504464"
cy="99.223953"
cx="63.027527"
id="path3717"
style="fill:#ffffff;stroke-width:0.26458332" />
<ellipse
ry="0.66145831"
rx="0.56696427"
cy="103.3817"
cx="64.066963"
id="path3719"
style="fill:#b3b3b3;stroke-width:0.26458332" />
<ellipse
ry="0.66145831"
rx="0.8504464"
cy="107.35045"
cx="63.783482"
id="path3721"
style="fill:#b3b3b3;stroke-width:0.26458332" />
<ellipse
ry="0.94494045"
rx="0.75595242"
cy="108.38988"
cx="68.980659"
id="path3723"
style="fill:#f2f2f2;stroke-width:0.26458332" />
<ellipse
ry="0.75595242"
rx="0.94494045"
cy="106.12202"
cx="70.870537"
id="path3725"
style="fill:#f2f2f2;stroke-width:0.26458332" />
<ellipse
ry="1.0394346"
rx="0.94494045"
cy="109.42931"
cx="66.901787"
id="path3727"
style="fill:#f2f2f2;stroke-width:0.26458332" />
<circle
r="0.75595242"
cy="107.06696"
cx="65.956848"
id="path3729"
style="fill:#f2f2f2;stroke-width:0.26458332" />
<ellipse
ry="0.75595242"
rx="1.0394346"
cy="100.0744"
cx="65.673363"
id="path3731"
style="fill:#f2f2f2;stroke-width:0.26458332" />
<ellipse
ry="1.7008928"
rx="1.7953868"
cy="100.45238"
cx="65.295387"
id="path3733"
style="fill:#f2f2f2;stroke-width:0.26458332" />
<ellipse
ry="1.4174107"
rx="1.7008928"
cy="104.70461"
cx="61.043152"
id="path3735"
style="fill:#f2f2f2;stroke-width:0.26458332" />
<ellipse
ry="1.6063988"
rx="1.5119048"
cy="102.43675"
cx="70.681549"
id="path3737"
style="fill:#e6e6e6;stroke-width:0.26458332" />
<circle
r="1.1339285"
cy="106.87797"
cx="66.523811"
id="path3739"
style="fill:#e6e6e6;stroke-width:0.26458332" />
<ellipse
ry="0.94494045"
rx="0.8504464"
cy="108.95684"
cx="71.531998"
id="path3741"
style="fill:#e6e6e6;stroke-width:0.26458332" />
<circle
r="0.8504464"
cy="103.75967"
cx="73.0439"
id="path3743"
style="fill:#e6e6e6;stroke-width:0.26458332" />
<ellipse
ry="21.544643"
rx="20.410715"
cy="121.37811"
cx="146.52994"
id="path3745"
style="fill:#ffe6d5;stroke-width:0.26458332" />
<path
d="l 79.941962,86.467264 -0.938392,-3.035689 -3.032717,-0.947954 2.597133,-1.830543 -0.0356,-3.177219 2.543508,1.904351 3.010713,-1.015676 -1.025158,3.007497 1.896326,2.549497 -3.177091,-0.04561 z"
id="path3747"
style="fill:#e9ddaf;stroke-width:0.26458332" />
<path
d="l 99.785709,93.459826 -0.860176,-1.884695 -2.040213,-0.359869 1.526642,-1.400479 -0.288204,-2.051564 1.803692,1.019151 1.86209,-0.908066 -0.4119,2.030348 1.43905,1.490348 -2.05826,0.235674 z"
id="path3749"
style="fill:#e3dedb;stroke-width:0.26458332" />
<path
d="l 168.10492,81.270092 -0.72496,-0.901783 -1.15386,0.08597 0.63362,-0.968145 -0.43832,-1.070819 1.11656,0.303436 0.88295,-0.747773 0.0565,1.155679 0.98402,0.608669 -1.08167,0.410813 z"
id="path4277"
style="fill:#ffe680;stroke-width:0.26458332" />
<path
d="l 30.427082,84.10491 -1.395109,-1.550713 -2.068349,0.270134 1.043703,-1.806023 -0.896068,-1.883641 2.040153,0.434529 1.514548,-1.434289 0.217181,2.074578 1.83211,0.997201 -1.905928,0.847631 z"
id="path4279"
style="fill:#ffe680;stroke-width:0.26458332" />
<path
d="l 97.045381,112.7366 -0.783416,-0.45308 -0.817364,0.38851 0.188812,-0.88509 -0.622069,-0.6573 0.900109,-0.0939 0.432904,-0.79474 0.367486,0.82703 0.889618,0.16613 -0.67299,0.60506 z"
id="path4281"
style="fill:#00aad4;stroke-width:0.26458332" />
<path
id="path4283"
d="m 140.41815,101.6808 c 0.66146,0 1.32292,0 1.98438,0 0.18899,0 0.37797,0 0.56696,0 0.0315,0 0.0722,-0.0223 0.0945,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0223,0.0223 0.063,0 0.0945,0 0.0315,0 0.063,0 0.0945,0 0.18899,0 0.37798,0 0.56697,0 0.0315,0 0.063,0 0.0945,0 0.0315,0 0.0663,-0.0141 0.0945,0 0.0398,0.0199 0.0547,0.0746 0.0945,0.0945 0.0282,0.0141 0.063,0 0.0945,0 0.0315,0 0.063,0 0.0945,0 0.22049,0 0.44097,0 0.66146,0 0.0426,0 0.25472,-0.0144 0.28348,0 0.0398,0.0199 0.0547,0.0746 0.0945,0.0945 0.0594,0.0297 0.31859,-0.0297 0.37798,0 0.0398,0.0199 0.0546,0.0746 0.0945,0.0945 0.0249,0.0124 0.32857,0 0.37798,0 0.31498,0 0.62996,0 0.94494,0 0.69296,0 1.38591,0 2.07887,0 0.0347,0 0.37417,-0.004 0.37797,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0223,0.0223 0.0663,-0.0141 0.0945,0 0.0398,0.0199 0.0546,0.0746 0.0945,0.0945 0.0375,0.0187 0.26417,-0.0193 0.28349,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0223,0.0223 0.0663,-0.0141 0.0945,0 0.0398,0.0199 0.0522,0.0804 0.0945,0.0945 0.0598,0.0199 0.126,0 0.18899,0 0.0315,0 0.0663,-0.0141 0.0945,0 0.0398,0.0199 0.0547,0.0746 0.0945,0.0945 0.0375,0.0187 0.26416,-0.0193 0.28348,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0332,0.0332 0.4072,-0.0326 0.47247,0 0.0398,0.0199 0.0547,0.0746 0.0945,0.0945 0.0563,0.0282 0.14444,-0.0446 0.18899,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0445,0.0446 0.13264,-0.0282 0.18898,0 0.0399,0.0199 0.0546,0.0746 0.0945,0.0945 0.0282,0.0141 0.063,0 0.0945,0 0.067,0 0.54253,-0.0122 0.56697,0 0.0398,0.0199 0.0547,0.0746 0.0945,0.0945 0.0564,0.0282 0.14444,-0.0446 0.18899,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0223,0.0223 0.063,0 0.0945,0 0.0315,0 0.063,0 0.0945,0 0.28348,0 0.56696,0 0.85044,0 0.0315,0 0.063,0 0.0945,0 0.0315,0 0.0722,0.0223 0.0945,0 0.0223,-0.0223 -0.0223,-0.0722 0,-0.0945 0.0223,-0.0223 0.063,0 0.0945,0 0.18899,0 0.37798,0 0.56697,0 0.57672,0 0.60758,0 1.13393,0 0.0347,0 0.37417,0.004 0.37797,0 0.0223,-0.0223 -0.0223,-0.0722 0,-0.0945 0.0227,-0.0227 0.35524,0.0227 0.37798,0 0.0223,-0.0223 -0.0223,-0.0722 0,-0.0945 0.0223,-0.0223 0.0722,0.0223 0.0945,0 0.0223,-0.0223 -0.0223,-0.0722 0,-0.0945 0.003,-0.003 0.26057,0 0.28349,0"
style="fill:#5fbcd3;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
id="path4285"
d="m 142.30803,101.01934 c 0.28349,0 0.56697,0 0.85045,0 0.0315,0 0.0722,0.0223 0.0945,0 0.0223,-0.0223 -0.0223,-0.0722 0,-0.0945 0.0445,-0.0445 0.13265,0.0282 0.18899,0 0.0398,-0.0199 0.0547,-0.0746 0.0945,-0.0945 0.0653,-0.0326 0.4393,0.0332 0.47247,0 0.0223,-0.0223 -0.0223,-0.0722 0,-0.0945 0.0445,-0.0445 0.14444,0.0446 0.18898,0 0.0223,-0.0223 -0.0223,-0.0722 0,-0.0945 0.0472,-0.0472 0.23624,0.0472 0.28349,0 0.0223,-0.0223 -0.0223,-0.0722 0,-0.0945 0.0223,-0.0223 0.063,0 0.0945,0 0.15749,0 0.31498,0 0.47247,0 0.0315,0 0.0722,-0.0223 0.0945,0 0.0223,0.0223 -0.0282,0.0804 0,0.0945 0.0563,0.0282 0.12599,0 0.18898,0 0.0315,0 0.0722,-0.0223 0.0945,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0293,0.0293 0.44321,-0.0293 0.47247,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0223,0.0223 0.0663,-0.0141 0.0945,0 0.0398,0.0199 0.0546,0.0746 0.0945,0.0945 0.0563,0.0282 0.14444,-0.0445 0.18898,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0223,0.0223 0.0722,-0.0223 0.0945,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0193,0.0193 0.24601,-0.0187 0.28348,0 0.0398,0.0199 0.0546,0.0746 0.0945,0.0945 0.0564,0.0282 0.14445,-0.0445 0.18899,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0445,0.0445 0.14445,-0.0446 0.18899,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0293,0.0293 0.44321,-0.0293 0.47247,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0223,0.0223 0.063,0 0.0945,0 0.067,0 0.54253,-0.0122 0.56696,0 0.0398,0.0199 0.0547,0.0746 0.0945,0.0945 0.0244,0.0122 0.49999,0 0.56697,0 0.0229,0 0.28044,-0.003 0.28348,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0332,0.0332 0.4072,-0.0326 0.47247,0 0.0398,0.0199 0.0546,0.0746 0.0945,0.0945 0.0244,0.0122 0.49999,0 0.56697,0 0.40947,0 0.81895,0 1.22842,0 0.0347,0 0.37417,-0.004 0.37798,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0472,0.0473 0.23623,-0.0472 0.28348,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0193,0.0193 0.24602,-0.0187 0.28348,0 0.0398,0.0199 0.0547,0.0746 0.0945,0.0945 0.0563,0.0282 0.14444,-0.0446 0.18898,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0445,0.0445 0.14445,-0.0445 0.18899,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0223,0.0223 0.063,0 0.0945,0 0.0315,0 0.063,0 0.0945,0 0.40947,0 0.81895,0 1.22842,0"
style="fill:none;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
id="path4287"
d="m 144.57589,101.01934 c 0.2246,0.0959 0.35713,0.0945 0.56697,0.0945 0.0315,0 0.0722,-0.0223 0.0945,0 0.12599,0.12599 -0.15749,0.0945 0.0945,0.0945 0.0229,0 0.28045,-0.003 0.28348,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0258,0.0259 0.32672,-0.0256 0.37798,0 0.0398,0.0199 0.0546,0.0746 0.0945,0.0945 0.0282,0.0141 0.063,0 0.0945,0 0.0315,0 0.063,0 0.0945,0 0.18899,0 0.37798,0 0.56697,0 0.0315,0 0.063,0 0.0945,0 0.0315,0 0.0722,-0.0223 0.0945,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0223,0.0223 0.063,0 0.0945,0 0.18899,0 0.37798,0 0.56697,0 0.0315,0 0.0722,-0.0223 0.0945,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0227,0.0227 0.35524,-0.0227 0.37797,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0223,0.0223 0.0722,-0.0223 0.0945,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.003,0.003 0.26057,0 0.28348,0 0.25198,0 -0.0315,-0.0315 0.0945,0.0945 0.0193,0.0193 0.24601,-0.0187 0.28348,0 0.0398,0.0199 0.0547,0.0746 0.0945,0.0945 0.0375,0.0187 0.26416,-0.0193 0.28348,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0193,0.0193 0.24602,-0.0187 0.28348,0 0.0399,0.0199 0.0547,0.0746 0.0945,0.0945 0.0248,0.0124 0.32856,0 0.37798,0 0.31498,0 0.62996,0 0.94494,0 0.063,0 0.12599,0 0.18898,0 0.0315,0 0.0945,-0.0315 0.0945,0 0,0.0315 -0.12599,0 -0.0945,0 0.0945,0 0.18899,0 0.28349,0"
style="fill:#c87137;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<ellipse
ry="2.4568453"
rx="4.3939734"
cy="119.82366"
cx="138.76451"
id="path4289"
style="fill:#aa0000;stroke-width:0.26458332" />
<path
id="path4295"
d="m 142.30803,101.01934 c 0.22049,-0.12599 0.43432,-0.26441 0.66146,-0.37797 0.0248,-0.0124 0.32856,0 0.37798,0 0.0315,0 0.0722,-0.0223 0.0945,0 0.126,0.12599 -0.15749,0.0945 0.0945,0.0945 0.0445,0 0.46818,-0.004 0.47247,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0259,0.0259 0.32671,-0.0256 0.37797,0 0.0399,0.0199 0.0547,0.0746 0.0945,0.0945 0.0248,0.0124 0.32856,0 0.37797,0 0.47247,0 0.94494,0 1.41741,0 0.0315,0 0.063,0 0.0945,0 0.0315,0 0.0722,-0.0223 0.0945,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0223,0.0223 0.063,0 0.0945,0 0.0315,0 0.063,0 0.0945,0 0.34648,0 0.69296,0 1.03944,0 0.0315,0 0.063,0 0.0945,0 0.0315,0 0.0722,-0.0223 0.0945,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0223,0.0223 0.063,0 0.0945,0 0.0315,0 0.063,0 0.0945,0 0.15749,0 0.31498,0 0.47247,0 0.0315,0 0.063,0 0.0945,0 0.0315,0 0.0663,-0.0141 0.0945,0 0.0398,0.0199 0.0546,0.0746 0.0945,0.0945 0.0596,0.0298 0.41286,-0.0298 0.47247,0 0.0399,0.0199 0.0547,0.0746 0.0945,0.0945 0.0574,0.0287 0.50958,-0.0287 0.56696,0 0.0398,0.0199 0.0546,0.0746 0.0945,0.0945 0.0244,0.0122 0.49998,0 0.56696,0 0.0315,0 0.063,0 0.0945,0 0.0315,0 0.0722,-0.0223 0.0945,0 0.23678,0.23678 0.44102,0.50401 0.66154,0.75602"
style="fill:none;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
id="path4297"
d="m 144.57589,101.01934 c 0.66146,0.15749 1.32134,0.32178 1.98438,0.47247 0.0614,0.014 0.12599,0 0.18898,0 0.1575,0 0.31498,0 0.47247,0 0.0315,0 0.063,0 0.0945,0 0.0315,0 0.0722,-0.0223 0.0945,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.028,0.028 0.31945,-0.0293 0.37798,0 0.0398,0.0199 0.0522,0.0804 0.0945,0.0945 0.0432,0.0144 0.33593,-0.021 0.37798,0 0.0398,0.0199 0.0522,0.0804 0.0945,0.0945 0.0553,0.0184 0.48586,0 0.56697,0 0.063,0 0.12599,0 0.18899,0 0.0315,0 0.0663,-0.0141 0.0945,0 0.0398,0.0199 0.0547,0.0746 0.0945,0.0945 0.0596,0.0298 0.41286,-0.0298 0.47247,0 0.0398,0.0199 0.0547,0.0746 0.0945,0.0945 0.0594,0.0297 0.31858,-0.0297 0.37797,0 0.0399,0.0199 0.0547,0.0746 0.0945,0.0945 0.0342,0.0171 0.40674,0 0.47247,0 0.0315,0 0.0722,-0.0223 0.0945,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0223,0.0223 0.063,0 0.0945,0 0.18898,0 0.37797,0 0.56696,0 0.0315,0 0.0722,-0.0223 0.0945,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0223,0.0223 0.063,0 0.0945,0 0.0657,0 0.4383,-0.0171 0.47247,0 0.0398,0.0199 0.0547,0.0746 0.0945,0.0945 0.0244,0.0122 0.49999,0 0.56697,0 0.51444,0 0.96011,-0.052 1.51197,-0.0944"
style="fill:none;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
id="path4299"
d="m 140.41815,101.6808 c 0.57272,-0.0975 1.13103,-0.0945 1.7009,-0.0945 0.0426,0 0.25472,-0.0144 0.28348,0 0.0398,0.0199 0.0546,0.0746 0.0945,0.0945 0.0513,0.0256 0.35212,-0.0259 0.37798,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0223,0.0223 0.063,0 0.0945,0 0.0315,0 0.063,0 0.0945,0 0.067,0 0.54253,-0.0122 0.56696,0 0.0398,0.0199 0.0546,0.0746 0.0945,0.0945 0.0756,0.0378 0.20788,-0.0378 0.28348,0 0.0398,0.0199 0.0547,0.0746 0.0945,0.0945 0.0375,0.0187 0.26416,-0.0193 0.28348,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0446,0.0445 0.13264,-0.0282 0.18899,0 0.0398,0.0199 0.0547,0.0746 0.0945,0.0945 0.0653,0.0326 0.4393,-0.0332 0.47247,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0223,0.0223 0.0663,-0.0141 0.0945,0 0.0398,0.0199 0.0547,0.0746 0.0945,0.0945 0.0564,0.0282 0.13265,-0.0282 0.18899,0 0.0399,0.0199 0.0547,0.0746 0.0945,0.0945 0.0375,0.0187 0.26417,-0.0193 0.28349,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0227,0.0227 0.35523,-0.0227 0.37797,0 0.0223,0.0223 -0.0282,0.0804 0,0.0945 0.0756,0.0378 0.20789,-0.0378 0.28349,0 0.0398,0.0199 0.0547,0.0746 0.0945,0.0945 0.0282,0.0141 0.0663,-0.0141 0.0945,0 0.0399,0.0199 0.0547,0.0746 0.0945,0.0945 0.0563,0.0282 0.14444,-0.0446 0.18899,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0223,0.0223 0.063,0 0.0945,0 0.15749,0 0.31498,0 0.47247,0 0.0315,0 0.0722,-0.0223 0.0945,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0293,0.0293 0.4432,-0.0293 0.47246,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0223,0.0223 0.063,0 0.0945,0 0.0315,0 0.063,0 0.0945,0 0.0494,0 0.35313,-0.0124 0.37798,0 0.0398,0.0199 0.0546,0.0746 0.0945,0.0945 0.0596,0.0298 0.41286,-0.0298 0.47247,0 0.0399,0.0199 0.0547,0.0746 0.0945,0.0945 0.0282,0.0141 0.063,0 0.0945,0 0.0315,0 0.063,0 0.0945,0 0.18899,0 0.37798,0 0.56697,0 0.0315,0 0.063,0 0.0945,0 0.0315,0 0.0722,-0.0223 0.0945,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0223,0.0223 0.063,0 0.0945,0 0.22049,0 0.44098,0 0.66146,0 0.88194,0 1.76389,0 2.64583,0 0.0347,0 0.37418,-0.004 0.37798,0 0.12599,0.126 -0.15749,0.0945 0.0945,0.0945 0.25199,0 0.50397,0 0.75596,0 0.0315,0 0.063,0 0.0945,0 0.0315,0 0.0945,-0.0315 0.0945,0 0,0.0315 -0.078,0.0268 -0.0945,0 -0.24369,-0.39603 -0.44087,-0.81886 -0.66131,-1.22828"
style="fill:none;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
id="path4301"
d="m 148.45015,102.24777 c -0.37595,0.32382 -0.30824,0.28348 -0.66146,0.28348 -0.0315,0 -0.0722,-0.0223 -0.0945,0 -0.0223,0.0223 0.0223,0.0722 0,0.0945 -0.0193,0.0193 -0.24602,-0.0187 -0.28349,0 -0.0398,0.0199 -0.0546,0.0746 -0.0945,0.0945 -0.0375,0.0187 -0.26417,-0.0193 -0.28348,0 -0.0223,0.0223 0.0223,0.0722 0,0.0945 -0.0227,0.0227 -0.35524,-0.0227 -0.37798,0 -0.0223,0.0223 0.0223,0.0722 0,0.0945 -0.0293,0.0293 -0.44321,-0.0293 -0.47247,0 -0.0223,0.0223 0.0223,0.0722 0,0.0945 -0.0223,0.0223 -0.063,0 -0.0945,0 -0.063,0 -0.13265,-0.0282 -0.18899,0 -0.0282,0.0141 0.0223,0.0722 0,0.0945 -0.0227,0.0227 -0.35524,-0.0227 -0.37798,0 -0.0223,0.0223 0.0223,0.0722 0,0.0945 -0.0472,0.0472 -0.23623,-0.0473 -0.28348,0 -0.0223,0.0223 0.0223,0.0722 0,0.0945 -0.004,0.004 -0.42792,0 -0.47247,0 -0.0315,0 -0.0722,-0.0223 -0.0945,0 -0.126,0.12599 0.15748,0.0945 -0.0945,0.0945 -0.0315,0 -0.063,0 -0.0945,0 -0.0315,0 -0.0945,0.0315 -0.0945,0 0,-0.0315 0.063,0 0.0945,0 0.0945,0 0.18899,0 0.28348,0 0.22049,0 0.44097,0 0.66146,0 0.30417,0 -0.16131,0.0223 0.18898,-0.0945 0.0508,-0.0169 0.29798,0 0.37798,0 0.25199,0 0.50397,0 0.75595,0 0.81895,0 1.6379,0 2.45685,0 0.15749,0 0.31498,0 0.47247,0 0.0315,0 0.0722,0.0223 0.0945,0 0.126,-0.12599 -0.15749,-0.0945 0.0945,-0.0945 0.189,0.15748 0.378,0.31495 0.567,0.47243 0.0315,0 0.0722,-0.0223 0.0945,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0223,0.0223 0.0722,-0.0223 0.0945,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0223,0.0223 0.0663,-0.0141 0.0945,0 0.0398,0.0199 0.0547,0.0746 0.0945,0.0945 0.0564,0.0282 0.14444,-0.0445 0.18899,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0473,0.0473 0.23623,-0.0472 0.28348,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0446,0.0445 0.14444,-0.0445 0.18899,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0223,0.0223 0.0663,-0.0141 0.0945,0 0.0398,0.0199 0.0546,0.0746 0.0945,0.0945 0.0282,0.0141 0.0663,-0.0141 0.0945,0 0.0398,0.0199 0.0547,0.0746 0.0945,0.0945 0.0756,0.0378 0.20789,-0.0378 0.28349,0 0.0398,0.0199 0.0546,0.0746 0.0945,0.0945 0.13034,0.0652 0.0845,-0.11443 0.18899,0.0945 0.0141,0.0282 -0.0223,0.0722 0,0.0945 0.0472,0.0472 0.23623,-0.0472 0.28348,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0293,0.0293 0.44321,-0.0293 0.47247,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0227,0.0227 0.35524,-0.0227 0.37798,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.004,0.004 0.34327,0 0.37797,0 0.0315,0 0.063,0 0.0945,0 0.0315,0 0.0722,-0.0223 0.0945,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0293,0.0293 0.44321,-0.0293 0.47247,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0223,0.0223 0.063,0 0.0945,0 0.0315,0 0.063,0 0.0945,0 0.25198,0 0.50397,0 0.75595,0 0.0315,0 0.063,0 0.0945,0 0.0315,0 0.0722,-0.0223 0.0945,0 0.0223,0.0223 -0.0223,0.0722 0,0.0945 0.0259,0.0259 0.32672,-0.0256 0.37798,0 0.0398,0.0199 0.0546,0.0746 0.0945,0.0945 0.0282,0.0141 0.063,0 0.0945,0 0.0315,0 0.063,0 0.0945,0"
style="fill:none;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
transform="scale(0.26458333)"
id="path4303"
d="m 589.11219,398.09111 c -0.58928,-0.14994 -1.82661,-0.29164 -2.74962,-0.31488 -2.55853,-0.0644 -10.23303,-1.72389 -10.8567,-2.34757 -0.30351,-0.30351 -0.7592,-0.55183 -1.01264,-0.55183 -0.84497,0 -5.30119,-2.18854 -6.62912,-3.25569 l -1.31023,-1.05293 -10.60987,0.13262 c -6.81126,0.0851 -10.48658,0.009 -10.26549,-0.21176 0.18941,-0.18941 0.79841,-0.33313 1.35332,-0.31936 0.55491,0.0138 1.33035,-0.13016 1.72321,-0.31981 0.39286,-0.18966 1.75893,-0.65069 3.03572,-1.02451 1.27678,-0.37383 2.03456,-0.69197 1.68396,-0.70698 -0.35061,-0.015 -1.95775,-0.44659 -3.57143,-0.95906 -7.14095,-2.26782 -6.5541,-2.16548 -14.45182,-2.52026 -2.60268,-0.11692 -4.73214,-0.33043 -4.73214,-0.47447 0,-0.41225 6.75158,-0.66911 8.92857,-0.33967 1.08036,0.16348 3.94909,0.46068 6.37496,0.66044 2.42587,0.19975 4.59551,0.49008 4.82143,0.64517 0.22591,0.15509 2.66075,0.20162 5.41075,0.10341 4.68953,-0.16748 4.90021,-0.20488 3.39286,-0.60228 -0.88393,-0.23305 -2.65179,-0.52293 -3.92857,-0.6442 -3.31434,-0.31479 -9.01043,-1.6415 -9.60642,-2.23749 -0.36958,-0.36958 -0.99622,-0.44681 -2.32477,-0.28652 -4.74455,0.57241 -5.92596,0.61442 -5.92596,0.2107 0,-0.22492 0.74679,-0.73928 1.65952,-1.14303 1.4285,-0.63189 1.83866,-0.67554 2.94643,-0.31355 1.05577,0.34501 1.5254,0.3201 2.61473,-0.13869 1.74068,-0.73311 2.59773,-0.70583 5.1346,0.16343 1.30858,0.44838 3.93888,0.86683 6.93044,1.10255 2.65178,0.20894 4.9905,0.51988 5.19715,0.69097 0.20665,0.17109 0.71084,0.22344 1.12041,0.11634 0.40958,-0.10711 0.85303,-0.0194 0.98545,0.19483 0.1339,0.21665 0.62942,0.29202 1.11637,0.1698 0.48159,-0.12087 1.10241,-0.0315 1.37961,0.19852 0.30192,0.25057 0.98476,0.3281 1.70301,0.19335 0.93488,-0.17538 1.34218,-0.0667 1.84897,0.49328 0.43128,0.47656 1.32875,0.80034 2.66736,0.9623 1.10956,0.13426 2.82095,0.54549 3.8031,0.91386 1.062,0.39832 2.70955,0.66983 4.06525,0.66994 2.36526,1.8e-4 3.27517,0.51497 3.79277,2.1458 0.1607,0.50633 0.71392,0.66434 2.77846,0.7936 1.41779,0.0888 2.73852,0.0406 2.93495,-0.10696 0.19642,-0.14759 1,-0.37936 1.78571,-0.51504 l 1.42857,-0.24669 -0.87762,0.644 c -0.63831,0.46838 -1.73395,0.68493 -4.01786,0.79413 -1.72713,0.0826 -3.14023,0.23836 -3.14023,0.34619 0,0.10782 0.25254,0.4751 0.56119,0.81616 0.53184,0.58768 0.0694,0.61004 -8.83928,0.42747 l -9.40048,-0.19264 0.94919,0.76136 c 0.52205,0.41875 1.08224,0.76137 1.24487,0.76137 0.16263,0 1.10156,0.38041 2.08653,0.84536 4.13887,1.95375 5.07607,2.32771 6.43369,2.5672 0.78572,0.1386 1.58929,0.37757 1.78572,0.53105 0.19642,0.15347 0.75892,0.27918 1.25,0.27936 1.38831,5e-4 7.58517,0.71727 8.48214,0.98111 0.44196,0.13 0.80357,0.37834 0.80357,0.55186 0,0.35798 -0.42954,0.34887 -1.96429,-0.0417 z m -4.05404,-7.94643 c -0.29461,-0.29429 -1.68815,-0.45667 -4.08929,-0.47649 -3.77905,-0.0312 -7.12313,-0.50243 -8.39467,-1.18293 -0.40506,-0.21678 -1.04192,-0.39415 -1.41525,-0.39415 -0.6959,0 -4.69566,-1.19651 -5.97532,-1.7875 -0.39285,-0.18143 -4.08928,-0.40478 -8.21428,-0.49634 -4.125,-0.0916 -8.10268,-0.27558 -8.83929,-0.40895 -0.92627,-0.16772 -1.33928,-0.11289 -1.33928,0.17779 0,0.25068 0.27438,0.33319 0.67996,0.20447 0.38308,-0.12159 1.2258,0.0908 1.93008,0.48633 0.68756,0.38618 1.3271,0.62515 1.4212,0.53105 0.0941,-0.0941 1.11396,0.14346 2.26636,0.52792 2.48913,0.83042 4.25637,0.65245 6.98941,-0.7039 0.73538,-0.36495 1.17141,0.171 0.54834,0.674 -0.24337,0.19648 -1.13636,0.47171 -1.98442,0.61164 -0.84806,0.13992 -1.47399,0.32234 -1.39097,0.40536 0.32087,0.32088 5.18808,1.27325 7.39718,1.44741 1.27678,0.10067 5.53571,0.29901 9.46428,0.44076 12.0978,0.43651 11.44284,0.43989 10.94596,-0.0565 z m -26.48167,-0.65324 c -1.76796,-0.44167 -5.01663,-0.45463 -6.07143,-0.0242 -0.6798,0.27739 0.0872,0.36101 3.21429,0.35041 3.08151,-0.0104 3.79499,-0.0919 2.85714,-0.32619 z m 25.58598,-0.79583 c 0.1024,-0.1024 0.0187,-0.499 -0.18586,-0.88133 -0.33319,-0.62259 -0.90478,-0.71695 -5.47536,-0.90393 -2.80683,-0.11482 -6.38905,-0.2876 -7.96047,-0.38395 l -2.85715,-0.17519 1.78572,0.51472 c 4.5965,1.32492 5.46262,1.56081 6.96428,1.89676 1.57206,0.35171 7.36029,0.30147 7.72884,-0.0671 z m -7.01455,-2.36487 c 0,-0.41906 -3.79382,-1.54034 -4.58712,-1.35573 -0.45584,0.10608 -0.38673,0.22336 0.3014,0.51149 2.60202,1.08949 4.28572,1.42116 4.28572,0.84424 z m -5.92769,-1.15313 c -0.25158,-0.40707 -3.00088,-0.385 -3.00088,0.0241 0,0.17868 0.71702,0.31403 1.59339,0.30079 0.87636,-0.0133 1.50973,-0.15945 1.40749,-0.32488 z m -0.89619,-1.23484 c 0.24141,-0.20729 -0.71586,-0.38484 -5.31898,-0.98653 -6.35198,-0.83028 -9.95849,-1.07038 -9.25278,-0.61599 0.75591,0.48671 4.19607,1.11043 7.28316,1.32046 1.37207,0.0933 2.64762,0.32269 2.83456,0.50963 0.29618,0.29617 4.06855,0.10343 4.45404,-0.22757 z m -17.28326,-1.75481 c -1.41141,-0.50848 -4.07507,-0.73144 -3.64908,-0.30545 0.33814,0.33815 2.43492,0.77596 3.82765,0.79923 l 1.25,0.0209 z m -11.42858,-1.2397 c 0.28185,-0.45604 -0.90148,-0.45604 -1.60714,0 -0.41901,0.27078 -0.32635,0.34739 0.42535,0.35167 0.52859,0.003 1.06039,-0.15525 1.18179,-0.35167 z l 6.72564,-0.0365 1.13151,-0.0365 -1.14065,-0.3666 c -1.23263,-0.39615 -2.25221,-0.18496 -2.25221,0.46652 0,0.224 0.25367,0.30922 0.56492,0.18978 0.31071,-0.11923 1.07411,-0.23319 1.69643,-0.25324 z"
style="fill:#ffeeaa;stroke-width:0.35714287" />
<path
transform="scale(0.26458333)"
id="path4305"
d=""
style="fill:#ffeeaa;stroke-width:0.35714287" />
<path
transform="scale(0.26458333)"
id="path4307"
d="m 543.51075,539.29875 c -24.88564,-3.60267 -46.46875,-19.67618 -57.9702,-43.17192 -11.77479,-24.05414 -11.6243,-51.62038 0.41317,-75.6852 3.99263,-7.98188 8.96528,-14.72181 15.71195,-21.29596 6.80716,-6.6331 12.28347,-10.46865 20.66081,-14.47064 10.50877,-5.0202 19.75989,-7.07462 31.78571,-7.05872 10.0662,0.0133 18.39912,1.63223 27.47094,5.33704 3.36614,1.37469 9.85049,4.60938 9.85049,4.91387 0,0.0527 -1.40625,0.0228 -3.125,-0.0665 -2.71034,-0.14081 -3.22936,-0.27448 -3.91151,-1.00741 -0.64394,-0.69186 -1.14439,-0.84505 -2.76063,-0.84505 -1.08577,0 -2.58005,-0.21805 -3.32063,-0.48454 -2.91837,-1.05017 -3.95467,-1.30118 -5.37198,-1.30118 -1.02835,0 -1.57973,-0.18757 -1.82154,-0.61966 -0.37617,-0.67219 -2.54776,-1.03643 -12.18871,-2.04443 -2.84821,-0.2978 -6.51616,-0.88442 -8.15099,-1.30362 -2.18961,-0.56145 -3.41235,-0.69316 -4.64286,-0.5001 -0.91874,0.14414 -2.71508,0.24014 -3.99186,0.21332 -2.65209,-0.0557 -4.81102,0.90072 -4.4074,1.95251 0.22731,0.59236 1.25532,0.58489 5.94495,-0.0432 1.24972,-0.16739 1.88063,-0.0893 2.32143,0.28718 0.65667,0.5609 6.82065,1.90893 10.20608,2.23202 1.15542,0.11026 2.36077,0.36241 2.67857,0.56033 0.8089,0.50377 -6.95008,0.18827 -13.70792,-0.5574 -6.07118,-0.6699 -13.49162,-1.06678 -14.28113,-0.76382 -0.29054,0.11149 -0.44205,0.42734 -0.3367,0.70189 0.1486,0.38725 1.45336,0.53945 5.81879,0.67874 5.76301,0.18389 7.0426,0.42637 13.66124,2.58879 2.23771,0.73111 2.31299,0.79099 1.42857,1.13649 -2.08825,0.81577 -3.54113,1.19527 -4.57596,1.19527 -1.04394,0 -2.11046,0.7353 -1.68445,1.16131 0.1115,0.1115 4.91619,0.11254 10.67707,0.002 l 10.47434,-0.20043 1.36549,1.12556 c 1.4205,1.17089 2.12197,1.44589 1.73233,0.67912 -0.12478,-0.24554 0.0671,-0.125 0.4264,0.26785 0.66722,0.72955 3.73374,2.32143 4.47187,2.32143 0.22482,0 0.67456,0.24055 0.99943,0.53456 0.71994,0.65153 6.5772,1.91987 10.71557,2.32036 1.66964,0.16158 3.49359,0.41031 4.05321,0.55274 0.87099,0.22167 0.99892,0.1625 0.8885,-0.41089 -0.14382,-0.74678 -1.33878,-1.10298 -3.92097,-1.1688 -2.41868,-0.0616 -8.82767,-1.36577 -10.48503,-2.13352 -1.61094,-0.74626 -3.99251,-1.82338 -5.98214,-2.70556 -0.73661,-0.32661 -1.33928,-0.69198 -1.33928,-0.81195 0,-0.11996 3.91972,-0.12143 8.71049,-0.003 4.79076,0.11818 8.80897,0.11638 8.92935,-0.004 0.12037,-0.12038 -0.0289,-0.49267 -0.33179,-0.82732 -0.51375,-0.5677 -0.3481,-0.61909 2.47312,-0.76716 1.66307,-0.0873 3.25064,-0.347 3.52794,-0.57714 0.40236,-0.33393 1.03873,-0.0513 3.15111,1.39953 14.20258,9.75462 25.12939,24.4507 30.64652,41.21825 3.33277,10.12889 4.54809,18.6722 4.21535,29.63269 -0.53782,17.71617 -5.98047,33.57744 -16.29968,47.50146 -3.04087,4.10314 -9.68074,11.04148 -13.59384,14.20491 -10.69323,8.64462 -23.97286,14.44173 -36.99158,16.14833 -5.09984,0.66853 -15.46969,0.6488 -20.21701,-0.0385 z m -12.2557,-77.82772 c 4.52558,-1.17516 8.02848,-3.45951 9.24901,-6.03157 0.70807,-1.49216 0.73849,-3.85318 0.0661,-5.13394 -2.04637,-3.89812 -8.99443,-6.85726 -16.10086,-6.85726 -7.10643,0 -14.0545,2.95914 -16.10087,6.85726 -0.27845,0.53043 -0.50628,1.76347 -0.50628,2.74009 0,1.4551 0.21171,2.05475 1.1726,3.32131 2.1561,2.84201 6.1244,4.84619 11.15983,5.63624 2.78751,0.43735 8.35923,0.16929 11.06043,-0.53213 z"
style="fill:#ffeeaa;stroke-width:0.35714287" />
<path
transform="scale(0.26458333)"
id="path4309"
d="m 569.96734,390.07721 c -0.0862,-0.0862 -1.35854,-0.24773 -2.82738,-0.3589 -3.24234,-0.24542 -5.17799,-0.48197 -6.59919,-0.8065 -0.58929,-0.13456 -1.17858,-0.25373 -1.30953,-0.26482 -0.75374,-0.0638 -0.61862,-0.55588 0.15265,-0.55588 0.5784,0 1.20805,-0.35798 1.67599,-0.95287 0.74689,-0.94951 0.75779,-0.95135 3.08865,-0.52187 1.28651,0.23705 2.60821,0.58373 2.9371,0.7704 0.76352,0.43335 5.73397,1.71834 8.22051,2.12522 3.04251,0.49785 2.59795,0.72198 -1.43204,0.72198 -2.0625,0 -3.82054,-0.0705 -3.90676,-0.15676 z"
style="fill:#ffeeaa;stroke-width:0.35714287" />
<path
transform="scale(0.26458333)"
id="path4311"
d="m 567.44889,391.09618 c -0.49038,-0.49038 -1.95001,-0.5678 -10.8801,-0.57711 -5.67256,-0.006 -9.91195,-0.0811 -9.42088,-0.16719 1.88819,-0.33084 6.42441,-1.97856 6.24523,-2.26849 -0.10354,-0.16752 0.84647,-0.27583 2.11112,-0.24069 1.26464,0.0351 2.13466,0.16568 1.93337,0.29008 -0.58064,0.35886 0.0615,0.58386 3.29531,1.15467 3.44026,0.60725 8.50947,1.02436 7.12925,0.58661 -0.49107,-0.15575 -1.58511,-0.2992 -2.4312,-0.31878 -2.26639,-0.0524 -6.49737,-0.8074 -6.49737,-1.15936 0,-0.16764 0.29342,-0.30481 0.65203,-0.30481 0.35862,0 1.03711,-0.40989 1.50775,-0.91087 0.9956,-1.05977 1.9134,-1.00902 6.41165,0.35453 2.33642,0.70823 4.05096,1.14198 8.75,2.2136 l 1.07143,0.24434 -1.07143,0.25695 c -0.61457,0.14738 1.09862,0.27496 4.01786,0.2992 2.79911,0.0232 5.08928,-0.0997 5.08928,-0.27324 0,-0.5054 -1.38092,-0.74084 -4.82142,-0.82202 l -3.21429,-0.0758 2.67857,-0.10869 c 3.49353,-0.14176 4.28453,-0.34369 4.29118,-1.09548 0.005,-0.52567 0.0558,-0.53853 0.34199,-0.0859 0.18509,0.29274 1.10673,0.71562 2.0481,0.93971 l 1.71159,0.40745 -1.38094,0.0424 c -1.22729,0.0377 -1.35869,0.12753 -1.18092,0.80732 l 0.20003,0.76489 -9.09036,-0.1806 c -7.65156,-0.15202 -9.02637,-0.1035 -8.68607,0.30653 0.56357,0.67907 -0.11919,0.61235 -0.81076,-0.0792 z m -8.69384,-1.5765 c -0.1214,-0.19642 -1.56783,-0.35714 -3.21428,-0.35714 -1.64646,0 -3.09289,0.16072 -3.21429,0.35714 -0.14131,0.22864 1.01522,0.35715 3.21429,0.35715 2.19906,0 3.35559,-0.12851 3.21428,-0.35715 z"
style="fill:#ffeeaa;stroke-width:0.35714287" />
<path
transform="scale(0.26458333)"
id="path4313"
d="m 567.34751,391.11547 c -0.56824,-0.42979 -2.53275,-0.53313 -10.89286,-0.57299 -5.60978,-0.0267 -9.79781,-0.11578 -9.30674,-0.19784 1.83897,-0.30731 6.4263,-1.96827 6.24523,-2.26125 -0.10354,-0.16752 0.84647,-0.27583 2.11112,-0.24069 1.26464,0.0351 2.13466,0.16568 1.93337,0.29008 -0.20129,0.12441 -0.22829,0.31092 -0.06,0.41448 0.56066,0.34501 4.70006,1.05541 5.18518,0.88987 0.26287,-0.0897 -0.44616,-0.28009 -1.57563,-0.4231 -1.12946,-0.14302 -2.05357,-0.40918 -2.05357,-0.59147 0,-0.1823 0.22874,-0.33145 0.50832,-0.33145 0.27957,0 1.01515,-0.42648 1.63463,-0.94773 l 1.12632,-0.94774 2.38322,0.55939 c 1.31078,0.30767 4.23144,1.04756 6.49037,1.6442 2.25893,0.59664 4.5809,1.18422 5.15994,1.30574 0.82806,0.17377 0.94242,0.29535 0.53572,0.56955 -0.34577,0.23311 0.98534,0.31372 4.01777,0.24331 5.47739,-0.12717 5.58089,-0.71921 0.17963,-1.02753 l -3.64306,-0.20796 2.91722,-0.0599 c 3.33747,-0.0685 4.04486,-0.25709 4.05253,-1.08025 0.004,-0.45119 0.0743,-0.47825 0.30332,-0.11709 0.16382,0.25834 1.08547,0.68593 2.04811,0.95021 l 1.75025,0.48051 -1.36335,0.0319 c -1.21389,0.0284 -1.33743,0.11362 -1.12688,0.77701 0.2356,0.74231 0.205,0.74483 -8.2795,0.68034 -9.98447,-0.0759 -9.51127,-0.0944 -9.23027,0.3603 0.32117,0.51966 -0.2484,0.41668 -1.0504,-0.18993 z m -8.57679,-1.57044 c -0.27484,-0.44469 -6.26567,-0.53436 -6.26567,-0.0938 0,0.15879 1.46296,0.3309 3.25103,0.38249 2.24108,0.0646 3.17759,-0.025 3.01464,-0.28871 z m 7.21647,0.076 c -0.54017,-0.0818 -1.4241,-0.0818 -1.96428,0 -0.54018,0.0818 -0.0982,0.14878 0.98214,0.14878 1.08036,0 1.52232,-0.0669 0.98214,-0.14878 z"
style="fill:#ffeeaa;stroke-width:0.35714287" />
<path
transform="scale(0.26458333)"
id="path4315"
d="m 567.34751,391.11547 c -0.57047,-0.43148 -2.49983,-0.52784 -10.89286,-0.54402 l -10.1996,-0.0197 2.5,-0.65852 c 2.84949,-0.75058 4.46429,-1.42318 4.46429,-1.85947 0,-0.1649 1.08482,-0.29736 2.41071,-0.29435 1.51806,0.003 2.22794,0.12123 1.9171,0.3181 -0.38252,0.24227 -0.3057,0.37227 0.34134,0.57764 0.52284,0.16594 0.88538,0.11378 0.96981,-0.13953 0.0742,-0.2225 0.35019,-0.40454 0.6134,-0.40454 0.2632,0 0.97927,-0.42132 1.59126,-0.93628 1.27241,-1.07066 2.16232,-1.03623 6.10753,0.23633 1.26437,0.40783 2.9417,0.88195 3.72742,1.05359 0.78571,0.17164 2.07143,0.47463 2.85714,0.6733 0.78572,0.19868 1.87711,0.45539 2.42532,0.57048 0.54821,0.11508 0.90034,0.36524 0.7825,0.55591 -0.25089,0.40595 3.85026,0.47007 6.47448,0.10123 1.48065,-0.20811 1.61046,-0.28418 0.85342,-0.50011 -0.49108,-0.14007 -2.25893,-0.30166 -3.92858,-0.35909 -2.8745,-0.0989 -2.91243,-0.11016 -0.71428,-0.21271 3.51448,-0.16396 4.64286,-0.42254 4.64286,-1.06399 0,-0.45478 0.10099,-0.47944 0.52439,-0.12805 0.28842,0.23937 1.21253,0.65008 2.05357,0.9127 l 1.52918,0.47748 -1.36335,0.0239 c -1.19632,0.021 -1.33558,0.11141 -1.13665,0.73818 0.2226,0.70135 0.0642,0.71429 -8.74701,0.71429 -5.89153,0 -8.89791,0.12266 -8.75299,0.35714 0.32117,0.51966 -0.2484,0.41668 -1.0504,-0.18993 z m -8.98431,-1.65195 c -0.10231,-0.16554 -1.50243,-0.27817 -3.11137,-0.2503 -2.37768,0.0412 -2.6579,0.0989 -1.49678,0.30814 1.93864,0.34938 4.83734,0.313 4.60815,-0.0578 z m 6.54513,0.19753 c -0.11868,-0.11867 -0.42672,-0.13136 -0.68453,-0.0282 -0.2849,0.11401 -0.20028,0.19863 0.21578,0.21577 0.37648,0.0155 0.58742,-0.0689 0.46875,-0.18758 z m -2.67114,-0.37789 c -0.24553,-0.0991 -0.64732,-0.0991 -0.89285,0 -0.24554,0.0991 -0.0446,0.18013 0.44643,0.18013 0.49107,0 0.69196,-0.0811 0.44642,-0.18013 z m -1.97172,-0.33639 c -0.11868,-0.11868 -0.42671,-0.13137 -0.68453,-0.0282 -0.2849,0.11401 -0.20027,0.19864 0.21578,0.21578 0.37649,0.0155 0.58742,-0.0689 0.46875,-0.18758 z"
style="fill:#ffeeaa;stroke-width:0.35714287" />
<path
transform="scale(0.26458333)"
id="path4317"
d="m 545.18362,539.50159 c -7.00498,-0.68135 -16.66493,-3.56755 -23.8202,-7.11701 -23.51242,-11.66363 -39.52249,-34.2841 -43.73547,-61.79347 -0.87478,-5.71197 -0.87429,-17.84904 9.4e-4,-23.73214 4.12964,-27.7583 21.01139,-51.10009 45.12047,-62.38644 11.20288,-5.24449 20.00256,-6.97909 33.66023,-6.63515 8.5779,0.21602 13.04987,0.93821 20.09003,3.24439 3.7593,1.23146 10.22609,4.04562 13.14829,5.72176 l 1.60714,0.92184 -2.69847,0.004 c -2.32146,0.004 -2.86755,-0.12044 -3.90867,-0.88856 -0.72035,-0.53145 -1.65194,-0.87806 -2.30153,-0.8563 l -1.09133,0.0366 1.23218,0.2901 c 0.67769,0.15955 1.53579,0.7069 1.90689,1.21633 0.42359,0.58149 1.29425,1.08794 2.33925,1.36069 l 1.66454,0.43446 -1.25,0.19049 c -0.93625,0.14267 -1.22366,0.34665 -1.14506,0.81265 0.0974,0.57736 -0.52416,0.62217 -8.63095,0.62217 -6.67049,0 -8.77142,0.10554 -8.88615,0.44642 -0.11669,0.3467 -0.28483,0.33534 -0.75268,-0.0509 -0.33133,-0.27353 -0.68945,-0.41029 -0.79582,-0.30392 -0.34248,0.34248 2.09222,1.88052 5.21066,3.29167 1.66964,0.75554 3.21312,1.50893 3.42996,1.67421 0.61049,0.46532 6.73479,1.68933 10.43746,2.08605 1.83243,0.19633 3.72083,0.45463 4.19643,0.574 0.65591,0.16462 0.86472,0.0732 0.86472,-0.37848 0,-0.32753 -0.14686,-0.50474 -0.32635,-0.39381 -0.17949,0.11093 -1.98753,0.01 -4.01786,-0.22424 -2.18888,-0.25257 -3.34793,-0.50967 -2.84745,-0.63163 0.58751,-0.14317 -0.15131,-0.40689 -2.43078,-0.86765 -3.82822,-0.77383 -11.80613,-3.98345 -11.80613,-4.74977 0,-0.1253 3.85239,-0.12969 8.56087,-0.01 7.76063,0.19766 9.70516,0.0534 8.58781,-0.63717 -0.87711,-0.54208 -0.21,-0.89661 1.6906,-0.89845 1.12947,-10e-4 2.6652,-0.17184 3.41275,-0.37942 1.20269,-0.33398 1.53998,-0.27148 2.92947,0.54282 3.88455,2.27649 10.85238,8.34223 14.90151,12.97228 18.74479,21.43405 25.34506,49.78131 18.11755,77.81238 -3.87848,15.04225 -12.35887,28.93216 -24.3833,39.93704 -11.18286,10.23468 -26.92681,17.33339 -41.61209,18.76227 -4.01489,0.39065 -12.54974,0.38009 -16.66946,-0.0206 z M 527.85287,461.9997 c 7.38936,-0.92655 12.67405,-4.2802 13.13084,-8.3328 0.24886,-2.20785 -0.41526,-3.86612 -2.21139,-5.52173 -1.88922,-1.74143 -3.48386,-2.58029 -6.98588,-3.67492 -2.22804,-0.69642 -3.44892,-0.83589 -7.3171,-0.83589 -3.86818,0 -5.08907,0.13947 -7.31711,0.83589 -3.50201,1.09463 -5.09666,1.93349 -6.98588,3.67492 -1.79613,1.65561 -2.46024,3.31388 -2.21139,5.52173 0.4286,3.80247 5.69065,7.34753 12.36064,8.32741 2.9077,0.42717 4.16635,0.42807 7.53727,0.005 z m 62.4126,-64.4815 c -0.11868,-0.11868 -0.42671,-0.13137 -0.68453,-0.0282 -0.2849,0.11401 -0.20027,0.19864 0.21578,0.21577 0.37649,0.0155 0.58742,-0.0689 0.46875,-0.18757 z m -1.77411,-0.38676 c -0.34146,-0.0894 -0.98432,-0.0926 -1.42857,-0.007 -0.44426,0.0854 -0.16488,0.15857 0.62083,0.16253 0.78572,0.004 1.1492,-0.0659 0.80774,-0.15532 z m -22.0875,-6.40956 c 0.0819,-0.0719 -4.41815,-0.14161 -10,-0.15487 -9.30248,-0.0221 -9.99989,-0.0655 -8.36309,-0.51995 0.98214,-0.27272 1.93303,-0.50294 2.11309,-0.51161 0.18006,-0.009 0.24186,-0.10129 0.13733,-0.20582 -0.1993,-0.1993 -3.09086,0.41073 -4.50271,0.94993 -2.06262,0.78775 0.12448,0.95567 10.02271,0.76951 5.74412,-0.10803 10.51083,-0.25526 10.59267,-0.32719 z m 17.35119,-0.46973 c 1.03456,-0.2457 1.01612,-0.26279 -0.53571,-0.49654 -0.88393,-0.13315 -2.57143,-0.29067 -3.75,-0.35005 -1.8368,-0.0925 -1.73178,-0.1176 0.73531,-0.17549 3.15934,-0.0741 4.65975,-0.69055 3.8004,-1.56134 -0.25536,-0.25876 -0.57678,-0.48324 -0.71428,-0.49884 -0.1375,-0.0156 -1.56635,-0.15606 -3.17521,-0.31212 -2.07216,-0.20101 -2.98497,-0.4395 -3.13014,-0.81783 -0.15843,-0.41284 0.005,-0.49393 0.72014,-0.35722 1.54397,0.29515 0.46212,-0.34673 -1.60462,-0.95204 -1.0669,-0.31248 -2.43297,-0.54698 -3.03571,-0.52112 l -1.09589,0.047 1.25,0.26311 1.25,0.26312 -1.16072,0.047 c -1.65527,0.067 -1.4348,0.56712 0.53572,1.21508 l 1.69643,0.55784 -3.92858,-0.14223 -3.92857,-0.14222 2.5,0.88364 c 1.91466,0.67676 2.16752,0.83515 1.07997,0.67652 -0.78101,-0.11392 -2.62922,-0.58347 -4.10714,-1.04344 -1.89274,-0.58908 -4.00686,-0.90476 -7.1514,-1.06783 -2.45536,-0.12733 -4.94643,-0.36777 -5.53571,-0.5343 -0.58929,-0.16654 -2.59822,-0.37283 -4.46429,-0.45843 -2.00354,-0.0919 -2.73476,-0.0527 -1.78571,0.0958 l 1.60714,0.25148 -1.4881,0.0561 c -0.81845,0.0309 -1.54166,0.21326 -1.60714,0.40533 -0.0732,0.21463 -0.87607,0.14675 -2.08333,-0.17615 -1.08036,-0.28895 -3.8125,-0.61703 -6.07143,-0.72906 -5.56489,-0.27601 -6.69086,-0.62627 -2.85714,-0.88878 l 3.03571,-0.20787 -3.99678,-0.0665 c -2.19823,-0.0366 -4.08485,0.076 -4.19249,0.25014 -0.45328,0.73342 0.98817,1.02708 6.04641,1.2318 5.36875,0.21729 7.33027,0.5857 13.00749,2.44302 2.08853,0.68328 2.23384,0.79363 1.62816,1.23651 -0.8052,0.58878 -0.62841,0.60845 0.84678,0.0942 0.61859,-0.21564 1.12472,-0.53707 1.12472,-0.71428 0,-0.17722 1.05413,-0.32221 2.3425,-0.32221 1.35481,0 2.25587,0.14018 2.13704,0.33247 -0.70697,1.14388 2.11575,0.19752 3.76286,-1.26157 0.70746,-0.6267 1.49356,-0.6284 3.73334,-0.008 6.09951,1.68928 10.22706,2.72289 10.87341,2.72289 0.40958,0 0.8372,0.24108 0.95027,0.53572 0.16001,0.41698 0.81055,0.52635 2.93522,0.49346 1.5013,-0.0232 3.21179,-0.15676 3.80107,-0.29671 z m -25.53571,-0.73247 c 0,-0.21105 -1.05915,-0.33134 -2.58929,-0.29407 l -2.58928,0.0631 2.5,0.231 c 1.375,0.12706 2.54017,0.25939 2.58928,0.29408 0.0491,0.0347 0.0893,-0.0976 0.0893,-0.29408 z m 12.85714,-4.28571 c 0.38746,-0.25039 0.0662,-0.34772 -1.16071,-0.35167 -0.93304,-0.003 -1.69643,0.15524 -1.69643,0.35167 0,0.45631 2.15105,0.45631 2.85714,0 z m -10.58912,-0.36971 c -0.16705,-0.16424 -2.7189,-0.69923 -5.67078,-1.18886 -2.95187,-0.48963 -6.0858,-1.17995 -6.96428,-1.53404 -1.26996,-0.51187 -2.43883,-0.62732 -5.70439,-0.56338 -3.70576,0.0725 -4.03939,0.0283 -3.41388,-0.45323 0.78926,-0.60753 1.42203,-0.70976 1.09245,-0.17649 -0.12878,0.20836 0.23439,0.35714 0.87178,0.35714 1.17532,0 1.49404,-0.56199 0.46751,-0.82433 -0.34375,-0.0879 0.12301,-0.0955 1.03725,-0.0171 0.91425,0.0785 2.39837,-0.0542 3.29805,-0.29486 1.31866,-0.35268 2.06962,-0.34374 3.87346,0.0461 3.57468,0.77265 4.62499,0.79764 1.70195,0.0405 -3.46859,-0.89845 -10.75012,-0.67663 -12.48834,0.38044 -2.40838,1.46463 0.15599,2.26639 4.2364,1.32452 1.527,-0.35248 2.00887,-0.32545 3.15224,0.1768 1.73126,0.76048 5.42795,1.5947 9.11562,2.0571 1.59654,0.20019 3.10319,0.47575 3.34809,0.61236 0.64678,0.36078 2.40564,0.40997 2.04687,0.0573 z m -15.92874,-0.59076 c -0.34375,-0.0898 -0.90625,-0.0898 -1.25,0 -0.34375,0.0898 -0.0625,0.16333 0.625,0.16333 0.6875,0 0.96875,-0.0735 0.625,-0.16333 z m 26.25,-0.19591 c 0.56042,-0.0611 0.56866,-0.12445 0.0797,-0.61337 -0.34192,-0.34191 -2.17325,-0.77389 -4.91072,-1.15834 -4.57596,-0.64265 -6.60031,-0.76484 -4.7226,-0.28507 0.58929,0.15057 -0.41518,0.18785 -2.23214,0.0828 -2.24322,-0.12964 -3.30357,-0.0673 -3.30357,0.19438 0,0.43989 2.39748,0.97117 6.75303,1.49648 1.65166,0.1992 3.09809,0.45926 3.21428,0.5779 0.17928,0.18307 1.36016,0.1151 5.12197,-0.29482 z m -30,-0.15158 c -0.24553,-0.0991 -0.64732,-0.0991 -0.89285,0 -0.24554,0.0991 -0.0446,0.18014 0.44642,0.18014 0.49108,0 0.69197,-0.0811 0.44643,-0.18014 z m 12.58929,-1.76722 c -0.78572,-0.28867 -2.07143,-0.47248 -2.85714,-0.40846 -1.3815,0.11256 -1.39916,0.12994 -0.53572,0.52738 0.49107,0.22604 1.77679,0.40985 2.85714,0.40846 l 1.96429,-0.003 -1.42857,-0.52485 z m 5.45059,-0.74163 c -0.34146,-0.0894 -0.98432,-0.0926 -1.42857,-0.007 -0.44425,0.0854 -0.16488,0.15856 0.62084,0.16253 0.78571,0.004 1.14919,-0.0659 0.80773,-0.15532 z m -10.645,-0.34074 c 1.40425,-0.28085 0.77164,-0.82879 -0.96631,-0.83698 -0.79608,-0.004 -1.16071,0.16282 -1.16071,0.53024 0,0.59005 0.41283,0.64958 2.12702,0.30674 z"
style="fill:#ffe6d5;stroke-width:0.35714287" />
<ellipse
ry="20.268972"
rx="20.599701"
cy="120.15439"
cx="146.93823"
id="path4319"
style="fill:#f4e3d7;stroke-width:0.26458332" />
<ellipse
ry="22.158854"
rx="21.119419"
cy="122.13876"
cx="146.89101"
id="path4321"
style="fill:#f4e3d7;stroke-width:0.26458332" />
<ellipse
ry="24.804688"
rx="23.623512"
cy="121.5718"
cx="147.22173"
id="path4323"
style="fill:#f4e3d7;stroke-width:0.26458332" />
<ellipse
ry="2.6458333"
rx="4.2522321"
cy="121.24107"
cx="140.51265"
id="path4325"
style="fill:#ff6600;stroke-width:0.26458332" />
<path
d="m 177.55431,87.317703 c 0.18003,0.274791 -0.28159,0.378257 -0.45673,0.299232 -0.47459,-0.214155 -0.4218,-0.8682 -0.14174,-1.212674 0.50097,-0.616182 1.44511,-0.503898 1.96863,0.01575 0.76828,0.762601 0.59022,2.030497 -0.17324,2.724579 -1.01757,0.925102 -2.61897,0.678458 -3.48053,-0.330728 -1.08418,-1.269957 -0.7677,-3.208951 0.48822,-4.236484 1.52109,-1.244479 3.79977,-0.857536 4.99243,0.645708 1.40552,1.771521 0.94774,4.391122 -0.80319,5.748388 -2.02153,1.567018 -4.98283,1.038193 -6.50434,-0.960687 -1.72885,-2.271254 -1.12882,-5.574774 1.11817,-7.260293 2.52079,-1.890898 6.16691,-1.219565 8.01625,1.275667 2.05312,2.77018 1.31041,6.759169 -1.43316,8.772198"
id="path4327"
style="fill:#ccffaa;fill-rule:evenodd;stroke:#000000;stroke-width:0.26458332" />
<ellipse
ry="3.3072915"
rx="3.2600446"
cy="87.225189"
cx="177.98904"
id="path4333"
style="fill:#ac9d93;stroke-width:0.26458332" />
<ellipse
ry="2.5724692"
rx="2.4722431"
cy="87.093193"
cx="178.0015"
id="path4337"
style="fill:#ffeeaa;stroke-width:0.26458332" />
<ellipse
ry="1.403165"
rx="8.7864847"
cy="98.953278"
cx="147.2321"
id="path4339"
style="fill:#008080;stroke-width:0.26458332" />
<ellipse
ry="1.1693041"
rx="13.330068"
cy="101.45893"
cx="147.2321"
id="path4341"
style="fill:#e9ddaf;stroke-width:0.26458332" />
<ellipse
ry="1.6370258"
rx="15.935946"
cy="103.86435"
cx="147.36574"
id="path4343"
style="fill:#ffe680;stroke-width:0.26458332" />
<ellipse
ry="0.90203464"
rx="17.405928"
cy="105.46797"
cx="147.36572"
id="path4345"
style="fill:#decd87;stroke-width:0.26458332" />
<ellipse
ry="0.96885204"
rx="18.475006"
cy="106.7375"
cx="147.2321"
id="path4347"
style="fill:#c8c4b7;stroke-width:0.26458332" />
<ellipse
ry="0.63476509"
rx="14.532781"
cy="102.19392"
cx="147.09846"
id="path4349"
style="fill:#c8beb7;stroke-width:0.26458332" />
<ellipse
ry="1.2695302"
rx="19.443857"
cy="107.97361"
cx="147.2655"
id="path4351"
style="fill:#fff6d5;stroke-width:0.26458332" />
<ellipse
ry="0.46772167"
rx="16.503893"
cy="104.29867"
cx="147.19868"
id="path4353"
style="fill:#ffe6d5;stroke-width:0.26458332" />
<ellipse
ry="0.3674956"
rx="17.60638"
cy="106.7375"
cx="147.03165"
id="path4355"
style="fill:#ffe6d5;stroke-width:0.26458332" />
<ellipse
ry="0.43431297"
rx="19.343632"
cy="108.60839"
cx="147.16528"
id="path4357"
style="fill:#f4e3d7;stroke-width:0.26458332" />
<ellipse
ry="0.8018086"
rx="5.5792513"
cy="109.77769"
cx="132.53227"
id="path4359"
style="fill:#f4e3d7;stroke-width:0.26458332" />
<ellipse
ry="1.6036172"
rx="20.078623"
cy="109.30997"
cx="147.1653"
id="path4361"
style="fill:#decd87;stroke-width:0.26458332" />
<ellipse
ry="2.03793"
rx="20.780205"
cy="111.08063"
cx="146.99823"
id="path4363"
style="fill:#e3e2db;stroke-width:0.26458332" />
<ellipse
ry="1.6704345"
rx="21.749058"
cy="112.78448"
cx="147.03165"
id="path4365"
style="fill:#ffeeaa;stroke-width:0.26458332" />
<ellipse
ry="2.3386083"
rx="22.517458"
cy="114.92263"
cx="147.19868"
id="path4367"
style="fill:#c8ab37;stroke-width:0.26458332" />
<ellipse
ry="1.2361215"
rx="22.484049"
cy="116.22558"
cx="147.29892"
id="path4369"
style="fill:#e9ddaf;stroke-width:0.26458332" />
<ellipse
ry="1.4699824"
rx="7.5169554"
cy="144.58955"
cx="147.1653"
id="path4371"
style="fill:#e6e6e6;stroke-width:0.26458332" />
<ellipse
ry="0.60135639"
rx="11.960311"
cy="142.71867"
cx="147.06505"
id="path4373"
style="fill:#f4eed7;stroke-width:0.26458332" />
<ellipse
ry="0.53453904"
rx="9.588294"
cy="143.78773"
cx="146.96483"
id="path4375"
style="fill:#d4aa00;stroke-width:0.26458332" />
<ellipse
ry="1.3363476"
rx="22.851543"
cy="117.26125"
cx="147.13187"
id="path4377"
style="fill:#decd87;stroke-width:0.26458332" />
<ellipse
ry="0.53453904"
rx="12.661894"
cy="142.11731"
cx="147.29892"
id="path4379"
style="fill:#decd87;stroke-width:0.26458332" />
<ellipse
ry="0.26726952"
rx="13.263249"
cy="141.51596"
cx="147.2321"
id="path4381"
style="fill:#c8c4b7;stroke-width:0.26458332" />
<ellipse
ry="0.60135639"
rx="14.332328"
cy="140.91458"
cx="147.03163"
id="path4383"
style="fill:#ffe680;stroke-width:0.26458332" />
<ellipse
ry="0.63476509"
rx="14.900276"
cy="140.27983"
cx="146.99825"
id="path4385"
style="fill:#e9c6af;stroke-width:0.26458332" />
<ellipse
ry="0.63476509"
rx="15.501633"
cy="139.67847"
cx="146.99825"
id="path4387"
style="fill:#e3dedb;stroke-width:0.26458332" />
<ellipse
ry="0.23386084"
rx="15.033911"
cy="139.8121"
cx="146.33006"
id="path4389"
style="fill:#fff6d5;stroke-width:0.26458332" />
<ellipse
ry="0.16704345"
rx="11.559407"
cy="113.55288"
cx="147.46596"
id="path4391"
style="fill:#fff6d5;stroke-width:0.26458332" />
<ellipse
ry="0.4009043"
rx="10.45692"
cy="99.955544"
cx="147.36572"
id="path4393"
style="fill:#fff6d5;stroke-width:0.26458332" />
<ellipse
ry="0.50113034"
rx="16.236624"
cy="139.0103"
cx="146.79779"
id="path4395"
style="fill:#d3bc5f;stroke-width:0.26458332" />
<ellipse
ry="0.46772167"
rx="16.904797"
cy="138.44235"
cx="147.13188"
id="path4397"
style="fill:#ffdd55;stroke-width:0.26458332" />
<ellipse
ry="0.23386084"
rx="17.439337"
cy="138.00803"
cx="147.19868"
id="path4399"
style="fill:#ffeeaa;stroke-width:0.26458332" />
<ellipse
ry="0.43431297"
rx="17.806833"
cy="137.60713"
cx="147.29892"
id="path4401"
style="fill:#e9c6af;stroke-width:0.26458332" />
<ellipse
ry="0.46772167"
rx="18.475006"
cy="136.57146"
cx="147.09846"
id="path4403"
style="fill:#806600;stroke-width:0.26458332" />
<ellipse
ry="0.30067819"
rx="18.040693"
cy="137.07259"
cx="147.46596"
id="path4405"
style="fill:#ac9d93;stroke-width:0.26458332" />
<ellipse
ry="0.66817379"
rx="18.775684"
cy="135.83647"
cx="146.79779"
id="path4407"
style="fill:#e9ddaf;stroke-width:0.26458332" />
<ellipse
ry="1.2361215"
rx="19.276815"
cy="134.53354"
cx="147.2321"
id="path4409"
style="fill:#decd87;stroke-width:0.26458332" />
<ellipse
ry="2.0045214"
rx="20.446119"
cy="132.82968"
cx="146.99825"
id="path4411"
style="fill:#c8c4b7;stroke-width:0.26458332" />
<ellipse
ry="0.76839989"
rx="19.844763"
cy="133.19719"
cx="147.06505"
id="path4413"
style="fill:#f4eed7;stroke-width:0.26458332" />
<ellipse
ry="0.26726952"
rx="17.773424"
cy="116.99397"
cx="148.13414"
id="path4415"
style="fill:#f4eed7;stroke-width:0.26458332" />
<ellipse
ry="1.0690781"
rx="20.913839"
cy="131.49335"
cx="147.46596"
id="path4417"
style="fill:#e9c6af;stroke-width:0.26458332" />
<ellipse
ry="1.2027128"
rx="21.648832"
cy="130.22382"
cx="147.13188"
id="path4419"
style="fill:#deaa87;stroke-width:0.26458332" />
<ellipse
ry="1.0022607"
rx="21.949511"
cy="128.95428"
cx="147.2321"
id="path4421"
style="fill:#ffb380;stroke-width:0.26458332" />
<ellipse
ry="1.3363476"
rx="22.45064"
cy="128.21928"
cx="147.13188"
id="path4423"
style="fill:#c8beb7;stroke-width:0.26458332" />
<ellipse
ry="0.60135639"
rx="22.584274"
cy="127.35066"
cx="147.06505"
id="path4425"
style="fill:#d3bc5f;stroke-width:0.26458332" />
<ellipse
ry="0.66817379"
rx="18.040693"
cy="131.35971"
cx="148.20094"
id="path4427"
style="fill:#d3bc5f;stroke-width:0.26458332" />
<ellipse
ry="0.23386084"
rx="22.985178"
cy="126.58227"
cx="146.99825"
id="path4429"
style="fill:#deaa87;stroke-width:0.26458332" />
<ellipse
ry="0.46772167"
rx="22.884953"
cy="125.88068"
cx="147.03165"
id="path4431"
style="fill:#ffd5d5;stroke-width:0.26458332" />
<ellipse
ry="0.20045215"
rx="22.751318"
cy="125.41296"
cx="147.09846"
id="path4433"
style="fill:#e9ddaf;stroke-width:0.26458332" />
<ellipse
ry="0.20045215"
rx="3.0067821"
cy="125.41296"
cx="127.01984"
id="path4435"
style="fill:#ffe6d5;stroke-width:0.26458332" />
<ellipse
ry="0.3674956"
rx="9.7219286"
cy="118.36373"
cx="159.59331"
id="path4437"
style="fill:#ffe6d5;stroke-width:0.26458332" />
<ellipse
ry="0.4009043"
rx="10.22306"
cy="116.05853"
cx="137.71062"
id="path4439"
style="fill:#ffe6d5;stroke-width:0.26458332" />
<ellipse
ry="0.26726952"
rx="7.316503"
cy="108.44135"
cx="155.7179"
id="path4441"
style="fill:#ffe6d5;stroke-width:0.26458332" />
<ellipse
ry="0.16704345"
rx="22.717911"
cy="117.76237"
cx="146.99825"
id="path4443"
style="fill:#ffeeaa;stroke-width:0.26458332" />
<ellipse
ry="0.33408689"
rx="12.093946"
cy="119.8003"
cx="157.88947"
id="path4445"
style="fill:#ffeeaa;stroke-width:0.26458332" />
<ellipse
ry="1.0022607"
rx="12.461441"
cy="122.67345"
cx="157.52197"
id="path4447"
style="fill:#ffeeaa;stroke-width:0.26458332" />
<ellipse
ry="0.53453904"
rx="5.1783466"
cy="120.26802"
cx="129.99323"
id="path4449"
style="fill:#ffeeaa;stroke-width:0.26458332" />
<ellipse
ry="0.46772167"
rx="5.2451644"
cy="124.0098"
cx="130.86185"
id="path4451"
style="fill:#ffeeaa;stroke-width:0.26458332" />
<ellipse
ry="0.46772167"
rx="8.4189901"
cy="120.2012"
cx="159.29263"
id="path4453"
style="fill:#ffdd55;stroke-width:0.26458332" />
<ellipse
ry="0.70158249"
rx="5.3453903"
cy="121.17006"
cx="163.10123"
id="path4455"
style="fill:#ffdd55;stroke-width:0.26458332" />
<ellipse
ry="0.46772167"
rx="4.543582"
cy="123.87616"
cx="151.8091"
id="path4457"
style="fill:#ffdd55;stroke-width:0.26458332" />
<ellipse
ry="0.4009043"
rx="3.6415472"
cy="119.53303"
cx="132.39864"
id="path4459"
style="fill:#ffdd55;stroke-width:0.26458332" />
<ellipse
ry="0.8018086"
rx="2.9065561"
cy="122.53981"
cx="131.19594"
id="path4461"
style="fill:#ffdd55;stroke-width:0.26458332" />
<ellipse
ry="0.23386084"
rx="2.271791"
cy="120.96961"
cx="149.33684"
id="path4463"
style="fill:#c8c4b7;stroke-width:0.26458332" />
<ellipse
ry="0.43431297"
rx="3.9422255"
cy="118.83145"
cx="164.23714"
id="path4465"
style="fill:#c8c4b7;stroke-width:0.26458332" />
<ellipse
ry="0.50113034"
rx="3.541321"
cy="124.11002"
cx="164.50439"
id="path4467"
style="fill:#c8c4b7;stroke-width:0.26458332" />
<ellipse
ry="0.53453904"
rx="2.03793"
cy="119.13213"
cx="126.78598"
id="path4469"
style="fill:#c8c4b7;stroke-width:0.26458332" />
<ellipse
ry="0.30067819"
rx="8.1183119"
cy="125.24592"
cx="133.53455"
id="path4471"
style="fill:#c8c4b7;stroke-width:0.26458332" />
<ellipse
ry="1.4699824"
rx="2.7729213"
cy="121.87164"
cx="141.41898"
id="path4473"
style="fill:#d45500;stroke-width:0.26458332" />
<ellipse
ry="0.53453904"
rx="4.9778948"
cy="97.550117"
cx="147.2321"
id="path4475"
style="fill:#80b3ff;stroke-width:0.26458332" />
<ellipse
ry="0.53453904"
rx="4.7440343"
cy="98.017838"
cx="147.2655"
id="path4477"
style="fill:#8080ff;stroke-width:0.26458332" />
<ellipse
ry="0.33408689"
rx="6.481286"
cy="98.084656"
cx="146.93143"
id="path4479"
style="fill:#aaaaff;stroke-width:0.26458332" />
<ellipse
ry="0.20045215"
rx="1.837478"
cy="97.015572"
cx="147.49937"
id="path4481"
style="fill:#aaaaff;stroke-width:0.26458332" />
</g>
</svg>
|