aboutsummaryrefslogtreecommitdiff
path: root/src/debian_cat_herding_team-source.svg
blob: deafdcb5f9f5683c77f070aab267e17c60592a84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->

<svg
   width="1.73in"
   height="2in"
   viewBox="0 0 155.7 180"
   id="svg2"
   version="1.1"
   inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
   sodipodi:docname="debian_cat_herding_team-source.svg"
   inkscape:export-filename="/home/valhalla/projects/forms/hex_stickers/hex_stickers/src/debian.png"
   inkscape:export-xdpi="104.5"
   inkscape:export-ydpi="104.5"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:cc="http://creativecommons.org/ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/">
  <defs
     id="defs4" />
  <sodipodi:namedview
     id="base"
     pagecolor="#ffffff"
     bordercolor="#666666"
     borderopacity="1.0"
     inkscape:pageopacity="0.0"
     inkscape:pageshadow="2"
     inkscape:zoom="2.6770833"
     inkscape:cx="82.92607"
     inkscape:cy="96"
     inkscape:document-units="px"
     inkscape:current-layer="layer3"
     showgrid="true"
     showborder="true"
     units="in"
     inkscape:window-width="1193"
     inkscape:window-height="765"
     inkscape:window-x="72"
     inkscape:window-y="80"
     inkscape:window-maximized="0"
     inkscape:pagecheckerboard="0"
     inkscape:showpageshadow="2"
     inkscape:deskcolor="#d1d1d1">
    <inkscape:grid
       type="axonomgrid"
       id="grid4136"
       units="in"
       empspacing="5"
       spacingy="9"
       originx="0"
       originy="0"
       gridanglex="30"
       gridanglez="30" />
  </sodipodi:namedview>
  <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" />
        <cc:license
           rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
        <dc:description>Based on the debian logo from https://www.debian.org/logos/</dc:description>
      </cc:Work>
      <cc:License
         rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
        <cc:permits
           rdf:resource="http://creativecommons.org/ns#Reproduction" />
        <cc:permits
           rdf:resource="http://creativecommons.org/ns#Distribution" />
        <cc:requires
           rdf:resource="http://creativecommons.org/ns#Notice" />
        <cc:requires
           rdf:resource="http://creativecommons.org/ns#Attribution" />
        <cc:permits
           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
        <cc:requires
           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
      </cc:License>
    </rdf:RDF>
  </metadata>
  <g
     inkscape:groupmode="layer"
     id="layer2"
     inkscape:label="bleed"
     style="display:inline">
    <path
       sodipodi:type="star"
       style="fill:#c80053;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
       id="path4229"
       sodipodi:sides="6"
       sodipodi:cx="77.942284"
       sodipodi:cy="90"
       sodipodi:r1="99"
       sodipodi:r2="85.736511"
       sodipodi:arg1="-1.5707963"
       sodipodi:arg2="-1.0471976"
       inkscape:flatsided="true"
       inkscape:rounded="0"
       inkscape:randomized="0"
       d="M 77.942286,-9 163.6788,40.500002 163.6788,139.5 77.942281,189 -7.7942327,139.5 -7.79423,40.499998 Z" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer3"
     inkscape:label="artwork"
     style="opacity:0.99">
    <path
       sodipodi:type="star"
       style="fill:#ca0054;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
       id="path4232"
       sodipodi:sides="6"
       sodipodi:cx="77.942284"
       sodipodi:cy="90"
       sodipodi:r1="90"
       sodipodi:r2="77.942284"
       sodipodi:arg1="-1.5707963"
       sodipodi:arg2="-1.0471976"
       inkscape:flatsided="true"
       inkscape:rounded="0"
       inkscape:randomized="0"
       d="M 77.942286,0 155.88457,45.000002 155.88457,135 77.942281,180 -3.9159987e-6,135 -1.504458e-6,44.999998 Z" />
    <path
       sodipodi:type="star"
       style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
       id="path4234"
       sodipodi:sides="6"
       sodipodi:cx="77.942284"
       sodipodi:cy="90"
       sodipodi:r1="72"
       sodipodi:r2="62.353828"
       sodipodi:arg1="-1.5707963"
       sodipodi:arg2="-1.0471976"
       inkscape:flatsided="true"
       inkscape:rounded="0"
       inkscape:randomized="0"
       d="m 77.942286,18 62.353824,36.000002 0,71.999998 -62.353828,36 -62.353828,-36 2e-6,-72.000002 z" />
    <path
       sodipodi:type="star"
       style="display:inline;opacity:0.99;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06667;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
       id="path4234-7"
       sodipodi:sides="6"
       sodipodi:cx="83.138435"
       sodipodi:cy="96"
       sodipodi:r1="76.800003"
       sodipodi:r2="66.51075"
       sodipodi:arg1="-1.5707963"
       sodipodi:arg2="-1.0471976"
       inkscape:flatsided="true"
       inkscape:rounded="0"
       inkscape:randomized="0"
       d="M 83.138437,19.199997 149.64919,57.6 l 0,76.8 -66.510757,38.4 -66.510752,-38.4 2e-6,-76.800003 z"
       transform="matrix(1.0503291,0,0,1.0503291,-9.3804344,-11.166303)" />
    <g
       id="g6721"
       transform="matrix(0.45565528,0,0,0.43449975,-10.053072,-51.055962)"
       style="fill:#cc0055;fill-opacity:1">
      <g
         id="g5672-50"
         transform="rotate(116.32036,257.92424,356.93809)"
         style="fill:#cc0055;fill-opacity:1">
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 193.40957,450.05902 c -1.7385,1.67654 -1.31612,4.42063 -0.13788,6.27931 0.51012,2.26023 -0.26351,5.50169 2.6334,6.41492 3.07039,1.46881 4.81364,-1.68553 5.4921,-4.1462 0.96334,-2.42358 4.0126,-2.742 5.30218,-4.8248 0.67369,-2.64321 -1.92971,-4.83862 -4.28472,-5.3937 -3.05476,-0.84424 -6.46366,-0.21408 -9.00508,1.67047 z"
           id="path1181-96"
           sodipodi:nodetypes="sccccccccccccss" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 183.20165,454.7155 c -0.5914,2.29811 0.92101,4.47642 2.50671,5.97668 1.2888,1.00588 3.30042,0.99263 4.67041,0.15634 1.4584,-1.10171 0.73152,-3.26875 -0.4105,-4.29819 -1.44631,-1.16389 -3.07161,-2.36244 -4.97366,-2.5281 -0.6564,0.004 -1.30166,0.26017 -1.79296,0.69327 z"
           id="path2127-38" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 184.80487,451.25739 c 1.40716,1.14175 4.18465,3.05641 5.5469,0.92514 0.92537,-1.84521 -0.0712,-3.68992 -1.58579,-4.82983 -2.04836,-1.36689 -3.67755,-2.66398 -5.56584,-1.73058 -1.80064,1.91372 -0.38293,4.82437 1.60473,5.63527 z"
           id="path2464-56"
           sodipodi:nodetypes="ccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 187.22459,439.84083 c -0.79341,0.6524 -0.72793,1.7147 -0.57006,2.79631 0.41536,1.11848 1.24014,2.03782 2.08306,2.85628 0.87074,0.69998 1.96603,1.00144 2.95755,1.4804 1.20748,0.15907 2.04207,-1.07045 2.12925,-2.15158 -0.0848,-1.59548 -0.69288,-3.28062 -0.69288,-3.28062 -0.79516,-1.06236 -1.80016,-2.24508 -3.24459,-2.26462 -0.65766,-0.0543 -2.26545,-0.0335 -2.66233,0.56383 z"
           id="path2731-1"
           sodipodi:nodetypes="cccccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 195.14877,438.99332 c -0.62814,0.9107 -0.32585,1.78626 -0.0234,2.924 0.58811,1.2266 1.20506,2.66488 2.47618,3.31328 1.27018,0.35322 2.95571,0.92723 4.09229,0.0157 1.06151,-1.13217 0.77811,-2.69193 0.22282,-4.04481 -0.78542,-1.61964 -1.50799,-2.22252 -3.11241,-3.38938 -1.85755,-1.11445 -2.86894,-0.26763 -3.65548,1.18121 z"
           id="path3747-15"
           sodipodi:nodetypes="ccccccc" />
      </g>
      <g
         id="g5672-948"
         transform="rotate(17.275913,701.12228,335.37139)"
         style="fill:#cc0055;fill-opacity:1">
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 193.40957,450.05902 c -1.7385,1.67654 -1.31612,4.42063 -0.13788,6.27931 0.51012,2.26023 -0.26351,5.50169 2.6334,6.41492 3.07039,1.46881 4.81364,-1.68553 5.4921,-4.1462 0.96334,-2.42358 4.0126,-2.742 5.30218,-4.8248 0.67369,-2.64321 -1.92971,-4.83862 -4.28472,-5.3937 -3.05476,-0.84424 -6.46366,-0.21408 -9.00508,1.67047 z"
           id="path1181-1"
           sodipodi:nodetypes="sccccccccccccss" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 183.20165,454.7155 c -0.5914,2.29811 0.92101,4.47642 2.50671,5.97668 1.2888,1.00588 3.30042,0.99263 4.67041,0.15634 1.4584,-1.10171 0.73152,-3.26875 -0.4105,-4.29819 -1.44631,-1.16389 -3.07161,-2.36244 -4.97366,-2.5281 -0.6564,0.004 -1.30166,0.26017 -1.79296,0.69327 z"
           id="path2127-2" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 184.80487,451.25739 c 1.40716,1.14175 4.18465,3.05641 5.5469,0.92514 0.92537,-1.84521 -0.0712,-3.68992 -1.58579,-4.82983 -2.04836,-1.36689 -3.67755,-2.66398 -5.56584,-1.73058 -1.80064,1.91372 -0.38293,4.82437 1.60473,5.63527 z"
           id="path2464-93"
           sodipodi:nodetypes="ccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 187.22459,439.84083 c -0.79341,0.6524 -0.72793,1.7147 -0.57006,2.79631 0.41536,1.11848 1.24014,2.03782 2.08306,2.85628 0.87074,0.69998 1.96603,1.00144 2.95755,1.4804 1.20748,0.15907 2.04207,-1.07045 2.12925,-2.15158 -0.0848,-1.59548 -0.69288,-3.28062 -0.69288,-3.28062 -0.79516,-1.06236 -1.80016,-2.24508 -3.24459,-2.26462 -0.65766,-0.0543 -2.26545,-0.0335 -2.66233,0.56383 z"
           id="path2731-90"
           sodipodi:nodetypes="cccccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 195.14877,438.99332 c -0.62814,0.9107 -0.32585,1.78626 -0.0234,2.924 0.58811,1.2266 1.20506,2.66488 2.47618,3.31328 1.27018,0.35322 2.95571,0.92723 4.09229,0.0157 1.06151,-1.13217 0.77811,-2.69193 0.22282,-4.04481 -0.78542,-1.61964 -1.50799,-2.22252 -3.11241,-3.38938 -1.85755,-1.11445 -2.86894,-0.26763 -3.65548,1.18121 z"
           id="path3747-88"
           sodipodi:nodetypes="ccccccc" />
      </g>
      <g
         id="g5672-5"
         transform="rotate(11.044992,796.179,369.17882)"
         style="fill:#cc0055;fill-opacity:1">
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 193.40957,450.05902 c -1.7385,1.67654 -1.31612,4.42063 -0.13788,6.27931 0.51012,2.26023 -0.26351,5.50169 2.6334,6.41492 3.07039,1.46881 4.81364,-1.68553 5.4921,-4.1462 0.96334,-2.42358 4.0126,-2.742 5.30218,-4.8248 0.67369,-2.64321 -1.92971,-4.83862 -4.28472,-5.3937 -3.05476,-0.84424 -6.46366,-0.21408 -9.00508,1.67047 z"
           id="path1181-97"
           sodipodi:nodetypes="sccccccccccccss" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 183.20165,454.7155 c -0.5914,2.29811 0.92101,4.47642 2.50671,5.97668 1.2888,1.00588 3.30042,0.99263 4.67041,0.15634 1.4584,-1.10171 0.73152,-3.26875 -0.4105,-4.29819 -1.44631,-1.16389 -3.07161,-2.36244 -4.97366,-2.5281 -0.6564,0.004 -1.30166,0.26017 -1.79296,0.69327 z"
           id="path2127-76" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 184.80487,451.25739 c 1.40716,1.14175 4.18465,3.05641 5.5469,0.92514 0.92537,-1.84521 -0.0712,-3.68992 -1.58579,-4.82983 -2.04836,-1.36689 -3.67755,-2.66398 -5.56584,-1.73058 -1.80064,1.91372 -0.38293,4.82437 1.60473,5.63527 z"
           id="path2464-73"
           sodipodi:nodetypes="ccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 187.22459,439.84083 c -0.79341,0.6524 -0.72793,1.7147 -0.57006,2.79631 0.41536,1.11848 1.24014,2.03782 2.08306,2.85628 0.87074,0.69998 1.96603,1.00144 2.95755,1.4804 1.20748,0.15907 2.04207,-1.07045 2.12925,-2.15158 -0.0848,-1.59548 -0.69288,-3.28062 -0.69288,-3.28062 -0.79516,-1.06236 -1.80016,-2.24508 -3.24459,-2.26462 -0.65766,-0.0543 -2.26545,-0.0335 -2.66233,0.56383 z"
           id="path2731-65"
           sodipodi:nodetypes="cccccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 195.14877,438.99332 c -0.62814,0.9107 -0.32585,1.78626 -0.0234,2.924 0.58811,1.2266 1.20506,2.66488 2.47618,3.31328 1.27018,0.35322 2.95571,0.92723 4.09229,0.0157 1.06151,-1.13217 0.77811,-2.69193 0.22282,-4.04481 -0.78542,-1.61964 -1.50799,-2.22252 -3.11241,-3.38938 -1.85755,-1.11445 -2.86894,-0.26763 -3.65548,1.18121 z"
           id="path3747-63"
           sodipodi:nodetypes="ccccccc" />
      </g>
      <g
         id="g5672-15"
         transform="rotate(-61.253458,127.90452,374.26782)"
         style="fill:#cc0055;fill-opacity:1">
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 193.40957,450.05902 c -1.7385,1.67654 -1.31612,4.42063 -0.13788,6.27931 0.51012,2.26023 -0.26351,5.50169 2.6334,6.41492 3.07039,1.46881 4.81364,-1.68553 5.4921,-4.1462 0.96334,-2.42358 4.0126,-2.742 5.30218,-4.8248 0.67369,-2.64321 -1.92971,-4.83862 -4.28472,-5.3937 -3.05476,-0.84424 -6.46366,-0.21408 -9.00508,1.67047 z"
           id="path1181-94"
           sodipodi:nodetypes="sccccccccccccss" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 183.20165,454.7155 c -0.5914,2.29811 0.92101,4.47642 2.50671,5.97668 1.2888,1.00588 3.30042,0.99263 4.67041,0.15634 1.4584,-1.10171 0.73152,-3.26875 -0.4105,-4.29819 -1.44631,-1.16389 -3.07161,-2.36244 -4.97366,-2.5281 -0.6564,0.004 -1.30166,0.26017 -1.79296,0.69327 z"
           id="path2127-90" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 184.80487,451.25739 c 1.40716,1.14175 4.18465,3.05641 5.5469,0.92514 0.92537,-1.84521 -0.0712,-3.68992 -1.58579,-4.82983 -2.04836,-1.36689 -3.67755,-2.66398 -5.56584,-1.73058 -1.80064,1.91372 -0.38293,4.82437 1.60473,5.63527 z"
           id="path2464-91"
           sodipodi:nodetypes="ccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 187.22459,439.84083 c -0.79341,0.6524 -0.72793,1.7147 -0.57006,2.79631 0.41536,1.11848 1.24014,2.03782 2.08306,2.85628 0.87074,0.69998 1.96603,1.00144 2.95755,1.4804 1.20748,0.15907 2.04207,-1.07045 2.12925,-2.15158 -0.0848,-1.59548 -0.69288,-3.28062 -0.69288,-3.28062 -0.79516,-1.06236 -1.80016,-2.24508 -3.24459,-2.26462 -0.65766,-0.0543 -2.26545,-0.0335 -2.66233,0.56383 z"
           id="path2731-77"
           sodipodi:nodetypes="cccccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 195.14877,438.99332 c -0.62814,0.9107 -0.32585,1.78626 -0.0234,2.924 0.58811,1.2266 1.20506,2.66488 2.47618,3.31328 1.27018,0.35322 2.95571,0.92723 4.09229,0.0157 1.06151,-1.13217 0.77811,-2.69193 0.22282,-4.04481 -0.78542,-1.61964 -1.50799,-2.22252 -3.11241,-3.38938 -1.85755,-1.11445 -2.86894,-0.26763 -3.65548,1.18121 z"
           id="path3747-11"
           sodipodi:nodetypes="ccccccc" />
      </g>
      <g
         id="g5672-1"
         transform="rotate(-82.887049,169.72776,354.8045)"
         style="fill:#cc0055;fill-opacity:1">
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 193.40957,450.05902 c -1.7385,1.67654 -1.31612,4.42063 -0.13788,6.27931 0.51012,2.26023 -0.26351,5.50169 2.6334,6.41492 3.07039,1.46881 4.81364,-1.68553 5.4921,-4.1462 0.96334,-2.42358 4.0126,-2.742 5.30218,-4.8248 0.67369,-2.64321 -1.92971,-4.83862 -4.28472,-5.3937 -3.05476,-0.84424 -6.46366,-0.21408 -9.00508,1.67047 z"
           id="path1181-72"
           sodipodi:nodetypes="sccccccccccccss" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 183.20165,454.7155 c -0.5914,2.29811 0.92101,4.47642 2.50671,5.97668 1.2888,1.00588 3.30042,0.99263 4.67041,0.15634 1.4584,-1.10171 0.73152,-3.26875 -0.4105,-4.29819 -1.44631,-1.16389 -3.07161,-2.36244 -4.97366,-2.5281 -0.6564,0.004 -1.30166,0.26017 -1.79296,0.69327 z"
           id="path2127-72" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 184.80487,451.25739 c 1.40716,1.14175 4.18465,3.05641 5.5469,0.92514 0.92537,-1.84521 -0.0712,-3.68992 -1.58579,-4.82983 -2.04836,-1.36689 -3.67755,-2.66398 -5.56584,-1.73058 -1.80064,1.91372 -0.38293,4.82437 1.60473,5.63527 z"
           id="path2464-2"
           sodipodi:nodetypes="ccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 187.22459,439.84083 c -0.79341,0.6524 -0.72793,1.7147 -0.57006,2.79631 0.41536,1.11848 1.24014,2.03782 2.08306,2.85628 0.87074,0.69998 1.96603,1.00144 2.95755,1.4804 1.20748,0.15907 2.04207,-1.07045 2.12925,-2.15158 -0.0848,-1.59548 -0.69288,-3.28062 -0.69288,-3.28062 -0.79516,-1.06236 -1.80016,-2.24508 -3.24459,-2.26462 -0.65766,-0.0543 -2.26545,-0.0335 -2.66233,0.56383 z"
           id="path2731-6"
           sodipodi:nodetypes="cccccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 195.14877,438.99332 c -0.62814,0.9107 -0.32585,1.78626 -0.0234,2.924 0.58811,1.2266 1.20506,2.66488 2.47618,3.31328 1.27018,0.35322 2.95571,0.92723 4.09229,0.0157 1.06151,-1.13217 0.77811,-2.69193 0.22282,-4.04481 -0.78542,-1.61964 -1.50799,-2.22252 -3.11241,-3.38938 -1.85755,-1.11445 -2.86894,-0.26763 -3.65548,1.18121 z"
           id="path3747-106"
           sodipodi:nodetypes="ccccccc" />
      </g>
      <g
         id="g5672-689"
         transform="rotate(-155.49895,226.2724,368.18504)"
         style="fill:#cc0055;fill-opacity:1">
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 193.40957,450.05902 c -1.7385,1.67654 -1.31612,4.42063 -0.13788,6.27931 0.51012,2.26023 -0.26351,5.50169 2.6334,6.41492 3.07039,1.46881 4.81364,-1.68553 5.4921,-4.1462 0.96334,-2.42358 4.0126,-2.742 5.30218,-4.8248 0.67369,-2.64321 -1.92971,-4.83862 -4.28472,-5.3937 -3.05476,-0.84424 -6.46366,-0.21408 -9.00508,1.67047 z"
           id="path1181-26"
           sodipodi:nodetypes="sccccccccccccss" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 183.20165,454.7155 c -0.5914,2.29811 0.92101,4.47642 2.50671,5.97668 1.2888,1.00588 3.30042,0.99263 4.67041,0.15634 1.4584,-1.10171 0.73152,-3.26875 -0.4105,-4.29819 -1.44631,-1.16389 -3.07161,-2.36244 -4.97366,-2.5281 -0.6564,0.004 -1.30166,0.26017 -1.79296,0.69327 z"
           id="path2127-64" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 184.80487,451.25739 c 1.40716,1.14175 4.18465,3.05641 5.5469,0.92514 0.92537,-1.84521 -0.0712,-3.68992 -1.58579,-4.82983 -2.04836,-1.36689 -3.67755,-2.66398 -5.56584,-1.73058 -1.80064,1.91372 -0.38293,4.82437 1.60473,5.63527 z"
           id="path2464-95"
           sodipodi:nodetypes="ccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 187.22459,439.84083 c -0.79341,0.6524 -0.72793,1.7147 -0.57006,2.79631 0.41536,1.11848 1.24014,2.03782 2.08306,2.85628 0.87074,0.69998 1.96603,1.00144 2.95755,1.4804 1.20748,0.15907 2.04207,-1.07045 2.12925,-2.15158 -0.0848,-1.59548 -0.69288,-3.28062 -0.69288,-3.28062 -0.79516,-1.06236 -1.80016,-2.24508 -3.24459,-2.26462 -0.65766,-0.0543 -2.26545,-0.0335 -2.66233,0.56383 z"
           id="path2731-04"
           sodipodi:nodetypes="cccccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 195.14877,438.99332 c -0.62814,0.9107 -0.32585,1.78626 -0.0234,2.924 0.58811,1.2266 1.20506,2.66488 2.47618,3.31328 1.27018,0.35322 2.95571,0.92723 4.09229,0.0157 1.06151,-1.13217 0.77811,-2.69193 0.22282,-4.04481 -0.78542,-1.61964 -1.50799,-2.22252 -3.11241,-3.38938 -1.85755,-1.11445 -2.86894,-0.26763 -3.65548,1.18121 z"
           id="path3747-87"
           sodipodi:nodetypes="ccccccc" />
      </g>
      <g
         id="g5672-68"
         transform="rotate(-156.31227,221.78584,347.76191)"
         style="fill:#cc0055;fill-opacity:1">
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 193.40957,450.05902 c -1.7385,1.67654 -1.31612,4.42063 -0.13788,6.27931 0.51012,2.26023 -0.26351,5.50169 2.6334,6.41492 3.07039,1.46881 4.81364,-1.68553 5.4921,-4.1462 0.96334,-2.42358 4.0126,-2.742 5.30218,-4.8248 0.67369,-2.64321 -1.92971,-4.83862 -4.28472,-5.3937 -3.05476,-0.84424 -6.46366,-0.21408 -9.00508,1.67047 z"
           id="path1181-8"
           sodipodi:nodetypes="sccccccccccccss" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 183.20165,454.7155 c -0.5914,2.29811 0.92101,4.47642 2.50671,5.97668 1.2888,1.00588 3.30042,0.99263 4.67041,0.15634 1.4584,-1.10171 0.73152,-3.26875 -0.4105,-4.29819 -1.44631,-1.16389 -3.07161,-2.36244 -4.97366,-2.5281 -0.6564,0.004 -1.30166,0.26017 -1.79296,0.69327 z"
           id="path2127-43" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 184.80487,451.25739 c 1.40716,1.14175 4.18465,3.05641 5.5469,0.92514 0.92537,-1.84521 -0.0712,-3.68992 -1.58579,-4.82983 -2.04836,-1.36689 -3.67755,-2.66398 -5.56584,-1.73058 -1.80064,1.91372 -0.38293,4.82437 1.60473,5.63527 z"
           id="path2464-14"
           sodipodi:nodetypes="ccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 187.22459,439.84083 c -0.79341,0.6524 -0.72793,1.7147 -0.57006,2.79631 0.41536,1.11848 1.24014,2.03782 2.08306,2.85628 0.87074,0.69998 1.96603,1.00144 2.95755,1.4804 1.20748,0.15907 2.04207,-1.07045 2.12925,-2.15158 -0.0848,-1.59548 -0.69288,-3.28062 -0.69288,-3.28062 -0.79516,-1.06236 -1.80016,-2.24508 -3.24459,-2.26462 -0.65766,-0.0543 -2.26545,-0.0335 -2.66233,0.56383 z"
           id="path2731-92"
           sodipodi:nodetypes="cccccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 195.14877,438.99332 c -0.62814,0.9107 -0.32585,1.78626 -0.0234,2.924 0.58811,1.2266 1.20506,2.66488 2.47618,3.31328 1.27018,0.35322 2.95571,0.92723 4.09229,0.0157 1.06151,-1.13217 0.77811,-2.69193 0.22282,-4.04481 -0.78542,-1.61964 -1.50799,-2.22252 -3.11241,-3.38938 -1.85755,-1.11445 -2.86894,-0.26763 -3.65548,1.18121 z"
           id="path3747-0"
           sodipodi:nodetypes="ccccccc" />
      </g>
      <g
         id="g5672-25"
         transform="rotate(-173.71887,225.89348,337.76188)"
         style="fill:#cc0055;fill-opacity:1">
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 193.40957,450.05902 c -1.7385,1.67654 -1.31612,4.42063 -0.13788,6.27931 0.51012,2.26023 -0.26351,5.50169 2.6334,6.41492 3.07039,1.46881 4.81364,-1.68553 5.4921,-4.1462 0.96334,-2.42358 4.0126,-2.742 5.30218,-4.8248 0.67369,-2.64321 -1.92971,-4.83862 -4.28472,-5.3937 -3.05476,-0.84424 -6.46366,-0.21408 -9.00508,1.67047 z"
           id="path1181-4"
           sodipodi:nodetypes="sccccccccccccss" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 183.20165,454.7155 c -0.5914,2.29811 0.92101,4.47642 2.50671,5.97668 1.2888,1.00588 3.30042,0.99263 4.67041,0.15634 1.4584,-1.10171 0.73152,-3.26875 -0.4105,-4.29819 -1.44631,-1.16389 -3.07161,-2.36244 -4.97366,-2.5281 -0.6564,0.004 -1.30166,0.26017 -1.79296,0.69327 z"
           id="path2127-74" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 184.80487,451.25739 c 1.40716,1.14175 4.18465,3.05641 5.5469,0.92514 0.92537,-1.84521 -0.0712,-3.68992 -1.58579,-4.82983 -2.04836,-1.36689 -3.67755,-2.66398 -5.56584,-1.73058 -1.80064,1.91372 -0.38293,4.82437 1.60473,5.63527 z"
           id="path2464-4"
           sodipodi:nodetypes="ccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 187.22459,439.84083 c -0.79341,0.6524 -0.72793,1.7147 -0.57006,2.79631 0.41536,1.11848 1.24014,2.03782 2.08306,2.85628 0.87074,0.69998 1.96603,1.00144 2.95755,1.4804 1.20748,0.15907 2.04207,-1.07045 2.12925,-2.15158 -0.0848,-1.59548 -0.69288,-3.28062 -0.69288,-3.28062 -0.79516,-1.06236 -1.80016,-2.24508 -3.24459,-2.26462 -0.65766,-0.0543 -2.26545,-0.0335 -2.66233,0.56383 z"
           id="path2731-30"
           sodipodi:nodetypes="cccccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 195.14877,438.99332 c -0.62814,0.9107 -0.32585,1.78626 -0.0234,2.924 0.58811,1.2266 1.20506,2.66488 2.47618,3.31328 1.27018,0.35322 2.95571,0.92723 4.09229,0.0157 1.06151,-1.13217 0.77811,-2.69193 0.22282,-4.04481 -0.78542,-1.61964 -1.50799,-2.22252 -3.11241,-3.38938 -1.85755,-1.11445 -2.86894,-0.26763 -3.65548,1.18121 z"
           id="path3747-78"
           sodipodi:nodetypes="ccccccc" />
      </g>
      <g
         id="g5672-7"
         transform="rotate(169.03954,225.95162,329.91604)"
         style="fill:#cc0055;fill-opacity:1">
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 193.40957,450.05902 c -1.7385,1.67654 -1.31612,4.42063 -0.13788,6.27931 0.51012,2.26023 -0.26351,5.50169 2.6334,6.41492 3.07039,1.46881 4.81364,-1.68553 5.4921,-4.1462 0.96334,-2.42358 4.0126,-2.742 5.30218,-4.8248 0.67369,-2.64321 -1.92971,-4.83862 -4.28472,-5.3937 -3.05476,-0.84424 -6.46366,-0.21408 -9.00508,1.67047 z"
           id="path1181-65"
           sodipodi:nodetypes="sccccccccccccss" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 183.20165,454.7155 c -0.5914,2.29811 0.92101,4.47642 2.50671,5.97668 1.2888,1.00588 3.30042,0.99263 4.67041,0.15634 1.4584,-1.10171 0.73152,-3.26875 -0.4105,-4.29819 -1.44631,-1.16389 -3.07161,-2.36244 -4.97366,-2.5281 -0.6564,0.004 -1.30166,0.26017 -1.79296,0.69327 z"
           id="path2127-69" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 184.80487,451.25739 c 1.40716,1.14175 4.18465,3.05641 5.5469,0.92514 0.92537,-1.84521 -0.0712,-3.68992 -1.58579,-4.82983 -2.04836,-1.36689 -3.67755,-2.66398 -5.56584,-1.73058 -1.80064,1.91372 -0.38293,4.82437 1.60473,5.63527 z"
           id="path2464-3"
           sodipodi:nodetypes="ccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 187.22459,439.84083 c -0.79341,0.6524 -0.72793,1.7147 -0.57006,2.79631 0.41536,1.11848 1.24014,2.03782 2.08306,2.85628 0.87074,0.69998 1.96603,1.00144 2.95755,1.4804 1.20748,0.15907 2.04207,-1.07045 2.12925,-2.15158 -0.0848,-1.59548 -0.69288,-3.28062 -0.69288,-3.28062 -0.79516,-1.06236 -1.80016,-2.24508 -3.24459,-2.26462 -0.65766,-0.0543 -2.26545,-0.0335 -2.66233,0.56383 z"
           id="path2731-7"
           sodipodi:nodetypes="cccccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 195.14877,438.99332 c -0.62814,0.9107 -0.32585,1.78626 -0.0234,2.924 0.58811,1.2266 1.20506,2.66488 2.47618,3.31328 1.27018,0.35322 2.95571,0.92723 4.09229,0.0157 1.06151,-1.13217 0.77811,-2.69193 0.22282,-4.04481 -0.78542,-1.61964 -1.50799,-2.22252 -3.11241,-3.38938 -1.85755,-1.11445 -2.86894,-0.26763 -3.65548,1.18121 z"
           id="path3747-45"
           sodipodi:nodetypes="ccccccc" />
      </g>
      <g
         id="g5672-63"
         transform="rotate(114.67967,274.05065,324.18332)"
         style="fill:#cc0055;fill-opacity:1">
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 193.40957,450.05902 c -1.7385,1.67654 -1.31612,4.42063 -0.13788,6.27931 0.51012,2.26023 -0.26351,5.50169 2.6334,6.41492 3.07039,1.46881 4.81364,-1.68553 5.4921,-4.1462 0.96334,-2.42358 4.0126,-2.742 5.30218,-4.8248 0.67369,-2.64321 -1.92971,-4.83862 -4.28472,-5.3937 -3.05476,-0.84424 -6.46366,-0.21408 -9.00508,1.67047 z"
           id="path1181-20"
           sodipodi:nodetypes="sccccccccccccss" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 183.20165,454.7155 c -0.5914,2.29811 0.92101,4.47642 2.50671,5.97668 1.2888,1.00588 3.30042,0.99263 4.67041,0.15634 1.4584,-1.10171 0.73152,-3.26875 -0.4105,-4.29819 -1.44631,-1.16389 -3.07161,-2.36244 -4.97366,-2.5281 -0.6564,0.004 -1.30166,0.26017 -1.79296,0.69327 z"
           id="path2127-6" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 184.80487,451.25739 c 1.40716,1.14175 4.18465,3.05641 5.5469,0.92514 0.92537,-1.84521 -0.0712,-3.68992 -1.58579,-4.82983 -2.04836,-1.36689 -3.67755,-2.66398 -5.56584,-1.73058 -1.80064,1.91372 -0.38293,4.82437 1.60473,5.63527 z"
           id="path2464-15"
           sodipodi:nodetypes="ccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 187.22459,439.84083 c -0.79341,0.6524 -0.72793,1.7147 -0.57006,2.79631 0.41536,1.11848 1.24014,2.03782 2.08306,2.85628 0.87074,0.69998 1.96603,1.00144 2.95755,1.4804 1.20748,0.15907 2.04207,-1.07045 2.12925,-2.15158 -0.0848,-1.59548 -0.69288,-3.28062 -0.69288,-3.28062 -0.79516,-1.06236 -1.80016,-2.24508 -3.24459,-2.26462 -0.65766,-0.0543 -2.26545,-0.0335 -2.66233,0.56383 z"
           id="path2731-5"
           sodipodi:nodetypes="cccccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 195.14877,438.99332 c -0.62814,0.9107 -0.32585,1.78626 -0.0234,2.924 0.58811,1.2266 1.20506,2.66488 2.47618,3.31328 1.27018,0.35322 2.95571,0.92723 4.09229,0.0157 1.06151,-1.13217 0.77811,-2.69193 0.22282,-4.04481 -0.78542,-1.61964 -1.50799,-2.22252 -3.11241,-3.38938 -1.85755,-1.11445 -2.86894,-0.26763 -3.65548,1.18121 z"
           id="path3747-4"
           sodipodi:nodetypes="ccccccc" />
      </g>
      <g
         id="g5672-94"
         transform="rotate(104.88983,262.11666,317.75136)"
         style="fill:#cc0055;fill-opacity:1">
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 193.40957,450.05902 c -1.7385,1.67654 -1.31612,4.42063 -0.13788,6.27931 0.51012,2.26023 -0.26351,5.50169 2.6334,6.41492 3.07039,1.46881 4.81364,-1.68553 5.4921,-4.1462 0.96334,-2.42358 4.0126,-2.742 5.30218,-4.8248 0.67369,-2.64321 -1.92971,-4.83862 -4.28472,-5.3937 -3.05476,-0.84424 -6.46366,-0.21408 -9.00508,1.67047 z"
           id="path1181-78"
           sodipodi:nodetypes="sccccccccccccss" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 183.20165,454.7155 c -0.5914,2.29811 0.92101,4.47642 2.50671,5.97668 1.2888,1.00588 3.30042,0.99263 4.67041,0.15634 1.4584,-1.10171 0.73152,-3.26875 -0.4105,-4.29819 -1.44631,-1.16389 -3.07161,-2.36244 -4.97366,-2.5281 -0.6564,0.004 -1.30166,0.26017 -1.79296,0.69327 z"
           id="path2127-4" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 184.80487,451.25739 c 1.40716,1.14175 4.18465,3.05641 5.5469,0.92514 0.92537,-1.84521 -0.0712,-3.68992 -1.58579,-4.82983 -2.04836,-1.36689 -3.67755,-2.66398 -5.56584,-1.73058 -1.80064,1.91372 -0.38293,4.82437 1.60473,5.63527 z"
           id="path2464-50"
           sodipodi:nodetypes="ccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 187.22459,439.84083 c -0.79341,0.6524 -0.72793,1.7147 -0.57006,2.79631 0.41536,1.11848 1.24014,2.03782 2.08306,2.85628 0.87074,0.69998 1.96603,1.00144 2.95755,1.4804 1.20748,0.15907 2.04207,-1.07045 2.12925,-2.15158 -0.0848,-1.59548 -0.69288,-3.28062 -0.69288,-3.28062 -0.79516,-1.06236 -1.80016,-2.24508 -3.24459,-2.26462 -0.65766,-0.0543 -2.26545,-0.0335 -2.66233,0.56383 z"
           id="path2731-36"
           sodipodi:nodetypes="cccccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 195.14877,438.99332 c -0.62814,0.9107 -0.32585,1.78626 -0.0234,2.924 0.58811,1.2266 1.20506,2.66488 2.47618,3.31328 1.27018,0.35322 2.95571,0.92723 4.09229,0.0157 1.06151,-1.13217 0.77811,-2.69193 0.22282,-4.04481 -0.78542,-1.61964 -1.50799,-2.22252 -3.11241,-3.38938 -1.85755,-1.11445 -2.86894,-0.26763 -3.65548,1.18121 z"
           id="path3747-10"
           sodipodi:nodetypes="ccccccc" />
      </g>
      <g
         id="g5672-9"
         transform="rotate(91.183405,257.97077,312.33868)"
         style="fill:#cc0055;fill-opacity:1">
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 193.40957,450.05902 c -1.7385,1.67654 -1.31612,4.42063 -0.13788,6.27931 0.51012,2.26023 -0.26351,5.50169 2.6334,6.41492 3.07039,1.46881 4.81364,-1.68553 5.4921,-4.1462 0.96334,-2.42358 4.0126,-2.742 5.30218,-4.8248 0.67369,-2.64321 -1.92971,-4.83862 -4.28472,-5.3937 -3.05476,-0.84424 -6.46366,-0.21408 -9.00508,1.67047 z"
           id="path1181-7"
           sodipodi:nodetypes="sccccccccccccss" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 183.20165,454.7155 c -0.5914,2.29811 0.92101,4.47642 2.50671,5.97668 1.2888,1.00588 3.30042,0.99263 4.67041,0.15634 1.4584,-1.10171 0.73152,-3.26875 -0.4105,-4.29819 -1.44631,-1.16389 -3.07161,-2.36244 -4.97366,-2.5281 -0.6564,0.004 -1.30166,0.26017 -1.79296,0.69327 z"
           id="path2127-36" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 184.80487,451.25739 c 1.40716,1.14175 4.18465,3.05641 5.5469,0.92514 0.92537,-1.84521 -0.0712,-3.68992 -1.58579,-4.82983 -2.04836,-1.36689 -3.67755,-2.66398 -5.56584,-1.73058 -1.80064,1.91372 -0.38293,4.82437 1.60473,5.63527 z"
           id="path2464-12"
           sodipodi:nodetypes="ccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 187.22459,439.84083 c -0.79341,0.6524 -0.72793,1.7147 -0.57006,2.79631 0.41536,1.11848 1.24014,2.03782 2.08306,2.85628 0.87074,0.69998 1.96603,1.00144 2.95755,1.4804 1.20748,0.15907 2.04207,-1.07045 2.12925,-2.15158 -0.0848,-1.59548 -0.69288,-3.28062 -0.69288,-3.28062 -0.79516,-1.06236 -1.80016,-2.24508 -3.24459,-2.26462 -0.65766,-0.0543 -2.26545,-0.0335 -2.66233,0.56383 z"
           id="path2731-93"
           sodipodi:nodetypes="cccccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 195.14877,438.99332 c -0.62814,0.9107 -0.32585,1.78626 -0.0234,2.924 0.58811,1.2266 1.20506,2.66488 2.47618,3.31328 1.27018,0.35322 2.95571,0.92723 4.09229,0.0157 1.06151,-1.13217 0.77811,-2.69193 0.22282,-4.04481 -0.78542,-1.61964 -1.50799,-2.22252 -3.11241,-3.38938 -1.85755,-1.11445 -2.86894,-0.26763 -3.65548,1.18121 z"
           id="path3747-1"
           sodipodi:nodetypes="ccccccc" />
      </g>
      <g
         id="g5672-02"
         transform="rotate(74.48664,258.57666,306.17803)"
         style="fill:#cc0055;fill-opacity:1">
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 193.40957,450.05902 c -1.7385,1.67654 -1.31612,4.42063 -0.13788,6.27931 0.51012,2.26023 -0.26351,5.50169 2.6334,6.41492 3.07039,1.46881 4.81364,-1.68553 5.4921,-4.1462 0.96334,-2.42358 4.0126,-2.742 5.30218,-4.8248 0.67369,-2.64321 -1.92971,-4.83862 -4.28472,-5.3937 -3.05476,-0.84424 -6.46366,-0.21408 -9.00508,1.67047 z"
           id="path1181-3"
           sodipodi:nodetypes="sccccccccccccss" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 183.20165,454.7155 c -0.5914,2.29811 0.92101,4.47642 2.50671,5.97668 1.2888,1.00588 3.30042,0.99263 4.67041,0.15634 1.4584,-1.10171 0.73152,-3.26875 -0.4105,-4.29819 -1.44631,-1.16389 -3.07161,-2.36244 -4.97366,-2.5281 -0.6564,0.004 -1.30166,0.26017 -1.79296,0.69327 z"
           id="path2127-75" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 184.80487,451.25739 c 1.40716,1.14175 4.18465,3.05641 5.5469,0.92514 0.92537,-1.84521 -0.0712,-3.68992 -1.58579,-4.82983 -2.04836,-1.36689 -3.67755,-2.66398 -5.56584,-1.73058 -1.80064,1.91372 -0.38293,4.82437 1.60473,5.63527 z"
           id="path2464-9"
           sodipodi:nodetypes="ccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 187.22459,439.84083 c -0.79341,0.6524 -0.72793,1.7147 -0.57006,2.79631 0.41536,1.11848 1.24014,2.03782 2.08306,2.85628 0.87074,0.69998 1.96603,1.00144 2.95755,1.4804 1.20748,0.15907 2.04207,-1.07045 2.12925,-2.15158 -0.0848,-1.59548 -0.69288,-3.28062 -0.69288,-3.28062 -0.79516,-1.06236 -1.80016,-2.24508 -3.24459,-2.26462 -0.65766,-0.0543 -2.26545,-0.0335 -2.66233,0.56383 z"
           id="path2731-22"
           sodipodi:nodetypes="cccccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 195.14877,438.99332 c -0.62814,0.9107 -0.32585,1.78626 -0.0234,2.924 0.58811,1.2266 1.20506,2.66488 2.47618,3.31328 1.27018,0.35322 2.95571,0.92723 4.09229,0.0157 1.06151,-1.13217 0.77811,-2.69193 0.22282,-4.04481 -0.78542,-1.61964 -1.50799,-2.22252 -3.11241,-3.38938 -1.85755,-1.11445 -2.86894,-0.26763 -3.65548,1.18121 z"
           id="path3747-8"
           sodipodi:nodetypes="ccccccc" />
      </g>
      <g
         id="g5672-2"
         transform="rotate(41.552315,310.58226,259.31906)"
         style="fill:#cc0055;fill-opacity:1">
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 193.40957,450.05902 c -1.7385,1.67654 -1.31612,4.42063 -0.13788,6.27931 0.51012,2.26023 -0.26351,5.50169 2.6334,6.41492 3.07039,1.46881 4.81364,-1.68553 5.4921,-4.1462 0.96334,-2.42358 4.0126,-2.742 5.30218,-4.8248 0.67369,-2.64321 -1.92971,-4.83862 -4.28472,-5.3937 -3.05476,-0.84424 -6.46366,-0.21408 -9.00508,1.67047 z"
           id="path1181-61"
           sodipodi:nodetypes="sccccccccccccss" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 183.20165,454.7155 c -0.5914,2.29811 0.92101,4.47642 2.50671,5.97668 1.2888,1.00588 3.30042,0.99263 4.67041,0.15634 1.4584,-1.10171 0.73152,-3.26875 -0.4105,-4.29819 -1.44631,-1.16389 -3.07161,-2.36244 -4.97366,-2.5281 -0.6564,0.004 -1.30166,0.26017 -1.79296,0.69327 z"
           id="path2127-8" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 184.80487,451.25739 c 1.40716,1.14175 4.18465,3.05641 5.5469,0.92514 0.92537,-1.84521 -0.0712,-3.68992 -1.58579,-4.82983 -2.04836,-1.36689 -3.67755,-2.66398 -5.56584,-1.73058 -1.80064,1.91372 -0.38293,4.82437 1.60473,5.63527 z"
           id="path2464-7"
           sodipodi:nodetypes="ccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 187.22459,439.84083 c -0.79341,0.6524 -0.72793,1.7147 -0.57006,2.79631 0.41536,1.11848 1.24014,2.03782 2.08306,2.85628 0.87074,0.69998 1.96603,1.00144 2.95755,1.4804 1.20748,0.15907 2.04207,-1.07045 2.12925,-2.15158 -0.0848,-1.59548 -0.69288,-3.28062 -0.69288,-3.28062 -0.79516,-1.06236 -1.80016,-2.24508 -3.24459,-2.26462 -0.65766,-0.0543 -2.26545,-0.0335 -2.66233,0.56383 z"
           id="path2731-9"
           sodipodi:nodetypes="cccccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 195.14877,438.99332 c -0.62814,0.9107 -0.32585,1.78626 -0.0234,2.924 0.58811,1.2266 1.20506,2.66488 2.47618,3.31328 1.27018,0.35322 2.95571,0.92723 4.09229,0.0157 1.06151,-1.13217 0.77811,-2.69193 0.22282,-4.04481 -0.78542,-1.61964 -1.50799,-2.22252 -3.11241,-3.38938 -1.85755,-1.11445 -2.86894,-0.26763 -3.65548,1.18121 z"
           id="path3747-2"
           sodipodi:nodetypes="ccccccc" />
      </g>
      <g
         id="g5672-0"
         transform="rotate(20.732272,380.48663,164.29162)"
         style="fill:#cc0055;fill-opacity:1">
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 193.40957,450.05902 c -1.7385,1.67654 -1.31612,4.42063 -0.13788,6.27931 0.51012,2.26023 -0.26351,5.50169 2.6334,6.41492 3.07039,1.46881 4.81364,-1.68553 5.4921,-4.1462 0.96334,-2.42358 4.0126,-2.742 5.30218,-4.8248 0.67369,-2.64321 -1.92971,-4.83862 -4.28472,-5.3937 -3.05476,-0.84424 -6.46366,-0.21408 -9.00508,1.67047 z"
           id="path1181-9"
           sodipodi:nodetypes="sccccccccccccss" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 183.20165,454.7155 c -0.5914,2.29811 0.92101,4.47642 2.50671,5.97668 1.2888,1.00588 3.30042,0.99263 4.67041,0.15634 1.4584,-1.10171 0.73152,-3.26875 -0.4105,-4.29819 -1.44631,-1.16389 -3.07161,-2.36244 -4.97366,-2.5281 -0.6564,0.004 -1.30166,0.26017 -1.79296,0.69327 z"
           id="path2127-3" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 184.80487,451.25739 c 1.40716,1.14175 4.18465,3.05641 5.5469,0.92514 0.92537,-1.84521 -0.0712,-3.68992 -1.58579,-4.82983 -2.04836,-1.36689 -3.67755,-2.66398 -5.56584,-1.73058 -1.80064,1.91372 -0.38293,4.82437 1.60473,5.63527 z"
           id="path2464-6"
           sodipodi:nodetypes="ccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 187.22459,439.84083 c -0.79341,0.6524 -0.72793,1.7147 -0.57006,2.79631 0.41536,1.11848 1.24014,2.03782 2.08306,2.85628 0.87074,0.69998 1.96603,1.00144 2.95755,1.4804 1.20748,0.15907 2.04207,-1.07045 2.12925,-2.15158 -0.0848,-1.59548 -0.69288,-3.28062 -0.69288,-3.28062 -0.79516,-1.06236 -1.80016,-2.24508 -3.24459,-2.26462 -0.65766,-0.0543 -2.26545,-0.0335 -2.66233,0.56383 z"
           id="path2731-0"
           sodipodi:nodetypes="cccccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 195.14877,438.99332 c -0.62814,0.9107 -0.32585,1.78626 -0.0234,2.924 0.58811,1.2266 1.20506,2.66488 2.47618,3.31328 1.27018,0.35322 2.95571,0.92723 4.09229,0.0157 1.06151,-1.13217 0.77811,-2.69193 0.22282,-4.04481 -0.78542,-1.61964 -1.50799,-2.22252 -3.11241,-3.38938 -1.85755,-1.11445 -2.86894,-0.26763 -3.65548,1.18121 z"
           id="path3747-6"
           sodipodi:nodetypes="ccccccc" />
      </g>
      <g
         id="g5672-6"
         transform="rotate(13.947765,354.91249,138.02966)"
         style="fill:#cc0055;fill-opacity:1">
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 193.40957,450.05902 c -1.7385,1.67654 -1.31612,4.42063 -0.13788,6.27931 0.51012,2.26023 -0.26351,5.50169 2.6334,6.41492 3.07039,1.46881 4.81364,-1.68553 5.4921,-4.1462 0.96334,-2.42358 4.0126,-2.742 5.30218,-4.8248 0.67369,-2.64321 -1.92971,-4.83862 -4.28472,-5.3937 -3.05476,-0.84424 -6.46366,-0.21408 -9.00508,1.67047 z"
           id="path1181-2"
           sodipodi:nodetypes="sccccccccccccss" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 183.20165,454.7155 c -0.5914,2.29811 0.92101,4.47642 2.50671,5.97668 1.2888,1.00588 3.30042,0.99263 4.67041,0.15634 1.4584,-1.10171 0.73152,-3.26875 -0.4105,-4.29819 -1.44631,-1.16389 -3.07161,-2.36244 -4.97366,-2.5281 -0.6564,0.004 -1.30166,0.26017 -1.79296,0.69327 z"
           id="path2127-9" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 184.80487,451.25739 c 1.40716,1.14175 4.18465,3.05641 5.5469,0.92514 0.92537,-1.84521 -0.0712,-3.68992 -1.58579,-4.82983 -2.04836,-1.36689 -3.67755,-2.66398 -5.56584,-1.73058 -1.80064,1.91372 -0.38293,4.82437 1.60473,5.63527 z"
           id="path2464-1"
           sodipodi:nodetypes="ccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 187.22459,439.84083 c -0.79341,0.6524 -0.72793,1.7147 -0.57006,2.79631 0.41536,1.11848 1.24014,2.03782 2.08306,2.85628 0.87074,0.69998 1.96603,1.00144 2.95755,1.4804 1.20748,0.15907 2.04207,-1.07045 2.12925,-2.15158 -0.0848,-1.59548 -0.69288,-3.28062 -0.69288,-3.28062 -0.79516,-1.06236 -1.80016,-2.24508 -3.24459,-2.26462 -0.65766,-0.0543 -2.26545,-0.0335 -2.66233,0.56383 z"
           id="path2731-2"
           sodipodi:nodetypes="cccccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 195.14877,438.99332 c -0.62814,0.9107 -0.32585,1.78626 -0.0234,2.924 0.58811,1.2266 1.20506,2.66488 2.47618,3.31328 1.27018,0.35322 2.95571,0.92723 4.09229,0.0157 1.06151,-1.13217 0.77811,-2.69193 0.22282,-4.04481 -0.78542,-1.61964 -1.50799,-2.22252 -3.11241,-3.38938 -1.85755,-1.11445 -2.86894,-0.26763 -3.65548,1.18121 z"
           id="path3747-7"
           sodipodi:nodetypes="ccccccc" />
      </g>
      <g
         id="g5672-3"
         transform="rotate(2.3251747,591.2367,-543.74329)"
         style="fill:#cc0055;fill-opacity:1">
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 193.40957,450.05902 c -1.7385,1.67654 -1.31612,4.42063 -0.13788,6.27931 0.51012,2.26023 -0.26351,5.50169 2.6334,6.41492 3.07039,1.46881 4.81364,-1.68553 5.4921,-4.1462 0.96334,-2.42358 4.0126,-2.742 5.30218,-4.8248 0.67369,-2.64321 -1.92971,-4.83862 -4.28472,-5.3937 -3.05476,-0.84424 -6.46366,-0.21408 -9.00508,1.67047 z"
           id="path1181-6"
           sodipodi:nodetypes="sccccccccccccss" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 183.20165,454.7155 c -0.5914,2.29811 0.92101,4.47642 2.50671,5.97668 1.2888,1.00588 3.30042,0.99263 4.67041,0.15634 1.4584,-1.10171 0.73152,-3.26875 -0.4105,-4.29819 -1.44631,-1.16389 -3.07161,-2.36244 -4.97366,-2.5281 -0.6564,0.004 -1.30166,0.26017 -1.79296,0.69327 z"
           id="path2127-7" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 184.80487,451.25739 c 1.40716,1.14175 4.18465,3.05641 5.5469,0.92514 0.92537,-1.84521 -0.0712,-3.68992 -1.58579,-4.82983 -2.04836,-1.36689 -3.67755,-2.66398 -5.56584,-1.73058 -1.80064,1.91372 -0.38293,4.82437 1.60473,5.63527 z"
           id="path2464-5"
           sodipodi:nodetypes="ccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 187.22459,439.84083 c -0.79341,0.6524 -0.72793,1.7147 -0.57006,2.79631 0.41536,1.11848 1.24014,2.03782 2.08306,2.85628 0.87074,0.69998 1.96603,1.00144 2.95755,1.4804 1.20748,0.15907 2.04207,-1.07045 2.12925,-2.15158 -0.0848,-1.59548 -0.69288,-3.28062 -0.69288,-3.28062 -0.79516,-1.06236 -1.80016,-2.24508 -3.24459,-2.26462 -0.65766,-0.0543 -2.26545,-0.0335 -2.66233,0.56383 z"
           id="path2731-3"
           sodipodi:nodetypes="cccccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 195.14877,438.99332 c -0.62814,0.9107 -0.32585,1.78626 -0.0234,2.924 0.58811,1.2266 1.20506,2.66488 2.47618,3.31328 1.27018,0.35322 2.95571,0.92723 4.09229,0.0157 1.06151,-1.13217 0.77811,-2.69193 0.22282,-4.04481 -0.78542,-1.61964 -1.50799,-2.22252 -3.11241,-3.38938 -1.85755,-1.11445 -2.86894,-0.26763 -3.65548,1.18121 z"
           id="path3747-5"
           sodipodi:nodetypes="ccccccc" />
      </g>
      <g
         id="g5672"
         style="fill:#cc0055;fill-opacity:1">
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 193.40957,450.05902 c -1.7385,1.67654 -1.31612,4.42063 -0.13788,6.27931 0.51012,2.26023 -0.26351,5.50169 2.6334,6.41492 3.07039,1.46881 4.81364,-1.68553 5.4921,-4.1462 0.96334,-2.42358 4.0126,-2.742 5.30218,-4.8248 0.67369,-2.64321 -1.92971,-4.83862 -4.28472,-5.3937 -3.05476,-0.84424 -6.46366,-0.21408 -9.00508,1.67047 z"
           id="path1181"
           sodipodi:nodetypes="sccccccccccccss" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 183.20165,454.7155 c -0.5914,2.29811 0.92101,4.47642 2.50671,5.97668 1.2888,1.00588 3.30042,0.99263 4.67041,0.15634 1.4584,-1.10171 0.73152,-3.26875 -0.4105,-4.29819 -1.44631,-1.16389 -3.07161,-2.36244 -4.97366,-2.5281 -0.6564,0.004 -1.30166,0.26017 -1.79296,0.69327 z"
           id="path2127" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 184.80487,451.25739 c 1.40716,1.14175 4.18465,3.05641 5.5469,0.92514 0.92537,-1.84521 -0.0712,-3.68992 -1.58579,-4.82983 -2.04836,-1.36689 -3.67755,-2.66398 -5.56584,-1.73058 -1.80064,1.91372 -0.38293,4.82437 1.60473,5.63527 z"
           id="path2464"
           sodipodi:nodetypes="ccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 187.22459,439.84083 c -0.79341,0.6524 -0.72793,1.7147 -0.57006,2.79631 0.41536,1.11848 1.24014,2.03782 2.08306,2.85628 0.87074,0.69998 1.96603,1.00144 2.95755,1.4804 1.20748,0.15907 2.04207,-1.07045 2.12925,-2.15158 -0.0848,-1.59548 -0.69288,-3.28062 -0.69288,-3.28062 -0.79516,-1.06236 -1.80016,-2.24508 -3.24459,-2.26462 -0.65766,-0.0543 -2.26545,-0.0335 -2.66233,0.56383 z"
           id="path2731"
           sodipodi:nodetypes="cccccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 195.14877,438.99332 c -0.62814,0.9107 -0.32585,1.78626 -0.0234,2.924 0.58811,1.2266 1.20506,2.66488 2.47618,3.31328 1.27018,0.35322 2.95571,0.92723 4.09229,0.0157 1.06151,-1.13217 0.77811,-2.69193 0.22282,-4.04481 -0.78542,-1.61964 -1.50799,-2.22252 -3.11241,-3.38938 -1.85755,-1.11445 -2.86894,-0.26763 -3.65548,1.18121 z"
           id="path3747"
           sodipodi:nodetypes="ccccccc" />
      </g>
    </g>
    <text
       xml:space="preserve"
       style="font-size:25px;line-height:1.25;font-family:Prociono;-inkscape-font-specification:Prociono;text-align:center;text-anchor:middle;stroke-width:0.9375"
       x="77.575005"
       y="52.912498"
       id="text1"><tspan
         sodipodi:role="line"
         id="tspan1"
         style="font-size:25px;fill:#ffffff;fill-opacity:1;stroke-width:0.9375"
         x="77.575005"
         y="52.912498">debian</tspan><tspan
         sodipodi:role="line"
         style="font-size:25px;fill:#ffffff;fill-opacity:1;stroke-width:0.9375"
         x="77.575005"
         y="84.162506"
         id="tspan5">cat</tspan><tspan
         sodipodi:role="line"
         style="font-size:25px;fill:#ffffff;fill-opacity:1;stroke-width:0.9375"
         x="77.575005"
         y="115.41251"
         id="tspan2">herding</tspan><tspan
         sodipodi:role="line"
         style="font-size:25px;fill:#ffffff;fill-opacity:1;stroke-width:0.9375"
         x="77.575005"
         y="146.66251"
         id="tspan3">team</tspan></text>
    <g
       id="g6721-1"
       transform="matrix(0.45565528,0,0,0.43449975,-10.053072,-51.055962)"
       style="opacity:0.333;fill:#cc0055;fill-opacity:1">
      <g
         id="g5672-50-0"
         transform="rotate(116.32036,257.92424,356.93809)"
         style="fill:#cc0055;fill-opacity:1">
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 193.40957,450.05902 c -1.7385,1.67654 -1.31612,4.42063 -0.13788,6.27931 0.51012,2.26023 -0.26351,5.50169 2.6334,6.41492 3.07039,1.46881 4.81364,-1.68553 5.4921,-4.1462 0.96334,-2.42358 4.0126,-2.742 5.30218,-4.8248 0.67369,-2.64321 -1.92971,-4.83862 -4.28472,-5.3937 -3.05476,-0.84424 -6.46366,-0.21408 -9.00508,1.67047 z"
           id="path1181-96-1"
           sodipodi:nodetypes="sccccccccccccss" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 183.20165,454.7155 c -0.5914,2.29811 0.92101,4.47642 2.50671,5.97668 1.2888,1.00588 3.30042,0.99263 4.67041,0.15634 1.4584,-1.10171 0.73152,-3.26875 -0.4105,-4.29819 -1.44631,-1.16389 -3.07161,-2.36244 -4.97366,-2.5281 -0.6564,0.004 -1.30166,0.26017 -1.79296,0.69327 z"
           id="path2127-38-3" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 184.80487,451.25739 c 1.40716,1.14175 4.18465,3.05641 5.5469,0.92514 0.92537,-1.84521 -0.0712,-3.68992 -1.58579,-4.82983 -2.04836,-1.36689 -3.67755,-2.66398 -5.56584,-1.73058 -1.80064,1.91372 -0.38293,4.82437 1.60473,5.63527 z"
           id="path2464-56-7"
           sodipodi:nodetypes="ccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 187.22459,439.84083 c -0.79341,0.6524 -0.72793,1.7147 -0.57006,2.79631 0.41536,1.11848 1.24014,2.03782 2.08306,2.85628 0.87074,0.69998 1.96603,1.00144 2.95755,1.4804 1.20748,0.15907 2.04207,-1.07045 2.12925,-2.15158 -0.0848,-1.59548 -0.69288,-3.28062 -0.69288,-3.28062 -0.79516,-1.06236 -1.80016,-2.24508 -3.24459,-2.26462 -0.65766,-0.0543 -2.26545,-0.0335 -2.66233,0.56383 z"
           id="path2731-1-7"
           sodipodi:nodetypes="cccccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 195.14877,438.99332 c -0.62814,0.9107 -0.32585,1.78626 -0.0234,2.924 0.58811,1.2266 1.20506,2.66488 2.47618,3.31328 1.27018,0.35322 2.95571,0.92723 4.09229,0.0157 1.06151,-1.13217 0.77811,-2.69193 0.22282,-4.04481 -0.78542,-1.61964 -1.50799,-2.22252 -3.11241,-3.38938 -1.85755,-1.11445 -2.86894,-0.26763 -3.65548,1.18121 z"
           id="path3747-15-2"
           sodipodi:nodetypes="ccccccc" />
      </g>
      <g
         id="g5672-948-6"
         transform="rotate(17.275913,701.12228,335.37139)"
         style="fill:#cc0055;fill-opacity:1">
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 193.40957,450.05902 c -1.7385,1.67654 -1.31612,4.42063 -0.13788,6.27931 0.51012,2.26023 -0.26351,5.50169 2.6334,6.41492 3.07039,1.46881 4.81364,-1.68553 5.4921,-4.1462 0.96334,-2.42358 4.0126,-2.742 5.30218,-4.8248 0.67369,-2.64321 -1.92971,-4.83862 -4.28472,-5.3937 -3.05476,-0.84424 -6.46366,-0.21408 -9.00508,1.67047 z"
           id="path1181-1-4"
           sodipodi:nodetypes="sccccccccccccss" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 183.20165,454.7155 c -0.5914,2.29811 0.92101,4.47642 2.50671,5.97668 1.2888,1.00588 3.30042,0.99263 4.67041,0.15634 1.4584,-1.10171 0.73152,-3.26875 -0.4105,-4.29819 -1.44631,-1.16389 -3.07161,-2.36244 -4.97366,-2.5281 -0.6564,0.004 -1.30166,0.26017 -1.79296,0.69327 z"
           id="path2127-2-5" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 184.80487,451.25739 c 1.40716,1.14175 4.18465,3.05641 5.5469,0.92514 0.92537,-1.84521 -0.0712,-3.68992 -1.58579,-4.82983 -2.04836,-1.36689 -3.67755,-2.66398 -5.56584,-1.73058 -1.80064,1.91372 -0.38293,4.82437 1.60473,5.63527 z"
           id="path2464-93-2"
           sodipodi:nodetypes="ccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 187.22459,439.84083 c -0.79341,0.6524 -0.72793,1.7147 -0.57006,2.79631 0.41536,1.11848 1.24014,2.03782 2.08306,2.85628 0.87074,0.69998 1.96603,1.00144 2.95755,1.4804 1.20748,0.15907 2.04207,-1.07045 2.12925,-2.15158 -0.0848,-1.59548 -0.69288,-3.28062 -0.69288,-3.28062 -0.79516,-1.06236 -1.80016,-2.24508 -3.24459,-2.26462 -0.65766,-0.0543 -2.26545,-0.0335 -2.66233,0.56383 z"
           id="path2731-90-0"
           sodipodi:nodetypes="cccccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 195.14877,438.99332 c -0.62814,0.9107 -0.32585,1.78626 -0.0234,2.924 0.58811,1.2266 1.20506,2.66488 2.47618,3.31328 1.27018,0.35322 2.95571,0.92723 4.09229,0.0157 1.06151,-1.13217 0.77811,-2.69193 0.22282,-4.04481 -0.78542,-1.61964 -1.50799,-2.22252 -3.11241,-3.38938 -1.85755,-1.11445 -2.86894,-0.26763 -3.65548,1.18121 z"
           id="path3747-88-2"
           sodipodi:nodetypes="ccccccc" />
      </g>
      <g
         id="g5672-5-9"
         transform="rotate(11.044992,796.179,369.17882)"
         style="fill:#cc0055;fill-opacity:1">
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 193.40957,450.05902 c -1.7385,1.67654 -1.31612,4.42063 -0.13788,6.27931 0.51012,2.26023 -0.26351,5.50169 2.6334,6.41492 3.07039,1.46881 4.81364,-1.68553 5.4921,-4.1462 0.96334,-2.42358 4.0126,-2.742 5.30218,-4.8248 0.67369,-2.64321 -1.92971,-4.83862 -4.28472,-5.3937 -3.05476,-0.84424 -6.46366,-0.21408 -9.00508,1.67047 z"
           id="path1181-97-0"
           sodipodi:nodetypes="sccccccccccccss" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 183.20165,454.7155 c -0.5914,2.29811 0.92101,4.47642 2.50671,5.97668 1.2888,1.00588 3.30042,0.99263 4.67041,0.15634 1.4584,-1.10171 0.73152,-3.26875 -0.4105,-4.29819 -1.44631,-1.16389 -3.07161,-2.36244 -4.97366,-2.5281 -0.6564,0.004 -1.30166,0.26017 -1.79296,0.69327 z"
           id="path2127-76-9" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 184.80487,451.25739 c 1.40716,1.14175 4.18465,3.05641 5.5469,0.92514 0.92537,-1.84521 -0.0712,-3.68992 -1.58579,-4.82983 -2.04836,-1.36689 -3.67755,-2.66398 -5.56584,-1.73058 -1.80064,1.91372 -0.38293,4.82437 1.60473,5.63527 z"
           id="path2464-73-9"
           sodipodi:nodetypes="ccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 187.22459,439.84083 c -0.79341,0.6524 -0.72793,1.7147 -0.57006,2.79631 0.41536,1.11848 1.24014,2.03782 2.08306,2.85628 0.87074,0.69998 1.96603,1.00144 2.95755,1.4804 1.20748,0.15907 2.04207,-1.07045 2.12925,-2.15158 -0.0848,-1.59548 -0.69288,-3.28062 -0.69288,-3.28062 -0.79516,-1.06236 -1.80016,-2.24508 -3.24459,-2.26462 -0.65766,-0.0543 -2.26545,-0.0335 -2.66233,0.56383 z"
           id="path2731-65-4"
           sodipodi:nodetypes="cccccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 195.14877,438.99332 c -0.62814,0.9107 -0.32585,1.78626 -0.0234,2.924 0.58811,1.2266 1.20506,2.66488 2.47618,3.31328 1.27018,0.35322 2.95571,0.92723 4.09229,0.0157 1.06151,-1.13217 0.77811,-2.69193 0.22282,-4.04481 -0.78542,-1.61964 -1.50799,-2.22252 -3.11241,-3.38938 -1.85755,-1.11445 -2.86894,-0.26763 -3.65548,1.18121 z"
           id="path3747-63-5"
           sodipodi:nodetypes="ccccccc" />
      </g>
      <g
         id="g5672-15-1"
         transform="rotate(-61.253458,127.90452,374.26782)"
         style="fill:#cc0055;fill-opacity:1">
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 193.40957,450.05902 c -1.7385,1.67654 -1.31612,4.42063 -0.13788,6.27931 0.51012,2.26023 -0.26351,5.50169 2.6334,6.41492 3.07039,1.46881 4.81364,-1.68553 5.4921,-4.1462 0.96334,-2.42358 4.0126,-2.742 5.30218,-4.8248 0.67369,-2.64321 -1.92971,-4.83862 -4.28472,-5.3937 -3.05476,-0.84424 -6.46366,-0.21408 -9.00508,1.67047 z"
           id="path1181-94-0"
           sodipodi:nodetypes="sccccccccccccss" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 183.20165,454.7155 c -0.5914,2.29811 0.92101,4.47642 2.50671,5.97668 1.2888,1.00588 3.30042,0.99263 4.67041,0.15634 1.4584,-1.10171 0.73152,-3.26875 -0.4105,-4.29819 -1.44631,-1.16389 -3.07161,-2.36244 -4.97366,-2.5281 -0.6564,0.004 -1.30166,0.26017 -1.79296,0.69327 z"
           id="path2127-90-3" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 184.80487,451.25739 c 1.40716,1.14175 4.18465,3.05641 5.5469,0.92514 0.92537,-1.84521 -0.0712,-3.68992 -1.58579,-4.82983 -2.04836,-1.36689 -3.67755,-2.66398 -5.56584,-1.73058 -1.80064,1.91372 -0.38293,4.82437 1.60473,5.63527 z"
           id="path2464-91-7"
           sodipodi:nodetypes="ccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 187.22459,439.84083 c -0.79341,0.6524 -0.72793,1.7147 -0.57006,2.79631 0.41536,1.11848 1.24014,2.03782 2.08306,2.85628 0.87074,0.69998 1.96603,1.00144 2.95755,1.4804 1.20748,0.15907 2.04207,-1.07045 2.12925,-2.15158 -0.0848,-1.59548 -0.69288,-3.28062 -0.69288,-3.28062 -0.79516,-1.06236 -1.80016,-2.24508 -3.24459,-2.26462 -0.65766,-0.0543 -2.26545,-0.0335 -2.66233,0.56383 z"
           id="path2731-77-8"
           sodipodi:nodetypes="cccccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 195.14877,438.99332 c -0.62814,0.9107 -0.32585,1.78626 -0.0234,2.924 0.58811,1.2266 1.20506,2.66488 2.47618,3.31328 1.27018,0.35322 2.95571,0.92723 4.09229,0.0157 1.06151,-1.13217 0.77811,-2.69193 0.22282,-4.04481 -0.78542,-1.61964 -1.50799,-2.22252 -3.11241,-3.38938 -1.85755,-1.11445 -2.86894,-0.26763 -3.65548,1.18121 z"
           id="path3747-11-8"
           sodipodi:nodetypes="ccccccc" />
      </g>
      <g
         id="g5672-1-6"
         transform="rotate(-82.887049,169.72776,354.8045)"
         style="fill:#cc0055;fill-opacity:1">
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 193.40957,450.05902 c -1.7385,1.67654 -1.31612,4.42063 -0.13788,6.27931 0.51012,2.26023 -0.26351,5.50169 2.6334,6.41492 3.07039,1.46881 4.81364,-1.68553 5.4921,-4.1462 0.96334,-2.42358 4.0126,-2.742 5.30218,-4.8248 0.67369,-2.64321 -1.92971,-4.83862 -4.28472,-5.3937 -3.05476,-0.84424 -6.46366,-0.21408 -9.00508,1.67047 z"
           id="path1181-72-0"
           sodipodi:nodetypes="sccccccccccccss" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 183.20165,454.7155 c -0.5914,2.29811 0.92101,4.47642 2.50671,5.97668 1.2888,1.00588 3.30042,0.99263 4.67041,0.15634 1.4584,-1.10171 0.73152,-3.26875 -0.4105,-4.29819 -1.44631,-1.16389 -3.07161,-2.36244 -4.97366,-2.5281 -0.6564,0.004 -1.30166,0.26017 -1.79296,0.69327 z"
           id="path2127-72-4" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 184.80487,451.25739 c 1.40716,1.14175 4.18465,3.05641 5.5469,0.92514 0.92537,-1.84521 -0.0712,-3.68992 -1.58579,-4.82983 -2.04836,-1.36689 -3.67755,-2.66398 -5.56584,-1.73058 -1.80064,1.91372 -0.38293,4.82437 1.60473,5.63527 z"
           id="path2464-2-6"
           sodipodi:nodetypes="ccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 187.22459,439.84083 c -0.79341,0.6524 -0.72793,1.7147 -0.57006,2.79631 0.41536,1.11848 1.24014,2.03782 2.08306,2.85628 0.87074,0.69998 1.96603,1.00144 2.95755,1.4804 1.20748,0.15907 2.04207,-1.07045 2.12925,-2.15158 -0.0848,-1.59548 -0.69288,-3.28062 -0.69288,-3.28062 -0.79516,-1.06236 -1.80016,-2.24508 -3.24459,-2.26462 -0.65766,-0.0543 -2.26545,-0.0335 -2.66233,0.56383 z"
           id="path2731-6-7"
           sodipodi:nodetypes="cccccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 195.14877,438.99332 c -0.62814,0.9107 -0.32585,1.78626 -0.0234,2.924 0.58811,1.2266 1.20506,2.66488 2.47618,3.31328 1.27018,0.35322 2.95571,0.92723 4.09229,0.0157 1.06151,-1.13217 0.77811,-2.69193 0.22282,-4.04481 -0.78542,-1.61964 -1.50799,-2.22252 -3.11241,-3.38938 -1.85755,-1.11445 -2.86894,-0.26763 -3.65548,1.18121 z"
           id="path3747-106-6"
           sodipodi:nodetypes="ccccccc" />
      </g>
      <g
         id="g5672-689-0"
         transform="rotate(-155.49895,226.2724,368.18504)"
         style="fill:#cc0055;fill-opacity:1">
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 193.40957,450.05902 c -1.7385,1.67654 -1.31612,4.42063 -0.13788,6.27931 0.51012,2.26023 -0.26351,5.50169 2.6334,6.41492 3.07039,1.46881 4.81364,-1.68553 5.4921,-4.1462 0.96334,-2.42358 4.0126,-2.742 5.30218,-4.8248 0.67369,-2.64321 -1.92971,-4.83862 -4.28472,-5.3937 -3.05476,-0.84424 -6.46366,-0.21408 -9.00508,1.67047 z"
           id="path1181-26-9"
           sodipodi:nodetypes="sccccccccccccss" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 183.20165,454.7155 c -0.5914,2.29811 0.92101,4.47642 2.50671,5.97668 1.2888,1.00588 3.30042,0.99263 4.67041,0.15634 1.4584,-1.10171 0.73152,-3.26875 -0.4105,-4.29819 -1.44631,-1.16389 -3.07161,-2.36244 -4.97366,-2.5281 -0.6564,0.004 -1.30166,0.26017 -1.79296,0.69327 z"
           id="path2127-64-7" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 184.80487,451.25739 c 1.40716,1.14175 4.18465,3.05641 5.5469,0.92514 0.92537,-1.84521 -0.0712,-3.68992 -1.58579,-4.82983 -2.04836,-1.36689 -3.67755,-2.66398 -5.56584,-1.73058 -1.80064,1.91372 -0.38293,4.82437 1.60473,5.63527 z"
           id="path2464-95-5"
           sodipodi:nodetypes="ccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 187.22459,439.84083 c -0.79341,0.6524 -0.72793,1.7147 -0.57006,2.79631 0.41536,1.11848 1.24014,2.03782 2.08306,2.85628 0.87074,0.69998 1.96603,1.00144 2.95755,1.4804 1.20748,0.15907 2.04207,-1.07045 2.12925,-2.15158 -0.0848,-1.59548 -0.69288,-3.28062 -0.69288,-3.28062 -0.79516,-1.06236 -1.80016,-2.24508 -3.24459,-2.26462 -0.65766,-0.0543 -2.26545,-0.0335 -2.66233,0.56383 z"
           id="path2731-04-9"
           sodipodi:nodetypes="cccccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 195.14877,438.99332 c -0.62814,0.9107 -0.32585,1.78626 -0.0234,2.924 0.58811,1.2266 1.20506,2.66488 2.47618,3.31328 1.27018,0.35322 2.95571,0.92723 4.09229,0.0157 1.06151,-1.13217 0.77811,-2.69193 0.22282,-4.04481 -0.78542,-1.61964 -1.50799,-2.22252 -3.11241,-3.38938 -1.85755,-1.11445 -2.86894,-0.26763 -3.65548,1.18121 z"
           id="path3747-87-7"
           sodipodi:nodetypes="ccccccc" />
      </g>
      <g
         id="g5672-68-8"
         transform="rotate(-156.31227,221.78584,347.76191)"
         style="fill:#cc0055;fill-opacity:1">
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 193.40957,450.05902 c -1.7385,1.67654 -1.31612,4.42063 -0.13788,6.27931 0.51012,2.26023 -0.26351,5.50169 2.6334,6.41492 3.07039,1.46881 4.81364,-1.68553 5.4921,-4.1462 0.96334,-2.42358 4.0126,-2.742 5.30218,-4.8248 0.67369,-2.64321 -1.92971,-4.83862 -4.28472,-5.3937 -3.05476,-0.84424 -6.46366,-0.21408 -9.00508,1.67047 z"
           id="path1181-8-5"
           sodipodi:nodetypes="sccccccccccccss" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 183.20165,454.7155 c -0.5914,2.29811 0.92101,4.47642 2.50671,5.97668 1.2888,1.00588 3.30042,0.99263 4.67041,0.15634 1.4584,-1.10171 0.73152,-3.26875 -0.4105,-4.29819 -1.44631,-1.16389 -3.07161,-2.36244 -4.97366,-2.5281 -0.6564,0.004 -1.30166,0.26017 -1.79296,0.69327 z"
           id="path2127-43-3" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 184.80487,451.25739 c 1.40716,1.14175 4.18465,3.05641 5.5469,0.92514 0.92537,-1.84521 -0.0712,-3.68992 -1.58579,-4.82983 -2.04836,-1.36689 -3.67755,-2.66398 -5.56584,-1.73058 -1.80064,1.91372 -0.38293,4.82437 1.60473,5.63527 z"
           id="path2464-14-3"
           sodipodi:nodetypes="ccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 187.22459,439.84083 c -0.79341,0.6524 -0.72793,1.7147 -0.57006,2.79631 0.41536,1.11848 1.24014,2.03782 2.08306,2.85628 0.87074,0.69998 1.96603,1.00144 2.95755,1.4804 1.20748,0.15907 2.04207,-1.07045 2.12925,-2.15158 -0.0848,-1.59548 -0.69288,-3.28062 -0.69288,-3.28062 -0.79516,-1.06236 -1.80016,-2.24508 -3.24459,-2.26462 -0.65766,-0.0543 -2.26545,-0.0335 -2.66233,0.56383 z"
           id="path2731-92-8"
           sodipodi:nodetypes="cccccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 195.14877,438.99332 c -0.62814,0.9107 -0.32585,1.78626 -0.0234,2.924 0.58811,1.2266 1.20506,2.66488 2.47618,3.31328 1.27018,0.35322 2.95571,0.92723 4.09229,0.0157 1.06151,-1.13217 0.77811,-2.69193 0.22282,-4.04481 -0.78542,-1.61964 -1.50799,-2.22252 -3.11241,-3.38938 -1.85755,-1.11445 -2.86894,-0.26763 -3.65548,1.18121 z"
           id="path3747-0-3"
           sodipodi:nodetypes="ccccccc" />
      </g>
      <g
         id="g5672-25-7"
         transform="rotate(-173.71887,225.89348,337.76188)"
         style="fill:#cc0055;fill-opacity:1">
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 193.40957,450.05902 c -1.7385,1.67654 -1.31612,4.42063 -0.13788,6.27931 0.51012,2.26023 -0.26351,5.50169 2.6334,6.41492 3.07039,1.46881 4.81364,-1.68553 5.4921,-4.1462 0.96334,-2.42358 4.0126,-2.742 5.30218,-4.8248 0.67369,-2.64321 -1.92971,-4.83862 -4.28472,-5.3937 -3.05476,-0.84424 -6.46366,-0.21408 -9.00508,1.67047 z"
           id="path1181-4-9"
           sodipodi:nodetypes="sccccccccccccss" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 183.20165,454.7155 c -0.5914,2.29811 0.92101,4.47642 2.50671,5.97668 1.2888,1.00588 3.30042,0.99263 4.67041,0.15634 1.4584,-1.10171 0.73152,-3.26875 -0.4105,-4.29819 -1.44631,-1.16389 -3.07161,-2.36244 -4.97366,-2.5281 -0.6564,0.004 -1.30166,0.26017 -1.79296,0.69327 z"
           id="path2127-74-3" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 184.80487,451.25739 c 1.40716,1.14175 4.18465,3.05641 5.5469,0.92514 0.92537,-1.84521 -0.0712,-3.68992 -1.58579,-4.82983 -2.04836,-1.36689 -3.67755,-2.66398 -5.56584,-1.73058 -1.80064,1.91372 -0.38293,4.82437 1.60473,5.63527 z"
           id="path2464-4-7"
           sodipodi:nodetypes="ccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 187.22459,439.84083 c -0.79341,0.6524 -0.72793,1.7147 -0.57006,2.79631 0.41536,1.11848 1.24014,2.03782 2.08306,2.85628 0.87074,0.69998 1.96603,1.00144 2.95755,1.4804 1.20748,0.15907 2.04207,-1.07045 2.12925,-2.15158 -0.0848,-1.59548 -0.69288,-3.28062 -0.69288,-3.28062 -0.79516,-1.06236 -1.80016,-2.24508 -3.24459,-2.26462 -0.65766,-0.0543 -2.26545,-0.0335 -2.66233,0.56383 z"
           id="path2731-30-8"
           sodipodi:nodetypes="cccccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 195.14877,438.99332 c -0.62814,0.9107 -0.32585,1.78626 -0.0234,2.924 0.58811,1.2266 1.20506,2.66488 2.47618,3.31328 1.27018,0.35322 2.95571,0.92723 4.09229,0.0157 1.06151,-1.13217 0.77811,-2.69193 0.22282,-4.04481 -0.78542,-1.61964 -1.50799,-2.22252 -3.11241,-3.38938 -1.85755,-1.11445 -2.86894,-0.26763 -3.65548,1.18121 z"
           id="path3747-78-7"
           sodipodi:nodetypes="ccccccc" />
      </g>
      <g
         id="g5672-7-4"
         transform="rotate(169.03954,225.95162,329.91604)"
         style="fill:#cc0055;fill-opacity:1">
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 193.40957,450.05902 c -1.7385,1.67654 -1.31612,4.42063 -0.13788,6.27931 0.51012,2.26023 -0.26351,5.50169 2.6334,6.41492 3.07039,1.46881 4.81364,-1.68553 5.4921,-4.1462 0.96334,-2.42358 4.0126,-2.742 5.30218,-4.8248 0.67369,-2.64321 -1.92971,-4.83862 -4.28472,-5.3937 -3.05476,-0.84424 -6.46366,-0.21408 -9.00508,1.67047 z"
           id="path1181-65-1"
           sodipodi:nodetypes="sccccccccccccss" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 183.20165,454.7155 c -0.5914,2.29811 0.92101,4.47642 2.50671,5.97668 1.2888,1.00588 3.30042,0.99263 4.67041,0.15634 1.4584,-1.10171 0.73152,-3.26875 -0.4105,-4.29819 -1.44631,-1.16389 -3.07161,-2.36244 -4.97366,-2.5281 -0.6564,0.004 -1.30166,0.26017 -1.79296,0.69327 z"
           id="path2127-69-9" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 184.80487,451.25739 c 1.40716,1.14175 4.18465,3.05641 5.5469,0.92514 0.92537,-1.84521 -0.0712,-3.68992 -1.58579,-4.82983 -2.04836,-1.36689 -3.67755,-2.66398 -5.56584,-1.73058 -1.80064,1.91372 -0.38293,4.82437 1.60473,5.63527 z"
           id="path2464-3-0"
           sodipodi:nodetypes="ccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 187.22459,439.84083 c -0.79341,0.6524 -0.72793,1.7147 -0.57006,2.79631 0.41536,1.11848 1.24014,2.03782 2.08306,2.85628 0.87074,0.69998 1.96603,1.00144 2.95755,1.4804 1.20748,0.15907 2.04207,-1.07045 2.12925,-2.15158 -0.0848,-1.59548 -0.69288,-3.28062 -0.69288,-3.28062 -0.79516,-1.06236 -1.80016,-2.24508 -3.24459,-2.26462 -0.65766,-0.0543 -2.26545,-0.0335 -2.66233,0.56383 z"
           id="path2731-7-9"
           sodipodi:nodetypes="cccccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 195.14877,438.99332 c -0.62814,0.9107 -0.32585,1.78626 -0.0234,2.924 0.58811,1.2266 1.20506,2.66488 2.47618,3.31328 1.27018,0.35322 2.95571,0.92723 4.09229,0.0157 1.06151,-1.13217 0.77811,-2.69193 0.22282,-4.04481 -0.78542,-1.61964 -1.50799,-2.22252 -3.11241,-3.38938 -1.85755,-1.11445 -2.86894,-0.26763 -3.65548,1.18121 z"
           id="path3747-45-8"
           sodipodi:nodetypes="ccccccc" />
      </g>
      <g
         id="g5672-63-8"
         transform="rotate(114.67967,274.05065,324.18332)"
         style="fill:#cc0055;fill-opacity:1">
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 193.40957,450.05902 c -1.7385,1.67654 -1.31612,4.42063 -0.13788,6.27931 0.51012,2.26023 -0.26351,5.50169 2.6334,6.41492 3.07039,1.46881 4.81364,-1.68553 5.4921,-4.1462 0.96334,-2.42358 4.0126,-2.742 5.30218,-4.8248 0.67369,-2.64321 -1.92971,-4.83862 -4.28472,-5.3937 -3.05476,-0.84424 -6.46366,-0.21408 -9.00508,1.67047 z"
           id="path1181-20-5"
           sodipodi:nodetypes="sccccccccccccss" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 183.20165,454.7155 c -0.5914,2.29811 0.92101,4.47642 2.50671,5.97668 1.2888,1.00588 3.30042,0.99263 4.67041,0.15634 1.4584,-1.10171 0.73152,-3.26875 -0.4105,-4.29819 -1.44631,-1.16389 -3.07161,-2.36244 -4.97366,-2.5281 -0.6564,0.004 -1.30166,0.26017 -1.79296,0.69327 z"
           id="path2127-6-8" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 184.80487,451.25739 c 1.40716,1.14175 4.18465,3.05641 5.5469,0.92514 0.92537,-1.84521 -0.0712,-3.68992 -1.58579,-4.82983 -2.04836,-1.36689 -3.67755,-2.66398 -5.56584,-1.73058 -1.80064,1.91372 -0.38293,4.82437 1.60473,5.63527 z"
           id="path2464-15-4"
           sodipodi:nodetypes="ccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 187.22459,439.84083 c -0.79341,0.6524 -0.72793,1.7147 -0.57006,2.79631 0.41536,1.11848 1.24014,2.03782 2.08306,2.85628 0.87074,0.69998 1.96603,1.00144 2.95755,1.4804 1.20748,0.15907 2.04207,-1.07045 2.12925,-2.15158 -0.0848,-1.59548 -0.69288,-3.28062 -0.69288,-3.28062 -0.79516,-1.06236 -1.80016,-2.24508 -3.24459,-2.26462 -0.65766,-0.0543 -2.26545,-0.0335 -2.66233,0.56383 z"
           id="path2731-5-3"
           sodipodi:nodetypes="cccccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 195.14877,438.99332 c -0.62814,0.9107 -0.32585,1.78626 -0.0234,2.924 0.58811,1.2266 1.20506,2.66488 2.47618,3.31328 1.27018,0.35322 2.95571,0.92723 4.09229,0.0157 1.06151,-1.13217 0.77811,-2.69193 0.22282,-4.04481 -0.78542,-1.61964 -1.50799,-2.22252 -3.11241,-3.38938 -1.85755,-1.11445 -2.86894,-0.26763 -3.65548,1.18121 z"
           id="path3747-4-7"
           sodipodi:nodetypes="ccccccc" />
      </g>
      <g
         id="g5672-94-1"
         transform="rotate(104.88983,262.11666,317.75136)"
         style="fill:#cc0055;fill-opacity:1">
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 193.40957,450.05902 c -1.7385,1.67654 -1.31612,4.42063 -0.13788,6.27931 0.51012,2.26023 -0.26351,5.50169 2.6334,6.41492 3.07039,1.46881 4.81364,-1.68553 5.4921,-4.1462 0.96334,-2.42358 4.0126,-2.742 5.30218,-4.8248 0.67369,-2.64321 -1.92971,-4.83862 -4.28472,-5.3937 -3.05476,-0.84424 -6.46366,-0.21408 -9.00508,1.67047 z"
           id="path1181-78-3"
           sodipodi:nodetypes="sccccccccccccss" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 183.20165,454.7155 c -0.5914,2.29811 0.92101,4.47642 2.50671,5.97668 1.2888,1.00588 3.30042,0.99263 4.67041,0.15634 1.4584,-1.10171 0.73152,-3.26875 -0.4105,-4.29819 -1.44631,-1.16389 -3.07161,-2.36244 -4.97366,-2.5281 -0.6564,0.004 -1.30166,0.26017 -1.79296,0.69327 z"
           id="path2127-4-8" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 184.80487,451.25739 c 1.40716,1.14175 4.18465,3.05641 5.5469,0.92514 0.92537,-1.84521 -0.0712,-3.68992 -1.58579,-4.82983 -2.04836,-1.36689 -3.67755,-2.66398 -5.56584,-1.73058 -1.80064,1.91372 -0.38293,4.82437 1.60473,5.63527 z"
           id="path2464-50-0"
           sodipodi:nodetypes="ccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 187.22459,439.84083 c -0.79341,0.6524 -0.72793,1.7147 -0.57006,2.79631 0.41536,1.11848 1.24014,2.03782 2.08306,2.85628 0.87074,0.69998 1.96603,1.00144 2.95755,1.4804 1.20748,0.15907 2.04207,-1.07045 2.12925,-2.15158 -0.0848,-1.59548 -0.69288,-3.28062 -0.69288,-3.28062 -0.79516,-1.06236 -1.80016,-2.24508 -3.24459,-2.26462 -0.65766,-0.0543 -2.26545,-0.0335 -2.66233,0.56383 z"
           id="path2731-36-9"
           sodipodi:nodetypes="cccccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 195.14877,438.99332 c -0.62814,0.9107 -0.32585,1.78626 -0.0234,2.924 0.58811,1.2266 1.20506,2.66488 2.47618,3.31328 1.27018,0.35322 2.95571,0.92723 4.09229,0.0157 1.06151,-1.13217 0.77811,-2.69193 0.22282,-4.04481 -0.78542,-1.61964 -1.50799,-2.22252 -3.11241,-3.38938 -1.85755,-1.11445 -2.86894,-0.26763 -3.65548,1.18121 z"
           id="path3747-10-7"
           sodipodi:nodetypes="ccccccc" />
      </g>
      <g
         id="g5672-9-9"
         transform="rotate(91.183405,257.97077,312.33868)"
         style="fill:#cc0055;fill-opacity:1">
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 193.40957,450.05902 c -1.7385,1.67654 -1.31612,4.42063 -0.13788,6.27931 0.51012,2.26023 -0.26351,5.50169 2.6334,6.41492 3.07039,1.46881 4.81364,-1.68553 5.4921,-4.1462 0.96334,-2.42358 4.0126,-2.742 5.30218,-4.8248 0.67369,-2.64321 -1.92971,-4.83862 -4.28472,-5.3937 -3.05476,-0.84424 -6.46366,-0.21408 -9.00508,1.67047 z"
           id="path1181-7-9"
           sodipodi:nodetypes="sccccccccccccss" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 183.20165,454.7155 c -0.5914,2.29811 0.92101,4.47642 2.50671,5.97668 1.2888,1.00588 3.30042,0.99263 4.67041,0.15634 1.4584,-1.10171 0.73152,-3.26875 -0.4105,-4.29819 -1.44631,-1.16389 -3.07161,-2.36244 -4.97366,-2.5281 -0.6564,0.004 -1.30166,0.26017 -1.79296,0.69327 z"
           id="path2127-36-3" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 184.80487,451.25739 c 1.40716,1.14175 4.18465,3.05641 5.5469,0.92514 0.92537,-1.84521 -0.0712,-3.68992 -1.58579,-4.82983 -2.04836,-1.36689 -3.67755,-2.66398 -5.56584,-1.73058 -1.80064,1.91372 -0.38293,4.82437 1.60473,5.63527 z"
           id="path2464-12-2"
           sodipodi:nodetypes="ccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 187.22459,439.84083 c -0.79341,0.6524 -0.72793,1.7147 -0.57006,2.79631 0.41536,1.11848 1.24014,2.03782 2.08306,2.85628 0.87074,0.69998 1.96603,1.00144 2.95755,1.4804 1.20748,0.15907 2.04207,-1.07045 2.12925,-2.15158 -0.0848,-1.59548 -0.69288,-3.28062 -0.69288,-3.28062 -0.79516,-1.06236 -1.80016,-2.24508 -3.24459,-2.26462 -0.65766,-0.0543 -2.26545,-0.0335 -2.66233,0.56383 z"
           id="path2731-93-4"
           sodipodi:nodetypes="cccccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 195.14877,438.99332 c -0.62814,0.9107 -0.32585,1.78626 -0.0234,2.924 0.58811,1.2266 1.20506,2.66488 2.47618,3.31328 1.27018,0.35322 2.95571,0.92723 4.09229,0.0157 1.06151,-1.13217 0.77811,-2.69193 0.22282,-4.04481 -0.78542,-1.61964 -1.50799,-2.22252 -3.11241,-3.38938 -1.85755,-1.11445 -2.86894,-0.26763 -3.65548,1.18121 z"
           id="path3747-1-3"
           sodipodi:nodetypes="ccccccc" />
      </g>
      <g
         id="g5672-02-7"
         transform="rotate(74.48664,258.57666,306.17803)"
         style="fill:#cc0055;fill-opacity:1">
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 193.40957,450.05902 c -1.7385,1.67654 -1.31612,4.42063 -0.13788,6.27931 0.51012,2.26023 -0.26351,5.50169 2.6334,6.41492 3.07039,1.46881 4.81364,-1.68553 5.4921,-4.1462 0.96334,-2.42358 4.0126,-2.742 5.30218,-4.8248 0.67369,-2.64321 -1.92971,-4.83862 -4.28472,-5.3937 -3.05476,-0.84424 -6.46366,-0.21408 -9.00508,1.67047 z"
           id="path1181-3-1"
           sodipodi:nodetypes="sccccccccccccss" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 183.20165,454.7155 c -0.5914,2.29811 0.92101,4.47642 2.50671,5.97668 1.2888,1.00588 3.30042,0.99263 4.67041,0.15634 1.4584,-1.10171 0.73152,-3.26875 -0.4105,-4.29819 -1.44631,-1.16389 -3.07161,-2.36244 -4.97366,-2.5281 -0.6564,0.004 -1.30166,0.26017 -1.79296,0.69327 z"
           id="path2127-75-2" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 184.80487,451.25739 c 1.40716,1.14175 4.18465,3.05641 5.5469,0.92514 0.92537,-1.84521 -0.0712,-3.68992 -1.58579,-4.82983 -2.04836,-1.36689 -3.67755,-2.66398 -5.56584,-1.73058 -1.80064,1.91372 -0.38293,4.82437 1.60473,5.63527 z"
           id="path2464-9-2"
           sodipodi:nodetypes="ccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 187.22459,439.84083 c -0.79341,0.6524 -0.72793,1.7147 -0.57006,2.79631 0.41536,1.11848 1.24014,2.03782 2.08306,2.85628 0.87074,0.69998 1.96603,1.00144 2.95755,1.4804 1.20748,0.15907 2.04207,-1.07045 2.12925,-2.15158 -0.0848,-1.59548 -0.69288,-3.28062 -0.69288,-3.28062 -0.79516,-1.06236 -1.80016,-2.24508 -3.24459,-2.26462 -0.65766,-0.0543 -2.26545,-0.0335 -2.66233,0.56383 z"
           id="path2731-22-0"
           sodipodi:nodetypes="cccccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 195.14877,438.99332 c -0.62814,0.9107 -0.32585,1.78626 -0.0234,2.924 0.58811,1.2266 1.20506,2.66488 2.47618,3.31328 1.27018,0.35322 2.95571,0.92723 4.09229,0.0157 1.06151,-1.13217 0.77811,-2.69193 0.22282,-4.04481 -0.78542,-1.61964 -1.50799,-2.22252 -3.11241,-3.38938 -1.85755,-1.11445 -2.86894,-0.26763 -3.65548,1.18121 z"
           id="path3747-8-2"
           sodipodi:nodetypes="ccccccc" />
      </g>
      <g
         id="g5672-2-1"
         transform="rotate(41.552315,310.58226,259.31906)"
         style="fill:#cc0055;fill-opacity:1">
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 193.40957,450.05902 c -1.7385,1.67654 -1.31612,4.42063 -0.13788,6.27931 0.51012,2.26023 -0.26351,5.50169 2.6334,6.41492 3.07039,1.46881 4.81364,-1.68553 5.4921,-4.1462 0.96334,-2.42358 4.0126,-2.742 5.30218,-4.8248 0.67369,-2.64321 -1.92971,-4.83862 -4.28472,-5.3937 -3.05476,-0.84424 -6.46366,-0.21408 -9.00508,1.67047 z"
           id="path1181-61-7"
           sodipodi:nodetypes="sccccccccccccss" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 183.20165,454.7155 c -0.5914,2.29811 0.92101,4.47642 2.50671,5.97668 1.2888,1.00588 3.30042,0.99263 4.67041,0.15634 1.4584,-1.10171 0.73152,-3.26875 -0.4105,-4.29819 -1.44631,-1.16389 -3.07161,-2.36244 -4.97366,-2.5281 -0.6564,0.004 -1.30166,0.26017 -1.79296,0.69327 z"
           id="path2127-8-5" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 184.80487,451.25739 c 1.40716,1.14175 4.18465,3.05641 5.5469,0.92514 0.92537,-1.84521 -0.0712,-3.68992 -1.58579,-4.82983 -2.04836,-1.36689 -3.67755,-2.66398 -5.56584,-1.73058 -1.80064,1.91372 -0.38293,4.82437 1.60473,5.63527 z"
           id="path2464-7-1"
           sodipodi:nodetypes="ccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 187.22459,439.84083 c -0.79341,0.6524 -0.72793,1.7147 -0.57006,2.79631 0.41536,1.11848 1.24014,2.03782 2.08306,2.85628 0.87074,0.69998 1.96603,1.00144 2.95755,1.4804 1.20748,0.15907 2.04207,-1.07045 2.12925,-2.15158 -0.0848,-1.59548 -0.69288,-3.28062 -0.69288,-3.28062 -0.79516,-1.06236 -1.80016,-2.24508 -3.24459,-2.26462 -0.65766,-0.0543 -2.26545,-0.0335 -2.66233,0.56383 z"
           id="path2731-9-7"
           sodipodi:nodetypes="cccccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 195.14877,438.99332 c -0.62814,0.9107 -0.32585,1.78626 -0.0234,2.924 0.58811,1.2266 1.20506,2.66488 2.47618,3.31328 1.27018,0.35322 2.95571,0.92723 4.09229,0.0157 1.06151,-1.13217 0.77811,-2.69193 0.22282,-4.04481 -0.78542,-1.61964 -1.50799,-2.22252 -3.11241,-3.38938 -1.85755,-1.11445 -2.86894,-0.26763 -3.65548,1.18121 z"
           id="path3747-2-4"
           sodipodi:nodetypes="ccccccc" />
      </g>
      <g
         id="g5672-0-1"
         transform="rotate(20.732272,380.48663,164.29162)"
         style="fill:#cc0055;fill-opacity:1">
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 193.40957,450.05902 c -1.7385,1.67654 -1.31612,4.42063 -0.13788,6.27931 0.51012,2.26023 -0.26351,5.50169 2.6334,6.41492 3.07039,1.46881 4.81364,-1.68553 5.4921,-4.1462 0.96334,-2.42358 4.0126,-2.742 5.30218,-4.8248 0.67369,-2.64321 -1.92971,-4.83862 -4.28472,-5.3937 -3.05476,-0.84424 -6.46366,-0.21408 -9.00508,1.67047 z"
           id="path1181-9-7"
           sodipodi:nodetypes="sccccccccccccss" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 183.20165,454.7155 c -0.5914,2.29811 0.92101,4.47642 2.50671,5.97668 1.2888,1.00588 3.30042,0.99263 4.67041,0.15634 1.4584,-1.10171 0.73152,-3.26875 -0.4105,-4.29819 -1.44631,-1.16389 -3.07161,-2.36244 -4.97366,-2.5281 -0.6564,0.004 -1.30166,0.26017 -1.79296,0.69327 z"
           id="path2127-3-1" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 184.80487,451.25739 c 1.40716,1.14175 4.18465,3.05641 5.5469,0.92514 0.92537,-1.84521 -0.0712,-3.68992 -1.58579,-4.82983 -2.04836,-1.36689 -3.67755,-2.66398 -5.56584,-1.73058 -1.80064,1.91372 -0.38293,4.82437 1.60473,5.63527 z"
           id="path2464-6-1"
           sodipodi:nodetypes="ccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 187.22459,439.84083 c -0.79341,0.6524 -0.72793,1.7147 -0.57006,2.79631 0.41536,1.11848 1.24014,2.03782 2.08306,2.85628 0.87074,0.69998 1.96603,1.00144 2.95755,1.4804 1.20748,0.15907 2.04207,-1.07045 2.12925,-2.15158 -0.0848,-1.59548 -0.69288,-3.28062 -0.69288,-3.28062 -0.79516,-1.06236 -1.80016,-2.24508 -3.24459,-2.26462 -0.65766,-0.0543 -2.26545,-0.0335 -2.66233,0.56383 z"
           id="path2731-0-1"
           sodipodi:nodetypes="cccccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 195.14877,438.99332 c -0.62814,0.9107 -0.32585,1.78626 -0.0234,2.924 0.58811,1.2266 1.20506,2.66488 2.47618,3.31328 1.27018,0.35322 2.95571,0.92723 4.09229,0.0157 1.06151,-1.13217 0.77811,-2.69193 0.22282,-4.04481 -0.78542,-1.61964 -1.50799,-2.22252 -3.11241,-3.38938 -1.85755,-1.11445 -2.86894,-0.26763 -3.65548,1.18121 z"
           id="path3747-6-7"
           sodipodi:nodetypes="ccccccc" />
      </g>
      <g
         id="g5672-6-0"
         transform="rotate(13.947765,354.91249,138.02966)"
         style="fill:#cc0055;fill-opacity:1">
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 193.40957,450.05902 c -1.7385,1.67654 -1.31612,4.42063 -0.13788,6.27931 0.51012,2.26023 -0.26351,5.50169 2.6334,6.41492 3.07039,1.46881 4.81364,-1.68553 5.4921,-4.1462 0.96334,-2.42358 4.0126,-2.742 5.30218,-4.8248 0.67369,-2.64321 -1.92971,-4.83862 -4.28472,-5.3937 -3.05476,-0.84424 -6.46366,-0.21408 -9.00508,1.67047 z"
           id="path1181-2-4"
           sodipodi:nodetypes="sccccccccccccss" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 183.20165,454.7155 c -0.5914,2.29811 0.92101,4.47642 2.50671,5.97668 1.2888,1.00588 3.30042,0.99263 4.67041,0.15634 1.4584,-1.10171 0.73152,-3.26875 -0.4105,-4.29819 -1.44631,-1.16389 -3.07161,-2.36244 -4.97366,-2.5281 -0.6564,0.004 -1.30166,0.26017 -1.79296,0.69327 z"
           id="path2127-9-0" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 184.80487,451.25739 c 1.40716,1.14175 4.18465,3.05641 5.5469,0.92514 0.92537,-1.84521 -0.0712,-3.68992 -1.58579,-4.82983 -2.04836,-1.36689 -3.67755,-2.66398 -5.56584,-1.73058 -1.80064,1.91372 -0.38293,4.82437 1.60473,5.63527 z"
           id="path2464-1-8"
           sodipodi:nodetypes="ccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 187.22459,439.84083 c -0.79341,0.6524 -0.72793,1.7147 -0.57006,2.79631 0.41536,1.11848 1.24014,2.03782 2.08306,2.85628 0.87074,0.69998 1.96603,1.00144 2.95755,1.4804 1.20748,0.15907 2.04207,-1.07045 2.12925,-2.15158 -0.0848,-1.59548 -0.69288,-3.28062 -0.69288,-3.28062 -0.79516,-1.06236 -1.80016,-2.24508 -3.24459,-2.26462 -0.65766,-0.0543 -2.26545,-0.0335 -2.66233,0.56383 z"
           id="path2731-2-5"
           sodipodi:nodetypes="cccccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 195.14877,438.99332 c -0.62814,0.9107 -0.32585,1.78626 -0.0234,2.924 0.58811,1.2266 1.20506,2.66488 2.47618,3.31328 1.27018,0.35322 2.95571,0.92723 4.09229,0.0157 1.06151,-1.13217 0.77811,-2.69193 0.22282,-4.04481 -0.78542,-1.61964 -1.50799,-2.22252 -3.11241,-3.38938 -1.85755,-1.11445 -2.86894,-0.26763 -3.65548,1.18121 z"
           id="path3747-7-1"
           sodipodi:nodetypes="ccccccc" />
      </g>
      <g
         id="g5672-3-6"
         transform="rotate(2.3251747,591.2367,-543.74329)"
         style="fill:#cc0055;fill-opacity:1">
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 193.40957,450.05902 c -1.7385,1.67654 -1.31612,4.42063 -0.13788,6.27931 0.51012,2.26023 -0.26351,5.50169 2.6334,6.41492 3.07039,1.46881 4.81364,-1.68553 5.4921,-4.1462 0.96334,-2.42358 4.0126,-2.742 5.30218,-4.8248 0.67369,-2.64321 -1.92971,-4.83862 -4.28472,-5.3937 -3.05476,-0.84424 -6.46366,-0.21408 -9.00508,1.67047 z"
           id="path1181-6-6"
           sodipodi:nodetypes="sccccccccccccss" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 183.20165,454.7155 c -0.5914,2.29811 0.92101,4.47642 2.50671,5.97668 1.2888,1.00588 3.30042,0.99263 4.67041,0.15634 1.4584,-1.10171 0.73152,-3.26875 -0.4105,-4.29819 -1.44631,-1.16389 -3.07161,-2.36244 -4.97366,-2.5281 -0.6564,0.004 -1.30166,0.26017 -1.79296,0.69327 z"
           id="path2127-7-2" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 184.80487,451.25739 c 1.40716,1.14175 4.18465,3.05641 5.5469,0.92514 0.92537,-1.84521 -0.0712,-3.68992 -1.58579,-4.82983 -2.04836,-1.36689 -3.67755,-2.66398 -5.56584,-1.73058 -1.80064,1.91372 -0.38293,4.82437 1.60473,5.63527 z"
           id="path2464-5-1"
           sodipodi:nodetypes="ccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 187.22459,439.84083 c -0.79341,0.6524 -0.72793,1.7147 -0.57006,2.79631 0.41536,1.11848 1.24014,2.03782 2.08306,2.85628 0.87074,0.69998 1.96603,1.00144 2.95755,1.4804 1.20748,0.15907 2.04207,-1.07045 2.12925,-2.15158 -0.0848,-1.59548 -0.69288,-3.28062 -0.69288,-3.28062 -0.79516,-1.06236 -1.80016,-2.24508 -3.24459,-2.26462 -0.65766,-0.0543 -2.26545,-0.0335 -2.66233,0.56383 z"
           id="path2731-3-9"
           sodipodi:nodetypes="cccccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 195.14877,438.99332 c -0.62814,0.9107 -0.32585,1.78626 -0.0234,2.924 0.58811,1.2266 1.20506,2.66488 2.47618,3.31328 1.27018,0.35322 2.95571,0.92723 4.09229,0.0157 1.06151,-1.13217 0.77811,-2.69193 0.22282,-4.04481 -0.78542,-1.61964 -1.50799,-2.22252 -3.11241,-3.38938 -1.85755,-1.11445 -2.86894,-0.26763 -3.65548,1.18121 z"
           id="path3747-5-6"
           sodipodi:nodetypes="ccccccc" />
      </g>
      <g
         id="g5672-4"
         style="fill:#cc0055;fill-opacity:1">
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 193.40957,450.05902 c -1.7385,1.67654 -1.31612,4.42063 -0.13788,6.27931 0.51012,2.26023 -0.26351,5.50169 2.6334,6.41492 3.07039,1.46881 4.81364,-1.68553 5.4921,-4.1462 0.96334,-2.42358 4.0126,-2.742 5.30218,-4.8248 0.67369,-2.64321 -1.92971,-4.83862 -4.28472,-5.3937 -3.05476,-0.84424 -6.46366,-0.21408 -9.00508,1.67047 z"
           id="path1181-80"
           sodipodi:nodetypes="sccccccccccccss" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 183.20165,454.7155 c -0.5914,2.29811 0.92101,4.47642 2.50671,5.97668 1.2888,1.00588 3.30042,0.99263 4.67041,0.15634 1.4584,-1.10171 0.73152,-3.26875 -0.4105,-4.29819 -1.44631,-1.16389 -3.07161,-2.36244 -4.97366,-2.5281 -0.6564,0.004 -1.30166,0.26017 -1.79296,0.69327 z"
           id="path2127-81" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 184.80487,451.25739 c 1.40716,1.14175 4.18465,3.05641 5.5469,0.92514 0.92537,-1.84521 -0.0712,-3.68992 -1.58579,-4.82983 -2.04836,-1.36689 -3.67755,-2.66398 -5.56584,-1.73058 -1.80064,1.91372 -0.38293,4.82437 1.60473,5.63527 z"
           id="path2464-0"
           sodipodi:nodetypes="ccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 187.22459,439.84083 c -0.79341,0.6524 -0.72793,1.7147 -0.57006,2.79631 0.41536,1.11848 1.24014,2.03782 2.08306,2.85628 0.87074,0.69998 1.96603,1.00144 2.95755,1.4804 1.20748,0.15907 2.04207,-1.07045 2.12925,-2.15158 -0.0848,-1.59548 -0.69288,-3.28062 -0.69288,-3.28062 -0.79516,-1.06236 -1.80016,-2.24508 -3.24459,-2.26462 -0.65766,-0.0543 -2.26545,-0.0335 -2.66233,0.56383 z"
           id="path2731-229"
           sodipodi:nodetypes="cccccccc" />
        <path
           style="fill:#cc0055;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round"
           d="m 195.14877,438.99332 c -0.62814,0.9107 -0.32585,1.78626 -0.0234,2.924 0.58811,1.2266 1.20506,2.66488 2.47618,3.31328 1.27018,0.35322 2.95571,0.92723 4.09229,0.0157 1.06151,-1.13217 0.77811,-2.69193 0.22282,-4.04481 -0.78542,-1.61964 -1.50799,-2.22252 -3.11241,-3.38938 -1.85755,-1.11445 -2.86894,-0.26763 -3.65548,1.18121 z"
           id="path3747-75"
           sodipodi:nodetypes="ccccccc" />
      </g>
    </g>
  </g>
  <g
     inkscape:label="guidelines"
     inkscape:groupmode="layer"
     id="layer1"
     transform="translate(0,-872.36217)"
     sodipodi:insensitive="true"
     style="display:inline">
    <rect
       style="display:inline;opacity:0.99;fill:#007e7f;fill-opacity:1;stroke:#0000ff;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
       id="rect4242"
       width="140.29611"
       height="108"
       x="187.06149"
       y="2.643219e-12"
       ry="17.999998"
       transform="translate(0,872.36217)" />
    <path
       sodipodi:type="star"
       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
       id="path4161"
       sodipodi:sides="6"
       sodipodi:cx="77.942284"
       sodipodi:cy="962.36218"
       sodipodi:r1="90.000015"
       sodipodi:r2="70.148056"
       sodipodi:arg1="-1.5707963"
       sodipodi:arg2="-1.0471976"
       inkscape:flatsided="true"
       inkscape:rounded="0"
       inkscape:randomized="0"
       d="m 77.942286,872.36217 77.942294,45.00001 0,90.00002 -77.942299,45 -77.942298130498,-45 2.411541e-6,-90.00003 z" />
    <path
       sodipodi:type="star"
       style="fill:none;fill-opacity:1;stroke:#ffff00;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:1, 6;stroke-dashoffset:0;stroke-opacity:1"
       id="path4163"
       sodipodi:sides="6"
       sodipodi:cx="77.942284"
       sodipodi:cy="962.36218"
       sodipodi:r1="72"
       sodipodi:r2="62.353828"
       sodipodi:arg1="-1.5707963"
       sodipodi:arg2="-1.0471976"
       inkscape:flatsided="true"
       inkscape:rounded="0"
       inkscape:randomized="0"
       d="m 77.942286,890.36218 62.353824,36 0,72 -62.353828,36.00002 -62.353828,-36.00002 2e-6,-72 z" />
    <path
       sodipodi:type="star"
       style="fill:none;fill-opacity:1;stroke:#ff00ff;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:2, 1;stroke-dashoffset:0;stroke-opacity:1"
       id="path4167"
       sodipodi:sides="6"
       sodipodi:cx="77.942284"
       sodipodi:cy="962.36218"
       sodipodi:r1="81"
       sodipodi:r2="70.148056"
       sodipodi:arg1="-1.5707963"
       sodipodi:arg2="-1.0471976"
       inkscape:flatsided="true"
       inkscape:rounded="0"
       inkscape:randomized="0"
       d="m 77.942286,881.36218 70.148054,40.5 0,81.00002 -70.148059,40.5 -70.1480562,-40.5 2.2e-6,-81.00002 z" />
    <path
       sodipodi:type="star"
       style="fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:2, 1;stroke-dashoffset:0;stroke-opacity:1"
       id="path4171"
       sodipodi:sides="6"
       sodipodi:cx="77.942284"
       sodipodi:cy="962.36218"
       sodipodi:r1="99"
       sodipodi:r2="85.736511"
       sodipodi:arg1="-1.5707963"
       sodipodi:arg2="-1.0471976"
       inkscape:flatsided="true"
       inkscape:rounded="0"
       inkscape:randomized="0"
       d="m 77.942286,863.36218 85.736514,49.5 0,99.00002 -85.736519,49.5 -85.7365137,-49.5 2.7e-6,-99.00002 z" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2, 1;stroke-dashoffset:0;stroke-opacity:1"
       d="m 194.85572,894.86217 h 15.58845"
       id="path4173"
       inkscape:connector-curvature="0" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="m 194.85572,912.93968 h 15.58845"
       id="path4173-6"
       inkscape:connector-curvature="0" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#ff00ff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2, 1;stroke-dashoffset:0;stroke-opacity:1"
       d="m 194.85572,931.0172 h 15.58845"
       id="path4173-7"
       inkscape:connector-curvature="0" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#ffff00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 6;stroke-dashoffset:0;stroke-opacity:1"
       d="m 194.85572,949.09471 h 15.58845"
       id="path4173-5"
       inkscape:connector-curvature="0" />
    <text
       xml:space="preserve"
       style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       x="226.03262"
       y="912.64813"
       id="text4208"><tspan
         sodipodi:role="line"
         id="tspan4210"
         x="226.03262"
         y="912.64813"
         style="font-size:12.5px;line-height:1.25">cut line</tspan></text>
    <text
       xml:space="preserve"
       style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ff00ff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       x="226.03262"
       y="930.64813"
       id="text4212"><tspan
         sodipodi:role="line"
         id="tspan4214"
         x="226.03262"
         y="930.64813"
         style="font-size:12.5px;line-height:1.25">safe area</tspan></text>
    <text
       xml:space="preserve"
       style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       x="226.03262"
       y="894.70715"
       id="text4216"><tspan
         sodipodi:role="line"
         id="tspan4218"
         x="226.03262"
         y="894.70715"
         style="font-size:12.5px;line-height:1.25">bleed</tspan></text>
    <text
       xml:space="preserve"
       style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       x="226.03262"
       y="953.42761"
       id="text4220"><tspan
         sodipodi:role="line"
         id="tspan4222"
         x="226.03262"
         y="953.42761"
         style="font-size:12.5px;line-height:1.25">recommended</tspan><tspan
         sodipodi:role="line"
         x="226.03262"
         y="969.05261"
         id="tspan4224"
         style="font-size:12.5px;line-height:1.25">border</tspan></text>
    <text
       xml:space="preserve"
       style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;opacity:0.99;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       x="0.51609027"
       y="223.82076"
       id="text4236"
       transform="translate(0,872.36217)"><tspan
         sodipodi:role="line"
         id="tspan4238"
         x="0.51609027"
         y="223.82076"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.5px;line-height:1.25;font-family:FreeMono;-inkscape-font-specification:FreeMono">https://terinjokes.github.io/StickerConstructorSpec/</tspan></text>
  </g>
</svg>