summaryrefslogtreecommitdiff
path: root/logo/GuixSD-print.svg
blob: 4b92e3b14dd31be7305aa2cb01b212c689801175 (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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->

<svg
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:cc="http://creativecommons.org/ns#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   width="300"
   height="300"
   id="svg2"
   version="1.1"
   inkscape:version="0.48.5 r10040"
   sodipodi:docname="GuixSD-print.svg">
  <title
     id="title3310">Guix System Distribution (Logo)</title>
  <defs
     id="defs4">
    <linearGradient
       id="linearGradient4094">
      <stop
         id="stop4096"
         offset="0"
         style="stop-color:#232323;stop-opacity:1;" />
      <stop
         id="stop4098"
         offset="1"
         style="stop-color:#4d4d4d;stop-opacity:1;" />
    </linearGradient>
    <linearGradient
       id="linearGradient4014">
      <stop
         id="stop4016"
         offset="0"
         style="stop-color:#a0a0a0;stop-opacity:1;" />
      <stop
         id="stop4018"
         offset="1"
         style="stop-color:#ffffff;stop-opacity:1;" />
    </linearGradient>
    <linearGradient
       id="linearGradient4678">
      <stop
         id="stop4680"
         offset="0"
         style="stop-color:#e5e5e5;stop-opacity:1;" />
      <stop
         id="stop4682"
         offset="1"
         style="stop-color:#d3cdcd;stop-opacity:1;" />
    </linearGradient>
    <linearGradient
       id="linearGradient4341">
      <stop
         style="stop-color:#333333;stop-opacity:1;"
         offset="0"
         id="stop4343" />
      <stop
         style="stop-color:#484848;stop-opacity:1;"
         offset="1"
         id="stop4345" />
    </linearGradient>
    <linearGradient
       id="linearGradient4696-5">
      <stop
         style="stop-color:#ffb638;stop-opacity:1;"
         offset="0"
         id="stop4698-6" />
      <stop
         style="stop-color:#f0ae26;stop-opacity:1;"
         offset="1"
         id="stop4700-2" />
    </linearGradient>
    <linearGradient
       id="linearGradient4702-3">
      <stop
         style="stop-color:#e34646;stop-opacity:1;"
         offset="0"
         id="stop4704-1" />
      <stop
         style="stop-color:#ffbf2d;stop-opacity:1;"
         offset="1"
         id="stop4706-8" />
    </linearGradient>
    <color-profile
       id="color-profile3838"
       xlink:href="/usr/share/color/icc/ghostscript/ps_cmyk.icc"
       name="Artifex-PS-CMYK-Profile" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4014"
       id="linearGradient3219"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(-0.88803314,0,0,0.88803314,605.1771,683.54298)"
       x1="142.96875"
       y1="63.65625"
       x2="177.04297"
       y2="69.791016" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4678"
       id="linearGradient3222"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(-0.49726789,0,0,0.49726789,564.91725,299.31478)"
       x1="108.08774"
       y1="1025.709"
       x2="80.655251"
       y2="1043.709" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4014"
       id="linearGradient3225"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.88803314,0,0,0.88803314,424.79448,-73.383478)"
       x1="113.5146"
       y1="1004.8033"
       x2="78.000107"
       y2="922.07178" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4014"
       id="linearGradient3229"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.88803314,0,0,0.88803314,424.82319,683.54327)"
       x1="142.96875"
       y1="63.65625"
       x2="176.60477"
       y2="70.667412" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4094"
       id="linearGradient4081"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(-0.88803314,0,0,0.88803314,797.1771,683.54298)"
       x1="142.96875"
       y1="63.65625"
       x2="177.04297"
       y2="69.791016" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4341"
       id="linearGradient4084"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(-0.49726789,0,0,0.49726789,756.91725,299.31478)"
       x1="108.08774"
       y1="1025.709"
       x2="80.655251"
       y2="1043.709" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4094"
       id="linearGradient4087"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.88803314,0,0,0.88803314,616.79448,-73.383478)"
       x1="113.5146"
       y1="1004.8033"
       x2="78.000107"
       y2="922.07178" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4094"
       id="linearGradient4091"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.88803314,0,0,0.88803314,616.82319,683.54327)"
       x1="142.96875"
       y1="63.65625"
       x2="176.60477"
       y2="70.667412" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4702-3"
       id="linearGradient3138"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(-0.79908279,0,0,0.79908279,597.08579,1115.8659)"
       x1="142.96875"
       y1="63.65625"
       x2="177.04297"
       y2="69.791016" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4696-5"
       id="linearGradient3141"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(-0.44745876,0,0,0.44745876,560.85859,770.12411)"
       x1="108.08774"
       y1="1025.709"
       x2="80.655251"
       y2="1043.709" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4702-3"
       id="linearGradient3144"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.79908279,0,0,0.79908279,434.7713,434.75738)"
       x1="113.5146"
       y1="1004.8033"
       x2="78.000107"
       y2="922.07178" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4702-3"
       id="linearGradient3148"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.79908279,0,0,0.79908279,434.79713,1115.8662)"
       x1="142.96875"
       y1="63.65625"
       x2="176.60477"
       y2="70.667412" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4702-3"
       id="linearGradient3926"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(-1.4874381,0,0,1.4874381,301.04488,713.43461)"
       x1="142.96875"
       y1="63.65625"
       x2="177.04297"
       y2="69.791016" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4696-5"
       id="linearGradient3929"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(-0.83291399,0,0,0.83291399,233.61042,69.859881)"
       x1="108.08774"
       y1="1025.709"
       x2="80.655251"
       y2="1043.709" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4702-3"
       id="linearGradient3932"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.4874381,0,0,1.4874381,-1.0924876,-554.40241)"
       x1="113.5146"
       y1="1004.8033"
       x2="78.000107"
       y2="922.07178" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4702-3"
       id="linearGradient3936"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.4874381,0,0,1.4874381,-1.0443875,713.43509)"
       x1="142.96875"
       y1="63.65625"
       x2="176.60477"
       y2="70.667412" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4702-3"
       id="linearGradient3940"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(-0.88803314,0,0,0.88803314,605.1771,903.54298)"
       x1="142.96875"
       y1="63.65625"
       x2="177.04297"
       y2="69.791016" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4696-5"
       id="linearGradient3943"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(-0.49726789,0,0,0.49726789,564.91725,519.31478)"
       x1="108.08774"
       y1="1025.709"
       x2="80.655251"
       y2="1043.709" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4702-3"
       id="linearGradient3946"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.88803314,0,0,0.88803314,424.79448,146.61652)"
       x1="113.5146"
       y1="1004.8033"
       x2="78.000107"
       y2="922.07178" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4702-3"
       id="linearGradient3950"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.88803314,0,0,0.88803314,424.82319,903.54327)"
       x1="142.96875"
       y1="63.65625"
       x2="176.60477"
       y2="70.667412" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4702-3"
       id="linearGradient3954"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(-0.88803314,0,0,0.88803314,797.1771,903.54298)"
       x1="142.96875"
       y1="63.65625"
       x2="177.04297"
       y2="69.791016" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4696-5"
       id="linearGradient3957"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(-0.49726789,0,0,0.49726789,756.91725,519.31478)"
       x1="108.08774"
       y1="1025.709"
       x2="80.655251"
       y2="1043.709" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4702-3"
       id="linearGradient3960"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.88803314,0,0,0.88803314,616.79448,146.61652)"
       x1="113.5146"
       y1="1004.8033"
       x2="78.000107"
       y2="922.07178" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4702-3"
       id="linearGradient3964"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.88803314,0,0,0.88803314,616.82319,903.54327)"
       x1="142.96875"
       y1="63.65625"
       x2="176.60477"
       y2="70.667412" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4702-3"
       id="linearGradient3784"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.79908279,0,0,0.79908279,434.79713,1275.8662)"
       x1="142.96875"
       y1="63.65625"
       x2="176.60477"
       y2="70.667412" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4702-3"
       id="linearGradient3786"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.79908279,0,0,0.79908279,434.7713,594.75738)"
       x1="113.5146"
       y1="1004.8033"
       x2="78.000107"
       y2="922.07178" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4696-5"
       id="linearGradient3788"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(-0.44745876,0,0,0.44745876,560.85859,930.12411)"
       x1="108.08774"
       y1="1025.709"
       x2="80.655251"
       y2="1043.709" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4702-3"
       id="linearGradient3790"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(-0.79908279,0,0,0.79908279,597.08579,1275.8659)"
       x1="142.96875"
       y1="63.65625"
       x2="177.04297"
       y2="69.791016" />
  </defs>
  <sodipodi:namedview
     id="base"
     pagecolor="#ffffff"
     bordercolor="#666666"
     borderopacity="1.0"
     inkscape:pageopacity="0.0"
     inkscape:pageshadow="2"
     inkscape:zoom="1.0610305"
     inkscape:cx="589.43174"
     inkscape:cy="-24.014157"
     inkscape:document-units="px"
     inkscape:current-layer="layer1"
     showgrid="false"
     inkscape:window-width="1920"
     inkscape:window-height="1028"
     inkscape:window-x="0"
     inkscape:window-y="24"
     inkscape:window-maximized="1"
     inkscape:showpageshadow="false"
     showborder="true"
     borderlayer="true"
     inkscape:object-nodes="true">
    <inkscape:grid
       type="axonomgrid"
       id="grid3004"
       units="mm"
       empspacing="5"
       visible="true"
       enabled="true"
       snapvisiblegridlinesonly="true"
       spacingy="3.7mm"
       originx="-4mm"
       originy="-8.5mm" />
  </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" />
        <dc:title>Guix System Distribution (Logo)</dc:title>
        <dc:date>2015-04-13</dc:date>
        <dc:creator>
          <cc:Agent>
            <dc:title>Luis Felipe López Acevedo</dc:title>
          </cc:Agent>
        </dc:creator>
        <dc:rights>
          <cc:Agent>
            <dc:title>Luis Felipe López Acevedo</dc:title>
          </cc:Agent>
        </dc:rights>
        <cc:license
           rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
        <dc:description>Variant of the original logo with colors adjusted for printing.</dc:description>
      </cc:Work>
      <cc:License
         rdf:about="http://creativecommons.org/licenses/by-sa/3.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:label="layer"
     inkscape:groupmode="layer"
     id="layer1"
     transform="translate(0,-752.36218)">
    <path
       id="path3368"
       d="m 581.5288,1153.8224 c -1.44113,2.6338 -2.90418,4.7781 -4.39496,6.4676 -1.44111,1.6399 -3.03027,2.9516 -4.76952,3.9455 -1.68959,0.9442 -3.60661,1.6252 -5.74341,2.0226 -2.08712,0.3479 -4.48358,0.5246 -7.21671,0.5245 -2.01612,0 -3.82801,-0.1033 -5.41879,-0.2997 -0.006,0 -0.0185,0 -0.025,0 -0.20168,-0.014 -0.61822,-0.082 -1.0488,-0.1498 -0.45352,-0.071 -0.91711,-0.1395 -1.64812,-0.2747 -13.39938,-2.4792 -17.8433,6.8229 -18.80341,9.3892 -0.15028,0.4017 -0.22474,0.6492 -0.22474,0.6492 l -16.28132,45.3979 -9.98852,16.9806 19.95209,0 c 8.19452,-18.2454 16.07274,-56.3413 24.49688,-59.7064 1.82592,0.2554 4.0892,0.3745 6.81718,0.3745 3.57793,0 6.78144,-0.4289 9.61397,-1.3235 2.8325,-0.8945 5.3803,-2.2819 7.6662,-4.1702 2.28589,-1.938 4.35423,-4.4099 6.1929,-7.3916 1.88833,-2.9815 3.67921,-6.5634 5.36882,-10.7376 l -4.54474,-1.6981 z"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffbf2d;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       inkscape:connector-curvature="0" />
    <path
       inkscape:connector-curvature="0"
       id="path3370"
       d="m 581.52829,1153.8243 c -1.44113,2.6338 -2.90407,4.7751 -4.39487,6.4646 -1.44109,1.64 -3.03088,2.9523 -4.77012,3.9461 -0.41843,0.2338 -0.84981,0.4487 -1.29603,0.65 -0.005,0 -0.007,0.01 -0.0116,0.01 -0.56166,0.395 -1.28409,0.7341 -2.26321,0.9671 -11.29284,2.6888 -18.98475,12.7528 -19.70724,13.7263 0.32759,-0.2693 0.65735,-0.4893 0.98652,-0.6577 0.0495,-0.026 0.0975,-0.05 0.14702,-0.074 0.008,0 0.0153,-0.01 0.0232,-0.012 0.0574,-0.027 0.11667,-0.05 0.17409,-0.074 1.82591,0.2554 4.08871,0.3753 6.81668,0.3753 3.57793,0 6.78124,-0.4325 9.61376,-1.3269 2.83251,-0.8946 5.37802,-2.2783 7.66394,-4.1667 2.28588,-1.938 4.35515,-4.4115 6.19382,-7.3931 1.88833,-2.9816 3.68018,-6.5652 5.36977,-10.7396 l -4.54575,-1.6945 z"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient3148);fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold" />
    <path
       id="path3372"
       d="m 450.35423,1153.8224 c 1.44113,2.6338 2.90416,4.7781 4.39495,6.4676 1.44111,1.6399 3.03027,2.9516 4.76953,3.9455 1.68957,0.9442 3.6066,1.6252 5.7434,2.0226 2.08713,0.348 4.48358,0.5246 7.21671,0.5245 2.01613,0 3.82801,-0.1033 5.41878,-0.2997 0.006,0 0.0185,0 0.025,0 0.20167,-0.014 0.61821,-0.082 1.0488,-0.1498 0.45352,-0.071 0.91711,-0.1395 1.64811,-0.2747 13.39939,-2.4792 17.84331,6.8229 18.80342,9.3892 0.15028,0.4017 0.22474,0.6492 0.22474,0.6492 l 16.2813,45.3979 9.98854,16.9806 -19.95209,0 c -8.19452,-18.2454 -16.07273,-56.3413 -24.49688,-59.7064 -1.82592,0.2554 -4.08921,0.3745 -6.81718,0.3745 -3.57793,0 -6.78144,-0.4289 -9.61397,-1.3235 -2.83251,-0.8945 -5.38031,-2.2819 -7.6662,-4.1702 -2.28588,-1.938 -4.35423,-4.4099 -6.19289,-7.3916 -1.88834,-2.9815 -3.67924,-6.5634 -5.36884,-10.7376 l 4.54478,-1.6981 z"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffbf2d;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       inkscape:connector-curvature="0" />
    <path
       inkscape:connector-curvature="0"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient3144);fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 450.35342,1153.8218 c 1.44113,2.6338 2.90416,4.778 4.39495,6.4676 1.44111,1.6399 3.03027,2.9516 4.76952,3.9455 1.68958,0.9442 3.60661,1.6251 5.74341,2.0226 2.08713,0.348 4.48358,0.5245 7.21672,0.5243 2.01612,0 3.828,-0.1032 5.41878,-0.2995 0.006,0 0.0185,0 0.025,0 0.20167,-0.014 0.61822,-0.083 1.04881,-0.1498 0.45351,-0.071 0.91711,-0.1395 1.6481,-0.2748 13.39939,-2.4792 17.84331,6.8229 18.80342,9.3893 0.15027,0.4017 0.22474,0.6492 0.22474,0.6492 l 16.28131,45.3979 8.39037,16.9806 -18.35393,0 c -8.19451,-18.2455 -16.07273,-56.3413 -24.49688,-59.7065 -1.82591,0.2554 -4.08921,0.3745 -6.81719,0.3745 -3.57791,0 -6.78143,-0.429 -9.61395,-1.3234 -2.83251,-0.8945 -5.38031,-2.2819 -7.6662,-4.1703 -2.28588,-1.938 -4.35423,-4.4099 -6.19289,-7.3915 -1.88834,-2.9815 -3.67924,-6.5634 -5.36884,-10.7376 l 4.54478,-1.6981 z"
       id="path3374"
       sodipodi:nodetypes="ccccccccsscccccccccccc" />
    <path
       sodipodi:nodetypes="ccc"
       d="m 515.92476,1221.4876 -9.94933,16.9877 19.94212,0"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient3141);fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       id="path3376"
       inkscape:connector-curvature="0" />
    <path
       inkscape:connector-curvature="0"
       id="path3378"
       d="m 450.35558,1153.8243 -4.54575,1.6945 c 0.52799,1.3045 1.06559,2.5526 1.61326,3.7411 0.10952,0.2377 0.21852,0.471 0.32883,0.7041 4.3e-4,8e-4 -4.2e-4,0 0,0 0.10983,0.232 0.22213,0.4612 0.33272,0.6885 0.0369,0.076 0.0752,0.1492 0.11219,0.2245 0.18548,0.3779 0.36945,0.753 0.55709,1.118 8.6e-4,0 0.003,0 0.004,0 0.11185,0.2175 0.22397,0.4332 0.33659,0.6461 0.4542,0.8588 0.91461,1.6806 1.38113,2.4644 0.1165,0.1957 0.23092,0.3854 0.34819,0.5764 0.0454,0.074 0.0898,0.1472 0.1354,0.2205 0.0725,0.1168 0.14766,0.2332 0.22052,0.3482 0.11491,0.1863 0.2276,0.3709 0.34431,0.5532 0.18595,0.2906 0.37823,0.5746 0.5687,0.855 0.048,0.071 0.0948,0.1426 0.14314,0.2128 0.12088,0.1752 0.241,0.3472 0.36366,0.5184 0.2441,0.3406 0.49165,0.6736 0.74279,0.9981 0.12559,0.1623 0.25181,0.3215 0.37914,0.4797 0.25467,0.3164 0.5121,0.6246 0.77375,0.9247 0.19837,0.2275 0.40115,0.4512 0.60352,0.6693 0.064,0.069 0.1291,0.137 0.19343,0.205 0.26923,0.2844 0.54015,0.5601 0.8163,0.8279 0.13774,0.1335 0.2745,0.2652 0.41395,0.3946 0.14013,0.1301 0.27984,0.2571 0.42169,0.383 0.14117,0.1253 0.28269,0.2464 0.42556,0.3675 0.42861,0.3541 0.8682,0.6908 1.31537,1.0097 1.19245,0.8505 2.45134,1.5766 3.77974,2.1782 0.16604,0.076 0.33084,0.1492 0.49905,0.2204 0.33751,0.1433 0.67889,0.2786 1.02522,0.4063 0.17261,0.064 0.34359,0.122 0.51841,0.1819 0.17481,0.059 0.35298,0.1181 0.53001,0.174 0.17703,0.056 0.35395,0.1102 0.53388,0.1625 0.35987,0.1046 0.72724,0.2039 1.09872,0.294 0.18574,0.045 0.37232,0.086 0.56096,0.1277 0.18864,0.041 0.37716,0.082 0.5687,0.1199 0.19277,0.039 0.3846,0.074 0.58031,0.1084 0.3889,0.069 0.78328,0.1309 1.18383,0.1857 0.60082,0.082 1.21446,0.1502 1.84151,0.2011 0.41803,0.034 0.8431,0.061 1.2728,0.081 0.42971,0.021 0.86624,0.032 1.30763,0.039 0.2207,0 0.4418,0 0.66542,0 0.34099,0 0.67547,-10e-5 1.002,0 0.65306,-0.01 1.27664,-0.023 1.87246,-0.047 0.2966,-0.012 0.58789,-0.023 0.87046,-0.039 0.28377,-0.015 0.56205,-0.034 0.83178,-0.054 0.80916,-0.059 1.55526,-0.1324 2.23998,-0.2282 0.0574,0.023 0.11672,0.047 0.17409,0.074 0.008,0 0.0153,0.01 0.0232,0.012 0.0496,0.023 0.0975,0.048 0.14701,0.074 0.32937,0.1686 0.65873,0.3882 0.98652,0.6577 -0.72097,-0.9716 -8.4131,-11.0372 -19.70725,-13.7262 -0.97911,-0.2331 -1.70154,-0.5722 -2.26319,-0.9672 -0.005,0 -0.007,-0.01 -0.0116,-0.01 -0.4452,-0.2008 -0.87847,-0.4167 -1.29602,-0.65 -8.6e-4,-3e-4 -0.003,5e-4 -0.004,0 -0.10775,-0.061 -0.21452,-0.1255 -0.32111,-0.1895 -8.5e-4,-4e-4 -0.003,4e-4 -0.004,0 -0.10753,-0.065 -0.21087,-0.1302 -0.31723,-0.1973 -0.2136,-0.1347 -0.42559,-0.273 -0.63447,-0.4178 -0.10402,-0.072 -0.20664,-0.146 -0.30949,-0.2206 -0.20715,-0.1502 -0.40884,-0.3037 -0.61126,-0.4642 -0.10052,-0.08 -0.19854,-0.1577 -0.29789,-0.2399 -0.10009,-0.083 -0.19898,-0.1661 -0.29789,-0.2514 -0.0982,-0.085 -0.19313,-0.172 -0.29015,-0.2592 -0.48514,-0.436 -0.95595,-0.9009 -1.41209,-1.4005 -0.0912,-0.1 -0.18461,-0.2031 -0.27468,-0.3056 -0.33148,-0.3757 -0.66158,-0.7744 -0.99039,-1.1954 -0.0409,-0.052 -0.0791,-0.1056 -0.11993,-0.1587 -0.0923,-0.1199 -0.18642,-0.2401 -0.27855,-0.3636 -0.46062,-0.6179 -0.91764,-1.2825 -1.37339,-1.9924 -0.1823,-0.284 -0.36393,-0.5755 -0.54549,-0.8744 -0.0908,-0.1495 -0.18021,-0.2994 -0.2708,-0.4526 -0.27093,-0.4582 -0.54307,-0.9354 -0.81244,-1.4276 z"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient3138);fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold" />
    <text
       xml:space="preserve"
       style="font-size:12px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#232323;fill-opacity:1;stroke:none;font-family:Sans"
       x="1"
       y="1072.3622"
       id="text4172"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         x="1"
         y="1072.3622"
         id="tspan4176"><tspan
   id="tspan4860"
   style="font-size:12px;font-weight:bold;-inkscape-font-specification:Sans Bold;fill:#232323;fill-opacity:1">Font: </tspan>Sans</tspan></text>
    <path
       inkscape:connector-curvature="0"
       id="path4181"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#333333;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 594.06522,1234.3675 c -2.82203,1.3718 -5.7518,2.4007 -8.78932,3.0866 -3.03759,0.6859 -6.17312,1.0288 -9.40662,1.0288 -7.30975,0 -13.1007,-2.0381 -17.37286,-6.1143 -4.27219,-4.0958 -6.40827,-9.6417 -6.40827,-16.6379 0,-7.0746 2.17527,-12.6402 6.52585,-16.6968 4.35054,-4.0566 10.30807,-6.0849 17.87259,-6.085 2.91994,10e-5 5.71253,0.2745 8.37777,0.8231 2.68478,0.5488 5.21281,1.3621 7.5841,2.4399 l 0,9.0832 c -2.44969,-1.3913 -4.88952,-2.43 -7.31954,-3.1158 -2.41047,-0.6859 -4.83072,-1.0289 -7.26073,-1.0289 -4.50737,0 -7.98586,1.264 -10.43548,3.7921 -2.43006,2.5084 -3.64509,6.1044 -3.64507,10.7882 -2e-5,4.6445 1.17581,8.2308 3.52749,10.7588 2.35163,2.528 5.69294,3.792 10.02394,3.792 1.17579,0 2.26343,-0.068 3.26292,-0.2058 1.01902,-0.1567 1.93028,-0.3918 2.7338,-0.7054 l 0,-8.5248 -6.908,0 0,-7.5841 17.63743,0 0,21.1061" />
    <path
       inkscape:connector-curvature="0"
       id="path4183"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#333333;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 598.99717,1224.8139 0,-20.1066 10.58246,0 0,3.2923 c -2e-5,1.7834 -0.01,4.0273 -0.0294,6.7315 -0.0196,2.685 -0.0294,4.4781 -0.0294,5.3795 -10e-6,2.6456 0.0686,4.5563 0.20577,5.7321 0.13717,1.1563 0.37234,1.9989 0.7055,2.528 0.43112,0.686 0.98964,1.2151 1.67556,1.5874 0.70548,0.3725 1.50896,0.5586 2.41045,0.5586 2.19485,0 3.9194,-0.8426 5.17364,-2.528 1.25419,-1.6853 1.8813,-4.0272 1.88133,-7.0256 l 0,-16.2558 10.52366,0 0,32.9232 -10.52366,0 0,-4.7621 c -1.5874,1.9205 -3.27275,3.3412 -5.05606,4.2623 -1.76377,0.9015 -3.71368,1.3522 -5.84976,1.3522 -3.80185,0 -6.70222,-1.166 -8.70112,-3.498 -1.97933,-2.3321 -2.96897,-5.7224 -2.96897,-10.171" />
    <path
       inkscape:connector-curvature="0"
       id="path4185"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#333333;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 638.08693,1204.7073 10.52367,0 0,32.9232 -10.52367,0 0,-32.9232 m 0,-12.8166 10.52367,0 0,8.5836 -10.52367,0 0,-8.5836" />
    <path
       inkscape:connector-curvature="0"
       id="path4187"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#333333;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 667.1005,1220.7867 -11.87587,-16.0794 11.14098,0 6.73161,9.7593 6.81981,-9.7593 11.14097,0 -11.87586,16.0206 12.46377,16.9026 -11.14096,0 -7.40773,-10.4061 -7.31953,10.4061 -11.14097,0 12.46378,-16.8438" />
    <path
       inkscape:connector-curvature="0"
       id="path4194"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 727.30291,1195.1243 0,9.289 c -2.41048,-1.0778 -4.76213,-1.8911 -7.05497,-2.4398 -2.29289,-0.5488 -4.45837,-0.8231 -6.49645,-0.8231 -2.70443,0 -4.70334,0.3723 -5.99672,1.117 -1.29343,0.7447 -1.94014,1.9009 -1.94013,3.4687 -1e-5,1.1758 0.43113,2.0969 1.29342,2.7632 0.88185,0.6467 2.46922,1.2053 4.76211,1.6755 l 4.82089,0.9701 c 4.87966,0.9799 8.34835,2.4693 10.40608,4.4682 2.05767,1.9989 3.08651,4.8404 3.08655,8.5247 -4e-5,4.8405 -1.44043,8.4464 -4.32117,10.8177 -2.86121,2.3516 -7.24117,3.5274 -13.13988,3.5274 -2.78281,0 -5.5754,-0.2646 -8.37778,-0.7937 -2.8024,-0.5291 -5.60479,-1.313 -8.40717,-2.3516 l 0,-9.5536 c 2.80238,1.4894 5.50678,2.6163 8.11322,3.3805 2.62599,0.7447 5.15402,1.117 7.58409,1.117 2.46922,0 4.36033,-0.4115 5.67337,-1.2346 1.31298,-0.8231 1.96949,-1.9989 1.96952,-3.5275 -3e-5,-1.3718 -0.45077,-2.43 -1.35221,-3.1747 -0.88189,-0.7447 -2.65544,-1.411 -5.32062,-1.999 l -4.37997,-0.97 c -4.38977,-0.9406 -7.6037,-2.4398 -9.64179,-4.4975 -2.0185,-2.0577 -3.02776,-4.8307 -3.02776,-8.319 0,-4.3701 1.41099,-7.731 4.23298,-10.0827 2.82198,-2.3517 6.87859,-3.5275 12.16983,-3.5276 2.41043,10e-5 4.88946,0.1863 7.43712,0.5586 2.54759,0.3528 5.1834,0.8917 7.90744,1.6168" />
    <path
       inkscape:connector-curvature="0"
       id="path4196"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 745.61317,1202.2969 0,26.7794 4.05661,0 c 4.6249,0 8.15239,-1.1464 10.58246,-3.4393 2.4496,-2.2928 3.67443,-5.6244 3.67446,-9.9946 -3e-5,-4.3505 -1.21506,-7.6624 -3.64507,-9.9357 -2.43007,-2.2733 -5.96735,-3.4098 -10.61185,-3.4098 l -4.05661,0 m -11.31735,-8.5542 11.93466,0 c 6.66301,0 11.62108,0.4801 14.87423,1.4403 3.27269,0.9407 6.07508,2.5477 8.40718,4.8209 2.05765,1.9794 3.58623,4.2624 4.58573,6.8493 0.99941,2.5868 1.49913,5.5166 1.49917,8.7892 -4e-5,3.312 -0.49976,6.2712 -1.49917,8.8776 -0.9995,2.5867 -2.52808,4.8699 -4.58573,6.8492 -2.3517,2.2732 -5.17369,3.89 -8.46597,4.8503 -3.29235,0.9406 -8.23082,1.411 -14.81544,1.411 l -11.93466,0 0,-43.8878" />
    <path
       style="fill:#232323;fill-opacity:1;stroke:none"
       d="m 618,683.36218 0,207 178,0 0,-207 -178,0 z m 1,1 176,0 0,205 -176,0 0,-205 z"
       id="rect4365"
       inkscape:connector-curvature="0" />
    <rect
       style="fill:#232323;fill-opacity:1;stroke:none"
       id="rect4120"
       width="178"
       height="207"
       x="426"
       y="683.36218" />
    <g
       style="font-size:40px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       id="text4152">
      <path
         d="m 463.48633,864.19421 c -1.87503,0.91146 -3.82164,1.59506 -5.83985,2.05079 -2.01825,0.45572 -4.10158,0.68359 -6.25,0.68359 -4.85678,0 -8.70443,-1.35417 -11.54296,-4.0625 -2.83855,-2.72135 -4.25782,-6.40624 -4.25782,-11.05469 0,-4.7005 1.44531,-8.39841 4.33594,-11.09375 2.89062,-2.69528 6.84895,-4.04294 11.875,-4.04297 1.94008,3e-5 3.79555,0.18232 5.56641,0.54688 1.78383,0.36461 3.46351,0.90497 5.03906,1.62109 l 0,6.03516 c -1.62763,-0.92446 -3.24872,-1.61456 -4.86328,-2.07031 -1.60159,-0.45571 -3.20966,-0.68357 -4.82422,-0.6836 -2.99481,3e-5 -5.306,0.83987 -6.93359,2.51953 -1.6146,1.66669 -2.42189,4.05601 -2.42188,7.16797 -1e-5,3.08595 0.78124,5.46876 2.34375,7.14844 1.56249,1.67969 3.78254,2.51954 6.66016,2.51953 0.78123,10e-6 1.50388,-0.0456 2.16797,-0.13672 0.67706,-0.10416 1.28253,-0.26041 1.8164,-0.46875 l 0,-5.66406 -4.58984,0 0,-5.03906 11.71875,0 0,14.02343"
         style=""
         id="path3266" />
      <path
         d="m 469.54102,857.84656 0,-13.35938 7.03125,0 0,2.1875 c -10e-6,1.18492 -0.007,2.6758 -0.0195,4.47266 -0.013,1.78387 -0.0195,2.97527 -0.0195,3.57422 -1e-5,1.75782 0.0456,3.02735 0.13672,3.80859 0.0911,0.76824 0.24739,1.32813 0.46875,1.67969 0.28645,0.45573 0.65754,0.8073 1.11328,1.05469 0.46874,0.2474 1.00259,0.37109 1.60157,0.37109 1.45831,0 2.60415,-0.55989 3.4375,-1.67969 0.83331,-1.11978 1.24998,-2.67577 1.25,-4.66797 l 0,-10.80078 6.99218,0 0,21.875 -6.99218,0 0,-3.16406 c -1.05471,1.27604 -2.1745,2.22005 -3.35938,2.83203 -1.17189,0.59896 -2.46746,0.89844 -3.88672,0.89844 -2.52605,0 -4.45313,-0.77474 -5.78125,-2.32422 -1.31511,-1.54948 -1.97266,-3.80208 -1.97265,-6.75781"
         style=""
         id="path3268" />
      <path
         d="m 498.29102,844.48718 6.99218,0 0,21.875 -6.99218,0 0,-21.875 m 0,-8.51562 6.99218,0 0,5.70312 -6.99218,0 0,-5.70312"
         style=""
         id="path3270" />
      <path
         d="m 517.56836,855.17078 -7.89063,-10.6836 7.40235,0 4.47265,6.48438 4.53125,-6.48438 7.40235,0 -7.89063,10.64453 8.28125,11.23047 -7.40234,0 -4.92188,-6.91406 -4.86328,6.91406 -7.40234,0 8.28125,-11.1914"
         style=""
         id="path3272" />
      <path
         d="m 558.42773,838.12 0,6.17187 c -1.60158,-0.71612 -3.16408,-1.25649 -4.6875,-1.62109 -1.52345,-0.36456 -2.96225,-0.54685 -4.3164,-0.54688 -1.79689,3e-5 -3.12501,0.24742 -3.98438,0.74219 -0.85938,0.49481 -1.28907,1.26304 -1.28906,2.30469 -10e-6,0.78127 0.28645,1.39325 0.85938,1.83593 0.58592,0.42971 1.64061,0.8008 3.16406,1.11329 l 3.20312,0.64453 c 3.24217,0.65105 5.54686,1.64064 6.91407,2.96875 1.36716,1.32813 2.05075,3.21615 2.05078,5.66406 -3e-5,3.21615 -0.95706,5.61198 -2.8711,7.1875 -1.90106,1.5625 -4.81121,2.34375 -8.73047,2.34375 -1.84897,0 -3.70443,-0.17578 -5.5664,-0.52734 -1.86199,-0.35157 -3.72397,-0.8724 -5.58594,-1.5625 l 0,-6.34766 c 1.86197,0.98959 3.65885,1.73829 5.39063,2.24609 1.74478,0.4948 3.42446,0.7422 5.03906,0.74219 1.64061,10e-6 2.89712,-0.27343 3.76953,-0.82031 0.87238,-0.54687 1.30857,-1.32812 1.30859,-2.34375 -2e-5,-0.91145 -0.29949,-1.61458 -0.89843,-2.10938 -0.58596,-0.49478 -1.76434,-0.93749 -3.53516,-1.32812 l -2.91016,-0.64453 c -2.91667,-0.62499 -5.05209,-1.62108 -6.40625,-2.98828 -1.34115,-1.36718 -2.01172,-3.20962 -2.01172,-5.52735 0,-2.90362 0.9375,-5.13669 2.8125,-6.69922 1.875,-1.56247 4.57031,-2.34372 8.08594,-2.34375 1.60155,3e-5 3.24868,0.12373 4.94141,0.3711 1.69269,0.2344 3.44399,0.59247 5.2539,1.07422"
         style="fill:#cccccc"
         id="path3274" />
      <path
         d="m 574.48242,842.88562 0,17.79297 2.69531,0 c 3.0729,0 5.41665,-0.76171 7.03125,-2.28516 1.62759,-1.52343 2.44139,-3.73696 2.44141,-6.64062 -2e-5,-2.89061 -0.80731,-5.09113 -2.42187,-6.60156 -1.61461,-1.5104 -3.96487,-2.26561 -7.05079,-2.26563 l -2.69531,0 m -7.51953,-5.68359 7.92969,0 c 4.42707,3e-5 7.72133,0.31904 9.88281,0.95703 2.17446,0.62503 4.03643,1.69273 5.58594,3.20312 1.36716,1.31513 2.38278,2.83206 3.04687,4.55078 0.66403,1.71877 0.99607,3.66539 0.9961,5.83985 -3e-5,2.20053 -0.33207,4.16667 -0.9961,5.89844 -0.66409,1.71875 -1.67971,3.23568 -3.04687,4.55078 -1.56253,1.51042 -3.43753,2.58463 -5.625,3.22265 -2.18752,0.625 -5.46877,0.9375 -9.84375,0.9375 l -7.92969,0 0,-29.16015"
         style="fill:#cccccc"
         id="path3276" />
    </g>
    <path
       inkscape:connector-curvature="0"
       id="path3279"
       style="font-size:40px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#333333;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 655.48633,864.19421 c -1.87503,0.91146 -3.82164,1.59506 -5.83985,2.05079 -2.01825,0.45572 -4.10158,0.68359 -6.25,0.68359 -4.85678,0 -8.70443,-1.35417 -11.54296,-4.0625 -2.83855,-2.72135 -4.25782,-6.40624 -4.25782,-11.05469 0,-4.7005 1.44531,-8.39841 4.33594,-11.09375 2.89062,-2.69528 6.84895,-4.04294 11.875,-4.04297 1.94008,3e-5 3.79555,0.18232 5.56641,0.54688 1.78383,0.36461 3.46351,0.90497 5.03906,1.62109 l 0,6.03516 c -1.62763,-0.92446 -3.24872,-1.61456 -4.86328,-2.07031 -1.60159,-0.45571 -3.20966,-0.68357 -4.82422,-0.6836 -2.99481,3e-5 -5.306,0.83987 -6.93359,2.51953 -1.6146,1.66669 -2.42189,4.05601 -2.42188,7.16797 -10e-6,3.08595 0.78124,5.46876 2.34375,7.14844 1.56249,1.67969 3.78254,2.51954 6.66016,2.51953 0.78123,10e-6 1.50388,-0.0456 2.16797,-0.13672 0.67706,-0.10416 1.28253,-0.26041 1.8164,-0.46875 l 0,-5.66406 -4.58984,0 0,-5.03906 11.71875,0 0,14.02343" />
    <path
       inkscape:connector-curvature="0"
       id="path3281"
       style="font-size:40px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#333333;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 661.54102,857.84656 0,-13.35938 7.03125,0 0,2.1875 c -10e-6,1.18492 -0.007,2.6758 -0.0195,4.47266 -0.013,1.78387 -0.0195,2.97527 -0.0195,3.57422 -10e-6,1.75782 0.0456,3.02735 0.13672,3.80859 0.0911,0.76824 0.24739,1.32813 0.46875,1.67969 0.28645,0.45573 0.65754,0.8073 1.11328,1.05469 0.46874,0.2474 1.00259,0.37109 1.60157,0.37109 1.45831,0 2.60415,-0.55989 3.4375,-1.67969 0.83331,-1.11978 1.24998,-2.67577 1.25,-4.66797 l 0,-10.80078 6.99218,0 0,21.875 -6.99218,0 0,-3.16406 c -1.05471,1.27604 -2.1745,2.22005 -3.35938,2.83203 -1.17189,0.59896 -2.46746,0.89844 -3.88672,0.89844 -2.52605,0 -4.45313,-0.77474 -5.78125,-2.32422 -1.31511,-1.54948 -1.97266,-3.80208 -1.97265,-6.75781" />
    <path
       inkscape:connector-curvature="0"
       id="path3283"
       style="font-size:40px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#333333;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 690.29102,844.48718 6.99218,0 0,21.875 -6.99218,0 0,-21.875 m 0,-8.51562 6.99218,0 0,5.70312 -6.99218,0 0,-5.70312" />
    <path
       inkscape:connector-curvature="0"
       id="path3285"
       style="font-size:40px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#333333;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 709.56836,855.17078 -7.89063,-10.6836 7.40235,0 4.47265,6.48438 4.53125,-6.48438 7.40235,0 -7.89063,10.64453 8.28125,11.23047 -7.40234,0 -4.92188,-6.91406 -4.86328,6.91406 -7.40234,0 8.28125,-11.1914" />
    <path
       inkscape:connector-curvature="0"
       id="path3287"
       style="font-size:40px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 750.42773,838.12 0,6.17187 c -1.60158,-0.71612 -3.16408,-1.25649 -4.6875,-1.62109 -1.52345,-0.36456 -2.96225,-0.54685 -4.3164,-0.54688 -1.79689,3e-5 -3.12501,0.24742 -3.98438,0.74219 -0.85938,0.49481 -1.28907,1.26304 -1.28906,2.30469 -10e-6,0.78127 0.28645,1.39325 0.85938,1.83593 0.58592,0.42971 1.64061,0.8008 3.16406,1.11329 l 3.20312,0.64453 c 3.24217,0.65105 5.54686,1.64064 6.91407,2.96875 1.36716,1.32813 2.05075,3.21615 2.05078,5.66406 -3e-5,3.21615 -0.95706,5.61198 -2.8711,7.1875 -1.90106,1.5625 -4.81121,2.34375 -8.73047,2.34375 -1.84897,0 -3.70443,-0.17578 -5.5664,-0.52734 -1.86199,-0.35157 -3.72397,-0.8724 -5.58594,-1.5625 l 0,-6.34766 c 1.86197,0.98959 3.65885,1.73829 5.39063,2.24609 1.74478,0.4948 3.42446,0.7422 5.03906,0.74219 1.64061,10e-6 2.89712,-0.27343 3.76953,-0.82031 0.87238,-0.54687 1.30857,-1.32812 1.30859,-2.34375 -2e-5,-0.91145 -0.29949,-1.61458 -0.89843,-2.10938 -0.58596,-0.49478 -1.76434,-0.93749 -3.53516,-1.32812 l -2.91016,-0.64453 c -2.91667,-0.62499 -5.05209,-1.62108 -6.40625,-2.98828 -1.34115,-1.36718 -2.01172,-3.20962 -2.01172,-5.52735 0,-2.90362 0.9375,-5.13669 2.8125,-6.69922 1.875,-1.56247 4.57031,-2.34372 8.08594,-2.34375 1.60155,3e-5 3.24868,0.12373 4.94141,0.3711 1.69269,0.2344 3.44399,0.59247 5.2539,1.07422" />
    <path
       inkscape:connector-curvature="0"
       id="path3289"
       style="font-size:40px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 766.48242,842.88562 0,17.79297 2.69531,0 c 3.0729,0 5.41665,-0.76171 7.03125,-2.28516 1.62759,-1.52343 2.44139,-3.73696 2.44141,-6.64062 -2e-5,-2.89061 -0.80731,-5.09113 -2.42187,-6.60156 -1.61461,-1.5104 -3.96487,-2.26561 -7.05079,-2.26563 l -2.69531,0 m -7.51953,-5.68359 7.92969,0 c 4.42707,3e-5 7.72133,0.31904 9.88281,0.95703 2.17446,0.62503 4.03643,1.69273 5.58594,3.20312 1.36716,1.31513 2.38278,2.83206 3.04687,4.55078 0.66403,1.71877 0.99607,3.66539 0.9961,5.83985 -3e-5,2.20053 -0.33207,4.16667 -0.9961,5.89844 -0.66409,1.71875 -1.67971,3.23568 -3.04687,4.55078 -1.56253,1.51042 -3.43753,2.58463 -5.625,3.22265 -2.18752,0.625 -5.46877,0.9375 -9.84375,0.9375 l -7.92969,0 0,-29.16015" />
    <rect
       y="903.36218"
       x="426"
       height="207"
       width="178"
       id="rect4237"
       style="fill:#232323;fill-opacity:1;stroke:none" />
    <g
       style="font-size:40px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       id="text4259">
      <path
         d="m 463.48633,1084.1942 c -1.87503,0.9115 -3.82164,1.5951 -5.83985,2.0508 -2.01825,0.4557 -4.10158,0.6836 -6.25,0.6836 -4.85678,0 -8.70443,-1.3542 -11.54296,-4.0625 -2.83855,-2.7214 -4.25782,-6.4063 -4.25782,-11.0547 0,-4.7005 1.44531,-8.3984 4.33594,-11.0937 2.89062,-2.6953 6.84895,-4.043 11.875,-4.043 1.94008,0 3.79555,0.1823 5.56641,0.5469 1.78383,0.3646 3.46351,0.9049 5.03906,1.6211 l 0,6.0351 c -1.62763,-0.9244 -3.24872,-1.6146 -4.86328,-2.0703 -1.60159,-0.4557 -3.20966,-0.6836 -4.82422,-0.6836 -2.99481,0 -5.306,0.8399 -6.93359,2.5195 -1.6146,1.6667 -2.42189,4.056 -2.42188,7.168 -1e-5,3.086 0.78124,5.4688 2.34375,7.1484 1.56249,1.6797 3.78254,2.5196 6.66016,2.5196 0.78123,0 1.50388,-0.046 2.16797,-0.1367 0.67706,-0.1042 1.28253,-0.2605 1.8164,-0.4688 l 0,-5.6641 -4.58984,0 0,-5.039 11.71875,0 0,14.0234"
         style=""
         id="path3253" />
      <path
         d="m 469.54102,1077.8466 0,-13.3594 7.03125,0 0,2.1875 c -10e-6,1.1849 -0.007,2.6758 -0.0195,4.4726 -0.013,1.7839 -0.0195,2.9753 -0.0195,3.5743 -1e-5,1.7578 0.0456,3.0273 0.13672,3.8086 0.0911,0.7682 0.24739,1.3281 0.46875,1.6796 0.28645,0.4558 0.65754,0.8073 1.11328,1.0547 0.46874,0.2474 1.00259,0.3711 1.60157,0.3711 1.45831,0 2.60415,-0.5599 3.4375,-1.6797 0.83331,-1.1198 1.24998,-2.6757 1.25,-4.6679 l 0,-10.8008 6.99218,0 0,21.875 -6.99218,0 0,-3.1641 c -1.05471,1.2761 -2.1745,2.2201 -3.35938,2.8321 -1.17189,0.5989 -2.46746,0.8984 -3.88672,0.8984 -2.52605,0 -4.45313,-0.7748 -5.78125,-2.3242 -1.31511,-1.5495 -1.97266,-3.8021 -1.97265,-6.7578"
         style=""
         id="path3255" />
      <path
         d="m 498.29102,1064.4872 6.99218,0 0,21.875 -6.99218,0 0,-21.875 m 0,-8.5156 6.99218,0 0,5.7031 -6.99218,0 0,-5.7031"
         style=""
         id="path3257" />
      <path
         d="m 517.56836,1075.1708 -7.89063,-10.6836 7.40235,0 4.47265,6.4844 4.53125,-6.4844 7.40235,0 -7.89063,10.6445 8.28125,11.2305 -7.40234,0 -4.92188,-6.9141 -4.86328,6.9141 -7.40234,0 8.28125,-11.1914"
         style=""
         id="path3259" />
      <path
         d="m 558.42773,1058.12 0,6.1719 c -1.60158,-0.7162 -3.16408,-1.2565 -4.6875,-1.6211 -1.52345,-0.3646 -2.96225,-0.5469 -4.3164,-0.5469 -1.79689,0 -3.12501,0.2474 -3.98438,0.7422 -0.85938,0.4948 -1.28907,1.263 -1.28906,2.3047 -10e-6,0.7812 0.28645,1.3932 0.85938,1.8359 0.58592,0.4297 1.64061,0.8008 3.16406,1.1133 l 3.20312,0.6445 c 3.24217,0.6511 5.54686,1.6407 6.91407,2.9688 1.36716,1.3281 2.05075,3.2161 2.05078,5.664 -3e-5,3.2162 -0.95706,5.612 -2.8711,7.1875 -1.90106,1.5625 -4.81121,2.3438 -8.73047,2.3438 -1.84897,0 -3.70443,-0.1758 -5.5664,-0.5274 -1.86199,-0.3515 -3.72397,-0.8723 -5.58594,-1.5625 l 0,-6.3476 c 1.86197,0.9896 3.65885,1.7383 5.39063,2.2461 1.74478,0.4948 3.42446,0.7422 5.03906,0.7422 1.64061,0 2.89712,-0.2735 3.76953,-0.8203 0.87238,-0.5469 1.30857,-1.3282 1.30859,-2.3438 -2e-5,-0.9114 -0.29949,-1.6146 -0.89843,-2.1094 -0.58596,-0.4947 -1.76434,-0.9375 -3.53516,-1.3281 l -2.91016,-0.6445 c -2.91667,-0.625 -5.05209,-1.6211 -6.40625,-2.9883 -1.34115,-1.3672 -2.01172,-3.2096 -2.01172,-5.5273 0,-2.9037 0.9375,-5.1367 2.8125,-6.6993 1.875,-1.5624 4.57031,-2.3437 8.08594,-2.3437 1.60155,0 3.24868,0.1237 4.94141,0.3711 1.69269,0.2344 3.44399,0.5925 5.2539,1.0742"
         style="fill:#cccccc"
         id="path3261" />
      <path
         d="m 574.48242,1062.8856 0,17.793 2.69531,0 c 3.0729,0 5.41665,-0.7617 7.03125,-2.2852 1.62759,-1.5234 2.44139,-3.7369 2.44141,-6.6406 -2e-5,-2.8906 -0.80731,-5.0911 -2.42187,-6.6016 -1.61461,-1.5103 -3.96487,-2.2656 -7.05079,-2.2656 l -2.69531,0 m -7.51953,-5.6836 7.92969,0 c 4.42707,10e-5 7.72133,0.3191 9.88281,0.9571 2.17446,0.625 4.03643,1.6927 5.58594,3.2031 1.36716,1.3151 2.38278,2.832 3.04687,4.5508 0.66403,1.7187 0.99607,3.6653 0.9961,5.8398 -3e-5,2.2005 -0.33207,4.1667 -0.9961,5.8984 -0.66409,1.7188 -1.67971,3.2357 -3.04687,4.5508 -1.56253,1.5104 -3.43753,2.5847 -5.625,3.2227 -2.18752,0.625 -5.46877,0.9375 -9.84375,0.9375 l -7.92969,0 0,-29.1602"
         style="fill:#cccccc"
         id="path3263" />
    </g>
    <path
       inkscape:connector-curvature="0"
       id="path3292"
       style="font-size:40px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#333333;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 655.48633,1084.1942 c -1.87503,0.9115 -3.82164,1.5951 -5.83985,2.0508 -2.01825,0.4557 -4.10158,0.6836 -6.25,0.6836 -4.85678,0 -8.70443,-1.3542 -11.54296,-4.0625 -2.83855,-2.7214 -4.25782,-6.4063 -4.25782,-11.0547 0,-4.7005 1.44531,-8.3984 4.33594,-11.0937 2.89062,-2.6953 6.84895,-4.043 11.875,-4.043 1.94008,0 3.79555,0.1823 5.56641,0.5469 1.78383,0.3646 3.46351,0.9049 5.03906,1.6211 l 0,6.0351 c -1.62763,-0.9244 -3.24872,-1.6146 -4.86328,-2.0703 -1.60159,-0.4557 -3.20966,-0.6836 -4.82422,-0.6836 -2.99481,0 -5.306,0.8399 -6.93359,2.5195 -1.6146,1.6667 -2.42189,4.056 -2.42188,7.168 -10e-6,3.086 0.78124,5.4688 2.34375,7.1484 1.56249,1.6797 3.78254,2.5196 6.66016,2.5196 0.78123,0 1.50388,-0.046 2.16797,-0.1367 0.67706,-0.1042 1.28253,-0.2605 1.8164,-0.4688 l 0,-5.6641 -4.58984,0 0,-5.039 11.71875,0 0,14.0234" />
    <path
       inkscape:connector-curvature="0"
       id="path3294"
       style="font-size:40px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#333333;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 661.54102,1077.8466 0,-13.3594 7.03125,0 0,2.1875 c -10e-6,1.1849 -0.007,2.6758 -0.0195,4.4726 -0.013,1.7839 -0.0195,2.9753 -0.0195,3.5743 -10e-6,1.7578 0.0456,3.0273 0.13672,3.8086 0.0911,0.7682 0.24739,1.3281 0.46875,1.6796 0.28645,0.4558 0.65754,0.8073 1.11328,1.0547 0.46874,0.2474 1.00259,0.3711 1.60157,0.3711 1.45831,0 2.60415,-0.5599 3.4375,-1.6797 0.83331,-1.1198 1.24998,-2.6757 1.25,-4.6679 l 0,-10.8008 6.99218,0 0,21.875 -6.99218,0 0,-3.1641 c -1.05471,1.2761 -2.1745,2.2201 -3.35938,2.8321 -1.17189,0.5989 -2.46746,0.8984 -3.88672,0.8984 -2.52605,0 -4.45313,-0.7748 -5.78125,-2.3242 -1.31511,-1.5495 -1.97266,-3.8021 -1.97265,-6.7578" />
    <path
       inkscape:connector-curvature="0"
       id="path3296"
       style="font-size:40px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#333333;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 690.29102,1064.4872 6.99218,0 0,21.875 -6.99218,0 0,-21.875 m 0,-8.5156 6.99218,0 0,5.7031 -6.99218,0 0,-5.7031" />
    <path
       inkscape:connector-curvature="0"
       id="path3298"
       style="font-size:40px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#333333;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 709.56836,1075.1708 -7.89063,-10.6836 7.40235,0 4.47265,6.4844 4.53125,-6.4844 7.40235,0 -7.89063,10.6445 8.28125,11.2305 -7.40234,0 -4.92188,-6.9141 -4.86328,6.9141 -7.40234,0 8.28125,-11.1914" />
    <path
       inkscape:connector-curvature="0"
       id="path3300"
       style="font-size:40px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 750.42773,1058.12 0,6.1719 c -1.60158,-0.7162 -3.16408,-1.2565 -4.6875,-1.6211 -1.52345,-0.3646 -2.96225,-0.5469 -4.3164,-0.5469 -1.79689,0 -3.12501,0.2474 -3.98438,0.7422 -0.85938,0.4948 -1.28907,1.263 -1.28906,2.3047 -10e-6,0.7812 0.28645,1.3932 0.85938,1.8359 0.58592,0.4297 1.64061,0.8008 3.16406,1.1133 l 3.20312,0.6445 c 3.24217,0.6511 5.54686,1.6407 6.91407,2.9688 1.36716,1.3281 2.05075,3.2161 2.05078,5.664 -3e-5,3.2162 -0.95706,5.612 -2.8711,7.1875 -1.90106,1.5625 -4.81121,2.3438 -8.73047,2.3438 -1.84897,0 -3.70443,-0.1758 -5.5664,-0.5274 -1.86199,-0.3515 -3.72397,-0.8723 -5.58594,-1.5625 l 0,-6.3476 c 1.86197,0.9896 3.65885,1.7383 5.39063,2.2461 1.74478,0.4948 3.42446,0.7422 5.03906,0.7422 1.64061,0 2.89712,-0.2735 3.76953,-0.8203 0.87238,-0.5469 1.30857,-1.3282 1.30859,-2.3438 -2e-5,-0.9114 -0.29949,-1.6146 -0.89843,-2.1094 -0.58596,-0.4947 -1.76434,-0.9375 -3.53516,-1.3281 l -2.91016,-0.6445 c -2.91667,-0.625 -5.05209,-1.6211 -6.40625,-2.9883 -1.34115,-1.3672 -2.01172,-3.2096 -2.01172,-5.5273 0,-2.9037 0.9375,-5.1367 2.8125,-6.6993 1.875,-1.5624 4.57031,-2.3437 8.08594,-2.3437 1.60155,0 3.24868,0.1237 4.94141,0.3711 1.69269,0.2344 3.44399,0.5925 5.2539,1.0742" />
    <path
       inkscape:connector-curvature="0"
       id="path3302"
       style="font-size:40px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 766.48242,1062.8856 0,17.793 2.69531,0 c 3.0729,0 5.41665,-0.7617 7.03125,-2.2852 1.62759,-1.5234 2.44139,-3.7369 2.44141,-6.6406 -2e-5,-2.8906 -0.80731,-5.0911 -2.42187,-6.6016 -1.61461,-1.5103 -3.96487,-2.2656 -7.05079,-2.2656 l -2.69531,0 m -7.51953,-5.6836 7.92969,0 c 4.42707,10e-5 7.72133,0.3191 9.88281,0.9571 2.17446,0.625 4.03643,1.6927 5.58594,3.2031 1.36716,1.3151 2.38278,2.832 3.04687,4.5508 0.66403,1.7187 0.99607,3.6653 0.9961,5.8398 -3e-5,2.2005 -0.33207,4.1667 -0.9961,5.8984 -0.66409,1.7188 -1.67971,3.2357 -3.04687,4.5508 -1.56253,1.5104 -3.43753,2.5847 -5.625,3.2227 -2.18752,0.625 -5.46877,0.9375 -9.84375,0.9375 l -7.92969,0 0,-29.1602" />
    <path
       id="path4390"
       d="m 618,903.36218 0,207.00002 178,0 0,-207.00002 -178,0 z m 1,1 176,0 0,205.00002 -176,0 0,-205.00002 z"
       style="fill:#232323;fill-opacity:1;stroke:none"
       inkscape:connector-curvature="0" />
    <path
       id="path3198"
       d="m 587.88838,725.72472 c -1.60155,2.92698 -3.22746,5.30992 -4.88419,7.18753 -1.60153,1.82245 -3.36759,3.28019 -5.30044,4.38465 -1.87767,1.04931 -4.00808,1.80608 -6.38274,2.24783 -2.31945,0.38657 -4.98268,0.58286 -8.02005,0.58275 -2.24054,0 -4.25412,-0.11475 -6.02198,-0.33297 -0.007,0 -0.0206,0 -0.0278,0 -0.22413,-0.0163 -0.68703,-0.0915 -1.16554,-0.16652 -0.50401,-0.0789 -1.0192,-0.15496 -1.83158,-0.30526 -14.89094,-2.75519 -19.82954,7.58236 -20.89653,10.43442 -0.16701,0.44637 -0.24975,0.72146 -0.24975,0.72146 l -18.09369,50.4514 -11.1004,18.87079 22.17307,0 c 9.1067,-20.27642 17.86189,-62.61298 27.22377,-66.35275 2.02917,0.28381 4.54439,0.41621 7.57603,0.41621 3.97621,0 7.53632,-0.47668 10.68416,-1.47076 3.1478,-0.99405 5.97921,-2.53589 8.51957,-4.63446 2.54034,-2.15375 4.83892,-4.90076 6.88226,-8.21431 2.09853,-3.31346 4.08877,-7.29401 5.96646,-11.93293 l -5.05064,-1.88708 z"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       inkscape:connector-curvature="0" />
    <path
       inkscape:connector-curvature="0"
       id="path3200"
       d="m 587.88781,725.72679 c -1.60155,2.92697 -3.22734,5.30663 -4.88409,7.18424 -1.6015,1.82246 -3.36826,3.28089 -5.30111,4.38535 -0.465,0.25986 -0.9444,0.49865 -1.44029,0.72229 -0.005,0.002 -0.008,0.006 -0.013,0.009 -0.62418,0.43896 -1.42702,0.81579 -2.51514,1.07484 -12.5499,2.98812 -21.09804,14.17223 -21.90096,15.25415 0.36406,-0.29931 0.73052,-0.54368 1.09634,-0.73089 0.055,-0.0291 0.10832,-0.0555 0.16338,-0.0817 0.009,-0.004 0.017,-0.009 0.0258,-0.0129 0.0638,-0.0298 0.12965,-0.0562 0.19347,-0.0817 2.02916,0.28381 4.54384,0.41704 7.57548,0.41704 3.97621,0 7.53609,-0.4806 10.68392,-1.47469 3.14781,-0.99405 5.97668,-2.53184 8.51705,-4.63041 2.54034,-2.15374 4.83995,-4.90254 6.88329,-8.21609 2.09853,-3.31346 4.08984,-7.2961 5.96751,-11.93504 l -5.05176,-1.88312 z"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient3229);fill-opacity:1.0;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold" />
    <path
       id="path3202"
       d="m 442.11203,725.72473 c 1.60155,2.92697 3.22744,5.30991 4.88418,7.18752 1.60153,1.82245 3.36759,3.28019 5.30045,4.38465 1.87765,1.04931 4.00807,1.80608 6.38273,2.24783 2.31946,0.38669 4.98268,0.58286 8.02005,0.58275 2.24055,0 4.25412,-0.11475 6.02197,-0.33297 0.007,0 0.0206,0 0.0278,0 0.22411,-0.0161 0.68702,-0.0915 1.16554,-0.16652 0.50401,-0.0789 1.0192,-0.15496 1.83157,-0.30526 14.89095,-2.75519 19.82955,7.58236 20.89654,10.43442 0.167,0.44637 0.24975,0.72146 0.24975,0.72146 l 18.09367,50.4514 11.10042,18.87079 -22.17307,0 c -9.1067,-20.27642 -17.86188,-62.61298 -27.22377,-66.35275 -2.02917,0.28381 -4.5444,0.41621 -7.57604,0.41621 -3.9762,0 -7.53632,-0.47668 -10.68415,-1.47076 -3.14781,-0.99405 -5.97922,-2.53589 -8.51957,-4.63446 -2.54033,-2.15375 -4.83892,-4.90076 -6.88225,-8.21431 -2.09854,-3.31343 -4.0888,-7.29398 -5.96648,-11.93293 l 5.05069,-1.88707 z"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       inkscape:connector-curvature="0" />
    <path
       inkscape:connector-curvature="0"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient3225);fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 442.11113,725.724 c 1.60155,2.92697 3.22744,5.3099 4.88418,7.18751 1.60153,1.82246 3.36759,3.2802 5.30044,4.38466 1.87766,1.04931 4.00808,1.80608 6.38274,2.24783 2.31946,0.38668 4.98268,0.58286 8.02006,0.58275 2.24054,0 4.25411,-0.11476 6.02197,-0.33298 0.007,0 0.0206,0 0.0278,0 0.22412,-0.0161 0.68703,-0.0915 1.16555,-0.16652 0.504,-0.0789 1.0192,-0.15495 1.83156,-0.30525 14.89096,-2.75519 19.82955,7.58235 20.89654,10.43441 0.167,0.44638 0.24975,0.72147 0.24975,0.72147 l 18.09368,50.45139 9.32435,18.87079 -20.39701,0 c -9.10669,-20.27642 -17.86188,-62.61298 -27.22377,-66.35274 -2.02916,0.28381 -4.5444,0.4162 -7.57604,0.4162 -3.97619,0 -7.53631,-0.47668 -10.68414,-1.47076 -3.14781,-0.99405 -5.97922,-2.53589 -8.51957,-4.63446 -2.54033,-2.15374 -4.83892,-4.90075 -6.88225,-8.2143 -2.09854,-3.31344 -4.0888,-7.29399 -5.96648,-11.93294 l 5.05069,-1.88706 z"
       id="path3204"
       sodipodi:nodetypes="ccccccccsscccccccccccc" />
    <path
       sodipodi:nodetypes="ccc"
       d="m 514.98159,800.92211 -11.05685,18.87869 22.16199,0"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient3222);fill-opacity:1.0;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       id="path3206"
       inkscape:connector-curvature="0" />
    <path
       inkscape:connector-curvature="0"
       id="path3208"
       d="m 442.11353,725.72679 -5.05176,1.88312 c 0.58677,1.44967 1.18421,2.83667 1.79284,4.15749 0.12172,0.26416 0.24285,0.52349 0.36544,0.78248 4.8e-4,9.5e-4 -4.7e-4,0.003 0,0.004 0.12205,0.25779 0.24685,0.51261 0.36975,0.76528 0.0409,0.0842 0.0836,0.16572 0.12468,0.24936 0.20613,0.42 0.41058,0.83689 0.61911,1.24252 9.5e-4,0.002 0.003,0.002 0.004,0.004 0.1243,0.2417 0.2489,0.4814 0.37405,0.71799 0.50476,0.95435 1.01642,1.86766 1.53488,2.7387 0.12946,0.2175 0.25662,0.4283 0.38694,0.6406 0.0505,0.0823 0.0998,0.16356 0.15048,0.24506 0.0806,0.12983 0.16409,0.25911 0.24506,0.38695 0.12771,0.20709 0.25294,0.41215 0.38264,0.61481 0.20665,0.32289 0.42033,0.63855 0.63201,0.95016 0.0534,0.0787 0.1053,0.15851 0.15907,0.23646 0.13433,0.19476 0.26783,0.38588 0.40414,0.57612 0.27127,0.37857 0.54638,0.74862 0.82548,1.10923 0.13956,0.18031 0.27984,0.35733 0.42134,0.53312 0.28302,0.3516 0.5691,0.69408 0.85988,1.02755 0.22045,0.25283 0.4458,0.50143 0.6707,0.7438 0.071,0.0765 0.14347,0.15236 0.21496,0.22786 0.2992,0.31605 0.60028,0.62244 0.90717,0.92006 0.15307,0.14846 0.30505,0.29469 0.46003,0.43854 0.15573,0.14458 0.31099,0.28572 0.46863,0.42564 0.15688,0.13924 0.31416,0.27383 0.47293,0.40844 0.47632,0.39348 0.96484,0.76774 1.46179,1.12213 1.32519,0.94504 2.72421,1.75192 4.20048,2.42054 0.18453,0.0836 0.36767,0.16579 0.55461,0.24507 0.37508,0.15912 0.75446,0.30958 1.13934,0.45143 0.19182,0.0707 0.38184,0.13566 0.57612,0.20207 0.19427,0.0664 0.39227,0.13135 0.58901,0.19347 0.19673,0.0621 0.39335,0.12248 0.59331,0.18058 0.39992,0.11619 0.80819,0.22656 1.22102,0.32675 0.20641,0.0501 0.41377,0.0958 0.6234,0.14188 0.20964,0.0461 0.41915,0.0911 0.63201,0.13328 0.21423,0.0425 0.42741,0.0819 0.64491,0.12038 0.43219,0.0765 0.87047,0.14551 1.3156,0.20637 0.6677,0.0913 1.34965,0.16695 2.0465,0.22357 0.46457,0.0377 0.93695,0.0678 1.41449,0.0903 0.47754,0.0225 0.96266,0.0355 1.45319,0.043 0.24526,0.004 0.49097,0.004 0.73949,0.004 0.37895,0 0.75066,-1.3e-4 1.11353,-0.004 0.72576,-0.008 1.41875,-0.0261 2.0809,-0.0516 0.32961,-0.0127 0.65333,-0.0259 0.96736,-0.043 0.31535,-0.0171 0.62461,-0.0386 0.92436,-0.0602 0.89924,-0.0649 1.72839,-0.14724 2.48933,-0.25366 0.0638,0.0255 0.12971,0.0519 0.19347,0.0817 0.009,0.004 0.017,0.009 0.0258,0.0129 0.0551,0.0262 0.10836,0.0525 0.16338,0.0817 0.36603,0.18732 0.73206,0.43134 1.09633,0.73089 -0.80122,-1.07972 -9.34961,-12.2658 -21.90097,-15.25415 -1.0881,-0.25909 -1.89095,-0.63586 -2.51512,-1.07484 -0.005,-0.002 -0.008,-0.006 -0.0129,-0.009 -0.49476,-0.22313 -0.97626,-0.4631 -1.44029,-0.72229 -9.5e-4,-4.8e-4 -0.003,4.7e-4 -0.004,0 -0.11974,-0.0684 -0.2384,-0.13954 -0.35685,-0.21067 -9.5e-4,-4.8e-4 -0.003,4.7e-4 -0.004,0 -0.1195,-0.0718 -0.23435,-0.14471 -0.35255,-0.21927 -0.23737,-0.14973 -0.47296,-0.3034 -0.70509,-0.46433 -0.1156,-0.0801 -0.22965,-0.16217 -0.34395,-0.24506 -0.2302,-0.16697 -0.45435,-0.33764 -0.6793,-0.51593 -0.11171,-0.0885 -0.22064,-0.17527 -0.33105,-0.26656 -0.11123,-0.092 -0.22113,-0.18465 -0.33105,-0.27946 -0.10912,-0.0941 -0.21462,-0.19115 -0.32245,-0.28806 -0.53914,-0.48454 -1.06236,-1.00108 -1.56927,-1.55637 -0.10138,-0.11105 -0.20516,-0.22574 -0.30526,-0.33965 -0.36838,-0.4175 -0.73522,-0.8606 -1.10063,-1.3285 -0.0455,-0.0582 -0.0879,-0.11724 -0.13328,-0.17627 -0.10261,-0.1333 -0.20718,-0.26682 -0.30956,-0.40414 -0.5119,-0.68664 -1.01979,-1.42531 -1.52627,-2.21419 -0.20259,-0.31554 -0.40444,-0.63948 -0.60621,-0.97165 -0.10088,-0.16609 -0.20027,-0.33276 -0.30095,-0.50302 -0.30109,-0.5092 -0.60352,-1.03952 -0.90287,-1.58647 z"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient3219);fill-opacity:1.0;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold" />
    <path
       inkscape:connector-curvature="0"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 779.88838,725.72472 c -1.60155,2.92698 -3.22746,5.30992 -4.88419,7.18753 -1.60153,1.82245 -3.36759,3.28019 -5.30044,4.38465 -1.87767,1.04931 -4.00808,1.80608 -6.38274,2.24783 -2.31945,0.38657 -4.98268,0.58286 -8.02005,0.58275 -2.24054,0 -4.25412,-0.11475 -6.02198,-0.33297 -0.007,0 -0.0206,0 -0.0278,0 -0.22413,-0.0163 -0.68703,-0.0915 -1.16554,-0.16652 -0.50401,-0.0789 -1.0192,-0.15496 -1.83158,-0.30526 -14.89094,-2.75519 -19.82954,7.58236 -20.89653,10.43442 -0.16701,0.44637 -0.24975,0.72146 -0.24975,0.72146 l -18.09369,50.4514 -11.1004,18.87079 22.17307,0 c 9.1067,-20.27642 17.86189,-62.61298 27.22377,-66.35275 2.02917,0.28381 4.54439,0.41621 7.57603,0.41621 3.97621,0 7.53632,-0.47668 10.68416,-1.47076 3.1478,-0.99405 5.97921,-2.53589 8.51957,-4.63446 2.54034,-2.15375 4.83892,-4.90076 6.88226,-8.21431 2.09853,-3.31346 4.08877,-7.29401 5.96646,-11.93293 l -5.05064,-1.88708 z"
       id="path4060" />
    <path
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient4091);fill-opacity:1.0;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 779.88781,725.72679 c -1.60155,2.92697 -3.22734,5.30663 -4.88409,7.18424 -1.6015,1.82246 -3.36826,3.28089 -5.30111,4.38535 -0.465,0.25986 -0.9444,0.49865 -1.44029,0.72229 -0.005,0.002 -0.008,0.006 -0.013,0.009 -0.62418,0.43896 -1.42702,0.81579 -2.51514,1.07484 -12.5499,2.98812 -21.09804,14.17223 -21.90096,15.25415 0.36406,-0.29931 0.73052,-0.54368 1.09634,-0.73089 0.055,-0.0291 0.10832,-0.0555 0.16338,-0.0817 0.009,-0.004 0.017,-0.009 0.0258,-0.0129 0.0638,-0.0298 0.12965,-0.0562 0.19347,-0.0817 2.02916,0.28381 4.54384,0.41704 7.57548,0.41704 3.97621,0 7.53609,-0.4806 10.68392,-1.47469 3.14781,-0.99405 5.97668,-2.53184 8.51705,-4.63041 2.54034,-2.15374 4.83995,-4.90254 6.88329,-8.21609 2.09853,-3.31346 4.08984,-7.2961 5.96751,-11.93504 l -5.05176,-1.88312 z"
       id="path4062"
       inkscape:connector-curvature="0" />
    <path
       inkscape:connector-curvature="0"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 634.11203,725.72473 c 1.60155,2.92697 3.22744,5.30991 4.88418,7.18752 1.60153,1.82245 3.36759,3.28019 5.30045,4.38465 1.87765,1.04931 4.00807,1.80608 6.38273,2.24783 2.31946,0.38669 4.98268,0.58286 8.02005,0.58275 2.24055,0 4.25412,-0.11475 6.02197,-0.33297 0.007,0 0.0206,0 0.0278,0 0.22411,-0.0161 0.68702,-0.0915 1.16554,-0.16652 0.50401,-0.0789 1.0192,-0.15496 1.83157,-0.30526 14.89095,-2.75519 19.82955,7.58236 20.89654,10.43442 0.167,0.44637 0.24975,0.72146 0.24975,0.72146 l 18.09367,50.4514 11.10042,18.87079 -22.17307,0 c -9.1067,-20.27642 -17.86188,-62.61298 -27.22377,-66.35275 -2.02917,0.28381 -4.5444,0.41621 -7.57604,0.41621 -3.9762,0 -7.53632,-0.47668 -10.68415,-1.47076 -3.14781,-0.99405 -5.97922,-2.53589 -8.51957,-4.63446 -2.54033,-2.15375 -4.83892,-4.90076 -6.88225,-8.21431 -2.09854,-3.31343 -4.0888,-7.29398 -5.96648,-11.93293 l 5.05069,-1.88707 z"
       id="path4064" />
    <path
       sodipodi:nodetypes="ccccccccsscccccccccccc"
       id="path4066"
       d="m 634.11113,725.724 c 1.60155,2.92697 3.22744,5.3099 4.88418,7.18751 1.60153,1.82246 3.36759,3.2802 5.30044,4.38466 1.87766,1.04931 4.00808,1.80608 6.38274,2.24783 2.31946,0.38668 4.98268,0.58286 8.02006,0.58275 2.24054,0 4.25411,-0.11476 6.02197,-0.33298 0.007,0 0.0206,0 0.0278,0 0.22412,-0.0161 0.68703,-0.0915 1.16555,-0.16652 0.504,-0.0789 1.0192,-0.15495 1.83156,-0.30525 14.89096,-2.75519 19.82955,7.58235 20.89654,10.43441 0.167,0.44638 0.24975,0.72147 0.24975,0.72147 l 18.09368,50.45139 9.32435,18.87079 -20.39701,0 c -9.10669,-20.27642 -17.86188,-62.61298 -27.22377,-66.35274 -2.02916,0.28381 -4.5444,0.4162 -7.57604,0.4162 -3.97619,0 -7.53631,-0.47668 -10.68414,-1.47076 -3.14781,-0.99405 -5.97922,-2.53589 -8.51957,-4.63446 -2.54033,-2.15374 -4.83892,-4.90075 -6.88225,-8.2143 -2.09854,-3.31344 -4.0888,-7.29399 -5.96648,-11.93294 l 5.05069,-1.88706 z"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient4087);fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       inkscape:connector-curvature="0" />
    <path
       inkscape:connector-curvature="0"
       id="path4068"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient4084);fill-opacity:1.0;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 706.98159,800.92211 -11.05685,18.87869 22.16199,0"
       sodipodi:nodetypes="ccc" />
    <path
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient4081);fill-opacity:1.0;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 634.11353,725.72679 -5.05176,1.88312 c 0.58677,1.44967 1.18421,2.83667 1.79284,4.15749 0.12172,0.26416 0.24285,0.52349 0.36544,0.78248 4.8e-4,9.5e-4 -4.7e-4,0.003 0,0.004 0.12205,0.25779 0.24685,0.51261 0.36975,0.76528 0.041,0.0842 0.0836,0.16572 0.12468,0.24936 0.20613,0.42 0.41058,0.83689 0.61911,1.24252 9.5e-4,0.002 0.003,0.002 0.004,0.004 0.1243,0.2417 0.2489,0.4814 0.37405,0.71799 0.50476,0.95435 1.01642,1.86766 1.53488,2.7387 0.12946,0.2175 0.25662,0.4283 0.38694,0.6406 0.0505,0.0823 0.0998,0.16356 0.15048,0.24506 0.0806,0.12983 0.16409,0.25911 0.24506,0.38695 0.12771,0.20709 0.25294,0.41215 0.38264,0.61481 0.20665,0.32289 0.42033,0.63855 0.63201,0.95016 0.0534,0.0787 0.1053,0.15851 0.15907,0.23646 0.13433,0.19476 0.26783,0.38588 0.40414,0.57612 0.27127,0.37857 0.54638,0.74862 0.82548,1.10923 0.13956,0.18031 0.27984,0.35733 0.42134,0.53312 0.28302,0.3516 0.5691,0.69408 0.85988,1.02755 0.22045,0.25283 0.4458,0.50143 0.6707,0.7438 0.0711,0.0765 0.14347,0.15236 0.21496,0.22786 0.2992,0.31605 0.60028,0.62244 0.90717,0.92006 0.15307,0.14846 0.30505,0.29469 0.46003,0.43854 0.15573,0.14458 0.31099,0.28572 0.46863,0.42564 0.15688,0.13924 0.31416,0.27383 0.47293,0.40844 0.47632,0.39348 0.96484,0.76774 1.46179,1.12213 1.32519,0.94504 2.72421,1.75192 4.20048,2.42054 0.18453,0.0836 0.36767,0.16579 0.55461,0.24507 0.37508,0.15912 0.75446,0.30958 1.13934,0.45143 0.19182,0.0707 0.38184,0.13566 0.57612,0.20207 0.19427,0.0664 0.39227,0.13135 0.58901,0.19347 0.19673,0.0621 0.39335,0.12248 0.59331,0.18058 0.39992,0.11619 0.80819,0.22656 1.22102,0.32675 0.20641,0.0501 0.41377,0.0958 0.6234,0.14188 0.20964,0.0461 0.41915,0.0911 0.63201,0.13328 0.21423,0.0425 0.42741,0.0819 0.64491,0.12038 0.43219,0.0765 0.87047,0.14551 1.3156,0.20637 0.6677,0.0913 1.34965,0.16695 2.0465,0.22357 0.46457,0.0377 0.93695,0.0678 1.41449,0.0903 0.47754,0.0225 0.96266,0.0355 1.45319,0.043 0.24526,0.004 0.49097,0.004 0.73949,0.004 0.37895,0 0.75066,-1.3e-4 1.11353,-0.004 0.72576,-0.008 1.41875,-0.0261 2.0809,-0.0516 0.32961,-0.0127 0.65333,-0.0259 0.96736,-0.043 0.31535,-0.0171 0.62461,-0.0386 0.92436,-0.0602 0.89924,-0.0649 1.72839,-0.14724 2.48933,-0.25366 0.0638,0.0255 0.12971,0.0519 0.19347,0.0817 0.009,0.004 0.017,0.009 0.0258,0.0129 0.0551,0.0262 0.10836,0.0525 0.16338,0.0817 0.36603,0.18732 0.73206,0.43134 1.09633,0.73089 -0.80122,-1.07972 -9.34961,-12.2658 -21.90097,-15.25415 -1.0881,-0.25909 -1.89095,-0.63586 -2.51512,-1.07484 -0.005,-0.002 -0.008,-0.006 -0.0129,-0.009 -0.49476,-0.22313 -0.97626,-0.4631 -1.44029,-0.72229 -9.5e-4,-4.8e-4 -0.003,4.7e-4 -0.004,0 -0.11974,-0.0684 -0.2384,-0.13954 -0.35685,-0.21067 -9.5e-4,-4.8e-4 -0.003,4.7e-4 -0.004,0 -0.1195,-0.0718 -0.23435,-0.14471 -0.35255,-0.21927 -0.23737,-0.14973 -0.47296,-0.3034 -0.70509,-0.46433 -0.1156,-0.0801 -0.22965,-0.16217 -0.34395,-0.24506 -0.2302,-0.16697 -0.45435,-0.33764 -0.6793,-0.51593 -0.11171,-0.0885 -0.22064,-0.17527 -0.33105,-0.26656 -0.11123,-0.092 -0.22113,-0.18465 -0.33105,-0.27946 -0.10912,-0.0941 -0.21462,-0.19115 -0.32245,-0.28806 -0.53914,-0.48454 -1.06236,-1.00108 -1.56927,-1.55637 -0.10138,-0.11105 -0.20516,-0.22574 -0.30526,-0.33965 -0.36838,-0.4175 -0.73522,-0.8606 -1.10063,-1.3285 -0.0455,-0.0582 -0.0879,-0.11724 -0.13328,-0.17627 -0.10261,-0.1333 -0.20718,-0.26682 -0.30956,-0.40414 -0.5119,-0.68664 -1.01979,-1.42531 -1.52627,-2.21419 -0.20259,-0.31554 -0.40444,-0.63948 -0.60621,-0.97165 -0.10088,-0.16609 -0.20027,-0.33276 -0.30095,-0.50302 -0.30109,-0.5092 -0.60352,-1.03952 -0.90287,-1.58647 z"
       id="path4070"
       inkscape:connector-curvature="0" />
    <path
       inkscape:connector-curvature="0"
       id="path3240"
       style="font-size:67.20256042px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#333333;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 63.453738,1016.2686 c -3.150167,1.5313 -6.420601,2.6798 -9.811311,3.4454 -3.390792,0.7657 -6.890921,1.1485 -10.5004,1.1485 -8.159708,0 -14.62401,-2.2751 -19.392927,-6.8253 -4.768937,-4.572 -7.153401,-10.7629 -7.153397,-18.57256 -4e-6,-7.89714 2.428211,-14.10987 7.284652,-18.63821 4.85642,-4.52825 11.506666,-6.79239 19.95076,-6.79244 3.259466,5e-5 6.376769,0.30631 9.351919,0.91878 2.996946,0.61258 5.818926,1.52042 8.465948,2.72354 l 0,10.13945 c -2.734525,-1.55314 -5.458064,-2.71256 -8.170624,-3.47825 -2.690765,-0.76562 -5.392428,-1.14844 -8.104996,-1.14849 -5.031469,5e-5 -8.914426,1.41104 -11.648882,4.23298 -2.712621,2.80014 -4.068921,6.81435 -4.068905,12.04264 -1.6e-5,5.18456 1.312533,9.18786 3.93765,12.00986 2.625077,2.822 6.354903,4.233 11.189489,4.233 1.312517,0 2.526625,-0.077 3.642326,-0.2297 1.137507,-0.175 2.154733,-0.4376 3.051679,-0.7876 l 0,-9.516 -7.711231,0 0,-8.46591 19.68825,0 0,23.56031" />
    <path
       inkscape:connector-curvature="0"
       id="path3242"
       style="font-size:67.20256042px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#333333;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 73.626002,1005.6041 0,-22.44461 11.81295,0 0,3.67514 c -1.7e-5,1.99073 -0.01095,4.49551 -0.03281,7.51435 -0.02189,2.99701 -0.03283,4.99865 -0.03281,6.00492 -1.7e-5,2.9532 0.07655,5.0861 0.229696,6.3987 0.153113,1.2907 0.415623,2.2313 0.78753,2.822 0.48125,0.7656 1.10471,1.3563 1.870384,1.7719 0.787509,0.4156 1.684417,0.6235 2.690727,0.6235 2.450069,0 4.37514,-0.9407 5.77522,-2.822 1.400024,-1.8813 2.10005,-4.4955 2.10008,-7.8425 l 0,-18.14601 11.747321,0 0,36.75141 -11.747321,0 0,-5.3158 c -1.771971,2.1438 -3.653291,3.7298 -5.643965,4.758 -1.968848,1.0062 -4.145491,1.5094 -6.529936,1.5094 -4.243926,0 -7.481546,-1.3016 -9.71287,-3.9048 -2.209466,-2.6033 -3.314194,-6.3878 -3.314189,-11.3536" />
    <path
       inkscape:connector-curvature="0"
       id="path3244"
       style="font-size:67.20256042px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#333333;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 121.92784,983.15949 11.74732,0 0,36.75141 -11.74732,0 0,-36.75141 m 0,-14.3068 11.74732,0 0,9.58162 -11.74732,0 0,-9.58162" />
    <path
       inkscape:connector-curvature="0"
       id="path3246"
       style="font-size:67.20256042px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#333333;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 154.31501,1001.1086 -13.25675,-17.94911 12.43641,0 7.51435,10.89416 7.61279,-10.89416 12.43641,0 -13.25676,17.88351 13.91303,18.8679 -12.43641,0 -8.26906,-11.6161 -8.17063,11.6161 -12.43641,0 13.91303,-18.8023" />
    <path
       inkscape:connector-curvature="0"
       id="path3248"
       style="font-size:67.20256042px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 222.96138,972.46221 0,10.36914 c -2.69076,-1.20313 -5.31586,-2.11098 -7.8753,-2.72354 -2.5595,-0.61248 -4.97678,-0.91874 -7.25184,-0.91879 -3.01888,5e-5 -5.25022,0.41569 -6.694,1.24693 -1.44382,0.83132 -2.16573,2.12199 -2.16571,3.87202 -2e-5,1.31258 0.48125,2.34075 1.44381,3.08449 0.98439,0.72194 2.75633,1.3454 5.31582,1.87039 l 5.38146,1.08285 c 5.44705,1.09382 9.31907,2.75638 11.61607,4.98769 2.29692,2.23136 3.4454,5.40331 3.44544,9.51601 -4e-5,5.4033 -1.60792,9.4285 -4.82362,12.0754 -3.19391,2.6251 -8.08315,3.9377 -14.66775,3.9377 -3.10639,0 -6.22369,-0.2953 -9.35192,-0.886 -3.12825,-0.5906 -6.25649,-1.4657 -9.38473,-2.6251 l 0,-10.6645 c 3.12824,1.6626 6.1471,2.9205 9.0566,3.7736 2.93134,0.8313 5.75332,1.247 8.46594,1.247 2.75633,0 4.86735,-0.4594 6.33306,-1.3782 1.46565,-0.9188 2.19849,-2.2313 2.19852,-3.9377 -3e-5,-1.5313 -0.50318,-2.7126 -1.50943,-3.5439 -0.98445,-0.8312 -2.96421,-1.575 -5.93929,-2.2313 l -4.88925,-1.08285 c -4.9002,-1.05002 -8.48784,-2.72352 -10.76291,-5.0205 -2.25322,-2.29694 -3.37982,-5.39237 -3.37982,-9.2863 0,-4.87827 1.57506,-8.62997 4.72518,-11.25511 3.15011,-2.62505 7.6784,-3.9376 13.58489,-3.93765 2.69071,5e-5 5.458,0.20787 8.30188,0.62346 2.84383,0.39381 5.78612,0.9954 8.8269,1.80476" />
    <path
       inkscape:connector-curvature="0"
       id="path3250"
       style="font-size:67.20256042px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 249.93428,980.46876 0,29.89334 4.5283,0 c 5.16267,0 9.10031,-1.2797 11.81295,-3.8392 2.73444,-2.5595 4.10168,-6.2784 4.10172,-11.1567 -4e-5,-4.8564 -1.35634,-8.55341 -4.06891,-11.09104 -2.71263,-2.53756 -6.66122,-3.80636 -11.84576,-3.8064 l -4.5283,0 m -12.63329,-9.5488 13.32238,0 c 7.43775,5e-5 12.97234,0.53601 16.60376,1.60787 3.65322,1.05009 6.78146,2.84391 9.38473,5.38146 2.29691,2.2095 4.00323,4.75803 5.11894,7.6456 1.11562,2.88764 1.67345,6.15808 1.67351,9.81131 -6e-5,3.69704 -0.55789,7.0003 -1.67351,9.9098 -1.11571,2.8876 -2.82203,5.4361 -5.11894,7.6456 -2.62514,2.5376 -5.77526,4.3423 -9.45036,5.4142 -3.67517,1.0501 -9.18788,1.5751 -16.53813,1.5751 l -13.32238,0 0,-48.99094" />
    <path
       id="path3143"
       d="m 272.08661,784.08819 c -2.68257,4.90263 -5.40593,8.89401 -8.18093,12.03897 -2.68252,3.05258 -5.64064,5.49427 -8.87812,7.34422 -3.14506,1.75757 -6.71345,3.02514 -10.69097,3.76506 -3.88504,0.64751 -8.34589,0.97629 -13.43343,0.9761 -3.75286,0 -7.12556,-0.1922 -10.0867,-0.55773 -0.0117,0 -0.0345,0 -0.0466,0 -0.37541,-0.0273 -1.15076,-0.15334 -1.95225,-0.27891 -0.84421,-0.13218 -1.70715,-0.25955 -3.06786,-0.5113 -24.94204,-4.61489 -33.21409,12.7003 -35.00128,17.47744 -0.27974,0.74767 -0.41833,1.20845 -0.41833,1.20845 l -30.30657,84.50509 -18.59296,31.60821 37.13946,0 c 15.25354,-33.96261 29.91831,-104.87552 45.59929,-111.13955 3.39881,0.47537 7.61176,0.69713 12.6897,0.69713 6.66007,0 12.62319,-0.79843 17.89575,-2.46349 5.27251,-1.66502 10.01506,-4.24757 14.27012,-7.76263 4.25502,-3.60748 8.10509,-8.20868 11.52764,-13.75881 3.515,-5.54998 6.84862,-12.21732 9.9937,-19.98743 l -8.45971,-3.16082 z"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffbf2d;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       inkscape:connector-curvature="0" />
    <path
       inkscape:connector-curvature="0"
       id="path3145"
       d="m 272.08565,784.09166 c -2.68256,4.90263 -5.40573,8.8885 -8.18074,12.03346 -2.68249,3.05259 -5.64179,5.49543 -8.87926,7.34538 -0.77887,0.43527 -1.58186,0.83524 -2.41246,1.20983 -0.008,0.003 -0.0136,0.0109 -0.0217,0.0144 -1.04548,0.73525 -2.39023,1.36643 -4.2128,1.80033 -21.02083,5.00504 -35.33881,23.73821 -36.68368,25.5504 0.60979,-0.50134 1.2236,-0.91065 1.83635,-1.22422 0.0921,-0.0488 0.18143,-0.093 0.27365,-0.13683 0.0147,-0.007 0.0285,-0.0148 0.0432,-0.0216 0.10679,-0.0498 0.21717,-0.0941 0.32406,-0.13682 3.39881,0.47537 7.61085,0.69853 12.68879,0.69853 6.66007,0 12.6228,-0.805 17.89536,-2.47007 5.27252,-1.66501 10.01082,-4.2408 14.26589,-7.75586 4.25502,-3.60747 8.10681,-8.21164 11.52937,-13.76177 3.515,-5.55 6.8504,-12.22084 9.99546,-19.99096 l -8.4616,-3.1542 z"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient3936);fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold" />
    <path
       id="path3147"
       d="m 27.914068,784.08821 c 2.682566,4.90263 5.40591,8.89399 8.180911,12.03895 2.682534,3.05258 5.640652,5.49427 8.878151,7.34422 3.145023,1.75757 6.71344,3.02514 10.690951,3.76506 3.885043,0.6477 8.345884,0.97629 13.433428,0.9761 3.752874,0 7.125565,-0.1922 10.086682,-0.55773 0.0118,0 0.03453,0 0.04658,0 0.375389,-0.0269 1.150749,-0.15333 1.952259,-0.27891 0.844204,-0.13218 1.707142,-0.25955 3.067837,-0.5113 24.942056,-4.61489 33.214116,12.7003 35.001296,17.47744 0.27972,0.74767 0.41833,1.20845 0.41833,1.20845 l 30.30655,84.50509 18.59298,31.60821 -37.13946,0 c -15.25354,-33.96261 -29.9183,-104.87552 -45.599285,-111.13955 -3.39881,0.47537 -7.611781,0.69713 -12.689715,0.69713 -6.660053,0 -12.623193,-0.79843 -17.895745,-2.46349 -5.272512,-1.66502 -10.015069,-4.24757 -14.270103,-7.76263 -4.255001,-3.60748 -8.105096,-8.20867 -11.527642,-13.75881 -3.515005,-5.54993 -6.848656,-12.21728 -9.993727,-19.98743 l 8.459805,-3.1608 z"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffbf2d;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       inkscape:connector-curvature="0" />
    <path
       inkscape:connector-curvature="0"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient3932);fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 27.912561,784.08699 c 2.682566,4.90262 5.40591,8.89399 8.180911,12.03894 2.682534,3.05259 5.640652,5.49427 8.878143,7.34422 3.145031,1.75757 6.713448,3.02514 10.690959,3.76507 3.885043,0.64768 8.345883,0.97628 13.433436,0.97609 3.752866,0 7.125557,-0.19221 10.086682,-0.55772 0.01172,0 0.03453,0 0.04658,0 0.37539,-0.027 1.150749,-0.15335 1.95226,-0.27892 0.844204,-0.13218 1.707142,-0.25955 3.067837,-0.5113 24.942055,-4.61489 33.214115,12.70029 35.001295,17.47744 0.27972,0.74767 0.41833,1.20845 0.41833,1.20845 l 30.30655,84.5051 15.61811,31.60819 -34.16459,0 c -15.25353,-33.9626 -29.9183,-104.87551 -45.599284,-111.13954 -3.398811,0.47537 -7.611781,0.69713 -12.689716,0.69713 -6.660052,0 -12.623184,-0.79843 -17.895736,-2.46349 -5.27252,-1.66502 -10.01507,-4.24758 -14.270111,-7.76263 -4.255001,-3.60748 -8.105096,-8.20867 -11.527634,-13.7588 -3.515013,-5.54995 -6.848656,-12.21728 -9.993735,-19.98743 l 8.459805,-3.1608 z"
       id="path3149"
       sodipodi:nodetypes="ccccccccsscccccccccccc" />
    <path
       sodipodi:nodetypes="ccc"
       d="m 149.96916,910.04236 -18.52001,31.62143 37.12091,0"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient3929);fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       id="path3151"
       inkscape:connector-curvature="0" />
    <path
       inkscape:connector-curvature="0"
       id="path3154"
       d="m 27.916581,784.09166 -8.461592,3.1542 c 0.982833,2.42817 1.983524,4.75137 3.002964,6.96371 0.203893,0.44246 0.406773,0.87683 0.612118,1.31064 7.97e-4,0.002 -7.98e-4,0.006 0,0.007 0.204419,0.4318 0.413464,0.85862 0.619319,1.28184 0.06859,0.14106 0.140073,0.27758 0.208837,0.41768 0.345267,0.70349 0.687717,1.40177 1.036995,2.08119 0.0016,0.003 0.0056,0.004 0.0072,0.007 0.2082,0.40484 0.416902,0.80634 0.626521,1.20263 0.845456,1.59852 1.702476,3.12828 2.570885,4.58726 0.216845,0.36432 0.429846,0.7174 0.648119,1.073 0.0846,0.13784 0.167237,0.27395 0.252049,0.41048 0.135072,0.21746 0.274858,0.43399 0.410473,0.64812 0.21391,0.34687 0.423681,0.69034 0.640925,1.0298 0.346127,0.54084 0.704035,1.06956 1.058592,1.59149 0.08954,0.13178 0.176378,0.26551 0.266453,0.39607 0.224988,0.32622 0.448604,0.64634 0.676926,0.96499 0.454362,0.6341 0.915161,1.25393 1.382659,1.85795 0.233753,0.302 0.468719,0.59851 0.705734,0.89296 0.474046,0.58892 0.953228,1.16257 1.440274,1.72113 0.369264,0.42348 0.746711,0.83988 1.123409,1.24584 0.11901,0.12822 0.240325,0.2552 0.360068,0.38166 0.501139,0.52939 1.005452,1.04257 1.519487,1.54109 0.256396,0.24866 0.510957,0.49359 0.770542,0.73454 0.260846,0.24217 0.520894,0.47857 0.784946,0.71294 0.262768,0.23322 0.526214,0.45866 0.792148,0.68413 0.797826,0.65907 1.616085,1.28595 2.448461,1.87955 2.219678,1.58292 4.563007,2.93443 7.035721,4.05436 0.30909,0.14 0.615842,0.27768 0.928975,0.41048 0.628244,0.26652 1.263706,0.51855 1.908363,0.75614 0.321292,0.11842 0.639577,0.22723 0.964984,0.33846 0.325399,0.11123 0.657051,0.22 0.986582,0.32406 0.32953,0.10407 0.658853,0.20515 0.993783,0.30246 0.669868,0.19463 1.353717,0.37949 2.04519,0.5473 0.345729,0.0839 0.693053,0.16039 1.044189,0.23765 0.351144,0.0773 0.702056,0.15261 1.0586,0.22324 0.358824,0.0711 0.715902,0.13718 1.080206,0.20164 0.723917,0.12808 1.458027,0.24373 2.203614,0.34566 1.118385,0.15292 2.260639,0.27964 3.427842,0.37447 0.778142,0.0633 1.569381,0.1135 2.369249,0.15123 0.799868,0.0377 1.612433,0.0595 2.434058,0.072 0.410808,0.006 0.822374,0.007 1.23863,0.007 0.634744,0 1.257341,-2.1e-4 1.865152,-0.007 1.215621,-0.014 2.376363,-0.0437 3.485456,-0.0864 0.552094,-0.0213 1.094314,-0.0435 1.620305,-0.072 0.528207,-0.0287 1.046214,-0.0646 1.548286,-0.10083 1.506215,-0.10864 2.895032,-0.24661 4.169584,-0.42487 0.106887,0.0427 0.217268,0.087 0.324059,0.13682 0.01476,0.006 0.02847,0.0148 0.04323,0.0216 0.09222,0.0439 0.181498,0.088 0.273655,0.13682 0.613098,0.31376 1.226196,0.72249 1.836344,1.22423 -1.342041,-1.80851 -15.660419,-20.54497 -36.683697,-25.5504 -1.822546,-0.43396 -3.167314,-1.06505 -4.212787,-1.80034 -0.008,-0.003 -0.0138,-0.0108 -0.02161,-0.0144 -0.828724,-0.37374 -1.635219,-0.77569 -2.412461,-1.20983 -0.0016,-8e-4 -0.0056,7.9e-4 -0.0072,0 -0.200551,-0.11459 -0.399307,-0.23372 -0.597713,-0.35287 -0.0016,-8e-4 -0.0056,8e-4 -0.0072,0 -0.200161,-0.12025 -0.392529,-0.24238 -0.590512,-0.36726 -0.397593,-0.25081 -0.792204,-0.50819 -1.181016,-0.77775 -0.193628,-0.13419 -0.384657,-0.27162 -0.576108,-0.41048 -0.38559,-0.27966 -0.761035,-0.56553 -1.137812,-0.86416 -0.187113,-0.14821 -0.369568,-0.29358 -0.554511,-0.44649 -0.186307,-0.15403 -0.370389,-0.30928 -0.554503,-0.46808 -0.182773,-0.15761 -0.359486,-0.32017 -0.540098,-0.4825 -0.903047,-0.81159 -1.779432,-1.67679 -2.6285,-2.60688 -0.169806,-0.18602 -0.343631,-0.37813 -0.511292,-0.56891 -0.617038,-0.6993 -1.231492,-1.4415 -1.843546,-2.22522 -0.07617,-0.0976 -0.147147,-0.19638 -0.223241,-0.29525 -0.171864,-0.22327 -0.347013,-0.44692 -0.518501,-0.67693 -0.857419,-1.15011 -1.708131,-2.38737 -2.556466,-3.70871 -0.339332,-0.52854 -0.677436,-1.07112 -1.015389,-1.62751 -0.168976,-0.27819 -0.335456,-0.55736 -0.504098,-0.84255 -0.50432,-0.85289 -1.010883,-1.74117 -1.512284,-2.6573 z"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient3926);fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold" />
    <path
       inkscape:connector-curvature="0"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffbf2d;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 587.88838,945.72472 c -1.60155,2.92698 -3.22746,5.30992 -4.88419,7.18753 -1.60153,1.82245 -3.36759,3.28019 -5.30044,4.38465 -1.87767,1.04931 -4.00808,1.80608 -6.38274,2.24783 -2.31945,0.38657 -4.98268,0.58286 -8.02005,0.58275 -2.24054,0 -4.25412,-0.11475 -6.02198,-0.33297 -0.007,0 -0.0206,0 -0.0278,0 -0.22413,-0.0163 -0.68703,-0.0915 -1.16554,-0.16652 -0.50401,-0.0789 -1.0192,-0.15496 -1.83158,-0.30526 -14.89094,-2.75519 -19.82954,7.58236 -20.89653,10.43442 -0.16701,0.44637 -0.24975,0.72146 -0.24975,0.72146 l -18.09369,50.45139 -11.1004,18.8708 22.17307,0 c 9.1067,-20.2764 17.86189,-62.61298 27.22377,-66.35275 2.02917,0.28381 4.54439,0.41621 7.57603,0.41621 3.97621,0 7.53632,-0.47668 10.68416,-1.47076 3.1478,-0.99405 5.97921,-2.53589 8.51957,-4.63446 2.54034,-2.15375 4.83892,-4.90076 6.88226,-8.21431 2.09853,-3.31346 4.08877,-7.29401 5.96646,-11.93293 l -5.05064,-1.88708 z"
       id="path3324" />
    <path
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient3950);fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 587.88781,945.72679 c -1.60155,2.92697 -3.22734,5.30663 -4.88409,7.18424 -1.6015,1.82246 -3.36826,3.28089 -5.30111,4.38535 -0.465,0.25986 -0.9444,0.49865 -1.44029,0.72229 -0.005,0.002 -0.008,0.006 -0.013,0.009 -0.62418,0.43896 -1.42702,0.81579 -2.51514,1.07484 -12.5499,2.98812 -21.09804,14.17223 -21.90096,15.25415 0.36406,-0.29931 0.73052,-0.54368 1.09634,-0.73089 0.055,-0.0291 0.10832,-0.0555 0.16338,-0.0817 0.009,-0.004 0.017,-0.009 0.0258,-0.0129 0.0638,-0.0298 0.12965,-0.0562 0.19347,-0.0817 2.02916,0.28381 4.54384,0.41704 7.57548,0.41704 3.97621,0 7.53609,-0.4806 10.68392,-1.47469 3.14781,-0.99405 5.97668,-2.53184 8.51705,-4.63041 2.54034,-2.15374 4.83995,-4.90254 6.88329,-8.21609 2.09853,-3.31346 4.08984,-7.2961 5.96751,-11.93504 l -5.05176,-1.88312 z"
       id="path3326"
       inkscape:connector-curvature="0" />
    <path
       inkscape:connector-curvature="0"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffbf2d;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 442.11203,945.72473 c 1.60155,2.92697 3.22744,5.30991 4.88418,7.18752 1.60153,1.82245 3.36759,3.28019 5.30045,4.38465 1.87765,1.04931 4.00807,1.80608 6.38273,2.24783 2.31946,0.38669 4.98268,0.58286 8.02005,0.58275 2.24055,0 4.25412,-0.11475 6.02197,-0.33297 0.007,0 0.0206,0 0.0278,0 0.22411,-0.0161 0.68702,-0.0915 1.16554,-0.16652 0.50401,-0.0789 1.0192,-0.15496 1.83157,-0.30526 14.89095,-2.75519 19.82955,7.58236 20.89654,10.43442 0.167,0.44637 0.24975,0.72146 0.24975,0.72146 l 18.09367,50.45139 11.10042,18.8708 -22.17307,0 c -9.1067,-20.2764 -17.86188,-62.61298 -27.22377,-66.35275 -2.02917,0.28381 -4.5444,0.41621 -7.57604,0.41621 -3.9762,0 -7.53632,-0.47668 -10.68415,-1.47076 -3.14781,-0.99405 -5.97922,-2.53589 -8.51957,-4.63446 -2.54033,-2.15375 -4.83892,-4.90076 -6.88225,-8.21431 -2.09854,-3.31343 -4.0888,-7.29398 -5.96648,-11.93293 l 5.05069,-1.88707 z"
       id="path3328" />
    <path
       sodipodi:nodetypes="ccccccccsscccccccccccc"
       id="path3330"
       d="m 442.11113,945.724 c 1.60155,2.92697 3.22744,5.3099 4.88418,7.18751 1.60153,1.82246 3.36759,3.2802 5.30044,4.38466 1.87766,1.04931 4.00808,1.80608 6.38274,2.24783 2.31946,0.38668 4.98268,0.58286 8.02006,0.58275 2.24054,0 4.25411,-0.11476 6.02197,-0.33298 0.007,0 0.0206,0 0.0278,0 0.22412,-0.0161 0.68703,-0.0915 1.16555,-0.16652 0.504,-0.0789 1.0192,-0.15495 1.83156,-0.30525 14.89096,-2.75519 19.82955,7.58235 20.89654,10.43441 0.167,0.44638 0.24975,0.72147 0.24975,0.72147 l 18.09368,50.45142 9.32435,18.8708 -20.39701,0 c -9.10669,-20.2765 -17.86188,-62.61302 -27.22377,-66.35278 -2.02916,0.28381 -4.5444,0.4162 -7.57604,0.4162 -3.97619,0 -7.53631,-0.47668 -10.68414,-1.47076 -3.14781,-0.99405 -5.97922,-2.53589 -8.51957,-4.63446 -2.54033,-2.15374 -4.83892,-4.90075 -6.88225,-8.2143 -2.09854,-3.31344 -4.0888,-7.29399 -5.96648,-11.93294 l 5.05069,-1.88706 z"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient3946);fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       inkscape:connector-curvature="0" />
    <path
       inkscape:connector-curvature="0"
       id="path3332"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient3943);fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 514.98159,1020.9221 -11.05685,18.8787 22.16199,0"
       sodipodi:nodetypes="ccc" />
    <path
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient3940);fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 442.11353,945.72679 -5.05176,1.88312 c 0.58677,1.44967 1.18421,2.83667 1.79284,4.15749 0.12172,0.26416 0.24285,0.52349 0.36544,0.78248 4.8e-4,9.5e-4 -4.7e-4,0.003 0,0.004 0.12205,0.25779 0.24685,0.51261 0.36975,0.76528 0.0409,0.0842 0.0836,0.16572 0.12468,0.24936 0.20613,0.42 0.41058,0.83689 0.61911,1.24252 9.5e-4,0.002 0.003,0.002 0.004,0.004 0.1243,0.2417 0.2489,0.4814 0.37405,0.71799 0.50476,0.95435 1.01642,1.86766 1.53488,2.7387 0.12946,0.2175 0.25662,0.4283 0.38694,0.6406 0.0505,0.0823 0.0998,0.16356 0.15048,0.24506 0.0806,0.12983 0.16409,0.25911 0.24506,0.38695 0.12771,0.20709 0.25294,0.41215 0.38264,0.61481 0.20665,0.32289 0.42033,0.63855 0.63201,0.95016 0.0534,0.0787 0.1053,0.15851 0.15907,0.23646 0.13433,0.19476 0.26783,0.38588 0.40414,0.57612 0.27127,0.37857 0.54638,0.74862 0.82548,1.10923 0.13956,0.18031 0.27984,0.35733 0.42134,0.53312 0.28302,0.3516 0.5691,0.69408 0.85988,1.02755 0.22045,0.25283 0.4458,0.50143 0.6707,0.7438 0.071,0.0765 0.14347,0.15236 0.21496,0.22786 0.2992,0.31605 0.60028,0.62244 0.90717,0.92006 0.15307,0.14846 0.30505,0.29469 0.46003,0.43854 0.15573,0.14458 0.31099,0.28572 0.46863,0.42564 0.15688,0.13924 0.31416,0.27383 0.47293,0.40844 0.47632,0.39348 0.96484,0.76774 1.46179,1.12213 1.32519,0.94504 2.72421,1.75192 4.20048,2.42054 0.18453,0.0836 0.36767,0.16579 0.55461,0.24507 0.37508,0.15912 0.75446,0.30958 1.13934,0.45143 0.19182,0.0707 0.38184,0.13566 0.57612,0.20207 0.19427,0.0664 0.39227,0.13135 0.58901,0.19347 0.19673,0.0621 0.39335,0.12248 0.59331,0.18058 0.39992,0.11619 0.80819,0.22656 1.22102,0.32675 0.20641,0.0501 0.41377,0.0958 0.6234,0.14188 0.20964,0.0461 0.41915,0.0911 0.63201,0.13328 0.21423,0.0425 0.42741,0.0819 0.64491,0.12038 0.43219,0.0765 0.87047,0.14551 1.3156,0.20637 0.6677,0.0913 1.34965,0.16695 2.0465,0.22357 0.46457,0.0377 0.93695,0.0678 1.41449,0.0903 0.47754,0.0225 0.96266,0.0355 1.45319,0.043 0.24526,0.004 0.49097,0.004 0.73949,0.004 0.37895,0 0.75066,-1.3e-4 1.11353,-0.004 0.72576,-0.008 1.41875,-0.0261 2.0809,-0.0516 0.32961,-0.0127 0.65333,-0.0259 0.96736,-0.043 0.31535,-0.0171 0.62461,-0.0386 0.92436,-0.0602 0.89924,-0.0649 1.72839,-0.14724 2.48933,-0.25366 0.0638,0.0255 0.12971,0.0519 0.19347,0.0817 0.009,0.004 0.017,0.009 0.0258,0.0129 0.0551,0.0262 0.10836,0.0525 0.16338,0.0817 0.36603,0.18732 0.73206,0.43134 1.09633,0.73089 -0.80122,-1.07972 -9.34961,-12.2658 -21.90097,-15.25415 -1.0881,-0.25909 -1.89095,-0.63586 -2.51512,-1.07484 -0.005,-0.002 -0.008,-0.006 -0.0129,-0.009 -0.49476,-0.22313 -0.97626,-0.4631 -1.44029,-0.72229 -9.5e-4,-4.8e-4 -0.003,4.7e-4 -0.004,0 -0.11974,-0.0684 -0.2384,-0.13954 -0.35685,-0.21067 -9.5e-4,-4.8e-4 -0.003,4.7e-4 -0.004,0 -0.1195,-0.0718 -0.23435,-0.14471 -0.35255,-0.21927 -0.23737,-0.14973 -0.47296,-0.3034 -0.70509,-0.46433 -0.1156,-0.0801 -0.22965,-0.16217 -0.34395,-0.24506 -0.2302,-0.16697 -0.45435,-0.33764 -0.6793,-0.51593 -0.11171,-0.0885 -0.22064,-0.17527 -0.33105,-0.26656 -0.11123,-0.092 -0.22113,-0.18465 -0.33105,-0.27946 -0.10912,-0.0941 -0.21462,-0.19115 -0.32245,-0.28806 -0.53914,-0.48454 -1.06236,-1.00108 -1.56927,-1.55637 -0.10138,-0.11105 -0.20516,-0.22574 -0.30526,-0.33965 -0.36838,-0.4175 -0.73522,-0.8606 -1.10063,-1.3285 -0.0455,-0.0582 -0.0879,-0.11724 -0.13328,-0.17627 -0.10261,-0.1333 -0.20718,-0.26682 -0.30956,-0.40414 -0.5119,-0.68664 -1.01979,-1.42531 -1.52627,-2.21419 -0.20259,-0.31554 -0.40444,-0.63948 -0.60621,-0.97165 -0.10088,-0.16609 -0.20027,-0.33276 -0.30095,-0.50302 -0.30109,-0.5092 -0.60352,-1.03952 -0.90287,-1.58647 z"
       id="path3334"
       inkscape:connector-curvature="0" />
    <path
       id="path3346"
       d="m 779.88838,945.72472 c -1.60155,2.92698 -3.22746,5.30992 -4.88419,7.18753 -1.60153,1.82245 -3.36759,3.28019 -5.30044,4.38465 -1.87767,1.04931 -4.00808,1.80608 -6.38274,2.24783 -2.31945,0.38657 -4.98268,0.58286 -8.02005,0.58275 -2.24054,0 -4.25412,-0.11475 -6.02198,-0.33297 -0.007,0 -0.0206,0 -0.0278,0 -0.22413,-0.0163 -0.68703,-0.0915 -1.16554,-0.16652 -0.50401,-0.0789 -1.0192,-0.15496 -1.83158,-0.30526 -14.89094,-2.75519 -19.82954,7.58236 -20.89653,10.43442 -0.16701,0.44637 -0.24975,0.72146 -0.24975,0.72146 l -18.09369,50.45139 -11.1004,18.8708 22.17307,0 c 9.1067,-20.2764 17.86189,-62.61298 27.22377,-66.35275 2.02917,0.28381 4.54439,0.41621 7.57603,0.41621 3.97621,0 7.53632,-0.47668 10.68416,-1.47076 3.1478,-0.99405 5.97921,-2.53589 8.51957,-4.63446 2.54034,-2.15375 4.83892,-4.90076 6.88226,-8.21431 2.09853,-3.31346 4.08877,-7.29401 5.96646,-11.93293 l -5.05064,-1.88708 z"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffbf2d;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       inkscape:connector-curvature="0" />
    <path
       inkscape:connector-curvature="0"
       id="path3348"
       d="m 779.88781,945.72679 c -1.60155,2.92697 -3.22734,5.30663 -4.88409,7.18424 -1.6015,1.82246 -3.36826,3.28089 -5.30111,4.38535 -0.465,0.25986 -0.9444,0.49865 -1.44029,0.72229 -0.005,0.002 -0.008,0.006 -0.013,0.009 -0.62418,0.43896 -1.42702,0.81579 -2.51514,1.07484 -12.5499,2.98812 -21.09804,14.17223 -21.90096,15.25415 0.36406,-0.29931 0.73052,-0.54368 1.09634,-0.73089 0.055,-0.0291 0.10832,-0.0555 0.16338,-0.0817 0.009,-0.004 0.017,-0.009 0.0258,-0.0129 0.0638,-0.0298 0.12965,-0.0562 0.19347,-0.0817 2.02916,0.28381 4.54384,0.41704 7.57548,0.41704 3.97621,0 7.53609,-0.4806 10.68392,-1.47469 3.14781,-0.99405 5.97668,-2.53184 8.51705,-4.63041 2.54034,-2.15374 4.83995,-4.90254 6.88329,-8.21609 2.09853,-3.31346 4.08984,-7.2961 5.96751,-11.93504 l -5.05176,-1.88312 z"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient3964);fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold" />
    <path
       id="path3350"
       d="m 634.11203,945.72473 c 1.60155,2.92697 3.22744,5.30991 4.88418,7.18752 1.60153,1.82245 3.36759,3.28019 5.30045,4.38465 1.87765,1.04931 4.00807,1.80608 6.38273,2.24783 2.31946,0.38669 4.98268,0.58286 8.02005,0.58275 2.24055,0 4.25412,-0.11475 6.02197,-0.33297 0.007,0 0.0206,0 0.0278,0 0.22411,-0.0161 0.68702,-0.0915 1.16554,-0.16652 0.50401,-0.0789 1.0192,-0.15496 1.83157,-0.30526 14.89095,-2.75519 19.82955,7.58236 20.89654,10.43442 0.167,0.44637 0.24975,0.72146 0.24975,0.72146 l 18.09367,50.45139 11.10042,18.8708 -22.17307,0 c -9.1067,-20.2764 -17.86188,-62.61298 -27.22377,-66.35275 -2.02917,0.28381 -4.5444,0.41621 -7.57604,0.41621 -3.9762,0 -7.53632,-0.47668 -10.68415,-1.47076 -3.14781,-0.99405 -5.97922,-2.53589 -8.51957,-4.63446 -2.54033,-2.15375 -4.83892,-4.90076 -6.88225,-8.21431 -2.09854,-3.31343 -4.0888,-7.29398 -5.96648,-11.93293 l 5.05069,-1.88707 z"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffbf2d;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       inkscape:connector-curvature="0" />
    <path
       inkscape:connector-curvature="0"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient3960);fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 634.11113,945.724 c 1.60155,2.92697 3.22744,5.3099 4.88418,7.18751 1.60153,1.82246 3.36759,3.2802 5.30044,4.38466 1.87766,1.04931 4.00808,1.80608 6.38274,2.24783 2.31946,0.38668 4.98268,0.58286 8.02006,0.58275 2.24054,0 4.25411,-0.11476 6.02197,-0.33298 0.007,0 0.0206,0 0.0278,0 0.22412,-0.0161 0.68703,-0.0915 1.16555,-0.16652 0.504,-0.0789 1.0192,-0.15495 1.83156,-0.30525 14.89096,-2.75519 19.82955,7.58235 20.89654,10.43441 0.167,0.44638 0.24975,0.72147 0.24975,0.72147 l 18.09368,50.45142 9.32435,18.8708 -20.39701,0 c -9.10669,-20.2765 -17.86188,-62.61302 -27.22377,-66.35278 -2.02916,0.28381 -4.5444,0.4162 -7.57604,0.4162 -3.97619,0 -7.53631,-0.47668 -10.68414,-1.47076 -3.14781,-0.99405 -5.97922,-2.53589 -8.51957,-4.63446 -2.54033,-2.15374 -4.83892,-4.90075 -6.88225,-8.2143 -2.09854,-3.31344 -4.0888,-7.29399 -5.96648,-11.93294 l 5.05069,-1.88706 z"
       id="path3352"
       sodipodi:nodetypes="ccccccccsscccccccccccc" />
    <path
       sodipodi:nodetypes="ccc"
       d="m 706.98159,1020.9221 -11.05685,18.8787 22.16199,0"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient3957);fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       id="path3354"
       inkscape:connector-curvature="0" />
    <path
       inkscape:connector-curvature="0"
       id="path3356"
       d="m 634.11353,945.72679 -5.05176,1.88312 c 0.58677,1.44967 1.18421,2.83667 1.79284,4.15749 0.12172,0.26416 0.24285,0.52349 0.36544,0.78248 4.8e-4,9.5e-4 -4.7e-4,0.003 0,0.004 0.12205,0.25779 0.24685,0.51261 0.36975,0.76528 0.041,0.0842 0.0836,0.16572 0.12468,0.24936 0.20613,0.42 0.41058,0.83689 0.61911,1.24252 9.5e-4,0.002 0.003,0.002 0.004,0.004 0.1243,0.2417 0.2489,0.4814 0.37405,0.71799 0.50476,0.95435 1.01642,1.86766 1.53488,2.7387 0.12946,0.2175 0.25662,0.4283 0.38694,0.6406 0.0505,0.0823 0.0998,0.16356 0.15048,0.24506 0.0806,0.12983 0.16409,0.25911 0.24506,0.38695 0.12771,0.20709 0.25294,0.41215 0.38264,0.61481 0.20665,0.32289 0.42033,0.63855 0.63201,0.95016 0.0534,0.0787 0.1053,0.15851 0.15907,0.23646 0.13433,0.19476 0.26783,0.38588 0.40414,0.57612 0.27127,0.37857 0.54638,0.74862 0.82548,1.10923 0.13956,0.18031 0.27984,0.35733 0.42134,0.53312 0.28302,0.3516 0.5691,0.69408 0.85988,1.02755 0.22045,0.25283 0.4458,0.50143 0.6707,0.7438 0.0711,0.0765 0.14347,0.15236 0.21496,0.22786 0.2992,0.31605 0.60028,0.62244 0.90717,0.92006 0.15307,0.14846 0.30505,0.29469 0.46003,0.43854 0.15573,0.14458 0.31099,0.28572 0.46863,0.42564 0.15688,0.13924 0.31416,0.27383 0.47293,0.40844 0.47632,0.39348 0.96484,0.76774 1.46179,1.12213 1.32519,0.94504 2.72421,1.75192 4.20048,2.42054 0.18453,0.0836 0.36767,0.16579 0.55461,0.24507 0.37508,0.15912 0.75446,0.30958 1.13934,0.45143 0.19182,0.0707 0.38184,0.13566 0.57612,0.20207 0.19427,0.0664 0.39227,0.13135 0.58901,0.19347 0.19673,0.0621 0.39335,0.12248 0.59331,0.18058 0.39992,0.11619 0.80819,0.22656 1.22102,0.32675 0.20641,0.0501 0.41377,0.0958 0.6234,0.14188 0.20964,0.0461 0.41915,0.0911 0.63201,0.13328 0.21423,0.0425 0.42741,0.0819 0.64491,0.12038 0.43219,0.0765 0.87047,0.14551 1.3156,0.20637 0.6677,0.0913 1.34965,0.16695 2.0465,0.22357 0.46457,0.0377 0.93695,0.0678 1.41449,0.0903 0.47754,0.0225 0.96266,0.0355 1.45319,0.043 0.24526,0.004 0.49097,0.004 0.73949,0.004 0.37895,0 0.75066,-1.3e-4 1.11353,-0.004 0.72576,-0.008 1.41875,-0.0261 2.0809,-0.0516 0.32961,-0.0127 0.65333,-0.0259 0.96736,-0.043 0.31535,-0.0171 0.62461,-0.0386 0.92436,-0.0602 0.89924,-0.0649 1.72839,-0.14724 2.48933,-0.25366 0.0638,0.0255 0.12971,0.0519 0.19347,0.0817 0.009,0.004 0.017,0.009 0.0258,0.0129 0.0551,0.0262 0.10836,0.0525 0.16338,0.0817 0.36603,0.18732 0.73206,0.43134 1.09633,0.73089 -0.80122,-1.07972 -9.34961,-12.2658 -21.90097,-15.25415 -1.0881,-0.25909 -1.89095,-0.63586 -2.51512,-1.07484 -0.005,-0.002 -0.008,-0.006 -0.0129,-0.009 -0.49476,-0.22313 -0.97626,-0.4631 -1.44029,-0.72229 -9.5e-4,-4.8e-4 -0.003,4.7e-4 -0.004,0 -0.11974,-0.0684 -0.2384,-0.13954 -0.35685,-0.21067 -9.5e-4,-4.8e-4 -0.003,4.7e-4 -0.004,0 -0.1195,-0.0718 -0.23435,-0.14471 -0.35255,-0.21927 -0.23737,-0.14973 -0.47296,-0.3034 -0.70509,-0.46433 -0.1156,-0.0801 -0.22965,-0.16217 -0.34395,-0.24506 -0.2302,-0.16697 -0.45435,-0.33764 -0.6793,-0.51593 -0.11171,-0.0885 -0.22064,-0.17527 -0.33105,-0.26656 -0.11123,-0.092 -0.22113,-0.18465 -0.33105,-0.27946 -0.10912,-0.0941 -0.21462,-0.19115 -0.32245,-0.28806 -0.53914,-0.48454 -1.06236,-1.00108 -1.56927,-1.55637 -0.10138,-0.11105 -0.20516,-0.22574 -0.30526,-0.33965 -0.36838,-0.4175 -0.73522,-0.8606 -1.10063,-1.3285 -0.0455,-0.0582 -0.0879,-0.11724 -0.13328,-0.17627 -0.10261,-0.1333 -0.20718,-0.26682 -0.30956,-0.40414 -0.5119,-0.68664 -1.01979,-1.42531 -1.52627,-2.21419 -0.20259,-0.31554 -0.40444,-0.63948 -0.60621,-0.97165 -0.10088,-0.16609 -0.20027,-0.33276 -0.30095,-0.50302 -0.30109,-0.5092 -0.60352,-1.03952 -0.90287,-1.58647 z"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient3954);fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold" />
    <path
       inkscape:connector-curvature="0"
       style="fill:#232323;fill-opacity:1;stroke:none"
       d="m 426,1131.7684 0,130 370,0 0,-130 -370,0 z m 1,1 c 122.66667,10e-5 245.33333,0 368,0 l 0,128 c -122.66667,10e-5 -245.33333,0 -368,0 l 0,-128 z"
       id="rect3164" />
    <rect
       y="1291.769"
       x="426"
       height="130"
       width="370"
       id="rect3204"
       style="fill:#232323;fill-opacity:1;stroke:none" />
    <path
       inkscape:connector-curvature="0"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffbf2d;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 581.5288,1313.8224 c -1.44113,2.6338 -2.90418,4.7781 -4.39496,6.4676 -1.44111,1.6399 -3.03027,2.9516 -4.76952,3.9455 -1.68959,0.9442 -3.60661,1.6252 -5.74341,2.0226 -2.08712,0.3479 -4.48358,0.5246 -7.21671,0.5245 -2.01612,0 -3.82801,-0.1033 -5.41879,-0.2997 -0.006,0 -0.0185,0 -0.025,0 -0.20168,-0.014 -0.61822,-0.082 -1.0488,-0.1498 -0.45352,-0.071 -0.91711,-0.1395 -1.64812,-0.2747 -13.39938,-2.4792 -17.8433,6.8229 -18.80341,9.3892 -0.15028,0.4017 -0.22474,0.6492 -0.22474,0.6492 l -16.28132,45.3979 -9.98852,16.9806 19.95209,0 c 8.19452,-18.2454 16.07274,-56.3413 24.49688,-59.7064 1.82592,0.2554 4.0892,0.3745 6.81718,0.3745 3.57793,0 6.78144,-0.4289 9.61397,-1.3235 2.8325,-0.8945 5.3803,-2.2819 7.6662,-4.1702 2.28589,-1.938 4.35423,-4.4099 6.1929,-7.3916 1.88833,-2.9815 3.67921,-6.5634 5.36882,-10.7376 l -4.54474,-1.6981 z"
       id="path3760" />
    <path
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient3784);fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 581.52829,1313.8243 c -1.44113,2.6338 -2.90407,4.7751 -4.39487,6.4646 -1.44109,1.64 -3.03088,2.9523 -4.77012,3.9461 -0.41843,0.2338 -0.84981,0.4487 -1.29603,0.65 -0.005,0 -0.007,0.01 -0.0116,0.01 -0.56166,0.395 -1.28409,0.7341 -2.26321,0.9671 -11.29284,2.6888 -18.98475,12.7528 -19.70724,13.7263 0.32759,-0.2693 0.65735,-0.4893 0.98652,-0.6577 0.0495,-0.026 0.0975,-0.05 0.14702,-0.074 0.008,0 0.0153,-0.01 0.0232,-0.012 0.0574,-0.027 0.11667,-0.05 0.17409,-0.074 1.82591,0.2554 4.08871,0.3753 6.81668,0.3753 3.57793,0 6.78124,-0.4325 9.61376,-1.3269 2.83251,-0.8946 5.37802,-2.2783 7.66394,-4.1667 2.28588,-1.938 4.35515,-4.4115 6.19382,-7.3931 1.88833,-2.9816 3.68018,-6.5652 5.36977,-10.7396 l -4.54575,-1.6945 z"
       id="path3762"
       inkscape:connector-curvature="0" />
    <path
       inkscape:connector-curvature="0"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffbf2d;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 450.35423,1313.8224 c 1.44113,2.6338 2.90416,4.7781 4.39495,6.4676 1.44111,1.6399 3.03027,2.9516 4.76953,3.9455 1.68957,0.9442 3.6066,1.6252 5.7434,2.0226 2.08713,0.348 4.48358,0.5246 7.21671,0.5245 2.01613,0 3.82801,-0.1033 5.41878,-0.2997 0.006,0 0.0185,0 0.025,0 0.20167,-0.014 0.61821,-0.082 1.0488,-0.1498 0.45352,-0.071 0.91711,-0.1395 1.64811,-0.2747 13.39939,-2.4792 17.84331,6.8229 18.80342,9.3892 0.15028,0.4017 0.22474,0.6492 0.22474,0.6492 l 16.2813,45.3979 9.98854,16.9806 -19.95209,0 c -8.19452,-18.2454 -16.07273,-56.3413 -24.49688,-59.7064 -1.82592,0.2554 -4.08921,0.3745 -6.81718,0.3745 -3.57793,0 -6.78144,-0.4289 -9.61397,-1.3235 -2.83251,-0.8945 -5.38031,-2.2819 -7.6662,-4.1702 -2.28588,-1.938 -4.35423,-4.4099 -6.19289,-7.3916 -1.88834,-2.9815 -3.67924,-6.5634 -5.36884,-10.7376 l 4.54478,-1.6981 z"
       id="path3764" />
    <path
       sodipodi:nodetypes="ccccccccsscccccccccccc"
       id="path3766"
       d="m 450.35342,1313.8218 c 1.44113,2.6338 2.90416,4.778 4.39495,6.4676 1.44111,1.6399 3.03027,2.9516 4.76952,3.9455 1.68958,0.9442 3.60661,1.6251 5.74341,2.0226 2.08713,0.348 4.48358,0.5245 7.21672,0.5243 2.01612,0 3.828,-0.1032 5.41878,-0.2995 0.006,0 0.0185,0 0.025,0 0.20167,-0.014 0.61822,-0.083 1.04881,-0.1498 0.45351,-0.071 0.91711,-0.1395 1.6481,-0.2748 13.39939,-2.4792 17.84331,6.8229 18.80342,9.3893 0.15027,0.4017 0.22474,0.6492 0.22474,0.6492 l 16.28131,45.3979 8.39037,16.9806 -18.35393,0 c -8.19451,-18.2455 -16.07273,-56.3413 -24.49688,-59.7065 -1.82591,0.2554 -4.08921,0.3745 -6.81719,0.3745 -3.57791,0 -6.78143,-0.429 -9.61395,-1.3234 -2.83251,-0.8945 -5.38031,-2.2819 -7.6662,-4.1703 -2.28588,-1.938 -4.35423,-4.4099 -6.19289,-7.3915 -1.88834,-2.9815 -3.67924,-6.5634 -5.36884,-10.7376 l 4.54478,-1.6981 z"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient3786);fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       inkscape:connector-curvature="0" />
    <path
       inkscape:connector-curvature="0"
       id="path3768"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient3788);fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 515.92476,1381.4876 -9.94933,16.9877 19.94212,0"
       sodipodi:nodetypes="ccc" />
    <path
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient3790);fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       d="m 450.35558,1313.8243 -4.54575,1.6945 c 0.52799,1.3045 1.06559,2.5526 1.61326,3.7411 0.10952,0.2377 0.21852,0.471 0.32883,0.7041 4.3e-4,8e-4 -4.2e-4,0 0,0 0.10983,0.232 0.22213,0.4612 0.33272,0.6885 0.0369,0.076 0.0752,0.1492 0.11219,0.2245 0.18548,0.3779 0.36945,0.753 0.55709,1.118 8.6e-4,0 0.003,0 0.004,0 0.11185,0.2175 0.22397,0.4332 0.33659,0.6461 0.4542,0.8588 0.91461,1.6806 1.38113,2.4644 0.1165,0.1957 0.23092,0.3854 0.34819,0.5764 0.0454,0.074 0.0898,0.1472 0.1354,0.2205 0.0725,0.1168 0.14766,0.2332 0.22052,0.3482 0.11491,0.1863 0.2276,0.3709 0.34431,0.5532 0.18595,0.2906 0.37823,0.5746 0.5687,0.855 0.048,0.071 0.0948,0.1426 0.14314,0.2128 0.12088,0.1752 0.241,0.3472 0.36366,0.5184 0.2441,0.3406 0.49165,0.6736 0.74279,0.9981 0.12559,0.1623 0.25181,0.3215 0.37914,0.4797 0.25467,0.3164 0.5121,0.6246 0.77375,0.9247 0.19837,0.2275 0.40115,0.4512 0.60352,0.6693 0.064,0.069 0.1291,0.137 0.19343,0.205 0.26923,0.2844 0.54015,0.5601 0.8163,0.8279 0.13774,0.1335 0.2745,0.2652 0.41395,0.3946 0.14013,0.1301 0.27984,0.2571 0.42169,0.383 0.14117,0.1253 0.28269,0.2464 0.42556,0.3675 0.42861,0.3541 0.8682,0.6908 1.31537,1.0097 1.19245,0.8505 2.45134,1.5766 3.77974,2.1782 0.16604,0.076 0.33084,0.1492 0.49905,0.2204 0.33751,0.1433 0.67889,0.2786 1.02522,0.4063 0.17261,0.064 0.34359,0.122 0.51841,0.1819 0.17481,0.059 0.35298,0.1181 0.53001,0.174 0.17703,0.056 0.35395,0.1102 0.53388,0.1625 0.35987,0.1046 0.72724,0.2039 1.09872,0.294 0.18574,0.045 0.37232,0.086 0.56096,0.1277 0.18864,0.041 0.37716,0.082 0.5687,0.1199 0.19277,0.039 0.3846,0.074 0.58031,0.1084 0.3889,0.069 0.78328,0.1309 1.18383,0.1857 0.60082,0.082 1.21446,0.1502 1.84151,0.2011 0.41803,0.034 0.8431,0.061 1.2728,0.081 0.42971,0.021 0.86624,0.032 1.30763,0.039 0.2207,0 0.4418,0 0.66542,0 0.34099,0 0.67547,-10e-5 1.002,0 0.65306,-0.01 1.27664,-0.023 1.87246,-0.047 0.2966,-0.012 0.58789,-0.023 0.87046,-0.039 0.28377,-0.015 0.56205,-0.034 0.83178,-0.054 0.80916,-0.059 1.55526,-0.1324 2.23998,-0.2282 0.0574,0.023 0.11672,0.047 0.17409,0.074 0.008,0 0.0153,0.01 0.0232,0.012 0.0496,0.023 0.0975,0.048 0.14701,0.074 0.32937,0.1686 0.65873,0.3882 0.98652,0.6577 -0.72097,-0.9716 -8.4131,-11.0372 -19.70725,-13.7262 -0.97911,-0.2331 -1.70154,-0.5722 -2.26319,-0.9672 -0.005,0 -0.007,-0.01 -0.0116,-0.01 -0.4452,-0.2008 -0.87847,-0.4167 -1.29602,-0.65 -8.6e-4,-3e-4 -0.003,5e-4 -0.004,0 -0.10775,-0.061 -0.21452,-0.1255 -0.32111,-0.1895 -8.5e-4,-4e-4 -0.003,4e-4 -0.004,0 -0.10753,-0.065 -0.21087,-0.1302 -0.31723,-0.1973 -0.2136,-0.1347 -0.42559,-0.273 -0.63447,-0.4178 -0.10402,-0.072 -0.20664,-0.146 -0.30949,-0.2206 -0.20715,-0.1502 -0.40884,-0.3037 -0.61126,-0.4642 -0.10052,-0.08 -0.19854,-0.1577 -0.29789,-0.2399 -0.10009,-0.083 -0.19898,-0.1661 -0.29789,-0.2514 -0.0982,-0.085 -0.19313,-0.172 -0.29015,-0.2592 -0.48514,-0.436 -0.95595,-0.9009 -1.41209,-1.4005 -0.0912,-0.1 -0.18461,-0.2031 -0.27468,-0.3056 -0.33148,-0.3757 -0.66158,-0.7744 -0.99039,-1.1954 -0.0409,-0.052 -0.0791,-0.1056 -0.11993,-0.1587 -0.0923,-0.1199 -0.18642,-0.2401 -0.27855,-0.3636 -0.46062,-0.6179 -0.91764,-1.2825 -1.37339,-1.9924 -0.1823,-0.284 -0.36393,-0.5755 -0.54549,-0.8744 -0.0908,-0.1495 -0.18021,-0.2994 -0.2708,-0.4526 -0.27093,-0.4582 -0.54307,-0.9354 -0.81244,-1.4276 z"
       id="path3770"
       inkscape:connector-curvature="0" />
    <path
       d="m 594.06522,1394.3675 c -2.82203,1.3718 -5.7518,2.4007 -8.78932,3.0866 -3.03759,0.6859 -6.17312,1.0288 -9.40662,1.0288 -7.30975,0 -13.1007,-2.0381 -17.37286,-6.1143 -4.27219,-4.0958 -6.40827,-9.6417 -6.40827,-16.6379 0,-7.0746 2.17527,-12.6402 6.52585,-16.6968 4.35054,-4.0566 10.30807,-6.0849 17.87259,-6.085 2.91994,10e-5 5.71253,0.2745 8.37777,0.8231 2.68478,0.5488 5.21281,1.3621 7.5841,2.4399 l 0,9.0832 c -2.44969,-1.3913 -4.88952,-2.43 -7.31954,-3.1158 -2.41047,-0.6859 -4.83072,-1.0289 -7.26073,-1.0289 -4.50737,0 -7.98586,1.264 -10.43548,3.7921 -2.43006,2.5084 -3.64509,6.1044 -3.64507,10.7882 -2e-5,4.6445 1.17581,8.2308 3.52749,10.7588 2.35163,2.528 5.69294,3.792 10.02394,3.792 1.17579,0 2.26343,-0.068 3.26292,-0.2058 1.01902,-0.1567 1.93028,-0.3918 2.7338,-0.7054 l 0,-8.5248 -6.908,0 0,-7.5841 17.63743,0 0,21.1061"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       id="path3772"
       inkscape:connector-curvature="0" />
    <path
       d="m 598.99717,1384.8139 0,-20.1066 10.58246,0 0,3.2923 c -2e-5,1.7834 -0.01,4.0273 -0.0294,6.7315 -0.0196,2.685 -0.0294,4.4781 -0.0294,5.3795 -1e-5,2.6456 0.0686,4.5563 0.20577,5.7321 0.13717,1.1563 0.37234,1.9989 0.7055,2.528 0.43112,0.686 0.98964,1.2151 1.67556,1.5874 0.70548,0.3725 1.50896,0.5586 2.41045,0.5586 2.19485,0 3.9194,-0.8426 5.17364,-2.528 1.25419,-1.6853 1.8813,-4.0272 1.88133,-7.0256 l 0,-16.2558 10.52366,0 0,32.9232 -10.52366,0 0,-4.7621 c -1.5874,1.9205 -3.27275,3.3412 -5.05606,4.2623 -1.76377,0.9015 -3.71368,1.3522 -5.84976,1.3522 -3.80185,0 -6.70222,-1.166 -8.70112,-3.498 -1.97933,-2.3321 -2.96897,-5.7224 -2.96897,-10.171"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       id="path3774"
       inkscape:connector-curvature="0" />
    <path
       d="m 638.08693,1364.7073 10.52367,0 0,32.9232 -10.52367,0 0,-32.9232 m 0,-12.8166 10.52367,0 0,8.5836 -10.52367,0 0,-8.5836"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       id="path3776"
       inkscape:connector-curvature="0" />
    <path
       d="m 667.1005,1380.7867 -11.87587,-16.0794 11.14098,0 6.73161,9.7593 6.81981,-9.7593 11.14097,0 -11.87586,16.0206 12.46377,16.9026 -11.14096,0 -7.40773,-10.4061 -7.31953,10.4061 -11.14097,0 12.46378,-16.8438"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       id="path3778"
       inkscape:connector-curvature="0" />
    <path
       d="m 727.30291,1355.1243 0,9.289 c -2.41048,-1.0778 -4.76213,-1.8911 -7.05497,-2.4398 -2.29289,-0.5488 -4.45837,-0.8231 -6.49645,-0.8231 -2.70443,0 -4.70334,0.3723 -5.99672,1.117 -1.29343,0.7447 -1.94014,1.9009 -1.94013,3.4687 -1e-5,1.1758 0.43113,2.0969 1.29342,2.7632 0.88185,0.6467 2.46922,1.2053 4.76211,1.6755 l 4.82089,0.9701 c 4.87966,0.9799 8.34835,2.4693 10.40608,4.4682 2.05767,1.9989 3.08651,4.8404 3.08655,8.5247 -4e-5,4.8405 -1.44043,8.4464 -4.32117,10.8177 -2.86121,2.3516 -7.24117,3.5274 -13.13988,3.5274 -2.78281,0 -5.5754,-0.2646 -8.37778,-0.7937 -2.8024,-0.5291 -5.60479,-1.313 -8.40717,-2.3516 l 0,-9.5536 c 2.80238,1.4894 5.50678,2.6163 8.11322,3.3805 2.62599,0.7447 5.15402,1.117 7.58409,1.117 2.46922,0 4.36033,-0.4115 5.67337,-1.2346 1.31298,-0.8231 1.96949,-1.9989 1.96952,-3.5275 -3e-5,-1.3718 -0.45077,-2.43 -1.35221,-3.1747 -0.88189,-0.7447 -2.65544,-1.411 -5.32062,-1.999 l -4.37997,-0.97 c -4.38977,-0.9406 -7.6037,-2.4398 -9.64179,-4.4975 -2.0185,-2.0577 -3.02776,-4.8307 -3.02776,-8.319 0,-4.3701 1.41099,-7.731 4.23298,-10.0827 2.82198,-2.3517 6.87859,-3.5275 12.16983,-3.5276 2.41043,10e-5 4.88946,0.1863 7.43712,0.5586 2.54759,0.3528 5.1834,0.8917 7.90744,1.6168"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#cccccc;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       id="path3780"
       inkscape:connector-curvature="0" />
    <path
       d="m 745.61317,1362.2969 0,26.7794 4.05661,0 c 4.6249,0 8.15239,-1.1464 10.58246,-3.4393 2.4496,-2.2928 3.67443,-5.6244 3.67446,-9.9946 -3e-5,-4.3505 -1.21506,-7.6624 -3.64507,-9.9357 -2.43007,-2.2733 -5.96735,-3.4098 -10.61185,-3.4098 l -4.05661,0 m -11.31735,-8.5542 11.93466,0 c 6.66301,0 11.62108,0.4801 14.87423,1.4403 3.27269,0.9407 6.07508,2.5477 8.40718,4.8209 2.05765,1.9794 3.58623,4.2624 4.58573,6.8493 0.99941,2.5868 1.49913,5.5166 1.49917,8.7892 -4e-5,3.312 -0.49976,6.2712 -1.49917,8.8776 -0.9995,2.5867 -2.52808,4.8699 -4.58573,6.8492 -2.3517,2.2732 -5.17369,3.89 -8.46597,4.8503 -3.29235,0.9406 -8.23082,1.411 -14.81544,1.411 l -11.93466,0 0,-43.8878"
       style="font-size:144px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#cccccc;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
       id="path3782"
       inkscape:connector-curvature="0" />
  </g>
</svg>