forked from carsonoid/kube-decon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path7-Credits.sozi.html
865 lines (829 loc) · 522 KB
/
7-Credits.sozi.html
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Kubernetes Deconstructed - Credits</title>
<style>
body {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
.sozi-frame-list {
position: absolute;
top: 0;
right: 0;
width: 33%;
height: 100%;
margin: 0;
padding: 0.5em 1em;
overflow-y: auto;
list-style: decimal inside;
font-family: "Droid Sans", Helvetica, Arial, sans-serif;
font-size: 12pt;
color: rgb(240, 255, 255);
background-color: rgba(34, 34, 34, 0.9);
}
.sozi-frame-list li {
margin: 0;
padding: 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.sozi-frame-list a {
color: inherit;
text-decoration: none;
}
.sozi-frame-list a:hover {
color: rgb(0, 204, 255);
text-decoration: underline;
}
.sozi-frame-list a.current {
color: rgb(255, 170, 68);
}
.sozi-frame-number {
position: absolute;
top: 0;
left: 1em;
text-align: center;
padding: 0.3em 0.6em;
cursor: pointer;
font-family: "Droid Sans", Helvetica, Arial, sans-serif;
font-size: 12pt;
color: rgb(240, 255, 255);
background-color: rgba(34, 34, 34, 0.9);
}
.sozi-blank-screen {
background: black;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
z-index: 999;
transition: opacity 0.5s, visibility 0.5s;
}
svg a {
cursor: pointer;
}
</style>
</head>
<body>
<svg xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" 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" inkscape:version="0.92.1 r15371" sodipodi:docname="7-Credits.svg" id="svg166" content="<mxfile userAgent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36" version="6.8.10" editor="www.draw.io" type="dropbox"><diagram id="74aaf6e8-acb9-6e4c-2515-4f65a9140830" name="Page-1">7VrJbus2FP0abwrE0GTZXsb2S1ugeQgQtE2XtMTIrClRpeipX19SIjWR8hArTpG8ZGH5crq8557DQR6483j/MwXp6pGEEA8cK9wP3MXAcTzLtfmHsBwKi+3Yk8ISURRKW2V4Rv9CabSkdYNCmDUqMkIwQ2nTGJAkgQFr2AClZNes9kpwc9QURFAzPAcA69Y/UchW0upbVlXwC0TRSg49VQVLEKwjSjaJHC8hCSxKYqC6kVWzFQjJrmZyvw3cOSWEFU/xfg6xiKuKWNHuoaO0dJnChJ3TwJMttgBv5LSlY+yg4iCmkspqkDK4N0UfLFV1S/fBLmfGswWSGDJ64FVkR3feWLZRmaICuavC7kykbVWLuO2NJdwS6qjsvJozf5DT7giBczoEryRhc4IJzb+6luX78/nAnYl4IJ4x9xhFCS9jJK1ZfwNLiJ9IhhgionRJGCMxr4BbBQGPFOR9z4DspzSsWMz9Xtj88RVhXPNhnv9xe8YoWcNaiT+Z2DOXl0QUhAhWnud5WJkXiHLgCg8SQkWkZWcq3R1hWYFURCHeR4LnwwSyHaHrbIhBWky3MzXqKeB15MBtIHYNEPuYDzEL0bYBtf/PRnBvxufC7iQc9yLNC0TKcv4Uyc+8nywFibJlWAjXcI3BAdJsGHDMZS3uaL1izZz7oayt7BO+tHKB56MUTHtkypurMJEtRpMGK11PIyXXQh0xz7oeMNvSSfkIEi64sfD+QpGzrduoXOF0ZzxbKjcxiJxtYoDdQ0AdPQKPIMtz5T5fl8RzK2O5lPCh3dnvmaomy2tlTyDLirKfxF+t5DuIIc/1ALaatsKeL5NQeCka7VaIweei1WLH9Ubm+gOIERZxm5MNRYKH1ne4qyU+hq/smLB2SXKMwlC40qHkZ9FIppeOuyLOmUBP+sDZu6nSKdtSGeokLbVtadC7N8jg6VRpKeTJrCnTo62n1+F+Cmi3F4XU17T7IIBZdrk6WueqYyPCV2qle1QrbWf0kWqpx/bXJKJQad3LMP//nGJmmYH5CDEbfayYKT59fiHrwPw2QqYvWTOQoeBSHZualr5W5GHIT/jyqzwNNcGAe8ReZOTF81/CPhSR5F7Qw4uqJr5UZX9Dxg4y7GDDCDeJ8xSJSMJZSgT7TmNphk54fAQ4OeeM9xXIepI0DNAIynpiV2bCl0IMGNo2B7gGTJ2wIEV/8H1fLlCCkCBNOaMetvYSMmCXlKOKLGskbk14TR/EggnJMhMfC5hicqjvK6om3EsQAgaKZq3CdkfchYTvTA1DdO1Q1QE4JMEmd8BMWbPmtiT9aAKI3TJKokFx7j6Tud7RZbR15HD8c1dRpwdmT0d98u9dOHaM1G/ln/8O/JNNnwgSBFDoenYT3vIeTXVR+CBbtYAr3TgLS/8ksbd27fCnWDx3BvfWM6RbxKNTFTcZq6xF7TpBO0+Nn4iTnumy8/046X9JTo5vx0mvBW97I9wfJ8edu+P6nrTNU75Bhon4aliGO7azjdVUG6BjxVYHpmu6Nqzsb+rn2CagdqllHuDzSs/IM0iP827SM/6S23HTfmDacd7qfT8+nfyIuYp5x2Vd/zGf/oi5irlzq5jrV5gtWa/dx+hnyRP3NUryi9dwIdkUN5t2A0a7YyG4KPhve493UvYnrWPgeKTpvj026P60D9k3vXvTMNEX4QYgWv3qTPEVAfRs90wAnR4AdN4DQH17+JUAHI1uyEDb0q/l1pslvONHg4zzSESjPaHjV62G6wBThwYAU0ryO/Xrrr37Am10FLTyZF6yTgfN+JuVfkDriHHA504JxpDexfnL1svR0w+OR3u+GMabYNdxfC/fH7bO4b53U/A6QpwFKxhu8Bswm5zV4f8TqvFlUI0N4tgXVPxr9ePK4s6l+vWq++0/</diagram></mxfile>" version="1.1" height="817.06665" width="2124.8" style="height: 100%; width: 100%;"><style xmlns="http://www.w3.org/1999/xhtml">svg {
background: rgba(255, 255, 255, 0);
}</style><title id="title5546">Kubernetes Deconstructed - Credits</title><metadata id="metadata170">
<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>Kubernetes Deconstructed - Credits</dc:title>
</cc:Work>
</rdf:RDF>
</metadata><sodipodi:namedview showguides="false" showborder="false" inkscape:pagecheckerboard="true" inkscape:current-layer="layer21" inkscape:window-maximized="1" inkscape:window-y="-8" inkscape:window-x="2552" inkscape:cy="-4058.8201" inkscape:cx="2180.387" inkscape:zoom="0.3535534" showgrid="false" id="namedview168" inkscape:window-height="1356" inkscape:window-width="2560" inkscape:pageshadow="2" inkscape:pageopacity="0" guidetolerance="10" gridtolerance="10" objecttolerance="10" borderopacity="1" bordercolor="#666666" pagecolor="#ffffff"/><defs id="defs10">
<linearGradient id="linearGradient8283" osb:paint="solid">
<stop style="stop-color:#799fee;stop-opacity:1;" offset="0" id="stop8281"/>
</linearGradient>
<linearGradient id="linearGradient6571" osb:paint="solid" gradientTransform="matrix(0.26757206,0,0,1.3277551,2117.4983,-953.94123)">
<stop style="stop-color:#ffffff;stop-opacity:1;" offset="0" id="stop6569"/>
</linearGradient>
<linearGradient id="linearGradient6559" osb:paint="solid">
<stop style="stop-color:#000000;stop-opacity:1;" offset="0" id="stop6557"/>
</linearGradient>
<linearGradient id="linearGradient6553" osb:paint="solid" gradientTransform="matrix(1.3864393e-4,0,0,2.6272086e-4,3868.3267,4234.6709)">
<stop style="stop-color:#326ce5;stop-opacity:1;" offset="0" id="stop6551"/>
</linearGradient>
<marker inkscape:isstock="true" style="overflow:visible;" id="marker17974" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow1Lend">
<path transform="scale(0.8) rotate(180) translate(12.5,0)" style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1;fill:#000000;fill-opacity:1" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " id="path17972"/>
</marker>
<marker inkscape:stockid="Arrow1Lstart" orient="auto" refY="0.0" refX="0.0" id="marker127556" style="overflow:visible" inkscape:isstock="true">
<path id="path127554" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1;fill:#000000;fill-opacity:1" transform="scale(0.8) translate(12.5,0)"/>
</marker>
<marker inkscape:stockid="Arrow1Lstart" orient="auto" refY="0.0" refX="0.0" id="Arrow1Lstart" style="overflow:visible" inkscape:isstock="true">
<path id="path123726" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1;fill:#000000;fill-opacity:1" transform="scale(0.8) translate(12.5,0)"/>
</marker>
<marker inkscape:isstock="true" style="overflow:visible;" id="marker125612" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow1Lend">
<path transform="scale(0.8) rotate(180) translate(12.5,0)" style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1;fill:#000000;fill-opacity:1" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " id="path125610"/>
</marker>
<marker inkscape:stockid="Arrow1Lend" orient="auto" refY="0.0" refX="0.0" id="Arrow1Lend" style="overflow:visible;" inkscape:isstock="true">
<path id="path123729" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1;fill:#000000;fill-opacity:1" transform="scale(0.8) rotate(180) translate(12.5,0)"/>
</marker>
<inkscape:perspective sodipodi:type="inkscape:persp3d" inkscape:vp_x="-169.6 : 22.4 : 1" inkscape:vp_y="0 : 1066.6667 : 0" inkscape:vp_z="1774.6731 : -109.28124 : 1" inkscape:persp3d-origin="892.8 : -113.77778 : 1" id="perspective613"/>
<symbol id="Process">
<title id="title69211">Process</title>
<desc id="desc69213">Any processing function.</desc>
<rect x="16" y="37.333332" width="128" height="85.333336" style="stroke-width:2.13333344" id="rect69215"/>
</symbol>
<symbol id="Display">
<title id="title92053">Display</title>
<desc id="desc92055">Information display by online indicators, video devices, printers, etc.</desc>
<path d="m 15,75 a 100,100 0 0 1 40,-40 l 65,0 a 60,60 0 0 1 0,80 l -65,0 a 100,100 0 0 1 -40,-40 z" style="stroke-width:2px" id="path92057"/>
</symbol>
<marker inkscape:stockid="Arrow1Lend" orient="auto" refY="0" refX="0" id="Arrow1Lend-0" style="overflow:visible" inkscape:isstock="true">
<path inkscape:connector-curvature="0" id="path123729-1" d="M 0,0 5,-5 -12.5,0 5,5 Z" style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1" transform="matrix(-0.8,0,0,-0.8,-10,0)"/>
</marker>
<marker inkscape:stockid="Arrow1Lend" orient="auto" refY="0" refX="0" id="marker124004-0" style="overflow:visible" inkscape:isstock="true">
<path inkscape:connector-curvature="0" id="path124002-9" d="M 0,0 5,-5 -12.5,0 5,5 Z" style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1" transform="matrix(-0.8,0,0,-0.8,-10,0)"/>
</marker>
<marker inkscape:stockid="Arrow1Lend" orient="auto" refY="0" refX="0" id="Arrow1Lend-04" style="overflow:visible" inkscape:isstock="true">
<path inkscape:connector-curvature="0" id="path123729-8" d="M 0,0 5,-5 -12.5,0 5,5 Z" style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1" transform="matrix(-0.8,0,0,-0.8,-10,0)"/>
</marker>
<marker inkscape:stockid="Arrow1Lend" orient="auto" refY="0" refX="0" id="marker124004-7" style="overflow:visible" inkscape:isstock="true">
<path inkscape:connector-curvature="0" id="path124002-97" d="M 0,0 5,-5 -12.5,0 5,5 Z" style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1" transform="matrix(-0.8,0,0,-0.8,-10,0)"/>
</marker>
<symbol id="Offpage">
<title id="title92130">Off-Page Connector</title>
<desc id="desc92132">Exit to or entry from a page. (IBM)</desc>
<path d="m 55,55 40,0 0,30 -20,20 -20,-20 z" style="stroke-width:2" id="path92134"/>
</symbol>
<marker inkscape:stockid="Arrow1Lend" orient="auto" refY="0" refX="0" id="marker128312-3" style="overflow:visible" inkscape:isstock="true">
<path inkscape:connector-curvature="0" id="path128310-3" d="M 0,0 5,-5 -12.5,0 5,5 Z" style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1" transform="matrix(-0.8,0,0,-0.8,-10,0)"/>
</marker>
<symbol id="PredefinedProcess">
<title id="title92176">Predefined Process</title>
<desc id="desc92178">A formally defined sub-process.</desc>
<rect x="15" y="35" width="120" height="80" style="stroke-width:2" id="rect92180"/>
<rect x="35" y="35" width="80" height="80" style="stroke-width:2" id="rect92182"/>
</symbol>
<marker inkscape:isstock="true" style="overflow:visible" id="marker9282-8-3-2" refX="0" refY="0" orient="auto" inkscape:stockid="Arrow1Lend">
<path inkscape:connector-curvature="0" transform="matrix(-0.8,0,0,-0.8,-10,0)" style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1" d="M 0,0 5,-5 -12.5,0 5,5 Z" id="path9280-50-5-0"/>
</marker>
<marker inkscape:isstock="true" style="overflow:visible" id="marker9436-3-4-6" refX="0" refY="0" orient="auto" inkscape:stockid="Arrow1Lend">
<path inkscape:connector-curvature="0" transform="matrix(-0.8,0,0,-0.8,-10,0)" style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1" d="M 0,0 5,-5 -12.5,0 5,5 Z" id="path9434-9-3-2"/>
</marker>
<marker inkscape:isstock="true" style="overflow:visible" id="marker9282" refX="0" refY="0" orient="auto" inkscape:stockid="Arrow1Lend">
<path inkscape:connector-curvature="0" transform="matrix(-0.8,0,0,-0.8,-10,0)" style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1" d="M 0,0 5,-5 -12.5,0 5,5 Z" id="path9280"/>
</marker>
<marker inkscape:isstock="true" style="overflow:visible" id="marker9436-3-4-6-3" refX="0" refY="0" orient="auto" inkscape:stockid="Arrow1Lend">
<path inkscape:connector-curvature="0" transform="matrix(-0.8,0,0,-0.8,-10,0)" style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1" d="M 0,0 5,-5 -12.5,0 5,5 Z" id="path9434-9-3-2-9"/>
</marker>
<marker inkscape:isstock="true" style="overflow:visible" id="marker9282-8-3-2-8" refX="0" refY="0" orient="auto" inkscape:stockid="Arrow1Lend">
<path inkscape:connector-curvature="0" transform="matrix(-0.8,0,0,-0.8,-10,0)" style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1" d="M 0,0 5,-5 -12.5,0 5,5 Z" id="path9280-50-5-0-1"/>
</marker>
<marker inkscape:isstock="true" style="overflow:visible" id="marker9436-3-4-6-0" refX="0" refY="0" orient="auto" inkscape:stockid="Arrow1Lend">
<path inkscape:connector-curvature="0" transform="matrix(-0.8,0,0,-0.8,-10,0)" style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1" d="M 0,0 5,-5 -12.5,0 5,5 Z" id="path9434-9-3-2-6"/>
</marker>
<marker inkscape:isstock="true" style="overflow:visible" id="marker9282-8-3-2-1" refX="0" refY="0" orient="auto" inkscape:stockid="Arrow1Lend">
<path inkscape:connector-curvature="0" transform="matrix(-0.8,0,0,-0.8,-10,0)" style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1" d="M 0,0 5,-5 -12.5,0 5,5 Z" id="path9280-50-5-0-4"/>
</marker>
<marker inkscape:isstock="true" style="overflow:visible" id="marker17974-7" refX="0" refY="0" orient="auto" inkscape:stockid="Arrow1Lend">
<path inkscape:connector-curvature="0" transform="matrix(-0.8,0,0,-0.8,-10,0)" style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1" d="M 0,0 5,-5 -12.5,0 5,5 Z" id="path17972-9"/>
</marker>
<marker inkscape:isstock="true" style="overflow:visible" id="marker9282-8" refX="0" refY="0" orient="auto" inkscape:stockid="Arrow1Lend">
<path inkscape:connector-curvature="0" transform="matrix(-0.8,0,0,-0.8,-10,0)" style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1" d="M 0,0 5,-5 -12.5,0 5,5 Z" id="path9280-9"/>
</marker>
<clipPath id="clip1">
<path id="path6383" d="m0.058594 0.16016h31.57v32.84h-31.57l-0.000406-32.84z"/>
</clipPath>
<clipPath id="clip2">
<path id="path6386" d="m0.058594 0.16016h31.57v32.84h-31.57l-0.000406-32.84z"/>
</clipPath>
<clipPath id="clip3">
<path id="path6389" d="m0.058594 0.16016h31.57v32.84h-31.57l-0.000406-32.84z"/>
</clipPath>
<clipPath id="clip4">
<path id="path6392" d="m0.058594 0.16016h31.57v32.84h-31.57l-0.000406-32.84z"/>
</clipPath>
<clipPath id="clip5">
<path id="path6395" d="m0.058594 0.16016h31.57v32.84h-31.57l-0.000406-32.84z"/>
</clipPath>
<clipPath id="clip6">
<path id="path6398" d="m0.058594 0.16016h31.57v32.84h-31.57l-0.000406-32.84z"/>
</clipPath>
<clipPath id="clip7">
<path id="path6401" d="m0.058594 0.16016h31.57v32.84h-31.57l-0.000406-32.84z"/>
</clipPath>
<clipPath id="clip1-4">
<path id="path6582" d="m0.058594 0.16016h31.57v32.84h-31.57l-0.000406-32.84z"/>
</clipPath>
<clipPath id="clip2-6">
<path id="path6585" d="m0.058594 0.16016h31.57v32.84h-31.57l-0.000406-32.84z"/>
</clipPath>
<clipPath id="clip3-3">
<path id="path6588" d="m0.058594 0.16016h31.57v32.84h-31.57l-0.000406-32.84z"/>
</clipPath>
<clipPath id="clip4-6">
<path id="path6591" d="m0.058594 0.16016h31.57v32.84h-31.57l-0.000406-32.84z"/>
</clipPath>
<clipPath id="clip5-9">
<path id="path6594" d="m0.058594 0.16016h31.57v32.84h-31.57l-0.000406-32.84z"/>
</clipPath>
<clipPath id="clip6-1">
<path id="path6597" d="m0.058594 0.16016h31.57v32.84h-31.57l-0.000406-32.84z"/>
</clipPath>
<clipPath id="clip7-7">
<path id="path6600" d="m0.058594 0.16016h31.57v32.84h-31.57l-0.000406-32.84z"/>
</clipPath>
<marker inkscape:stockid="Arrow1Lstart" orient="auto" refY="0" refX="0" id="marker14748" style="overflow:visible" inkscape:isstock="true">
<path inkscape:connector-curvature="0" id="path14746" d="M 0,0 5,-5 -12.5,0 5,5 Z" style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1" transform="matrix(0.8,0,0,0.8,10,0)"/>
</marker>
<marker inkscape:isstock="true" style="overflow:visible" id="marker14542" refX="0" refY="0" orient="auto" inkscape:stockid="Arrow1Lend">
<path inkscape:connector-curvature="0" transform="matrix(-0.8,0,0,-0.8,-10,0)" style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1" d="M 0,0 5,-5 -12.5,0 5,5 Z" id="path14540"/>
</marker>
</defs><flowRoot xml:space="preserve" id="flowRoot325" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.80000019px;line-height:0.01%;font-family:'Courier New';-inkscape-font-specification:'Courier New, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06666672px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" transform="translate(-6,-234)"><flowRegion id="flowRegion327" style="stroke-width:1.06666672px"><rect id="rect329" width="143.48375" height="55.684658" x="588.37177" y="41.606224" style="stroke-width:1.13777781px"/></flowRegion><flowPara id="flowPara331" style="font-size:14.22222233px;line-height:1.25;stroke-width:1.06666672px"> </flowPara></flowRoot><g><g id="g66" transform="translate(747.36667,-103.7)">
<flowRoot style="font-style:normal;font-weight:normal;font-size:12.80000019px;line-height:0.01%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06666672px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" id="flowRoot172" xml:space="preserve"><flowRegion id="flowRegion174" style="stroke-width:1.06666672px"><rect y="203.73334" x="595" height="73.333336" width="191.66667" id="rect176" style="stroke-width:1.13777781px"/></flowRegion><flowPara id="flowPara178" style="font-size:42.66666794px;line-height:1.25;stroke-width:1.06666672px"> </flowPara></flowRoot> <text id="text182" y="9.2666664" x="20.799999" style="font-style:normal;font-weight:normal;font-size:12.80000019px;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06666672px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve"><tspan y="9.2666664" x="20.799999" id="tspan180" sodipodi:role="line" style="font-size:42.66666794px;line-height:1.25;stroke-width:1.06666672px"> </tspan></text>
</g><g inkscape:label="Tracker" id="layer5"/></g><g inkscape:groupmode="layer" id="layer14" inkscape:label="A1S3">
<path inkscape:connector-curvature="0" id="path5979" d="m 857.83242,1592.9311 -96.9414,55.9707 96.9414,55.9668 v -39.4532 h 167.07518 v -33.0293 H 857.83242 Z" style="display:inline;opacity:1;fill:#799fee;fill-opacity:1;stroke:#799fee;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" sodipodi:nodetypes="cccccccc"/>
</g><g inkscape:label="A1S2" id="g6158" inkscape:groupmode="layer">
<path sodipodi:nodetypes="cccccccc" style="display:inline;opacity:1;fill:#799fee;fill-opacity:1;stroke:#799fee;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m 857.83242,1592.9311 -96.9414,55.9707 96.9414,55.9668 v -39.4532 h 167.07518 v -33.0293 H 857.83242 Z" id="path6156" inkscape:connector-curvature="0"/>
</g><g inkscape:label="A1S1" id="g6154" inkscape:groupmode="layer">
<path sodipodi:nodetypes="cccccccc" style="display:inline;opacity:1;fill:#799fee;fill-opacity:1;stroke:#799fee;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m 857.83242,1592.9311 -96.9414,55.9707 96.9414,55.9668 v -39.4532 h 167.07518 v -33.0293 H 857.83242 Z" id="path6152" inkscape:connector-curvature="0"/>
</g><g inkscape:groupmode="layer" id="layer13" inkscape:label="A1M3">
<path style="display:inline;opacity:1;fill:#799fee;fill-opacity:1;stroke:#799fee;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m 857.83242,1451.5097 -96.9414,55.9707 96.9414,55.9668 V 1523.994 H 1179.764 v -33.0293 H 857.83242 Z" id="path5863" inkscape:connector-curvature="0"/>
</g><g inkscape:label="A1M2" id="g6150" inkscape:groupmode="layer">
<path inkscape:connector-curvature="0" id="path6148" d="m 857.83242,1451.5097 -96.9414,55.9707 96.9414,55.9668 V 1523.994 H 1179.764 v -33.0293 H 857.83242 Z" style="display:inline;opacity:1;fill:#799fee;fill-opacity:1;stroke:#799fee;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
</g><g inkscape:label="A1M1" id="g6146" inkscape:groupmode="layer">
<path inkscape:connector-curvature="0" id="path6144" d="m 857.83242,1451.5097 -96.9414,55.9707 96.9414,55.9668 V 1523.994 H 1179.764 v -33.0293 H 857.83242 Z" style="display:inline;opacity:1;fill:#799fee;fill-opacity:1;stroke:#799fee;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
</g><g inkscape:groupmode="layer" id="layer12" inkscape:label="A1L3">
<path style="display:inline;opacity:1;fill:#799fee;fill-opacity:1;stroke:#799fee;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m 857.8324,1303.6444 -96.9414,55.9707 96.9414,55.9688 v -39.4551 h 526.9316 v -33.0293 H 857.8324 Z" id="path5871" inkscape:connector-curvature="0"/>
</g><g inkscape:label="A1L2" id="g6142" inkscape:groupmode="layer">
<path inkscape:connector-curvature="0" id="path6140" d="m 857.8324,1303.6444 -96.9414,55.9707 96.9414,55.9688 v -39.4551 h 526.9316 v -33.0293 H 857.8324 Z" style="display:inline;opacity:1;fill:#799fee;fill-opacity:1;stroke:#799fee;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
</g><g inkscape:label="A1L1" id="g6138" inkscape:groupmode="layer">
<path inkscape:connector-curvature="0" id="path6136" d="m 857.8324,1303.6444 -96.9414,55.9707 96.9414,55.9688 v -39.4551 h 526.9316 v -33.0293 H 857.8324 Z" style="display:inline;opacity:1;fill:#799fee;fill-opacity:1;stroke:#799fee;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
</g><g inkscape:groupmode="layer" id="layer11" inkscape:label="A2S3">
<path inkscape:connector-curvature="0" style="display:inline;opacity:1;fill:#326ce5;fill-opacity:1;stroke:#799fee;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m 857.8324,1141.3443 -96.9414,55.9707 96.9414,55.9686 v -39.455 h 174.1719 v 39.455 l 96.9414,-55.9686 -96.9414,-55.9707 v 39.455 H 857.8324 Z" id="path5977" sodipodi:nodetypes="ccccccccccc"/>
</g><g inkscape:label="A2S2" id="g6134" inkscape:groupmode="layer">
<path sodipodi:nodetypes="ccccccccccc" id="path6132" d="m 857.8324,1141.3443 -96.9414,55.9707 96.9414,55.9686 v -39.455 h 174.1719 v 39.455 l 96.9414,-55.9686 -96.9414,-55.9707 v 39.455 H 857.8324 Z" style="display:inline;opacity:1;fill:#326ce5;fill-opacity:1;stroke:#799fee;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" inkscape:connector-curvature="0"/>
</g><g inkscape:label="A2S1" id="g6130" inkscape:groupmode="layer">
<path sodipodi:nodetypes="ccccccccccc" id="path6128" d="m 857.8324,1141.3443 -96.9414,55.9707 96.9414,55.9686 v -39.455 h 174.1719 v 39.455 l 96.9414,-55.9686 -96.9414,-55.9707 v 39.455 H 857.8324 Z" style="display:inline;opacity:1;fill:#326ce5;fill-opacity:1;stroke:#799fee;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" inkscape:connector-curvature="0"/>
</g><g inkscape:groupmode="layer" id="layer10" inkscape:label="A2M3">
<path id="path5722" d="m 857.8324,971.6387 -96.9414,55.9707 96.9414,55.9686 v -39.455 h 354.1719 v 39.455 l 96.9414,-55.9686 -96.9414,-55.9707 v 39.455 H 857.8324 Z" style="display:inline;opacity:1;fill:#326ce5;fill-opacity:1;stroke:#799fee;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" inkscape:connector-curvature="0"/>
</g><g inkscape:label="A2M2" id="g6126" inkscape:groupmode="layer">
<path inkscape:connector-curvature="0" style="display:inline;opacity:1;fill:#326ce5;fill-opacity:1;stroke:#799fee;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m 857.8324,971.6387 -96.9414,55.9707 96.9414,55.9686 v -39.455 h 354.1719 v 39.455 l 96.9414,-55.9686 -96.9414,-55.9707 v 39.455 H 857.8324 Z" id="path6124"/>
</g><g inkscape:label="A2M1" id="g6122" inkscape:groupmode="layer">
<path inkscape:connector-curvature="0" style="display:inline;opacity:1;fill:#326ce5;fill-opacity:1;stroke:#799fee;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m 857.8324,971.6387 -96.9414,55.9707 96.9414,55.9686 v -39.455 h 354.1719 v 39.455 l 96.9414,-55.9686 -96.9414,-55.9707 v 39.455 H 857.8324 Z" id="path6120"/>
</g><g inkscape:groupmode="layer" id="layer9" inkscape:label="A2L3">
<path inkscape:connector-curvature="0" style="display:inline;opacity:1;fill:#326ce5;fill-opacity:1;stroke:#799fee;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m 857.8324,802.6387 -96.9414,55.9707 96.9414,55.9686 v -39.455 h 559.1719 v 39.455 l 96.9414,-55.9686 -96.9414,-55.9707 v 39.455 H 857.8324 Z" id="path5859" sodipodi:nodetypes="ccccccccccc"/>
</g><g inkscape:label="A2L2" id="g6118" inkscape:groupmode="layer">
<path sodipodi:nodetypes="ccccccccccc" id="path6116" d="m 857.8324,802.6387 -96.9414,55.9707 96.9414,55.9686 v -39.455 h 559.1719 v 39.455 l 96.9414,-55.9686 -96.9414,-55.9707 v 39.455 H 857.8324 Z" style="display:inline;opacity:1;fill:#326ce5;fill-opacity:1;stroke:#799fee;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" inkscape:connector-curvature="0"/>
</g><g inkscape:label="A2L1" id="g6114" inkscape:groupmode="layer">
<path sodipodi:nodetypes="ccccccccccc" id="path6112" d="m 857.8324,802.6387 -96.9414,55.9707 96.9414,55.9686 v -39.455 h 559.1719 v 39.455 l 96.9414,-55.9686 -96.9414,-55.9707 v 39.455 H 857.8324 Z" style="display:inline;opacity:1;fill:#326ce5;fill-opacity:1;stroke:#799fee;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" inkscape:connector-curvature="0"/>
</g><g inkscape:groupmode="layer" id="layer20" inkscape:label="Questions?">
<text xml:space="preserve" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:82.13600159px;line-height:125.99999905%;font-family:'Roboto Mono';-inkscape-font-specification:'Roboto Mono, Normal';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;opacity:1;vector-effect:none;fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;" x="3048" y="5285.0664" id="text5481"><tspan sodipodi:role="line" id="tspan5479" x="3048" y="5285.0664">Questions?</tspan></text>
</g><g inkscape:groupmode="layer" id="layer21" inkscape:label="LInks" style="display:inline">
<text xml:space="preserve" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:82.13600159px;line-height:125.99999905%;font-family:'Roboto Mono';-inkscape-font-specification:'Roboto Mono, Normal';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;opacity:1;vector-effect:none;fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" x="2341.3816" y="5277.4961" id="text5426"><tspan sodipodi:role="line" id="tspan5424" x="2341.3816" y="5349.7759"/><tspan sodipodi:role="line" x="2341.3816" y="5453.2671" id="tspan5438">Full Video:</tspan><tspan sodipodi:role="line" x="2341.3816" y="5556.7583" id="tspan5444">Basic:</tspan><tspan sodipodi:role="line" x="2341.3816" y="5660.25" id="tspan5436">Power:</tspan><tspan sodipodi:role="line" x="2341.3816" y="5763.7412" id="tspan5458">GitHub:</tspan></text>
<text id="text5500" y="5279.2207" x="2918.3806" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:82.13600159px;line-height:125.99999905%;font-family:'Roboto Mono';-inkscape-font-specification:'Roboto Mono, Normal';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;opacity:1;vector-effect:none;fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" xml:space="preserve"><tspan y="5351.5005" x="2918.3806" id="tspan5490" sodipodi:role="line"/><tspan id="tspan5492" y="5454.9917" x="2918.3806" sodipodi:role="line">http://bit.do/kube-decon-full</tspan><tspan id="tspan5494" y="5558.4829" x="2918.3806" sodipodi:role="line">http://bit.do/kube-decon</tspan><tspan id="tspan5496" y="5661.9746" x="2918.3806" sodipodi:role="line">http://bit.do/kube-decon-power</tspan><tspan id="tspan5498" y="5765.4658" x="2918.3806" sodipodi:role="line">@carsonoid</tspan></text>
</g><g inkscape:groupmode="layer" id="layer17" inkscape:label="OpenCLipart">
<g aria-label="openclipart.org: - open box: mcol - pull down screen: yish - red virtual server: pydubreucq - Firewall: cyberscooty - DatabaseRed: ericlemerdy - File Icon: jhnri4 - Tag Icon: jhnri4 - Sugar-cube-34345345: jhnri4 - Sample Folder: nikla88 - eco-systemedic-plug-A: dominiquechappard - eco-green-machine-icon (Gears): dominiquechappard - EKG Heart: GDJ - SMIL animation (stoplight): ric5sch - Laptop Computer Icon: kael_179 - Cell Phone Icon: kael_179 - CPU: Fabuio - RAM Memory: Fabuio - Statistics: hawk88" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:82.13600159px;line-height:125.99999905%;font-family:'Roboto Mono';-inkscape-font-specification:'Roboto Mono, Normal';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;display:inline;opacity:1;vector-effect:none;fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="text4929">
<path d="m 2588.8929,2709.0559 q 0,-4.6923 1.3636,-8.7028 1.3635,-4.0507 3.8902,-7.0185 2.5667,-2.9678 6.2163,-4.6522 3.6496,-1.7246 8.2217,-1.7246 4.6121,0 8.2617,1.7246 3.6897,1.6844 6.2163,4.6522 2.5668,2.9678 3.9304,7.0185 1.3635,4.0105 1.3635,8.7028 v 0.8824 q 0,4.6923 -1.3635,8.7028 -1.3636,4.0106 -3.9304,6.9784 -2.5266,2.9678 -6.1762,4.6522 -3.6496,1.6845 -8.2216,1.6845 -4.6122,0 -8.3019,-1.6845 -3.6496,-1.6844 -6.2163,-4.6522 -2.5267,-2.9678 -3.8902,-6.9784 -1.3636,-4.0105 -1.3636,-8.7028 z m 7.4195,0.8824 q 0,3.2084 0.762,6.1361 0.762,2.8876 2.286,5.0934 1.5641,2.2058 3.8902,3.4892 2.3261,1.2833 5.4143,1.2833 3.048,0 5.334,-1.2833 2.3261,-1.2834 3.8501,-3.4892 1.5641,-2.2058 2.3261,-5.0934 0.762,-2.9277 0.762,-6.1361 v -0.8824 q 0,-3.1683 -0.8021,-6.0559 -0.762,-2.9277 -2.3261,-5.1335 -1.524,-2.2058 -3.8501,-3.4892 -2.286,-1.3234 -5.3741,-1.3234 -3.0882,0 -5.3742,1.3234 -2.286,1.2834 -3.8501,3.4892 -1.524,2.2058 -2.286,5.1335 -0.762,2.8876 -0.762,6.0559 z" style="fill:#326ce5;fill-opacity:1" id="path5229"/>
<path d="m 2676.8442,2709.9383 q 0,4.6522 -1.123,8.7028 -1.1229,4.0106 -3.2886,6.9784 -2.1657,2.9678 -5.3742,4.6522 -3.1683,1.6845 -7.2591,1.6845 -3.9704,0 -7.0184,-1.2834 -3.0079,-1.2834 -5.1736,-3.6897 v 20.8548 h -7.4195 v -60.078 h 6.7778 l 0.3609,4.7325 q 2.1657,-2.6871 5.2137,-4.0908 3.0882,-1.4438 7.1388,-1.4438 4.171,0 7.3794,1.6443 3.2085,1.6444 5.3742,4.5721 2.1657,2.9277 3.2886,7.0184 1.123,4.0507 1.123,8.9034 z m -7.4196,-0.8423 q 0,-3.1683 -0.7218,-6.0158 -0.6818,-2.8876 -2.1657,-5.0533 -1.4438,-2.2058 -3.6897,-3.4891 -2.246,-1.2834 -5.3742,-1.2834 -3.5694,0 -6.0158,1.6844 -2.4063,1.6443 -3.8501,4.2512 v 20.8949 q 1.4438,2.5668 3.8501,4.2111 2.4063,1.6042 6.096,1.6042 3.0882,0 5.3341,-1.2833 2.2459,-1.3235 3.6897,-3.5293 1.4438,-2.2058 2.1256,-5.0934 0.7218,-2.8876 0.7218,-6.0559 z" style="fill:#326ce5;fill-opacity:1" id="path5231"/>
<path d="m 2708.6478,2731.9562 q -4.572,0 -8.4222,-1.5642 -3.81,-1.5641 -6.5371,-4.3714 -2.7272,-2.8074 -4.2512,-6.6576 -1.524,-3.8501 -1.524,-8.382 v -1.6844 q 0,-5.2538 1.6844,-9.3847 1.6844,-4.171 4.4517,-7.0185 2.8074,-2.8876 6.3367,-4.4116 3.5694,-1.524 7.2992,-1.524 4.6923,0 8.1815,1.6443 3.5293,1.6043 5.8554,4.4919 2.3261,2.8475 3.4491,6.7377 1.163,3.8902 1.163,8.4221 v 3.3288 h -31.0015 q 0.1203,2.9678 1.1229,5.5746 1.0428,2.6069 2.8074,4.5721 1.8048,1.925 4.2913,3.048 2.4865,1.1229 5.4945,1.1229 3.9704,0 7.0585,-1.6042 3.0881,-1.6042 5.1335,-4.2512 l 4.5319,3.5293 q -1.0828,1.6443 -2.7271,3.1684 -1.6043,1.4839 -3.7298,2.6469 -2.1256,1.1631 -4.8127,1.8449 -2.6871,0.7219 -5.8554,0.7219 z m -0.9625,-38.9023 q -2.2459,0 -4.2512,0.8422 -2.0053,0.8021 -3.6095,2.4063 -1.6042,1.5641 -2.7272,3.8902 -1.0828,2.286 -1.524,5.294 h 23.3414 v -0.5615 q -0.1203,-2.1657 -0.8422,-4.2913 -0.6818,-2.1256 -2.0454,-3.81 -1.3636,-1.6845 -3.4491,-2.7272 -2.0453,-1.0427 -4.8928,-1.0427 z" style="fill:#326ce5;fill-opacity:1" id="path5233"/>
<path d="m 2745.3844,2687.7599 0.5214,6.4169 q 2.3662,-3.3688 5.8153,-5.2538 3.449,-1.9251 7.7002,-1.9652 3.409,0 6.1763,0.9626 2.8073,0.9625 4.7725,3.0079 1.9652,2.0453 3.0079,5.2137 1.0829,3.1282 1.0829,7.4596 v 27.5525 h -7.4195 v -27.3921 q 0,-2.8876 -0.6417,-4.8929 -0.6417,-2.0052 -1.9251,-3.2485 -1.2433,-1.2433 -3.0881,-1.8047 -1.8048,-0.5615 -4.171,-0.5615 -3.7298,0 -6.5773,1.8849 -2.8074,1.8449 -4.4918,4.8929 v 31.1219 h -7.4195 v -43.3942 z" style="fill:#326ce5;fill-opacity:1" id="path5235"/>
<path d="m 2806.465,2725.9403 q 2.0053,0 3.8903,-0.6416 1.925,-0.6417 3.4089,-1.7647 1.4839,-1.163 2.3663,-2.6871 0.9224,-1.5641 0.9625,-3.3688 h 7.0184 q -0.04,2.8876 -1.524,5.5345 -1.4438,2.6069 -3.8902,4.6122 -2.4464,1.9651 -5.6148,3.1683 -3.1683,1.1631 -6.6174,1.1631 -4.9329,0 -8.6226,-1.7647 -3.6897,-1.7646 -6.1763,-4.7324 -2.4464,-3.0079 -3.6897,-6.8982 -1.2433,-3.9303 -1.2433,-8.2617 v -1.6844 q 0,-4.2913 1.2433,-8.2216 1.2433,-3.9304 3.6897,-6.8982 2.4866,-3.0079 6.1763,-4.7725 3.6897,-1.7647 8.6226,-1.7647 3.8502,0 7.0586,1.2433 3.2485,1.2032 5.5747,3.3287 2.3662,2.0855 3.6897,4.9731 1.3234,2.8876 1.3234,6.1763 h -7.0184 q -0.04,-1.9652 -0.8823,-3.6897 -0.8021,-1.7647 -2.2058,-3.0882 -1.4037,-1.3234 -3.3689,-2.0854 -1.9251,-0.762 -4.171,-0.762 -3.449,0 -5.8153,1.4036 -2.3261,1.3636 -3.7699,3.6095 -1.4438,2.2058 -2.0855,4.9731 -0.6015,2.7673 -0.6015,5.5747 v 1.6844 q 0,2.8475 0.6015,5.6549 0.6417,2.7673 2.0454,5.0132 1.4438,2.2058 3.7699,3.6095 2.3663,1.3635 5.8554,1.3635 z" style="fill:#326ce5;fill-opacity:1" id="path5237"/>
<path d="m 2838.389,2669.5521 h 22.1783 v 55.1851 h 14.1572 v 6.4169 h -36.3355 v -6.4169 h 14.7588 v -48.7282 h -14.7588 z" style="fill:#326ce5;fill-opacity:1" id="path5239"/>
<path d="m 2887.6385,2687.7599 h 22.1783 v 36.9773 h 14.1573 v 6.4169 h -36.3356 v -6.4169 h 14.7588 v -30.5203 h -14.7588 z m 13.7963,-11.3899 q 0,-1.8449 1.0828,-3.0881 1.123,-1.2834 3.3689,-1.2834 2.2058,0 3.3288,1.2834 1.1229,1.2432 1.1229,3.0881 0,1.8047 -1.1229,3.0079 -1.123,1.2032 -3.3288,1.2032 -2.2459,0 -3.3689,-1.2032 -1.0828,-1.2032 -1.0828,-3.0079 z" style="fill:#326ce5;fill-opacity:1" id="path5241"/>
<path d="m 2972.3413,2709.9383 q 0,4.6522 -1.123,8.7028 -1.1229,4.0106 -3.2886,6.9784 -2.1657,2.9678 -5.3742,4.6522 -3.1683,1.6845 -7.2591,1.6845 -3.9704,0 -7.0184,-1.2834 -3.0079,-1.2834 -5.1736,-3.6897 v 20.8548 h -7.4195 v -60.078 h 6.7778 l 0.3609,4.7325 q 2.1657,-2.6871 5.2137,-4.0908 3.0882,-1.4438 7.1388,-1.4438 4.171,0 7.3794,1.6443 3.2085,1.6444 5.3742,4.5721 2.1657,2.9277 3.2886,7.0184 1.123,4.0507 1.123,8.9034 z m -7.4196,-0.8423 q 0,-3.1683 -0.7219,-6.0158 -0.6817,-2.8876 -2.1656,-5.0533 -1.4438,-2.2058 -3.6898,-3.4891 -2.2459,-1.2834 -5.3741,-1.2834 -3.5694,0 -6.0158,1.6844 -2.4063,1.6443 -3.8501,4.2512 v 20.8949 q 1.4438,2.5668 3.8501,4.2111 2.4063,1.6042 6.096,1.6042 3.0881,0 5.3341,-1.2833 2.2459,-1.3235 3.6897,-3.5293 1.4438,-2.2058 2.1255,-5.0934 0.7219,-2.8876 0.7219,-6.0559 z" style="fill:#326ce5;fill-opacity:1" id="path5243"/>
<path d="m 3013.4895,2731.1541 q -0.4412,-0.8423 -0.7219,-2.0855 -0.2407,-1.2834 -0.361,-2.647 -1.1229,1.123 -2.5266,2.1256 -1.3636,1.0026 -3.048,1.7646 -1.6444,0.762 -3.5293,1.2032 -1.885,0.4412 -4.0106,0.4412 -3.449,0 -6.2564,-1.0027 -2.7673,-1.0026 -4.7325,-2.687 -1.925,-1.7246 -3.0079,-4.0507 -1.0427,-2.3662 -1.0427,-5.0934 0,-3.5694 1.4037,-6.2564 1.4438,-2.6871 4.0506,-4.4517 2.6069,-1.8048 6.2565,-2.6871 3.6897,-0.8823 8.2216,-0.8823 h 8.1013 v -3.409 q 0,-1.9652 -0.7219,-3.5293 -0.7219,-1.5641 -2.0454,-2.6469 -1.3235,-1.123 -3.2485,-1.7246 -1.885,-0.6016 -4.2512,-0.6016 -2.2058,0 -3.9704,0.5615 -1.7246,0.5615 -2.9277,1.4839 -1.2032,0.9224 -1.885,2.2058 -0.6417,1.2433 -0.6417,2.6069 h -7.4596 q 0.04,-2.3662 1.2032,-4.6523 1.2031,-2.286 3.4089,-4.0907 2.2459,-1.8449 5.4143,-2.9678 3.2084,-1.123 7.2591,-1.123 3.6897,0 6.858,0.9225 3.1683,0.8823 5.4543,2.7271 2.3262,1.8048 3.6496,4.5319 1.3235,2.7272 1.3235,6.3768 v 20.1731 q 0,2.1657 0.4011,4.6121 0.401,2.4063 1.1229,4.2111 v 0.6417 z m -13.1145,-5.6549 q 2.1657,0 4.0506,-0.5615 1.885,-0.5615 3.409,-1.4839 1.5641,-0.9224 2.6871,-2.0855 1.1229,-1.2031 1.7646,-2.4865 v -8.7831 h -6.8981 q -6.4971,0 -10.1066,1.925 -3.6095,1.9251 -3.6095,6.056 0,1.6042 0.5214,2.9678 0.5614,1.3636 1.6443,2.3662 1.0828,0.9625 2.7272,1.524 1.6443,0.5615 3.81,0.5615 z" style="fill:#326ce5;fill-opacity:1" id="path5245"/>
<path d="m 3062.6588,2686.9578 q 1.0427,0 2.1657,0.08 1.1229,0.04 2.1256,0.2006 1.0427,0.1203 1.8849,0.3208 0.8823,0.2005 1.4438,0.4412 l -1.0026,7.2591 q -2.1657,-0.4813 -4.1309,-0.6818 -1.9251,-0.2407 -4.0506,-0.2407 -5.2138,0 -8.4623,2.3663 -3.2084,2.3662 -4.7324,6.6174 v 27.8332 h -7.4597 v -43.3942 h 7.0586 l 0.3609,6.8982 q 2.647,-3.5694 6.3367,-5.6148 3.7298,-2.0855 8.4623,-2.0855 z" style="fill:#326ce5;fill-opacity:1" id="path5247"/>
<path d="m 3101.0397,2677.2523 v 10.5076 h 16.5234 v 5.7351 h -16.5234 v 23.582 q 0,2.5267 0.6417,4.171 0.6417,1.6443 1.7646,2.647 1.123,0.9625 2.5668,1.3635 1.4839,0.4011 3.1282,0.4011 1.2032,0 2.4865,-0.1203 1.2834,-0.1604 2.4866,-0.361 1.2432,-0.2005 2.286,-0.401 1.0828,-0.2406 1.7646,-0.4011 l 1.0428,5.2538 q -0.9225,0.5615 -2.2459,1.0027 -1.3235,0.401 -2.8876,0.6818 -1.5641,0.3208 -3.3288,0.4812 -1.7245,0.1605 -3.4491,0.1605 -2.8875,0 -5.4142,-0.8021 -2.4865,-0.8423 -4.3314,-2.6069 -1.8448,-1.8047 -2.9277,-4.6121 -1.0427,-2.8475 -1.0427,-6.8581 v -23.582 h -11.39 v -5.7351 h 11.39 v -10.5076 z" style="fill:#326ce5;fill-opacity:1" id="path5249"/>
<path d="m 3145.637,2726.3414 q 0,-1.2032 0.361,-2.2459 0.401,-1.0428 1.1229,-1.8048 0.7219,-0.8021 1.8048,-1.2432 1.0828,-0.4412 2.5266,-0.4412 1.4438,0 2.5266,0.4412 1.123,0.4411 1.8449,1.2432 0.762,0.762 1.1229,1.8048 0.4011,1.0427 0.4011,2.2459 0,1.1631 -0.4011,2.2058 -0.3609,1.0026 -1.1229,1.7646 -0.7219,0.762 -1.8449,1.1631 -1.0828,0.4412 -2.5266,0.4412 -1.4438,0 -2.5266,-0.4412 -1.0829,-0.4011 -1.8048,-1.1631 -0.7219,-0.762 -1.1229,-1.7646 -0.361,-1.0427 -0.361,-2.2058 z" style="fill:#326ce5;fill-opacity:1" id="path5251"/>
<path d="m 3179.8871,2709.0559 q 0,-4.6923 1.3636,-8.7028 1.3635,-4.0507 3.8902,-7.0185 2.5667,-2.9678 6.2163,-4.6522 3.6496,-1.7246 8.2217,-1.7246 4.6121,0 8.2617,1.7246 3.6897,1.6844 6.2163,4.6522 2.5668,2.9678 3.9304,7.0185 1.3636,4.0105 1.3636,8.7028 v 0.8824 q 0,4.6923 -1.3636,8.7028 -1.3636,4.0106 -3.9304,6.9784 -2.5266,2.9678 -6.1762,4.6522 -3.6496,1.6845 -8.2216,1.6845 -4.6122,0 -8.3019,-1.6845 -3.6496,-1.6844 -6.2163,-4.6522 -2.5267,-2.9678 -3.8902,-6.9784 -1.3636,-4.0105 -1.3636,-8.7028 z m 7.4195,0.8824 q 0,3.2084 0.762,6.1361 0.762,2.8876 2.286,5.0934 1.5641,2.2058 3.8902,3.4892 2.3261,1.2833 5.4143,1.2833 3.048,0 5.334,-1.2833 2.3261,-1.2834 3.8501,-3.4892 1.5641,-2.2058 2.3261,-5.0934 0.762,-2.9277 0.762,-6.1361 v -0.8824 q 0,-3.1683 -0.8021,-6.0559 -0.762,-2.9277 -2.3261,-5.1335 -1.524,-2.2058 -3.8501,-3.4892 -2.286,-1.3234 -5.3741,-1.3234 -3.0882,0 -5.3742,1.3234 -2.286,1.2834 -3.8501,3.4892 -1.524,2.2058 -2.286,5.1335 -0.762,2.8876 -0.762,6.0559 z" style="fill:#326ce5;fill-opacity:1" id="path5253"/>
<path d="m 3259.6568,2686.9578 q 1.0428,0 2.1657,0.08 1.123,0.04 2.1256,0.2006 1.0428,0.1203 1.885,0.3208 0.8823,0.2005 1.4438,0.4412 l -1.0027,7.2591 q -2.1656,-0.4813 -4.1308,-0.6818 -1.9251,-0.2407 -4.0507,-0.2407 -5.2137,0 -8.4622,2.3663 -3.2085,2.3662 -4.7325,6.6174 v 27.8332 h -7.4596 v -43.3942 h 7.0586 l 0.3609,6.8982 q 2.647,-3.5694 6.3367,-5.6148 3.7298,-2.0855 8.4622,-2.0855 z" style="fill:#326ce5;fill-opacity:1" id="path5255"/>
<path d="m 3279.108,2709.096 q 0,-4.8527 1.163,-8.9034 1.2032,-4.0907 3.4491,-7.0184 2.2459,-2.9277 5.4544,-4.5721 3.2084,-1.6443 7.2591,-1.6443 4.0105,0 7.0184,1.4438 3.048,1.4037 5.1736,4.0908 l 0.361,-4.7325 h 6.7377 v 42.4717 q 0,4.2913 -1.3636,7.6201 -1.3235,3.3287 -3.7699,5.6548 -2.4063,2.3262 -5.7752,3.5293 -3.3689,1.2032 -7.4596,1.2032 -1.6845,0 -3.8501,-0.4011 -2.1657,-0.3609 -4.4116,-1.2432 -2.2058,-0.8423 -4.2913,-2.2861 -2.0454,-1.4438 -3.5293,-3.5693 l 3.8501,-4.4517 q 1.3636,1.6443 2.8074,2.7672 1.4438,1.1631 2.9277,1.8449 1.4839,0.6818 2.9678,0.9625 1.4839,0.3209 2.9678,0.3209 2.647,0 4.7726,-0.762 2.1255,-0.7621 3.6094,-2.246 1.5241,-1.4438 2.3262,-3.6094 0.8021,-2.1657 0.8021,-4.9731 v -3.7298 q -2.1657,2.4865 -5.1335,3.81 -2.9277,1.2834 -6.818,1.2834 -3.9704,0 -7.1788,-1.6845 -3.2085,-1.6844 -5.4544,-4.6522 -2.2058,-2.9678 -3.4089,-6.9784 -1.2032,-4.0506 -1.2032,-8.7028 z m 7.4195,0.8423 q 0,3.1683 0.6417,6.0158 0.6818,2.8475 2.0855,5.0132 1.4438,2.1657 3.6496,3.449 2.2058,1.2433 5.2939,1.2433 1.9251,0 3.4491,-0.4412 1.5641,-0.4812 2.7672,-1.3234 1.2433,-0.8423 2.2058,-2.0053 0.9626,-1.1631 1.6845,-2.5668 v -19.8923 q -0.7219,-1.3636 -1.6845,-2.4865 -0.9625,-1.123 -2.2058,-1.9251 -1.2432,-0.8422 -2.7672,-1.2834 -1.524,-0.4812 -3.3689,-0.4812 -3.1282,0 -5.3741,1.2834 -2.2058,1.2833 -3.6496,3.4891 -1.4037,2.1657 -2.0855,5.0533 -0.6417,2.8475 -0.6417,6.0158 z" style="fill:#326ce5;fill-opacity:1" id="path5257"/>
<path d="m 3344.6403,2726.3414 q 0,-1.2032 0.361,-2.2459 0.401,-1.0428 1.1229,-1.8048 0.7219,-0.8021 1.8048,-1.2432 1.0828,-0.4412 2.5266,-0.4412 1.4438,0 2.5267,0.4412 1.1229,0.4411 1.8448,1.2432 0.762,0.762 1.123,1.8048 0.401,1.0427 0.401,2.2459 0,1.1631 -0.401,2.2058 -0.361,1.0026 -1.123,1.7646 -0.7219,0.762 -1.8448,1.1631 -1.0829,0.4412 -2.5267,0.4412 -1.4438,0 -2.5266,-0.4412 -1.0829,-0.4011 -1.8048,-1.1631 -0.7219,-0.762 -1.1229,-1.7646 -0.361,-1.0427 -0.361,-2.2058 z m 0,-35.1324 q 0,-1.2032 0.361,-2.2459 0.401,-1.0427 1.1229,-1.8047 0.7219,-0.8022 1.8048,-1.2433 1.0828,-0.4412 2.5266,-0.4412 1.4438,0 2.5267,0.4412 1.1229,0.4411 1.8448,1.2433 0.762,0.762 1.123,1.8047 0.401,1.0427 0.401,2.2459 0,1.1631 -0.401,2.2058 -0.361,1.0026 -1.123,1.7646 -0.7219,0.7621 -1.8448,1.2032 -1.0829,0.4011 -2.5267,0.4011 -1.4438,0 -2.5266,-0.4011 -1.0829,-0.4411 -1.8048,-1.2032 -0.7219,-0.762 -1.1229,-1.7646 -0.361,-1.0427 -0.361,-2.2058 z" style="fill:#326ce5;fill-opacity:1" id="path5259"/>
<path d="m 2672.6732,2812.1462 h -30.6807 v -6.096 h 30.6807 z" style="fill:#326ce5;fill-opacity:1" id="path5261"/>
<path d="m 2736.8018,2812.5473 q 0,-4.6923 1.3636,-8.7029 1.3636,-4.0506 3.8902,-7.0184 2.5668,-2.9678 6.2164,-4.6523 3.6496,-1.7245 8.2216,-1.7245 4.6121,0 8.2617,1.7245 3.6897,1.6845 6.2164,4.6523 2.5667,2.9678 3.9303,7.0184 1.3636,4.0106 1.3636,8.7029 v 0.8823 q 0,4.6924 -1.3636,8.7029 -1.3636,4.0106 -3.9303,6.9784 -2.5267,2.9678 -6.1762,4.6522 -3.6496,1.6844 -8.2217,1.6844 -4.6121,0 -8.3018,-1.6844 -3.6496,-1.6844 -6.2164,-4.6522 -2.5266,-2.9678 -3.8902,-6.9784 -1.3636,-4.0105 -1.3636,-8.7029 z m 7.4195,0.8823 q 0,3.2085 0.762,6.1362 0.7621,2.8876 2.2861,5.0934 1.5641,2.2058 3.8902,3.4891 2.3261,1.2834 5.4142,1.2834 3.048,0 5.3341,-1.2834 2.3261,-1.2833 3.8501,-3.4891 1.5641,-2.2058 2.3261,-5.0934 0.762,-2.9277 0.762,-6.1362 v -0.8823 q 0,-3.1683 -0.8021,-6.0559 -0.762,-2.9277 -2.3261,-5.1335 -1.524,-2.2058 -3.8501,-3.4892 -2.2861,-1.3235 -5.3742,-1.3235 -3.0881,0 -5.3741,1.3235 -2.286,1.2834 -3.8501,3.4892 -1.524,2.2058 -2.2861,5.1335 -0.762,2.8876 -0.762,6.0559 z" style="fill:#326ce5;fill-opacity:1" id="path5263"/>
<path d="m 2824.7531,2813.4296 q 0,4.6523 -1.1229,8.7029 -1.123,4.0106 -3.2887,6.9784 -2.1657,2.9678 -5.3741,4.6522 -3.1683,1.6844 -7.2591,1.6844 -3.9704,0 -7.0185,-1.2834 -3.0079,-1.2833 -5.1736,-3.6897 v 20.8549 h -7.4195 v -60.078 h 6.7778 l 0.361,4.7324 q 2.1657,-2.687 5.2137,-4.0907 3.0881,-1.4438 7.1388,-1.4438 4.171,0 7.3794,1.6443 3.2084,1.6443 5.3741,4.572 2.1657,2.9277 3.2887,7.0185 1.1229,4.0506 1.1229,8.9034 z m -7.4195,-0.8422 q 0,-3.1683 -0.7219,-6.0158 -0.6818,-2.8876 -2.1657,-5.0533 -1.4438,-2.2058 -3.6897,-3.4892 -2.2459,-1.2834 -5.3741,-1.2834 -3.5694,0 -6.0158,1.6845 -2.4064,1.6443 -3.8502,4.2512 v 20.8949 q 1.4438,2.5668 3.8502,4.2111 2.4063,1.6042 6.096,1.6042 3.0881,0 5.334,-1.2834 2.2459,-1.3235 3.6897,-3.5293 1.4438,-2.2058 2.1256,-5.0934 0.7219,-2.8875 0.7219,-6.0559 z" style="fill:#326ce5;fill-opacity:1" id="path5265"/>
<path d="m 2856.5568,2835.4475 q -4.5721,0 -8.4222,-1.5641 -3.81,-1.5641 -6.5372,-4.3715 -2.7271,-2.8074 -4.2511,-6.6575 -1.5241,-3.8501 -1.5241,-8.382 v -1.6845 q 0,-5.2538 1.6845,-9.3846 1.6844,-4.171 4.4517,-7.0185 2.8074,-2.8876 6.3366,-4.4116 3.5694,-1.524 7.2992,-1.524 4.6924,0 8.1816,1.6443 3.5292,1.6042 5.8554,4.4918 2.3261,2.8475 3.449,6.7377 1.1631,3.8903 1.1631,8.4222 v 3.3287 h -31.0015 q 0.1203,2.9678 1.1229,5.5747 1.0428,2.6069 2.8074,4.572 1.8047,1.9251 4.2913,3.048 2.4865,1.123 5.4944,1.123 3.9705,0 7.0586,-1.6042 3.0881,-1.6042 5.1335,-4.2512 l 4.5319,3.5293 q -1.0828,1.6443 -2.7272,3.1683 -1.6042,1.4839 -3.7298,2.647 -2.1256,1.163 -4.8126,1.8448 -2.6871,0.7219 -5.8554,0.7219 z m -0.9626,-38.9023 q -2.2459,0 -4.2511,0.8422 -2.0053,0.8021 -3.6095,2.4064 -1.6043,1.5641 -2.7272,3.8902 -1.0829,2.286 -1.524,5.2939 h 23.3414 v -0.5615 q -0.1203,-2.1657 -0.8422,-4.2912 -0.6818,-2.1256 -2.0454,-3.8101 -1.3636,-1.6844 -3.4491,-2.7271 -2.0454,-1.0428 -4.8929,-1.0428 z" style="fill:#326ce5;fill-opacity:1" id="path5267"/>
<path d="m 2893.2934,2791.2513 0.5214,6.4169 q 2.3662,-3.3689 5.8153,-5.2538 3.449,-1.9251 7.7002,-1.9652 3.409,0 6.1762,0.9625 2.8074,0.9625 4.7726,3.0079 1.9652,2.0454 3.0079,5.2137 1.0829,3.1283 1.0829,7.4597 v 27.5524 h -7.4196 v -27.392 q 0,-2.8876 -0.6416,-4.8929 -0.6417,-2.0053 -1.9251,-3.2485 -1.2433,-1.2433 -3.0881,-1.8048 -1.8048,-0.5615 -4.171,-0.5615 -3.7298,0 -6.5773,1.885 -2.8074,1.8449 -4.4918,4.8929 v 31.1218 h -7.4195 v -43.3941 z" style="fill:#326ce5;fill-opacity:1" id="path5269"/>
<path d="m 3021.9116,2813.4296 q 0,4.6523 -1.1229,8.7029 -1.123,4.0106 -3.2887,6.9784 -2.1657,2.9678 -5.3741,4.6522 -3.1683,1.6844 -7.2992,1.6844 -4.171,0 -7.2591,-1.4839 -3.048,-1.4839 -5.2137,-4.2512 l -0.361,4.933 h -6.8179 v -61.602 h 7.4195 v 22.8601 q 2.1256,-2.6469 5.1335,-4.0506 3.0079,-1.4037 7.0185,-1.4037 4.171,0 7.3794,1.6443 3.2084,1.6443 5.3741,4.572 2.1657,2.9277 3.2887,7.0185 1.1229,4.0506 1.1229,8.9034 z m -7.4195,-0.8422 q 0,-3.1683 -0.6417,-6.0158 -0.6016,-2.8876 -1.9651,-5.0533 -1.3636,-2.2058 -3.5694,-3.4892 -2.2058,-1.2834 -5.4143,-1.2834 -1.925,0 -3.5293,0.5214 -1.6042,0.4813 -2.8875,1.4037 -1.2433,0.8823 -2.246,2.1256 -0.9625,1.2032 -1.6443,2.647 v 18.9698 q 0.7219,1.4438 1.6845,2.6871 1.0026,1.2032 2.286,2.1256 1.2833,0.9224 2.8876,1.4438 1.6042,0.4813 3.5292,0.4813 3.0481,0 5.2138,-1.2433 2.2058,-1.2834 3.5693,-3.4491 1.4037,-2.1657 2.0454,-5.0132 0.6818,-2.8474 0.6818,-6.0158 z" style="fill:#326ce5;fill-opacity:1" id="path5271"/>
<path d="m 3032.2989,2812.5473 q 0,-4.6923 1.3636,-8.7029 1.3636,-4.0506 3.8903,-7.0184 2.5667,-2.9678 6.2163,-4.6523 3.6496,-1.7245 8.2216,-1.7245 4.6121,0 8.2617,1.7245 3.6897,1.6845 6.2164,4.6523 2.5667,2.9678 3.9303,7.0184 1.3636,4.0106 1.3636,8.7029 v 0.8823 q 0,4.6924 -1.3636,8.7029 -1.3636,4.0106 -3.9303,6.9784 -2.5267,2.9678 -6.1762,4.6522 -3.6496,1.6844 -8.2217,1.6844 -4.6121,0 -8.3018,-1.6844 -3.6496,-1.6844 -6.2163,-4.6522 -2.5267,-2.9678 -3.8903,-6.9784 -1.3636,-4.0105 -1.3636,-8.7029 z m 7.4195,0.8823 q 0,3.2085 0.762,6.1362 0.7621,2.8876 2.2861,5.0934 1.5641,2.2058 3.8902,3.4891 2.3261,1.2834 5.4142,1.2834 3.048,0 5.3341,-1.2834 2.3261,-1.2833 3.8501,-3.4891 1.5641,-2.2058 2.3261,-5.0934 0.762,-2.9277 0.762,-6.1362 v -0.8823 q 0,-3.1683 -0.8021,-6.0559 -0.762,-2.9277 -2.3261,-5.1335 -1.524,-2.2058 -3.8501,-3.4892 -2.2861,-1.3235 -5.3742,-1.3235 -3.0881,0 -5.3741,1.3235 -2.286,1.2834 -3.8501,3.4892 -1.524,2.2058 -2.2861,5.1335 -0.762,2.8876 -0.762,6.0559 z" style="fill:#326ce5;fill-opacity:1" id="path5273"/>
<path d="m 3101.5611,2807.3336 11.5905,-16.0823 h 8.7028 l -16.1625,21.4564 16.6037,21.9377 h -8.5826 l -11.9915,-16.5234 -11.9915,16.5234 h -8.6628 l 16.6036,-21.9377 -16.1625,-21.4564 h 8.5826 z" style="fill:#326ce5;fill-opacity:1" id="path5275"/>
<path d="m 3147.8027,2829.8328 q 0,-1.2032 0.3609,-2.2459 0.4011,-1.0428 1.123,-1.8048 0.7219,-0.8021 1.8047,-1.2433 1.0829,-0.4411 2.5267,-0.4411 1.4438,0 2.5266,0.4411 1.123,0.4412 1.8449,1.2433 0.762,0.762 1.1229,1.8048 0.4011,1.0427 0.4011,2.2459 0,1.163 -0.4011,2.2058 -0.3609,1.0026 -1.1229,1.7646 -0.7219,0.762 -1.8449,1.1631 -1.0828,0.4411 -2.5266,0.4411 -1.4438,0 -2.5267,-0.4411 -1.0828,-0.4011 -1.8047,-1.1631 -0.7219,-0.762 -1.123,-1.7646 -0.3609,-1.0428 -0.3609,-2.2058 z m 0,-35.1324 q 0,-1.2032 0.3609,-2.2459 0.4011,-1.0428 1.123,-1.8048 0.7219,-0.8021 1.8047,-1.2433 1.0829,-0.4411 2.5267,-0.4411 1.4438,0 2.5266,0.4411 1.123,0.4412 1.8449,1.2433 0.762,0.762 1.1229,1.8048 0.4011,1.0427 0.4011,2.2459 0,1.163 -0.4011,2.2058 -0.3609,1.0026 -1.1229,1.7646 -0.7219,0.762 -1.8449,1.2032 -1.0828,0.401 -2.5266,0.401 -1.4438,0 -2.5267,-0.401 -1.0828,-0.4412 -1.8047,-1.2032 -0.7219,-0.762 -1.123,-1.7646 -0.3609,-1.0428 -0.3609,-2.2058 z" style="fill:#326ce5;fill-opacity:1" id="path5277"/>
<path d="m 3234.7914,2791.2513 0.2006,4.0908 q 1.3234,-2.2861 3.449,-3.5694 2.1657,-1.2834 5.2137,-1.3235 5.9758,0 7.981,4.6522 1.2834,-2.0855 3.3689,-3.3287 2.1256,-1.2834 5.1335,-1.3235 4.7725,0 7.3393,2.9277 2.5667,2.9277 2.5667,8.8633 v 32.4052 h -7.0585 V 2802.16 q 0,-5.4544 -5.0132,-5.4143 -1.3235,0 -2.286,0.361 -0.9626,0.3609 -1.6042,1.0026 -0.6417,0.6016 -1.0027,1.4438 -0.3609,0.8021 -0.4812,1.6845 v 33.4078 h -7.0586 v -32.5255 q 0,-2.6069 -1.1631,-4.0106 -1.163,-1.4037 -3.6897,-1.3636 -2.3261,0 -3.6095,0.9225 -1.2833,0.9224 -1.8849,2.4464 v 34.5308 h -7.0586 v -43.3941 z" style="fill:#326ce5;fill-opacity:1" id="path5279"/>
<path d="m 3299.1206,2829.4317 q 2.0053,0 3.8902,-0.6417 1.9251,-0.6417 3.409,-1.7646 1.4839,-1.1631 2.3662,-2.6871 0.9224,-1.5641 0.9625,-3.3689 h 7.0185 q -0.04,2.8876 -1.524,5.5346 -1.4438,2.6069 -3.8902,4.6121 -2.4465,1.9652 -5.6148,3.1684 -3.1683,1.163 -6.6174,1.163 -4.933,0 -8.6227,-1.7646 -3.6897,-1.7647 -6.1762,-4.7325 -2.4465,-3.0079 -3.6897,-6.8981 -1.2433,-3.9303 -1.2433,-8.2617 v -1.6845 q 0,-4.2912 1.2433,-8.2216 1.2432,-3.9303 3.6897,-6.8981 2.4865,-3.0079 6.1762,-4.7726 3.6897,-1.7646 8.6227,-1.7646 3.8501,0 7.0586,1.2433 3.2485,1.2031 5.5746,3.3287 2.3662,2.0855 3.6897,4.9731 1.3235,2.8876 1.3235,6.1762 h -7.0185 q -0.04,-1.9651 -0.8823,-3.6897 -0.8021,-1.7646 -2.2058,-3.0881 -1.4037,-1.3235 -3.3688,-2.0855 -1.9251,-0.762 -4.171,-0.762 -3.4491,0 -5.8153,1.4037 -2.3261,1.3636 -3.7699,3.6095 -1.4438,2.2058 -2.0855,4.9731 -0.6016,2.7673 -0.6016,5.5746 v 1.6845 q 0,2.8475 0.6016,5.6548 0.6417,2.7673 2.0454,5.0132 1.4438,2.2058 3.7699,3.6095 2.3662,1.3636 5.8554,1.3636 z" style="fill:#326ce5;fill-opacity:1" id="path5281"/>
<path d="m 3327.796,2812.5473 q 0,-4.6923 1.3636,-8.7029 1.3636,-4.0506 3.8902,-7.0184 2.5668,-2.9678 6.2164,-4.6523 3.6496,-1.7245 8.2216,-1.7245 4.6121,0 8.2617,1.7245 3.6897,1.6845 6.2164,4.6523 2.5667,2.9678 3.9303,7.0184 1.3636,4.0106 1.3636,8.7029 v 0.8823 q 0,4.6924 -1.3636,8.7029 -1.3636,4.0106 -3.9303,6.9784 -2.5267,2.9678 -6.1763,4.6522 -3.6496,1.6844 -8.2216,1.6844 -4.6121,0 -8.3018,-1.6844 -3.6496,-1.6844 -6.2164,-4.6522 -2.5266,-2.9678 -3.8902,-6.9784 -1.3636,-4.0105 -1.3636,-8.7029 z m 7.4195,0.8823 q 0,3.2085 0.762,6.1362 0.762,2.8876 2.286,5.0934 1.5641,2.2058 3.8903,3.4891 2.3261,1.2834 5.4142,1.2834 3.048,0 5.334,-1.2834 2.3261,-1.2833 3.8502,-3.4891 1.5641,-2.2058 2.3261,-5.0934 0.762,-2.9277 0.762,-6.1362 v -0.8823 q 0,-3.1683 -0.8021,-6.0559 -0.762,-2.9277 -2.3262,-5.1335 -1.524,-2.2058 -3.8501,-3.4892 -2.286,-1.3235 -5.3741,-1.3235 -3.0881,0 -5.3741,1.3235 -2.2861,1.2834 -3.8502,3.4892 -1.524,2.2058 -2.286,5.1335 -0.762,2.8876 -0.762,6.0559 z" style="fill:#326ce5;fill-opacity:1" id="path5283"/>
<path d="m 3380.2941,2773.0434 h 22.1783 v 55.1851 h 14.1572 v 6.4169 h -36.3355 v -6.4169 h 14.7588 v -48.7281 h -14.7588 z" style="fill:#326ce5;fill-opacity:1" id="path5285"/>
<path d="m 2672.6732,2915.6376 h -30.6807 v -6.096 h 30.6807 z" style="fill:#326ce5;fill-opacity:1" id="path5287"/>
<path d="m 2775.5036,2916.921 q 0,4.6522 -1.1229,8.7029 -1.123,4.0105 -3.2887,6.9783 -2.1657,2.9678 -5.3741,4.6523 -3.1684,1.6844 -7.2591,1.6844 -3.9705,0 -7.0185,-1.2834 -3.0079,-1.2834 -5.1736,-3.6897 v 20.8549 h -7.4195 v -60.078 h 6.7778 l 0.361,4.7324 q 2.1657,-2.6871 5.2137,-4.0908 3.0881,-1.4438 7.1388,-1.4438 4.1709,0 7.3794,1.6444 3.2084,1.6443 5.3741,4.572 2.1657,2.9277 3.2887,7.0185 1.1229,4.0506 1.1229,8.9034 z m -7.4195,-0.8422 q 0,-3.1684 -0.7219,-6.0159 -0.6818,-2.8875 -2.1657,-5.0532 -1.4438,-2.2058 -3.6897,-3.4892 -2.2459,-1.2834 -5.3741,-1.2834 -3.5694,0 -6.0159,1.6844 -2.4063,1.6444 -3.8501,4.2512 v 20.895 q 1.4438,2.5667 3.8501,4.211 2.4064,1.6043 6.0961,1.6043 3.0881,0 5.334,-1.2834 2.2459,-1.3235 3.6897,-3.5293 1.4438,-2.2058 2.1256,-5.0934 0.7219,-2.8876 0.7219,-6.0559 z" style="fill:#326ce5;fill-opacity:1" id="path5289"/>
<path d="m 2816.2909,2932.1611 q -2.1657,3.2084 -5.4143,5.0131 -3.2485,1.7647 -7.4997,1.7647 -3.409,0 -6.1762,-1.0428 -2.7673,-1.0828 -4.7325,-3.3287 -1.9651,-2.2459 -3.048,-5.695 -1.0427,-3.4892 -1.0427,-8.3419 v -25.7878 h 7.4195 v 25.868 q 0,3.5293 0.5615,5.8554 0.5614,2.3261 1.6844,3.7298 1.1229,1.3636 2.7272,1.9251 1.6443,0.5614 3.7699,0.5614 4.5319,0 7.2992,-1.8448 2.8073,-1.8449 4.1709,-4.9731 v -31.1218 h 7.4596 v 43.3941 h -6.7377 z" style="fill:#326ce5;fill-opacity:1" id="path5291"/>
<path d="m 2838.5494,2876.5348 h 22.1783 v 55.1851 h 14.1573 v 6.4169 h -36.3356 v -6.4169 h 14.7588 v -48.7281 h -14.7588 z" style="fill:#326ce5;fill-opacity:1" id="path5293"/>
<path d="m 2887.7989,2876.5348 h 22.1784 v 55.1851 h 14.1572 v 6.4169 h -36.3356 v -6.4169 h 14.7589 v -48.7281 h -14.7589 z" style="fill:#326ce5;fill-opacity:1" id="path5295"/>
<path d="m 2983.7312,2916.0788 q 0,-4.8528 1.2032,-8.9034 1.2432,-4.0908 3.4892,-7.0185 2.286,-2.9277 5.4944,-4.572 3.2084,-1.6444 7.1789,-1.6444 3.8902,0 6.7778,1.3235 2.9277,1.2834 5.0533,3.7699 v -22.4991 h 7.4195 v 61.602 h -6.8179 l -0.3209,-4.572 q -2.1657,2.6469 -5.1736,4.0105 -3.0079,1.3636 -7.0184,1.3636 -3.9304,0 -7.1388,-1.6844 -3.1683,-1.6845 -5.4142,-4.6523 -2.2459,-2.9678 -3.4892,-6.9783 -1.2433,-4.0507 -1.2433,-8.7029 z m 7.4195,0.8422 q 0,3.1683 0.6818,6.0158 0.6818,2.8475 2.0855,5.0132 1.4438,2.1657 3.6496,3.4491 2.2058,1.2432 5.2939,1.2432 1.885,0 3.409,-0.4411 1.524,-0.4412 2.7673,-1.2433 1.2432,-0.8422 2.2058,-1.9652 0.9625,-1.163 1.6844,-2.5667 v -20.133 q -1.4438,-2.6469 -3.8902,-4.3314 -2.4465,-1.7245 -6.0961,-1.7245 -3.1282,0 -5.3741,1.2834 -2.2058,1.2834 -3.6496,3.4892 -1.4037,2.1657 -2.0855,5.0532 -0.6818,2.8475 -0.6818,6.0159 z" style="fill:#326ce5;fill-opacity:1" id="path5297"/>
<path d="m 3032.2989,2916.0387 q 0,-4.6924 1.3636,-8.7029 1.3636,-4.0507 3.8903,-7.0185 2.5667,-2.9678 6.2163,-4.6522 3.6496,-1.7246 8.2216,-1.7246 4.6121,0 8.2617,1.7246 3.6897,1.6844 6.2164,4.6522 2.5667,2.9678 3.9303,7.0185 1.3636,4.0105 1.3636,8.7029 v 0.8823 q 0,4.6923 -1.3636,8.7029 -1.3636,4.0105 -3.9303,6.9783 -2.5267,2.9678 -6.1762,4.6523 -3.6496,1.6844 -8.2217,1.6844 -4.6121,0 -8.3018,-1.6844 -3.6496,-1.6845 -6.2163,-4.6523 -2.5267,-2.9678 -3.8903,-6.9783 -1.3636,-4.0106 -1.3636,-8.7029 z m 7.4195,0.8823 q 0,3.2084 0.762,6.1361 0.7621,2.8876 2.2861,5.0934 1.5641,2.2058 3.8902,3.4892 2.3261,1.2834 5.4142,1.2834 3.048,0 5.3341,-1.2834 2.3261,-1.2834 3.8501,-3.4892 1.5641,-2.2058 2.3261,-5.0934 0.762,-2.9277 0.762,-6.1361 v -0.8823 q 0,-3.1684 -0.8021,-6.056 -0.762,-2.9277 -2.3261,-5.1335 -1.524,-2.2058 -3.8501,-3.4891 -2.2861,-1.3235 -5.3742,-1.3235 -3.0881,0 -5.3741,1.3235 -2.286,1.2833 -3.8501,3.4891 -1.524,2.2058 -2.2861,5.1335 -0.762,2.8876 -0.762,6.056 z" style="fill:#326ce5;fill-opacity:1" id="path5299"/>
<path d="m 3090.2112,2922.4154 0.8823,6.2164 1.0829,-6.2164 6.9382,-27.6727 h 4.7726 l 6.8981,27.6727 1.1631,6.818 1.0828,-6.818 4.8127,-27.6727 h 6.5773 l -9.2243,43.3941 h -5.8554 l -6.7778,-26.59 -1.1229,-6.7377 -1.0829,6.7377 -6.6976,26.59 h -5.8554 l -9.2243,-43.3941 h 6.5773 z" style="fill:#326ce5;fill-opacity:1" id="path5301"/>
<path d="m 3139.5409,2894.7427 0.5214,6.4168 q 2.3662,-3.3688 5.8153,-5.2538 3.4491,-1.925 7.7003,-1.9652 3.4089,0 6.1762,0.9626 2.8074,0.9625 4.7726,3.0079 1.9651,2.0454 3.0079,5.2137 1.0828,3.1282 1.0828,7.4596 v 27.5525 h -7.4195 v -27.3921 q 0,-2.8876 -0.6417,-4.8928 -0.6417,-2.0053 -1.925,-3.2486 -1.2433,-1.2432 -3.0882,-1.8047 -1.8047,-0.5615 -4.1709,-0.5615 -3.7298,0 -6.5773,1.885 -2.8074,1.8448 -4.4918,4.8928 v 31.1219 h -7.4196 v -43.3941 z" style="fill:#326ce5;fill-opacity:1" id="path5303"/>
<path d="m 3260.2183,2926.6265 q 0,-1.3235 -0.5214,-2.3662 -0.5213,-1.0829 -1.7646,-1.9652 -1.2433,-0.8823 -3.2887,-1.6042 -2.0453,-0.762 -5.0934,-1.3636 -3.7298,-0.762 -6.8179,-1.8448 -3.048,-1.0829 -5.2538,-2.5668 -2.1657,-1.524 -3.3689,-3.5293 -1.2031,-2.0454 -1.2031,-4.7324 0,-2.647 1.2432,-4.933 1.2433,-2.3261 3.4892,-4.0506 2.2459,-1.7246 5.334,-2.7272 3.1283,-1.0027 6.8581,-1.0027 4.0105,0 7.219,1.0428 3.2084,1.0427 5.4543,2.8876 2.2459,1.8448 3.4491,4.3314 1.2432,2.4464 1.2432,5.2939 h -7.4195 q 0,-1.4037 -0.7219,-2.7272 -0.7219,-1.3636 -2.0052,-2.4063 -1.2834,-1.0427 -3.1283,-1.6844 -1.8047,-0.6417 -4.0907,-0.6417 -2.3662,0 -4.171,0.5214 -1.7646,0.5213 -2.9678,1.4036 -1.1631,0.8824 -1.7646,2.0454 -0.6016,1.1631 -0.6016,2.4063 0,1.2834 0.4813,2.2861 0.4812,1.0026 1.6443,1.8047 1.2031,0.8021 3.1683,1.4438 2.0053,0.6417 5.0533,1.2433 4.0105,0.8422 7.1789,1.9651 3.1683,1.0829 5.334,2.647 2.1657,1.524 3.2887,3.5694 1.163,2.0454 1.163,4.7324 0,2.8876 -1.3235,5.2539 -1.2833,2.3662 -3.6095,4.0506 -2.3261,1.6844 -5.5746,2.6069 -3.2486,0.9224 -7.0987,0.9224 -4.4116,0 -7.8607,-1.1631 -3.449,-1.2031 -5.8554,-3.1282 -2.3662,-1.9652 -3.6496,-4.5319 -1.2432,-2.5668 -1.2432,-5.334 h 7.4195 q 0.1604,2.286 1.2031,3.8501 1.0829,1.5641 2.647,2.5266 1.6042,0.9626 3.5293,1.3636 1.9251,0.4011 3.81,0.4011 4.6923,0 7.4195,-1.7246 2.7272,-1.7245 2.7673,-4.572 z" style="fill:#326ce5;fill-opacity:1" id="path5305"/>
<path d="m 3299.1206,2932.9231 q 2.0053,0 3.8902,-0.6417 1.9251,-0.6417 3.409,-1.7647 1.4839,-1.163 2.3662,-2.687 0.9224,-1.5641 0.9625,-3.3689 h 7.0185 q -0.04,2.8876 -1.524,5.5346 -1.4438,2.6068 -3.8902,4.6121 -2.4465,1.9652 -5.6148,3.1683 -3.1683,1.1631 -6.6174,1.1631 -4.933,0 -8.6227,-1.7647 -3.6897,-1.7646 -6.1762,-4.7324 -2.4465,-3.0079 -3.6897,-6.8981 -1.2433,-3.9304 -1.2433,-8.2618 v -1.6844 q 0,-4.2913 1.2433,-8.2216 1.2432,-3.9304 3.6897,-6.8982 2.4865,-3.0079 6.1762,-4.7725 3.6897,-1.7647 8.6227,-1.7647 3.8501,0 7.0586,1.2433 3.2485,1.2032 5.5746,3.3288 2.3662,2.0855 3.6897,4.973 1.3235,2.8876 1.3235,6.1763 h -7.0185 q -0.04,-1.9652 -0.8823,-3.6897 -0.8021,-1.7647 -2.2058,-3.0881 -1.4037,-1.3235 -3.3688,-2.0855 -1.9251,-0.762 -4.171,-0.762 -3.4491,0 -5.8153,1.4037 -2.3261,1.3636 -3.7699,3.6095 -1.4438,2.2058 -2.0855,4.973 -0.6016,2.7673 -0.6016,5.5747 v 1.6844 q 0,2.8475 0.6016,5.6549 0.6417,2.7673 2.0454,5.0132 1.4438,2.2058 3.7699,3.6095 2.3662,1.3636 5.8554,1.3636 z" style="fill:#326ce5;fill-opacity:1" id="path5307"/>
<path d="m 3358.3163,2893.9405 q 1.0427,0 2.1657,0.08 1.1229,0.04 2.1256,0.2005 1.0427,0.1203 1.8849,0.3208 0.8823,0.2006 1.4438,0.4412 l -1.0026,7.2591 q -2.1657,-0.4813 -4.1309,-0.6818 -1.9251,-0.2406 -4.0506,-0.2406 -5.2138,0 -8.4623,2.3662 -3.2084,2.3662 -4.7324,6.6174 v 27.8332 h -7.4597 v -43.3941 h 7.0586 l 0.3609,6.8981 q 2.647,-3.5694 6.3367,-5.6148 3.7298,-2.0855 8.4623,-2.0855 z" style="fill:#326ce5;fill-opacity:1" id="path5309"/>
<path d="m 3398.3014,2938.9389 q -4.572,0 -8.4221,-1.5641 -3.8101,-1.5641 -6.5372,-4.3715 -2.7272,-2.8074 -4.2512,-6.6575 -1.524,-3.8502 -1.524,-8.3821 v -1.6844 q 0,-5.2538 1.6844,-9.3847 1.6844,-4.171 4.4517,-7.0184 2.8074,-2.8876 6.3367,-4.4116 3.5694,-1.5241 7.2992,-1.5241 4.6923,0 8.1815,1.6444 3.5293,1.6042 5.8554,4.4918 2.3261,2.8475 3.4491,6.7377 1.163,3.8902 1.163,8.4222 v 3.3287 h -31.0015 q 0.1203,2.9678 1.123,5.5747 1.0427,2.6068 2.8073,4.572 1.8048,1.9251 4.2913,3.048 2.4866,1.123 5.4945,1.123 3.9704,0 7.0585,-1.6043 3.0882,-1.6042 5.1335,-4.2511 l 4.532,3.5292 q -1.0829,1.6444 -2.7272,3.1684 -1.6042,1.4839 -3.7298,2.6469 -2.1256,1.1631 -4.8127,1.8449 -2.6871,0.7219 -5.8554,0.7219 z m -0.9625,-38.9023 q -2.2459,0 -4.2512,0.8422 -2.0053,0.8021 -3.6095,2.4063 -1.6042,1.5641 -2.7272,3.8903 -1.0828,2.286 -1.524,5.2939 h 23.3414 v -0.5615 q -0.1203,-2.1657 -0.8422,-4.2913 -0.6818,-2.1256 -2.0454,-3.81 -1.3636,-1.6844 -3.449,-2.7272 -2.0454,-1.0427 -4.8929,-1.0427 z" style="fill:#326ce5;fill-opacity:1" id="path5311"/>
<path d="m 3447.5509,2938.9389 q -4.572,0 -8.4221,-1.5641 -3.81,-1.5641 -6.5372,-4.3715 -2.7272,-2.8074 -4.2512,-6.6575 -1.524,-3.8502 -1.524,-8.3821 v -1.6844 q 0,-5.2538 1.6844,-9.3847 1.6845,-4.171 4.4517,-7.0184 2.8074,-2.8876 6.3367,-4.4116 3.5694,-1.5241 7.2992,-1.5241 4.6923,0 8.1815,1.6444 3.5293,1.6042 5.8554,4.4918 2.3261,2.8475 3.4491,6.7377 1.163,3.8902 1.163,8.4222 v 3.3287 h -31.0015 q 0.1203,2.9678 1.123,5.5747 1.0427,2.6068 2.8073,4.572 1.8048,1.9251 4.2913,3.048 2.4866,1.123 5.4945,1.123 3.9704,0 7.0585,-1.6043 3.0882,-1.6042 5.1335,-4.2511 l 4.532,3.5292 q -1.0829,1.6444 -2.7272,3.1684 -1.6042,1.4839 -3.7298,2.6469 -2.1256,1.1631 -4.8127,1.8449 -2.687,0.7219 -5.8554,0.7219 z m -0.9625,-38.9023 q -2.2459,0 -4.2512,0.8422 -2.0053,0.8021 -3.6095,2.4063 -1.6042,1.5641 -2.7271,3.8903 -1.0829,2.286 -1.5241,5.2939 h 23.3414 v -0.5615 q -0.1203,-2.1657 -0.8422,-4.2913 -0.6818,-2.1256 -2.0454,-3.81 -1.3636,-1.6844 -3.449,-2.7272 -2.0454,-1.0427 -4.8929,-1.0427 z" style="fill:#326ce5;fill-opacity:1" id="path5313"/>
<path d="m 3484.2876,2894.7427 0.5214,6.4168 q 2.3662,-3.3688 5.8153,-5.2538 3.449,-1.925 7.7002,-1.9652 3.409,0 6.1762,0.9626 2.8074,0.9625 4.7726,3.0079 1.9652,2.0454 3.0079,5.2137 1.0829,3.1282 1.0829,7.4596 v 27.5525 h -7.4196 v -27.3921 q 0,-2.8876 -0.6416,-4.8928 -0.6417,-2.0053 -1.9251,-3.2486 -1.2433,-1.2432 -3.0881,-1.8047 -1.8048,-0.5615 -4.171,-0.5615 -3.7298,0 -6.5773,1.885 -2.8074,1.8448 -4.4918,4.8928 v 31.1219 h -7.4195 v -43.3941 z" style="fill:#326ce5;fill-opacity:1" id="path5315"/>
<path d="m 3541.7988,2933.3241 q 0,-1.2031 0.361,-2.2459 0.401,-1.0427 1.1229,-1.8047 0.7219,-0.8021 1.8048,-1.2433 1.0828,-0.4412 2.5266,-0.4412 1.4438,0 2.5267,0.4412 1.1229,0.4412 1.8448,1.2433 0.762,0.762 1.123,1.8047 0.401,1.0428 0.401,2.2459 0,1.1631 -0.401,2.2058 -0.361,1.0027 -1.123,1.7647 -0.7219,0.762 -1.8448,1.163 -1.0829,0.4412 -2.5267,0.4412 -1.4438,0 -2.5266,-0.4412 -1.0829,-0.401 -1.8048,-1.163 -0.7219,-0.762 -1.1229,-1.7647 -0.361,-1.0427 -0.361,-2.2058 z m 0,-35.1324 q 0,-1.2031 0.361,-2.2459 0.401,-1.0427 1.1229,-1.8047 0.7219,-0.8021 1.8048,-1.2433 1.0828,-0.4412 2.5266,-0.4412 1.4438,0 2.5267,0.4412 1.1229,0.4412 1.8448,1.2433 0.762,0.762 1.123,1.8047 0.401,1.0428 0.401,2.2459 0,1.1631 -0.401,2.2058 -0.361,1.0027 -1.123,1.7647 -0.7219,0.762 -1.8448,1.2031 -1.0829,0.4011 -2.5267,0.4011 -1.4438,0 -2.5266,-0.4011 -1.0829,-0.4411 -1.8048,-1.2031 -0.7219,-0.762 -1.1229,-1.7647 -0.361,-1.0427 -0.361,-2.2058 z" style="fill:#326ce5;fill-opacity:1" id="path5317"/>
<path d="m 3641.3406,2922.7363 1.9251,5.2538 13.2348,-33.2474 h 8.3018 l -22.0179,50.0917 q -0.762,1.6844 -1.9652,3.5694 -1.163,1.8849 -2.8475,3.4892 -1.6844,1.6042 -3.9303,2.687 -2.2459,1.0829 -5.1736,1.0829 -0.5214,0 -1.1631,-0.08 -0.6417,-0.04 -1.2833,-0.1605 -0.6417,-0.08 -1.2032,-0.2005 -0.5615,-0.1203 -0.9224,-0.2005 l 1.2031,-6.0559 q 0.2808,0 0.762,0.04 0.4813,0.04 1.0027,0.08 0.5213,0.04 1.0026,0.04 0.4813,0.04 0.762,0.04 1.524,0 2.7673,-0.8422 1.2834,-0.8423 2.2459,-2.0053 1.0026,-1.1631 1.6844,-2.4063 0.7219,-1.2433 1.123,-2.0454 l 2.9678,-5.7752 -18.6892,-41.3487 h 8.3019 z" style="fill:#326ce5;fill-opacity:1" id="path5319"/>
<path d="m 3675.7912,2894.7427 h 22.1783 v 36.9772 h 14.1572 v 6.4169 h -36.3355 v -6.4169 h 14.7588 v -30.5203 h -14.7588 z m 13.7963,-11.39 q 0,-1.8448 1.0828,-3.0881 1.123,-1.2834 3.3689,-1.2834 2.2058,0 3.3287,1.2834 1.123,1.2433 1.123,3.0881 0,1.8047 -1.123,3.0079 -1.1229,1.2032 -3.3287,1.2032 -2.2459,0 -3.3689,-1.2032 -1.0828,-1.2032 -1.0828,-3.0079 z" style="fill:#326ce5;fill-opacity:1" id="path5321"/>
<path d="m 3752.7135,2926.6265 q 0,-1.3235 -0.5214,-2.3662 -0.5214,-1.0829 -1.7646,-1.9652 -1.2433,-0.8823 -3.2887,-1.6042 -2.0454,-0.762 -5.0934,-1.3636 -3.7298,-0.762 -6.8179,-1.8448 -3.048,-1.0829 -5.2538,-2.5668 -2.1657,-1.524 -3.3689,-3.5293 -1.2031,-2.0454 -1.2031,-4.7324 0,-2.647 1.2432,-4.933 1.2433,-2.3261 3.4892,-4.0506 2.2459,-1.7246 5.334,-2.7272 3.1283,-1.0027 6.8581,-1.0027 4.0105,0 7.2189,1.0428 3.2085,1.0427 5.4544,2.8876 2.2459,1.8448 3.4491,4.3314 1.2432,2.4464 1.2432,5.2939 h -7.4195 q 0,-1.4037 -0.7219,-2.7272 -0.7219,-1.3636 -2.0053,-2.4063 -1.2833,-1.0427 -3.1282,-1.6844 -1.8047,-0.6417 -4.0907,-0.6417 -2.3663,0 -4.171,0.5214 -1.7646,0.5213 -2.9678,1.4036 -1.1631,0.8824 -1.7647,2.0454 -0.6015,1.1631 -0.6015,2.4063 0,1.2834 0.4812,2.2861 0.4813,1.0026 1.6444,1.8047 1.2031,0.8021 3.1683,1.4438 2.0053,0.6417 5.0533,1.2433 4.0105,0.8422 7.1789,1.9651 3.1683,1.0829 5.334,2.647 2.1657,1.524 3.2886,3.5694 1.1631,2.0454 1.1631,4.7324 0,2.8876 -1.3235,5.2539 -1.2834,2.3662 -3.6095,4.0506 -2.3261,1.6844 -5.5746,2.6069 -3.2486,0.9224 -7.0987,0.9224 -4.4116,0 -7.8607,-1.1631 -3.4491,-1.2031 -5.8554,-3.1282 -2.3662,-1.9652 -3.6496,-4.5319 -1.2433,-2.5668 -1.2433,-5.334 h 7.4196 q 0.1604,2.286 1.2031,3.8501 1.0829,1.5641 2.647,2.5266 1.6042,0.9626 3.5293,1.3636 1.925,0.4011 3.81,0.4011 4.6923,0 7.4195,-1.7246 2.7272,-1.7245 2.7673,-4.572 z" style="fill:#326ce5;fill-opacity:1" id="path5323"/>
<path d="m 3780.5467,2901.1996 q 2.3261,-3.4089 5.735,-5.2939 3.409,-1.925 7.6602,-1.9652 3.409,0 6.1762,1.0027 2.8074,0.9625 4.7726,3.048 1.9652,2.0855 3.0079,5.2939 1.0828,3.1684 1.0828,7.5399 v 27.3118 h -7.4195 v -27.3921 q 0,-5.334 -2.5667,-7.9408 -2.5267,-2.6069 -7.2591,-2.5668 -3.5694,0 -6.4971,1.7646 -2.8876,1.7246 -4.6923,4.6122 v 31.5229 h -7.4195 v -61.602 h 7.4195 z" style="fill:#326ce5;fill-opacity:1" id="path5325"/>
<path d="m 2672.6732,3019.129 h -30.6807 v -6.0961 h 30.6807 z" style="fill:#326ce5;fill-opacity:1" id="path5327"/>
<path d="m 2767.3221,2997.4319 q 1.0427,0 2.1657,0.08 1.1229,0.04 2.1256,0.2005 1.0427,0.1204 1.8849,0.3209 0.8824,0.2005 1.4438,0.4412 l -1.0026,7.259 q -2.1657,-0.4812 -4.1309,-0.6818 -1.925,-0.2406 -4.0506,-0.2406 -5.2137,0 -8.4623,2.3662 -3.2084,2.3663 -4.7324,6.6174 v 27.8332 h -7.4596 v -43.3941 h 7.0585 l 0.361,6.8982 q 2.6469,-3.5694 6.3366,-5.6148 3.7299,-2.0855 8.4623,-2.0855 z" style="fill:#326ce5;fill-opacity:1" id="path5329"/>
<path d="m 2807.3072,3042.4302 q -4.572,0 -8.4221,-1.5641 -3.81,-1.5641 -6.5372,-4.3715 -2.7272,-2.8073 -4.2512,-6.6575 -1.524,-3.8501 -1.524,-8.382 v -1.6844 q 0,-5.2539 1.6844,-9.3847 1.6845,-4.171 4.4518,-7.0185 2.8073,-2.8876 6.3366,-4.4116 3.5694,-1.524 7.2992,-1.524 4.6924,0 8.1815,1.6443 3.5293,1.6043 5.8554,4.4918 2.3261,2.8475 3.4491,6.7378 1.1631,3.8902 1.1631,8.4221 v 3.3288 h -31.0016 q 0.1203,2.9678 1.123,5.5746 1.0427,2.6069 2.8074,4.5721 1.8047,1.925 4.2912,3.048 2.4866,1.1229 5.4945,1.1229 3.9704,0 7.0586,-1.6042 3.0881,-1.6042 5.1335,-4.2512 l 4.5319,3.5293 q -1.0829,1.6443 -2.7272,3.1683 -1.6042,1.4839 -3.7298,2.647 -2.1256,1.1631 -4.8127,1.8448 -2.687,0.7219 -5.8554,0.7219 z m -0.9625,-38.9023 q -2.2459,0 -4.2512,0.8423 -2.0052,0.8021 -3.6095,2.4063 -1.6042,1.5641 -2.7271,3.8902 -1.0829,2.286 -1.524,5.2939 h 23.3413 v -0.5614 q -0.1203,-2.1657 -0.8422,-4.2913 -0.6818,-2.1256 -2.0453,-3.81 -1.3636,-1.6845 -3.4491,-2.7272 -2.0454,-1.0428 -4.8929,-1.0428 z" style="fill:#326ce5;fill-opacity:1" id="path5331"/>
<path d="m 2835.9827,3019.5701 q 0,-4.8527 1.2031,-8.9034 1.2433,-4.0907 3.4892,-7.0184 2.286,-2.9277 5.4945,-4.5721 3.2084,-1.6443 7.1788,-1.6443 3.8903,0 6.7779,1.3235 2.9277,1.2834 5.0532,3.7699 v -22.4992 h 7.4196 v 61.602 h -6.818 l -0.3208,-4.572 q -2.1657,2.647 -5.1736,4.0106 -3.0079,1.3635 -7.0185,1.3635 -3.9303,0 -7.1388,-1.6844 -3.1683,-1.6844 -5.4142,-4.6522 -2.2459,-2.9678 -3.4892,-6.9784 -1.2432,-4.0506 -1.2432,-8.7029 z m 7.4195,0.8422 q 0,3.1684 0.6818,6.0159 0.6818,2.8475 2.0855,5.0131 1.4438,2.1657 3.6496,3.4491 2.2058,1.2433 5.2939,1.2433 1.8849,0 3.4089,-0.4412 1.524,-0.4411 2.7673,-1.2432 1.2433,-0.8423 2.2058,-1.9652 0.9625,-1.1631 1.6844,-2.5668 v -20.1329 q -1.4438,-2.647 -3.8902,-4.3314 -2.4464,-1.7245 -6.096,-1.7245 -3.1282,0 -5.3741,1.2833 -2.2058,1.2834 -3.6496,3.4892 -1.4037,2.1657 -2.0855,5.0533 -0.6818,2.8475 -0.6818,6.0158 z" style="fill:#326ce5;fill-opacity:1" id="path5333"/>
<path d="m 2952.8901,3030.9601 0.6818,2.687 0.7219,-2.687 12.152,-32.7261 h 7.5799 l -17.6865,43.3941 h -5.6549 l -17.8469,-43.3941 h 7.62 z" style="fill:#326ce5;fill-opacity:1" id="path5335"/>
<path d="m 2986.298,2998.234 h 22.1783 v 36.9773 h 14.1572 v 6.4168 h -36.3355 v -6.4168 h 14.7588 v -30.5203 h -14.7588 z m 13.7962,-11.3899 q 0,-1.8449 1.0829,-3.0882 1.1229,-1.2833 3.3689,-1.2833 2.2058,0 3.3287,1.2833 1.123,1.2433 1.123,3.0882 0,1.8047 -1.123,3.0079 -1.1229,1.2031 -3.3287,1.2031 -2.246,0 -3.3689,-1.2031 -1.0829,-1.2032 -1.0829,-3.0079 z" style="fill:#326ce5;fill-opacity:1" id="path5337"/>
<path d="m 3062.8192,2997.4319 q 1.0427,0 2.1657,0.08 1.1229,0.04 2.1256,0.2005 1.0427,0.1204 1.8849,0.3209 0.8824,0.2005 1.4438,0.4412 l -1.0026,7.259 q -2.1657,-0.4812 -4.1309,-0.6818 -1.925,-0.2406 -4.0506,-0.2406 -5.2137,0 -8.4623,2.3662 -3.2084,2.3663 -4.7324,6.6174 v 27.8332 h -7.4596 v -43.3941 h 7.0585 l 0.361,6.8982 q 2.6469,-3.5694 6.3366,-5.6148 3.7299,-2.0855 8.4623,-2.0855 z" style="fill:#326ce5;fill-opacity:1" id="path5339"/>
<path d="m 3101.2001,2987.7264 v 10.5076 h 16.5235 v 5.7351 h -16.5235 v 23.582 q 0,2.5267 0.6417,4.171 0.6417,1.6443 1.7647,2.6469 1.1229,0.9626 2.5667,1.3636 1.4839,0.4011 3.1282,0.4011 1.2032,0 2.4866,-0.1203 1.2833,-0.1605 2.4865,-0.361 1.2433,-0.2005 2.286,-0.401 1.0829,-0.2407 1.7647,-0.4011 l 1.0427,5.2538 q -0.9224,0.5615 -2.2459,1.0027 -1.3235,0.401 -2.8876,0.6818 -1.5641,0.3208 -3.3288,0.4812 -1.7245,0.1604 -3.449,0.1604 -2.8876,0 -5.4143,-0.8021 -2.4865,-0.8422 -4.3313,-2.6068 -1.8449,-1.8048 -2.9277,-4.6121 -1.0428,-2.8475 -1.0428,-6.8581 v -23.582 h -11.3899 v -5.7351 h 11.3899 v -10.5076 z" style="fill:#326ce5;fill-opacity:1" id="path5342"/>
<path d="m 3161.0375,3035.6524 q -2.1657,3.2085 -5.4143,5.0132 -3.2485,1.7646 -7.4997,1.7646 -3.4089,0 -6.1762,-1.0427 -2.7673,-1.0828 -4.7325,-3.3288 -1.9651,-2.2459 -3.048,-5.6949 -1.0427,-3.4892 -1.0427,-8.342 v -25.7878 h 7.4195 v 25.868 q 0,3.5293 0.5615,5.8554 0.5614,2.3262 1.6844,3.7299 1.1229,1.3635 2.7272,1.925 1.6443,0.5615 3.7699,0.5615 4.5319,0 7.2992,-1.8449 2.8074,-1.8448 4.1709,-4.973 v -31.1219 h 7.4597 v 43.3941 h -6.7378 z" style="fill:#326ce5;fill-opacity:1" id="path5344"/>
<path d="m 3210.6479,3041.6281 q -0.4411,-0.8422 -0.7219,-2.0854 -0.2406,-1.2834 -0.3609,-2.647 -1.123,1.1229 -2.5266,2.1256 -1.3636,1.0026 -3.0481,1.7646 -1.6443,0.762 -3.5292,1.2032 -1.885,0.4411 -4.0106,0.4411 -3.4491,0 -6.2564,-1.0026 -2.7673,-1.0026 -4.7325,-2.6871 -1.9251,-1.7245 -3.0079,-4.0506 -1.0427,-2.3662 -1.0427,-5.0934 0,-3.5694 1.4036,-6.2565 1.4438,-2.687 4.0507,-4.4517 2.6069,-1.8047 6.2565,-2.687 3.6897,-0.8824 8.2216,-0.8824 h 8.1013 v -3.4089 q 0,-1.9652 -0.7219,-3.5293 -0.7219,-1.5641 -2.0454,-2.647 -1.3235,-1.1229 -3.2485,-1.7245 -1.885,-0.6016 -4.2512,-0.6016 -2.2058,0 -3.9705,0.5615 -1.7245,0.5615 -2.9277,1.4839 -1.2031,0.9224 -1.8849,2.2058 -0.6417,1.2433 -0.6417,2.6069 h -7.4596 q 0.04,-2.3663 1.2031,-4.6523 1.2032,-2.286 3.409,-4.0907 2.2459,-1.8449 5.4142,-2.9678 3.2085,-1.123 7.2591,-1.123 3.6897,0 6.8581,0.9224 3.1683,0.8824 5.4543,2.7272 2.3261,1.8048 3.6496,4.5319 1.3235,2.7272 1.3235,6.3768 v 20.173 q 0,2.1657 0.401,4.6122 0.4011,2.4063 1.123,4.211 v 0.6417 z m -13.1144,-5.6548 q 2.1656,0 4.0506,-0.5615 1.885,-0.5615 3.409,-1.4839 1.5641,-0.9224 2.687,-2.0855 1.123,-1.2032 1.7647,-2.4865 v -8.7831 h -6.8982 q -6.497,0 -10.1065,1.925 -3.6095,1.9251 -3.6095,6.056 0,1.6042 0.5213,2.9678 0.5615,1.3635 1.6444,2.3662 1.0828,0.9625 2.7271,1.524 1.6444,0.5615 3.8101,0.5615 z" style="fill:#326ce5;fill-opacity:1" id="path5346"/>
<path d="m 3232.5455,2980.0261 h 22.1783 v 55.1852 h 14.1573 v 6.4168 h -36.3356 v -6.4168 h 14.7588 v -48.7282 h -14.7588 z" style="fill:#326ce5;fill-opacity:1" id="path5348"/>
<path d="m 3358.7173,3030.1179 q 0,-1.3235 -0.5213,-2.3663 -0.5214,-1.0828 -1.7647,-1.9651 -1.2433,-0.8823 -3.2886,-1.6042 -2.0454,-0.762 -5.0934,-1.3636 -3.7298,-0.762 -6.818,-1.8449 -3.048,-1.0828 -5.2538,-2.5667 -2.1657,-1.524 -3.3688,-3.5293 -1.2032,-2.0454 -1.2032,-4.7325 0,-2.6469 1.2433,-4.9329 1.2432,-2.3261 3.4891,-4.0507 2.2459,-1.7245 5.3341,-2.7272 3.1282,-1.0026 6.858,-1.0026 4.0106,0 7.219,1.0428 3.2084,1.0427 5.4543,2.8875 2.2459,1.8449 3.4491,4.3314 1.2433,2.4465 1.2433,5.294 h -7.4195 q 0,-1.4037 -0.7219,-2.7272 -0.7219,-1.3636 -2.0053,-2.4063 -1.2834,-1.0428 -3.1282,-1.6845 -1.8048,-0.6417 -4.0908,-0.6417 -2.3662,0 -4.171,0.5214 -1.7646,0.5214 -2.9678,1.4037 -1.163,0.8823 -1.7646,2.0454 -0.6016,1.163 -0.6016,2.4063 0,1.2834 0.4813,2.286 0.4812,1.0027 1.6443,1.8048 1.2032,0.8021 3.1683,1.4438 2.0053,0.6417 5.0533,1.2432 4.0106,0.8422 7.1789,1.9652 3.1683,1.0829 5.334,2.647 2.1657,1.524 3.2887,3.5694 1.163,2.0453 1.163,4.7324 0,2.8876 -1.3234,5.2538 -1.2834,2.3662 -3.6095,4.0507 -2.3262,1.6844 -5.5747,2.6068 -3.2485,0.9224 -7.0987,0.9224 -4.4116,0 -7.8606,-1.163 -3.4491,-1.2032 -5.8554,-3.1282 -2.3663,-1.9652 -3.6496,-4.532 -1.2433,-2.5667 -1.2433,-5.334 h 7.4195 q 0.1604,2.286 1.2032,3.8501 1.0828,1.5642 2.6469,2.5267 1.6043,0.9625 3.5293,1.3636 1.9251,0.401 3.81,0.401 4.6924,0 7.4195,-1.7245 2.7272,-1.7245 2.7673,-4.572 z" style="fill:#326ce5;fill-opacity:1" id="path5350"/>
<path d="m 3398.3014,3042.4302 q -4.572,0 -8.4221,-1.5641 -3.8101,-1.5641 -6.5372,-4.3715 -2.7272,-2.8073 -4.2512,-6.6575 -1.524,-3.8501 -1.524,-8.382 v -1.6844 q 0,-5.2539 1.6844,-9.3847 1.6844,-4.171 4.4517,-7.0185 2.8074,-2.8876 6.3367,-4.4116 3.5694,-1.524 7.2992,-1.524 4.6923,0 8.1815,1.6443 3.5293,1.6043 5.8554,4.4918 2.3261,2.8475 3.4491,6.7378 1.163,3.8902 1.163,8.4221 v 3.3288 h -31.0015 q 0.1203,2.9678 1.123,5.5746 1.0427,2.6069 2.8073,4.5721 1.8048,1.925 4.2913,3.048 2.4866,1.1229 5.4945,1.1229 3.9704,0 7.0585,-1.6042 3.0882,-1.6042 5.1335,-4.2512 l 4.532,3.5293 q -1.0829,1.6443 -2.7272,3.1683 -1.6042,1.4839 -3.7298,2.647 -2.1256,1.1631 -4.8127,1.8448 -2.6871,0.7219 -5.8554,0.7219 z m -0.9625,-38.9023 q -2.2459,0 -4.2512,0.8423 -2.0053,0.8021 -3.6095,2.4063 -1.6042,1.5641 -2.7272,3.8902 -1.0828,2.286 -1.524,5.2939 h 23.3414 v -0.5614 q -0.1203,-2.1657 -0.8422,-4.2913 -0.6818,-2.1256 -2.0454,-3.81 -1.3636,-1.6845 -3.449,-2.7272 -2.0454,-1.0428 -4.8929,-1.0428 z" style="fill:#326ce5;fill-opacity:1" id="path5352"/>
<path d="m 3456.8153,2997.4319 q 1.0427,0 2.1657,0.08 1.1229,0.04 2.1256,0.2005 1.0427,0.1204 1.8849,0.3209 0.8824,0.2005 1.4438,0.4412 l -1.0026,7.259 q -2.1657,-0.4812 -4.1309,-0.6818 -1.925,-0.2406 -4.0506,-0.2406 -5.2137,0 -8.4623,2.3662 -3.2084,2.3663 -4.7324,6.6174 v 27.8332 h -7.4596 v -43.3941 h 7.0585 l 0.361,6.8982 q 2.6469,-3.5694 6.3366,-5.6148 3.7298,-2.0855 8.4623,-2.0855 z" style="fill:#326ce5;fill-opacity:1" id="path5354"/>
<path d="m 3494.6348,3030.9601 0.6818,2.687 0.7219,-2.687 12.152,-32.7261 h 7.5799 l -17.6865,43.3941 h -5.6549 l -17.8469,-43.3941 h 7.62 z" style="fill:#326ce5;fill-opacity:1" id="path5356"/>
<path d="m 3546.05,3042.4302 q -4.572,0 -8.4221,-1.5641 -3.8101,-1.5641 -6.5372,-4.3715 -2.7272,-2.8073 -4.2512,-6.6575 -1.524,-3.8501 -1.524,-8.382 v -1.6844 q 0,-5.2539 1.6844,-9.3847 1.6844,-4.171 4.4517,-7.0185 2.8074,-2.8876 6.3367,-4.4116 3.5694,-1.524 7.2992,-1.524 4.6923,0 8.1815,1.6443 3.5293,1.6043 5.8554,4.4918 2.3261,2.8475 3.4491,6.7378 1.163,3.8902 1.163,8.4221 v 3.3288 h -31.0015 q 0.1203,2.9678 1.1229,5.5746 1.0428,2.6069 2.8074,4.5721 1.8048,1.925 4.2913,3.048 2.4866,1.1229 5.4945,1.1229 3.9704,0 7.0585,-1.6042 3.0881,-1.6042 5.1335,-4.2512 l 4.5319,3.5293 q -1.0828,1.6443 -2.7271,3.1683 -1.6042,1.4839 -3.7298,2.647 -2.1256,1.1631 -4.8127,1.8448 -2.6871,0.7219 -5.8554,0.7219 z m -0.9625,-38.9023 q -2.2459,0 -4.2512,0.8423 -2.0053,0.8021 -3.6095,2.4063 -1.6042,1.5641 -2.7272,3.8902 -1.0828,2.286 -1.524,5.2939 h 23.3414 v -0.5614 q -0.1203,-2.1657 -0.8422,-4.2913 -0.6818,-2.1256 -2.0454,-3.81 -1.3636,-1.6845 -3.4491,-2.7272 -2.0453,-1.0428 -4.8928,-1.0428 z" style="fill:#326ce5;fill-opacity:1" id="path5358"/>
<path d="m 3604.5639,2997.4319 q 1.0427,0 2.1657,0.08 1.1229,0.04 2.1256,0.2005 1.0427,0.1204 1.8849,0.3209 0.8823,0.2005 1.4438,0.4412 l -1.0026,7.259 q -2.1657,-0.4812 -4.1309,-0.6818 -1.925,-0.2406 -4.0506,-0.2406 -5.2137,0 -8.4623,2.3662 -3.2084,2.3663 -4.7324,6.6174 v 27.8332 h -7.4596 v -43.3941 h 7.0585 l 0.361,6.8982 q 2.6469,-3.5694 6.3366,-5.6148 3.7298,-2.0855 8.4623,-2.0855 z" style="fill:#326ce5;fill-opacity:1" id="path5360"/>
<path d="m 3640.2979,3036.8155 q 0,-1.2032 0.3609,-2.2459 0.4011,-1.0428 1.123,-1.8048 0.7219,-0.8021 1.8047,-1.2432 1.0829,-0.4412 2.5266,-0.4412 1.4438,0 2.5267,0.4412 1.1229,0.4411 1.8448,1.2432 0.762,0.762 1.123,1.8048 0.4011,1.0427 0.4011,2.2459 0,1.163 -0.4011,2.2058 -0.361,1.0026 -1.123,1.7646 -0.7219,0.762 -1.8448,1.1631 -1.0829,0.4411 -2.5267,0.4411 -1.4437,0 -2.5266,-0.4411 -1.0828,-0.4011 -1.8047,-1.1631 -0.7219,-0.762 -1.123,-1.7646 -0.3609,-1.0428 -0.3609,-2.2058 z m 0,-35.1324 q 0,-1.2032 0.3609,-2.2459 0.4011,-1.0428 1.123,-1.8048 0.7219,-0.8021 1.8047,-1.2432 1.0829,-0.4412 2.5266,-0.4412 1.4438,0 2.5267,0.4412 1.1229,0.4411 1.8448,1.2432 0.762,0.762 1.123,1.8048 0.4011,1.0427 0.4011,2.2459 0,1.163 -0.4011,2.2058 -0.361,1.0026 -1.123,1.7646 -0.7219,0.762 -1.8448,1.2032 -1.0829,0.401 -2.5267,0.401 -1.4437,0 -2.5266,-0.401 -1.0828,-0.4412 -1.8047,-1.2032 -0.7219,-0.762 -1.123,-1.7646 -0.3609,-1.0428 -0.3609,-2.2058 z" style="fill:#326ce5;fill-opacity:1" id="path5362"/>
<path d="m 3760.4939,3020.4123 q 0,4.6523 -1.1229,8.7029 -1.123,4.0106 -3.2887,6.9784 -2.1657,2.9678 -5.3741,4.6522 -3.1683,1.6844 -7.2591,1.6844 -3.9704,0 -7.0184,-1.2833 -3.008,-1.2834 -5.1736,-3.6897 v 20.8548 h -7.4196 v -60.078 h 6.7779 l 0.3609,4.7325 q 2.1657,-2.6871 5.2137,-4.0908 3.0881,-1.4438 7.1388,-1.4438 4.171,0 7.3794,1.6443 3.2084,1.6444 5.3741,4.5721 2.1657,2.9277 3.2887,7.0184 1.1229,4.0507 1.1229,8.9034 z m -7.4195,-0.8422 q 0,-3.1683 -0.7219,-6.0158 -0.6818,-2.8876 -2.1657,-5.0533 -1.4438,-2.2058 -3.6897,-3.4892 -2.2459,-1.2833 -5.3741,-1.2833 -3.5694,0 -6.0158,1.6844 -2.4064,1.6443 -3.8501,4.2512 v 20.8949 q 1.4437,2.5668 3.8501,4.2111 2.4063,1.6042 6.096,1.6042 3.0881,0 5.334,-1.2834 2.2459,-1.3234 3.6897,-3.5292 1.4438,-2.2058 2.1256,-5.0934 0.7219,-2.8876 0.7219,-6.056 z" style="fill:#326ce5;fill-opacity:1" id="path5364"/>
<path d="m 3789.0891,3026.2276 1.9251,5.2539 13.2348,-33.2475 h 8.3018 l -22.0179,50.0917 q -0.762,1.6845 -1.9651,3.5694 -1.1631,1.885 -2.8475,3.4892 -1.6845,1.6042 -3.9304,2.6871 -2.2459,1.0828 -5.1736,1.0828 -0.5213,0 -1.163,-0.08 -0.6417,-0.04 -1.2834,-0.1604 -0.6417,-0.08 -1.2032,-0.2005 -0.5614,-0.1204 -0.9224,-0.2006 l 1.2032,-6.0559 q 0.2807,0 0.762,0.04 0.4812,0.04 1.0026,0.08 0.5214,0.04 1.0026,0.04 0.4813,0.04 0.7621,0.04 1.524,0 2.7672,-0.8422 1.2834,-0.8422 2.2459,-2.0052 1.0027,-1.1631 1.6845,-2.4064 0.7219,-1.2432 1.1229,-2.0454 l 2.9678,-5.7751 -18.6891,-41.3488 h 8.3018 z" style="fill:#326ce5;fill-opacity:1" id="path5366"/>
<path d="m 3820.973,3019.5701 q 0,-4.8527 1.2031,-8.9034 1.2433,-4.0907 3.4892,-7.0184 2.286,-2.9277 5.4945,-4.5721 3.2084,-1.6443 7.1788,-1.6443 3.8903,0 6.7779,1.3235 2.9277,1.2834 5.0533,3.7699 v -22.4992 h 7.4195 v 61.602 h -6.818 l -0.3208,-4.572 q -2.1657,2.647 -5.1736,4.0106 -3.0079,1.3635 -7.0185,1.3635 -3.9303,0 -7.1387,-1.6844 -3.1684,-1.6844 -5.4143,-4.6522 -2.2459,-2.9678 -3.4892,-6.9784 -1.2432,-4.0506 -1.2432,-8.7029 z m 7.4195,0.8422 q 0,3.1684 0.6818,6.0159 0.6818,2.8475 2.0855,5.0131 1.4438,2.1657 3.6496,3.4491 2.2058,1.2433 5.2939,1.2433 1.8849,0 3.4089,-0.4412 1.5241,-0.4411 2.7673,-1.2432 1.2433,-0.8423 2.2058,-1.9652 0.9626,-1.1631 1.6845,-2.5668 v -20.1329 q -1.4438,-2.647 -3.8903,-4.3314 -2.4464,-1.7245 -6.096,-1.7245 -3.1282,0 -5.3741,1.2833 -2.2058,1.2834 -3.6496,3.4892 -1.4037,2.1657 -2.0855,5.0533 -0.6818,2.8475 -0.6818,6.0158 z" style="fill:#326ce5;fill-opacity:1" id="path5368"/>
<path d="m 3899.7802,3035.6524 q -2.1657,3.2085 -5.4142,5.0132 -3.2486,1.7646 -7.4997,1.7646 -3.409,0 -6.1763,-1.0427 -2.7673,-1.0828 -4.7324,-3.3288 -1.9652,-2.2459 -3.048,-5.6949 -1.0428,-3.4892 -1.0428,-8.342 v -25.7878 h 7.4195 v 25.868 q 0,3.5293 0.5615,5.8554 0.5615,2.3262 1.6844,3.7299 1.123,1.3635 2.7272,1.925 1.6443,0.5615 3.7699,0.5615 4.5319,0 7.2992,-1.8449 2.8074,-1.8448 4.171,-4.973 v -31.1219 h 7.4596 v 43.3941 h -6.7377 z" style="fill:#326ce5;fill-opacity:1" id="path5370"/>
<path d="m 3957.6524,3020.4123 q 0,4.6523 -1.1229,8.7029 -1.123,4.0106 -3.2887,6.9784 -2.1657,2.9678 -5.3741,4.6522 -3.1684,1.6844 -7.2992,1.6844 -4.171,0 -7.2591,-1.4839 -3.048,-1.4839 -5.2137,-4.2511 l -0.361,4.9329 h -6.8179 v -61.602 h 7.4195 v 22.8602 q 2.1256,-2.647 5.1335,-4.0507 3.0079,-1.4037 7.0185,-1.4037 4.1709,0 7.3794,1.6443 3.2084,1.6444 5.3741,4.5721 2.1657,2.9277 3.2887,7.0184 1.1229,4.0507 1.1229,8.9034 z m -7.4195,-0.8422 q 0,-3.1683 -0.6417,-6.0158 -0.6016,-2.8876 -1.9652,-5.0533 -1.3635,-2.2058 -3.5693,-3.4892 -2.2058,-1.2833 -5.4143,-1.2833 -1.925,0 -3.5293,0.5213 -1.6042,0.4813 -2.8876,1.4037 -1.2432,0.8824 -2.2459,2.1256 -0.9625,1.2032 -1.6443,2.647 v 18.9699 q 0.7219,1.4438 1.6844,2.687 1.0027,1.2032 2.286,2.1256 1.2834,0.9225 2.8876,1.4438 1.6043,0.4813 3.5293,0.4813 3.048,0 5.2137,-1.2433 2.2058,-1.2834 3.5694,-3.4491 1.4037,-2.1656 2.0454,-5.0131 0.6818,-2.8475 0.6818,-6.0159 z" style="fill:#326ce5;fill-opacity:1" id="path5372"/>
<path d="m 3998.56,2997.4319 q 1.0427,0 2.1657,0.08 1.1229,0.04 2.1256,0.2005 1.0427,0.1204 1.8849,0.3209 0.8823,0.2005 1.4438,0.4412 l -1.0026,7.259 q -2.1657,-0.4812 -4.1309,-0.6818 -1.925,-0.2406 -4.0506,-0.2406 -5.2137,0 -8.4623,2.3662 -3.2084,2.3663 -4.7324,6.6174 v 27.8332 h -7.4596 v -43.3941 h 7.0585 l 0.361,6.8982 q 2.6469,-3.5694 6.3366,-5.6148 3.7298,-2.0855 8.4623,-2.0855 z" style="fill:#326ce5;fill-opacity:1" id="path5374"/>
<path d="m 4038.5451,3042.4302 q -4.572,0 -8.4221,-1.5641 -3.81,-1.5641 -6.5372,-4.3715 -2.7272,-2.8073 -4.2512,-6.6575 -1.524,-3.8501 -1.524,-8.382 v -1.6844 q 0,-5.2539 1.6844,-9.3847 1.6845,-4.171 4.4517,-7.0185 2.8074,-2.8876 6.3367,-4.4116 3.5694,-1.524 7.2992,-1.524 4.6923,0 8.1815,1.6443 3.5293,1.6043 5.8554,4.4918 2.3261,2.8475 3.4491,6.7378 1.163,3.8902 1.163,8.4221 v 3.3288 h -31.0015 q 0.1203,2.9678 1.123,5.5746 1.0427,2.6069 2.8073,4.5721 1.8048,1.925 4.2913,3.048 2.4866,1.1229 5.4945,1.1229 3.9704,0 7.0585,-1.6042 3.0882,-1.6042 5.1335,-4.2512 l 4.532,3.5293 q -1.0829,1.6443 -2.7272,3.1683 -1.6042,1.4839 -3.7298,2.647 -2.1256,1.1631 -4.8127,1.8448 -2.687,0.7219 -5.8554,0.7219 z m -0.9625,-38.9023 q -2.2459,0 -4.2512,0.8423 -2.0053,0.8021 -3.6095,2.4063 -1.6042,1.5641 -2.7271,3.8902 -1.0829,2.286 -1.5241,5.2939 h 23.3414 v -0.5614 q -0.1203,-2.1657 -0.8422,-4.2913 -0.6818,-2.1256 -2.0454,-3.81 -1.3636,-1.6845 -3.449,-2.7272 -2.0454,-1.0428 -4.8929,-1.0428 z" style="fill:#326ce5;fill-opacity:1" id="path5376"/>
<path d="m 4096.7783,3035.6524 q -2.1657,3.2085 -5.4143,5.0132 -3.2485,1.7646 -7.4997,1.7646 -3.409,0 -6.1762,-1.0427 -2.7673,-1.0828 -4.7325,-3.3288 -1.9652,-2.2459 -3.048,-5.6949 -1.0427,-3.4892 -1.0427,-8.342 v -25.7878 h 7.4195 v 25.868 q 0,3.5293 0.5614,5.8554 0.5615,2.3262 1.6845,3.7299 1.1229,1.3635 2.7271,1.925 1.6444,0.5615 3.77,0.5615 4.5319,0 7.2992,-1.8449 2.8073,-1.8448 4.1709,-4.973 v -31.1219 h 7.4596 v 43.3941 h -6.7377 z" style="fill:#326ce5;fill-opacity:1" id="path5378"/>
<path d="m 4136.3624,3036.4144 q 2.0052,0 3.8902,-0.6417 1.9251,-0.6416 3.409,-1.7646 1.4839,-1.1631 2.3662,-2.6871 0.9224,-1.5641 0.9625,-3.3688 h 7.0185 q -0.04,2.8876 -1.524,5.5345 -1.4438,2.6069 -3.8903,4.6122 -2.4464,1.9651 -5.6147,3.1683 -3.1684,1.163 -6.6174,1.163 -4.933,0 -8.6227,-1.7646 -3.6897,-1.7646 -6.1763,-4.7324 -2.4464,-3.008 -3.6897,-6.8982 -1.2432,-3.9303 -1.2432,-8.2617 v -1.6844 q 0,-4.2913 1.2432,-8.2217 1.2433,-3.9303 3.6897,-6.8981 2.4866,-3.0079 6.1763,-4.7726 3.6897,-1.7646 8.6227,-1.7646 3.8501,0 7.0585,1.2433 3.2486,1.2031 5.5747,3.3287 2.3662,2.0855 3.6897,4.9731 1.3235,2.8876 1.3235,6.1763 h -7.0185 q -0.04,-1.9652 -0.8823,-3.6898 -0.8021,-1.7646 -2.2058,-3.0881 -1.4037,-1.3235 -3.3689,-2.0855 -1.925,-0.762 -4.1709,-0.762 -3.4491,0 -5.8153,1.4037 -2.3262,1.3636 -3.7699,3.6095 -1.4438,2.2058 -2.0855,4.9731 -0.6016,2.7673 -0.6016,5.5747 v 1.6844 q 0,2.8475 0.6016,5.6549 0.6417,2.7672 2.0453,5.0131 1.4438,2.2058 3.77,3.6095 2.3662,1.3636 5.8554,1.3636 z" style="fill:#326ce5;fill-opacity:1" id="path5380"/>
<path d="m 4165.7597,3019.5701 q 0,-4.8527 1.163,-8.9034 1.1631,-4.0907 3.409,-7.0184 2.2459,-2.9277 5.4944,-4.5721 3.2887,-1.6443 7.4597,-1.6443 3.8501,0 6.7778,1.3235 2.9678,1.2834 5.1335,3.7699 l 0.3208,-4.2913 h 6.818 v 60.078 h -7.4196 v -20.6142 q -2.1657,2.286 -5.0532,3.5293 -2.8876,1.2031 -6.6576,1.2031 -4.1308,0 -7.3794,-1.6844 -3.2084,-1.6844 -5.4543,-4.6522 -2.2459,-2.9678 -3.4491,-6.9784 -1.163,-4.0506 -1.163,-8.7029 z m 7.4195,0.8422 q 0,3.1684 0.6818,6.056 0.7219,2.8876 2.1657,5.0934 1.4438,2.2058 3.6496,3.5292 2.2459,1.2834 5.334,1.2834 3.5694,0 5.9757,-1.6042 2.4063,-1.6042 3.9303,-4.171 v -21.4163 q -0.762,-1.2433 -1.7646,-2.2459 -0.9625,-1.0427 -2.2058,-1.8047 -1.2032,-0.762 -2.6871,-1.1631 -1.4438,-0.4412 -3.1683,-0.4412 -3.0881,0 -5.334,1.3235 -2.2459,1.3235 -3.7298,3.5694 -1.4438,2.2058 -2.1657,5.0934 -0.6818,2.8876 -0.6818,6.0559 z" style="fill:#326ce5;fill-opacity:1" id="path5382"/>
<path d="m 2672.6732,3122.6203 h -30.6807 v -6.096 h 30.6807 z" style="fill:#326ce5;fill-opacity:1" id="path5384"/>
<path d="m 2771.3727,3119.3317 h -24.3039 v 25.7878 h -7.4997 v -58.3936 h 35.8543 v 6.3367 h -28.3546 v 19.9725 h 24.3039 z" style="fill:#326ce5;fill-opacity:1" id="path5386"/>
<path d="m 2789.2999,3101.7254 h 22.1783 v 36.9772 h 14.1572 v 6.4169 h -36.3355 v -6.4169 h 14.7588 v -30.5202 h -14.7588 z m 13.7963,-11.39 q 0,-1.8448 1.0828,-3.0881 1.123,-1.2834 3.3689,-1.2834 2.2058,0 3.3287,1.2834 1.123,1.2433 1.123,3.0881 0,1.8048 -1.123,3.0079 -1.1229,1.2032 -3.3287,1.2032 -2.2459,0 -3.3689,-1.2032 -1.0828,-1.2031 -1.0828,-3.0079 z" style="fill:#326ce5;fill-opacity:1" id="path5388"/>
<path d="m 2865.8211,3100.9233 q 1.0428,0 2.1657,0.08 1.123,0.04 2.1256,0.2005 1.0428,0.1203 1.885,0.3209 0.8823,0.2005 1.4438,0.4411 l -1.0027,7.2591 q -2.1657,-0.4813 -4.1308,-0.6818 -1.9251,-0.2406 -4.0507,-0.2406 -5.2137,0 -8.4622,2.3662 -3.2085,2.3662 -4.7325,6.6174 v 27.8332 h -7.4596 v -43.3941 h 7.0586 l 0.3609,6.8981 q 2.647,-3.5694 6.3367,-5.6147 3.7298,-2.0855 8.4622,-2.0855 z" style="fill:#326ce5;fill-opacity:1" id="path5390"/>
<path d="m 2905.8063,3145.9216 q -4.572,0 -8.4222,-1.5641 -3.81,-1.5641 -6.5371,-4.3715 -2.7272,-2.8074 -4.2512,-6.6575 -1.524,-3.8501 -1.524,-8.3821 v -1.6844 q 0,-5.2538 1.6844,-9.3847 1.6844,-4.1709 4.4517,-7.0184 2.8074,-2.8876 6.3367,-4.4116 3.5694,-1.524 7.2992,-1.524 4.6923,0 8.1815,1.6443 3.5293,1.6042 5.8554,4.4918 2.3261,2.8475 3.4491,6.7377 1.163,3.8903 1.163,8.4222 v 3.3287 h -31.0015 q 0.1203,2.9678 1.1229,5.5747 1.0428,2.6068 2.8074,4.572 1.8048,1.9251 4.2913,3.048 2.4865,1.123 5.4945,1.123 3.9704,0 7.0585,-1.6042 3.0881,-1.6043 5.1335,-4.2512 l 4.5319,3.5293 q -1.0828,1.6443 -2.7271,3.1683 -1.6043,1.4839 -3.7298,2.647 -2.1256,1.163 -4.8127,1.8448 -2.6871,0.7219 -5.8554,0.7219 z m -0.9625,-38.9023 q -2.2459,0 -4.2512,0.8422 -2.0053,0.8021 -3.6095,2.4063 -1.6042,1.5642 -2.7272,3.8903 -1.0828,2.286 -1.524,5.2939 h 23.3414 v -0.5615 q -0.1203,-2.1657 -0.8422,-4.2913 -0.6818,-2.1256 -2.0454,-3.81 -1.3636,-1.6844 -3.4491,-2.7272 -2.0453,-1.0427 -4.8928,-1.0427 z" style="fill:#326ce5;fill-opacity:1" id="path5392"/>
<path d="m 2942.4627,3129.3982 0.8823,6.2163 1.0829,-6.2163 6.9382,-27.6728 h 4.7726 l 6.8981,27.6728 1.1631,6.8179 1.0828,-6.8179 4.8127,-27.6728 h 6.5773 l -9.2243,43.3941 h -5.8554 l -6.7778,-26.5899 -1.123,-6.7377 -1.0828,6.7377 -6.6976,26.5899 h -5.8554 l -9.2243,-43.3941 h 6.5773 z" style="fill:#326ce5;fill-opacity:1" id="path5394"/>
<path d="m 3013.6499,3145.1195 q -0.4412,-0.8422 -0.7219,-2.0855 -0.2406,-1.2834 -0.361,-2.6469 -1.1229,1.1229 -2.5266,2.1255 -1.3636,1.0027 -3.048,1.7647 -1.6443,0.762 -3.5293,1.2031 -1.885,0.4412 -4.0105,0.4412 -3.4491,0 -6.2565,-1.0026 -2.7673,-1.0027 -4.7324,-2.6871 -1.9251,-1.7245 -3.0079,-4.0506 -1.0428,-2.3663 -1.0428,-5.0934 0,-3.5694 1.4037,-6.2565 1.4438,-2.6871 4.0507,-4.4517 2.6068,-1.8047 6.2564,-2.6871 3.6897,-0.8823 8.2216,-0.8823 h 8.1013 v -3.409 q 0,-1.9651 -0.7219,-3.5292 -0.7219,-1.5641 -2.0453,-2.647 -1.3235,-1.123 -3.2486,-1.7245 -1.8849,-0.6016 -4.2512,-0.6016 -2.2058,0 -3.9704,0.5615 -1.7245,0.5614 -2.9277,1.4839 -1.2032,0.9224 -1.885,2.2058 -0.6417,1.2432 -0.6417,2.6068 h -7.4596 q 0.04,-2.3662 1.2032,-4.6522 1.2032,-2.286 3.409,-4.0908 2.2459,-1.8448 5.4142,-2.9678 3.2084,-1.1229 7.2591,-1.1229 3.6897,0 6.858,0.9224 3.1684,0.8823 5.4544,2.7272 2.3261,1.8047 3.6496,4.5319 1.3234,2.7272 1.3234,6.3768 v 20.173 q 0,2.1657 0.4011,4.6121 0.4011,2.4064 1.123,4.2111 v 0.6417 z m -13.1145,-5.6549 q 2.1657,0 4.0507,-0.5615 1.8849,-0.5614 3.4089,-1.4839 1.5641,-0.9224 2.6871,-2.0854 1.1229,-1.2032 1.7646,-2.4866 v -8.7831 h -6.8981 q -6.4971,0 -10.1066,1.9251 -3.6095,1.9251 -3.6095,6.0559 0,1.6042 0.5214,2.9678 0.5615,1.3636 1.6443,2.3662 1.0829,0.9626 2.7272,1.524 1.6443,0.5615 3.81,0.5615 z" style="fill:#326ce5;fill-opacity:1" id="path5396"/>
<path d="m 3035.5475,3083.5175 h 22.1783 v 55.1851 h 14.1572 v 6.4169 h -36.3355 v -6.4169 h 14.7588 v -48.7281 h -14.7588 z" style="fill:#326ce5;fill-opacity:1" id="path5398"/>
<path d="m 3084.797,3083.5175 h 22.1783 v 55.1851 h 14.1572 v 6.4169 h -36.3355 v -6.4169 h 14.7588 v -48.7281 h -14.7588 z" style="fill:#326ce5;fill-opacity:1" id="path5400"/>
<path d="m 3147.8027,3140.3068 q 0,-1.2031 0.3609,-2.2459 0.4011,-1.0427 1.123,-1.8047 0.7219,-0.8021 1.8047,-1.2433 1.0829,-0.4411 2.5267,-0.4411 1.4438,0 2.5266,0.4411 1.123,0.4412 1.8449,1.2433 0.762,0.762 1.1229,1.8047 0.4011,1.0428 0.4011,2.2459 0,1.1631 -0.4011,2.2058 -0.3609,1.0027 -1.1229,1.7647 -0.7219,0.762 -1.8449,1.163 -1.0828,0.4412 -2.5266,0.4412 -1.4438,0 -2.5267,-0.4412 -1.0828,-0.401 -1.8047,-1.163 -0.7219,-0.762 -1.123,-1.7647 -0.3609,-1.0427 -0.3609,-2.2058 z m 0,-35.1324 q 0,-1.2031 0.3609,-2.2459 0.4011,-1.0427 1.123,-1.8047 0.7219,-0.8021 1.8047,-1.2433 1.0829,-0.4411 2.5267,-0.4411 1.4438,0 2.5266,0.4411 1.123,0.4412 1.8449,1.2433 0.762,0.762 1.1229,1.8047 0.4011,1.0428 0.4011,2.2459 0,1.1631 -0.4011,2.2059 -0.3609,1.0026 -1.1229,1.7646 -0.7219,0.762 -1.8449,1.2032 -1.0828,0.401 -2.5266,0.401 -1.4438,0 -2.5267,-0.401 -1.0828,-0.4412 -1.8047,-1.2032 -0.7219,-0.762 -1.123,-1.7646 -0.3609,-1.0428 -0.3609,-2.2059 z" style="fill:#326ce5;fill-opacity:1" id="path5402"/>
<path d="m 3249.8711,3139.9058 q 2.0053,0 3.8902,-0.6417 1.9251,-0.6417 3.409,-1.7646 1.4839,-1.1631 2.3662,-2.6871 0.9224,-1.5641 0.9625,-3.3689 h 7.0185 q -0.04,2.8876 -1.524,5.5346 -1.4438,2.6068 -3.8902,4.6121 -2.4465,1.9652 -5.6148,3.1683 -3.1683,1.1631 -6.6174,1.1631 -4.933,0 -8.6227,-1.7646 -3.6897,-1.7647 -6.1762,-4.7325 -2.4465,-3.0079 -3.6897,-6.8981 -1.2433,-3.9304 -1.2433,-8.2617 v -1.6845 q 0,-4.2913 1.2433,-8.2216 1.2432,-3.9303 3.6897,-6.8981 2.4865,-3.0079 6.1762,-4.7726 3.6897,-1.7646 8.6227,-1.7646 3.8501,0 7.0585,1.2432 3.2486,1.2032 5.5747,3.3288 2.3662,2.0855 3.6897,4.9731 1.3235,2.8876 1.3235,6.1762 h -7.0185 q -0.04,-1.9652 -0.8823,-3.6897 -0.8021,-1.7646 -2.2058,-3.0881 -1.4037,-1.3235 -3.3688,-2.0855 -1.9251,-0.762 -4.171,-0.762 -3.4491,0 -5.8153,1.4037 -2.3261,1.3636 -3.7699,3.6095 -1.4438,2.2058 -2.0855,4.9731 -0.6016,2.7672 -0.6016,5.5746 v 1.6845 q 0,2.8474 0.6016,5.6548 0.6417,2.7673 2.0454,5.0132 1.4438,2.2058 3.7699,3.6095 2.3662,1.3636 5.8554,1.3636 z" style="fill:#326ce5;fill-opacity:1" id="path5404"/>
<path d="m 3296.594,3129.719 1.925,5.2538 13.2348,-33.2474 h 8.3019 l -22.0179,50.0917 q -0.7621,1.6844 -1.9652,3.5694 -1.1631,1.885 -2.8475,3.4892 -1.6844,1.6042 -3.9303,2.687 -2.2459,1.0829 -5.1736,1.0829 -0.5214,0 -1.1631,-0.08 -0.6417,-0.04 -1.2834,-0.1604 -0.6417,-0.08 -1.2031,-0.2006 -0.5615,-0.1203 -0.9225,-0.2005 l 1.2032,-6.0559 q 0.2807,0 0.762,0.04 0.4813,0.04 1.0026,0.08 0.5214,0.04 1.0027,0.04 0.4812,0.04 0.762,0.04 1.524,0 2.7673,-0.8422 1.2833,-0.8422 2.2459,-2.0053 1.0026,-1.163 1.6844,-2.4063 0.7219,-1.2433 1.1229,-2.0454 l 2.9678,-5.7752 -18.6891,-41.3487 h 8.3018 z" style="fill:#326ce5;fill-opacity:1" id="path5406"/>
<path d="m 3366.6582,3123.9037 q 0,4.6522 -1.1229,8.7029 -1.123,4.0105 -3.2887,6.9783 -2.1657,2.9678 -5.3741,4.6523 -3.1684,1.6844 -7.2992,1.6844 -4.171,0 -7.2591,-1.4839 -3.048,-1.4839 -5.2137,-4.2512 l -0.361,4.933 h -6.8179 v -61.602 h 7.4195 v 22.8601 q 2.1256,-2.6469 5.1335,-4.0506 3.0079,-1.4037 7.0185,-1.4037 4.1709,0 7.3794,1.6443 3.2084,1.6443 5.3741,4.572 2.1657,2.9277 3.2887,7.0185 1.1229,4.0506 1.1229,8.9034 z m -7.4195,-0.8422 q 0,-3.1683 -0.6417,-6.0158 -0.6016,-2.8876 -1.9652,-5.0533 -1.3635,-2.2058 -3.5693,-3.4892 -2.2059,-1.2834 -5.4143,-1.2834 -1.9251,0 -3.5293,0.5214 -1.6042,0.4813 -2.8876,1.4037 -1.2432,0.8823 -2.2459,2.1256 -0.9625,1.2031 -1.6443,2.6469 v 18.9699 q 0.7219,1.4438 1.6844,2.6871 1.0027,1.2032 2.286,2.1256 1.2834,0.9224 2.8876,1.4438 1.6043,0.4812 3.5293,0.4812 3.048,0 5.2137,-1.2432 2.2058,-1.2834 3.5694,-3.4491 1.4037,-2.1657 2.0454,-5.0132 0.6818,-2.8475 0.6818,-6.0158 z" style="fill:#326ce5;fill-opacity:1" id="path5408"/>
<path d="m 3398.3014,3145.9216 q -4.572,0 -8.4221,-1.5641 -3.8101,-1.5641 -6.5372,-4.3715 -2.7272,-2.8074 -4.2512,-6.6575 -1.524,-3.8501 -1.524,-8.3821 v -1.6844 q 0,-5.2538 1.6844,-9.3847 1.6844,-4.1709 4.4517,-7.0184 2.8074,-2.8876 6.3367,-4.4116 3.5694,-1.524 7.2992,-1.524 4.6923,0 8.1815,1.6443 3.5293,1.6042 5.8554,4.4918 2.3261,2.8475 3.4491,6.7377 1.163,3.8903 1.163,8.4222 v 3.3287 h -31.0015 q 0.1203,2.9678 1.123,5.5747 1.0427,2.6068 2.8073,4.572 1.8048,1.9251 4.2913,3.048 2.4866,1.123 5.4945,1.123 3.9704,0 7.0585,-1.6042 3.0882,-1.6043 5.1335,-4.2512 l 4.532,3.5293 q -1.0829,1.6443 -2.7272,3.1683 -1.6042,1.4839 -3.7298,2.647 -2.1256,1.163 -4.8127,1.8448 -2.6871,0.7219 -5.8554,0.7219 z m -0.9625,-38.9023 q -2.2459,0 -4.2512,0.8422 -2.0053,0.8021 -3.6095,2.4063 -1.6042,1.5642 -2.7272,3.8903 -1.0828,2.286 -1.524,5.2939 h 23.3414 v -0.5615 q -0.1203,-2.1657 -0.8422,-4.2913 -0.6818,-2.1256 -2.0454,-3.81 -1.3636,-1.6844 -3.449,-2.7272 -2.0454,-1.0427 -4.8929,-1.0427 z" style="fill:#326ce5;fill-opacity:1" id="path5410"/>
<path d="m 3456.8153,3100.9233 q 1.0427,0 2.1657,0.08 1.1229,0.04 2.1256,0.2005 1.0427,0.1203 1.8849,0.3209 0.8824,0.2005 1.4438,0.4411 l -1.0026,7.2591 q -2.1657,-0.4813 -4.1309,-0.6818 -1.925,-0.2406 -4.0506,-0.2406 -5.2137,0 -8.4623,2.3662 -3.2084,2.3662 -4.7324,6.6174 v 27.8332 h -7.4596 v -43.3941 h 7.0585 l 0.361,6.8981 q 2.6469,-3.5694 6.3366,-5.6147 3.7298,-2.0855 8.4623,-2.0855 z" style="fill:#326ce5;fill-opacity:1" id="path5412"/>
<path d="m 3506.4659,3133.6092 q 0,-1.3235 -0.5214,-2.3662 -0.5213,-1.0828 -1.7646,-1.9652 -1.2433,-0.8823 -3.2886,-1.6042 -2.0454,-0.762 -5.0934,-1.3636 -3.7298,-0.762 -6.818,-1.8448 -3.048,-1.0829 -5.2538,-2.5668 -2.1657,-1.524 -3.3688,-3.5293 -1.2032,-2.0453 -1.2032,-4.7324 0,-2.647 1.2433,-4.933 1.2432,-2.3261 3.4891,-4.0506 2.2459,-1.7246 5.3341,-2.7272 3.1282,-1.0026 6.858,-1.0026 4.0105,0 7.219,1.0427 3.2084,1.0428 5.4543,2.8876 2.2459,1.8449 3.4491,4.3314 1.2433,2.4464 1.2433,5.2939 h -7.4195 q 0,-1.4037 -0.7219,-2.7272 -0.7219,-1.3635 -2.0053,-2.4063 -1.2834,-1.0427 -3.1282,-1.6844 -1.8048,-0.6417 -4.0908,-0.6417 -2.3662,0 -4.171,0.5214 -1.7646,0.5213 -2.9678,1.4037 -1.163,0.8823 -1.7646,2.0453 -0.6016,1.1631 -0.6016,2.4064 0,1.2833 0.4813,2.286 0.4812,1.0026 1.6443,1.8047 1.2032,0.8021 3.1683,1.4438 2.0053,0.6417 5.0533,1.2433 4.0106,0.8422 7.1789,1.9652 3.1683,1.0828 5.334,2.6469 2.1657,1.524 3.2887,3.5694 1.163,2.0454 1.163,4.7325 0,2.8876 -1.3235,5.2538 -1.2833,2.3662 -3.6094,4.0506 -2.3262,1.6845 -5.5747,2.6069 -3.2485,0.9224 -7.0987,0.9224 -4.4116,0 -7.8606,-1.1631 -3.4491,-1.2031 -5.8554,-3.1282 -2.3663,-1.9651 -3.6496,-4.5319 -1.2433,-2.5667 -1.2433,-5.334 h 7.4195 q 0.1604,2.286 1.2032,3.8501 1.0828,1.5641 2.6469,2.5266 1.6042,0.9626 3.5293,1.3636 1.9251,0.4011 3.81,0.4011 4.6924,0 7.4195,-1.7245 2.7272,-1.7246 2.7673,-4.5721 z" style="fill:#326ce5;fill-opacity:1" id="path5414"/>
<path d="m 3545.3682,3139.9058 q 2.0053,0 3.8902,-0.6417 1.9251,-0.6417 3.409,-1.7646 1.4839,-1.1631 2.3662,-2.6871 0.9225,-1.5641 0.9626,-3.3689 h 7.0184 q -0.04,2.8876 -1.524,5.5346 -1.4438,2.6068 -3.8902,4.6121 -2.4464,1.9652 -5.6148,3.1683 -3.1683,1.1631 -6.6174,1.1631 -4.933,0 -8.6227,-1.7646 -3.6897,-1.7647 -6.1762,-4.7325 -2.4464,-3.0079 -3.6897,-6.8981 -1.2433,-3.9304 -1.2433,-8.2617 v -1.6845 q 0,-4.2913 1.2433,-8.2216 1.2433,-3.9303 3.6897,-6.8981 2.4865,-3.0079 6.1762,-4.7726 3.6897,-1.7646 8.6227,-1.7646 3.8501,0 7.0586,1.2432 3.2485,1.2032 5.5746,3.3288 2.3663,2.0855 3.6897,4.9731 1.3235,2.8876 1.3235,6.1762 h -7.0184 q -0.04,-1.9652 -0.8824,-3.6897 -0.8021,-1.7646 -2.2058,-3.0881 -1.4036,-1.3235 -3.3688,-2.0855 -1.9251,-0.762 -4.171,-0.762 -3.4491,0 -5.8153,1.4037 -2.3261,1.3636 -3.7699,3.6095 -1.4438,2.2058 -2.0855,4.9731 -0.6016,2.7672 -0.6016,5.5746 v 1.6845 q 0,2.8474 0.6016,5.6548 0.6417,2.7673 2.0454,5.0132 1.4438,2.2058 3.7699,3.6095 2.3662,1.3636 5.8554,1.3636 z" style="fill:#326ce5;fill-opacity:1" id="path5416"/>
<path d="m 3574.0436,3123.0214 q 0,-4.6924 1.3636,-8.7029 1.3636,-4.0507 3.8902,-7.0185 2.5668,-2.9678 6.2164,-4.6522 3.6496,-1.7245 8.2216,-1.7245 4.6121,0 8.2617,1.7245 3.6897,1.6844 6.2164,4.6522 2.5667,2.9678 3.9303,7.0185 1.3636,4.0105 1.3636,8.7029 v 0.8823 q 0,4.6923 -1.3636,8.7029 -1.3636,4.0105 -3.9303,6.9783 -2.5267,2.9678 -6.1763,4.6523 -3.6496,1.6844 -8.2216,1.6844 -4.6121,0 -8.3018,-1.6844 -3.6496,-1.6845 -6.2164,-4.6523 -2.5266,-2.9678 -3.8902,-6.9783 -1.3636,-4.0106 -1.3636,-8.7029 z m 7.4195,0.8823 q 0,3.2084 0.762,6.1361 0.762,2.8876 2.2861,5.0934 1.5641,2.2058 3.8902,3.4892 2.3261,1.2834 5.4142,1.2834 3.048,0 5.334,-1.2834 2.3262,-1.2834 3.8502,-3.4892 1.5641,-2.2058 2.3261,-5.0934 0.762,-2.9277 0.762,-6.1361 v -0.8823 q 0,-3.1683 -0.8021,-6.0559 -0.762,-2.9277 -2.3261,-5.1335 -1.524,-2.2058 -3.8502,-3.4892 -2.286,-1.3235 -5.3741,-1.3235 -3.0881,0 -5.3741,1.3235 -2.286,1.2834 -3.8501,3.4892 -1.5241,2.2058 -2.2861,5.1335 -0.762,2.8876 -0.762,6.0559 z" style="fill:#326ce5;fill-opacity:1" id="path5418"/>
<path d="m 3623.2931,3123.0214 q 0,-4.6924 1.3636,-8.7029 1.3636,-4.0507 3.8903,-7.0185 2.5667,-2.9678 6.2163,-4.6522 3.6496,-1.7245 8.2216,-1.7245 4.6122,0 8.2617,1.7245 3.6898,1.6844 6.2164,4.6522 2.5667,2.9678 3.9303,7.0185 1.3636,4.0105 1.3636,8.7029 v 0.8823 q 0,4.6923 -1.3636,8.7029 -1.3636,4.0105 -3.9303,6.9783 -2.5266,2.9678 -6.1762,4.6523 -3.6496,1.6844 -8.2217,1.6844 -4.6121,0 -8.3018,-1.6844 -3.6496,-1.6845 -6.2163,-4.6523 -2.5267,-2.9678 -3.8903,-6.9783 -1.3636,-4.0106 -1.3636,-8.7029 z m 7.4195,0.8823 q 0,3.2084 0.7621,6.1361 0.762,2.8876 2.286,5.0934 1.5641,2.2058 3.8902,3.4892 2.3261,1.2834 5.4142,1.2834 3.048,0 5.3341,-1.2834 2.3261,-1.2834 3.8501,-3.4892 1.5641,-2.2058 2.3261,-5.0934 0.762,-2.9277 0.762,-6.1361 v -0.8823 q 0,-3.1683 -0.8021,-6.0559 -0.762,-2.9277 -2.3261,-5.1335 -1.524,-2.2058 -3.8501,-3.4892 -2.2861,-1.3235 -5.3742,-1.3235 -3.0881,0 -5.3741,1.3235 -2.286,1.2834 -3.8501,3.4892 -1.524,2.2058 -2.286,5.1335 -0.7621,2.8876 -0.7621,6.0559 z" style="fill:#326ce5;fill-opacity:1" id="path5420"/>
<path d="m 3692.1943,3091.2177 v 10.5077 h 16.5235 v 5.7351 h -16.5235 v 23.582 q 0,2.5266 0.6417,4.1709 0.6417,1.6444 1.7647,2.647 1.1229,0.9625 2.5667,1.3636 1.4839,0.401 3.1282,0.401 1.2032,0 2.4866,-0.1203 1.2833,-0.1604 2.4865,-0.3609 1.2433,-0.2005 2.286,-0.4011 1.0829,-0.2406 1.7647,-0.401 l 1.0427,5.2538 q -0.9224,0.5615 -2.2459,1.0026 -1.3235,0.4011 -2.8876,0.6818 -1.5641,0.3209 -3.3287,0.4813 -1.7246,0.1604 -3.4491,0.1604 -2.8876,0 -5.4143,-0.8021 -2.4865,-0.8422 -4.3313,-2.6069 -1.8449,-1.8047 -2.9277,-4.6121 -1.0428,-2.8475 -1.0428,-6.858 v -23.582 h -11.3899 v -5.7351 h 11.3899 v -10.5077 z" style="fill:#326ce5;fill-opacity:1" id="path5422"/>
<path d="m 3739.8396,3129.719 1.9251,5.2538 13.2348,-33.2474 h 8.3018 l -22.0179,50.0917 q -0.762,1.6844 -1.9652,3.5694 -1.163,1.885 -2.8474,3.4892 -1.6845,1.6042 -3.9304,2.687 -2.2459,1.0829 -5.1736,1.0829 -0.5214,0 -1.163,-0.08 -0.6417,-0.04 -1.2834,-0.1604 -0.6417,-0.08 -1.2032,-0.2006 -0.5615,-0.1203 -0.9224,-0.2005 l 1.2032,-6.0559 q 0.2807,0 0.762,0.04 0.4812,0.04 1.0026,0.08 0.5214,0.04 1.0026,0.04 0.4813,0.04 0.762,0.04 1.524,0 2.7673,-0.8422 1.2834,-0.8422 2.2459,-2.0053 1.0027,-1.163 1.6845,-2.4063 0.7219,-1.2433 1.1229,-2.0454 l 2.9678,-5.7752 -18.6891,-41.3487 h 8.3018 z" style="fill:#326ce5;fill-opacity:1" id="path5424"/>
<path d="m 2672.6732,3226.1117 h -30.6807 v -6.096 h 30.6807 z" style="fill:#326ce5;fill-opacity:1" id="path5426"/>
<path d="m 2738.1253,3248.6109 v -58.3936 h 13.5156 q 6.096,0.08 10.8685,2.0855 4.8127,1.9651 8.1013,5.5345 3.3288,3.5293 5.0533,8.5024 1.7647,4.933 1.8048,10.9488 v 4.2913 q -0.04,6.0158 -1.8048,10.9889 -1.7245,4.9329 -5.0533,8.5023 -3.2886,3.5293 -8.1013,5.5346 -4.7725,1.9652 -10.8685,2.0053 z m 7.5398,-52.2976 v 46.2416 h 5.9758 q 4.7324,-0.04 8.1815,-1.6443 3.449,-1.6443 5.6949,-4.4517 2.2861,-2.8074 3.3689,-6.6174 1.123,-3.81 1.1631,-8.2617 v -4.3715 q -0.04,-4.4517 -1.1631,-8.2216 -1.1229,-3.8101 -3.3689,-6.5773 -2.2459,-2.8074 -5.6949,-4.4116 -3.4491,-1.6043 -8.1815,-1.6845 z" style="fill:#326ce5;fill-opacity:1" id="path5428"/>
<path d="m 2816.6518,3248.6109 q -0.4411,-0.8423 -0.7219,-2.0855 -0.2406,-1.2834 -0.3609,-2.647 -1.123,1.123 -2.5267,2.1256 -1.3636,1.0026 -3.048,1.7646 -1.6443,0.762 -3.5293,1.2032 -1.8849,0.4412 -4.0105,0.4412 -3.4491,0 -6.2565,-1.0027 -2.7672,-1.0026 -4.7324,-2.687 -1.9251,-1.7246 -3.0079,-4.0507 -1.0428,-2.3662 -1.0428,-5.0934 0,-3.5694 1.4037,-6.2564 1.4438,-2.6871 4.0507,-4.4517 2.6068,-1.8048 6.2564,-2.6871 3.6897,-0.8823 8.2216,-0.8823 h 8.1014 v -3.409 q 0,-1.9652 -0.7219,-3.5293 -0.7219,-1.5641 -2.0454,-2.6469 -1.3235,-1.123 -3.2486,-1.7246 -1.8849,-0.6016 -4.2511,-0.6016 -2.2058,0 -3.9705,0.5615 -1.7245,0.5615 -2.9277,1.4839 -1.2032,0.9225 -1.8849,2.2058 -0.6417,1.2433 -0.6417,2.6069 h -7.4596 q 0.04,-2.3662 1.2031,-4.6523 1.2032,-2.286 3.409,-4.0907 2.2459,-1.8449 5.4142,-2.9678 3.2085,-1.123 7.2591,-1.123 3.6897,0 6.858,0.9225 3.1684,0.8823 5.4544,2.7271 2.3261,1.8048 3.6496,4.5319 1.3235,2.7272 1.3235,6.3768 v 20.1731 q 0,2.1657 0.401,4.6121 0.4011,2.4063 1.123,4.2111 v 0.6417 z m -13.1145,-5.6549 q 2.1657,0 4.0507,-0.5615 1.8849,-0.5615 3.4089,-1.4839 1.5642,-0.9224 2.6871,-2.0855 1.123,-1.2031 1.7647,-2.4865 v -8.7831 h -6.8982 q -6.4971,0 -10.1066,1.925 -3.6095,1.9251 -3.6095,6.056 0,1.6042 0.5214,2.9678 0.5615,1.3636 1.6443,2.3662 1.0829,0.9625 2.7272,1.524 1.6443,0.5615 3.81,0.5615 z" style="fill:#326ce5;fill-opacity:1" id="path5430"/>
<path d="m 2854.9526,3194.7091 v 10.5076 h 16.5234 v 5.7351 h -16.5234 v 23.582 q 0,2.5267 0.6416,4.171 0.6417,1.6443 1.7647,2.647 1.1229,0.9625 2.5667,1.3636 1.4839,0.401 3.1283,0.401 1.2031,0 2.4865,-0.1203 1.2834,-0.1604 2.4865,-0.361 1.2433,-0.2005 2.286,-0.401 1.0829,-0.2406 1.7647,-0.4011 l 1.0427,5.2539 q -0.9224,0.5614 -2.2459,1.0026 -1.3235,0.401 -2.8876,0.6818 -1.5641,0.3208 -3.3287,0.4812 -1.7246,0.1605 -3.4491,0.1605 -2.8876,0 -5.4142,-0.8021 -2.4866,-0.8423 -4.3314,-2.6069 -1.8449,-1.8047 -2.9277,-4.6121 -1.0428,-2.8475 -1.0428,-6.8581 v -23.582 h -11.3899 v -5.7351 h 11.3899 v -10.5076 z" style="fill:#326ce5;fill-opacity:1" id="path5432"/>
<path d="m 2915.1509,3248.6109 q -0.4412,-0.8423 -0.7219,-2.0855 -0.2407,-1.2834 -0.361,-2.647 -1.1229,1.123 -2.5266,2.1256 -1.3636,1.0026 -3.048,1.7646 -1.6444,0.762 -3.5293,1.2032 -1.885,0.4412 -4.0106,0.4412 -3.449,0 -6.2564,-1.0027 -2.7673,-1.0026 -4.7325,-2.687 -1.925,-1.7246 -3.0079,-4.0507 -1.0427,-2.3662 -1.0427,-5.0934 0,-3.5694 1.4037,-6.2564 1.4438,-2.6871 4.0506,-4.4517 2.6069,-1.8048 6.2565,-2.6871 3.6897,-0.8823 8.2216,-0.8823 h 8.1013 v -3.409 q 0,-1.9652 -0.7219,-3.5293 -0.7219,-1.5641 -2.0454,-2.6469 -1.3234,-1.123 -3.2485,-1.7246 -1.885,-0.6016 -4.2512,-0.6016 -2.2058,0 -3.9704,0.5615 -1.7246,0.5615 -2.9277,1.4839 -1.2032,0.9225 -1.885,2.2058 -0.6417,1.2433 -0.6417,2.6069 h -7.4596 q 0.04,-2.3662 1.2032,-4.6523 1.2031,-2.286 3.4089,-4.0907 2.2459,-1.8449 5.4143,-2.9678 3.2084,-1.123 7.2591,-1.123 3.6897,0 6.858,0.9225 3.1683,0.8823 5.4543,2.7271 2.3262,1.8048 3.6496,4.5319 1.3235,2.7272 1.3235,6.3768 v 20.1731 q 0,2.1657 0.4011,4.6121 0.401,2.4063 1.1229,4.2111 v 0.6417 z m -13.1145,-5.6549 q 2.1657,0 4.0506,-0.5615 1.885,-0.5615 3.409,-1.4839 1.5641,-0.9224 2.6871,-2.0855 1.1229,-1.2031 1.7646,-2.4865 v -8.7831 h -6.8981 q -6.4971,0 -10.1066,1.925 -3.6095,1.9251 -3.6095,6.056 0,1.6042 0.5214,2.9678 0.5614,1.3636 1.6443,2.3662 1.0828,0.9625 2.7272,1.524 1.6443,0.5615 3.81,0.5615 z" style="fill:#326ce5;fill-opacity:1" id="path5434"/>
<path d="m 2972.6621,3227.3951 q 0,4.6522 -1.1229,8.7029 -1.123,4.0105 -3.2887,6.9783 -2.1657,2.9678 -5.3741,4.6522 -3.1684,1.6845 -7.2992,1.6845 -4.171,0 -7.2591,-1.4839 -3.048,-1.4839 -5.2137,-4.2512 l -0.361,4.933 h -6.8179 v -61.602 h 7.4195 v 22.8601 q 2.1256,-2.647 5.1335,-4.0507 3.0079,-1.4037 7.0185,-1.4037 4.1709,0 7.3794,1.6444 3.2084,1.6443 5.3741,4.572 2.1657,2.9277 3.2887,7.0184 1.1229,4.0507 1.1229,8.9035 z m -7.4195,-0.8422 q 0,-3.1684 -0.6417,-6.0159 -0.6016,-2.8876 -1.9652,-5.0533 -1.3635,-2.2058 -3.5693,-3.4891 -2.2058,-1.2834 -5.4143,-1.2834 -1.925,0 -3.5293,0.5214 -1.6042,0.4812 -2.8876,1.4037 -1.2432,0.8823 -2.2459,2.1255 -0.9625,1.2032 -1.6443,2.647 v 18.9699 q 0.7219,1.4438 1.6844,2.6871 1.0027,1.2031 2.2861,2.1255 1.2833,0.9225 2.8875,1.4438 1.6043,0.4813 3.5293,0.4813 3.048,0 5.2137,-1.2433 2.2058,-1.2833 3.5694,-3.449 1.4037,-2.1657 2.0454,-5.0132 0.6818,-2.8475 0.6818,-6.0158 z" style="fill:#326ce5;fill-opacity:1" id="path5436"/>
<path d="m 3013.6499,3248.6109 q -0.4412,-0.8423 -0.7219,-2.0855 -0.2406,-1.2834 -0.361,-2.647 -1.1229,1.123 -2.5266,2.1256 -1.3636,1.0026 -3.048,1.7646 -1.6443,0.762 -3.5293,1.2032 -1.885,0.4412 -4.0105,0.4412 -3.4491,0 -6.2565,-1.0027 -2.7673,-1.0026 -4.7324,-2.687 -1.9251,-1.7246 -3.0079,-4.0507 -1.0428,-2.3662 -1.0428,-5.0934 0,-3.5694 1.4037,-6.2564 1.4438,-2.6871 4.0507,-4.4517 2.6068,-1.8048 6.2564,-2.6871 3.6897,-0.8823 8.2216,-0.8823 h 8.1013 v -3.409 q 0,-1.9652 -0.7219,-3.5293 -0.7219,-1.5641 -2.0453,-2.6469 -1.3235,-1.123 -3.2486,-1.7246 -1.8849,-0.6016 -4.2512,-0.6016 -2.2058,0 -3.9704,0.5615 -1.7245,0.5615 -2.9277,1.4839 -1.2032,0.9225 -1.885,2.2058 -0.6417,1.2433 -0.6417,2.6069 h -7.4596 q 0.04,-2.3662 1.2032,-4.6523 1.2032,-2.286 3.409,-4.0907 2.2459,-1.8449 5.4142,-2.9678 3.2084,-1.123 7.2591,-1.123 3.6897,0 6.858,0.9225 3.1684,0.8823 5.4544,2.7271 2.3261,1.8048 3.6496,4.5319 1.3234,2.7272 1.3234,6.3768 v 20.1731 q 0,2.1657 0.4011,4.6121 0.4011,2.4063 1.123,4.2111 v 0.6417 z m -13.1145,-5.6549 q 2.1657,0 4.0507,-0.5615 1.8849,-0.5615 3.4089,-1.4839 1.5641,-0.9224 2.6871,-2.0855 1.1229,-1.2031 1.7646,-2.4865 v -8.7831 h -6.8981 q -6.4971,0 -10.1066,1.925 -3.6095,1.9251 -3.6095,6.056 0,1.6042 0.5214,2.9678 0.5615,1.3636 1.6443,2.3662 1.0829,0.9625 2.7272,1.524 1.6443,0.5615 3.81,0.5615 z" style="fill:#326ce5;fill-opacity:1" id="path5438"/>
<path d="m 3063.2203,3237.1006 q 0,-1.3235 -0.5214,-2.3662 -0.5214,-1.0829 -1.7647,-1.9652 -1.2432,-0.8823 -3.2886,-1.6042 -2.0454,-0.762 -5.0934,-1.3636 -3.7298,-0.762 -6.8179,-1.8449 -3.048,-1.0828 -5.2539,-2.5667 -2.1656,-1.524 -3.3688,-3.5293 -1.2032,-2.0454 -1.2032,-4.7324 0,-2.647 1.2433,-4.933 1.2433,-2.3261 3.4892,-4.0507 2.2459,-1.7245 5.334,-2.7271 3.1282,-1.0027 6.858,-1.0027 4.0106,0 7.219,1.0428 3.2085,1.0427 5.4544,2.8876 2.2459,1.8448 3.449,4.3314 1.2433,2.4464 1.2433,5.2939 h -7.4195 q 0,-1.4037 -0.7219,-2.7272 -0.7219,-1.3636 -2.0053,-2.4063 -1.2834,-1.0428 -3.1282,-1.6844 -1.8048,-0.6417 -4.0908,-0.6417 -2.3662,0 -4.1709,0.5213 -1.7647,0.5214 -2.9678,1.4037 -1.1631,0.8823 -1.7647,2.0454 -0.6016,1.1631 -0.6016,2.4063 0,1.2834 0.4813,2.286 0.4813,1.0027 1.6443,1.8048 1.2032,0.8021 3.1684,1.4438 2.0052,0.6417 5.0532,1.2433 4.0106,0.8422 7.1789,1.9651 3.1684,1.0829 5.3341,2.647 2.1657,1.524 3.2886,3.5694 1.1631,2.0454 1.1631,4.7324 0,2.8876 -1.3235,5.2538 -1.2834,2.3663 -3.6095,4.0507 -2.3261,1.6844 -5.5747,2.6068 -3.2485,0.9225 -7.0986,0.9225 -4.4116,0 -7.8607,-1.1631 -3.4491,-1.2032 -5.8554,-3.1282 -2.3662,-1.9652 -3.6496,-4.5319 -1.2433,-2.5668 -1.2433,-5.3341 h 7.4195 q 0.1605,2.286 1.2032,3.8502 1.0828,1.5641 2.647,2.5266 1.6042,0.9625 3.5292,1.3636 1.9251,0.401 3.8101,0.401 4.6923,0 7.4195,-1.7245 2.7271,-1.7245 2.7673,-4.572 z" style="fill:#326ce5;fill-opacity:1" id="path5440"/>
<path d="m 3102.8043,3249.413 q -4.572,0 -8.4221,-1.5641 -3.81,-1.5642 -6.5372,-4.3715 -2.7272,-2.8074 -4.2512,-6.6575 -1.524,-3.8502 -1.524,-8.3821 v -1.6844 q 0,-5.2538 1.6844,-9.3847 1.6845,-4.171 4.4518,-7.0185 2.8073,-2.8876 6.3366,-4.4116 3.5694,-1.524 7.2992,-1.524 4.6924,0 8.1815,1.6444 3.5293,1.6042 5.8554,4.4918 2.3261,2.8475 3.4491,6.7377 1.1631,3.8902 1.1631,8.4221 v 3.3288 h -31.0016 q 0.1203,2.9678 1.123,5.5746 1.0427,2.6069 2.8074,4.5721 1.8047,1.925 4.2913,3.048 2.4865,1.1229 5.4944,1.1229 3.9704,0 7.0586,-1.6042 3.0881,-1.6042 5.1335,-4.2512 l 4.5319,3.5293 q -1.0829,1.6443 -2.7272,3.1684 -1.6042,1.4839 -3.7298,2.6469 -2.1256,1.1631 -4.8127,1.8449 -2.687,0.7219 -5.8554,0.7219 z m -0.9625,-38.9023 q -2.2459,0 -4.2512,0.8422 -2.0052,0.8021 -3.6095,2.4063 -1.6042,1.5641 -2.7271,3.8902 -1.0829,2.286 -1.524,5.294 h 23.3413 v -0.5615 q -0.1203,-2.1657 -0.8422,-4.2913 -0.6818,-2.1256 -2.0453,-3.81 -1.3636,-1.6845 -3.4491,-2.7272 -2.0454,-1.0427 -4.8929,-1.0427 z" style="fill:#326ce5;fill-opacity:1" id="path5442"/>
<path d="m 3152.2143,3224.7882 h -11.6707 v 23.8227 h -7.3794 v -58.3936 h 17.125 q 4.0908,0.08 7.7003,1.1631 3.6095,1.0828 6.2965,3.2485 2.7272,2.1657 4.2512,5.4543 1.5641,3.2486 1.5641,7.6602 0,2.8475 -0.8422,5.2137 -0.8021,2.3662 -2.2459,4.2913 -1.4438,1.925 -3.4491,3.4089 -2.0052,1.4839 -4.4116,2.5267 l 12.3926,24.9456 -0.04,0.4813 h -7.8206 z m -11.6707,-6.096 h 9.9461 q 2.4866,-0.04 4.6924,-0.762 2.2058,-0.762 3.8501,-2.1657 1.6844,-1.4037 2.647,-3.409 0.9625,-2.0454 0.9625,-4.6923 0,-2.8074 -0.9224,-4.8929 -0.9225,-2.1256 -2.5668,-3.5293 -1.6443,-1.4438 -3.9303,-2.1657 -2.2459,-0.7219 -4.933,-0.762 h -9.7456 z" style="fill:#326ce5;fill-opacity:1" id="path5444"/>
<path d="m 3201.3034,3249.413 q -4.5721,0 -8.4222,-1.5641 -3.81,-1.5642 -6.5372,-4.3715 -2.7271,-2.8074 -4.2512,-6.6575 -1.524,-3.8502 -1.524,-8.3821 v -1.6844 q 0,-5.2538 1.6845,-9.3847 1.6844,-4.171 4.4517,-7.0185 2.8074,-2.8876 6.3366,-4.4116 3.5694,-1.524 7.2992,-1.524 4.6924,0 8.1816,1.6444 3.5292,1.6042 5.8554,4.4918 2.3261,2.8475 3.449,6.7377 1.1631,3.8902 1.1631,8.4221 v 3.3288 h -31.0015 q 0.1203,2.9678 1.1229,5.5746 1.0427,2.6069 2.8074,4.5721 1.8047,1.925 4.2913,3.048 2.4865,1.1229 5.4944,1.1229 3.9705,0 7.0586,-1.6042 3.0881,-1.6042 5.1335,-4.2512 l 4.5319,3.5293 q -1.0828,1.6443 -2.7272,3.1684 -1.6042,1.4839 -3.7298,2.6469 -2.1256,1.1631 -4.8126,1.8449 -2.6871,0.7219 -5.8554,0.7219 z m -0.9626,-38.9023 q -2.2459,0 -4.2511,0.8422 -2.0053,0.8021 -3.6095,2.4063 -1.6043,1.5641 -2.7272,3.8902 -1.0829,2.286 -1.524,5.294 h 23.3414 v -0.5615 q -0.1203,-2.1657 -0.8422,-4.2913 -0.6818,-2.1256 -2.0454,-3.81 -1.3636,-1.6845 -3.4491,-2.7272 -2.0454,-1.0427 -4.8929,-1.0427 z" style="fill:#326ce5;fill-opacity:1" id="path5446"/>
<path d="m 3229.9788,3226.5529 q 0,-4.8528 1.2031,-8.9035 1.2433,-4.0907 3.4892,-7.0184 2.286,-2.9277 5.4945,-4.572 3.2084,-1.6444 7.1788,-1.6444 3.8903,0 6.7779,1.3235 2.9277,1.2834 5.0533,3.7699 v -22.4991 h 7.4195 v 61.602 h -6.818 l -0.3208,-4.5721 q -2.1657,2.647 -5.1736,4.0106 -3.0079,1.3636 -7.0185,1.3636 -3.9303,0 -7.1387,-1.6845 -3.1684,-1.6844 -5.4143,-4.6522 -2.2459,-2.9678 -3.4892,-6.9783 -1.2432,-4.0507 -1.2432,-8.7029 z m 7.4195,0.8422 q 0,3.1683 0.6818,6.0158 0.6818,2.8475 2.0855,5.0132 1.4438,2.1657 3.6496,3.449 2.2058,1.2433 5.2939,1.2433 1.8849,0 3.4089,-0.4412 1.5241,-0.4411 2.7673,-1.2432 1.2433,-0.8422 2.2058,-1.9652 0.9626,-1.163 1.6845,-2.5667 v -20.133 q -1.4438,-2.6469 -3.8903,-4.3314 -2.4464,-1.7245 -6.096,-1.7245 -3.1282,0 -5.3741,1.2834 -2.2058,1.2833 -3.6496,3.4891 -1.4037,2.1657 -2.0855,5.0533 -0.6818,2.8475 -0.6818,6.0159 z" style="fill:#326ce5;fill-opacity:1" id="path5448"/>
<path d="m 3295.5512,3243.7982 q 0,-1.2032 0.361,-2.2459 0.401,-1.0427 1.1229,-1.8047 0.7219,-0.8022 1.8048,-1.2433 1.0828,-0.4412 2.5266,-0.4412 1.4438,0 2.5266,0.4412 1.123,0.4411 1.8449,1.2433 0.762,0.762 1.123,1.8047 0.401,1.0427 0.401,2.2459 0,1.1631 -0.401,2.2058 -0.361,1.0026 -1.123,1.7646 -0.7219,0.762 -1.8449,1.1631 -1.0828,0.4412 -2.5266,0.4412 -1.4438,0 -2.5266,-0.4412 -1.0829,-0.4011 -1.8048,-1.1631 -0.7219,-0.762 -1.1229,-1.7646 -0.361,-1.0427 -0.361,-2.2058 z m 0,-35.1324 q 0,-1.2032 0.361,-2.2459 0.401,-1.0427 1.1229,-1.8047 0.7219,-0.8022 1.8048,-1.2433 1.0828,-0.4412 2.5266,-0.4412 1.4438,0 2.5266,0.4412 1.123,0.4411 1.8449,1.2433 0.762,0.762 1.123,1.8047 0.401,1.0427 0.401,2.2459 0,1.1631 -0.401,2.2058 -0.361,1.0026 -1.123,1.7647 -0.7219,0.762 -1.8449,1.2031 -1.0828,0.4011 -2.5266,0.4011 -1.4438,0 -2.5266,-0.4011 -1.0829,-0.4411 -1.8048,-1.2031 -0.7219,-0.7621 -1.1229,-1.7647 -0.361,-1.0427 -0.361,-2.2058 z" style="fill:#326ce5;fill-opacity:1" id="path5450"/>
<path d="m 3398.3014,3249.413 q -4.572,0 -8.4221,-1.5641 -3.8101,-1.5642 -6.5372,-4.3715 -2.7272,-2.8074 -4.2512,-6.6575 -1.524,-3.8502 -1.524,-8.3821 v -1.6844 q 0,-5.2538 1.6844,-9.3847 1.6844,-4.171 4.4517,-7.0185 2.8074,-2.8876 6.3367,-4.4116 3.5694,-1.524 7.2992,-1.524 4.6923,0 8.1815,1.6444 3.5293,1.6042 5.8554,4.4918 2.3261,2.8475 3.4491,6.7377 1.163,3.8902 1.163,8.4221 v 3.3288 h -31.0015 q 0.1203,2.9678 1.123,5.5746 1.0427,2.6069 2.8073,4.5721 1.8048,1.925 4.2913,3.048 2.4866,1.1229 5.4945,1.1229 3.9704,0 7.0585,-1.6042 3.0882,-1.6042 5.1335,-4.2512 l 4.532,3.5293 q -1.0829,1.6443 -2.7272,3.1684 -1.6042,1.4839 -3.7298,2.6469 -2.1256,1.1631 -4.8127,1.8449 -2.6871,0.7219 -5.8554,0.7219 z m -0.9625,-38.9023 q -2.2459,0 -4.2512,0.8422 -2.0053,0.8021 -3.6095,2.4063 -1.6042,1.5641 -2.7272,3.8902 -1.0828,2.286 -1.524,5.294 h 23.3414 v -0.5615 q -0.1203,-2.1657 -0.8422,-4.2913 -0.6818,-2.1256 -2.0454,-3.81 -1.3636,-1.6845 -3.449,-2.7272 -2.0454,-1.0427 -4.8929,-1.0427 z" style="fill:#326ce5;fill-opacity:1" id="path5452"/>
<path d="m 3456.8153,3204.4146 q 1.0427,0 2.1657,0.08 1.1229,0.04 2.1256,0.2006 1.0427,0.1203 1.8849,0.3208 0.8824,0.2005 1.4438,0.4412 l -1.0026,7.2591 q -2.1657,-0.4813 -4.1309,-0.6818 -1.925,-0.2407 -4.0506,-0.2407 -5.2137,0 -8.4623,2.3663 -3.2084,2.3662 -4.7324,6.6174 v 27.8332 h -7.4596 v -43.3942 h 7.0585 l 0.361,6.8982 q 2.6469,-3.5694 6.3366,-5.6148 3.7298,-2.0855 8.4623,-2.0855 z" style="fill:#326ce5;fill-opacity:1" id="path5454"/>
<path d="m 3478.7931,3205.2167 h 22.1784 v 36.9773 h 14.1572 v 6.4169 h -36.3356 v -6.4169 h 14.7589 v -30.5203 h -14.7589 z m 13.7963,-11.3899 q 0,-1.8449 1.0829,-3.0881 1.1229,-1.2834 3.3688,-1.2834 2.2058,0 3.3288,1.2834 1.1229,1.2432 1.1229,3.0881 0,1.8047 -1.1229,3.0079 -1.123,1.2032 -3.3288,1.2032 -2.2459,0 -3.3688,-1.2032 -1.0829,-1.2032 -1.0829,-3.0079 z" style="fill:#326ce5;fill-opacity:1" id="path5456"/>
<path d="m 3545.3682,3243.3971 q 2.0053,0 3.8902,-0.6416 1.9251,-0.6417 3.409,-1.7647 1.4839,-1.163 2.3662,-2.687 0.9225,-1.5642 0.9626,-3.3689 h 7.0184 q -0.04,2.8876 -1.524,5.5345 -1.4438,2.6069 -3.8902,4.6122 -2.4464,1.9651 -5.6148,3.1683 -3.1683,1.1631 -6.6174,1.1631 -4.933,0 -8.6227,-1.7647 -3.6897,-1.7646 -6.1762,-4.7324 -2.4464,-3.0079 -3.6897,-6.8982 -1.2433,-3.9303 -1.2433,-8.2617 v -1.6844 q 0,-4.2913 1.2433,-8.2216 1.2433,-3.9304 3.6897,-6.8982 2.4865,-3.0079 6.1762,-4.7725 3.6897,-1.7647 8.6227,-1.7647 3.8501,0 7.0586,1.2433 3.2485,1.2032 5.5746,3.3288 2.3663,2.0854 3.6897,4.973 1.3235,2.8876 1.3235,6.1763 h -7.0184 q -0.04,-1.9652 -0.8824,-3.6897 -0.8021,-1.7647 -2.2058,-3.0881 -1.4036,-1.3235 -3.3688,-2.0855 -1.9251,-0.762 -4.171,-0.762 -3.4491,0 -5.8153,1.4037 -2.3261,1.3635 -3.7699,3.6094 -1.4438,2.2058 -2.0855,4.9731 -0.6016,2.7673 -0.6016,5.5747 v 1.6844 q 0,2.8475 0.6016,5.6549 0.6417,2.7673 2.0454,5.0132 1.4438,2.2058 3.7699,3.6095 2.3662,1.3635 5.8554,1.3635 z" style="fill:#326ce5;fill-opacity:1" id="path5458"/>
<path d="m 3577.2922,3187.0089 h 22.1783 v 55.1851 h 14.1572 v 6.4169 h -36.3355 v -6.4169 h 14.7588 v -48.7282 h -14.7588 z" style="fill:#326ce5;fill-opacity:1" id="path5460"/>
<path d="m 3644.549,3249.413 q -4.572,0 -8.4221,-1.5641 -3.81,-1.5642 -6.5372,-4.3715 -2.7272,-2.8074 -4.2512,-6.6575 -1.524,-3.8502 -1.524,-8.3821 v -1.6844 q 0,-5.2538 1.6844,-9.3847 1.6845,-4.171 4.4517,-7.0185 2.8074,-2.8876 6.3367,-4.4116 3.5694,-1.524 7.2992,-1.524 4.6923,0 8.1815,1.6444 3.5293,1.6042 5.8554,4.4918 2.3261,2.8475 3.4491,6.7377 1.163,3.8902 1.163,8.4221 v 3.3288 h -31.0015 q 0.1203,2.9678 1.123,5.5746 1.0427,2.6069 2.8074,4.5721 1.8047,1.925 4.2912,3.048 2.4866,1.1229 5.4945,1.1229 3.9704,0 7.0586,-1.6042 3.0881,-1.6042 5.1335,-4.2512 l 4.5319,3.5293 q -1.0829,1.6443 -2.7272,3.1684 -1.6042,1.4839 -3.7298,2.6469 -2.1256,1.1631 -4.8127,1.8449 -2.687,0.7219 -5.8554,0.7219 z m -0.9625,-38.9023 q -2.2459,0 -4.2512,0.8422 -2.0052,0.8021 -3.6095,2.4063 -1.6042,1.5641 -2.7271,3.8902 -1.0829,2.286 -1.524,5.294 h 23.3413 v -0.5615 q -0.1203,-2.1657 -0.8422,-4.2913 -0.6818,-2.1256 -2.0454,-3.81 -1.3635,-1.6845 -3.449,-2.7272 -2.0454,-1.0427 -4.8929,-1.0427 z" style="fill:#326ce5;fill-opacity:1" id="path5462"/>
<path d="m 3678.0371,3205.2167 0.2005,4.0908 q 1.3235,-2.286 3.4491,-3.5694 2.1657,-1.2834 5.2137,-1.3235 5.9757,0 7.981,4.6523 1.2834,-2.0855 3.3689,-3.3288 2.1255,-1.2834 5.1335,-1.3235 4.7725,0 7.3393,2.9277 2.5667,2.9277 2.5667,8.8633 v 32.4053 h -7.0586 v -32.4855 q 0,-5.4543 -5.0131,-5.4142 -1.3235,0 -2.2861,0.3609 -0.9625,0.361 -1.6042,1.0027 -0.6417,0.6016 -1.0026,1.4438 -0.361,0.8021 -0.4813,1.6844 v 33.4079 h -7.0585 v -32.5256 q 0,-2.6068 -1.1631,-4.0105 -1.1631,-1.4037 -3.6897,-1.3636 -2.3261,0 -3.6095,0.9224 -1.2834,0.9224 -1.8849,2.4464 v 34.5309 h -7.0586 v -43.3942 z" style="fill:#326ce5;fill-opacity:1" id="path5464"/>
<path d="m 3743.0481,3249.413 q -4.5721,0 -8.4222,-1.5641 -3.81,-1.5642 -6.5372,-4.3715 -2.7272,-2.8074 -4.2512,-6.6575 -1.524,-3.8502 -1.524,-8.3821 v -1.6844 q 0,-5.2538 1.6845,-9.3847 1.6844,-4.171 4.4517,-7.0185 2.8074,-2.8876 6.3366,-4.4116 3.5694,-1.524 7.2992,-1.524 4.6924,0 8.1815,1.6444 3.5293,1.6042 5.8554,4.4918 2.3262,2.8475 3.4491,6.7377 1.1631,3.8902 1.1631,8.4221 v 3.3288 h -31.0016 q 0.1204,2.9678 1.123,5.5746 1.0427,2.6069 2.8074,4.5721 1.8047,1.925 4.2913,3.048 2.4865,1.1229 5.4944,1.1229 3.9705,0 7.0586,-1.6042 3.0881,-1.6042 5.1335,-4.2512 l 4.5319,3.5293 q -1.0829,1.6443 -2.7272,3.1684 -1.6042,1.4839 -3.7298,2.6469 -2.1256,1.1631 -4.8126,1.8449 -2.6871,0.7219 -5.8554,0.7219 z m -0.9626,-38.9023 q -2.2459,0 -4.2512,0.8422 -2.0052,0.8021 -3.6094,2.4063 -1.6043,1.5641 -2.7272,3.8902 -1.0829,2.286 -1.524,5.294 h 23.3414 v -0.5615 q -0.1204,-2.1657 -0.8423,-4.2913 -0.6817,-2.1256 -2.0453,-3.81 -1.3636,-1.6845 -3.4491,-2.7272 -2.0454,-1.0427 -4.8929,-1.0427 z" style="fill:#326ce5;fill-opacity:1" id="path5466"/>
<path d="m 3801.5619,3204.4146 q 1.0428,0 2.1657,0.08 1.123,0.04 2.1256,0.2006 1.0428,0.1203 1.885,0.3208 0.8823,0.2005 1.4438,0.4412 l -1.0027,7.2591 q -2.1657,-0.4813 -4.1308,-0.6818 -1.9251,-0.2407 -4.0507,-0.2407 -5.2137,0 -8.4622,2.3663 -3.2085,2.3662 -4.7325,6.6174 v 27.8332 h -7.4596 v -43.3942 h 7.0586 l 0.3609,6.8982 q 2.647,-3.5694 6.3367,-5.6148 3.7298,-2.0855 8.4622,-2.0855 z" style="fill:#326ce5;fill-opacity:1" id="path5468"/>
<path d="m 3820.973,3226.5529 q 0,-4.8528 1.2031,-8.9035 1.2433,-4.0907 3.4892,-7.0184 2.286,-2.9277 5.4945,-4.572 3.2084,-1.6444 7.1788,-1.6444 3.8903,0 6.7779,1.3235 2.9277,1.2834 5.0533,3.7699 v -22.4991 h 7.4195 v 61.602 h -6.818 l -0.3208,-4.5721 q -2.1657,2.647 -5.1736,4.0106 -3.0079,1.3636 -7.0185,1.3636 -3.9303,0 -7.1387,-1.6845 -3.1684,-1.6844 -5.4143,-4.6522 -2.2459,-2.9678 -3.4892,-6.9783 -1.2432,-4.0507 -1.2432,-8.7029 z m 7.4195,0.8422 q 0,3.1683 0.6818,6.0158 0.6818,2.8475 2.0855,5.0132 1.4438,2.1657 3.6496,3.449 2.2058,1.2433 5.2939,1.2433 1.8849,0 3.4089,-0.4412 1.5241,-0.4411 2.7673,-1.2432 1.2433,-0.8422 2.2058,-1.9652 0.9626,-1.163 1.6845,-2.5667 v -20.133 q -1.4438,-2.6469 -3.8903,-4.3314 -2.4464,-1.7245 -6.096,-1.7245 -3.1282,0 -5.3741,1.2834 -2.2058,1.2833 -3.6496,3.4891 -1.4037,2.1657 -2.0855,5.0533 -0.6818,2.8475 -0.6818,6.0159 z" style="fill:#326ce5;fill-opacity:1" id="path5470"/>
<path d="m 3887.5882,3233.2104 1.925,5.2538 13.2348,-33.2475 h 8.3019 l -22.0179,50.0918 q -0.7621,1.6844 -1.9652,3.5694 -1.1631,1.8849 -2.8475,3.4891 -1.6844,1.6043 -3.9303,2.6871 -2.2459,1.0828 -5.1736,1.0828 -0.5214,0 -1.1631,-0.08 -0.6417,-0.04 -1.2834,-0.1604 -0.6417,-0.08 -1.2031,-0.2005 -0.5615,-0.1203 -0.9225,-0.2005 l 1.2032,-6.056 q 0.2807,0 0.762,0.04 0.4813,0.04 1.0026,0.08 0.5214,0.04 1.0027,0.04 0.4812,0.04 0.762,0.04 1.524,0 2.7673,-0.8423 1.2833,-0.8422 2.2459,-2.0052 1.0026,-1.1631 1.6844,-2.4064 0.7219,-1.2432 1.1229,-2.0453 l 2.9678,-5.7752 -18.6891,-41.3488 h 8.3018 z" style="fill:#326ce5;fill-opacity:1" id="path5472"/>
<path d="m 2672.6732,3329.6031 h -30.6807 v -6.0961 h 30.6807 z" style="fill:#326ce5;fill-opacity:1" id="path5474"/>
<path d="m 2771.3727,3326.3144 h -24.3039 v 25.7878 h -7.4997 v -58.3935 h 35.8543 v 6.3366 h -28.3546 v 19.9725 h 24.3039 z" style="fill:#326ce5;fill-opacity:1" id="path5476"/>
<path d="m 2789.2999,3308.7081 h 22.1783 v 36.9772 h 14.1572 v 6.4169 h -36.3355 v -6.4169 h 14.7588 v -30.5202 h -14.7588 z m 13.7963,-11.39 q 0,-1.8448 1.0828,-3.0881 1.123,-1.2833 3.3689,-1.2833 2.2058,0 3.3287,1.2833 1.123,1.2433 1.123,3.0881 0,1.8048 -1.123,3.008 -1.1229,1.2031 -3.3287,1.2031 -2.2459,0 -3.3689,-1.2031 -1.0828,-1.2032 -1.0828,-3.008 z" style="fill:#326ce5;fill-opacity:1" id="path5478"/>
<path d="m 2838.5494,3290.5002 h 22.1783 v 55.1851 h 14.1573 v 6.4169 h -36.3356 v -6.4169 h 14.7588 v -48.7281 h -14.7588 z" style="fill:#326ce5;fill-opacity:1" id="path5480"/>
<path d="m 2905.8063,3352.9043 q -4.572,0 -8.4222,-1.5641 -3.81,-1.5641 -6.5371,-4.3715 -2.7272,-2.8074 -4.2512,-6.6575 -1.524,-3.8501 -1.524,-8.382 v -1.6845 q 0,-5.2538 1.6844,-9.3846 1.6844,-4.171 4.4517,-7.0185 2.8074,-2.8876 6.3367,-4.4116 3.5694,-1.524 7.2992,-1.524 4.6923,0 8.1815,1.6443 3.5293,1.6042 5.8554,4.4918 2.3261,2.8475 3.4491,6.7377 1.163,3.8903 1.163,8.4222 v 3.3288 h -31.0015 q 0.1203,2.9678 1.1229,5.5746 1.0428,2.6069 2.8074,4.572 1.8048,1.9251 4.2913,3.0481 2.4865,1.1229 5.4945,1.1229 3.9704,0 7.0585,-1.6042 3.0881,-1.6042 5.1335,-4.2512 l 4.5319,3.5293 q -1.0828,1.6443 -2.7271,3.1683 -1.6043,1.4839 -3.7298,2.647 -2.1256,1.163 -4.8127,1.8448 -2.6871,0.7219 -5.8554,0.7219 z m -0.9625,-38.9023 q -2.2459,0 -4.2512,0.8422 -2.0053,0.8021 -3.6095,2.4064 -1.6042,1.5641 -2.7272,3.8902 -1.0828,2.286 -1.524,5.2939 h 23.3414 v -0.5615 q -0.1203,-2.1657 -0.8422,-4.2912 -0.6818,-2.1256 -2.0454,-3.8101 -1.3636,-1.6844 -3.4491,-2.7271 -2.0453,-1.0428 -4.8928,-1.0428 z" style="fill:#326ce5;fill-opacity:1" id="path5482"/>
<path d="m 2985.1349,3293.7087 h 35.2928 v 6.4569 h -13.9968 v 45.5197 h 13.9968 v 6.4169 h -35.2928 v -6.4169 h 13.676 v -45.5197 h -13.676 z" style="fill:#326ce5;fill-opacity:1" id="path5484"/>
<path d="m 3052.873,3346.8885 q 2.0053,0 3.8903,-0.6417 1.925,-0.6417 3.4089,-1.7646 1.4839,-1.1631 2.3663,-2.6871 0.9224,-1.5641 0.9625,-3.3688 h 7.0184 q -0.04,2.8875 -1.524,5.5345 -1.4438,2.6069 -3.8902,4.6121 -2.4464,1.9652 -5.6148,3.1684 -3.1683,1.163 -6.6174,1.163 -4.9329,0 -8.6226,-1.7646 -3.6897,-1.7647 -6.1763,-4.7325 -2.4464,-3.0079 -3.6897,-6.8981 -1.2433,-3.9303 -1.2433,-8.2617 v -1.6845 q 0,-4.2912 1.2433,-8.2216 1.2433,-3.9303 3.6897,-6.8981 2.4866,-3.0079 6.1763,-4.7726 3.6897,-1.7646 8.6226,-1.7646 3.8502,0 7.0586,1.2433 3.2485,1.2031 5.5747,3.3287 2.3662,2.0855 3.6897,4.9731 1.3234,2.8876 1.3234,6.1762 h -7.0184 q -0.04,-1.9651 -0.8823,-3.6897 -0.8021,-1.7646 -2.2058,-3.0881 -1.4037,-1.3235 -3.3689,-2.0855 -1.9251,-0.762 -4.171,-0.762 -3.449,0 -5.8153,1.4037 -2.3261,1.3636 -3.7699,3.6095 -1.4438,2.2058 -2.0855,4.9731 -0.6015,2.7673 -0.6015,5.5746 v 1.6845 q 0,2.8475 0.6015,5.6548 0.6417,2.7673 2.0454,5.0132 1.4438,2.2058 3.7699,3.6095 2.3663,1.3636 5.8554,1.3636 z" style="fill:#326ce5;fill-opacity:1" id="path5486"/>
<path d="m 3081.5484,3330.0041 q 0,-4.6923 1.3636,-8.7029 1.3636,-4.0506 3.8903,-7.0184 2.5667,-2.9678 6.2163,-4.6523 3.6496,-1.7245 8.2216,-1.7245 4.6122,0 8.2618,1.7245 3.6897,1.6845 6.2163,4.6523 2.5668,2.9678 3.9303,7.0184 1.3636,4.0106 1.3636,8.7029 v 0.8823 q 0,4.6924 -1.3636,8.7029 -1.3635,4.0106 -3.9303,6.9784 -2.5266,2.9678 -6.1762,4.6522 -3.6496,1.6844 -8.2217,1.6844 -4.6121,0 -8.3018,-1.6844 -3.6496,-1.6844 -6.2163,-4.6522 -2.5267,-2.9678 -3.8903,-6.9784 -1.3636,-4.0105 -1.3636,-8.7029 z m 7.4196,0.8823 q 0,3.2085 0.762,6.1362 0.762,2.8876 2.286,5.0934 1.5641,2.2058 3.8902,3.4891 2.3261,1.2834 5.4142,1.2834 3.0481,0 5.3341,-1.2834 2.3261,-1.2833 3.8501,-3.4891 1.5641,-2.2058 2.3261,-5.0934 0.762,-2.9277 0.762,-6.1362 v -0.8823 q 0,-3.1683 -0.8021,-6.0559 -0.762,-2.9277 -2.3261,-5.1335 -1.524,-2.2058 -3.8501,-3.4892 -2.286,-1.3235 -5.3742,-1.3235 -3.0881,0 -5.3741,1.3235 -2.286,1.2834 -3.8501,3.4892 -1.524,2.2058 -2.286,5.1335 -0.762,2.8876 -0.762,6.0559 z" style="fill:#326ce5;fill-opacity:1" id="path5488"/>
<path d="m 3139.5409,3308.7081 0.5214,6.4169 q 2.3662,-3.3689 5.8153,-5.2538 3.4491,-1.9251 7.7003,-1.9652 3.4089,0 6.1762,0.9625 2.8074,0.9626 4.7726,3.0079 1.9651,2.0454 3.0079,5.2137 1.0828,3.1283 1.0828,7.4597 v 27.5524 h -7.4195 v -27.392 q 0,-2.8876 -0.6417,-4.8929 -0.6417,-2.0053 -1.925,-3.2485 -1.2433,-1.2433 -3.0882,-1.8048 -1.8047,-0.5614 -4.1709,-0.5614 -3.7298,0 -6.5773,1.8849 -2.8074,1.8449 -4.4918,4.8929 v 31.1218 h -7.4196 v -43.3941 z" style="fill:#326ce5;fill-opacity:1" id="path5490"/>
<path d="m 3197.0522,3347.2896 q 0,-1.2032 0.3609,-2.2459 0.4011,-1.0428 1.123,-1.8048 0.7219,-0.8021 1.8047,-1.2433 1.0829,-0.4411 2.5267,-0.4411 1.4438,0 2.5266,0.4411 1.123,0.4412 1.8449,1.2433 0.762,0.762 1.1229,1.8048 0.4011,1.0427 0.4011,2.2459 0,1.163 -0.4011,2.2058 -0.3609,1.0026 -1.1229,1.7646 -0.7219,0.762 -1.8449,1.1631 -1.0828,0.4411 -2.5266,0.4411 -1.4438,0 -2.5267,-0.4411 -1.0828,-0.4011 -1.8047,-1.1631 -0.7219,-0.762 -1.123,-1.7646 -0.3609,-1.0428 -0.3609,-2.2058 z m 0,-35.1324 q 0,-1.2032 0.3609,-2.2459 0.4011,-1.0428 1.123,-1.8048 0.7219,-0.8021 1.8047,-1.2432 1.0829,-0.4412 2.5267,-0.4412 1.4438,0 2.5266,0.4412 1.123,0.4411 1.8449,1.2432 0.762,0.762 1.1229,1.8048 0.4011,1.0427 0.4011,2.2459 0,1.163 -0.4011,2.2058 -0.3609,1.0026 -1.1229,1.7646 -0.7219,0.762 -1.8449,1.2032 -1.0828,0.401 -2.5266,0.401 -1.4438,0 -2.5267,-0.401 -1.0828,-0.4412 -1.8047,-1.2032 -0.7219,-0.762 -1.123,-1.7646 -0.3609,-1.0428 -0.3609,-2.2058 z" style="fill:#326ce5;fill-opacity:1" id="path5492"/>
<path d="m 3285.6452,3308.7081 h 21.8975 v 43.6749 q 0,4.1709 -1.163,7.3794 -1.123,3.2084 -3.3288,5.3741 -2.1657,2.2058 -5.334,3.3288 -3.1282,1.163 -7.1388,1.163 -2.286,0 -4.2913,-0.1604 -1.9651,-0.1203 -4.1709,-0.5214 l 0.5214,-6.096 q 0.6817,0.1203 1.7245,0.2005 1.0427,0.1203 2.0855,0.1604 1.0828,0.08 2.0453,0.08 1.0027,0.04 1.5642,0.04 2.0854,0 3.9303,-0.5615 1.8449,-0.5214 3.2084,-1.8048 1.3636,-1.2833 2.1256,-3.4089 0.8021,-2.0855 0.8021,-5.1736 v -37.2179 h -14.478 z m 13.4353,-11.4301 q 0,-1.8047 1.0828,-3.048 1.0829,-1.2833 3.3288,-1.2833 2.2459,0 3.3689,1.2833 1.1229,1.2433 1.1229,3.048 0,1.8048 -1.1229,3.0481 -1.123,1.2031 -3.3689,1.2031 -2.2459,0 -3.3288,-1.2031 -1.0828,-1.2433 -1.0828,-3.0481 z" style="fill:#326ce5;fill-opacity:1" id="path5494"/>
<path d="m 3337.301,3315.1651 q 2.3261,-3.409 5.7351,-5.2939 3.4089,-1.9251 7.6601,-1.9652 3.409,0 6.1763,1.0026 2.8074,0.9626 4.7725,3.048 1.9652,2.0855 3.0079,5.294 1.0829,3.1683 1.0829,7.5398 v 27.3118 h -7.4195 v -27.392 q 0,-5.334 -2.5668,-7.9409 -2.5266,-2.6069 -7.2591,-2.5667 -3.5694,0 -6.4971,1.7646 -2.8876,1.7245 -4.6923,4.6121 v 31.5229 h -7.4195 v -61.602 h 7.4195 z" style="fill:#326ce5;fill-opacity:1" id="path5496"/>
<path d="m 3385.7885,3308.7081 0.5214,6.4169 q 2.3662,-3.3689 5.8153,-5.2538 3.449,-1.9251 7.7002,-1.9652 3.409,0 6.1763,0.9625 2.8073,0.9626 4.7725,3.0079 1.9652,2.0454 3.0079,5.2137 1.0829,3.1283 1.0829,7.4597 v 27.5524 h -7.4195 v -27.392 q 0,-2.8876 -0.6417,-4.8929 -0.6417,-2.0053 -1.9251,-3.2485 -1.2433,-1.2433 -3.0881,-1.8048 -1.8048,-0.5614 -4.171,-0.5614 -3.7298,0 -6.5773,1.8849 -2.8074,1.8449 -4.4918,4.8929 v 31.1218 h -7.4195 v -43.3941 z" style="fill:#326ce5;fill-opacity:1" id="path5498"/>
<path d="m 3456.8153,3307.906 q 1.0427,0 2.1657,0.08 1.1229,0.04 2.1256,0.2005 1.0427,0.1203 1.8849,0.3209 0.8824,0.2005 1.4438,0.4411 l -1.0026,7.2591 q -2.1657,-0.4812 -4.1309,-0.6818 -1.925,-0.2406 -4.0506,-0.2406 -5.2137,0 -8.4623,2.3662 -3.2084,2.3662 -4.7324,6.6174 v 27.8332 h -7.4596 v -43.3941 h 7.0585 l 0.361,6.8981 q 2.6469,-3.5693 6.3366,-5.6147 3.7298,-2.0855 8.4623,-2.0855 z" style="fill:#326ce5;fill-opacity:1" id="path5500"/>
<path d="m 3478.7931,3308.7081 h 22.1784 v 36.9772 h 14.1572 v 6.4169 h -36.3356 v -6.4169 h 14.7589 v -30.5202 h -14.7589 z m 13.7963,-11.39 q 0,-1.8448 1.0829,-3.0881 1.1229,-1.2833 3.3688,-1.2833 2.2058,0 3.3288,1.2833 1.1229,1.2433 1.1229,3.0881 0,1.8048 -1.1229,3.008 -1.123,1.2031 -3.3288,1.2031 -2.2459,0 -3.3688,-1.2031 -1.0829,-1.2032 -1.0829,-3.008 z" style="fill:#326ce5;fill-opacity:1" id="path5502"/>
<path d="m 3556.9587,3332.4906 h 8.1414 v 6.056 h -8.1414 v 13.5556 h -7.4195 v -13.5556 h -26.63 v -4.3715 l 26.1487,-40.4664 h 7.9008 z m -25.8279,0 h 18.4084 v -28.916 l -1.2032,2.2459 z" style="fill:#326ce5;fill-opacity:1" id="path5504"/>
<path d="m 2672.6732,3433.0944 h -30.6807 v -6.096 h 30.6807 z" style="fill:#326ce5;fill-opacity:1" id="path5506"/>
<path d="m 2778.2709,3403.5367 h -18.0475 v 52.0569 h -7.219 v -52.0569 H 2734.957 V 3397.2 h 43.3139 z" style="fill:#326ce5;fill-opacity:1" id="path5508"/>
<path d="m 2816.6518,3455.5936 q -0.4411,-0.8422 -0.7219,-2.0855 -0.2406,-1.2834 -0.3609,-2.647 -1.123,1.123 -2.5267,2.1256 -1.3636,1.0027 -3.048,1.7647 -1.6443,0.762 -3.5293,1.2031 -1.8849,0.4412 -4.0105,0.4412 -3.4491,0 -6.2565,-1.0026 -2.7672,-1.0027 -4.7324,-2.6871 -1.9251,-1.7245 -3.0079,-4.0507 -1.0428,-2.3662 -1.0428,-5.0934 0,-3.5693 1.4037,-6.2564 1.4438,-2.6871 4.0507,-4.4517 2.6068,-1.8048 6.2564,-2.6871 3.6897,-0.8823 8.2216,-0.8823 h 8.1014 v -3.409 q 0,-1.9651 -0.7219,-3.5293 -0.7219,-1.5641 -2.0454,-2.6469 -1.3235,-1.123 -3.2486,-1.7245 -1.8849,-0.6016 -4.2511,-0.6016 -2.2058,0 -3.9705,0.5614 -1.7245,0.5615 -2.9277,1.4839 -1.2032,0.9225 -1.8849,2.2058 -0.6417,1.2433 -0.6417,2.6069 h -7.4596 q 0.04,-2.3662 1.2031,-4.6522 1.2032,-2.286 3.409,-4.0908 2.2459,-1.8448 5.4142,-2.9678 3.2085,-1.1229 7.2591,-1.1229 3.6897,0 6.858,0.9224 3.1684,0.8823 5.4544,2.7272 2.3261,1.8047 3.6496,4.5319 1.3235,2.7271 1.3235,6.3767 v 20.1731 q 0,2.1657 0.401,4.6121 0.4011,2.4063 1.123,4.2111 v 0.6417 z m -13.1145,-5.6549 q 2.1657,0 4.0507,-0.5615 1.8849,-0.5614 3.4089,-1.4839 1.5642,-0.9224 2.6871,-2.0855 1.123,-1.2031 1.7647,-2.4865 v -8.7831 h -6.8982 q -6.4971,0 -10.1066,1.9251 -3.6095,1.925 -3.6095,6.0559 0,1.6042 0.5214,2.9678 0.5615,1.3636 1.6443,2.3662 1.0829,0.9626 2.7272,1.524 1.6443,0.5615 3.81,0.5615 z" style="fill:#326ce5;fill-opacity:1" id="path5510"/>
<path d="m 2836.0228,3433.5356 q 0,-4.8528 1.163,-8.9034 1.2032,-4.0908 3.4491,-7.0185 2.2459,-2.9277 5.4543,-4.572 3.2085,-1.6443 7.2591,-1.6443 4.0106,0 7.0185,1.4438 3.048,1.4036 5.1736,4.0907 l 0.3609,-4.7324 h 6.7378 v 42.4717 q 0,4.2912 -1.3636,7.62 -1.3235,3.3287 -3.7699,5.6549 -2.4064,2.3261 -5.7752,3.5292 -3.3689,1.2032 -7.4596,1.2032 -1.6845,0 -3.8502,-0.401 -2.1657,-0.361 -4.4116,-1.2433 -2.2058,-0.8422 -4.2913,-2.286 -2.0453,-1.4438 -3.5292,-3.5694 l 3.8501,-4.4517 q 1.3636,1.6443 2.8074,2.7673 1.4438,1.163 2.9277,1.8448 1.4839,0.6818 2.9678,0.9625 1.4839,0.3209 2.9678,0.3209 2.6469,0 4.7725,-0.762 2.1256,-0.762 3.6095,-2.2459 1.524,-1.4438 2.3261,-3.6095 0.8022,-2.1657 0.8022,-4.9731 v -3.7298 q -2.1657,2.4865 -5.1335,3.81 -2.9277,1.2834 -6.818,1.2834 -3.9704,0 -7.1789,-1.6844 -3.2084,-1.6845 -5.4543,-4.6523 -2.2058,-2.9678 -3.409,-6.9783 -1.2031,-4.0507 -1.2031,-8.7029 z m 7.4195,0.8422 q 0,3.1683 0.6417,6.0158 0.6818,2.8475 2.0855,5.0132 1.4438,2.1657 3.6496,3.4491 2.2058,1.2432 5.2939,1.2432 1.925,0 3.449,-0.4411 1.5642,-0.4813 2.7673,-1.3235 1.2433,-0.8422 2.2058,-2.0053 0.9626,-1.163 1.6845,-2.5667 v -19.8923 q -0.7219,-1.3636 -1.6845,-2.4866 -0.9625,-1.1229 -2.2058,-1.925 -1.2432,-0.8423 -2.7673,-1.2834 -1.524,-0.4813 -3.3688,-0.4813 -3.1282,0 -5.3741,1.2834 -2.2058,1.2834 -3.6496,3.4892 -1.4037,2.1657 -2.0855,5.0533 -0.6417,2.8474 -0.6417,6.0158 z" style="fill:#326ce5;fill-opacity:1" id="path5512"/>
<path d="m 2935.8854,3397.2 h 35.2928 v 6.457 h -13.9968 v 45.5197 h 13.9968 v 6.4169 h -35.2928 v -6.4169 h 13.676 v -45.5197 h -13.676 z" style="fill:#326ce5;fill-opacity:1" id="path5514"/>
<path d="m 3003.6235,3450.3799 q 2.0053,0 3.8903,-0.6417 1.925,-0.6417 3.4089,-1.7647 1.4839,-1.163 2.3662,-2.687 0.9225,-1.5641 0.9626,-3.3689 h 7.0184 q -0.04,2.8876 -1.524,5.5346 -1.4438,2.6068 -3.8902,4.6121 -2.4464,1.9652 -5.6148,3.1683 -3.1683,1.1631 -6.6174,1.1631 -4.9329,0 -8.6226,-1.7647 -3.6898,-1.7646 -6.1763,-4.7324 -2.4464,-3.0079 -3.6897,-6.8981 -1.2433,-3.9304 -1.2433,-8.2618 v -1.6844 q 0,-4.2913 1.2433,-8.2216 1.2433,-3.9303 3.6897,-6.8982 2.4865,-3.0079 6.1763,-4.7725 3.6897,-1.7646 8.6226,-1.7646 3.8502,0 7.0586,1.2432 3.2485,1.2032 5.5747,3.3288 2.3662,2.0855 3.6897,4.9731 1.3234,2.8875 1.3234,6.1762 h -7.0184 q -0.04,-1.9652 -0.8823,-3.6897 -0.8022,-1.7646 -2.2058,-3.0881 -1.4037,-1.3235 -3.3689,-2.0855 -1.9251,-0.762 -4.171,-0.762 -3.449,0 -5.8153,1.4037 -2.3261,1.3636 -3.7699,3.6095 -1.4438,2.2058 -2.0855,4.973 -0.6015,2.7673 -0.6015,5.5747 v 1.6844 q 0,2.8475 0.6015,5.6549 0.6417,2.7673 2.0454,5.0132 1.4438,2.2058 3.7699,3.6095 2.3663,1.3636 5.8554,1.3636 z" style="fill:#326ce5;fill-opacity:1" id="path5516"/>
<path d="m 3032.2989,3433.4955 q 0,-4.6924 1.3636,-8.7029 1.3636,-4.0507 3.8903,-7.0185 2.5667,-2.9678 6.2163,-4.6522 3.6496,-1.7245 8.2216,-1.7245 4.6121,0 8.2617,1.7245 3.6897,1.6844 6.2164,4.6522 2.5667,2.9678 3.9303,7.0185 1.3636,4.0105 1.3636,8.7029 v 0.8823 q 0,4.6923 -1.3636,8.7029 -1.3636,4.0105 -3.9303,6.9783 -2.5267,2.9678 -6.1762,4.6523 -3.6496,1.6844 -8.2217,1.6844 -4.6121,0 -8.3018,-1.6844 -3.6496,-1.6845 -6.2163,-4.6523 -2.5267,-2.9678 -3.8903,-6.9783 -1.3636,-4.0106 -1.3636,-8.7029 z m 7.4195,0.8823 q 0,3.2084 0.762,6.1361 0.7621,2.8876 2.2861,5.0934 1.5641,2.2058 3.8902,3.4892 2.3261,1.2834 5.4142,1.2834 3.048,0 5.3341,-1.2834 2.3261,-1.2834 3.8501,-3.4892 1.5641,-2.2058 2.3261,-5.0934 0.762,-2.9277 0.762,-6.1361 v -0.8823 q 0,-3.1684 -0.8021,-6.056 -0.762,-2.9277 -2.3261,-5.1335 -1.524,-2.2058 -3.8501,-3.4891 -2.2861,-1.3235 -5.3742,-1.3235 -3.0881,0 -5.3741,1.3235 -2.286,1.2833 -3.8501,3.4891 -1.524,2.2058 -2.2861,5.1335 -0.762,2.8876 -0.762,6.056 z" style="fill:#326ce5;fill-opacity:1" id="path5518"/>
<path d="m 3090.2914,3412.1995 0.5214,6.4168 q 2.3662,-3.3688 5.8153,-5.2538 3.4491,-1.925 7.7003,-1.9651 3.4089,0 6.1762,0.9625 2.8074,0.9625 4.7725,3.0079 1.9652,2.0454 3.008,5.2137 1.0828,3.1282 1.0828,7.4596 v 27.5525 h -7.4195 v -27.3921 q 0,-2.8875 -0.6417,-4.8928 -0.6417,-2.0053 -1.9251,-3.2486 -1.2432,-1.2432 -3.0881,-1.8047 -1.8047,-0.5615 -4.1709,-0.5615 -3.7299,0 -6.5773,1.885 -2.8074,1.8448 -4.4919,4.8928 v 31.1219 h -7.4195 v -43.3941 z" style="fill:#326ce5;fill-opacity:1" id="path5520"/>
<path d="m 3147.8027,3450.7809 q 0,-1.2031 0.3609,-2.2459 0.4011,-1.0427 1.123,-1.8047 0.7219,-0.8021 1.8047,-1.2433 1.0829,-0.4412 2.5267,-0.4412 1.4438,0 2.5266,0.4412 1.123,0.4412 1.8449,1.2433 0.762,0.762 1.1229,1.8047 0.4011,1.0428 0.4011,2.2459 0,1.1631 -0.4011,2.2058 -0.3609,1.0027 -1.1229,1.7647 -0.7219,0.762 -1.8449,1.163 -1.0828,0.4412 -2.5266,0.4412 -1.4438,0 -2.5267,-0.4412 -1.0828,-0.401 -1.8047,-1.163 -0.7219,-0.762 -1.123,-1.7647 -0.3609,-1.0427 -0.3609,-2.2058 z m 0,-35.1324 q 0,-1.2031 0.3609,-2.2459 0.4011,-1.0427 1.123,-1.8047 0.7219,-0.8021 1.8047,-1.2433 1.0829,-0.4411 2.5267,-0.4411 1.4438,0 2.5266,0.4411 1.123,0.4412 1.8449,1.2433 0.762,0.762 1.1229,1.8047 0.4011,1.0428 0.4011,2.2459 0,1.1631 -0.4011,2.2058 -0.3609,1.0027 -1.1229,1.7647 -0.7219,0.762 -1.8449,1.2031 -1.0828,0.4011 -2.5266,0.4011 -1.4438,0 -2.5267,-0.4011 -1.0828,-0.4411 -1.8047,-1.2031 -0.7219,-0.762 -1.123,-1.7647 -0.3609,-1.0427 -0.3609,-2.2058 z" style="fill:#326ce5;fill-opacity:1" id="path5522"/>
<path d="m 3236.3956,3412.1995 h 21.8976 v 43.6748 q 0,4.171 -1.163,7.3794 -1.123,3.2085 -3.3288,5.3742 -2.1657,2.2058 -5.334,3.3287 -3.1282,1.1631 -7.1388,1.1631 -2.286,0 -4.2913,-0.1605 -1.9651,-0.1203 -4.1709,-0.5213 l 0.5213,-6.0961 q 0.6818,0.1204 1.7246,0.2006 1.0427,0.1203 2.0855,0.1604 1.0828,0.08 2.0453,0.08 1.0027,0.04 1.5642,0.04 2.0854,0 3.9303,-0.5615 1.8448,-0.5213 3.2084,-1.8047 1.3636,-1.2834 2.1256,-3.409 0.8021,-2.0855 0.8021,-5.1736 v -37.2179 h -14.4781 z m 13.4354,-11.4301 q 0,-1.8047 1.0828,-3.048 1.0829,-1.2834 3.3288,-1.2834 2.2459,0 3.3688,1.2834 1.123,1.2433 1.123,3.048 0,1.8048 -1.123,3.048 -1.1229,1.2032 -3.3688,1.2032 -2.2459,0 -3.3288,-1.2032 -1.0828,-1.2432 -1.0828,-3.048 z" style="fill:#326ce5;fill-opacity:1" id="path5524"/>
<path d="m 3288.0515,3418.6564 q 2.3261,-3.4089 5.7351,-5.2939 3.4089,-1.925 7.6601,-1.9651 3.409,0 6.1763,1.0026 2.8073,0.9625 4.7725,3.048 1.9652,2.0855 3.0079,5.2939 1.0829,3.1684 1.0829,7.5399 v 27.3118 h -7.4195 v -27.3921 q 0,-5.334 -2.5668,-7.9408 -2.5266,-2.6069 -7.2591,-2.5668 -3.5694,0 -6.4971,1.7647 -2.8876,1.7245 -4.6923,4.6121 v 31.5229 h -7.4195 v -61.602 h 7.4195 z" style="fill:#326ce5;fill-opacity:1" id="path5526"/>
<path d="m 3336.539,3412.1995 0.5214,6.4168 q 2.3662,-3.3688 5.8153,-5.2538 3.449,-1.925 7.7002,-1.9651 3.409,0 6.1763,0.9625 2.8073,0.9625 4.7725,3.0079 1.9652,2.0454 3.0079,5.2137 1.0829,3.1282 1.0829,7.4596 v 27.5525 h -7.4195 v -27.3921 q 0,-2.8875 -0.6417,-4.8928 -0.6417,-2.0053 -1.9251,-3.2486 -1.2433,-1.2432 -3.0881,-1.8047 -1.8048,-0.5615 -4.171,-0.5615 -3.7298,0 -6.5773,1.885 -2.8074,1.8448 -4.4918,4.8928 v 31.1219 h -7.4195 v -43.3941 z" style="fill:#326ce5;fill-opacity:1" id="path5528"/>
<path d="m 3407.5658,3411.3974 q 1.0427,0 2.1657,0.08 1.1229,0.04 2.1256,0.2005 1.0427,0.1203 1.8849,0.3208 0.8823,0.2006 1.4438,0.4412 l -1.0026,7.2591 q -2.1657,-0.4813 -4.1309,-0.6818 -1.925,-0.2406 -4.0506,-0.2406 -5.2137,0 -8.4623,2.3662 -3.2084,2.3662 -4.7324,6.6174 v 27.8332 h -7.4597 v -43.3941 h 7.0586 l 0.361,6.8981 q 2.6469,-3.5694 6.3366,-5.6148 3.7298,-2.0854 8.4623,-2.0854 z" style="fill:#326ce5;fill-opacity:1" id="path5530"/>
<path d="m 3429.5436,3412.1995 h 22.1783 v 36.9772 h 14.1572 v 6.4169 h -36.3355 v -6.4169 h 14.7588 v -30.5203 h -14.7588 z m 13.7963,-11.39 q 0,-1.8448 1.0828,-3.0881 1.123,-1.2834 3.3689,-1.2834 2.2058,0 3.3287,1.2834 1.123,1.2433 1.123,3.0881 0,1.8048 -1.123,3.0079 -1.1229,1.2032 -3.3287,1.2032 -2.2459,0 -3.3689,-1.2032 -1.0828,-1.2031 -1.0828,-3.0079 z" style="fill:#326ce5;fill-opacity:1" id="path5532"/>
<path d="m 3507.7092,3435.982 h 8.1414 v 6.0559 h -8.1414 v 13.5557 h -7.4195 v -13.5557 h -26.6301 v -4.3715 l 26.1488,-40.4664 h 7.9008 z m -25.8279,0 h 18.4084 v -28.916 l -1.2032,2.2459 z" style="fill:#326ce5;fill-opacity:1" id="path5534"/>
<path d="m 2672.6732,3536.5858 h -30.6807 v -6.0961 h 30.6807 z" style="fill:#326ce5;fill-opacity:1" id="path5536"/>
<path d="m 2769.4477,3544.3261 q 0,-2.687 -1.2433,-4.5319 -1.2031,-1.8448 -3.1282,-3.0881 -1.9251,-1.2834 -4.2512,-2.1256 -2.286,-0.8422 -4.4116,-1.524 -3.0881,-1.0026 -6.2966,-2.4063 -3.1683,-1.4037 -5.8152,-3.4491 -2.6069,-2.0454 -4.2913,-4.8127 -1.6444,-2.8073 -1.6444,-6.5773 0,-3.7699 1.6444,-6.7377 1.6844,-2.9678 4.3715,-5.0132 2.687,-2.0453 6.096,-3.0881 3.409,-1.0828 6.858,-1.0828 3.8101,0 7.3393,1.2833 3.5293,1.2433 6.2565,3.5293 2.7272,2.286 4.3715,5.5346 1.6443,3.2485 1.7245,7.2591 h -7.62 q -0.3209,-2.5267 -1.2433,-4.5721 -0.9224,-2.0854 -2.4464,-3.5693 -1.524,-1.4839 -3.6496,-2.2861 -2.0855,-0.8422 -4.7325,-0.8422 -2.1256,0 -4.1709,0.6016 -2.0053,0.6016 -3.6095,1.8048 -1.5641,1.2031 -2.5267,2.9678 -0.9224,1.7646 -0.9224,4.0907 0.04,2.5267 1.2834,4.2913 1.2432,1.7245 3.1282,2.9277 1.9251,1.2032 4.1309,2.0053 2.2459,0.8021 4.211,1.4037 2.1657,0.6818 4.3715,1.5641 2.2058,0.8422 4.2512,1.9652 2.0454,1.1229 3.81,2.5266 1.7647,1.4037 3.0882,3.2084 1.3234,1.7647 2.0453,3.9304 0.762,2.1256 0.762,4.7324 0,3.9304 -1.7646,6.8581 -1.7245,2.9277 -4.4918,4.8928 -2.7673,1.9251 -6.2565,2.9277 -3.4891,0.9626 -6.9783,0.9626 -3.8902,0 -7.6201,-1.2032 -3.7298,-1.2032 -6.6976,-3.4491 -2.9277,-2.286 -4.7725,-5.5345 -1.8449,-3.2887 -1.9652,-7.4597 h 7.5799 q 0.361,2.7272 1.4839,4.8528 1.123,2.0855 2.8876,3.5694 1.7647,1.4438 4.0507,2.2058 2.3261,0.7219 5.0533,0.7219 2.1657,0 4.2512,-0.5214 2.1256,-0.5615 3.7699,-1.6844 1.6443,-1.1631 2.687,-2.8876 1.0428,-1.7646 1.0428,-4.171 z" style="fill:#326ce5;fill-opacity:1" id="path5538"/>
<path d="m 2816.2909,3553.1092 q -2.1657,3.2085 -5.4143,5.0132 -3.2485,1.7647 -7.4997,1.7647 -3.409,0 -6.1762,-1.0428 -2.7673,-1.0828 -4.7325,-3.3287 -1.9651,-2.246 -3.048,-5.695 -1.0427,-3.4892 -1.0427,-8.342 v -25.7878 h 7.4195 v 25.8681 q 0,3.5292 0.5615,5.8554 0.5614,2.3261 1.6844,3.7298 1.1229,1.3635 2.7272,1.925 1.6443,0.5615 3.7699,0.5615 4.5319,0 7.2992,-1.8449 2.8073,-1.8448 4.1709,-4.973 v -31.1219 h 7.4596 v 43.3941 h -6.7377 z" style="fill:#326ce5;fill-opacity:1" id="path5540"/>
<path d="m 2836.0228,3537.0269 q 0,-4.8527 1.163,-8.9034 1.2032,-4.0907 3.4491,-7.0184 2.2459,-2.9277 5.4543,-4.5721 3.2085,-1.6443 7.2591,-1.6443 4.0106,0 7.0185,1.4438 3.048,1.4037 5.1736,4.0908 l 0.3609,-4.7325 h 6.7378 v 42.4717 q 0,4.2913 -1.3636,7.6201 -1.3235,3.3287 -3.7699,5.6548 -2.4064,2.3261 -5.7752,3.5293 -3.3689,1.2032 -7.4596,1.2032 -1.6845,0 -3.8502,-0.4011 -2.1657,-0.3609 -4.4116,-1.2433 -2.2058,-0.8422 -4.2913,-2.286 -2.0453,-1.4438 -3.5292,-3.5694 l 3.8501,-4.4517 q 1.3636,1.6444 2.8074,2.7673 1.4438,1.1631 2.9277,1.8449 1.4839,0.6818 2.9678,0.9625 1.4839,0.3208 2.9678,0.3208 2.6469,0 4.7725,-0.762 2.1256,-0.762 3.6095,-2.2459 1.524,-1.4438 2.3261,-3.6095 0.8022,-2.1657 0.8022,-4.973 v -3.7298 q -2.1657,2.4865 -5.1335,3.81 -2.9277,1.2834 -6.818,1.2834 -3.9704,0 -7.1789,-1.6845 -3.2084,-1.6844 -5.4543,-4.6522 -2.2058,-2.9678 -3.409,-6.9784 -1.2031,-4.0506 -1.2031,-8.7029 z m 7.4195,0.8422 q 0,3.1684 0.6417,6.0159 0.6818,2.8475 2.0855,5.0132 1.4438,2.1656 3.6496,3.449 2.2058,1.2433 5.2939,1.2433 1.925,0 3.449,-0.4412 1.5642,-0.4812 2.7673,-1.3234 1.2433,-0.8423 2.2058,-2.0053 0.9626,-1.1631 1.6845,-2.5668 v -19.8923 q -0.7219,-1.3636 -1.6845,-2.4865 -0.9625,-1.123 -2.2058,-1.9251 -1.2432,-0.8422 -2.7673,-1.2834 -1.524,-0.4812 -3.3688,-0.4812 -3.1282,0 -5.3741,1.2833 -2.2058,1.2834 -3.6496,3.4892 -1.4037,2.1657 -2.0855,5.0533 -0.6417,2.8475 -0.6417,6.0158 z" style="fill:#326ce5;fill-opacity:1" id="path5542"/>
<path d="m 2915.1509,3559.0849 q -0.4412,-0.8422 -0.7219,-2.0854 -0.2407,-1.2834 -0.361,-2.647 -1.1229,1.123 -2.5266,2.1256 -1.3636,1.0026 -3.048,1.7646 -1.6444,0.762 -3.5293,1.2032 -1.885,0.4412 -4.0106,0.4412 -3.449,0 -6.2564,-1.0027 -2.7673,-1.0026 -4.7325,-2.6871 -1.925,-1.7245 -3.0079,-4.0506 -1.0427,-2.3662 -1.0427,-5.0934 0,-3.5694 1.4037,-6.2565 1.4438,-2.687 4.0506,-4.4517 2.6069,-1.8047 6.2565,-2.687 3.6897,-0.8823 8.2216,-0.8823 h 8.1013 v -3.409 q 0,-1.9652 -0.7219,-3.5293 -0.7219,-1.5641 -2.0454,-2.647 -1.3234,-1.1229 -3.2485,-1.7245 -1.885,-0.6016 -4.2512,-0.6016 -2.2058,0 -3.9704,0.5615 -1.7246,0.5615 -2.9277,1.4839 -1.2032,0.9224 -1.885,2.2058 -0.6417,1.2433 -0.6417,2.6069 h -7.4596 q 0.04,-2.3663 1.2032,-4.6523 1.2031,-2.286 3.4089,-4.0907 2.2459,-1.8449 5.4143,-2.9678 3.2084,-1.123 7.2591,-1.123 3.6897,0 6.858,0.9224 3.1683,0.8824 5.4543,2.7272 2.3262,1.8048 3.6496,4.5319 1.3235,2.7272 1.3235,6.3768 v 20.1731 q 0,2.1656 0.4011,4.6121 0.401,2.4063 1.1229,4.2111 v 0.6416 z m -13.1145,-5.6548 q 2.1657,0 4.0506,-0.5615 1.885,-0.5615 3.409,-1.4839 1.5641,-0.9224 2.6871,-2.0855 1.1229,-1.2032 1.7646,-2.4865 v -8.7831 h -6.8981 q -6.4971,0 -10.1066,1.925 -3.6095,1.9251 -3.6095,6.056 0,1.6042 0.5214,2.9678 0.5614,1.3636 1.6443,2.3662 1.0828,0.9625 2.7272,1.524 1.6443,0.5615 3.81,0.5615 z" style="fill:#326ce5;fill-opacity:1" id="path5544"/>
<path d="m 2964.3202,3514.8887 q 1.0427,0 2.1657,0.08 1.1229,0.04 2.1256,0.2006 1.0427,0.1203 1.8849,0.3208 0.8823,0.2005 1.4438,0.4412 l -1.0026,7.259 q -2.1657,-0.4812 -4.1309,-0.6817 -1.9251,-0.2407 -4.0506,-0.2407 -5.2138,0 -8.4623,2.3662 -3.2084,2.3663 -4.7324,6.6174 v 27.8332 h -7.4597 v -43.3941 h 7.0586 l 0.361,6.8982 q 2.6469,-3.5694 6.3366,-5.6148 3.7298,-2.0855 8.4623,-2.0855 z" style="fill:#326ce5;fill-opacity:1" id="path5546"/>
<path d="m 3017.5802,3536.5858 h -30.6807 v -6.0961 h 30.6807 z" style="fill:#326ce5;fill-opacity:1" id="path5548"/>
<path d="m 3053.0335,3553.8712 q 2.0052,0 3.8902,-0.6417 1.9251,-0.6416 3.409,-1.7646 1.4839,-1.1631 2.3662,-2.6871 0.9224,-1.5641 0.9625,-3.3688 h 7.0185 q -0.04,2.8876 -1.524,5.5345 -1.4438,2.6069 -3.8903,4.6122 -2.4464,1.9651 -5.6147,3.1683 -3.1684,1.1631 -6.6174,1.1631 -4.933,0 -8.6227,-1.7647 -3.6897,-1.7646 -6.1762,-4.7324 -2.4465,-3.0079 -3.6898,-6.8982 -1.2432,-3.9303 -1.2432,-8.2617 v -1.6844 q 0,-4.2913 1.2432,-8.2217 1.2433,-3.9303 3.6898,-6.8981 2.4865,-3.0079 6.1762,-4.7725 3.6897,-1.7647 8.6227,-1.7647 3.8501,0 7.0585,1.2433 3.2486,1.2031 5.5747,3.3287 2.3662,2.0855 3.6897,4.9731 1.3235,2.8876 1.3235,6.1763 h -7.0185 q -0.04,-1.9652 -0.8823,-3.6897 -0.8021,-1.7647 -2.2058,-3.0882 -1.4037,-1.3234 -3.3689,-2.0854 -1.925,-0.7621 -4.1709,-0.7621 -3.4491,0 -5.8153,1.4037 -2.3261,1.3636 -3.7699,3.6095 -1.4438,2.2058 -2.0855,4.9731 -0.6016,2.7673 -0.6016,5.5747 v 1.6844 q 0,2.8475 0.6016,5.6549 0.6417,2.7672 2.0454,5.0132 1.4438,2.2058 3.7699,3.6094 2.3662,1.3636 5.8554,1.3636 z" style="fill:#326ce5;fill-opacity:1" id="path5550"/>
<path d="m 3111.9484,3553.1092 q -2.1657,3.2085 -5.4142,5.0132 -3.2486,1.7647 -7.4998,1.7647 -3.4089,0 -6.1762,-1.0428 -2.7673,-1.0828 -4.7324,-3.3287 -1.9652,-2.246 -3.0481,-5.695 -1.0427,-3.4892 -1.0427,-8.342 v -25.7878 h 7.4195 v 25.8681 q 0,3.5292 0.5615,5.8554 0.5615,2.3261 1.6844,3.7298 1.123,1.3635 2.7272,1.925 1.6443,0.5615 3.7699,0.5615 4.5319,0 7.2992,-1.8449 2.8074,-1.8448 4.171,-4.973 v -31.1219 h 7.4596 v 43.3941 h -6.7377 z" style="fill:#326ce5;fill-opacity:1" id="path5552"/>
<path d="m 3169.8206,3537.8691 q 0,4.6523 -1.123,8.7029 -1.1229,4.0106 -3.2886,6.9784 -2.1657,2.9678 -5.3742,4.6522 -3.1683,1.6845 -7.2992,1.6845 -4.1709,0 -7.2591,-1.484 -3.048,-1.4839 -5.2137,-4.2511 l -0.3609,4.9329 h -6.818 v -61.602 h 7.4196 v 22.8602 q 2.1255,-2.647 5.1335,-4.0507 3.0079,-1.4037 7.0184,-1.4037 4.171,0 7.3794,1.6443 3.2085,1.6444 5.3742,4.5721 2.1657,2.9277 3.2886,7.0184 1.123,4.0507 1.123,8.9034 z m -7.4196,-0.8422 q 0,-3.1683 -0.6416,-6.0158 -0.6016,-2.8876 -1.9652,-5.0533 -1.3636,-2.2058 -3.5694,-3.4892 -2.2058,-1.2833 -5.4142,-1.2833 -1.9251,0 -3.5293,0.5213 -1.6042,0.4813 -2.8876,1.4037 -1.2433,0.8824 -2.2459,2.1256 -0.9625,1.2032 -1.6443,2.647 v 18.9699 q 0.7219,1.4438 1.6844,2.687 1.0026,1.2032 2.286,2.1256 1.2834,0.9225 2.8876,1.4438 1.6042,0.4813 3.5293,0.4813 3.048,0 5.2137,-1.2433 2.2058,-1.2834 3.5694,-3.449 1.4037,-2.1657 2.0454,-5.0132 0.6817,-2.8475 0.6817,-6.0159 z" style="fill:#326ce5;fill-opacity:1" id="path5554"/>
<path d="m 3201.4638,3559.8871 q -4.572,0 -8.4221,-1.5642 -3.81,-1.5641 -6.5372,-4.3715 -2.7272,-2.8073 -4.2512,-6.6575 -1.524,-3.8501 -1.524,-8.382 v -1.6844 q 0,-5.2539 1.6844,-9.3847 1.6845,-4.171 4.4517,-7.0185 2.8074,-2.8876 6.3367,-4.4116 3.5694,-1.524 7.2992,-1.524 4.6923,0 8.1815,1.6443 3.5293,1.6043 5.8554,4.4919 2.3261,2.8474 3.4491,6.7377 1.163,3.8902 1.163,8.4221 v 3.3288 h -31.0015 q 0.1203,2.9678 1.123,5.5746 1.0427,2.6069 2.8073,4.5721 1.8048,1.925 4.2913,3.048 2.4866,1.1229 5.4945,1.1229 3.9704,0 7.0585,-1.6042 3.0882,-1.6042 5.1335,-4.2512 l 4.532,3.5293 q -1.0829,1.6443 -2.7272,3.1683 -1.6042,1.4839 -3.7298,2.647 -2.1256,1.1631 -4.8127,1.8449 -2.687,0.7219 -5.8554,0.7219 z m -0.9625,-38.9024 q -2.2459,0 -4.2512,0.8423 -2.0053,0.8021 -3.6095,2.4063 -1.6042,1.5641 -2.7271,3.8902 -1.0829,2.286 -1.5241,5.2939 h 23.3414 v -0.5614 q -0.1203,-2.1657 -0.8422,-4.2913 -0.6818,-2.1256 -2.0454,-3.81 -1.3635,-1.6845 -3.449,-2.7272 -2.0454,-1.0428 -4.8929,-1.0428 z" style="fill:#326ce5;fill-opacity:1" id="path5556"/>
<path d="m 3263.9883,3536.5858 h -30.6807 v -6.0961 h 30.6807 z" style="fill:#326ce5;fill-opacity:1" id="path5558"/>
<path d="m 3289.6156,3526.3188 h 5.2939 q 2.8074,0 4.933,-0.762 2.1657,-0.762 3.6095,-2.0855 1.4839,-1.3235 2.2459,-3.1683 0.762,-1.8449 0.762,-4.0507 0,-5.0934 -2.6068,-7.6601 -2.6069,-2.6069 -7.6201,-2.6069 -2.3662,0 -4.3314,0.7219 -1.925,0.6818 -3.3287,2.0053 -1.3636,1.3235 -2.1256,3.1683 -0.762,1.8449 -0.762,4.1309 h -7.4596 q 0,-3.3288 1.2833,-6.2565 1.3235,-2.9678 3.6897,-5.1335 2.3663,-2.2058 5.6549,-3.4491 3.3288,-1.2833 7.3794,-1.2833 3.9304,0 7.1789,1.0828 3.2485,1.0428 5.5747,3.1282 2.3261,2.0855 3.6095,5.1736 1.2833,3.0882 1.2833,7.1388 0,1.6845 -0.5213,3.4892 -0.5214,1.8047 -1.6043,3.5293 -1.0828,1.6844 -2.8073,3.2084 -1.6845,1.4839 -4.0507,2.4866 2.8475,0.9224 4.7324,2.4063 1.9251,1.4839 3.0481,3.3287 1.163,1.8449 1.6042,3.8903 0.4812,2.0453 0.4812,4.0506 0,4.0908 -1.4036,7.2591 -1.4037,3.1683 -3.8903,5.3741 -2.4865,2.1657 -5.8955,3.3288 -3.3688,1.123 -7.2992,1.123 -3.8501,0 -7.2591,-1.0829 -3.3688,-1.0828 -5.8554,-3.1683 -2.4865,-2.0855 -3.9704,-5.0934 -1.4438,-3.0079 -1.4438,-6.8581 h 7.4195 q 0,2.2861 0.762,4.171 0.8021,1.885 2.2459,3.2084 1.4438,1.3235 3.4892,2.0454 2.0855,0.7219 4.6121,0.7219 2.5267,0 4.5721,-0.6417 2.0453,-0.6818 3.4891,-2.0453 1.4438,-1.3636 2.2058,-3.3689 0.8021,-2.0454 0.8021,-4.8127 0,-2.7271 -0.9224,-4.6923 -0.8823,-2.0053 -2.5266,-3.3288 -1.6043,-1.3234 -3.9304,-1.9651 -2.286,-0.6417 -5.0533,-0.6417 h -5.2939 z" style="fill:#326ce5;fill-opacity:1" id="path5560"/>
<path d="m 3360.2815,3539.4734 h 8.1414 v 6.0559 h -8.1414 v 13.5556 h -7.4196 v -13.5556 h -26.63 v -4.3715 l 26.1488,-40.4664 h 7.9008 z m -25.828,0 h 18.4084 v -28.9161 l -1.2031,2.2459 z" style="fill:#326ce5;fill-opacity:1" id="path5562"/>
<path d="m 3388.1146,3526.3188 h 5.294 q 2.8073,0 4.9329,-0.762 2.1657,-0.762 3.6095,-2.0855 1.4839,-1.3235 2.2459,-3.1683 0.762,-1.8449 0.762,-4.0507 0,-5.0934 -2.6068,-7.6601 -2.6069,-2.6069 -7.6201,-2.6069 -2.3662,0 -4.3313,0.7219 -1.9251,0.6818 -3.3288,2.0053 -1.3636,1.3235 -2.1256,3.1683 -0.762,1.8449 -0.762,4.1309 h -7.4596 q 0,-3.3288 1.2834,-6.2565 1.3234,-2.9678 3.6897,-5.1335 2.3662,-2.2058 5.6548,-3.4491 3.3288,-1.2833 7.3794,-1.2833 3.9304,0 7.1789,1.0828 3.2486,1.0428 5.5747,3.1282 2.3261,2.0855 3.6095,5.1736 1.2834,3.0882 1.2834,7.1388 0,1.6845 -0.5214,3.4892 -0.5214,1.8047 -1.6042,3.5293 -1.0829,1.6844 -2.8074,3.2084 -1.6844,1.4839 -4.0507,2.4866 2.8475,0.9224 4.7325,2.4063 1.925,1.4839 3.048,3.3287 1.163,1.8449 1.6042,3.8903 0.4813,2.0453 0.4813,4.0506 0,4.0908 -1.4037,7.2591 -1.4037,3.1683 -3.8902,5.3741 -2.4866,2.1657 -5.8956,3.3288 -3.3688,1.123 -7.2991,1.123 -3.8502,0 -7.2591,-1.0829 -3.3689,-1.0828 -5.8554,-3.1683 -2.4866,-2.0855 -3.9705,-5.0934 -1.4438,-3.0079 -1.4438,-6.8581 h 7.4195 q 0,2.2861 0.762,4.171 0.8022,1.885 2.2459,3.2084 1.4438,1.3235 3.4892,2.0454 2.0855,0.7219 4.6122,0.7219 2.5266,0 4.572,-0.6417 2.0454,-0.6818 3.4892,-2.0453 1.4437,-1.3636 2.2058,-3.3689 0.8021,-2.0454 0.8021,-4.8127 0,-2.7271 -0.9225,-4.6923 -0.8823,-2.0053 -2.5266,-3.3288 -1.6042,-1.3234 -3.9303,-1.9651 -2.2861,-0.6417 -5.0533,-0.6417 h -5.294 z" style="fill:#326ce5;fill-opacity:1" id="path5564"/>
<path d="m 3458.7805,3539.4734 h 8.1414 v 6.0559 h -8.1414 v 13.5556 h -7.4195 v -13.5556 h -26.6301 v -4.3715 l 26.1488,-40.4664 h 7.9008 z m -25.8279,0 h 18.4084 v -28.9161 l -1.2032,2.2459 z" style="fill:#326ce5;fill-opacity:1" id="path5566"/>
<path d="m 3480.5978,3529.8079 2.9277,-29.1165 h 29.9588 v 7.219 h -23.7023 l -1.6443,15.5609 q 1.7245,-1.0027 4.1308,-1.7647 2.4064,-0.762 5.5747,-0.762 4.0507,0 7.2591,1.4037 3.2084,1.4037 5.4543,3.9705 2.2459,2.5266 3.4491,6.1361 1.2032,3.6095 1.2032,8.0211 0,4.171 -1.123,7.7404 -1.1229,3.5693 -3.409,6.1762 -2.2459,2.5668 -5.6949,4.0507 -3.4491,1.4438 -8.1013,1.4438 -3.5694,0 -6.7378,-1.0027 -3.1683,-1.0026 -5.6548,-3.0079 -2.4465,-2.0053 -4.0507,-5.0533 -1.5641,-3.048 -1.9651,-7.0987 h 7.0585 q 0.6818,4.9731 3.6496,7.5399 3.0079,2.5667 7.7003,2.5667 2.6469,0 4.6923,-0.9224 2.0454,-0.9625 3.409,-2.6871 1.4037,-1.7646 2.0855,-4.211 0.7219,-2.4465 0.7219,-5.4544 0,-2.7272 -0.8022,-5.0934 -0.762,-2.3662 -2.2459,-4.0907 -1.4839,-1.7647 -3.6496,-2.7673 -2.1657,-1.0027 -4.973,-1.0027 -1.8449,0 -3.2085,0.2808 -1.3235,0.2406 -2.4063,0.7219 -1.0828,0.4813 -2.0454,1.163 -0.9224,0.6818 -1.925,1.5642 z" style="fill:#326ce5;fill-opacity:1" id="path5568"/>
<path d="m 3535.8632,3526.3188 h 5.2939 q 2.8074,0 4.933,-0.762 2.1657,-0.762 3.6095,-2.0855 1.4839,-1.3235 2.2459,-3.1683 0.762,-1.8449 0.762,-4.0507 0,-5.0934 -2.6069,-7.6601 -2.6068,-2.6069 -7.62,-2.6069 -2.3662,0 -4.3314,0.7219 -1.9251,0.6818 -3.3288,2.0053 -1.3635,1.3235 -2.1256,3.1683 -0.762,1.8449 -0.762,4.1309 h -7.4596 q 0,-3.3288 1.2834,-6.2565 1.3235,-2.9678 3.6897,-5.1335 2.3662,-2.2058 5.6549,-3.4491 3.3287,-1.2833 7.3794,-1.2833 3.9303,0 7.1789,1.0828 3.2485,1.0428 5.5746,3.1282 2.3261,2.0855 3.6095,5.1736 1.2834,3.0882 1.2834,7.1388 0,1.6845 -0.5214,3.4892 -0.5214,1.8047 -1.6042,3.5293 -1.0828,1.6844 -2.8074,3.2084 -1.6844,1.4839 -4.0506,2.4866 2.8475,0.9224 4.7324,2.4063 1.9251,1.4839 3.048,3.3287 1.1631,1.8449 1.6042,3.8903 0.4813,2.0453 0.4813,4.0506 0,4.0908 -1.4037,7.2591 -1.4037,3.1683 -3.8902,5.3741 -2.4866,2.1657 -5.8955,3.3288 -3.3689,1.123 -7.2992,1.123 -3.8501,0 -7.2591,-1.0829 -3.3689,-1.0828 -5.8554,-3.1683 -2.4865,-2.0855 -3.9704,-5.0934 -1.4438,-3.0079 -1.4438,-6.8581 h 7.4195 q 0,2.2861 0.762,4.171 0.8021,1.885 2.2459,3.2084 1.4438,1.3235 3.4892,2.0454 2.0854,0.7219 4.6121,0.7219 2.5266,0 4.572,-0.6417 2.0454,-0.6818 3.4892,-2.0453 1.4438,-1.3636 2.2058,-3.3689 0.8021,-2.0454 0.8021,-4.8127 0,-2.7271 -0.9224,-4.6923 -0.8823,-2.0053 -2.5267,-3.3288 -1.6042,-1.3234 -3.9303,-1.9651 -2.286,-0.6417 -5.0533,-0.6417 h -5.2939 z" style="fill:#326ce5;fill-opacity:1" id="path5570"/>
<path d="m 3606.529,3539.4734 h 8.1414 v 6.0559 h -8.1414 v 13.5556 h -7.4195 v -13.5556 h -26.63 v -4.3715 l 26.1487,-40.4664 h 7.9008 z m -25.8279,0 h 18.4084 v -28.9161 l -1.2032,2.2459 z" style="fill:#326ce5;fill-opacity:1" id="path5572"/>
<path d="m 3628.3464,3529.8079 2.9277,-29.1165 h 29.9588 v 7.219 h -23.7024 l -1.6443,15.5609 q 1.7245,-1.0027 4.1309,-1.7647 2.4063,-0.762 5.5746,-0.762 4.0507,0 7.2591,1.4037 3.2085,1.4037 5.4544,3.9705 2.2459,2.5266 3.449,6.1361 1.2032,3.6095 1.2032,8.0211 0,4.171 -1.123,7.7404 -1.1229,3.5693 -3.4089,6.1762 -2.2459,2.5668 -5.695,4.0507 -3.4491,1.4438 -8.1013,1.4438 -3.5694,0 -6.7377,-1.0027 -3.1683,-1.0026 -5.6549,-3.0079 -2.4464,-2.0053 -4.0506,-5.0533 -1.5642,-3.048 -1.9652,-7.0987 h 7.0586 q 0.6817,4.9731 3.6496,7.5399 3.0079,2.5667 7.7002,2.5667 2.647,0 4.6923,-0.9224 2.0454,-0.9625 3.409,-2.6871 1.4037,-1.7646 2.0855,-4.211 0.7219,-2.4465 0.7219,-5.4544 0,-2.7272 -0.8021,-5.0934 -0.762,-2.3662 -2.2459,-4.0907 -1.4839,-1.7647 -3.6496,-2.7673 -2.1657,-1.0027 -4.9731,-1.0027 -1.8449,0 -3.2084,0.2808 -1.3235,0.2406 -2.4064,0.7219 -1.0828,0.4813 -2.0453,1.163 -0.9225,0.6818 -1.9251,1.5642 z" style="fill:#326ce5;fill-opacity:1" id="path5574"/>
<path d="m 3689.8682,3554.2723 q 0,-1.2032 0.3609,-2.2459 0.4011,-1.0428 1.123,-1.8048 0.7219,-0.8021 1.8047,-1.2432 1.0829,-0.4412 2.5267,-0.4412 1.4438,0 2.5266,0.4412 1.123,0.4411 1.8449,1.2432 0.762,0.762 1.1229,1.8048 0.4011,1.0427 0.4011,2.2459 0,1.163 -0.4011,2.2058 -0.3609,1.0026 -1.1229,1.7646 -0.7219,0.762 -1.8449,1.1631 -1.0828,0.4411 -2.5266,0.4411 -1.4438,0 -2.5267,-0.4411 -1.0828,-0.4011 -1.8047,-1.1631 -0.7219,-0.762 -1.123,-1.7646 -0.3609,-1.0428 -0.3609,-2.2058 z m 0,-35.1324 q 0,-1.2032 0.3609,-2.2459 0.4011,-1.0428 1.123,-1.8048 0.7219,-0.8021 1.8047,-1.2432 1.0829,-0.4412 2.5267,-0.4412 1.4438,0 2.5266,0.4412 1.123,0.4411 1.8449,1.2432 0.762,0.762 1.1229,1.8048 0.4011,1.0427 0.4011,2.2459 0,1.1631 -0.4011,2.2058 -0.3609,1.0026 -1.1229,1.7646 -0.7219,0.762 -1.8449,1.2032 -1.0828,0.4011 -2.5266,0.4011 -1.4438,0 -2.5267,-0.4011 -1.0828,-0.4412 -1.8047,-1.2032 -0.7219,-0.762 -1.123,-1.7646 -0.3609,-1.0427 -0.3609,-2.2058 z" style="fill:#326ce5;fill-opacity:1" id="path5576"/>
<path d="m 3778.4611,3515.6908 h 21.8976 v 43.6749 q 0,4.1709 -1.163,7.3794 -1.123,3.2084 -3.3288,5.3741 -2.1657,2.2058 -5.334,3.3288 -3.1282,1.163 -7.1388,1.163 -2.286,0 -4.2913,-0.1604 -1.9651,-0.1203 -4.1709,-0.5214 l 0.5213,-6.096 q 0.6818,0.1203 1.7246,0.2005 1.0427,0.1204 2.0854,0.1605 1.0829,0.08 2.0454,0.08 1.0027,0.04 1.5641,0.04 2.0855,0 3.9304,-0.5615 1.8448,-0.5214 3.2084,-1.8047 1.3636,-1.2834 2.1256,-3.409 0.8021,-2.0855 0.8021,-5.1736 v -37.2179 h -14.4781 z m 13.4354,-11.43 q 0,-1.8048 1.0828,-3.0481 1.0829,-1.2833 3.3288,-1.2833 2.2459,0 3.3688,1.2833 1.123,1.2433 1.123,3.0481 0,1.8047 -1.123,3.048 -1.1229,1.2031 -3.3688,1.2031 -2.2459,0 -3.3288,-1.2031 -1.0828,-1.2433 -1.0828,-3.048 z" style="fill:#326ce5;fill-opacity:1" id="path5578"/>
<path d="m 3830.117,3522.1478 q 2.3261,-3.409 5.7351,-5.2939 3.4089,-1.9251 7.6601,-1.9652 3.409,0 6.1762,1.0027 2.8074,0.9625 4.7726,3.048 1.9652,2.0855 3.0079,5.2939 1.0829,3.1683 1.0829,7.5398 v 27.3118 h -7.4196 v -27.392 q 0,-5.334 -2.5667,-7.9409 -2.5266,-2.6068 -7.2591,-2.5667 -3.5694,0 -6.4971,1.7646 -2.8876,1.7245 -4.6923,4.6121 v 31.5229 h -7.4195 v -61.602 h 7.4195 z" style="fill:#326ce5;fill-opacity:1" id="path5580"/>
<path d="m 3878.6045,3515.6908 0.5214,6.4169 q 2.3662,-3.3689 5.8153,-5.2538 3.449,-1.9251 7.7002,-1.9652 3.409,0 6.1762,0.9625 2.8074,0.9626 4.7726,3.008 1.9652,2.0453 3.0079,5.2137 1.0829,3.1282 1.0829,7.4596 v 27.5524 h -7.4196 v -27.392 q 0,-2.8876 -0.6416,-4.8929 -0.6417,-2.0052 -1.9251,-3.2485 -1.2433,-1.2433 -3.0881,-1.8047 -1.8048,-0.5615 -4.171,-0.5615 -3.7298,0 -6.5773,1.8849 -2.8074,1.8449 -4.4918,4.8929 v 31.1218 h -7.4195 v -43.3941 z" style="fill:#326ce5;fill-opacity:1" id="path5582"/>
<path d="m 3949.6313,3514.8887 q 1.0427,0 2.1657,0.08 1.1229,0.04 2.1256,0.2006 1.0427,0.1203 1.8849,0.3208 0.8823,0.2005 1.4438,0.4412 l -1.0026,7.259 q -2.1657,-0.4812 -4.1309,-0.6817 -1.9251,-0.2407 -4.0506,-0.2407 -5.2138,0 -8.4623,2.3662 -3.2084,2.3663 -4.7324,6.6174 v 27.8332 h -7.4597 v -43.3941 h 7.0586 l 0.361,6.8982 q 2.6469,-3.5694 6.3366,-5.6148 3.7298,-2.0855 8.4623,-2.0855 z" style="fill:#326ce5;fill-opacity:1" id="path5584"/>
<path d="m 3971.6091,3515.6908 h 22.1783 v 36.9773 h 14.1572 v 6.4168 h -36.3355 v -6.4168 h 14.7588 v -30.5203 h -14.7588 z m 13.7962,-11.3899 q 0,-1.8449 1.0829,-3.0882 1.1229,-1.2833 3.3689,-1.2833 2.2058,0 3.3287,1.2833 1.123,1.2433 1.123,3.0882 0,1.8047 -1.123,3.0079 -1.1229,1.2031 -3.3287,1.2031 -2.246,0 -3.3689,-1.2031 -1.0829,-1.2032 -1.0829,-3.0079 z" style="fill:#326ce5;fill-opacity:1" id="path5586"/>
<path d="m 4049.7746,3539.4734 h 8.1414 v 6.0559 h -8.1414 v 13.5556 h -7.4195 v -13.5556 h -26.63 v -4.3715 l 26.1487,-40.4664 h 7.9008 z m -25.8279,0 h 18.4084 v -28.9161 l -1.2032,2.2459 z" style="fill:#326ce5;fill-opacity:1" id="path5588"/>
<path d="m 2672.6732,3640.0771 h -30.6807 v -6.096 h 30.6807 z" style="fill:#326ce5;fill-opacity:1" id="path5590"/>
<path d="m 2769.4477,3647.8175 q 0,-2.6871 -1.2433,-4.5319 -1.2031,-1.8449 -3.1282,-3.0881 -1.9251,-1.2834 -4.2512,-2.1256 -2.286,-0.8423 -4.4116,-1.524 -3.0881,-1.0027 -6.2966,-2.4064 -3.1683,-1.4037 -5.8152,-3.449 -2.6069,-2.0454 -4.2913,-4.8127 -1.6444,-2.8074 -1.6444,-6.5773 0,-3.7699 1.6444,-6.7377 1.6844,-2.9678 4.3715,-5.0132 2.687,-2.0454 6.096,-3.0881 3.409,-1.0829 6.858,-1.0829 3.8101,0 7.3393,1.2834 3.5293,1.2433 6.2565,3.5293 2.7272,2.286 4.3715,5.5345 1.6443,3.2486 1.7245,7.2591 h -7.62 q -0.3209,-2.5266 -1.2433,-4.572 -0.9224,-2.0855 -2.4464,-3.5694 -1.524,-1.4839 -3.6496,-2.286 -2.0855,-0.8422 -4.7325,-0.8422 -2.1256,0 -4.1709,0.6016 -2.0053,0.6016 -3.6095,1.8047 -1.5641,1.2032 -2.5267,2.9678 -0.9224,1.7647 -0.9224,4.0908 0.04,2.5266 1.2834,4.2913 1.2432,1.7245 3.1282,2.9277 1.9251,1.2031 4.1309,2.0052 2.2459,0.8022 4.211,1.4037 2.1657,0.6818 4.3715,1.5641 2.2058,0.8423 4.2512,1.9652 2.0454,1.123 3.81,2.5267 1.7647,1.4037 3.0882,3.2084 1.3234,1.7646 2.0453,3.9303 0.762,2.1256 0.762,4.7325 0,3.9303 -1.7646,6.858 -1.7245,2.9277 -4.4918,4.8929 -2.7673,1.925 -6.2565,2.9277 -3.4891,0.9625 -6.9783,0.9625 -3.8902,0 -7.6201,-1.2032 -3.7298,-1.2031 -6.6976,-3.449 -2.9277,-2.286 -4.7725,-5.5346 -1.8449,-3.2886 -1.9652,-7.4596 h 7.5799 q 0.361,2.7272 1.4839,4.8528 1.123,2.0855 2.8876,3.5694 1.7647,1.4438 4.0507,2.2058 2.3261,0.7219 5.0533,0.7219 2.1657,0 4.2512,-0.5214 2.1256,-0.5615 3.7699,-1.6844 1.6443,-1.1631 2.687,-2.8876 1.0428,-1.7647 1.0428,-4.171 z" style="fill:#326ce5;fill-opacity:1" id="path5592"/>
<path d="m 2816.6518,3662.5763 q -0.4411,-0.8422 -0.7219,-2.0855 -0.2406,-1.2834 -0.3609,-2.6469 -1.123,1.1229 -2.5267,2.1255 -1.3636,1.0027 -3.048,1.7647 -1.6443,0.762 -3.5293,1.2032 -1.8849,0.4411 -4.0105,0.4411 -3.4491,0 -6.2565,-1.0026 -2.7672,-1.0027 -4.7324,-2.6871 -1.9251,-1.7245 -3.0079,-4.0506 -1.0428,-2.3663 -1.0428,-5.0934 0,-3.5694 1.4037,-6.2565 1.4438,-2.6871 4.0507,-4.4517 2.6068,-1.8047 6.2564,-2.6871 3.6897,-0.8823 8.2216,-0.8823 h 8.1014 v -3.4089 q 0,-1.9652 -0.7219,-3.5293 -0.7219,-1.5641 -2.0454,-2.647 -1.3235,-1.1229 -3.2486,-1.7245 -1.8849,-0.6016 -4.2511,-0.6016 -2.2058,0 -3.9705,0.5615 -1.7245,0.5614 -2.9277,1.4839 -1.2032,0.9224 -1.8849,2.2058 -0.6417,1.2432 -0.6417,2.6068 h -7.4596 q 0.04,-2.3662 1.2031,-4.6522 1.2032,-2.286 3.409,-4.0908 2.2459,-1.8448 5.4142,-2.9678 3.2085,-1.1229 7.2591,-1.1229 3.6897,0 6.858,0.9224 3.1684,0.8823 5.4544,2.7272 2.3261,1.8047 3.6496,4.5319 1.3235,2.7272 1.3235,6.3768 v 20.173 q 0,2.1657 0.401,4.6121 0.4011,2.4064 1.123,4.2111 v 0.6417 z m -13.1145,-5.6549 q 2.1657,0 4.0507,-0.5614 1.8849,-0.5615 3.4089,-1.4839 1.5642,-0.9225 2.6871,-2.0855 1.123,-1.2032 1.7647,-2.4866 v -8.7831 h -6.8982 q -6.4971,0 -10.1066,1.9251 -3.6095,1.9251 -3.6095,6.0559 0,1.6042 0.5214,2.9678 0.5615,1.3636 1.6443,2.3662 1.0829,0.9626 2.7272,1.5241 1.6443,0.5614 3.81,0.5614 z" style="fill:#326ce5;fill-opacity:1" id="path5594"/>
<path d="m 2840.7953,3619.1822 0.2005,4.0907 q 1.3235,-2.286 3.4491,-3.5693 2.1657,-1.2834 5.2137,-1.3235 5.9757,0 7.981,4.6522 1.2834,-2.0855 3.3689,-3.3287 2.1256,-1.2834 5.1335,-1.3235 4.7725,0 7.3393,2.9277 2.5667,2.9277 2.5667,8.8633 v 32.4052 h -7.0585 v -32.4854 q 0,-5.4544 -5.0132,-5.4143 -1.3235,0 -2.286,0.361 -0.9626,0.3609 -1.6042,1.0026 -0.6417,0.6016 -1.0027,1.4438 -0.3609,0.8021 -0.4813,1.6844 v 33.4079 h -7.0585 v -32.5255 q 0,-2.6069 -1.1631,-4.0106 -1.163,-1.4037 -3.6897,-1.3636 -2.3261,0 -3.6095,0.9225 -1.2833,0.9224 -1.8849,2.4464 v 34.5308 h -7.0586 v -43.3941 z" style="fill:#326ce5;fill-opacity:1" id="path5596"/>
<path d="m 2923.2522,3641.3605 q 0,4.6522 -1.123,8.7029 -1.1229,4.0105 -3.2886,6.9783 -2.1657,2.9679 -5.3742,4.6523 -3.1683,1.6844 -7.259,1.6844 -3.9705,0 -7.0185,-1.2834 -3.0079,-1.2833 -5.1736,-3.6897 v 20.8549 h -7.4195 v -60.078 h 6.7778 l 0.361,4.7324 q 2.1656,-2.687 5.2137,-4.0907 3.0881,-1.4438 7.1387,-1.4438 4.171,0 7.3794,1.6443 3.2085,1.6443 5.3742,4.572 2.1657,2.9277 3.2886,7.0185 1.123,4.0506 1.123,8.9034 z m -7.4195,-0.8422 q 0,-3.1683 -0.7219,-6.0158 -0.6818,-2.8876 -2.1657,-5.0533 -1.4438,-2.2058 -3.6897,-3.4892 -2.2459,-1.2834 -5.3742,-1.2834 -3.5694,0 -6.0158,1.6845 -2.4063,1.6443 -3.8501,4.2511 v 20.895 q 1.4438,2.5667 3.8501,4.2111 2.4063,1.6042 6.096,1.6042 3.0882,0 5.3341,-1.2834 2.2459,-1.3235 3.6897,-3.5293 1.4438,-2.2058 2.1256,-5.0934 0.7219,-2.8876 0.7219,-6.0559 z" style="fill:#326ce5;fill-opacity:1" id="path5598"/>
<path d="m 2937.0485,3600.9743 h 22.1783 v 55.1851 h 14.1572 v 6.4169 h -36.3355 v -6.4169 h 14.7588 v -48.7281 h -14.7588 z" style="fill:#326ce5;fill-opacity:1" id="path5600"/>
<path d="m 3004.3053,3663.3784 q -4.572,0 -8.4221,-1.5641 -3.81,-1.5641 -6.5372,-4.3715 -2.7272,-2.8074 -4.2512,-6.6575 -1.524,-3.8501 -1.524,-8.382 v -1.6845 q 0,-5.2538 1.6844,-9.3847 1.6845,-4.1709 4.4517,-7.0184 2.8074,-2.8876 6.3367,-4.4116 3.5694,-1.524 7.2992,-1.524 4.6923,0 8.1815,1.6443 3.5293,1.6042 5.8554,4.4918 2.3261,2.8475 3.4491,6.7377 1.163,3.8903 1.163,8.4222 v 3.3287 h -31.0015 q 0.1203,2.9678 1.123,5.5747 1.0427,2.6069 2.8073,4.572 1.8048,1.9251 4.2913,3.048 2.4866,1.123 5.4945,1.123 3.9704,0 7.0585,-1.6042 3.0882,-1.6043 5.1335,-4.2512 l 4.532,3.5293 q -1.0829,1.6443 -2.7272,3.1683 -1.6042,1.4839 -3.7298,2.647 -2.1256,1.163 -4.8127,1.8448 -2.687,0.7219 -5.8554,0.7219 z m -0.9625,-38.9023 q -2.2459,0 -4.2512,0.8422 -2.0053,0.8021 -3.6095,2.4064 -1.6042,1.5641 -2.7272,3.8902 -1.0828,2.286 -1.524,5.2939 h 23.3414 v -0.5615 q -0.1203,-2.1657 -0.8422,-4.2913 -0.6818,-2.1255 -2.0454,-3.81 -1.3636,-1.6844 -3.449,-2.7272 -2.0454,-1.0427 -4.8929,-1.0427 z" style="fill:#326ce5;fill-opacity:1" id="path5602"/>
<path d="m 3116.1194,3636.7885 h -24.304 v 25.7878 h -7.4997 v -58.3936 h 35.8543 v 6.3367 h -28.3546 v 19.9725 h 24.304 z" style="fill:#326ce5;fill-opacity:1" id="path5604"/>
<path d="m 3130.798,3640.4782 q 0,-4.6923 1.3635,-8.7029 1.3636,-4.0506 3.8903,-7.0185 2.5667,-2.9678 6.2163,-4.6522 3.6496,-1.7245 8.2216,-1.7245 4.6122,0 8.2618,1.7245 3.6897,1.6844 6.2163,4.6522 2.5668,2.9679 3.9304,7.0185 1.3635,4.0106 1.3635,8.7029 v 0.8823 q 0,4.6924 -1.3635,8.7029 -1.3636,4.0105 -3.9304,6.9783 -2.5266,2.9679 -6.1762,4.6523 -3.6496,1.6844 -8.2216,1.6844 -4.6122,0 -8.3019,-1.6844 -3.6496,-1.6844 -6.2163,-4.6523 -2.5267,-2.9678 -3.8903,-6.9783 -1.3635,-4.0105 -1.3635,-8.7029 z m 7.4195,0.8823 q 0,3.2084 0.762,6.1361 0.762,2.8876 2.286,5.0934 1.5641,2.2058 3.8902,3.4892 2.3261,1.2834 5.4143,1.2834 3.048,0 5.334,-1.2834 2.3261,-1.2834 3.8501,-3.4892 1.5641,-2.2058 2.3261,-5.0934 0.762,-2.9277 0.762,-6.1361 v -0.8823 q 0,-3.1683 -0.8021,-6.0559 -0.762,-2.9277 -2.3261,-5.1335 -1.524,-2.2058 -3.8501,-3.4892 -2.286,-1.3235 -5.3742,-1.3235 -3.0881,0 -5.3741,1.3235 -2.286,1.2834 -3.8501,3.4892 -1.524,2.2058 -2.286,5.1335 -0.762,2.8876 -0.762,6.0559 z" style="fill:#326ce5;fill-opacity:1" id="path5606"/>
<path d="m 3183.296,3600.9743 h 22.1783 v 55.1851 h 14.1573 v 6.4169 h -36.3356 v -6.4169 h 14.7588 v -48.7281 h -14.7588 z" style="fill:#326ce5;fill-opacity:1" id="path5608"/>
<path d="m 3229.9788,3640.5183 q 0,-4.8528 1.2031,-8.9034 1.2433,-4.0908 3.4892,-7.0185 2.286,-2.9277 5.4945,-4.572 3.2084,-1.6443 7.1788,-1.6443 3.8903,0 6.7779,1.3235 2.9277,1.2833 5.0533,3.7699 v -22.4992 h 7.4195 v 61.602 h -6.818 l -0.3208,-4.572 q -2.1657,2.6469 -5.1736,4.0105 -3.0079,1.3636 -7.0185,1.3636 -3.9303,0 -7.1387,-1.6844 -3.1684,-1.6844 -5.4143,-4.6523 -2.2459,-2.9678 -3.4892,-6.9783 -1.2432,-4.0507 -1.2432,-8.7029 z m 7.4195,0.8422 q 0,3.1683 0.6818,6.0158 0.6818,2.8475 2.0855,5.0132 1.4438,2.1657 3.6496,3.4491 2.2058,1.2433 5.2939,1.2433 1.8849,0 3.4089,-0.4412 1.5241,-0.4412 2.7673,-1.2433 1.2433,-0.8422 2.2058,-1.9651 0.9626,-1.1631 1.6845,-2.5668 v -20.1329 q -1.4438,-2.647 -3.8903,-4.3314 -2.4464,-1.7246 -6.096,-1.7246 -3.1282,0 -5.3741,1.2834 -2.2058,1.2834 -3.6496,3.4892 -1.4037,2.1657 -2.0855,5.0533 -0.6818,2.8475 -0.6818,6.0158 z" style="fill:#326ce5;fill-opacity:1" id="path5610"/>
<path d="m 3299.8024,3663.3784 q -4.572,0 -8.4222,-1.5641 -3.81,-1.5641 -6.5371,-4.3715 -2.7272,-2.8074 -4.2512,-6.6575 -1.524,-3.8501 -1.524,-8.382 v -1.6845 q 0,-5.2538 1.6844,-9.3847 1.6844,-4.1709 4.4517,-7.0184 2.8074,-2.8876 6.3367,-4.4116 3.5694,-1.524 7.2992,-1.524 4.6923,0 8.1815,1.6443 3.5293,1.6042 5.8554,4.4918 2.3261,2.8475 3.449,6.7377 1.1631,3.8903 1.1631,8.4222 v 3.3287 h -31.0015 q 0.1203,2.9678 1.1229,5.5747 1.0428,2.6069 2.8074,4.572 1.8048,1.9251 4.2913,3.048 2.4865,1.123 5.4944,1.123 3.9705,0 7.0586,-1.6042 3.0881,-1.6043 5.1335,-4.2512 l 4.5319,3.5293 q -1.0828,1.6443 -2.7271,3.1683 -1.6043,1.4839 -3.7299,2.647 -2.1255,1.163 -4.8126,1.8448 -2.6871,0.7219 -5.8554,0.7219 z m -0.9625,-38.9023 q -2.2459,0 -4.2512,0.8422 -2.0053,0.8021 -3.6095,2.4064 -1.6042,1.5641 -2.7272,3.8902 -1.0828,2.286 -1.524,5.2939 h 23.3414 v -0.5615 q -0.1203,-2.1657 -0.8422,-4.2913 -0.6818,-2.1255 -2.0454,-3.81 -1.3636,-1.6844 -3.4491,-2.7272 -2.0454,-1.0427 -4.8928,-1.0427 z" style="fill:#326ce5;fill-opacity:1" id="path5612"/>
<path d="m 3358.3163,3618.3801 q 1.0427,0 2.1657,0.08 1.1229,0.04 2.1256,0.2005 1.0427,0.1203 1.8849,0.3209 0.8823,0.2005 1.4438,0.4411 l -1.0026,7.2591 q -2.1657,-0.4813 -4.1309,-0.6818 -1.9251,-0.2406 -4.0506,-0.2406 -5.2138,0 -8.4623,2.3662 -3.2084,2.3662 -4.7324,6.6174 v 27.8332 h -7.4597 v -43.3941 h 7.0586 l 0.3609,6.8981 q 2.647,-3.5694 6.3367,-5.6147 3.7298,-2.0855 8.4623,-2.0855 z" style="fill:#326ce5;fill-opacity:1" id="path5614"/>
<path d="m 3394.0502,3657.7636 q 0,-1.2031 0.361,-2.2459 0.401,-1.0427 1.1229,-1.8047 0.7219,-0.8021 1.8048,-1.2433 1.0828,-0.4411 2.5266,-0.4411 1.4438,0 2.5267,0.4411 1.1229,0.4412 1.8448,1.2433 0.762,0.762 1.123,1.8047 0.401,1.0428 0.401,2.2459 0,1.1631 -0.401,2.2058 -0.361,1.0027 -1.123,1.7647 -0.7219,0.762 -1.8448,1.163 -1.0829,0.4412 -2.5267,0.4412 -1.4438,0 -2.5266,-0.4412 -1.0829,-0.401 -1.8048,-1.163 -0.7219,-0.762 -1.1229,-1.7647 -0.361,-1.0427 -0.361,-2.2058 z m 0,-35.1323 q 0,-1.2032 0.361,-2.246 0.401,-1.0427 1.1229,-1.8047 0.7219,-0.8021 1.8048,-1.2433 1.0828,-0.4411 2.5266,-0.4411 1.4438,0 2.5267,0.4411 1.1229,0.4412 1.8448,1.2433 0.762,0.762 1.123,1.8047 0.401,1.0428 0.401,2.246 0,1.163 -0.401,2.2058 -0.361,1.0026 -1.123,1.7646 -0.7219,0.762 -1.8448,1.2032 -1.0829,0.401 -2.5267,0.401 -1.4438,0 -2.5266,-0.401 -1.0829,-0.4412 -1.8048,-1.2032 -0.7219,-0.762 -1.1229,-1.7646 -0.361,-1.0428 -0.361,-2.2058 z" style="fill:#326ce5;fill-opacity:1" id="path5616"/>
<path d="m 3484.2876,3619.1822 0.5214,6.4169 q 2.3662,-3.3689 5.8153,-5.2539 3.449,-1.925 7.7002,-1.9651 3.409,0 6.1762,0.9625 2.8074,0.9625 4.7726,3.0079 1.9652,2.0454 3.0079,5.2137 1.0829,3.1283 1.0829,7.4596 v 27.5525 h -7.4196 v -27.392 q 0,-2.8876 -0.6416,-4.8929 -0.6417,-2.0053 -1.9251,-3.2485 -1.2433,-1.2433 -3.0881,-1.8048 -1.8048,-0.5615 -4.171,-0.5615 -3.7298,0 -6.5773,1.885 -2.8074,1.8448 -4.4918,4.8929 v 31.1218 h -7.4195 v -43.3941 z" style="fill:#326ce5;fill-opacity:1" id="path5618"/>
<path d="m 3528.0427,3619.1822 h 22.1783 v 36.9772 h 14.1572 v 6.4169 h -36.3355 v -6.4169 h 14.7588 v -30.5202 h -14.7588 z m 13.7962,-11.39 q 0,-1.8448 1.0829,-3.0881 1.1229,-1.2834 3.3688,-1.2834 2.2058,0 3.3288,1.2834 1.123,1.2433 1.123,3.0881 0,1.8048 -1.123,3.0079 -1.123,1.2032 -3.3288,1.2032 -2.2459,0 -3.3688,-1.2032 -1.0829,-1.2031 -1.0829,-3.0079 z" style="fill:#326ce5;fill-opacity:1" id="path5620"/>
<path d="m 3589.1233,3642.323 -5.4544,5.2539 v 14.9994 h -7.4596 v -61.602 h 7.4596 v 37.6991 l 4.8528,-5.2137 14.2374,-14.2775 h 9.0238 l -17.5662,18.0876 20.2532,25.3065 h -9.4247 z" style="fill:#326ce5;fill-opacity:1" id="path5622"/>
<path d="m 3626.5417,3600.9743 h 22.1783 v 55.1851 h 14.1572 v 6.4169 h -36.3355 v -6.4169 h 14.7588 v -48.7281 h -14.7588 z" style="fill:#326ce5;fill-opacity:1" id="path5624"/>
<path d="m 3703.1431,3662.5763 q -0.4411,-0.8422 -0.7219,-2.0855 -0.2406,-1.2834 -0.3609,-2.6469 -1.123,1.1229 -2.5267,2.1255 -1.3636,1.0027 -3.048,1.7647 -1.6443,0.762 -3.5293,1.2032 -1.8849,0.4411 -4.0105,0.4411 -3.4491,0 -6.2565,-1.0026 -2.7672,-1.0027 -4.7324,-2.6871 -1.9251,-1.7245 -3.0079,-4.0506 -1.0428,-2.3663 -1.0428,-5.0934 0,-3.5694 1.4037,-6.2565 1.4438,-2.6871 4.0507,-4.4517 2.6068,-1.8047 6.2564,-2.6871 3.6897,-0.8823 8.2217,-0.8823 h 8.1013 v -3.4089 q 0,-1.9652 -0.7219,-3.5293 -0.7219,-1.5641 -2.0454,-2.647 -1.3235,-1.1229 -3.2486,-1.7245 -1.8849,-0.6016 -4.2511,-0.6016 -2.2058,0 -3.9705,0.5615 -1.7245,0.5614 -2.9277,1.4839 -1.2031,0.9224 -1.8849,2.2058 -0.6417,1.2432 -0.6417,2.6068 h -7.4596 q 0.04,-2.3662 1.2031,-4.6522 1.2032,-2.286 3.409,-4.0908 2.2459,-1.8448 5.4142,-2.9678 3.2085,-1.1229 7.2591,-1.1229 3.6897,0 6.858,0.9224 3.1684,0.8823 5.4544,2.7272 2.3261,1.8047 3.6496,4.5319 1.3235,2.7272 1.3235,6.3768 v 20.173 q 0,2.1657 0.401,4.6121 0.4011,2.4064 1.123,4.2111 v 0.6417 z m -13.1145,-5.6549 q 2.1657,0 4.0507,-0.5614 1.8849,-0.5615 3.4089,-1.4839 1.5642,-0.9225 2.6871,-2.0855 1.123,-1.2032 1.7647,-2.4866 v -8.7831 h -6.8982 q -6.4971,0 -10.1066,1.9251 -3.6095,1.9251 -3.6095,6.0559 0,1.6042 0.5214,2.9678 0.5615,1.3636 1.6443,2.3662 1.0829,0.9626 2.7272,1.5241 1.6443,0.5614 3.81,0.5614 z" style="fill:#326ce5;fill-opacity:1" id="path5626"/>
<path d="m 3759.8121,3619.4228 q -0.04,4.3715 -2.3662,7.7805 -2.3261,3.4089 -6.2163,5.334 2.2459,0.9625 4.0506,2.4063 1.8449,1.4037 3.1283,3.2486 1.3234,1.8448 2.0052,4.0105 0.7219,2.1657 0.7219,4.6122 0,3.9704 -1.4839,7.0585 -1.4438,3.0881 -3.9704,5.2137 -2.4866,2.0855 -5.8554,3.2085 -3.3689,1.0828 -7.219,1.0828 -3.9303,0 -7.3393,-1.0828 -3.3689,-1.0829 -5.8955,-3.1684 -2.4865,-2.1256 -3.9303,-5.2137 -1.4438,-3.0881 -1.4438,-7.0986 0,-2.4465 0.6818,-4.6122 0.6817,-2.2058 1.9651,-4.0105 1.2834,-1.8449 3.0881,-3.2887 1.8048,-1.4438 4.0507,-2.4063 -1.9251,-0.9625 -3.4892,-2.286 -1.5641,-1.3636 -2.6469,-3.0079 -1.0829,-1.6845 -1.6845,-3.6496 -0.6016,-1.9652 -0.6016,-4.1309 0,-3.81 1.2834,-6.7778 1.2834,-3.0079 3.5293,-5.0533 2.286,-2.0454 5.4142,-3.1282 3.1684,-1.0829 6.8982,-1.0829 3.6897,0 6.858,1.0829 3.1683,1.0828 5.4945,3.1282 2.3261,2.0454 3.6496,5.0533 1.3234,2.9678 1.3234,6.7778 z m -6.096,27.2316 q 0,-2.4464 -0.8422,-4.4918 -0.8021,-2.0454 -2.286,-3.4892 -1.4839,-1.4839 -3.5694,-2.286 -2.0454,-0.8021 -4.4918,-0.8021 -2.5267,0 -4.572,0.8021 -2.0454,0.8021 -3.4892,2.286 -1.4438,1.4438 -2.2459,3.4892 -0.762,2.0454 -0.762,4.4918 0,2.5267 0.762,4.532 0.8021,1.9651 2.2459,3.3287 1.4438,1.3636 3.4892,2.0855 2.0854,0.7219 4.6522,0.7219 2.4464,0 4.4918,-0.7219 2.0454,-0.7219 3.4892,-2.0855 1.4839,-1.3636 2.286,-3.3287 0.8422,-2.0053 0.8422,-4.532 z m -1.3636,-27.1113 q 0,-2.2058 -0.762,-4.0506 -0.7219,-1.8449 -2.0454,-3.1683 -1.2833,-1.3636 -3.0881,-2.0855 -1.8047,-0.762 -3.9704,-0.762 -2.1657,0 -3.9304,0.7219 -1.7646,0.6818 -3.048,2.0052 -1.2833,1.3235 -2.0052,3.2085 -0.6818,1.8448 -0.6818,4.1308 0,2.286 0.6818,4.1309 0.7219,1.8047 2.0052,3.1282 1.3235,1.2834 3.0882,2.0053 1.8047,0.6818 3.9704,0.6818 2.1256,0 3.9303,-0.6818 1.8048,-0.7219 3.0881,-2.0053 1.3235,-1.3235 2.0454,-3.1683 0.7219,-1.8449 0.7219,-4.0908 z" style="fill:#326ce5;fill-opacity:1" id="path5628"/>
<path d="m 3809.0617,3619.4228 q -0.04,4.3715 -2.3663,7.7805 -2.3261,3.4089 -6.2163,5.334 2.2459,0.9625 4.0506,2.4063 1.8449,1.4037 3.1283,3.2486 1.3234,1.8448 2.0052,4.0105 0.7219,2.1657 0.7219,4.6122 0,3.9704 -1.4839,7.0585 -1.4438,3.0881 -3.9704,5.2137 -2.4865,2.0855 -5.8554,3.2085 -3.3689,1.0828 -7.219,1.0828 -3.9303,0 -7.3393,-1.0828 -3.3689,-1.0829 -5.8955,-3.1684 -2.4865,-2.1256 -3.9303,-5.2137 -1.4438,-3.0881 -1.4438,-7.0986 0,-2.4465 0.6818,-4.6122 0.6818,-2.2058 1.9651,-4.0105 1.2834,-1.8449 3.0882,-3.2887 1.8047,-1.4438 4.0506,-2.4063 -1.9251,-0.9625 -3.4892,-2.286 -1.5641,-1.3636 -2.6469,-3.0079 -1.0829,-1.6845 -1.6845,-3.6496 -0.6015,-1.9652 -0.6015,-4.1309 0,-3.81 1.2833,-6.7778 1.2834,-3.0079 3.5293,-5.0533 2.286,-2.0454 5.4143,-3.1282 3.1683,-1.0829 6.8981,-1.0829 3.6897,0 6.858,1.0829 3.1684,1.0828 5.4945,3.1282 2.3261,2.0454 3.6496,5.0533 1.3235,2.9678 1.3235,6.7778 z m -6.0961,27.2316 q 0,-2.4464 -0.8422,-4.4918 -0.8021,-2.0454 -2.286,-3.4892 -1.4839,-1.4839 -3.5694,-2.286 -2.0454,-0.8021 -4.4918,-0.8021 -2.5266,0 -4.572,0.8021 -2.0454,0.8021 -3.4892,2.286 -1.4438,1.4438 -2.2459,3.4892 -0.762,2.0454 -0.762,4.4918 0,2.5267 0.762,4.532 0.8021,1.9651 2.2459,3.3287 1.4438,1.3636 3.4892,2.0855 2.0855,0.7219 4.6522,0.7219 2.4464,0 4.4918,-0.7219 2.0454,-0.7219 3.4892,-2.0855 1.4839,-1.3636 2.286,-3.3287 0.8422,-2.0053 0.8422,-4.532 z m -1.3636,-27.1113 q 0,-2.2058 -0.762,-4.0506 -0.7219,-1.8449 -2.0453,-3.1683 -1.2834,-1.3636 -3.0882,-2.0855 -1.8047,-0.762 -3.9704,-0.762 -2.1657,0 -3.9303,0.7219 -1.7647,0.6818 -3.0481,2.0052 -1.2833,1.3235 -2.0052,3.2085 -0.6818,1.8448 -0.6818,4.1308 0,2.286 0.6818,4.1309 0.7219,1.8047 2.0052,3.1282 1.3235,1.2834 3.0882,2.0053 1.8047,0.6818 3.9704,0.6818 2.1256,0 3.9303,-0.6818 1.8048,-0.7219 3.0882,-2.0053 1.3234,-1.3235 2.0453,-3.1683 0.7219,-1.8449 0.7219,-4.0908 z" style="fill:#326ce5;fill-opacity:1" id="path5630"/>
<path d="m 2672.6732,3743.5685 h -30.6807 v -6.096 h 30.6807 z" style="fill:#326ce5;fill-opacity:1" id="path5632"/>
<path d="m 2758.0577,3766.8698 q -4.572,0 -8.4221,-1.5641 -3.81,-1.5642 -6.5372,-4.3715 -2.7272,-2.8074 -4.2512,-6.6575 -1.524,-3.8502 -1.524,-8.3821 v -1.6844 q 0,-5.2538 1.6844,-9.3847 1.6845,-4.171 4.4517,-7.0185 2.8074,-2.8875 6.3367,-4.4116 3.5694,-1.524 7.2992,-1.524 4.6923,0 8.1815,1.6444 3.5293,1.6042 5.8554,4.4918 2.3261,2.8475 3.4491,6.7377 1.163,3.8902 1.163,8.4221 v 3.3288 h -31.0015 q 0.1203,2.9678 1.123,5.5747 1.0427,2.6068 2.8074,4.572 1.8047,1.925 4.2912,3.048 2.4866,1.1229 5.4945,1.1229 3.9704,0 7.0585,-1.6042 3.0882,-1.6042 5.1335,-4.2512 l 4.532,3.5293 q -1.0829,1.6444 -2.7272,3.1684 -1.6042,1.4839 -3.7298,2.6469 -2.1256,1.1631 -4.8127,1.8449 -2.687,0.7219 -5.8554,0.7219 z m -0.9625,-38.9023 q -2.2459,0 -4.2512,0.8422 -2.0053,0.8021 -3.6095,2.4063 -1.6042,1.5641 -2.7271,3.8902 -1.0829,2.2861 -1.5241,5.294 h 23.3414 v -0.5615 q -0.1203,-2.1657 -0.8422,-4.2913 -0.6818,-2.1256 -2.0454,-3.81 -1.3635,-1.6844 -3.449,-2.7272 -2.0454,-1.0427 -4.8929,-1.0427 z" style="fill:#326ce5;fill-opacity:1" id="path5634"/>
<path d="m 2806.6255,3760.854 q 2.0052,0 3.8902,-0.6417 1.925,-0.6417 3.4089,-1.7647 1.4839,-1.163 2.3663,-2.687 0.9224,-1.5642 0.9625,-3.3689 h 7.0185 q -0.04,2.8876 -1.5241,5.5346 -1.4437,2.6068 -3.8902,4.6121 -2.4464,1.9652 -5.6147,3.1683 -3.1684,1.1631 -6.6174,1.1631 -4.933,0 -8.6227,-1.7647 -3.6897,-1.7646 -6.1763,-4.7324 -2.4464,-3.0079 -3.6897,-6.8982 -1.2432,-3.9303 -1.2432,-8.2617 v -1.6844 q 0,-4.2913 1.2432,-8.2216 1.2433,-3.9304 3.6897,-6.8982 2.4866,-3.0079 6.1763,-4.7725 3.6897,-1.7647 8.6227,-1.7647 3.8501,0 7.0585,1.2433 3.2486,1.2032 5.5747,3.3288 2.3662,2.0854 3.6897,4.973 1.3235,2.8876 1.3235,6.1763 h -7.0185 q -0.04,-1.9652 -0.8823,-3.6897 -0.8021,-1.7647 -2.2058,-3.0881 -1.4037,-1.3235 -3.3689,-2.0855 -1.925,-0.762 -4.1709,-0.762 -3.4491,0 -5.8153,1.4037 -2.3262,1.3635 -3.77,3.6095 -1.4438,2.2058 -2.0854,4.973 -0.6016,2.7673 -0.6016,5.5747 v 1.6844 q 0,2.8475 0.6016,5.6549 0.6416,2.7673 2.0453,5.0132 1.4438,2.2058 3.77,3.6095 2.3662,1.3636 5.8554,1.3636 z" style="fill:#326ce5;fill-opacity:1" id="path5636"/>
<path d="m 2835.3009,3743.9696 q 0,-4.6924 1.3636,-8.7029 1.3635,-4.0507 3.8902,-7.0185 2.5667,-2.9678 6.2163,-4.6522 3.6496,-1.7246 8.2217,-1.7246 4.6121,0 8.2617,1.7246 3.6897,1.6844 6.2163,4.6522 2.5668,2.9678 3.9304,7.0185 1.3636,4.0105 1.3636,8.7029 v 0.8823 q 0,4.6923 -1.3636,8.7029 -1.3636,4.0105 -3.9304,6.9783 -2.5266,2.9678 -6.1762,4.6522 -3.6496,1.6845 -8.2216,1.6845 -4.6122,0 -8.3019,-1.6845 -3.6496,-1.6844 -6.2163,-4.6522 -2.5267,-2.9678 -3.8902,-6.9783 -1.3636,-4.0106 -1.3636,-8.7029 z m 7.4195,0.8823 q 0,3.2084 0.762,6.1361 0.762,2.8876 2.286,5.0934 1.5641,2.2058 3.8902,3.4892 2.3261,1.2834 5.4143,1.2834 3.048,0 5.334,-1.2834 2.3261,-1.2834 3.8501,-3.4892 1.5641,-2.2058 2.3261,-5.0934 0.762,-2.9277 0.762,-6.1361 v -0.8823 q 0,-3.1684 -0.8021,-6.056 -0.762,-2.9277 -2.3261,-5.1335 -1.524,-2.2058 -3.8501,-3.4892 -2.286,-1.3234 -5.3741,-1.3234 -3.0882,0 -5.3742,1.3234 -2.286,1.2834 -3.8501,3.4892 -1.524,2.2058 -2.286,5.1335 -0.762,2.8876 -0.762,6.056 z" style="fill:#326ce5;fill-opacity:1" id="path5638"/>
<path d="m 2919.0812,3743.5685 h -30.6807 v -6.096 h 30.6807 z" style="fill:#326ce5;fill-opacity:1" id="path5640"/>
<path d="m 2964.8816,3754.5574 q 0,-1.3235 -0.5213,-2.3662 -0.5214,-1.0829 -1.7647,-1.9652 -1.2433,-0.8823 -3.2886,-1.6042 -2.0454,-0.762 -5.0934,-1.3636 -3.7298,-0.762 -6.818,-1.8449 -3.048,-1.0828 -5.2538,-2.5667 -2.1657,-1.524 -3.3688,-3.5293 -1.2032,-2.0454 -1.2032,-4.7324 0,-2.647 1.2433,-4.933 1.2432,-2.3261 3.4891,-4.0507 2.246,-1.7245 5.3341,-2.7271 3.1282,-1.0027 6.858,-1.0027 4.0106,0 7.219,1.0428 3.2084,1.0427 5.4543,2.8876 2.2459,1.8448 3.4491,4.3314 1.2433,2.4464 1.2433,5.2939 h -7.4195 q 0,-1.4037 -0.7219,-2.7272 -0.7219,-1.3636 -2.0053,-2.4063 -1.2834,-1.0428 -3.1282,-1.6844 -1.8048,-0.6417 -4.0908,-0.6417 -2.3662,0 -4.171,0.5213 -1.7646,0.5214 -2.9678,1.4037 -1.163,0.8824 -1.7646,2.0454 -0.6016,1.1631 -0.6016,2.4063 0,1.2834 0.4813,2.2861 0.4812,1.0026 1.6443,1.8047 1.2032,0.8021 3.1683,1.4438 2.0053,0.6417 5.0533,1.2433 4.0106,0.8422 7.1789,1.9651 3.1683,1.0829 5.334,2.647 2.1657,1.524 3.2887,3.5694 1.163,2.0454 1.163,4.7324 0,2.8876 -1.3234,5.2538 -1.2834,2.3663 -3.6095,4.0507 -2.3261,1.6844 -5.5747,2.6068 -3.2485,0.9225 -7.0987,0.9225 -4.4116,0 -7.8606,-1.1631 -3.4491,-1.2031 -5.8554,-3.1282 -2.3663,-1.9652 -3.6496,-4.5319 -1.2433,-2.5668 -1.2433,-5.3341 h 7.4195 q 0.1604,2.2861 1.2032,3.8502 1.0828,1.5641 2.6469,2.5266 1.6043,0.9625 3.5293,1.3636 1.9251,0.4011 3.81,0.4011 4.6924,0 7.4196,-1.7246 2.7271,-1.7245 2.7672,-4.572 z" style="fill:#326ce5;fill-opacity:1" id="path5642"/>
<path d="m 3001.2573,3750.6672 1.925,5.2538 13.2349,-33.2475 h 8.3018 l -22.0179,50.0918 q -0.762,1.6844 -1.9652,3.5694 -1.163,1.8849 -2.8475,3.4891 -1.6844,1.6043 -3.9303,2.6871 -2.2459,1.0829 -5.1736,1.0829 -0.5214,0 -1.1631,-0.08 -0.6417,-0.04 -1.2834,-0.1604 -0.6416,-0.08 -1.2031,-0.2005 -0.5615,-0.1203 -0.9224,-0.2005 l 1.2031,-6.056 q 0.2808,0 0.762,0.04 0.4813,0.04 1.0027,0.08 0.5213,0.04 1.0026,0.04 0.4813,0.04 0.762,0.04 1.524,0 2.7673,-0.8422 1.2834,-0.8423 2.2459,-2.0053 1.0026,-1.1631 1.6844,-2.4063 0.7219,-1.2433 1.123,-2.0454 l 2.9678,-5.7752 -18.6892,-41.3488 h 8.3019 z" style="fill:#326ce5;fill-opacity:1" id="path5644"/>
<path d="m 3063.3807,3754.5574 q 0,-1.3235 -0.5214,-2.3662 -0.5214,-1.0829 -1.7646,-1.9652 -1.2433,-0.8823 -3.2887,-1.6042 -2.0454,-0.762 -5.0934,-1.3636 -3.7298,-0.762 -6.8179,-1.8449 -3.048,-1.0828 -5.2538,-2.5667 -2.1657,-1.524 -3.3689,-3.5293 -1.2031,-2.0454 -1.2031,-4.7324 0,-2.647 1.2432,-4.933 1.2433,-2.3261 3.4892,-4.0507 2.2459,-1.7245 5.334,-2.7271 3.1283,-1.0027 6.8581,-1.0027 4.0105,0 7.2189,1.0428 3.2085,1.0427 5.4544,2.8876 2.2459,1.8448 3.4491,4.3314 1.2432,2.4464 1.2432,5.2939 h -7.4195 q 0,-1.4037 -0.7219,-2.7272 -0.7219,-1.3636 -2.0053,-2.4063 -1.2833,-1.0428 -3.1282,-1.6844 -1.8047,-0.6417 -4.0907,-0.6417 -2.3663,0 -4.171,0.5213 -1.7646,0.5214 -2.9678,1.4037 -1.1631,0.8824 -1.7646,2.0454 -0.6016,1.1631 -0.6016,2.4063 0,1.2834 0.4812,2.2861 0.4813,1.0026 1.6444,1.8047 1.2031,0.8021 3.1683,1.4438 2.0053,0.6417 5.0533,1.2433 4.0105,0.8422 7.1789,1.9651 3.1683,1.0829 5.334,2.647 2.1657,1.524 3.2886,3.5694 1.1631,2.0454 1.1631,4.7324 0,2.8876 -1.3235,5.2538 -1.2834,2.3663 -3.6095,4.0507 -2.3261,1.6844 -5.5746,2.6068 -3.2486,0.9225 -7.0987,0.9225 -4.4116,0 -7.8607,-1.1631 -3.449,-1.2031 -5.8554,-3.1282 -2.3662,-1.9652 -3.6496,-4.5319 -1.2432,-2.5668 -1.2432,-5.3341 h 7.4195 q 0.1604,2.2861 1.2031,3.8502 1.0829,1.5641 2.647,2.5266 1.6042,0.9625 3.5293,1.3636 1.925,0.4011 3.81,0.4011 4.6923,0 7.4195,-1.7246 2.7272,-1.7245 2.7673,-4.572 z" style="fill:#326ce5;fill-opacity:1" id="path5646"/>
<path d="m 3101.3606,3712.1659 v 10.5076 h 16.5234 v 5.7351 h -16.5234 v 23.582 q 0,2.5267 0.6416,4.171 0.6417,1.6443 1.7647,2.647 1.1229,0.9625 2.5667,1.3636 1.4839,0.401 3.1283,0.401 1.2031,0 2.4865,-0.1203 1.2834,-0.1604 2.4865,-0.361 1.2433,-0.2005 2.2861,-0.401 1.0828,-0.2406 1.7646,-0.4011 l 1.0427,5.2539 q -0.9224,0.5614 -2.2459,1.0026 -1.3235,0.401 -2.8876,0.6818 -1.5641,0.3208 -3.3287,0.4813 -1.7246,0.1604 -3.4491,0.1604 -2.8876,0 -5.4142,-0.8021 -2.4866,-0.8422 -4.3314,-2.6069 -1.8449,-1.8047 -2.9277,-4.6121 -1.0428,-2.8475 -1.0428,-6.8581 v -23.582 h -11.3899 v -5.7351 h 11.3899 v -10.5076 z" style="fill:#326ce5;fill-opacity:1" id="path5648"/>
<path d="m 3152.2143,3766.8698 q -4.5721,0 -8.4222,-1.5641 -3.81,-1.5642 -6.5372,-4.3715 -2.7272,-2.8074 -4.2512,-6.6575 -1.524,-3.8502 -1.524,-8.3821 v -1.6844 q 0,-5.2538 1.6845,-9.3847 1.6844,-4.171 4.4517,-7.0185 2.8073,-2.8875 6.3366,-4.4116 3.5694,-1.524 7.2992,-1.524 4.6924,0 8.1815,1.6444 3.5293,1.6042 5.8554,4.4918 2.3262,2.8475 3.4491,6.7377 1.1631,3.8902 1.1631,8.4221 v 3.3288 h -31.0016 q 0.1204,2.9678 1.123,5.5747 1.0427,2.6068 2.8074,4.572 1.8047,1.925 4.2913,3.048 2.4865,1.1229 5.4944,1.1229 3.9705,0 7.0586,-1.6042 3.0881,-1.6042 5.1335,-4.2512 l 4.5319,3.5293 q -1.0829,1.6444 -2.7272,3.1684 -1.6042,1.4839 -3.7298,2.6469 -2.1256,1.1631 -4.8126,1.8449 -2.6871,0.7219 -5.8554,0.7219 z m -0.9626,-38.9023 q -2.2459,0 -4.2512,0.8422 -2.0052,0.8021 -3.6094,2.4063 -1.6043,1.5641 -2.7272,3.8902 -1.0829,2.2861 -1.524,5.294 h 23.3414 v -0.5615 q -0.1204,-2.1657 -0.8423,-4.2913 -0.6818,-2.1256 -2.0453,-3.81 -1.3636,-1.6844 -3.4491,-2.7272 -2.0454,-1.0427 -4.8929,-1.0427 z" style="fill:#326ce5;fill-opacity:1" id="path5650"/>
<path d="m 3185.7024,3722.6735 0.2005,4.0908 q 1.3235,-2.286 3.4491,-3.5694 2.1657,-1.2834 5.2137,-1.3235 5.9757,0 7.981,4.6523 1.2834,-2.0855 3.3688,-3.3288 2.1256,-1.2834 5.1335,-1.3235 4.7726,0 7.3393,2.9277 2.5668,2.9277 2.5668,8.8633 v 32.4053 h -7.0586 v -32.4855 q 0,-5.4543 -5.0132,-5.4142 -1.3234,0 -2.286,0.3609 -0.9625,0.361 -1.6042,1.0027 -0.6417,0.6016 -1.0026,1.4438 -0.361,0.8021 -0.4813,1.6844 v 33.4079 h -7.0586 v -32.5256 q 0,-2.6068 -1.163,-4.0105 -1.1631,-1.4037 -3.6897,-1.3636 -2.3261,0 -3.6095,0.9224 -1.2834,0.9224 -1.885,2.4465 v 34.5308 h -7.0585 v -43.3942 z" style="fill:#326ce5;fill-opacity:1" id="path5652"/>
<path d="m 3250.7133,3766.8698 q -4.572,0 -8.4221,-1.5641 -3.81,-1.5642 -6.5372,-4.3715 -2.7272,-2.8074 -4.2512,-6.6575 -1.524,-3.8502 -1.524,-8.3821 v -1.6844 q 0,-5.2538 1.6844,-9.3847 1.6845,-4.171 4.4518,-7.0185 2.8073,-2.8875 6.3366,-4.4116 3.5694,-1.524 7.2992,-1.524 4.6923,0 8.1815,1.6444 3.5293,1.6042 5.8554,4.4918 2.3261,2.8475 3.4491,6.7377 1.1631,3.8902 1.1631,8.4221 v 3.3288 h -31.0016 q 0.1203,2.9678 1.123,5.5747 1.0427,2.6068 2.8074,4.572 1.8047,1.925 4.2912,3.048 2.4866,1.1229 5.4945,1.1229 3.9704,0 7.0586,-1.6042 3.0881,-1.6042 5.1335,-4.2512 l 4.5319,3.5293 q -1.0829,1.6444 -2.7272,3.1684 -1.6042,1.4839 -3.7298,2.6469 -2.1256,1.1631 -4.8127,1.8449 -2.687,0.7219 -5.8554,0.7219 z m -0.9625,-38.9023 q -2.2459,0 -4.2512,0.8422 -2.0052,0.8021 -3.6095,2.4063 -1.6042,1.5641 -2.7271,3.8902 -1.0829,2.2861 -1.524,5.294 h 23.3413 v -0.5615 q -0.1203,-2.1657 -0.8422,-4.2913 -0.6818,-2.1256 -2.0454,-3.81 -1.3635,-1.6844 -3.449,-2.7272 -2.0454,-1.0427 -4.8929,-1.0427 z" style="fill:#326ce5;fill-opacity:1" id="path5654"/>
<path d="m 3279.3887,3744.0097 q 0,-4.8528 1.2032,-8.9035 1.2433,-4.0907 3.4892,-7.0184 2.286,-2.9277 5.4944,-4.572 3.2085,-1.6444 7.1789,-1.6444 3.8902,0 6.7778,1.3235 2.9277,1.2834 5.0533,3.7699 v -22.4991 h 7.4195 v 61.602 h -6.8179 l -0.3208,-4.5721 q -2.1657,2.647 -5.1736,4.0106 -3.0079,1.3636 -7.0185,1.3636 -3.9303,0 -7.1388,-1.6845 -3.1683,-1.6844 -5.4142,-4.6522 -2.2459,-2.9678 -3.4892,-6.9783 -1.2433,-4.0507 -1.2433,-8.7029 z m 7.4196,0.8422 q 0,3.1683 0.6818,6.0158 0.6817,2.8475 2.0854,5.0132 1.4438,2.1657 3.6496,3.449 2.2058,1.2433 5.294,1.2433 1.8849,0 3.4089,-0.4411 1.524,-0.4412 2.7673,-1.2433 1.2433,-0.8422 2.2058,-1.9652 0.9625,-1.163 1.6844,-2.5667 v -20.133 q -1.4438,-2.6469 -3.8902,-4.3314 -2.4464,-1.7245 -6.096,-1.7245 -3.1283,0 -5.3742,1.2834 -2.2058,1.2833 -3.6496,3.4891 -1.4037,2.1657 -2.0854,5.0533 -0.6818,2.8475 -0.6818,6.0159 z" style="fill:#326ce5;fill-opacity:1" id="path5656"/>
<path d="m 3331.205,3722.6735 h 22.1783 v 36.9773 h 14.1573 v 6.4169 h -36.3356 v -6.4169 h 14.7588 v -30.5203 h -14.7588 z m 13.7963,-11.3899 q 0,-1.8449 1.0828,-3.0881 1.123,-1.2834 3.3689,-1.2834 2.2058,0 3.3288,1.2834 1.1229,1.2432 1.1229,3.0881 0,1.8047 -1.1229,3.0079 -1.123,1.2032 -3.3288,1.2032 -2.2459,0 -3.3689,-1.2032 -1.0828,-1.2032 -1.0828,-3.0079 z" style="fill:#326ce5;fill-opacity:1" id="path5658"/>
<path d="m 3397.7801,3760.854 q 2.0053,0 3.8902,-0.6417 1.9251,-0.6417 3.409,-1.7647 1.4839,-1.163 2.3662,-2.687 0.9224,-1.5642 0.9625,-3.3689 h 7.0185 q -0.04,2.8876 -1.524,5.5346 -1.4438,2.6068 -3.8902,4.6121 -2.4465,1.9652 -5.6148,3.1683 -3.1683,1.1631 -6.6174,1.1631 -4.933,0 -8.6227,-1.7647 -3.6897,-1.7646 -6.1762,-4.7324 -2.4465,-3.0079 -3.6897,-6.8982 -1.2433,-3.9303 -1.2433,-8.2617 v -1.6844 q 0,-4.2913 1.2433,-8.2216 1.2432,-3.9304 3.6897,-6.8982 2.4865,-3.0079 6.1762,-4.7725 3.6897,-1.7647 8.6227,-1.7647 3.8501,0 7.0585,1.2433 3.2486,1.2032 5.5747,3.3288 2.3662,2.0854 3.6897,4.973 1.3235,2.8876 1.3235,6.1763 h -7.0185 q -0.04,-1.9652 -0.8823,-3.6897 -0.8021,-1.7647 -2.2058,-3.0881 -1.4037,-1.3235 -3.3688,-2.0855 -1.9251,-0.762 -4.171,-0.762 -3.4491,0 -5.8153,1.4037 -2.3261,1.3635 -3.7699,3.6095 -1.4438,2.2058 -2.0855,4.973 -0.6016,2.7673 -0.6016,5.5747 v 1.6844 q 0,2.8475 0.6016,5.6549 0.6417,2.7673 2.0454,5.0132 1.4438,2.2058 3.7699,3.6095 2.3662,1.3636 5.8554,1.3636 z" style="fill:#326ce5;fill-opacity:1" id="path5660"/>
<path d="m 3460.9863,3743.5685 h -30.6807 v -6.096 h 30.6807 z" style="fill:#326ce5;fill-opacity:1" id="path5662"/>
<path d="m 3514.5672,3744.8519 q 0,4.6522 -1.123,8.7029 -1.1229,4.0105 -3.2886,6.9783 -2.1657,2.9678 -5.3742,4.6522 -3.1683,1.6845 -7.259,1.6845 -3.9705,0 -7.0185,-1.2834 -3.0079,-1.2834 -5.1736,-3.6897 v 20.8548 h -7.4195 v -60.078 h 6.7778 l 0.361,4.7325 q 2.1656,-2.6871 5.2137,-4.0908 3.0881,-1.4438 7.1387,-1.4438 4.171,0 7.3794,1.6444 3.2085,1.6443 5.3742,4.572 2.1657,2.9277 3.2886,7.0184 1.123,4.0507 1.123,8.9035 z m -7.4195,-0.8422 q 0,-3.1684 -0.7219,-6.0159 -0.6818,-2.8876 -2.1657,-5.0533 -1.4438,-2.2058 -3.6897,-3.4891 -2.2459,-1.2834 -5.3742,-1.2834 -3.5693,0 -6.0158,1.6844 -2.4063,1.6444 -3.8501,4.2512 v 20.895 q 1.4438,2.5667 3.8501,4.211 2.4063,1.6042 6.096,1.6042 3.0882,0 5.3341,-1.2833 2.2459,-1.3235 3.6897,-3.5293 1.4438,-2.2058 2.1256,-5.0934 0.7219,-2.8876 0.7219,-6.0559 z" style="fill:#326ce5;fill-opacity:1" id="path5664"/>
<path d="m 3528.3635,3704.4657 h 22.1783 v 55.1851 h 14.1572 v 6.4169 h -36.3355 v -6.4169 h 14.7588 v -48.7282 h -14.7588 z" style="fill:#326ce5;fill-opacity:1" id="path5666"/>
<path d="m 3604.6039,3760.0919 q -2.1656,3.2085 -5.4142,5.0132 -3.2485,1.7647 -7.4997,1.7647 -3.409,0 -6.1763,-1.0428 -2.7672,-1.0828 -4.7324,-3.3287 -1.9652,-2.2459 -3.048,-5.695 -1.0428,-3.4892 -1.0428,-8.3419 v -25.7879 h 7.4196 v 25.8681 q 0,3.5293 0.5614,5.8554 0.5615,2.3261 1.6845,3.7298 1.1229,1.3636 2.7271,1.925 1.6444,0.5615 3.7699,0.5615 4.532,0 7.2992,-1.8448 2.8074,-1.8449 4.171,-4.9731 v -31.1219 h 7.4596 v 43.3942 h -6.7377 z" style="fill:#326ce5;fill-opacity:1" id="path5668"/>
<path d="m 3624.3358,3744.0097 q 0,-4.8528 1.1631,-8.9035 1.2032,-4.0907 3.4491,-7.0184 2.2459,-2.9277 5.4543,-4.572 3.2084,-1.6444 7.2591,-1.6444 4.0105,0 7.0185,1.4438 3.048,1.4037 5.1736,4.0908 l 0.3609,-4.7325 h 6.7377 v 42.4717 q 0,4.2913 -1.3636,7.6201 -1.3234,3.3287 -3.7699,5.6548 -2.4063,2.3262 -5.7752,3.5293 -3.3688,1.2032 -7.4596,1.2032 -1.6844,0 -3.8501,-0.4011 -2.1657,-0.3609 -4.4116,-1.2432 -2.2058,-0.8422 -4.2913,-2.286 -2.0454,-1.4438 -3.5293,-3.5694 l 3.8502,-4.4517 q 1.3635,1.6443 2.8073,2.7672 1.4438,1.1631 2.9277,1.8449 1.4839,0.6818 2.9678,0.9625 1.4839,0.3209 2.9678,0.3209 2.647,0 4.7726,-0.762 2.1256,-0.762 3.6095,-2.2459 1.524,-1.4438 2.3261,-3.6095 0.8021,-2.1657 0.8021,-4.9731 v -3.7298 q -2.1657,2.4865 -5.1335,3.81 -2.9277,1.2834 -6.8179,1.2834 -3.9705,0 -7.1789,-1.6845 -3.2084,-1.6844 -5.4543,-4.6522 -2.2058,-2.9678 -3.409,-6.9783 -1.2032,-4.0507 -1.2032,-8.7029 z m 7.4195,0.8422 q 0,3.1683 0.6417,6.0158 0.6818,2.8475 2.0855,5.0132 1.4438,2.1657 3.6496,3.449 2.2058,1.2433 5.2939,1.2433 1.9251,0 3.4491,-0.4411 1.5641,-0.4813 2.7673,-1.3235 1.2433,-0.8422 2.2058,-2.0053 0.9625,-1.1631 1.6844,-2.5667 v -19.8924 q -0.7219,-1.3635 -1.6844,-2.4865 -0.9625,-1.123 -2.2058,-1.9251 -1.2433,-0.8422 -2.7673,-1.2833 -1.524,-0.4813 -3.3689,-0.4813 -3.1282,0 -5.3741,1.2834 -2.2058,1.2833 -3.6496,3.4891 -1.4037,2.1657 -2.0855,5.0533 -0.6417,2.8475 -0.6417,6.0159 z" style="fill:#326ce5;fill-opacity:1" id="path5670"/>
<path d="m 3707.3943,3743.5685 h -30.6807 v -6.096 h 30.6807 z" style="fill:#326ce5;fill-opacity:1" id="path5672"/>
<path d="m 3752.2321,3750.9479 h -19.4912 l -4.6924,15.1198 h -7.4195 l 18.8496,-58.3936 h 6.2164 l 18.5287,58.3936 h -7.3794 z m -17.4859,-6.457 h 15.5208 l -7.7003,-25.3466 z" style="fill:#326ce5;fill-opacity:1" id="path5674"/>
<path d="m 3788.5277,3761.255 q 0,-1.2032 0.361,-2.2459 0.401,-1.0427 1.1229,-1.8047 0.7219,-0.8022 1.8048,-1.2433 1.0828,-0.4412 2.5266,-0.4412 1.4438,0 2.5267,0.4412 1.1229,0.4411 1.8448,1.2433 0.762,0.762 1.123,1.8047 0.401,1.0427 0.401,2.2459 0,1.1631 -0.401,2.2058 -0.361,1.0026 -1.123,1.7647 -0.7219,0.762 -1.8448,1.163 -1.0829,0.4412 -2.5267,0.4412 -1.4438,0 -2.5266,-0.4412 -1.0829,-0.401 -1.8048,-1.163 -0.7219,-0.7621 -1.1229,-1.7647 -0.361,-1.0427 -0.361,-2.2058 z m 0,-35.1324 q 0,-1.2031 0.361,-2.2459 0.401,-1.0427 1.1229,-1.8047 0.7219,-0.8021 1.8048,-1.2433 1.0828,-0.4412 2.5266,-0.4412 1.4438,0 2.5267,0.4412 1.1229,0.4412 1.8448,1.2433 0.762,0.762 1.123,1.8047 0.401,1.0428 0.401,2.2459 0,1.1631 -0.401,2.2058 -0.361,1.0027 -1.123,1.7647 -0.7219,0.762 -1.8448,1.2031 -1.0829,0.4011 -2.5267,0.4011 -1.4438,0 -2.5266,-0.4011 -1.0829,-0.4411 -1.8048,-1.2031 -0.7219,-0.762 -1.1229,-1.7647 -0.361,-1.0427 -0.361,-2.2058 z" style="fill:#326ce5;fill-opacity:1" id="path5676"/>
<path d="m 3870.7038,3744.0097 q 0,-4.8528 1.2032,-8.9035 1.2432,-4.0907 3.4892,-7.0184 2.286,-2.9277 5.4944,-4.572 3.2084,-1.6444 7.1789,-1.6444 3.8902,0 6.7778,1.3235 2.9277,1.2834 5.0533,3.7699 v -22.4991 h 7.4195 v 61.602 h -6.8179 l -0.3209,-4.5721 q -2.1657,2.647 -5.1736,4.0106 -3.0079,1.3636 -7.0184,1.3636 -3.9304,0 -7.1388,-1.6845 -3.1683,-1.6844 -5.4142,-4.6522 -2.246,-2.9678 -3.4892,-6.9783 -1.2433,-4.0507 -1.2433,-8.7029 z m 7.4195,0.8422 q 0,3.1683 0.6818,6.0158 0.6818,2.8475 2.0855,5.0132 1.4438,2.1657 3.6496,3.449 2.2058,1.2433 5.2939,1.2433 1.885,0 3.409,-0.4411 1.524,-0.4412 2.7673,-1.2433 1.2432,-0.8422 2.2058,-1.9652 0.9625,-1.163 1.6844,-2.5667 v -20.133 q -1.4438,-2.6469 -3.8902,-4.3314 -2.4465,-1.7245 -6.0961,-1.7245 -3.1282,0 -5.3741,1.2834 -2.2058,1.2833 -3.6496,3.4891 -1.4037,2.1657 -2.0855,5.0533 -0.6818,2.8475 -0.6818,6.0159 z" style="fill:#326ce5;fill-opacity:1" id="path5678"/>
<path d="m 3919.2715,3743.9696 q 0,-4.6924 1.3636,-8.7029 1.3636,-4.0507 3.8902,-7.0185 2.5668,-2.9678 6.2164,-4.6522 3.6496,-1.7246 8.2216,-1.7246 4.6121,0 8.2617,1.7246 3.6897,1.6844 6.2164,4.6522 2.5667,2.9678 3.9303,7.0185 1.3636,4.0105 1.3636,8.7029 v 0.8823 q 0,4.6923 -1.3636,8.7029 -1.3636,4.0105 -3.9303,6.9783 -2.5267,2.9678 -6.1763,4.6522 -3.6496,1.6845 -8.2216,1.6845 -4.6121,0 -8.3018,-1.6845 -3.6496,-1.6844 -6.2164,-4.6522 -2.5266,-2.9678 -3.8902,-6.9783 -1.3636,-4.0106 -1.3636,-8.7029 z m 7.4195,0.8823 q 0,3.2084 0.762,6.1361 0.762,2.8876 2.2861,5.0934 1.5641,2.2058 3.8902,3.4892 2.3261,1.2834 5.4142,1.2834 3.048,0 5.3341,-1.2834 2.3261,-1.2834 3.8501,-3.4892 1.5641,-2.2058 2.3261,-5.0934 0.762,-2.9277 0.762,-6.1361 v -0.8823 q 0,-3.1684 -0.8021,-6.056 -0.762,-2.9277 -2.3261,-5.1335 -1.524,-2.2058 -3.8502,-3.4892 -2.286,-1.3234 -5.3741,-1.3234 -3.0881,0 -5.3741,1.3234 -2.286,1.2834 -3.8501,3.4892 -1.5241,2.2058 -2.2861,5.1335 -0.762,2.8876 -0.762,6.056 z" style="fill:#326ce5;fill-opacity:1" id="path5680"/>
<path d="m 3974.0155,3722.6735 0.2005,4.0908 q 1.3235,-2.286 3.4491,-3.5694 2.1657,-1.2834 5.2137,-1.3235 5.9757,0 7.981,4.6523 1.2834,-2.0855 3.3688,-3.3288 2.1256,-1.2834 5.1335,-1.3235 4.7726,0 7.3393,2.9277 2.5668,2.9277 2.5668,8.8633 v 32.4053 h -7.0586 v -32.4855 q 0,-5.4543 -5.0131,-5.4142 -1.3235,0 -2.2861,0.3609 -0.9625,0.361 -1.6042,1.0027 -0.6417,0.6016 -1.0026,1.4438 -0.361,0.8021 -0.4813,1.6844 v 33.4079 h -7.0585 v -32.5256 q 0,-2.6068 -1.1631,-4.0105 -1.1631,-1.4037 -3.6897,-1.3636 -2.3261,0 -3.6095,0.9224 -1.2834,0.9224 -1.885,2.4465 v 34.5308 h -7.0585 v -43.3942 z" style="fill:#326ce5;fill-opacity:1" id="path5682"/>
<path d="m 4021.0191,3722.6735 h 22.1783 v 36.9773 h 14.1573 v 6.4169 h -36.3356 v -6.4169 h 14.7588 v -30.5203 h -14.7588 z m 13.7963,-11.3899 q 0,-1.8449 1.0828,-3.0881 1.123,-1.2834 3.3689,-1.2834 2.2058,0 3.3287,1.2834 1.123,1.2432 1.123,3.0881 0,1.8047 -1.123,3.0079 -1.1229,1.2032 -3.3287,1.2032 -2.2459,0 -3.3689,-1.2032 -1.0828,-1.2032 -1.0828,-3.0079 z" style="fill:#326ce5;fill-opacity:1" id="path5684"/>
<path d="m 4075.7631,3722.6735 0.5213,6.4169 q 2.3663,-3.3688 5.8153,-5.2538 3.4491,-1.9251 7.7003,-1.9652 3.4089,0 6.1762,0.9626 2.8074,0.9625 4.7726,3.0079 1.9651,2.0454 3.0079,5.2137 1.0828,3.1282 1.0828,7.4596 v 27.5525 h -7.4195 v -27.3921 q 0,-2.8876 -0.6417,-4.8928 -0.6417,-2.0053 -1.925,-3.2486 -1.2433,-1.2433 -3.0882,-1.8047 -1.8047,-0.5615 -4.1709,-0.5615 -3.7298,0 -6.5773,1.885 -2.8074,1.8448 -4.4918,4.8928 v 31.1219 h -7.4196 v -43.3942 z" style="fill:#326ce5;fill-opacity:1" id="path5686"/>
<path d="m 4119.5181,3722.6735 h 22.1783 v 36.9773 h 14.1573 v 6.4169 h -36.3356 v -6.4169 h 14.7588 v -30.5203 h -14.7588 z m 13.7963,-11.3899 q 0,-1.8449 1.0828,-3.0881 1.123,-1.2834 3.3689,-1.2834 2.2058,0 3.3288,1.2834 1.1229,1.2432 1.1229,3.0881 0,1.8047 -1.1229,3.0079 -1.123,1.2032 -3.3288,1.2032 -2.2459,0 -3.3689,-1.2032 -1.0828,-1.2032 -1.0828,-3.0079 z" style="fill:#326ce5;fill-opacity:1" id="path5688"/>
<path d="m 4166.241,3744.0097 q 0,-4.8528 1.163,-8.9035 1.1631,-4.0907 3.409,-7.0184 2.2459,-2.9277 5.4945,-4.572 3.2886,-1.6444 7.4596,-1.6444 3.8501,0 6.7778,1.3235 2.9678,1.2834 5.1335,3.7699 l 0.3208,-4.2913 h 6.818 v 60.078 h -7.4195 v -20.6142 q -2.1657,2.286 -5.0533,3.5293 -2.8876,1.2032 -6.6575,1.2032 -4.1309,0 -7.3794,-1.6845 -3.2085,-1.6844 -5.4544,-4.6522 -2.2459,-2.9678 -3.4491,-6.9783 -1.163,-4.0507 -1.163,-8.7029 z m 7.4195,0.8422 q 0,3.1683 0.6818,6.0559 0.7219,2.8876 2.1657,5.0934 1.4438,2.2058 3.6496,3.5293 2.2459,1.2833 5.334,1.2833 3.5694,0 5.9757,-1.6042 2.4064,-1.6042 3.9304,-4.1709 v -21.4164 q -0.762,-1.2432 -1.7647,-2.2459 -0.9625,-1.0427 -2.2058,-1.8047 -1.2031,-0.762 -2.687,-1.1631 -1.4438,-0.4411 -3.1684,-0.4411 -3.0881,0 -5.334,1.3234 -2.2459,1.3235 -3.7298,3.5694 -1.4438,2.2058 -2.1657,5.0934 -0.6818,2.8876 -0.6818,6.056 z" style="fill:#326ce5;fill-opacity:1" id="path5690"/>
<path d="m 4245.0081,3760.0919 q -2.1657,3.2085 -5.4142,5.0132 -3.2486,1.7647 -7.4997,1.7647 -3.409,0 -6.1763,-1.0428 -2.7673,-1.0828 -4.7324,-3.3287 -1.9652,-2.2459 -3.048,-5.695 -1.0428,-3.4892 -1.0428,-8.3419 v -25.7879 h 7.4195 v 25.8681 q 0,3.5293 0.5615,5.8554 0.5615,2.3261 1.6844,3.7298 1.123,1.3636 2.7272,1.925 1.6443,0.5615 3.7699,0.5615 4.5319,0 7.2992,-1.8448 2.8074,-1.8449 4.171,-4.9731 v -31.1219 h 7.4596 v 43.3942 h -6.7377 z" style="fill:#326ce5;fill-opacity:1" id="path5692"/>
<path d="m 4285.274,3766.8698 q -4.572,0 -8.4221,-1.5641 -3.8101,-1.5642 -6.5372,-4.3715 -2.7272,-2.8074 -4.2512,-6.6575 -1.524,-3.8502 -1.524,-8.3821 v -1.6844 q 0,-5.2538 1.6844,-9.3847 1.6844,-4.171 4.4517,-7.0185 2.8074,-2.8875 6.3367,-4.4116 3.5694,-1.524 7.2992,-1.524 4.6923,0 8.1815,1.6444 3.5293,1.6042 5.8554,4.4918 2.3261,2.8475 3.4491,6.7377 1.163,3.8902 1.163,8.4221 v 3.3288 h -31.0015 q 0.1203,2.9678 1.1229,5.5747 1.0428,2.6068 2.8074,4.572 1.8048,1.925 4.2913,3.048 2.4866,1.1229 5.4945,1.1229 3.9704,0 7.0585,-1.6042 3.0881,-1.6042 5.1335,-4.2512 l 4.5319,3.5293 q -1.0828,1.6444 -2.7271,3.1684 -1.6042,1.4839 -3.7298,2.6469 -2.1256,1.1631 -4.8127,1.8449 -2.6871,0.7219 -5.8554,0.7219 z m -0.9625,-38.9023 q -2.2459,0 -4.2512,0.8422 -2.0053,0.8021 -3.6095,2.4063 -1.6042,1.5641 -2.7272,3.8902 -1.0828,2.2861 -1.524,5.294 h 23.3414 v -0.5615 q -0.1203,-2.1657 -0.8422,-4.2913 -0.6818,-2.1256 -2.0454,-3.81 -1.3636,-1.6844 -3.4491,-2.7272 -2.0453,-1.0427 -4.8928,-1.0427 z" style="fill:#326ce5;fill-opacity:1" id="path5694"/>
<path d="m 4333.8417,3760.854 q 2.0053,0 3.8903,-0.6417 1.925,-0.6417 3.4089,-1.7647 1.4839,-1.163 2.3662,-2.687 0.9225,-1.5642 0.9626,-3.3689 h 7.0184 q -0.04,2.8876 -1.524,5.5346 -1.4438,2.6068 -3.8902,4.6121 -2.4464,1.9652 -5.6148,3.1683 -3.1683,1.1631 -6.6174,1.1631 -4.9329,0 -8.6226,-1.7647 -3.6898,-1.7646 -6.1763,-4.7324 -2.4464,-3.0079 -3.6897,-6.8982 -1.2433,-3.9303 -1.2433,-8.2617 v -1.6844 q 0,-4.2913 1.2433,-8.2216 1.2433,-3.9304 3.6897,-6.8982 2.4865,-3.0079 6.1763,-4.7725 3.6897,-1.7647 8.6226,-1.7647 3.8502,0 7.0586,1.2433 3.2485,1.2032 5.5747,3.3288 2.3662,2.0854 3.6897,4.973 1.3234,2.8876 1.3234,6.1763 h -7.0184 q -0.04,-1.9652 -0.8823,-3.6897 -0.8022,-1.7647 -2.2058,-3.0881 -1.4037,-1.3235 -3.3689,-2.0855 -1.9251,-0.762 -4.171,-0.762 -3.449,0 -5.8153,1.4037 -2.3261,1.3635 -3.7699,3.6095 -1.4438,2.2058 -2.0855,4.973 -0.6015,2.7673 -0.6015,5.5747 v 1.6844 q 0,2.8475 0.6015,5.6549 0.6417,2.7673 2.0454,5.0132 1.4438,2.2058 3.7699,3.6095 2.3663,1.3636 5.8554,1.3636 z" style="fill:#326ce5;fill-opacity:1" id="path5696"/>
<path d="m 4372.0221,3729.1305 q 2.3261,-3.4089 5.7351,-5.2939 3.409,-1.9251 7.6602,-1.9652 3.4089,0 6.1762,1.0027 2.8074,0.9625 4.7726,3.048 1.9651,2.0855 3.0079,5.2939 1.0828,3.1683 1.0828,7.5398 v 27.3119 h -7.4195 v -27.3921 q 0,-5.334 -2.5668,-7.9409 -2.5266,-2.6068 -7.259,-2.5667 -3.5694,0 -6.4971,1.7646 -2.8876,1.7246 -4.6924,4.6122 v 31.5229 h -7.4195 v -61.602 h 7.4195 z" style="fill:#326ce5;fill-opacity:1" id="path5698"/>
<path d="m 4442.3671,3766.0677 q -0.4411,-0.8422 -0.7219,-2.0855 -0.2406,-1.2834 -0.3609,-2.647 -1.123,1.123 -2.5267,2.1256 -1.3636,1.0026 -3.048,1.7647 -1.6443,0.762 -3.5293,1.2031 -1.8849,0.4412 -4.0105,0.4412 -3.4491,0 -6.2565,-1.0027 -2.7672,-1.0026 -4.7324,-2.687 -1.9251,-1.7246 -3.0079,-4.0507 -1.0428,-2.3662 -1.0428,-5.0934 0,-3.5694 1.4037,-6.2564 1.4438,-2.6871 4.0507,-4.4517 2.6068,-1.8048 6.2564,-2.6871 3.6897,-0.8823 8.2217,-0.8823 h 8.1013 v -3.409 q 0,-1.9652 -0.7219,-3.5293 -0.7219,-1.5641 -2.0454,-2.6469 -1.3235,-1.123 -3.2486,-1.7246 -1.8849,-0.6015 -4.2511,-0.6015 -2.2058,0 -3.9705,0.5614 -1.7245,0.5615 -2.9277,1.4839 -1.2031,0.9225 -1.8849,2.2058 -0.6417,1.2433 -0.6417,2.6069 h -7.4596 q 0.04,-2.3662 1.2031,-4.6522 1.2032,-2.2861 3.409,-4.0908 2.2459,-1.8449 5.4142,-2.9678 3.2085,-1.123 7.2591,-1.123 3.6897,0 6.858,0.9225 3.1684,0.8823 5.4544,2.7271 2.3261,1.8048 3.6496,4.532 1.3235,2.7271 1.3235,6.3767 v 20.1731 q 0,2.1657 0.401,4.6121 0.4011,2.4063 1.123,4.2111 v 0.6417 z m -13.1145,-5.6549 q 2.1657,0 4.0507,-0.5615 1.8849,-0.5615 3.4089,-1.4839 1.5642,-0.9224 2.6871,-2.0855 1.123,-1.2031 1.7647,-2.4865 v -8.7831 h -6.8982 q -6.4971,0 -10.1066,1.9251 -3.6095,1.925 -3.6095,6.0559 0,1.6042 0.5214,2.9678 0.5615,1.3636 1.6443,2.3662 1.0829,0.9625 2.7272,1.524 1.6443,0.5615 3.81,0.5615 z" style="fill:#326ce5;fill-opacity:1" id="path5700"/>
<path d="m 4499.7179,3744.8519 q 0,4.6522 -1.1229,8.7029 -1.123,4.0105 -3.2887,6.9783 -2.1657,2.9678 -5.3741,4.6522 -3.1683,1.6845 -7.2591,1.6845 -3.9704,0 -7.0184,-1.2834 -3.008,-1.2834 -5.1737,-3.6897 v 20.8548 h -7.4195 v -60.078 h 6.7779 l 0.3609,4.7325 q 2.1657,-2.6871 5.2137,-4.0908 3.0881,-1.4438 7.1388,-1.4438 4.171,0 7.3794,1.6444 3.2084,1.6443 5.3741,4.572 2.1657,2.9277 3.2887,7.0184 1.1229,4.0507 1.1229,8.9035 z m -7.4195,-0.8422 q 0,-3.1684 -0.7219,-6.0159 -0.6818,-2.8876 -2.1657,-5.0533 -1.4438,-2.2058 -3.6897,-3.4891 -2.2459,-1.2834 -5.3741,-1.2834 -3.5694,0 -6.0158,1.6844 -2.4064,1.6444 -3.8502,4.2512 v 20.895 q 1.4438,2.5667 3.8502,4.211 2.4063,1.6042 6.096,1.6042 3.0881,0 5.334,-1.2833 2.2459,-1.3235 3.6897,-3.5293 1.4438,-2.2058 2.1256,-5.0934 0.7219,-2.8876 0.7219,-6.0559 z" style="fill:#326ce5;fill-opacity:1" id="path5702"/>
<path d="m 4548.9674,3744.8519 q 0,4.6522 -1.1229,8.7029 -1.123,4.0105 -3.2887,6.9783 -2.1656,2.9678 -5.3741,4.6522 -3.1683,1.6845 -7.2591,1.6845 -3.9704,0 -7.0184,-1.2834 -3.0079,-1.2834 -5.1736,-3.6897 v 20.8548 h -7.4196 v -60.078 h 6.7779 l 0.3609,4.7325 q 2.1657,-2.6871 5.2137,-4.0908 3.0882,-1.4438 7.1388,-1.4438 4.171,0 7.3794,1.6444 3.2085,1.6443 5.3741,4.572 2.1657,2.9277 3.2887,7.0184 1.1229,4.0507 1.1229,8.9035 z m -7.4195,-0.8422 q 0,-3.1684 -0.7219,-6.0159 -0.6818,-2.8876 -2.1657,-5.0533 -1.4438,-2.2058 -3.6897,-3.4891 -2.2459,-1.2834 -5.3741,-1.2834 -3.5694,0 -6.0158,1.6844 -2.4063,1.6444 -3.8501,4.2512 v 20.895 q 1.4438,2.5667 3.8501,4.211 2.4063,1.6042 6.096,1.6042 3.0881,0 5.334,-1.2833 2.246,-1.3235 3.6897,-3.5293 1.4438,-2.2058 2.1256,-5.0934 0.7219,-2.8876 0.7219,-6.0559 z" style="fill:#326ce5;fill-opacity:1" id="path5704"/>
<path d="m 4590.1157,3766.0677 q -0.4412,-0.8422 -0.7219,-2.0855 -0.2407,-1.2834 -0.361,-2.647 -1.1229,1.123 -2.5266,2.1256 -1.3636,1.0026 -3.0481,1.7647 -1.6443,0.762 -3.5292,1.2031 -1.885,0.4412 -4.0106,0.4412 -3.4491,0 -6.2564,-1.0027 -2.7673,-1.0026 -4.7325,-2.687 -1.925,-1.7246 -3.0079,-4.0507 -1.0427,-2.3662 -1.0427,-5.0934 0,-3.5694 1.4037,-6.2564 1.4438,-2.6871 4.0506,-4.4517 2.6069,-1.8048 6.2565,-2.6871 3.6897,-0.8823 8.2216,-0.8823 h 8.1013 v -3.409 q 0,-1.9652 -0.7219,-3.5293 -0.7219,-1.5641 -2.0454,-2.6469 -1.3235,-1.123 -3.2485,-1.7246 -1.885,-0.6015 -4.2512,-0.6015 -2.2058,0 -3.9705,0.5614 -1.7245,0.5615 -2.9277,1.4839 -1.2031,0.9225 -1.8849,2.2058 -0.6417,1.2433 -0.6417,2.6069 h -7.4596 q 0.04,-2.3662 1.2032,-4.6522 1.2031,-2.2861 3.4089,-4.0908 2.2459,-1.8449 5.4143,-2.9678 3.2084,-1.123 7.259,-1.123 3.6897,0 6.8581,0.9225 3.1683,0.8823 5.4543,2.7271 2.3261,1.8048 3.6496,4.532 1.3235,2.7271 1.3235,6.3767 v 20.1731 q 0,2.1657 0.4011,4.6121 0.401,2.4063 1.1229,4.2111 v 0.6417 z m -13.1145,-5.6549 q 2.1657,0 4.0506,-0.5615 1.885,-0.5615 3.409,-1.4839 1.5641,-0.9224 2.6871,-2.0855 1.1229,-1.2031 1.7646,-2.4865 v -8.7831 h -6.8981 q -6.4971,0 -10.1066,1.9251 -3.6095,1.925 -3.6095,6.0559 0,1.6042 0.5214,2.9678 0.5614,1.3636 1.6443,2.3662 1.0828,0.9625 2.7271,1.524 1.6444,0.5615 3.8101,0.5615 z" style="fill:#326ce5;fill-opacity:1" id="path5706"/>
<path d="m 4639.285,3721.8714 q 1.0427,0 2.1657,0.08 1.1229,0.04 2.1255,0.2006 1.0428,0.1203 1.885,0.3208 0.8823,0.2005 1.4438,0.4412 l -1.0026,7.2591 q -2.1657,-0.4813 -4.1309,-0.6818 -1.9251,-0.2407 -4.0507,-0.2407 -5.2137,0 -8.4622,2.3663 -3.2084,2.3662 -4.7325,6.6174 v 27.8332 h -7.4596 v -43.3942 h 7.0586 l 0.3609,6.8982 q 2.647,-3.5694 6.3367,-5.6148 3.7298,-2.0855 8.4623,-2.0855 z" style="fill:#326ce5;fill-opacity:1" id="path5708"/>
<path d="m 4658.696,3744.0097 q 0,-4.8528 1.2032,-8.9035 1.2432,-4.0907 3.4891,-7.0184 2.286,-2.9277 5.4945,-4.572 3.2084,-1.6444 7.1789,-1.6444 3.8902,0 6.7778,1.3235 2.9277,1.2834 5.0533,3.7699 v -22.4991 h 7.4195 v 61.602 h -6.8179 l -0.3209,-4.5721 q -2.1657,2.647 -5.1736,4.0106 -3.0079,1.3636 -7.0184,1.3636 -3.9304,0 -7.1388,-1.6845 -3.1684,-1.6844 -5.4143,-4.6522 -2.2459,-2.9678 -3.4891,-6.9783 -1.2433,-4.0507 -1.2433,-8.7029 z m 7.4195,0.8422 q 0,3.1683 0.6818,6.0158 0.6818,2.8475 2.0855,5.0132 1.4438,2.1657 3.6496,3.449 2.2058,1.2433 5.2939,1.2433 1.885,0 3.409,-0.4411 1.524,-0.4412 2.7672,-1.2433 1.2433,-0.8422 2.2059,-1.9652 0.9625,-1.163 1.6844,-2.5667 v -20.133 q -1.4438,-2.6469 -3.8903,-4.3314 -2.4464,-1.7245 -6.096,-1.7245 -3.1282,0 -5.3741,1.2834 -2.2058,1.2833 -3.6496,3.4891 -1.4037,2.1657 -2.0855,5.0533 -0.6818,2.8475 -0.6818,6.0159 z" style="fill:#326ce5;fill-opacity:1" id="path5710"/>
<path d="m 2672.6732,3847.0599 h -30.6807 v -6.0961 h 30.6807 z" style="fill:#326ce5;fill-opacity:1" id="path5712"/>
<path d="m 2758.0577,3870.3611 q -4.572,0 -8.4221,-1.5641 -3.81,-1.5641 -6.5372,-4.3715 -2.7272,-2.8074 -4.2512,-6.6575 -1.524,-3.8501 -1.524,-8.382 v -1.6845 q 0,-5.2538 1.6844,-9.3846 1.6845,-4.171 4.4517,-7.0185 2.8074,-2.8876 6.3367,-4.4116 3.5694,-1.524 7.2992,-1.524 4.6923,0 8.1815,1.6443 3.5293,1.6042 5.8554,4.4918 2.3261,2.8475 3.4491,6.7378 1.163,3.8902 1.163,8.4221 v 3.3288 h -31.0015 q 0.1203,2.9678 1.123,5.5746 1.0427,2.6069 2.8074,4.572 1.8047,1.9251 4.2912,3.0481 2.4866,1.1229 5.4945,1.1229 3.9704,0 7.0585,-1.6042 3.0882,-1.6042 5.1335,-4.2512 l 4.532,3.5293 q -1.0829,1.6443 -2.7272,3.1683 -1.6042,1.4839 -3.7298,2.647 -2.1256,1.163 -4.8127,1.8448 -2.687,0.7219 -5.8554,0.7219 z m -0.9625,-38.9023 q -2.2459,0 -4.2512,0.8422 -2.0053,0.8022 -3.6095,2.4064 -1.6042,1.5641 -2.7271,3.8902 -1.0829,2.286 -1.5241,5.2939 h 23.3414 v -0.5615 q -0.1203,-2.1656 -0.8422,-4.2912 -0.6818,-2.1256 -2.0454,-3.8101 -1.3635,-1.6844 -3.449,-2.7271 -2.0454,-1.0428 -4.8929,-1.0428 z" style="fill:#326ce5;fill-opacity:1" id="path5714"/>
<path d="m 2806.6255,3864.3453 q 2.0052,0 3.8902,-0.6417 1.925,-0.6417 3.4089,-1.7646 1.4839,-1.1631 2.3663,-2.6871 0.9224,-1.5641 0.9625,-3.3688 h 7.0185 q -0.04,2.8876 -1.5241,5.5345 -1.4437,2.6069 -3.8902,4.6121 -2.4464,1.9652 -5.6147,3.1684 -3.1684,1.163 -6.6174,1.163 -4.933,0 -8.6227,-1.7646 -3.6897,-1.7646 -6.1763,-4.7325 -2.4464,-3.0079 -3.6897,-6.8981 -1.2432,-3.9303 -1.2432,-8.2617 v -1.6844 q 0,-4.2913 1.2432,-8.2217 1.2433,-3.9303 3.6897,-6.8981 2.4866,-3.0079 6.1763,-4.7726 3.6897,-1.7646 8.6227,-1.7646 3.8501,0 7.0585,1.2433 3.2486,1.2031 5.5747,3.3287 2.3662,2.0855 3.6897,4.9731 1.3235,2.8876 1.3235,6.1762 h -7.0185 q -0.04,-1.9651 -0.8823,-3.6897 -0.8021,-1.7646 -2.2058,-3.0881 -1.4037,-1.3235 -3.3689,-2.0855 -1.925,-0.762 -4.1709,-0.762 -3.4491,0 -5.8153,1.4037 -2.3262,1.3636 -3.77,3.6095 -1.4438,2.2058 -2.0854,4.9731 -0.6016,2.7673 -0.6016,5.5747 v 1.6844 q 0,2.8475 0.6016,5.6549 0.6416,2.7672 2.0453,5.0131 1.4438,2.2058 3.77,3.6095 2.3662,1.3636 5.8554,1.3636 z" style="fill:#326ce5;fill-opacity:1" id="path5716"/>
<path d="m 2835.3009,3847.4609 q 0,-4.6923 1.3636,-8.7029 1.3635,-4.0506 3.8902,-7.0184 2.5667,-2.9678 6.2163,-4.6523 3.6496,-1.7245 8.2217,-1.7245 4.6121,0 8.2617,1.7245 3.6897,1.6845 6.2163,4.6523 2.5668,2.9678 3.9304,7.0184 1.3636,4.0106 1.3636,8.7029 v 0.8823 q 0,4.6924 -1.3636,8.7029 -1.3636,4.0106 -3.9304,6.9784 -2.5266,2.9678 -6.1762,4.6522 -3.6496,1.6844 -8.2216,1.6844 -4.6122,0 -8.3019,-1.6844 -3.6496,-1.6844 -6.2163,-4.6522 -2.5267,-2.9678 -3.8902,-6.9784 -1.3636,-4.0105 -1.3636,-8.7029 z m 7.4195,0.8823 q 0,3.2085 0.762,6.1362 0.762,2.8876 2.286,5.0934 1.5641,2.2058 3.8902,3.4891 2.3261,1.2834 5.4143,1.2834 3.048,0 5.334,-1.2834 2.3261,-1.2833 3.8501,-3.4891 1.5641,-2.2058 2.3261,-5.0934 0.762,-2.9277 0.762,-6.1362 v -0.8823 q 0,-3.1683 -0.8021,-6.0559 -0.762,-2.9277 -2.3261,-5.1335 -1.524,-2.2058 -3.8501,-3.4892 -2.286,-1.3235 -5.3741,-1.3235 -3.0882,0 -5.3742,1.3235 -2.286,1.2834 -3.8501,3.4892 -1.524,2.2058 -2.286,5.1335 -0.762,2.8876 -0.762,6.0559 z" style="fill:#326ce5;fill-opacity:1" id="path5718"/>
<path d="m 2919.0812,3847.0599 h -30.6807 v -6.0961 h 30.6807 z" style="fill:#326ce5;fill-opacity:1" id="path5720"/>
<path d="m 2934.6822,3847.501 q 0,-4.8527 1.1631,-8.9034 1.2031,-4.0908 3.449,-7.0185 2.2459,-2.9277 5.4544,-4.572 3.2084,-1.6443 7.2591,-1.6443 4.0105,0 7.0184,1.4438 3.048,1.4037 5.1736,4.0908 l 0.361,-4.7325 h 6.7377 v 42.4717 q 0,4.2913 -1.3636,7.62 -1.3235,3.3288 -3.7699,5.6549 -2.4063,2.3261 -5.7752,3.5293 -3.3688,1.2032 -7.4596,1.2032 -1.6844,0 -3.8501,-0.4011 -2.1657,-0.3609 -4.4116,-1.2433 -2.2058,-0.8422 -4.2913,-2.286 -2.0454,-1.4438 -3.5293,-3.5694 l 3.8501,-4.4517 q 1.3636,1.6444 2.8074,2.7673 1.4438,1.1631 2.9277,1.8449 1.4839,0.6817 2.9678,0.9625 1.4839,0.3208 2.9678,0.3208 2.647,0 4.7726,-0.762 2.1256,-0.762 3.6095,-2.2459 1.524,-1.4438 2.3261,-3.6095 0.8021,-2.1657 0.8021,-4.9731 v -3.7298 q -2.1657,2.4866 -5.1335,3.8101 -2.9277,1.2833 -6.8179,1.2833 -3.9705,0 -7.1789,-1.6844 -3.2085,-1.6844 -5.4544,-4.6522 -2.2058,-2.9678 -3.4089,-6.9784 -1.2032,-4.0506 -1.2032,-8.7029 z m 7.4195,0.8422 q 0,3.1684 0.6417,6.0159 0.6818,2.8474 2.0855,5.0131 1.4438,2.1657 3.6496,3.4491 2.2058,1.2433 5.2939,1.2433 1.9251,0 3.4491,-0.4412 1.5641,-0.4812 2.7673,-1.3235 1.2432,-0.8422 2.2058,-2.0052 0.9625,-1.1631 1.6844,-2.5668 v -19.8923 q -0.7219,-1.3636 -1.6844,-2.4865 -0.9626,-1.123 -2.2058,-1.9251 -1.2433,-0.8422 -2.7673,-1.2834 -1.524,-0.4812 -3.3689,-0.4812 -3.1282,0 -5.3741,1.2833 -2.2058,1.2834 -3.6496,3.4892 -1.4037,2.1657 -2.0855,5.0533 -0.6417,2.8475 -0.6417,6.0158 z" style="fill:#326ce5;fill-opacity:1" id="path5723"/>
<path d="m 3013.7301,3825.3628 q 1.0427,0 2.1657,0.08 1.1229,0.04 2.1256,0.2005 1.0427,0.1204 1.8849,0.3209 0.8823,0.2005 1.4438,0.4411 l -1.0026,7.2591 q -2.1657,-0.4812 -4.1309,-0.6818 -1.925,-0.2406 -4.0506,-0.2406 -5.2137,0 -8.4623,2.3662 -3.2084,2.3663 -4.7324,6.6174 v 27.8332 h -7.4596 v -43.3941 h 7.0585 l 0.361,6.8981 q 2.6469,-3.5693 6.3366,-5.6147 3.7298,-2.0855 8.4623,-2.0855 z" style="fill:#326ce5;fill-opacity:1" id="path5725"/>
<path d="m 3053.7153,3870.3611 q -4.5721,0 -8.4222,-1.5641 -3.81,-1.5641 -6.5372,-4.3715 -2.7271,-2.8074 -4.2512,-6.6575 -1.524,-3.8501 -1.524,-8.382 v -1.6845 q 0,-5.2538 1.6845,-9.3846 1.6844,-4.171 4.4517,-7.0185 2.8074,-2.8876 6.3366,-4.4116 3.5694,-1.524 7.2992,-1.524 4.6924,0 8.1815,1.6443 3.5293,1.6042 5.8554,4.4918 2.3262,2.8475 3.4491,6.7378 1.1631,3.8902 1.1631,8.4221 v 3.3288 h -31.0016 q 0.1204,2.9678 1.123,5.5746 1.0427,2.6069 2.8074,4.572 1.8047,1.9251 4.2913,3.0481 2.4865,1.1229 5.4944,1.1229 3.9705,0 7.0586,-1.6042 3.0881,-1.6042 5.1335,-4.2512 l 4.5319,3.5293 q -1.0828,1.6443 -2.7272,3.1683 -1.6042,1.4839 -3.7298,2.647 -2.1256,1.163 -4.8126,1.8448 -2.6871,0.7219 -5.8554,0.7219 z m -0.9626,-38.9023 q -2.2459,0 -4.2511,0.8422 -2.0053,0.8022 -3.6095,2.4064 -1.6043,1.5641 -2.7272,3.8902 -1.0829,2.286 -1.524,5.2939 h 23.3414 v -0.5615 q -0.1204,-2.1656 -0.8423,-4.2912 -0.6817,-2.1256 -2.0453,-3.8101 -1.3636,-1.6844 -3.4491,-2.7271 -2.0454,-1.0428 -4.8929,-1.0428 z" style="fill:#326ce5;fill-opacity:1" id="path5727"/>
<path d="m 3102.9648,3870.3611 q -4.572,0 -8.4222,-1.5641 -3.81,-1.5641 -6.5372,-4.3715 -2.7271,-2.8074 -4.2511,-6.6575 -1.5241,-3.8501 -1.5241,-8.382 v -1.6845 q 0,-5.2538 1.6845,-9.3846 1.6844,-4.171 4.4517,-7.0185 2.8074,-2.8876 6.3366,-4.4116 3.5694,-1.524 7.2992,-1.524 4.6924,0 8.1816,1.6443 3.5292,1.6042 5.8554,4.4918 2.3261,2.8475 3.449,6.7378 1.1631,3.8902 1.1631,8.4221 v 3.3288 h -31.0015 q 0.1203,2.9678 1.1229,5.5746 1.0428,2.6069 2.8074,4.572 1.8047,1.9251 4.2913,3.0481 2.4865,1.1229 5.4944,1.1229 3.9705,0 7.0586,-1.6042 3.0881,-1.6042 5.1335,-4.2512 l 4.5319,3.5293 q -1.0828,1.6443 -2.7272,3.1683 -1.6042,1.4839 -3.7298,2.647 -2.1256,1.163 -4.8126,1.8448 -2.6871,0.7219 -5.8554,0.7219 z m -0.9626,-38.9023 q -2.2459,0 -4.2511,0.8422 -2.0053,0.8022 -3.6095,2.4064 -1.6042,1.5641 -2.7272,3.8902 -1.0828,2.286 -1.524,5.2939 h 23.3414 v -0.5615 q -0.1203,-2.1656 -0.8422,-4.2912 -0.6818,-2.1256 -2.0454,-3.8101 -1.3636,-1.6844 -3.4491,-2.7271 -2.0454,-1.0428 -4.8929,-1.0428 z" style="fill:#326ce5;fill-opacity:1" id="path5729"/>
<path d="m 3139.7014,3826.1649 0.5213,6.4169 q 2.3662,-3.3689 5.8153,-5.2538 3.4491,-1.9251 7.7003,-1.9652 3.4089,0 6.1762,0.9625 2.8074,0.9626 4.7726,3.0079 1.9651,2.0454 3.0079,5.2138 1.0828,3.1282 1.0828,7.4596 v 27.5524 h -7.4195 v -27.392 q 0,-2.8876 -0.6417,-4.8929 -0.6417,-2.0053 -1.925,-3.2485 -1.2433,-1.2433 -3.0882,-1.8048 -1.8047,-0.5614 -4.1709,-0.5614 -3.7298,0 -6.5773,1.8849 -2.8074,1.8449 -4.4918,4.8929 v 31.1218 h -7.4196 v -43.3941 z" style="fill:#326ce5;fill-opacity:1" id="path5731"/>
<path d="m 3214.7387,3847.0599 h -30.6806 v -6.0961 h 30.6806 z" style="fill:#326ce5;fill-opacity:1" id="path5733"/>
<path d="m 3235.1123,3826.1649 0.2005,4.0908 q 1.3235,-2.286 3.4491,-3.5694 2.1657,-1.2834 5.2137,-1.3235 5.9757,0 7.981,4.6522 1.2834,-2.0855 3.3688,-3.3287 2.1256,-1.2834 5.1335,-1.3235 4.7726,0 7.3393,2.9277 2.5668,2.9277 2.5668,8.8633 v 32.4052 h -7.0586 v -32.4854 q 0,-5.4543 -5.0131,-5.4142 -1.3235,0 -2.2861,0.3609 -0.9625,0.361 -1.6042,1.0026 -0.6417,0.6016 -1.0026,1.4438 -0.361,0.8021 -0.4813,1.6845 v 33.4078 h -7.0585 v -32.5255 q 0,-2.6069 -1.1631,-4.0106 -1.1631,-1.4036 -3.6897,-1.3635 -2.3261,0 -3.6095,0.9224 -1.2834,0.9224 -1.885,2.4464 v 34.5308 h -7.0585 v -43.3941 z" style="fill:#326ce5;fill-opacity:1" id="path5735"/>
<path d="m 3309.4678,3869.559 q -0.4411,-0.8422 -0.7219,-2.0855 -0.2406,-1.2833 -0.3609,-2.6469 -1.123,1.1229 -2.5267,2.1256 -1.3636,1.0026 -3.048,1.7646 -1.6443,0.762 -3.5293,1.2032 -1.8849,0.4411 -4.0105,0.4411 -3.4491,0 -6.2565,-1.0026 -2.7672,-1.0026 -4.7324,-2.6871 -1.9251,-1.7245 -3.0079,-4.0506 -1.0428,-2.3662 -1.0428,-5.0934 0,-3.5694 1.4037,-6.2565 1.4438,-2.687 4.0507,-4.4517 2.6068,-1.8047 6.2564,-2.687 3.6897,-0.8824 8.2217,-0.8824 h 8.1013 v -3.4089 q 0,-1.9652 -0.7219,-3.5293 -0.7219,-1.5641 -2.0454,-2.647 -1.3235,-1.1229 -3.2486,-1.7245 -1.8849,-0.6016 -4.2511,-0.6016 -2.2058,0 -3.9705,0.5615 -1.7245,0.5615 -2.9277,1.4839 -1.2031,0.9224 -1.8849,2.2058 -0.6417,1.2433 -0.6417,2.6068 h -7.4596 q 0.04,-2.3662 1.2031,-4.6522 1.2032,-2.286 3.409,-4.0907 2.2459,-1.8449 5.4142,-2.9678 3.2085,-1.123 7.2591,-1.123 3.6897,0 6.8581,0.9224 3.1683,0.8823 5.4543,2.7272 2.3261,1.8047 3.6496,4.5319 1.3235,2.7272 1.3235,6.3768 v 20.173 q 0,2.1657 0.401,4.6122 0.4011,2.4063 1.123,4.211 v 0.6417 z m -13.1145,-5.6548 q 2.1657,0 4.0507,-0.5615 1.8849,-0.5615 3.409,-1.4839 1.5641,-0.9224 2.687,-2.0855 1.123,-1.2032 1.7647,-2.4865 v -8.7831 h -6.8982 q -6.4971,0 -10.1066,1.925 -3.6094,1.9251 -3.6094,6.0559 0,1.6043 0.5213,2.9678 0.5615,1.3636 1.6443,2.3663 1.0829,0.9625 2.7272,1.524 1.6443,0.5615 3.81,0.5615 z" style="fill:#326ce5;fill-opacity:1" id="path5737"/>
<path d="m 3348.691,3864.3453 q 2.0052,0 3.8902,-0.6417 1.9251,-0.6417 3.409,-1.7646 1.4839,-1.1631 2.3662,-2.6871 0.9224,-1.5641 0.9625,-3.3688 h 7.0185 q -0.04,2.8876 -1.524,5.5345 -1.4438,2.6069 -3.8903,4.6121 -2.4464,1.9652 -5.6147,3.1684 -3.1684,1.163 -6.6174,1.163 -4.933,0 -8.6227,-1.7646 -3.6897,-1.7646 -6.1762,-4.7325 -2.4465,-3.0079 -3.6897,-6.8981 -1.2433,-3.9303 -1.2433,-8.2617 v -1.6844 q 0,-4.2913 1.2433,-8.2217 1.2432,-3.9303 3.6897,-6.8981 2.4865,-3.0079 6.1762,-4.7726 3.6897,-1.7646 8.6227,-1.7646 3.8501,0 7.0585,1.2433 3.2486,1.2031 5.5747,3.3287 2.3662,2.0855 3.6897,4.9731 1.3235,2.8876 1.3235,6.1762 h -7.0185 q -0.04,-1.9651 -0.8823,-3.6897 -0.8021,-1.7646 -2.2058,-3.0881 -1.4037,-1.3235 -3.3689,-2.0855 -1.925,-0.762 -4.1709,-0.762 -3.4491,0 -5.8153,1.4037 -2.3261,1.3636 -3.7699,3.6095 -1.4438,2.2058 -2.0855,4.9731 -0.6016,2.7673 -0.6016,5.5747 v 1.6844 q 0,2.8475 0.6016,5.6549 0.6417,2.7672 2.0454,5.0131 1.4438,2.2058 3.7699,3.6095 2.3662,1.3636 5.8554,1.3636 z" style="fill:#326ce5;fill-opacity:1" id="path5739"/>
<path d="m 3386.8714,3832.6219 q 2.3261,-3.409 5.7351,-5.2939 3.4089,-1.9251 7.6601,-1.9652 3.409,0 6.1762,1.0026 2.8074,0.9626 4.7726,3.0481 1.9652,2.0854 3.0079,5.2939 1.0829,3.1683 1.0829,7.5398 v 27.3118 h -7.4196 v -27.392 q 0,-5.334 -2.5667,-7.9409 -2.5267,-2.6068 -7.2591,-2.5667 -3.5694,0 -6.4971,1.7646 -2.8876,1.7245 -4.6923,4.6121 v 31.5229 h -7.4195 v -61.602 h 7.4195 z" style="fill:#326ce5;fill-opacity:1" id="path5741"/>
<path d="m 3429.8644,3826.1649 h 22.1784 v 36.9773 H 3466.2 v 6.4168 h -36.3356 v -6.4168 h 14.7588 v -30.5203 h -14.7588 z m 13.7963,-11.3899 q 0,-1.8449 1.0829,-3.0882 1.1229,-1.2833 3.3688,-1.2833 2.2058,0 3.3288,1.2833 1.1229,1.2433 1.1229,3.0882 0,1.8047 -1.1229,3.0079 -1.123,1.2031 -3.3288,1.2031 -2.2459,0 -3.3688,-1.2031 -1.0829,-1.2032 -1.0829,-3.0079 z" style="fill:#326ce5;fill-opacity:1" id="path5743"/>
<path d="m 3484.6084,3826.1649 0.5214,6.4169 q 2.3662,-3.3689 5.8153,-5.2538 3.449,-1.9251 7.7002,-1.9652 3.409,0 6.1763,0.9625 2.8073,0.9626 4.7725,3.0079 1.9652,2.0454 3.0079,5.2138 1.0829,3.1282 1.0829,7.4596 v 27.5524 h -7.4196 v -27.392 q 0,-2.8876 -0.6416,-4.8929 -0.6417,-2.0053 -1.9251,-3.2485 -1.2433,-1.2433 -3.0881,-1.8048 -1.8048,-0.5614 -4.171,-0.5614 -3.7298,0 -6.5773,1.8849 -2.8074,1.8449 -4.4918,4.8929 v 31.1218 h -7.4195 v -43.3941 z" style="fill:#326ce5;fill-opacity:1" id="path5745"/>
<path d="m 3546.3708,3870.3611 q -4.572,0 -8.4221,-1.5641 -3.8101,-1.5641 -6.5372,-4.3715 -2.7272,-2.8074 -4.2512,-6.6575 -1.524,-3.8501 -1.524,-8.382 v -1.6845 q 0,-5.2538 1.6844,-9.3846 1.6844,-4.171 4.4517,-7.0185 2.8074,-2.8876 6.3367,-4.4116 3.5694,-1.524 7.2992,-1.524 4.6923,0 8.1815,1.6443 3.5293,1.6042 5.8554,4.4918 2.3261,2.8475 3.4491,6.7378 1.163,3.8902 1.163,8.4221 v 3.3288 h -31.0015 q 0.1203,2.9678 1.1229,5.5746 1.0428,2.6069 2.8074,4.572 1.8048,1.9251 4.2913,3.0481 2.4866,1.1229 5.4945,1.1229 3.9704,0 7.0585,-1.6042 3.0882,-1.6042 5.1335,-4.2512 l 4.5319,3.5293 q -1.0828,1.6443 -2.7271,3.1683 -1.6042,1.4839 -3.7298,2.647 -2.1256,1.163 -4.8127,1.8448 -2.6871,0.7219 -5.8554,0.7219 z m -0.9625,-38.9023 q -2.2459,0 -4.2512,0.8422 -2.0053,0.8022 -3.6095,2.4064 -1.6042,1.5641 -2.7272,3.8902 -1.0828,2.286 -1.524,5.2939 h 23.3414 v -0.5615 q -0.1203,-2.1656 -0.8422,-4.2912 -0.6818,-2.1256 -2.0454,-3.8101 -1.3636,-1.6844 -3.4491,-2.7271 -2.0453,-1.0428 -4.8928,-1.0428 z" style="fill:#326ce5;fill-opacity:1" id="path5747"/>
<path d="m 3608.8952,3847.0599 h -30.6807 v -6.0961 h 30.6807 z" style="fill:#326ce5;fill-opacity:1" id="path5749"/>
<path d="m 3627.0229,3826.1649 h 22.1783 v 36.9773 h 14.1572 v 6.4168 h -36.3355 v -6.4168 h 14.7588 v -30.5203 h -14.7588 z m 13.7963,-11.3899 q 0,-1.8449 1.0828,-3.0882 1.123,-1.2833 3.3689,-1.2833 2.2058,0 3.3287,1.2833 1.123,1.2433 1.123,3.0882 0,1.8047 -1.123,3.0079 -1.1229,1.2031 -3.3287,1.2031 -2.2459,0 -3.3689,-1.2031 -1.0828,-1.2032 -1.0828,-3.0079 z" style="fill:#326ce5;fill-opacity:1" id="path5751"/>
<path d="m 3693.598,3864.3453 q 2.0052,0 3.8902,-0.6417 1.925,-0.6417 3.409,-1.7646 1.4839,-1.1631 2.3662,-2.6871 0.9224,-1.5641 0.9625,-3.3688 h 7.0185 q -0.04,2.8876 -1.524,5.5345 -1.4438,2.6069 -3.8903,4.6121 -2.4464,1.9652 -5.6147,3.1684 -3.1684,1.163 -6.6174,1.163 -4.933,0 -8.6227,-1.7646 -3.6897,-1.7646 -6.1763,-4.7325 -2.4464,-3.0079 -3.6897,-6.8981 -1.2432,-3.9303 -1.2432,-8.2617 v -1.6844 q 0,-4.2913 1.2432,-8.2217 1.2433,-3.9303 3.6897,-6.8981 2.4866,-3.0079 6.1763,-4.7726 3.6897,-1.7646 8.6227,-1.7646 3.8501,0 7.0585,1.2433 3.2486,1.2031 5.5747,3.3287 2.3662,2.0855 3.6897,4.9731 1.3235,2.8876 1.3235,6.1762 h -7.0185 q -0.04,-1.9651 -0.8823,-3.6897 -0.8021,-1.7646 -2.2058,-3.0881 -1.4037,-1.3235 -3.3689,-2.0855 -1.925,-0.762 -4.1709,-0.762 -3.4491,0 -5.8153,1.4037 -2.3262,1.3636 -3.77,3.6095 -1.4437,2.2058 -2.0854,4.9731 -0.6016,2.7673 -0.6016,5.5747 v 1.6844 q 0,2.8475 0.6016,5.6549 0.6417,2.7672 2.0453,5.0131 1.4438,2.2058 3.77,3.6095 2.3662,1.3636 5.8554,1.3636 z" style="fill:#326ce5;fill-opacity:1" id="path5753"/>
<path d="m 3722.2734,3847.4609 q 0,-4.6923 1.3635,-8.7029 1.3636,-4.0506 3.8903,-7.0184 2.5667,-2.9678 6.2163,-4.6523 3.6496,-1.7245 8.2216,-1.7245 4.6122,0 8.2618,1.7245 3.6897,1.6845 6.2163,4.6523 2.5668,2.9678 3.9304,7.0184 1.3635,4.0106 1.3635,8.7029 v 0.8823 q 0,4.6924 -1.3635,8.7029 -1.3636,4.0106 -3.9304,6.9784 -2.5266,2.9678 -6.1762,4.6522 -3.6496,1.6844 -8.2216,1.6844 -4.6122,0 -8.3019,-1.6844 -3.6496,-1.6844 -6.2163,-4.6522 -2.5267,-2.9678 -3.8903,-6.9784 -1.3635,-4.0105 -1.3635,-8.7029 z m 7.4195,0.8823 q 0,3.2085 0.762,6.1362 0.762,2.8876 2.286,5.0934 1.5641,2.2058 3.8902,3.4891 2.3261,1.2834 5.4143,1.2834 3.048,0 5.334,-1.2834 2.3261,-1.2833 3.8501,-3.4891 1.5641,-2.2058 2.3261,-5.0934 0.762,-2.9277 0.762,-6.1362 v -0.8823 q 0,-3.1683 -0.8021,-6.0559 -0.762,-2.9277 -2.3261,-5.1335 -1.524,-2.2058 -3.8501,-3.4892 -2.286,-1.3235 -5.3742,-1.3235 -3.0881,0 -5.3741,1.3235 -2.286,1.2834 -3.8501,3.4892 -1.524,2.2058 -2.286,5.1335 -0.762,2.8876 -0.762,6.0559 z" style="fill:#326ce5;fill-opacity:1" id="path5755"/>
<path d="m 3780.266,3826.1649 0.5214,6.4169 q 2.3662,-3.3689 5.8153,-5.2538 3.449,-1.9251 7.7002,-1.9652 3.409,0 6.1762,0.9625 2.8074,0.9626 4.7726,3.0079 1.9652,2.0454 3.0079,5.2138 1.0829,3.1282 1.0829,7.4596 v 27.5524 h -7.4196 v -27.392 q 0,-2.8876 -0.6416,-4.8929 -0.6417,-2.0053 -1.9251,-3.2485 -1.2433,-1.2433 -3.0881,-1.8048 -1.8048,-0.5614 -4.171,-0.5614 -3.7298,0 -6.5773,1.8849 -2.8074,1.8449 -4.4918,4.8929 v 31.1218 h -7.4195 v -43.3941 z" style="fill:#326ce5;fill-opacity:1" id="path5757"/>
<path d="m 3879.4468,3845.8567 q 0,-5.7351 0.8823,-10.7884 0.9224,-5.0533 2.4465,-9.3446 1.524,-4.3313 3.4891,-7.9007 2.0053,-3.5694 4.171,-6.3367 2.2058,-2.7673 4.4116,-4.7324 2.2058,-1.9652 4.2111,-3.0882 l 1.5641,4.8929 q -2.4865,1.885 -4.9731,5.1335 -2.4464,3.2486 -4.4116,7.9008 -1.9251,4.6121 -3.1683,10.668 -1.2032,6.0159 -1.2032,13.5156 v 0.5615 q 0,7.4997 1.2032,13.5556 1.2432,6.0559 3.1683,10.7082 1.9652,4.6522 4.4116,7.9409 2.4866,3.3287 4.9731,5.334 l -1.5641,4.5319 q -2.0053,-1.123 -4.2512,-3.0881 -2.2058,-1.9251 -4.4116,-4.7325 -2.1657,-2.7672 -4.171,-6.3366 -1.9651,-3.5293 -3.4891,-7.8206 -1.484,-4.3314 -2.4064,-9.3847 -0.8823,-5.0533 -0.8823,-10.7884 z" style="fill:#326ce5;fill-opacity:1" id="path5759"/>
<path d="m 3959.1364,3861.8989 q -3.6897,4.3314 -8.4623,6.4169 -4.7725,2.0854 -10.4675,2.0453 -3.6095,-0.04 -6.6575,-1.0828 -3.0079,-1.0829 -5.4143,-2.9277 -2.4063,-1.885 -4.211,-4.4116 -1.8048,-2.5267 -3.0481,-5.4544 -1.2031,-2.9678 -1.8448,-6.1762 -0.6016,-3.2485 -0.6417,-6.5372 v -6.7778 q 0.04,-3.2486 0.5615,-6.457 0.5615,-3.2485 1.6844,-6.2163 1.123,-2.9678 2.8074,-5.4945 1.6844,-2.5667 4.0105,-4.4116 2.3663,-1.885 5.3341,-2.9678 2.9678,-1.0828 6.6575,-1.0828 4.0907,0 7.5398,1.2833 3.4491,1.2433 6.0158,3.6095 2.5668,2.3261 4.1309,5.6549 1.5641,3.2886 1.9251,7.3794 h -7.3393 q -0.4412,-2.5266 -1.3636,-4.6522 -0.9225,-2.1657 -2.4465,-3.6897 -1.4839,-1.524 -3.5694,-2.3663 -2.0854,-0.8823 -4.8527,-0.8823 -2.647,0 -4.6924,0.9224 -2.0453,0.8824 -3.5693,2.4064 -1.524,1.524 -2.5267,3.5694 -1.0026,2.0052 -1.6443,4.2511 -0.6417,2.2459 -0.9224,4.5721 -0.2808,2.3261 -0.2808,4.4918 v 6.858 q 0.04,2.2058 0.361,4.572 0.3609,2.3261 1.0828,4.5721 0.7219,2.2459 1.8449,4.2511 1.1229,2.0053 2.687,3.5293 1.6043,1.524 3.6897,2.4465 2.0855,0.8823 4.7325,0.9224 1.524,0.04 3.1683,-0.1203 1.6845,-0.1605 3.2486,-0.6417 1.5641,-0.4813 2.9277,-1.2834 1.3636,-0.8422 2.286,-2.1657 l 0.08,-13.1145 h -11.8712 v -6.2564 h 18.9297 z" style="fill:#326ce5;fill-opacity:1" id="path5761"/>
<path d="m 3989.7769,3870.3611 q -4.572,0 -8.4221,-1.5641 -3.81,-1.5641 -6.5372,-4.3715 -2.7272,-2.8074 -4.2512,-6.6575 -1.524,-3.8501 -1.524,-8.382 v -1.6845 q 0,-5.2538 1.6844,-9.3846 1.6845,-4.171 4.4517,-7.0185 2.8074,-2.8876 6.3367,-4.4116 3.5694,-1.524 7.2992,-1.524 4.6923,0 8.1815,1.6443 3.5293,1.6042 5.8554,4.4918 2.3261,2.8475 3.4491,6.7378 1.1631,3.8902 1.1631,8.4221 v 3.3288 h -31.0016 q 0.1203,2.9678 1.123,5.5746 1.0427,2.6069 2.8074,4.572 1.8047,1.9251 4.2912,3.0481 2.4866,1.1229 5.4945,1.1229 3.9704,0 7.0586,-1.6042 3.0881,-1.6042 5.1335,-4.2512 l 4.5319,3.5293 q -1.0829,1.6443 -2.7272,3.1683 -1.6042,1.4839 -3.7298,2.647 -2.1256,1.163 -4.8127,1.8448 -2.687,0.7219 -5.8554,0.7219 z m -0.9625,-38.9023 q -2.2459,0 -4.2512,0.8422 -2.0052,0.8022 -3.6095,2.4064 -1.6042,1.5641 -2.7271,3.8902 -1.0829,2.286 -1.524,5.2939 h 23.3413 v -0.5615 q -0.1203,-2.1656 -0.8422,-4.2912 -0.6818,-2.1256 -2.0454,-3.8101 -1.3635,-1.6844 -3.449,-2.7271 -2.0454,-1.0428 -4.8929,-1.0428 z" style="fill:#326ce5;fill-opacity:1" id="path5763"/>
<path d="m 4048.371,3869.559 q -0.4411,-0.8422 -0.7219,-2.0855 -0.2406,-1.2833 -0.3609,-2.6469 -1.123,1.1229 -2.5267,2.1256 -1.3636,1.0026 -3.048,1.7646 -1.6443,0.762 -3.5293,1.2032 -1.8849,0.4411 -4.0105,0.4411 -3.4491,0 -6.2565,-1.0026 -2.7672,-1.0026 -4.7324,-2.6871 -1.9251,-1.7245 -3.0079,-4.0506 -1.0428,-2.3662 -1.0428,-5.0934 0,-3.5694 1.4037,-6.2565 1.4438,-2.687 4.0507,-4.4517 2.6068,-1.8047 6.2564,-2.687 3.6897,-0.8824 8.2217,-0.8824 h 8.1013 v -3.4089 q 0,-1.9652 -0.7219,-3.5293 -0.7219,-1.5641 -2.0454,-2.647 -1.3235,-1.1229 -3.2486,-1.7245 -1.8849,-0.6016 -4.2511,-0.6016 -2.2058,0 -3.9705,0.5615 -1.7245,0.5615 -2.9277,1.4839 -1.2031,0.9224 -1.8849,2.2058 -0.6417,1.2433 -0.6417,2.6068 h -7.4596 q 0.04,-2.3662 1.2031,-4.6522 1.2032,-2.286 3.409,-4.0907 2.2459,-1.8449 5.4142,-2.9678 3.2085,-1.123 7.2591,-1.123 3.6897,0 6.8581,0.9224 3.1683,0.8823 5.4543,2.7272 2.3261,1.8047 3.6496,4.5319 1.3235,2.7272 1.3235,6.3768 v 20.173 q 0,2.1657 0.401,4.6122 0.4011,2.4063 1.123,4.211 v 0.6417 z m -13.1145,-5.6548 q 2.1657,0 4.0507,-0.5615 1.8849,-0.5615 3.409,-1.4839 1.5641,-0.9224 2.687,-2.0855 1.123,-1.2032 1.7647,-2.4865 v -8.7831 h -6.8982 q -6.4971,0 -10.1066,1.925 -3.6094,1.9251 -3.6094,6.0559 0,1.6043 0.5213,2.9678 0.5615,1.3636 1.6443,2.3663 1.0829,0.9625 2.7272,1.524 1.6443,0.5615 3.81,0.5615 z" style="fill:#326ce5;fill-opacity:1" id="path5765"/>
<path d="m 4097.5403,3825.3628 q 1.0428,0 2.1657,0.08 1.123,0.04 2.1256,0.2005 1.0428,0.1204 1.885,0.3209 0.8823,0.2005 1.4438,0.4411 l -1.0027,7.2591 q -2.1657,-0.4812 -4.1308,-0.6818 -1.9251,-0.2406 -4.0507,-0.2406 -5.2137,0 -8.4622,2.3662 -3.2085,2.3663 -4.7325,6.6174 v 27.8332 h -7.4596 v -43.3941 h 7.0586 l 0.3609,6.8981 q 2.647,-3.5693 6.3367,-5.6147 3.7298,-2.0855 8.4622,-2.0855 z" style="fill:#326ce5;fill-opacity:1" id="path5767"/>
<path d="m 4147.1909,3858.0488 q 0,-1.3235 -0.5214,-2.3663 -0.5213,-1.0828 -1.7646,-1.9651 -1.2433,-0.8824 -3.2887,-1.6043 -2.0453,-0.762 -5.0934,-1.3635 -3.7298,-0.762 -6.8179,-1.8449 -3.048,-1.0828 -5.2538,-2.5667 -2.1657,-1.524 -3.3689,-3.5293 -1.2031,-2.0454 -1.2031,-4.7325 0,-2.6469 1.2432,-4.9329 1.2433,-2.3262 3.4892,-4.0507 2.2459,-1.7245 5.334,-2.7272 3.1283,-1.0026 6.8581,-1.0026 4.0105,0 7.219,1.0427 3.2084,1.0428 5.4543,2.8876 2.2459,1.8449 3.4491,4.3314 1.2432,2.4465 1.2432,5.2939 h -7.4195 q 0,-1.4036 -0.7219,-2.7271 -0.7219,-1.3636 -2.0052,-2.4064 -1.2834,-1.0427 -3.1283,-1.6844 -1.8047,-0.6417 -4.0907,-0.6417 -2.3662,0 -4.171,0.5214 -1.7646,0.5214 -2.9678,1.4037 -1.1631,0.8823 -1.7646,2.0454 -0.6016,1.163 -0.6016,2.4063 0,1.2834 0.4812,2.286 0.4813,1.0026 1.6444,1.8048 1.2031,0.8021 3.1683,1.4438 2.0053,0.6416 5.0533,1.2432 4.0105,0.8422 7.1789,1.9652 3.1683,1.0828 5.334,2.647 2.1657,1.524 3.2886,3.5693 1.1631,2.0454 1.1631,4.7325 0,2.8876 -1.3235,5.2538 -1.2834,2.3662 -3.6095,4.0507 -2.3261,1.6844 -5.5746,2.6068 -3.2486,0.9224 -7.0987,0.9224 -4.4116,0 -7.8607,-1.163 -3.449,-1.2032 -5.8554,-3.1282 -2.3662,-1.9652 -3.6496,-4.532 -1.2432,-2.5667 -1.2432,-5.334 h 7.4195 q 0.1604,2.286 1.2031,3.8501 1.0829,1.5641 2.647,2.5267 1.6042,0.9625 3.5293,1.3636 1.925,0.401 3.81,0.401 4.6923,0 7.4195,-1.7245 2.7272,-1.7246 2.7673,-4.572 z" style="fill:#326ce5;fill-opacity:1" id="path5769"/>
<path d="m 4194.6758,3846.2577 q 0,5.7351 -0.9225,10.7884 -0.8823,5.0533 -2.4063,9.3847 -1.524,4.2913 -3.5293,7.8206 -1.9651,3.5694 -4.1709,6.3366 -2.1657,2.8074 -4.4116,4.7325 -2.2058,1.9651 -4.2111,3.0881 l -1.5641,-4.5319 q 2.4865,-1.8449 4.9329,-5.1736 2.4866,-3.2887 4.4116,-7.981 1.9652,-4.6924 3.1684,-10.7884 1.2432,-6.096 1.2432,-13.5957 v -0.5615 q 0,-7.4997 -1.2833,-13.5958 -1.2834,-6.1361 -3.3288,-10.8284 -2.0053,-4.7325 -4.4517,-8.0211 -2.4063,-3.2887 -4.6923,-5.1335 l 1.5641,-4.532 q 2.0053,1.123 4.2111,3.0882 2.2459,1.9651 4.4116,4.7324 2.2058,2.7673 4.1709,6.3367 2.0053,3.5694 3.5293,7.9007 1.524,4.2913 2.4063,9.3446 0.9225,5.0533 0.9225,10.7884 z" style="fill:#326ce5;fill-opacity:1" id="path5771"/>
<path d="m 4231.7733,3864.7464 q 0,-1.2032 0.361,-2.2459 0.401,-1.0428 1.1229,-1.8048 0.7219,-0.8021 1.8048,-1.2433 1.0828,-0.4411 2.5266,-0.4411 1.4438,0 2.5267,0.4411 1.1229,0.4412 1.8448,1.2433 0.762,0.762 1.123,1.8048 0.401,1.0427 0.401,2.2459 0,1.163 -0.401,2.2058 -0.361,1.0026 -1.123,1.7646 -0.7219,0.762 -1.8448,1.1631 -1.0829,0.4411 -2.5267,0.4411 -1.4438,0 -2.5266,-0.4411 -1.0829,-0.4011 -1.8048,-1.1631 -0.7219,-0.762 -1.1229,-1.7646 -0.361,-1.0428 -0.361,-2.2058 z m 0,-35.1324 q 0,-1.2032 0.361,-2.2459 0.401,-1.0428 1.1229,-1.8048 0.7219,-0.8021 1.8048,-1.2432 1.0828,-0.4412 2.5266,-0.4412 1.4438,0 2.5267,0.4412 1.1229,0.4411 1.8448,1.2432 0.762,0.762 1.123,1.8048 0.401,1.0427 0.401,2.2459 0,1.163 -0.401,2.2058 -0.361,1.0026 -1.123,1.7646 -0.7219,0.762 -1.8448,1.2032 -1.0829,0.401 -2.5267,0.401 -1.4438,0 -2.5266,-0.401 -1.0829,-0.4412 -1.8048,-1.2032 -0.7219,-0.762 -1.1229,-1.7646 -0.361,-1.0428 -0.361,-2.2058 z" style="fill:#326ce5;fill-opacity:1" id="path5773"/>
<path d="m 4313.9494,3847.501 q 0,-4.8527 1.2032,-8.9034 1.2432,-4.0908 3.4892,-7.0185 2.286,-2.9277 5.4944,-4.572 3.2084,-1.6443 7.1789,-1.6443 3.8902,0 6.7778,1.3235 2.9277,1.2834 5.0533,3.7699 v -22.4992 h 7.4195 v 61.602 h -6.8179 l -0.3209,-4.572 q -2.1657,2.647 -5.1736,4.0105 -3.0079,1.3636 -7.0184,1.3636 -3.9304,0 -7.1388,-1.6844 -3.1683,-1.6844 -5.4142,-4.6522 -2.2459,-2.9678 -3.4892,-6.9784 -1.2433,-4.0506 -1.2433,-8.7029 z m 7.4195,0.8422 q 0,3.1684 0.6818,6.0159 0.6818,2.8474 2.0855,5.0131 1.4438,2.1657 3.6496,3.4491 2.2058,1.2433 5.2939,1.2433 1.885,0 3.409,-0.4412 1.524,-0.4411 2.7673,-1.2433 1.2432,-0.8422 2.2058,-1.9651 0.9625,-1.1631 1.6844,-2.5668 v -20.1329 q -1.4438,-2.647 -3.8902,-4.3314 -2.4465,-1.7245 -6.0961,-1.7245 -3.1282,0 -5.3741,1.2833 -2.2058,1.2834 -3.6496,3.4892 -1.4037,2.1657 -2.0855,5.0533 -0.6818,2.8475 -0.6818,6.0158 z" style="fill:#326ce5;fill-opacity:1" id="path5775"/>
<path d="m 4362.5171,3847.4609 q 0,-4.6923 1.3636,-8.7029 1.3636,-4.0506 3.8903,-7.0184 2.5667,-2.9678 6.2163,-4.6523 3.6496,-1.7245 8.2216,-1.7245 4.6121,0 8.2617,1.7245 3.6898,1.6845 6.2164,4.6523 2.5667,2.9678 3.9303,7.0184 1.3636,4.0106 1.3636,8.7029 v 0.8823 q 0,4.6924 -1.3636,8.7029 -1.3636,4.0106 -3.9303,6.9784 -2.5266,2.9678 -6.1762,4.6522 -3.6496,1.6844 -8.2217,1.6844 -4.6121,0 -8.3018,-1.6844 -3.6496,-1.6844 -6.2163,-4.6522 -2.5267,-2.9678 -3.8903,-6.9784 -1.3636,-4.0105 -1.3636,-8.7029 z m 7.4195,0.8823 q 0,3.2085 0.7621,6.1362 0.762,2.8876 2.286,5.0934 1.5641,2.2058 3.8902,3.4891 2.3261,1.2834 5.4142,1.2834 3.048,0 5.3341,-1.2834 2.3261,-1.2833 3.8501,-3.4891 1.5641,-2.2058 2.3261,-5.0934 0.762,-2.9277 0.762,-6.1362 v -0.8823 q 0,-3.1683 -0.8021,-6.0559 -0.762,-2.9277 -2.3261,-5.1335 -1.524,-2.2058 -3.8501,-3.4892 -2.2861,-1.3235 -5.3742,-1.3235 -3.0881,0 -5.3741,1.3235 -2.286,1.2834 -3.8501,3.4892 -1.524,2.2058 -2.286,5.1335 -0.7621,2.8876 -0.7621,6.0559 z" style="fill:#326ce5;fill-opacity:1" id="path5777"/>
<path d="m 4417.2611,3826.1649 0.2005,4.0908 q 1.3235,-2.286 3.4491,-3.5694 2.1657,-1.2834 5.2137,-1.3235 5.9757,0 7.981,4.6522 1.2834,-2.0855 3.3689,-3.3287 2.1255,-1.2834 5.1335,-1.3235 4.7725,0 7.3393,2.9277 2.5667,2.9277 2.5667,8.8633 v 32.4052 h -7.0586 v -32.4854 q 0,-5.4543 -5.0131,-5.4142 -1.3235,0 -2.2861,0.3609 -0.9625,0.361 -1.6042,1.0026 -0.6417,0.6016 -1.0026,1.4438 -0.361,0.8021 -0.4813,1.6845 v 33.4078 h -7.0585 v -32.5255 q 0,-2.6069 -1.1631,-4.0106 -1.1631,-1.4036 -3.6897,-1.3635 -2.3261,0 -3.6095,0.9224 -1.2834,0.9224 -1.8849,2.4464 v 34.5308 h -7.0586 v -43.3941 z" style="fill:#326ce5;fill-opacity:1" id="path5779"/>
<path d="m 4464.2647,3826.1649 h 22.1783 v 36.9773 h 14.1573 v 6.4168 h -36.3356 v -6.4168 h 14.7588 v -30.5203 h -14.7588 z m 13.7963,-11.3899 q 0,-1.8449 1.0828,-3.0882 1.123,-1.2833 3.3689,-1.2833 2.2058,0 3.3287,1.2833 1.123,1.2433 1.123,3.0882 0,1.8047 -1.123,3.0079 -1.1229,1.2031 -3.3287,1.2031 -2.2459,0 -3.3689,-1.2031 -1.0828,-1.2032 -1.0828,-3.0079 z" style="fill:#326ce5;fill-opacity:1" id="path5781"/>
<path d="m 4519.0087,3826.1649 0.5213,6.4169 q 2.3663,-3.3689 5.8153,-5.2538 3.4491,-1.9251 7.7003,-1.9652 3.4089,0 6.1762,0.9625 2.8074,0.9626 4.7726,3.0079 1.9651,2.0454 3.0079,5.2138 1.0828,3.1282 1.0828,7.4596 v 27.5524 h -7.4195 v -27.392 q 0,-2.8876 -0.6417,-4.8929 -0.6417,-2.0053 -1.925,-3.2485 -1.2433,-1.2433 -3.0882,-1.8048 -1.8047,-0.5614 -4.1709,-0.5614 -3.7298,0 -6.5773,1.8849 -2.8074,1.8449 -4.4918,4.8929 v 31.1218 h -7.4195 v -43.3941 z" style="fill:#326ce5;fill-opacity:1" id="path5784"/>
<path d="m 4562.7637,3826.1649 h 22.1783 v 36.9773 h 14.1573 v 6.4168 h -36.3356 v -6.4168 h 14.7588 v -30.5203 h -14.7588 z m 13.7963,-11.3899 q 0,-1.8449 1.0829,-3.0882 1.1229,-1.2833 3.3688,-1.2833 2.2058,0 3.3288,1.2833 1.1229,1.2433 1.1229,3.0882 0,1.8047 -1.1229,3.0079 -1.123,1.2031 -3.3288,1.2031 -2.2459,0 -3.3688,-1.2031 -1.0829,-1.2032 -1.0829,-3.0079 z" style="fill:#326ce5;fill-opacity:1" id="path5786"/>
<path d="m 4609.4866,3847.501 q 0,-4.8527 1.1631,-8.9034 1.163,-4.0908 3.4089,-7.0185 2.2459,-2.9277 5.4945,-4.572 3.2886,-1.6443 7.4596,-1.6443 3.8501,0 6.7778,1.3235 2.9678,1.2834 5.1335,3.7699 l 0.3209,-4.2913 h 6.8179 v 60.078 h -7.4195 v -20.6142 q -2.1657,2.286 -5.0533,3.5293 -2.8876,1.2031 -6.6575,1.2031 -4.1309,0 -7.3794,-1.6844 -3.2085,-1.6844 -5.4544,-4.6522 -2.2459,-2.9678 -3.449,-6.9784 -1.1631,-4.0506 -1.1631,-8.7029 z m 7.4195,0.8422 q 0,3.1684 0.6818,6.056 0.7219,2.8876 2.1657,5.0934 1.4438,2.2058 3.6496,3.5292 2.2459,1.2834 5.334,1.2834 3.5694,0 5.9757,-1.6042 2.4064,-1.6042 3.9304,-4.171 v -21.4163 q -0.762,-1.2433 -1.7647,-2.2459 -0.9625,-1.0427 -2.2058,-1.8048 -1.2031,-0.762 -2.687,-1.163 -1.4438,-0.4412 -3.1684,-0.4412 -3.0881,0 -5.334,1.3235 -2.2459,1.3235 -3.7298,3.5694 -1.4438,2.2058 -2.1657,5.0934 -0.6818,2.8876 -0.6818,6.0559 z" style="fill:#326ce5;fill-opacity:1" id="path5788"/>
<path d="m 4688.2537,3863.5833 q -2.1657,3.2084 -5.4142,5.0132 -3.2486,1.7646 -7.4997,1.7646 -3.409,0 -6.1763,-1.0427 -2.7673,-1.0829 -4.7324,-3.3288 -1.9652,-2.2459 -3.048,-5.6949 -1.0428,-3.4892 -1.0428,-8.342 v -25.7878 h 7.4195 v 25.868 q 0,3.5293 0.5615,5.8554 0.5615,2.3262 1.6844,3.7298 1.123,1.3636 2.7272,1.9251 1.6443,0.5615 3.7699,0.5615 4.5319,0 7.2992,-1.8449 2.8074,-1.8448 4.171,-4.973 v -31.1219 h 7.4596 v 43.3941 h -6.7377 z" style="fill:#326ce5;fill-opacity:1" id="path5790"/>
<path d="m 4728.5196,3870.3611 q -4.572,0 -8.4221,-1.5641 -3.8101,-1.5641 -6.5372,-4.3715 -2.7272,-2.8074 -4.2512,-6.6575 -1.524,-3.8501 -1.524,-8.382 v -1.6845 q 0,-5.2538 1.6844,-9.3846 1.6844,-4.171 4.4517,-7.0185 2.8074,-2.8876 6.3367,-4.4116 3.5694,-1.524 7.2992,-1.524 4.6923,0 8.1815,1.6443 3.5293,1.6042 5.8554,4.4918 2.3261,2.8475 3.4491,6.7378 1.163,3.8902 1.163,8.4221 v 3.3288 h -31.0015 q 0.1203,2.9678 1.123,5.5746 1.0427,2.6069 2.8073,4.572 1.8048,1.9251 4.2913,3.0481 2.4866,1.1229 5.4945,1.1229 3.9704,0 7.0585,-1.6042 3.0882,-1.6042 5.1335,-4.2512 l 4.532,3.5293 q -1.0829,1.6443 -2.7272,3.1683 -1.6042,1.4839 -3.7298,2.647 -2.1256,1.163 -4.8127,1.8448 -2.6871,0.7219 -5.8554,0.7219 z m -0.9625,-38.9023 q -2.2459,0 -4.2512,0.8422 -2.0053,0.8022 -3.6095,2.4064 -1.6042,1.5641 -2.7272,3.8902 -1.0828,2.286 -1.524,5.2939 h 23.3414 v -0.5615 q -0.1203,-2.1656 -0.8422,-4.2912 -0.6818,-2.1256 -2.0454,-3.8101 -1.3636,-1.6844 -3.449,-2.7271 -2.0454,-1.0428 -4.8929,-1.0428 z" style="fill:#326ce5;fill-opacity:1" id="path5792"/>
<path d="m 4777.0873,3864.3453 q 2.0053,0 3.8903,-0.6417 1.925,-0.6417 3.4089,-1.7646 1.4839,-1.1631 2.3663,-2.6871 0.9224,-1.5641 0.9625,-3.3688 h 7.0184 q -0.04,2.8876 -1.524,5.5345 -1.4438,2.6069 -3.8902,4.6121 -2.4464,1.9652 -5.6148,3.1684 -3.1683,1.163 -6.6174,1.163 -4.9329,0 -8.6226,-1.7646 -3.6897,-1.7646 -6.1763,-4.7325 -2.4464,-3.0079 -3.6897,-6.8981 -1.2433,-3.9303 -1.2433,-8.2617 v -1.6844 q 0,-4.2913 1.2433,-8.2217 1.2433,-3.9303 3.6897,-6.8981 2.4866,-3.0079 6.1763,-4.7726 3.6897,-1.7646 8.6226,-1.7646 3.8502,0 7.0586,1.2433 3.2485,1.2031 5.5747,3.3287 2.3662,2.0855 3.6897,4.9731 1.3234,2.8876 1.3234,6.1762 h -7.0184 q -0.04,-1.9651 -0.8823,-3.6897 -0.8021,-1.7646 -2.2058,-3.0881 -1.4037,-1.3235 -3.3689,-2.0855 -1.9251,-0.762 -4.171,-0.762 -3.449,0 -5.8153,1.4037 -2.3261,1.3636 -3.7699,3.6095 -1.4438,2.2058 -2.0855,4.9731 -0.6015,2.7673 -0.6015,5.5747 v 1.6844 q 0,2.8475 0.6015,5.6549 0.6417,2.7672 2.0454,5.0131 1.4438,2.2058 3.7699,3.6095 2.3663,1.3636 5.8554,1.3636 z" style="fill:#326ce5;fill-opacity:1" id="path5794"/>
<path d="m 4815.2677,3832.6219 q 2.3262,-3.409 5.7351,-5.2939 3.409,-1.9251 7.6602,-1.9652 3.4089,0 6.1762,1.0026 2.8074,0.9626 4.7726,3.0481 1.9651,2.0854 3.0079,5.2939 1.0828,3.1683 1.0828,7.5398 v 27.3118 h -7.4195 v -27.392 q 0,-5.334 -2.5667,-7.9409 -2.5267,-2.6068 -7.2591,-2.5667 -3.5694,0 -6.4971,1.7646 -2.8876,1.7245 -4.6924,4.6121 v 31.5229 h -7.4195 v -61.602 h 7.4195 z" style="fill:#326ce5;fill-opacity:1" id="path5796"/>
<path d="m 4885.6127,3869.559 q -0.4411,-0.8422 -0.7219,-2.0855 -0.2406,-1.2833 -0.3609,-2.6469 -1.123,1.1229 -2.5267,2.1256 -1.3636,1.0026 -3.048,1.7646 -1.6443,0.762 -3.5293,1.2032 -1.8849,0.4411 -4.0105,0.4411 -3.4491,0 -6.2565,-1.0026 -2.7672,-1.0026 -4.7324,-2.6871 -1.9251,-1.7245 -3.0079,-4.0506 -1.0428,-2.3662 -1.0428,-5.0934 0,-3.5694 1.4037,-6.2565 1.4438,-2.687 4.0507,-4.4517 2.6068,-1.8047 6.2564,-2.687 3.6897,-0.8824 8.2217,-0.8824 h 8.1013 v -3.4089 q 0,-1.9652 -0.7219,-3.5293 -0.7219,-1.5641 -2.0454,-2.647 -1.3235,-1.1229 -3.2486,-1.7245 -1.8849,-0.6016 -4.2511,-0.6016 -2.2058,0 -3.9705,0.5615 -1.7245,0.5615 -2.9277,1.4839 -1.2031,0.9224 -1.8849,2.2058 -0.6417,1.2433 -0.6417,2.6068 h -7.4596 q 0.04,-2.3662 1.2031,-4.6522 1.2032,-2.286 3.409,-4.0907 2.2459,-1.8449 5.4142,-2.9678 3.2085,-1.123 7.2591,-1.123 3.6897,0 6.8581,0.9224 3.1683,0.8823 5.4543,2.7272 2.3261,1.8047 3.6496,4.5319 1.3235,2.7272 1.3235,6.3768 v 20.173 q 0,2.1657 0.401,4.6122 0.4011,2.4063 1.123,4.211 v 0.6417 z m -13.1145,-5.6548 q 2.1657,0 4.0507,-0.5615 1.8849,-0.5615 3.409,-1.4839 1.5641,-0.9224 2.687,-2.0855 1.123,-1.2032 1.7647,-2.4865 v -8.7831 h -6.8982 q -6.4971,0 -10.1066,1.925 -3.6095,1.9251 -3.6095,6.0559 0,1.6043 0.5214,2.9678 0.5615,1.3636 1.6443,2.3663 1.0829,0.9625 2.7272,1.524 1.6443,0.5615 3.81,0.5615 z" style="fill:#326ce5;fill-opacity:1" id="path5798"/>
<path d="m 4942.9635,3848.3432 q 0,4.6523 -1.1229,8.7029 -1.123,4.0106 -3.2887,6.9784 -2.1657,2.9678 -5.3741,4.6522 -3.1683,1.6844 -7.2591,1.6844 -3.9704,0 -7.0184,-1.2833 -3.008,-1.2834 -5.1736,-3.6897 v 20.8548 h -7.4196 v -60.078 h 6.7779 l 0.3609,4.7325 q 2.1657,-2.6871 5.2137,-4.0908 3.0881,-1.4438 7.1388,-1.4438 4.171,0 7.3794,1.6443 3.2084,1.6443 5.3741,4.572 2.1657,2.9277 3.2887,7.0185 1.1229,4.0507 1.1229,8.9034 z m -7.4195,-0.8422 q 0,-3.1683 -0.7219,-6.0158 -0.6818,-2.8876 -2.1657,-5.0533 -1.4438,-2.2058 -3.6897,-3.4892 -2.2459,-1.2833 -5.3741,-1.2833 -3.5694,0 -6.0158,1.6844 -2.4063,1.6443 -3.8501,4.2512 v 20.8949 q 1.4438,2.5668 3.8501,4.2111 2.4063,1.6042 6.096,1.6042 3.0881,0 5.334,-1.2834 2.2459,-1.3234 3.6897,-3.5292 1.4438,-2.2058 2.1256,-5.0934 0.7219,-2.8876 0.7219,-6.056 z" style="fill:#326ce5;fill-opacity:1" id="path5800"/>
<path d="m 4992.2131,3848.3432 q 0,4.6523 -1.123,8.7029 -1.123,4.0106 -3.2886,6.9784 -2.1657,2.9678 -5.3742,4.6522 -3.1683,1.6844 -7.2591,1.6844 -3.9704,0 -7.0184,-1.2833 -3.0079,-1.2834 -5.1736,-3.6897 v 20.8548 h -7.4195 v -60.078 h 6.7778 l 0.3609,4.7325 q 2.1657,-2.6871 5.2137,-4.0908 3.0882,-1.4438 7.1388,-1.4438 4.171,0 7.3794,1.6443 3.2085,1.6443 5.3742,4.572 2.1656,2.9277 3.2886,7.0185 1.123,4.0507 1.123,8.9034 z m -7.4196,-0.8422 q 0,-3.1683 -0.7219,-6.0158 -0.6817,-2.8876 -2.1657,-5.0533 -1.4437,-2.2058 -3.6897,-3.4892 -2.2459,-1.2833 -5.3741,-1.2833 -3.5694,0 -6.0158,1.6844 -2.4063,1.6443 -3.8501,4.2512 v 20.8949 q 1.4438,2.5668 3.8501,4.2111 2.4063,1.6042 6.096,1.6042 3.0881,0 5.3341,-1.2834 2.2459,-1.3234 3.6897,-3.5292 1.4438,-2.2058 2.1255,-5.0934 0.7219,-2.8876 0.7219,-6.056 z" style="fill:#326ce5;fill-opacity:1" id="path5802"/>
<path d="m 5033.3613,3869.559 q -0.4412,-0.8422 -0.7219,-2.0855 -0.2407,-1.2833 -0.361,-2.6469 -1.1229,1.1229 -2.5266,2.1256 -1.3636,1.0026 -3.048,1.7646 -1.6444,0.762 -3.5293,1.2032 -1.885,0.4411 -4.0106,0.4411 -3.449,0 -6.2564,-1.0026 -2.7673,-1.0026 -4.7325,-2.6871 -1.925,-1.7245 -3.0079,-4.0506 -1.0427,-2.3662 -1.0427,-5.0934 0,-3.5694 1.4037,-6.2565 1.4438,-2.687 4.0506,-4.4517 2.6069,-1.8047 6.2565,-2.687 3.6897,-0.8824 8.2216,-0.8824 h 8.1013 v -3.4089 q 0,-1.9652 -0.7219,-3.5293 -0.7219,-1.5641 -2.0454,-2.647 -1.3235,-1.1229 -3.2485,-1.7245 -1.885,-0.6016 -4.2512,-0.6016 -2.2058,0 -3.9704,0.5615 -1.7246,0.5615 -2.9277,1.4839 -1.2032,0.9224 -1.885,2.2058 -0.6417,1.2433 -0.6417,2.6068 h -7.4596 q 0.04,-2.3662 1.2032,-4.6522 1.2031,-2.286 3.4089,-4.0907 2.2459,-1.8449 5.4143,-2.9678 3.2084,-1.123 7.2591,-1.123 3.6897,0 6.858,0.9224 3.1683,0.8823 5.4543,2.7272 2.3261,1.8047 3.6496,4.5319 1.3235,2.7272 1.3235,6.3768 v 20.173 q 0,2.1657 0.4011,4.6122 0.401,2.4063 1.1229,4.211 v 0.6417 z m -13.1145,-5.6548 q 2.1657,0 4.0506,-0.5615 1.885,-0.5615 3.409,-1.4839 1.5641,-0.9224 2.6871,-2.0855 1.1229,-1.2032 1.7646,-2.4865 v -8.7831 h -6.8981 q -6.4971,0 -10.1066,1.925 -3.6095,1.9251 -3.6095,6.0559 0,1.6043 0.5214,2.9678 0.5614,1.3636 1.6443,2.3663 1.0828,0.9625 2.7272,1.524 1.6443,0.5615 3.81,0.5615 z" style="fill:#326ce5;fill-opacity:1" id="path5804"/>
<path d="m 5082.5306,3825.3628 q 1.0427,0 2.1657,0.08 1.1229,0.04 2.1255,0.2005 1.0428,0.1204 1.885,0.3209 0.8823,0.2005 1.4438,0.4411 l -1.0026,7.2591 q -2.1657,-0.4812 -4.1309,-0.6818 -1.9251,-0.2406 -4.0507,-0.2406 -5.2137,0 -8.4622,2.3662 -3.2084,2.3663 -4.7325,6.6174 v 27.8332 h -7.4596 v -43.3941 h 7.0586 l 0.3609,6.8981 q 2.647,-3.5693 6.3367,-5.6147 3.7298,-2.0855 8.4623,-2.0855 z" style="fill:#326ce5;fill-opacity:1" id="path5806"/>
<path d="m 5101.9416,3847.501 q 0,-4.8527 1.2032,-8.9034 1.2432,-4.0908 3.4891,-7.0185 2.2861,-2.9277 5.4945,-4.572 3.2084,-1.6443 7.1789,-1.6443 3.8902,0 6.7778,1.3235 2.9277,1.2834 5.0533,3.7699 v -22.4992 h 7.4195 v 61.602 h -6.8179 l -0.3209,-4.572 q -2.1657,2.647 -5.1736,4.0105 -3.0079,1.3636 -7.0184,1.3636 -3.9304,0 -7.1388,-1.6844 -3.1683,-1.6844 -5.4143,-4.6522 -2.2459,-2.9678 -3.4891,-6.9784 -1.2433,-4.0506 -1.2433,-8.7029 z m 7.4195,0.8422 q 0,3.1684 0.6818,6.0159 0.6818,2.8474 2.0855,5.0131 1.4438,2.1657 3.6496,3.4491 2.2058,1.2433 5.2939,1.2433 1.885,0 3.409,-0.4412 1.524,-0.4411 2.7673,-1.2433 1.2432,-0.8422 2.2058,-1.9651 0.9625,-1.1631 1.6844,-2.5668 v -20.1329 q -1.4438,-2.647 -3.8902,-4.3314 -2.4465,-1.7245 -6.0961,-1.7245 -3.1282,0 -5.3741,1.2833 -2.2058,1.2834 -3.6496,3.4892 -1.4037,2.1657 -2.0855,5.0533 -0.6818,2.8475 -0.6818,6.0158 z" style="fill:#326ce5;fill-opacity:1" id="path5808"/>
<path d="m 2672.6732,3950.5512 h -30.6807 v -6.096 h 30.6807 z" style="fill:#326ce5;fill-opacity:1" id="path5810"/>
<path d="m 2771.0118,3946.0594 h -24.3841 v 20.6944 h 28.4348 v 6.2966 h -35.8543 v -58.3936 h 35.4933 v 6.3367 h -28.0738 v 18.7693 h 24.3841 z" style="fill:#326ce5;fill-opacity:1" id="path5812"/>
<path d="m 2802.1336,3945.9391 -6.497,7.3794 v 19.7319 h -7.58 v -58.3936 h 7.58 v 28.515 l 5.6548,-7.0586 17.1251,-21.4564 h 9.0237 l -20.4137,25.5472 21.7773,32.8464 h -9.0238 z" style="fill:#326ce5;fill-opacity:1" id="path5814"/>
<path d="m 2875.1657,3965.3902 q -3.6897,4.3314 -8.4622,6.4169 -4.7726,2.0855 -10.4676,2.0454 -3.6095,-0.04 -6.6575,-1.0829 -3.0079,-1.0828 -5.4142,-2.9277 -2.4063,-1.8849 -4.2111,-4.4116 -1.8047,-2.5266 -3.048,-5.4543 -1.2032,-2.9678 -1.8449,-6.1762 -0.6015,-3.2486 -0.6416,-6.5372 v -6.7779 q 0.04,-3.2485 0.5614,-6.4569 0.5615,-3.2486 1.6845,-6.2164 1.1229,-2.9678 2.8073,-5.4944 1.6845,-2.5668 4.0106,-4.4116 2.3662,-1.885 5.334,-2.9678 2.9678,-1.0829 6.6575,-1.0829 4.0908,0 7.5399,1.2834 3.449,1.2433 6.0158,3.6095 2.5667,2.3261 4.1308,5.6549 1.5641,3.2886 1.9251,7.3794 h -7.3393 q -0.4412,-2.5267 -1.3636,-4.6523 -0.9224,-2.1657 -2.4464,-3.6897 -1.4839,-1.524 -3.5694,-2.3662 -2.0855,-0.8823 -4.8528,-0.8823 -2.6469,0 -4.6923,0.9224 -2.0454,0.8823 -3.5694,2.4063 -1.524,1.524 -2.5266,3.5694 -1.0027,2.0053 -1.6444,4.2512 -0.6417,2.2459 -0.9224,4.572 -0.2807,2.3261 -0.2807,4.4918 v 6.8581 q 0.04,2.2058 0.3609,4.572 0.361,2.3261 1.0829,4.572 0.7219,2.2459 1.8448,4.2512 1.123,2.0053 2.6871,3.5293 1.6042,1.524 3.6897,2.4464 2.0855,0.8823 4.7324,0.9224 1.524,0.04 3.1684,-0.1203 1.6844,-0.1604 3.2485,-0.6417 1.5641,-0.4812 2.9277,-1.2833 1.3636,-0.8423 2.286,-2.1657 l 0.08,-13.1145 h -11.8712 v -6.2565 h 18.9298 z" style="fill:#326ce5;fill-opacity:1" id="path5816"/>
<path d="m 2972.5017,3973.0504 h -7.0185 v -26.991 h -23.9429 v 26.991 h -6.9784 v -58.3936 h 6.9784 v 25.106 h 23.9429 v -25.106 h 7.0185 z" style="fill:#326ce5;fill-opacity:1" id="path5818"/>
<path d="m 3004.3053,3973.8525 q -4.572,0 -8.4221,-1.5641 -3.81,-1.5641 -6.5372,-4.3715 -2.7272,-2.8074 -4.2512,-6.6575 -1.524,-3.8501 -1.524,-8.3821 v -1.6844 q 0,-5.2538 1.6844,-9.3847 1.6845,-4.1709 4.4517,-7.0184 2.8074,-2.8876 6.3367,-4.4116 3.5694,-1.524 7.2992,-1.524 4.6923,0 8.1815,1.6443 3.5293,1.6042 5.8554,4.4918 2.3261,2.8475 3.4491,6.7377 1.163,3.8902 1.163,8.4222 v 3.3287 h -31.0015 q 0.1203,2.9678 1.123,5.5747 1.0427,2.6068 2.8073,4.572 1.8048,1.9251 4.2913,3.048 2.4866,1.123 5.4945,1.123 3.9704,0 7.0585,-1.6042 3.0882,-1.6043 5.1335,-4.2512 l 4.532,3.5293 q -1.0829,1.6443 -2.7272,3.1683 -1.6042,1.4839 -3.7298,2.6469 -2.1256,1.1631 -4.8127,1.8449 -2.687,0.7219 -5.8554,0.7219 z m -0.9625,-38.9023 q -2.2459,0 -4.2512,0.8422 -2.0053,0.8021 -3.6095,2.4063 -1.6042,1.5641 -2.7272,3.8903 -1.0828,2.286 -1.524,5.2939 h 23.3414 v -0.5615 q -0.1203,-2.1657 -0.8422,-4.2913 -0.6818,-2.1256 -2.0454,-3.81 -1.3636,-1.6844 -3.449,-2.7272 -2.0454,-1.0427 -4.8929,-1.0427 z" style="fill:#326ce5;fill-opacity:1" id="path5820"/>
<path d="m 3062.8994,3973.0504 q -0.4412,-0.8422 -0.7219,-2.0855 -0.2406,-1.2834 -0.3609,-2.647 -1.123,1.123 -2.5267,2.1256 -1.3636,1.0027 -3.048,1.7647 -1.6443,0.762 -3.5293,1.2031 -1.8849,0.4412 -4.0105,0.4412 -3.4491,0 -6.2565,-1.0026 -2.7673,-1.0027 -4.7324,-2.6871 -1.9251,-1.7245 -3.0079,-4.0507 -1.0428,-2.3662 -1.0428,-5.0934 0,-3.5693 1.4037,-6.2564 1.4438,-2.6871 4.0507,-4.4517 2.6068,-1.8048 6.2564,-2.6871 3.6897,-0.8823 8.2216,-0.8823 h 8.1013 v -3.409 q 0,-1.9651 -0.7219,-3.5292 -0.7219,-1.5642 -2.0453,-2.647 -1.3235,-1.123 -3.2486,-1.7245 -1.8849,-0.6016 -4.2512,-0.6016 -2.2058,0 -3.9704,0.5615 -1.7245,0.5614 -2.9277,1.4839 -1.2032,0.9224 -1.885,2.2058 -0.6416,1.2432 -0.6416,2.6068 h -7.4597 q 0.04,-2.3662 1.2032,-4.6522 1.2032,-2.286 3.409,-4.0908 2.2459,-1.8448 5.4142,-2.9678 3.2084,-1.1229 7.2591,-1.1229 3.6897,0 6.858,0.9224 3.1684,0.8823 5.4544,2.7272 2.3261,1.8047 3.6496,4.5319 1.3235,2.7271 1.3235,6.3767 v 20.1731 q 0,2.1657 0.401,4.6121 0.4011,2.4064 1.123,4.2111 v 0.6417 z m -13.1145,-5.6549 q 2.1657,0 4.0507,-0.5615 1.8849,-0.5614 3.4089,-1.4839 1.5641,-0.9224 2.6871,-2.0854 1.123,-1.2032 1.7646,-2.4866 v -8.7831 h -6.8981 q -6.4971,0 -10.1066,1.9251 -3.6095,1.925 -3.6095,6.0559 0,1.6042 0.5214,2.9678 0.5615,1.3636 1.6443,2.3662 1.0829,0.9626 2.7272,1.524 1.6443,0.5615 3.81,0.5615 z" style="fill:#326ce5;fill-opacity:1" id="path5822"/>
<path d="m 3112.0687,3928.8542 q 1.0428,0 2.1657,0.08 1.123,0.04 2.1256,0.2005 1.0427,0.1203 1.885,0.3208 0.8823,0.2006 1.4437,0.4412 l -1.0026,7.2591 q -2.1657,-0.4813 -4.1309,-0.6818 -1.925,-0.2406 -4.0506,-0.2406 -5.2137,0 -8.4623,2.3662 -3.2084,2.3662 -4.7324,6.6174 v 27.8332 h -7.4596 v -43.3941 h 7.0585 l 0.361,6.8981 q 2.647,-3.5694 6.3367,-5.6148 3.7298,-2.0854 8.4622,-2.0854 z" style="fill:#326ce5;fill-opacity:1" id="path5824"/>
<path d="m 3150.4496,3919.1486 v 10.5077 h 16.5235 v 5.7351 h -16.5235 v 23.582 q 0,2.5266 0.6417,4.1709 0.6417,1.6444 1.7647,2.647 1.1229,0.9625 2.5667,1.3636 1.4839,0.401 3.1282,0.401 1.2032,0 2.4866,-0.1203 1.2834,-0.1604 2.4865,-0.3609 1.2433,-0.2006 2.286,-0.4011 1.0829,-0.2406 1.7647,-0.401 l 1.0427,5.2538 q -0.9224,0.5615 -2.2459,1.0026 -1.3235,0.4011 -2.8876,0.6818 -1.5641,0.3209 -3.3287,0.4813 -1.7246,0.1604 -3.4491,0.1604 -2.8876,0 -5.4142,-0.8021 -2.4866,-0.8422 -4.3314,-2.6069 -1.8449,-1.8047 -2.9277,-4.6121 -1.0428,-2.8475 -1.0428,-6.858 v -23.582 h -11.3899 v -5.7351 h 11.3899 v -10.5077 z" style="fill:#326ce5;fill-opacity:1" id="path5826"/>
<path d="m 3197.0522,3968.2377 q 0,-1.2031 0.3609,-2.2459 0.4011,-1.0427 1.123,-1.8047 0.7219,-0.8021 1.8047,-1.2433 1.0829,-0.4412 2.5267,-0.4412 1.4438,0 2.5266,0.4412 1.123,0.4412 1.8449,1.2433 0.762,0.762 1.1229,1.8047 0.4011,1.0428 0.4011,2.2459 0,1.1631 -0.4011,2.2058 -0.3609,1.0027 -1.1229,1.7647 -0.7219,0.762 -1.8449,1.163 -1.0828,0.4412 -2.5266,0.4412 -1.4438,0 -2.5267,-0.4412 -1.0828,-0.401 -1.8047,-1.163 -0.7219,-0.762 -1.123,-1.7647 -0.3609,-1.0427 -0.3609,-2.2058 z m 0,-35.1324 q 0,-1.2031 0.3609,-2.2459 0.4011,-1.0427 1.123,-1.8047 0.7219,-0.8021 1.8047,-1.2433 1.0829,-0.4411 2.5267,-0.4411 1.4438,0 2.5266,0.4411 1.123,0.4412 1.8449,1.2433 0.762,0.762 1.1229,1.8047 0.4011,1.0428 0.4011,2.2459 0,1.1631 -0.4011,2.2058 -0.3609,1.0027 -1.1229,1.7647 -0.7219,0.762 -1.8449,1.2031 -1.0828,0.4011 -2.5266,0.4011 -1.4438,0 -2.5267,-0.4011 -1.0828,-0.4411 -1.8047,-1.2031 -0.7219,-0.762 -1.123,-1.7647 -0.3609,-1.0427 -0.3609,-2.2058 z" style="fill:#326ce5;fill-opacity:1" id="path5828"/>
<path d="m 3318.4113,3965.3902 q -3.6897,4.3314 -8.4622,6.4169 -4.7726,2.0855 -10.4676,2.0454 -3.6094,-0.04 -6.6575,-1.0829 -3.0079,-1.0828 -5.4142,-2.9277 -2.4063,-1.8849 -4.2111,-4.4116 -1.8047,-2.5266 -3.048,-5.4543 -1.2032,-2.9678 -1.8448,-6.1762 -0.6016,-3.2486 -0.6417,-6.5372 v -6.7779 q 0.04,-3.2485 0.5614,-6.4569 0.5615,-3.2486 1.6845,-6.2164 1.1229,-2.9678 2.8074,-5.4944 1.6844,-2.5668 4.0105,-4.4116 2.3662,-1.885 5.334,-2.9678 2.9678,-1.0829 6.6575,-1.0829 4.0908,0 7.5399,1.2834 3.449,1.2433 6.0158,3.6095 2.5667,2.3261 4.1309,5.6549 1.5641,3.2886 1.925,7.3794 h -7.3393 q -0.4411,-2.5267 -1.3636,-4.6523 -0.9224,-2.1657 -2.4464,-3.6897 -1.4839,-1.524 -3.5694,-2.3662 -2.0855,-0.8823 -4.8528,-0.8823 -2.6469,0 -4.6923,0.9224 -2.0454,0.8823 -3.5694,2.4063 -1.524,1.524 -2.5266,3.5694 -1.0027,2.0053 -1.6443,4.2512 -0.6417,2.2459 -0.9225,4.572 -0.2807,2.3261 -0.2807,4.4918 v 6.8581 q 0.04,2.2058 0.3609,4.572 0.361,2.3261 1.0829,4.572 0.7219,2.2459 1.8448,4.2512 1.123,2.0053 2.6871,3.5293 1.6042,1.524 3.6897,2.4464 2.0855,0.8823 4.7325,0.9224 1.524,0.04 3.1683,-0.1203 1.6844,-0.1604 3.2485,-0.6417 1.5641,-0.4812 2.9277,-1.2833 1.3636,-0.8423 2.286,-2.1657 l 0.08,-13.1145 h -11.8713 v -6.2565 h 18.9298 z" style="fill:#326ce5;fill-opacity:1" id="path5830"/>
<path d="m 3329.1195,3973.0504 v -58.3936 h 13.5155 q 6.0961,0.08 10.8686,2.0855 4.8127,1.9652 8.1013,5.5346 3.3288,3.5292 5.0533,8.5023 1.7646,4.933 1.8048,10.9488 v 4.2913 q -0.04,6.0158 -1.8048,10.9889 -1.7245,4.933 -5.0533,8.5024 -3.2886,3.5292 -8.1013,5.5345 -4.7725,1.9652 -10.8686,2.0053 z m 7.5398,-52.2975 v 46.2416 h 5.9757 q 4.7325,-0.04 8.1815,-1.6444 3.4491,-1.6443 5.695,-4.4517 2.286,-2.8074 3.3689,-6.6174 1.1229,-3.81 1.163,-8.2617 v -4.3715 q -0.04,-4.4517 -1.163,-8.2216 -1.123,-3.81 -3.3689,-6.5773 -2.2459,-2.8074 -5.695,-4.4116 -3.449,-1.6042 -8.1815,-1.6844 z" style="fill:#326ce5;fill-opacity:1" id="path5832"/>
<path d="m 3406.523,3914.6568 h 7.58 v 40.6269 q -0.08,4.0506 -1.5641,7.4596 -1.4438,3.4089 -3.9705,5.8955 -2.5266,2.4464 -5.9757,3.8501 -3.409,1.3636 -7.4596,1.3636 -4.0908,0 -7.4596,-1.2433 -3.3288,-1.2432 -5.8153,-3.5293 -2.4465,-2.3261 -3.9304,-5.5746 -1.4839,-3.2887 -1.8448,-7.3393 h 7.5398 q 0.1203,2.4464 0.9625,4.5319 0.8824,2.0855 2.3663,3.6496 1.4839,1.524 3.5292,2.3662 2.0855,0.8422 4.6523,0.8422 2.6469,0 4.7324,-0.9625 2.0855,-1.0026 3.5293,-2.6871 1.4839,-1.6844 2.2459,-3.8902 0.8021,-2.2459 0.8823,-4.7324 z" style="fill:#326ce5;fill-opacity:1" id="path5834"/>
<path d="m 2672.6732,4054.0426 h -30.6807 v -6.0961 h 30.6807 z" style="fill:#326ce5;fill-opacity:1" id="path5836"/>
<path d="m 2769.4477,4061.7829 q 0,-2.687 -1.2433,-4.5319 -1.2031,-1.8448 -3.1282,-3.0881 -1.9251,-1.2834 -4.2512,-2.1256 -2.286,-0.8422 -4.4116,-1.524 -3.0881,-1.0026 -6.2966,-2.4063 -3.1683,-1.4037 -5.8152,-3.4491 -2.6069,-2.0454 -4.2913,-4.8127 -1.6444,-2.8073 -1.6444,-6.5773 0,-3.7699 1.6444,-6.7377 1.6844,-2.9678 4.3715,-5.0132 2.687,-2.0453 6.096,-3.0881 3.409,-1.0828 6.858,-1.0828 3.8101,0 7.3393,1.2834 3.5293,1.2432 6.2565,3.5292 2.7272,2.286 4.3715,5.5346 1.6443,3.2485 1.7245,7.2591 h -7.62 q -0.3209,-2.5267 -1.2433,-4.572 -0.9224,-2.0855 -2.4464,-3.5694 -1.524,-1.4839 -3.6496,-2.286 -2.0855,-0.8423 -4.7325,-0.8423 -2.1256,0 -4.1709,0.6016 -2.0053,0.6016 -3.6095,1.8048 -1.5641,1.2031 -2.5267,2.9678 -0.9224,1.7646 -0.9224,4.0907 0.04,2.5267 1.2834,4.2913 1.2432,1.7246 3.1282,2.9277 1.9251,1.2032 4.1309,2.0053 2.2459,0.8021 4.211,1.4037 2.1657,0.6818 4.3715,1.5641 2.2058,0.8422 4.2512,1.9652 2.0454,1.1229 3.81,2.5266 1.7647,1.4037 3.0882,3.2084 1.3234,1.7647 2.0453,3.9304 0.762,2.1256 0.762,4.7324 0,3.9304 -1.7646,6.8581 -1.7245,2.9277 -4.4918,4.8928 -2.7673,1.9251 -6.2565,2.9277 -3.4891,0.9626 -6.9783,0.9626 -3.8902,0 -7.6201,-1.2032 -3.7298,-1.2032 -6.6976,-3.4491 -2.9277,-2.286 -4.7725,-5.5345 -1.8449,-3.2887 -1.9652,-7.4596 h 7.5799 q 0.361,2.7271 1.4839,4.8527 1.123,2.0855 2.8876,3.5694 1.7647,1.4438 4.0507,2.2058 2.3261,0.7219 5.0533,0.7219 2.1657,0 4.2512,-0.5214 2.1256,-0.5614 3.7699,-1.6844 1.6443,-1.1631 2.687,-2.8876 1.0428,-1.7646 1.0428,-4.171 z" style="fill:#326ce5;fill-opacity:1" id="path5838"/>
<path d="m 2796.2782,4018.1482 9.505,29.1968 10.267,-29.1968 h 9.2243 v 58.3935 h -7.219 v -23.3012 l 0.6016,-24.3842 -10.7884,31.4427 h -4.2512 l -9.906,-30.6004 0.6016,23.5419 v 23.3012 h -7.219 v -58.3935 z" style="fill:#326ce5;fill-opacity:1" id="path5840"/>
<path d="m 2837.3864,4018.1482 h 35.2928 v 6.457 h -13.9968 v 45.5197 h 13.9968 v 6.4168 h -35.2928 v -6.4168 h 13.6759 v -45.5197 h -13.6759 z" style="fill:#326ce5;fill-opacity:1" id="path5842"/>
<path d="m 2895.0179,4070.2452 h 28.5551 v 6.2965 h -35.9746 v -58.3935 h 7.4195 z" style="fill:#326ce5;fill-opacity:1" id="path5844"/>
<path d="m 3013.6499,4076.5417 q -0.4412,-0.8422 -0.7219,-2.0854 -0.2406,-1.2834 -0.361,-2.647 -1.1229,1.123 -2.5266,2.1256 -1.3636,1.0026 -3.048,1.7646 -1.6443,0.762 -3.5293,1.2032 -1.885,0.4412 -4.0105,0.4412 -3.4491,0 -6.2565,-1.0027 -2.7673,-1.0026 -4.7324,-2.687 -1.9251,-1.7246 -3.0079,-4.0507 -1.0428,-2.3662 -1.0428,-5.0934 0,-3.5694 1.4037,-6.2564 1.4438,-2.6871 4.0507,-4.4518 2.6068,-1.8047 6.2564,-2.687 3.6897,-0.8823 8.2216,-0.8823 h 8.1013 v -3.409 q 0,-1.9652 -0.7219,-3.5293 -0.7219,-1.5641 -2.0453,-2.6469 -1.3235,-1.123 -3.2486,-1.7246 -1.8849,-0.6016 -4.2512,-0.6016 -2.2058,0 -3.9704,0.5615 -1.7245,0.5615 -2.9277,1.4839 -1.2032,0.9224 -1.885,2.2058 -0.6417,1.2433 -0.6417,2.6069 h -7.4596 q 0.04,-2.3663 1.2032,-4.6523 1.2032,-2.286 3.409,-4.0907 2.2459,-1.8449 5.4142,-2.9678 3.2084,-1.123 7.2591,-1.123 3.6897,0 6.858,0.9224 3.1684,0.8824 5.4544,2.7272 2.3261,1.8048 3.6496,4.5319 1.3234,2.7272 1.3234,6.3768 v 20.1731 q 0,2.1657 0.4011,4.6121 0.4011,2.4063 1.123,4.2111 v 0.6416 z m -13.1145,-5.6548 q 2.1657,0 4.0507,-0.5615 1.8849,-0.5615 3.4089,-1.4839 1.5641,-0.9224 2.6871,-2.0855 1.1229,-1.2032 1.7646,-2.4865 v -8.7831 h -6.8981 q -6.4971,0 -10.1066,1.925 -3.6095,1.9251 -3.6095,6.056 0,1.6042 0.5214,2.9678 0.5615,1.3636 1.6443,2.3662 1.0829,0.9625 2.7272,1.524 1.6443,0.5615 3.81,0.5615 z" style="fill:#326ce5;fill-opacity:1" id="path5846"/>
<path d="m 3041.0419,4033.1476 0.5214,6.4169 q 2.3662,-3.3689 5.8153,-5.2538 3.4491,-1.9251 7.7002,-1.9652 3.409,0 6.1763,0.9626 2.8074,0.9625 4.7725,3.0079 1.9652,2.0453 3.0079,5.2137 1.0829,3.1282 1.0829,7.4596 v 27.5524 h -7.4195 v -27.392 q 0,-2.8876 -0.6417,-4.8929 -0.6417,-2.0052 -1.9251,-3.2485 -1.2432,-1.2433 -3.0881,-1.8047 -1.8047,-0.5615 -4.171,-0.5615 -3.7298,0 -6.5773,1.8849 -2.8073,1.8449 -4.4918,4.8929 v 31.1218 h -7.4195 v -43.3941 z" style="fill:#326ce5;fill-opacity:1" id="path5848"/>
<path d="m 3084.797,4033.1476 h 22.1783 v 36.9773 h 14.1572 v 6.4168 h -36.3355 v -6.4168 h 14.7588 v -30.5203 h -14.7588 z m 13.7963,-11.3899 q 0,-1.8449 1.0828,-3.0881 1.123,-1.2834 3.3689,-1.2834 2.2058,0 3.3287,1.2834 1.123,1.2432 1.123,3.0881 0,1.8047 -1.123,3.0079 -1.1229,1.2032 -3.3287,1.2032 -2.2459,0 -3.3689,-1.2032 -1.0828,-1.2032 -1.0828,-3.0079 z" style="fill:#326ce5;fill-opacity:1" id="path5850"/>
<path d="m 3136.2924,4033.1476 0.2005,4.0908 q 1.3235,-2.286 3.4491,-3.5694 2.1657,-1.2834 5.2137,-1.3235 5.9757,0 7.981,4.6523 1.2834,-2.0855 3.3689,-3.3288 2.1256,-1.2834 5.1335,-1.3235 4.7725,0 7.3393,2.9277 2.5667,2.9277 2.5667,8.8633 v 32.4052 h -7.0585 v -32.4854 q 0,-5.4543 -5.0132,-5.4142 -1.3235,0 -2.286,0.3609 -0.9626,0.361 -1.6043,1.0027 -0.6416,0.6015 -1.0026,1.4438 -0.3609,0.8021 -0.4813,1.6844 v 33.4078 h -7.0585 v -32.5255 q 0,-2.6068 -1.1631,-4.0105 -1.163,-1.4037 -3.6897,-1.3636 -2.3261,0 -3.6095,0.9224 -1.2834,0.9224 -1.8849,2.4464 v 34.5308 h -7.0586 v -43.3941 z" style="fill:#326ce5;fill-opacity:1" id="path5852"/>
<path d="m 3210.6479,4076.5417 q -0.4411,-0.8422 -0.7219,-2.0854 -0.2406,-1.2834 -0.3609,-2.647 -1.123,1.123 -2.5266,2.1256 -1.3636,1.0026 -3.0481,1.7646 -1.6443,0.762 -3.5292,1.2032 -1.885,0.4412 -4.0106,0.4412 -3.4491,0 -6.2564,-1.0027 -2.7673,-1.0026 -4.7325,-2.687 -1.9251,-1.7246 -3.0079,-4.0507 -1.0427,-2.3662 -1.0427,-5.0934 0,-3.5694 1.4036,-6.2564 1.4438,-2.6871 4.0507,-4.4518 2.6069,-1.8047 6.2565,-2.687 3.6897,-0.8823 8.2216,-0.8823 h 8.1013 v -3.409 q 0,-1.9652 -0.7219,-3.5293 -0.7219,-1.5641 -2.0454,-2.6469 -1.3235,-1.123 -3.2485,-1.7246 -1.885,-0.6016 -4.2512,-0.6016 -2.2058,0 -3.9705,0.5615 -1.7245,0.5615 -2.9277,1.4839 -1.2031,0.9224 -1.8849,2.2058 -0.6417,1.2433 -0.6417,2.6069 h -7.4596 q 0.04,-2.3663 1.2031,-4.6523 1.2032,-2.286 3.409,-4.0907 2.2459,-1.8449 5.4142,-2.9678 3.2085,-1.123 7.2591,-1.123 3.6897,0 6.8581,0.9224 3.1683,0.8824 5.4543,2.7272 2.3261,1.8048 3.6496,4.5319 1.3235,2.7272 1.3235,6.3768 v 20.1731 q 0,2.1657 0.401,4.6121 0.4011,2.4063 1.123,4.2111 v 0.6416 z m -13.1144,-5.6548 q 2.1656,0 4.0506,-0.5615 1.885,-0.5615 3.409,-1.4839 1.5641,-0.9224 2.687,-2.0855 1.123,-1.2032 1.7647,-2.4865 v -8.7831 h -6.8982 q -6.497,0 -10.1065,1.925 -3.6095,1.9251 -3.6095,6.056 0,1.6042 0.5213,2.9678 0.5615,1.3636 1.6444,2.3662 1.0828,0.9625 2.7271,1.524 1.6444,0.5615 3.8101,0.5615 z" style="fill:#326ce5;fill-opacity:1" id="path5854"/>
<path d="m 3248.9487,4022.64 v 10.5076 h 16.5234 v 5.7351 h -16.5234 v 23.582 q 0,2.5267 0.6416,4.171 0.6417,1.6443 1.7647,2.647 1.1229,0.9625 2.5667,1.3635 1.4839,0.4011 3.1283,0.4011 1.2031,0 2.4865,-0.1203 1.2834,-0.1604 2.4865,-0.361 1.2433,-0.2005 2.2861,-0.401 1.0828,-0.2407 1.7646,-0.4011 l 1.0427,5.2538 q -0.9224,0.5615 -2.2459,1.0027 -1.3234,0.401 -2.8876,0.6818 -1.5641,0.3208 -3.3287,0.4812 -1.7246,0.1605 -3.4491,0.1605 -2.8876,0 -5.4142,-0.8022 -2.4866,-0.8422 -4.3314,-2.6068 -1.8449,-1.8048 -2.9277,-4.6121 -1.0428,-2.8475 -1.0428,-6.8581 v -23.582 h -11.3899 v -5.7351 h 11.3899 V 4022.64 Z" style="fill:#326ce5;fill-opacity:1" id="path5856"/>
<path d="m 3281.795,4033.1476 h 22.1784 v 36.9773 h 14.1572 v 6.4168 h -36.3356 v -6.4168 h 14.7588 v -30.5203 h -14.7588 z m 13.7963,-11.3899 q 0,-1.8449 1.0829,-3.0881 1.1229,-1.2834 3.3688,-1.2834 2.2058,0 3.3288,1.2834 1.1229,1.2432 1.1229,3.0881 0,1.8047 -1.1229,3.0079 -1.123,1.2032 -3.3288,1.2032 -2.2459,0 -3.3688,-1.2032 -1.0829,-1.2032 -1.0829,-3.0079 z" style="fill:#326ce5;fill-opacity:1" id="path5858"/>
<path d="m 3327.796,4054.4436 q 0,-4.6923 1.3636,-8.7029 1.3636,-4.0506 3.8902,-7.0184 2.5668,-2.9678 6.2164,-4.6522 3.6496,-1.7246 8.2216,-1.7246 4.6121,0 8.2617,1.7246 3.6897,1.6844 6.2164,4.6522 2.5667,2.9678 3.9303,7.0184 1.3636,4.0106 1.3636,8.7029 v 0.8824 q 0,4.6923 -1.3636,8.7028 -1.3636,4.0106 -3.9303,6.9784 -2.5267,2.9678 -6.1763,4.6522 -3.6496,1.6845 -8.2216,1.6845 -4.6121,0 -8.3018,-1.6845 -3.6496,-1.6844 -6.2164,-4.6522 -2.5266,-2.9678 -3.8902,-6.9784 -1.3636,-4.0105 -1.3636,-8.7028 z m 7.4195,0.8824 q 0,3.2084 0.762,6.1361 0.762,2.8876 2.286,5.0934 1.5641,2.2058 3.8903,3.4892 2.3261,1.2833 5.4142,1.2833 3.048,0 5.334,-1.2833 2.3261,-1.2834 3.8502,-3.4892 1.5641,-2.2058 2.3261,-5.0934 0.762,-2.9277 0.762,-6.1361 v -0.8824 q 0,-3.1683 -0.8021,-6.0559 -0.762,-2.9277 -2.3262,-5.1335 -1.524,-2.2058 -3.8501,-3.4892 -2.286,-1.3234 -5.3741,-1.3234 -3.0881,0 -5.3741,1.3234 -2.2861,1.2834 -3.8502,3.4892 -1.524,2.2058 -2.286,5.1335 -0.762,2.8876 -0.762,6.0559 z" style="fill:#326ce5;fill-opacity:1" id="path5860"/>
<path d="m 3385.7885,4033.1476 0.5214,6.4169 q 2.3662,-3.3689 5.8153,-5.2538 3.449,-1.9251 7.7002,-1.9652 3.409,0 6.1763,0.9626 2.8073,0.9625 4.7725,3.0079 1.9652,2.0453 3.0079,5.2137 1.0829,3.1282 1.0829,7.4596 v 27.5524 h -7.4195 v -27.392 q 0,-2.8876 -0.6417,-4.8929 -0.6417,-2.0052 -1.9251,-3.2485 -1.2433,-1.2433 -3.0881,-1.8047 -1.8048,-0.5615 -4.171,-0.5615 -3.7298,0 -6.5773,1.8849 -2.8074,1.8449 -4.4918,4.8929 v 31.1218 h -7.4195 v -43.3941 z" style="fill:#326ce5;fill-opacity:1" id="path5862"/>
<path d="m 3484.9694,4052.8394 q 0,-5.7351 0.8823,-10.7884 0.9224,-5.0532 2.4464,-9.3445 1.524,-4.3314 3.4892,-7.9008 2.0053,-3.5694 4.171,-6.3367 2.2058,-2.7672 4.4116,-4.7324 2.2058,-1.9652 4.2111,-3.0881 l 1.5641,4.8928 q -2.4866,1.885 -4.9731,5.1335 -2.4464,3.2486 -4.4116,7.9008 -1.9251,4.6121 -3.1683,10.6681 -1.2032,6.0158 -1.2032,13.5155 v 0.5615 q 0,7.4997 1.2032,13.5556 1.2432,6.056 3.1683,10.7082 1.9652,4.6522 4.4116,7.9409 2.4865,3.3287 4.9731,5.334 l -1.5641,4.5319 q -2.0053,-1.1229 -4.2512,-3.0881 -2.2058,-1.9251 -4.4116,-4.7324 -2.1657,-2.7673 -4.171,-6.3367 -1.9652,-3.5293 -3.4892,-7.8206 -1.4839,-4.3314 -2.4063,-9.3847 -0.8823,-5.0532 -0.8823,-10.7883 z" style="fill:#326ce5;fill-opacity:1" id="path5864"/>
<path d="m 3555.7154,4065.0315 q 0,-1.3235 -0.5213,-2.3662 -0.5214,-1.0829 -1.7647,-1.9652 -1.2433,-0.8823 -3.2886,-1.6042 -2.0454,-0.762 -5.0934,-1.3636 -3.7298,-0.762 -6.818,-1.8449 -3.048,-1.0828 -5.2538,-2.5667 -2.1657,-1.524 -3.3688,-3.5293 -1.2032,-2.0454 -1.2032,-4.7324 0,-2.647 1.2433,-4.933 1.2432,-2.3261 3.4892,-4.0507 2.2459,-1.7245 5.334,-2.7271 3.1282,-1.0027 6.858,-1.0027 4.0106,0 7.219,1.0428 3.2084,1.0427 5.4543,2.8876 2.2459,1.8448 3.4491,4.3313 1.2433,2.4465 1.2433,5.294 h -7.4195 q 0,-1.4037 -0.7219,-2.7272 -0.7219,-1.3636 -2.0053,-2.4063 -1.2834,-1.0428 -3.1282,-1.6845 -1.8048,-0.6416 -4.0908,-0.6416 -2.3662,0 -4.171,0.5213 -1.7646,0.5214 -2.9678,1.4037 -1.163,0.8823 -1.7646,2.0454 -0.6016,1.1631 -0.6016,2.4063 0,1.2834 0.4813,2.286 0.4812,1.0027 1.6443,1.8048 1.2032,0.8021 3.1683,1.4438 2.0053,0.6417 5.0533,1.2432 4.0106,0.8423 7.1789,1.9652 3.1683,1.0829 5.334,2.647 2.1657,1.524 3.2887,3.5694 1.163,2.0453 1.163,4.7324 0,2.8876 -1.3234,5.2538 -1.2834,2.3662 -3.6095,4.0507 -2.3261,1.6844 -5.5747,2.6068 -3.2485,0.9225 -7.0987,0.9225 -4.4116,0 -7.8606,-1.1631 -3.4491,-1.2032 -5.8554,-3.1282 -2.3663,-1.9652 -3.6496,-4.5319 -1.2433,-2.5668 -1.2433,-5.3341 h 7.4195 q 0.1604,2.286 1.2032,3.8502 1.0828,1.5641 2.6469,2.5266 1.6043,0.9625 3.5293,1.3636 1.9251,0.401 3.81,0.401 4.6924,0 7.4196,-1.7245 2.7271,-1.7245 2.7672,-4.572 z" style="fill:#326ce5;fill-opacity:1" id="path5866"/>
<path d="m 3593.6953,4022.64 v 10.5076 h 16.5235 v 5.7351 h -16.5235 v 23.582 q 0,2.5267 0.6417,4.171 0.6417,1.6443 1.7646,2.647 1.123,0.9625 2.5668,1.3635 1.4839,0.4011 3.1282,0.4011 1.2032,0 2.4865,-0.1203 1.2834,-0.1604 2.4866,-0.361 1.2433,-0.2005 2.286,-0.401 1.0828,-0.2407 1.7646,-0.4011 l 1.0428,5.2538 q -0.9224,0.5615 -2.2459,1.0027 -1.3235,0.401 -2.8876,0.6818 -1.5641,0.3208 -3.3288,0.4812 -1.7245,0.1605 -3.449,0.1605 -2.8876,0 -5.4143,-0.8022 -2.4865,-0.8422 -4.3314,-2.6068 -1.8448,-1.8048 -2.9277,-4.6121 -1.0427,-2.8475 -1.0427,-6.8581 v -23.582 h -11.39 v -5.7351 h 11.39 V 4022.64 Z" style="fill:#326ce5;fill-opacity:1" id="path5868"/>
<path d="m 3623.2931,4054.4436 q 0,-4.6923 1.3636,-8.7029 1.3636,-4.0506 3.8903,-7.0184 2.5667,-2.9678 6.2163,-4.6522 3.6496,-1.7246 8.2216,-1.7246 4.6122,0 8.2617,1.7246 3.6898,1.6844 6.2164,4.6522 2.5667,2.9678 3.9303,7.0184 1.3636,4.0106 1.3636,8.7029 v 0.8824 q 0,4.6923 -1.3636,8.7028 -1.3636,4.0106 -3.9303,6.9784 -2.5266,2.9678 -6.1762,4.6522 -3.6496,1.6845 -8.2217,1.6845 -4.6121,0 -8.3018,-1.6845 -3.6496,-1.6844 -6.2163,-4.6522 -2.5267,-2.9678 -3.8903,-6.9784 -1.3636,-4.0105 -1.3636,-8.7028 z m 7.4195,0.8824 q 0,3.2084 0.7621,6.1361 0.762,2.8876 2.286,5.0934 1.5641,2.2058 3.8902,3.4892 2.3261,1.2833 5.4142,1.2833 3.048,0 5.3341,-1.2833 2.3261,-1.2834 3.8501,-3.4892 1.5641,-2.2058 2.3261,-5.0934 0.762,-2.9277 0.762,-6.1361 v -0.8824 q 0,-3.1683 -0.8021,-6.0559 -0.762,-2.9277 -2.3261,-5.1335 -1.524,-2.2058 -3.8501,-3.4892 -2.2861,-1.3234 -5.3742,-1.3234 -3.0881,0 -5.3741,1.3234 -2.286,1.2834 -3.8501,3.4892 -1.524,2.2058 -2.286,5.1335 -0.7621,2.8876 -0.7621,6.0559 z" style="fill:#326ce5;fill-opacity:1" id="path5870"/>
<path d="m 3711.2444,4055.326 q 0,4.6522 -1.1229,8.7028 -1.123,4.0106 -3.2887,6.9784 -2.1657,2.9678 -5.3741,4.6522 -3.1683,1.6845 -7.2591,1.6845 -3.9704,0 -7.0185,-1.2834 -3.0079,-1.2834 -5.1736,-3.6897 v 20.8548 h -7.4195 v -60.078 h 6.7779 l 0.3609,4.7325 q 2.1657,-2.6871 5.2137,-4.0908 3.0881,-1.4438 7.1388,-1.4438 4.171,0 7.3794,1.6443 3.2084,1.6444 5.3741,4.5721 2.1657,2.9277 3.2887,7.0184 1.1229,4.0507 1.1229,8.9034 z m -7.4195,-0.8423 q 0,-3.1683 -0.7219,-6.0158 -0.6818,-2.8876 -2.1657,-5.0533 -1.4438,-2.2058 -3.6897,-3.4891 -2.2459,-1.2834 -5.3741,-1.2834 -3.5694,0 -6.0158,1.6844 -2.4064,1.6443 -3.8502,4.2512 v 20.8949 q 1.4438,2.5668 3.8502,4.2111 2.4063,1.6042 6.096,1.6042 3.0881,0 5.334,-1.2833 2.2459,-1.3235 3.6897,-3.5293 1.4438,-2.2058 2.1256,-5.0934 0.7219,-2.8876 0.7219,-6.0559 z" style="fill:#326ce5;fill-opacity:1" id="path5872"/>
<path d="m 3725.0407,4014.9397 h 22.1783 v 55.1852 h 14.1573 v 6.4168 h -36.3356 v -6.4168 h 14.7588 v -48.7282 h -14.7588 z" style="fill:#326ce5;fill-opacity:1" id="path5874"/>
<path d="m 3774.2902,4033.1476 h 22.1783 v 36.9773 h 14.1573 v 6.4168 h -36.3356 v -6.4168 h 14.7588 v -30.5203 h -14.7588 z m 13.7963,-11.3899 q 0,-1.8449 1.0828,-3.0881 1.123,-1.2834 3.3689,-1.2834 2.2058,0 3.3288,1.2834 1.1229,1.2432 1.1229,3.0881 0,1.8047 -1.1229,3.0079 -1.123,1.2032 -3.3288,1.2032 -2.2459,0 -3.3689,-1.2032 -1.0828,-1.2032 -1.0828,-3.0079 z" style="fill:#326ce5;fill-opacity:1" id="path5876"/>
<path d="m 3821.0131,4054.4837 q 0,-4.8527 1.163,-8.9034 1.2032,-4.0907 3.4491,-7.0184 2.2459,-2.9277 5.4544,-4.5721 3.2084,-1.6443 7.259,-1.6443 4.0106,0 7.0185,1.4438 3.048,1.4037 5.1736,4.0908 l 0.361,-4.7325 h 6.7377 v 42.4717 q 0,4.2913 -1.3636,7.6201 -1.3235,3.3287 -3.7699,5.6548 -2.4064,2.3262 -5.7752,3.5293 -3.3689,1.2032 -7.4596,1.2032 -1.6845,0 -3.8502,-0.4011 -2.1657,-0.3609 -4.4116,-1.2432 -2.2058,-0.8423 -4.2912,-2.2861 -2.0454,-1.4438 -3.5293,-3.5693 l 3.8501,-4.4518 q 1.3636,1.6444 2.8074,2.7673 1.4438,1.1631 2.9277,1.8449 1.4839,0.6818 2.9678,0.9625 1.4839,0.3209 2.9678,0.3209 2.647,0 4.7725,-0.7621 2.1256,-0.762 3.6095,-2.2459 1.524,-1.4438 2.3262,-3.6094 0.8021,-2.1657 0.8021,-4.9731 v -3.7298 q -2.1657,2.4865 -5.1335,3.81 -2.9277,1.2834 -6.818,1.2834 -3.9704,0 -7.1788,-1.6845 -3.2085,-1.6844 -5.4544,-4.6522 -2.2058,-2.9678 -3.409,-6.9784 -1.2031,-4.0506 -1.2031,-8.7028 z m 7.4195,0.8423 q 0,3.1683 0.6417,6.0158 0.6818,2.8475 2.0855,5.0132 1.4438,2.1657 3.6496,3.449 2.2058,1.2433 5.2939,1.2433 1.925,0 3.4491,-0.4412 1.5641,-0.4812 2.7672,-1.3234 1.2433,-0.8423 2.2058,-2.0053 0.9626,-1.1631 1.6845,-2.5668 v -19.8923 q -0.7219,-1.3636 -1.6845,-2.4865 -0.9625,-1.123 -2.2058,-1.9251 -1.2432,-0.8422 -2.7672,-1.2834 -1.5241,-0.4812 -3.3689,-0.4812 -3.1282,0 -5.3741,1.2834 -2.2058,1.2833 -3.6496,3.4891 -1.4037,2.1657 -2.0855,5.0533 -0.6417,2.8475 -0.6417,6.0158 z" style="fill:#326ce5;fill-opacity:1" id="path5878"/>
<path d="m 3879.0457,4039.6046 q 2.3261,-3.409 5.7351,-5.2939 3.4089,-1.9251 7.6601,-1.9652 3.409,0 6.1763,1.0027 2.8073,0.9625 4.7725,3.048 1.9652,2.0855 3.0079,5.2939 1.0829,3.1683 1.0829,7.5398 v 27.3118 h -7.4195 v -27.392 q 0,-5.334 -2.5668,-7.9409 -2.5266,-2.6068 -7.2591,-2.5667 -3.5694,0 -6.4971,1.7646 -2.8876,1.7246 -4.6923,4.6121 v 31.5229 h -7.4195 v -61.602 h 7.4195 z" style="fill:#326ce5;fill-opacity:1" id="path5880"/>
<path d="m 3938.4419,4022.64 v 10.5076 h 16.5234 v 5.7351 h -16.5234 v 23.582 q 0,2.5267 0.6417,4.171 0.6417,1.6443 1.7646,2.647 1.123,0.9625 2.5668,1.3635 1.4839,0.4011 3.1282,0.4011 1.2032,0 2.4865,-0.1203 1.2834,-0.1604 2.4866,-0.361 1.2432,-0.2005 2.286,-0.401 1.0828,-0.2407 1.7646,-0.4011 l 1.0428,5.2538 q -0.9225,0.5615 -2.2459,1.0027 -1.3235,0.401 -2.8876,0.6818 -1.5641,0.3208 -3.3288,0.4812 -1.7245,0.1605 -3.4491,0.1605 -2.8876,0 -5.4142,-0.8022 -2.4865,-0.8422 -4.3314,-2.6068 -1.8448,-1.8048 -2.9277,-4.6121 -1.0427,-2.8475 -1.0427,-6.8581 v -23.582 h -11.39 v -5.7351 h 11.39 V 4022.64 Z" style="fill:#326ce5;fill-opacity:1" id="path5882"/>
<path d="m 3997.1964,4053.2405 q 0,5.7351 -0.9224,10.7883 -0.8824,5.0533 -2.4064,9.3847 -1.524,4.2913 -3.5292,7.8206 -1.9652,3.5694 -4.171,6.3367 -2.1657,2.8073 -4.4116,4.7324 -2.2058,1.9652 -4.2111,3.0881 l -1.5641,-4.5319 q 2.4865,-1.8449 4.933,-5.1736 2.4865,-3.2887 4.4116,-7.981 1.9651,-4.6923 3.1683,-10.7884 1.2433,-6.096 1.2433,-13.5957 v -0.5615 q 0,-7.4997 -1.2834,-13.5957 -1.2834,-6.1362 -3.3288,-10.8285 -2.0052,-4.7325 -4.4517,-8.0211 -2.4063,-3.2887 -4.6923,-5.1335 l 1.5641,-4.5319 q 2.0053,1.1229 4.2111,3.0881 2.2459,1.9652 4.4116,4.7324 2.2058,2.7673 4.171,6.3367 2.0052,3.5694 3.5292,7.9008 1.524,4.2913 2.4064,9.3445 0.9224,5.0533 0.9224,10.7884 z" style="fill:#326ce5;fill-opacity:1" id="path5884"/>
<path d="m 4034.2939,4071.7291 q 0,-1.2032 0.361,-2.2459 0.4011,-1.0428 1.123,-1.8048 0.7218,-0.8021 1.8047,-1.2432 1.0828,-0.4412 2.5266,-0.4412 1.4438,0 2.5267,0.4412 1.1229,0.4411 1.8448,1.2432 0.762,0.762 1.123,1.8048 0.401,1.0427 0.401,2.2459 0,1.1631 -0.401,2.2058 -0.361,1.0026 -1.123,1.7646 -0.7219,0.762 -1.8448,1.1631 -1.0829,0.4412 -2.5267,0.4412 -1.4438,0 -2.5266,-0.4412 -1.0829,-0.4011 -1.8047,-1.1631 -0.7219,-0.762 -1.123,-1.7646 -0.361,-1.0427 -0.361,-2.2058 z m 0,-35.1324 q 0,-1.2032 0.361,-2.2459 0.4011,-1.0427 1.123,-1.8048 0.7218,-0.8021 1.8047,-1.2432 1.0828,-0.4412 2.5266,-0.4412 1.4438,0 2.5267,0.4412 1.1229,0.4411 1.8448,1.2432 0.762,0.7621 1.123,1.8048 0.401,1.0427 0.401,2.2459 0,1.1631 -0.401,2.2058 -0.361,1.0026 -1.123,1.7646 -0.7219,0.762 -1.8448,1.2032 -1.0829,0.4011 -2.5267,0.4011 -1.4438,0 -2.5266,-0.4011 -1.0829,-0.4412 -1.8047,-1.2032 -0.7219,-0.762 -1.123,-1.7646 -0.361,-1.0427 -0.361,-2.2058 z" style="fill:#326ce5;fill-opacity:1" id="path5886"/>
<path d="m 4146.3085,4032.3455 q 1.0428,0 2.1657,0.08 1.123,0.04 2.1256,0.2006 1.0427,0.1203 1.885,0.3208 0.8823,0.2005 1.4438,0.4412 l -1.0027,7.2591 q -2.1657,-0.4813 -4.1308,-0.6818 -1.9251,-0.2407 -4.0507,-0.2407 -5.2137,0 -8.4623,2.3663 -3.2084,2.3662 -4.7324,6.6174 v 27.8331 h -7.4596 v -43.3941 h 7.0585 l 0.361,6.8982 q 2.647,-3.5694 6.3367,-5.6148 3.7298,-2.0855 8.4622,-2.0855 z" style="fill:#326ce5;fill-opacity:1" id="path5888"/>
<path d="m 4168.2863,4033.1476 h 22.1783 v 36.9773 h 14.1573 v 6.4168 h -36.3356 v -6.4168 h 14.7588 v -30.5203 h -14.7588 z m 13.7963,-11.3899 q 0,-1.8449 1.0828,-3.0881 1.123,-1.2834 3.3689,-1.2834 2.2058,0 3.3288,1.2834 1.1229,1.2432 1.1229,3.0881 0,1.8047 -1.1229,3.0079 -1.123,1.2032 -3.3288,1.2032 -2.2459,0 -3.3689,-1.2032 -1.0828,-1.2032 -1.0828,-3.0079 z" style="fill:#326ce5;fill-opacity:1" id="path5890"/>
<path d="m 4234.8614,4071.328 q 2.0053,0 3.8902,-0.6417 1.9251,-0.6416 3.409,-1.7646 1.4839,-1.163 2.3662,-2.6871 0.9224,-1.5641 0.9625,-3.3688 h 7.0185 q -0.04,2.8876 -1.524,5.5345 -1.4438,2.6069 -3.8902,4.6122 -2.4465,1.9651 -5.6148,3.1683 -3.1683,1.1631 -6.6174,1.1631 -4.933,0 -8.6227,-1.7647 -3.6897,-1.7646 -6.1762,-4.7324 -2.4465,-3.0079 -3.6897,-6.8982 -1.2433,-3.9303 -1.2433,-8.2617 v -1.6844 q 0,-4.2913 1.2433,-8.2216 1.2432,-3.9304 3.6897,-6.8982 2.4865,-3.0079 6.1762,-4.7725 3.6897,-1.7647 8.6227,-1.7647 3.8501,0 7.0585,1.2433 3.2486,1.2032 5.5747,3.3287 2.3662,2.0855 3.6897,4.9731 1.3235,2.8876 1.3235,6.1763 h -7.0185 q -0.04,-1.9652 -0.8823,-3.6897 -0.8021,-1.7647 -2.2058,-3.0882 -1.4037,-1.3234 -3.3688,-2.0854 -1.9251,-0.762 -4.171,-0.762 -3.4491,0 -5.8153,1.4036 -2.3261,1.3636 -3.7699,3.6095 -1.4438,2.2058 -2.0855,4.9731 -0.6016,2.7673 -0.6016,5.5747 v 1.6844 q 0,2.8475 0.6016,5.6549 0.6417,2.7673 2.0454,5.0132 1.4438,2.2058 3.7699,3.6095 2.3662,1.3635 5.8554,1.3635 z" style="fill:#326ce5;fill-opacity:1" id="path5892"/>
<path d="m 4268.2692,4047.2648 2.9277,-29.1166 h 29.9588 v 7.219 h -23.7023 l -1.6443,15.5609 q 1.7245,-1.0026 4.1308,-1.7646 2.4064,-0.7621 5.5747,-0.7621 4.0506,0 7.2591,1.4037 3.2084,1.4037 5.4543,3.9705 2.2459,2.5266 3.4491,6.1361 1.2032,3.6095 1.2032,8.0211 0,4.171 -1.123,7.7404 -1.123,3.5694 -3.409,6.1762 -2.2459,2.5668 -5.6949,4.0507 -3.4491,1.4438 -8.1013,1.4438 -3.5694,0 -6.7378,-1.0027 -3.1683,-1.0026 -5.6548,-3.0079 -2.4465,-2.0053 -4.0507,-5.0533 -1.5641,-3.048 -1.9652,-7.0986 h 7.0586 q 0.6818,4.973 3.6496,7.5398 3.0079,2.5667 7.7003,2.5667 2.6469,0 4.6923,-0.9224 2.0454,-0.9625 3.409,-2.6871 1.4037,-1.7646 2.0854,-4.211 0.7219,-2.4465 0.7219,-5.4544 0,-2.7272 -0.8021,-5.0934 -0.762,-2.3662 -2.2459,-4.0907 -1.4839,-1.7647 -3.6496,-2.7673 -2.1657,-1.0026 -4.973,-1.0026 -1.8449,0 -3.2085,0.2807 -1.3235,0.2406 -2.4063,0.7219 -1.0829,0.4813 -2.0454,1.1631 -0.9224,0.6817 -1.9251,1.5641 z" style="fill:#326ce5;fill-opacity:1" id="path5894"/>
<path d="m 4343.7076,4065.0315 q 0,-1.3235 -0.5214,-2.3662 -0.5213,-1.0829 -1.7646,-1.9652 -1.2433,-0.8823 -3.2886,-1.6042 -2.0454,-0.762 -5.0934,-1.3636 -3.7298,-0.762 -6.818,-1.8449 -3.048,-1.0828 -5.2538,-2.5667 -2.1657,-1.524 -3.3688,-3.5293 -1.2032,-2.0454 -1.2032,-4.7324 0,-2.647 1.2433,-4.933 1.2432,-2.3261 3.4891,-4.0507 2.2459,-1.7245 5.3341,-2.7271 3.1282,-1.0027 6.858,-1.0027 4.0105,0 7.219,1.0428 3.2084,1.0427 5.4543,2.8876 2.2459,1.8448 3.4491,4.3313 1.2433,2.4465 1.2433,5.294 h -7.4195 q 0,-1.4037 -0.7219,-2.7272 -0.7219,-1.3636 -2.0053,-2.4063 -1.2834,-1.0428 -3.1282,-1.6845 -1.8048,-0.6416 -4.0908,-0.6416 -2.3662,0 -4.171,0.5213 -1.7646,0.5214 -2.9678,1.4037 -1.163,0.8823 -1.7646,2.0454 -0.6016,1.1631 -0.6016,2.4063 0,1.2834 0.4813,2.286 0.4812,1.0027 1.6443,1.8048 1.2032,0.8021 3.1683,1.4438 2.0053,0.6417 5.0533,1.2432 4.0106,0.8423 7.1789,1.9652 3.1683,1.0829 5.334,2.647 2.1657,1.524 3.2887,3.5694 1.163,2.0453 1.163,4.7324 0,2.8876 -1.3235,5.2538 -1.2833,2.3662 -3.6094,4.0507 -2.3262,1.6844 -5.5747,2.6068 -3.2485,0.9225 -7.0987,0.9225 -4.4116,0 -7.8606,-1.1631 -3.4491,-1.2032 -5.8554,-3.1282 -2.3663,-1.9652 -3.6496,-4.5319 -1.2433,-2.5668 -1.2433,-5.3341 h 7.4195 q 0.1604,2.286 1.2032,3.8502 1.0828,1.5641 2.6469,2.5266 1.6042,0.9625 3.5293,1.3636 1.9251,0.401 3.81,0.401 4.6924,0 7.4195,-1.7245 2.7272,-1.7245 2.7673,-4.572 z" style="fill:#326ce5;fill-opacity:1" id="path5896"/>
<path d="m 4382.6099,4071.328 q 2.0053,0 3.8902,-0.6417 1.9251,-0.6416 3.409,-1.7646 1.4839,-1.163 2.3662,-2.6871 0.9225,-1.5641 0.9626,-3.3688 h 7.0184 q -0.04,2.8876 -1.524,5.5345 -1.4438,2.6069 -3.8902,4.6122 -2.4464,1.9651 -5.6148,3.1683 -3.1683,1.1631 -6.6174,1.1631 -4.933,0 -8.6227,-1.7647 -3.6897,-1.7646 -6.1762,-4.7324 -2.4464,-3.0079 -3.6897,-6.8982 -1.2433,-3.9303 -1.2433,-8.2617 v -1.6844 q 0,-4.2913 1.2433,-8.2216 1.2433,-3.9304 3.6897,-6.8982 2.4865,-3.0079 6.1762,-4.7725 3.6897,-1.7647 8.6227,-1.7647 3.8501,0 7.0586,1.2433 3.2485,1.2032 5.5746,3.3287 2.3663,2.0855 3.6897,4.9731 1.3235,2.8876 1.3235,6.1763 h -7.0184 q -0.04,-1.9652 -0.8824,-3.6897 -0.8021,-1.7647 -2.2058,-3.0882 -1.4036,-1.3234 -3.3688,-2.0854 -1.9251,-0.762 -4.171,-0.762 -3.4491,0 -5.8153,1.4036 -2.3261,1.3636 -3.7699,3.6095 -1.4438,2.2058 -2.0855,4.9731 -0.6016,2.7673 -0.6016,5.5747 v 1.6844 q 0,2.8475 0.6016,5.6549 0.6417,2.7673 2.0454,5.0132 1.4438,2.2058 3.7699,3.6095 2.3662,1.3635 5.8554,1.3635 z" style="fill:#326ce5;fill-opacity:1" id="path5898"/>
<path d="m 4420.7903,4039.6046 q 2.3261,-3.409 5.7351,-5.2939 3.409,-1.9251 7.6601,-1.9652 3.409,0 6.1763,1.0027 2.8074,0.9625 4.7725,3.048 1.9652,2.0855 3.0079,5.2939 1.0829,3.1683 1.0829,7.5398 v 27.3118 h -7.4195 v -27.392 q 0,-5.334 -2.5668,-7.9409 -2.5266,-2.6068 -7.2591,-2.5667 -3.5693,0 -6.497,1.7646 -2.8876,1.7246 -4.6924,4.6121 v 31.5229 h -7.4195 v -61.602 h 7.4195 z" style="fill:#326ce5;fill-opacity:1" id="path5900"/>
<path d="m 2672.6732,4157.5339 h -30.6807 v -6.096 h 30.6807 z" style="fill:#326ce5;fill-opacity:1" id="path5902"/>
<path d="m 2747.2694,4173.7366 h 28.5551 v 6.2965 h -35.9747 v -58.3936 h 7.4196 z" style="fill:#326ce5;fill-opacity:1" id="path5904"/>
<path d="m 2816.6518,4180.0331 q -0.4411,-0.8422 -0.7219,-2.0855 -0.2406,-1.2833 -0.3609,-2.6469 -1.123,1.1229 -2.5267,2.1256 -1.3636,1.0026 -3.048,1.7646 -1.6443,0.762 -3.5293,1.2032 -1.8849,0.4411 -4.0105,0.4411 -3.4491,0 -6.2565,-1.0026 -2.7672,-1.0027 -4.7324,-2.6871 -1.9251,-1.7245 -3.0079,-4.0506 -1.0428,-2.3663 -1.0428,-5.0934 0,-3.5694 1.4037,-6.2565 1.4438,-2.6871 4.0507,-4.4517 2.6068,-1.8047 6.2564,-2.6871 3.6897,-0.8823 8.2216,-0.8823 h 8.1014 v -3.4089 q 0,-1.9652 -0.7219,-3.5293 -0.7219,-1.5641 -2.0454,-2.647 -1.3235,-1.1229 -3.2486,-1.7245 -1.8849,-0.6016 -4.2511,-0.6016 -2.2058,0 -3.9705,0.5615 -1.7245,0.5615 -2.9277,1.4839 -1.2032,0.9224 -1.8849,2.2058 -0.6417,1.2432 -0.6417,2.6068 h -7.4596 q 0.04,-2.3662 1.2031,-4.6522 1.2032,-2.286 3.409,-4.0908 2.2459,-1.8448 5.4142,-2.9678 3.2085,-1.1229 7.2591,-1.1229 3.6897,0 6.858,0.9224 3.1684,0.8823 5.4544,2.7272 2.3261,1.8047 3.6496,4.5319 1.3235,2.7272 1.3235,6.3768 v 20.173 q 0,2.1657 0.401,4.6121 0.4011,2.4064 1.123,4.2111 v 0.6417 z m -13.1145,-5.6549 q 2.1657,0 4.0507,-0.5614 1.8849,-0.5615 3.4089,-1.4839 1.5642,-0.9225 2.6871,-2.0855 1.123,-1.2032 1.7647,-2.4866 v -8.7831 h -6.8982 q -6.4971,0 -10.1066,1.9251 -3.6095,1.9251 -3.6095,6.0559 0,1.6042 0.5214,2.9678 0.5615,1.3636 1.6443,2.3663 1.0829,0.9625 2.7272,1.524 1.6443,0.5614 3.81,0.5614 z" style="fill:#326ce5;fill-opacity:1" id="path5906"/>
<path d="m 2874.0027,4158.8173 q 0,4.6523 -1.123,8.7029 -1.123,4.0106 -3.2887,6.9784 -2.1656,2.9678 -5.3741,4.6522 -3.1683,1.6844 -7.2591,1.6844 -3.9704,0 -7.0184,-1.2834 -3.0079,-1.2833 -5.1736,-3.6897 v 20.8549 h -7.4195 v -60.078 h 6.7778 l 0.3609,4.7324 q 2.1657,-2.687 5.2137,-4.0907 3.0882,-1.4438 7.1388,-1.4438 4.171,0 7.3794,1.6443 3.2085,1.6443 5.3741,4.572 2.1657,2.9277 3.2887,7.0185 1.123,4.0506 1.123,8.9034 z m -7.4196,-0.8422 q 0,-3.1683 -0.7219,-6.0158 -0.6818,-2.8876 -2.1657,-5.0533 -1.4438,-2.2058 -3.6897,-3.4892 -2.2459,-1.2834 -5.3741,-1.2834 -3.5694,0 -6.0158,1.6845 -2.4063,1.6443 -3.8501,4.2512 v 20.8949 q 1.4438,2.5668 3.8501,4.2111 2.4063,1.6042 6.096,1.6042 3.0881,0 5.334,-1.2834 2.246,-1.3235 3.6897,-3.5293 1.4438,-2.2058 2.1256,-5.0934 0.7219,-2.8876 0.7219,-6.0559 z" style="fill:#326ce5;fill-opacity:1" id="path5908"/>
<path d="m 2904.2021,4126.1314 v 10.5076 h 16.5234 v 5.7351 h -16.5234 v 23.582 q 0,2.5266 0.6417,4.171 0.6417,1.6443 1.7646,2.6469 1.123,0.9626 2.5668,1.3636 1.4839,0.4011 3.1282,0.4011 1.2031,0 2.4865,-0.1204 1.2834,-0.1604 2.4866,-0.3609 1.2432,-0.2005 2.286,-0.4011 1.0828,-0.2406 1.7646,-0.401 l 1.0428,5.2538 q -0.9225,0.5615 -2.2459,1.0026 -1.3235,0.4011 -2.8876,0.6818 -1.5642,0.3209 -3.3288,0.4813 -1.7245,0.1604 -3.4491,0.1604 -2.8876,0 -5.4142,-0.8021 -2.4865,-0.8422 -4.3314,-2.6068 -1.8448,-1.8048 -2.9277,-4.6122 -1.0427,-2.8475 -1.0427,-6.858 v -23.582 h -11.39 v -5.7351 h 11.39 v -10.5076 z" style="fill:#326ce5;fill-opacity:1" id="path5910"/>
<path d="m 2933.7999,4157.935 q 0,-4.6923 1.3636,-8.7029 1.3636,-4.0506 3.8902,-7.0184 2.5668,-2.9679 6.2164,-4.6523 3.6496,-1.7245 8.2216,-1.7245 4.6121,0 8.2617,1.7245 3.6897,1.6844 6.2164,4.6523 2.5667,2.9678 3.9303,7.0184 1.3636,4.0106 1.3636,8.7029 v 0.8823 q 0,4.6924 -1.3636,8.7029 -1.3636,4.0106 -3.9303,6.9784 -2.5267,2.9678 -6.1763,4.6522 -3.6496,1.6844 -8.2216,1.6844 -4.6121,0 -8.3018,-1.6844 -3.6496,-1.6844 -6.2164,-4.6522 -2.5266,-2.9678 -3.8902,-6.9784 -1.3636,-4.0105 -1.3636,-8.7029 z m 7.4195,0.8823 q 0,3.2085 0.762,6.1362 0.762,2.8875 2.286,5.0933 1.5642,2.2058 3.8903,3.4892 2.3261,1.2834 5.4142,1.2834 3.048,0 5.334,-1.2834 2.3262,-1.2834 3.8502,-3.4892 1.5641,-2.2058 2.3261,-5.0933 0.762,-2.9277 0.762,-6.1362 v -0.8823 q 0,-3.1683 -0.8021,-6.0559 -0.762,-2.9277 -2.3261,-5.1335 -1.5241,-2.2058 -3.8502,-3.4892 -2.286,-1.3235 -5.3741,-1.3235 -3.0881,0 -5.3741,1.3235 -2.286,1.2834 -3.8502,3.4892 -1.524,2.2058 -2.286,5.1335 -0.762,2.8876 -0.762,6.0559 z" style="fill:#326ce5;fill-opacity:1" id="path5912"/>
<path d="m 3021.7512,4158.8173 q 0,4.6523 -1.123,8.7029 -1.1229,4.0106 -3.2886,6.9784 -2.1657,2.9678 -5.3741,4.6522 -3.1684,1.6844 -7.2591,1.6844 -3.9705,0 -7.0185,-1.2834 -3.0079,-1.2833 -5.1736,-3.6897 v 20.8549 h -7.4195 v -60.078 h 6.7778 l 0.361,4.7324 q 2.1657,-2.687 5.2137,-4.0907 3.0881,-1.4438 7.1388,-1.4438 4.1709,0 7.3794,1.6443 3.2084,1.6443 5.3741,4.572 2.1657,2.9277 3.2886,7.0185 1.123,4.0506 1.123,8.9034 z m -7.4195,-0.8422 q 0,-3.1683 -0.7219,-6.0158 -0.6818,-2.8876 -2.1657,-5.0533 -1.4438,-2.2058 -3.6897,-3.4892 -2.2459,-1.2834 -5.3741,-1.2834 -3.5694,0 -6.0159,1.6845 -2.4063,1.6443 -3.8501,4.2512 v 20.8949 q 1.4438,2.5668 3.8501,4.2111 2.4064,1.6042 6.0961,1.6042 3.0881,0 5.334,-1.2834 2.2459,-1.3235 3.6897,-3.5293 1.4438,-2.2058 2.1256,-5.0934 0.7219,-2.8876 0.7219,-6.0559 z" style="fill:#326ce5;fill-opacity:1" id="path5914"/>
<path d="m 3121.4534,4162.4669 q -0.5214,4.0507 -2.0855,7.4596 -1.5641,3.3689 -4.0908,5.8153 -2.4865,2.4064 -5.9356,3.7699 -3.4089,1.3235 -7.62,1.3235 -3.6095,0 -6.5773,-1.0026 -2.9277,-1.0428 -5.2538,-2.8475 -2.286,-1.8048 -3.9705,-4.2512 -1.6443,-2.4464 -2.7672,-5.334 -1.0829,-2.8876 -1.6444,-6.0559 -0.5213,-3.1684 -0.5614,-6.4169 v -8.1414 q 0.04,-3.2486 0.5614,-6.4169 0.5615,-3.1683 1.6444,-6.0559 1.1229,-2.8876 2.7672,-5.3341 1.6845,-2.4865 3.9705,-4.2912 2.3261,-1.8048 5.2538,-2.8074 2.9277,-1.0428 6.5773,-1.0428 4.3715,0 7.8206,1.3636 3.449,1.3235 5.9356,3.81 2.4865,2.4465 3.9704,5.8955 1.524,3.4491 2.0053,7.6201 h -7.4195 q -0.361,-2.647 -1.2433,-4.933 -0.8823,-2.286 -2.3662,-4.0105 -1.4839,-1.7246 -3.6496,-2.6871 -2.1256,-1.0026 -5.0533,-1.0026 -2.647,0 -4.6923,0.8823 -2.0053,0.8422 -3.4892,2.3261 -1.4438,1.4839 -2.4465,3.4491 -0.9625,1.9651 -1.5641,4.1709 -0.6015,2.2058 -0.8823,4.532 -0.2406,2.286 -0.2406,4.4517 v 8.2216 q 0,2.1657 0.2406,4.4918 0.2808,2.286 0.8823,4.5319 0.6016,2.2058 1.5641,4.171 0.9626,1.9652 2.4465,3.4892 1.4839,1.4839 3.4892,2.3662 2.0052,0.8422 4.6923,0.8422 2.9277,0 5.0533,-0.9224 2.1657,-0.9225 3.6496,-2.5668 1.4839,-1.6844 2.3662,-3.9303 0.8823,-2.286 1.2433,-4.933 z" style="fill:#326ce5;fill-opacity:1" id="path5916"/>
<path d="m 3130.798,4157.935 q 0,-4.6923 1.3635,-8.7029 1.3636,-4.0506 3.8903,-7.0184 2.5667,-2.9679 6.2163,-4.6523 3.6496,-1.7245 8.2216,-1.7245 4.6122,0 8.2618,1.7245 3.6897,1.6844 6.2163,4.6523 2.5668,2.9678 3.9304,7.0184 1.3635,4.0106 1.3635,8.7029 v 0.8823 q 0,4.6924 -1.3635,8.7029 -1.3636,4.0106 -3.9304,6.9784 -2.5266,2.9678 -6.1762,4.6522 -3.6496,1.6844 -8.2216,1.6844 -4.6122,0 -8.3019,-1.6844 -3.6496,-1.6844 -6.2163,-4.6522 -2.5267,-2.9678 -3.8903,-6.9784 -1.3635,-4.0105 -1.3635,-8.7029 z m 7.4195,0.8823 q 0,3.2085 0.762,6.1362 0.762,2.8875 2.286,5.0933 1.5641,2.2058 3.8902,3.4892 2.3261,1.2834 5.4143,1.2834 3.048,0 5.334,-1.2834 2.3261,-1.2834 3.8501,-3.4892 1.5641,-2.2058 2.3261,-5.0933 0.762,-2.9277 0.762,-6.1362 v -0.8823 q 0,-3.1683 -0.8021,-6.0559 -0.762,-2.9277 -2.3261,-5.1335 -1.524,-2.2058 -3.8501,-3.4892 -2.286,-1.3235 -5.3742,-1.3235 -3.0881,0 -5.3741,1.3235 -2.286,1.2834 -3.8501,3.4892 -1.524,2.2058 -2.286,5.1335 -0.762,2.8876 -0.762,6.0559 z" style="fill:#326ce5;fill-opacity:1" id="path5918"/>
<path d="m 3185.5419,4136.639 0.2005,4.0907 q 1.3235,-2.286 3.4491,-3.5693 2.1657,-1.2834 5.2137,-1.3235 5.9757,0 7.981,4.6522 1.2834,-2.0855 3.3689,-3.3287 2.1256,-1.2834 5.1335,-1.3235 4.7725,0 7.3393,2.9277 2.5667,2.9277 2.5667,8.8633 v 32.4052 h -7.0585 v -32.4854 q 0,-5.4544 -5.0132,-5.4143 -1.3235,0 -2.286,0.361 -0.9626,0.3609 -1.6043,1.0026 -0.6416,0.6016 -1.0026,1.4438 -0.3609,0.8021 -0.4813,1.6845 v 33.4078 h -7.0585 v -32.5255 q 0,-2.6069 -1.1631,-4.0106 -1.163,-1.4037 -3.6897,-1.3636 -2.3261,0 -3.6095,0.9225 -1.2833,0.9224 -1.8849,2.4464 v 34.5308 h -7.0586 v -43.3941 z" style="fill:#326ce5;fill-opacity:1" id="path5920"/>
<path d="m 3267.9988,4158.8173 q 0,4.6523 -1.123,8.7029 -1.1229,4.0106 -3.2886,6.9784 -2.1657,2.9678 -5.3742,4.6522 -3.1683,1.6844 -7.2591,1.6844 -3.9704,0 -7.0184,-1.2834 -3.0079,-1.2833 -5.1736,-3.6897 v 20.8549 h -7.4195 v -60.078 h 6.7778 l 0.3609,4.7324 q 2.1657,-2.687 5.2137,-4.0907 3.0882,-1.4438 7.1388,-1.4438 4.171,0 7.3794,1.6443 3.2085,1.6443 5.3742,4.572 2.1657,2.9277 3.2886,7.0185 1.123,4.0506 1.123,8.9034 z m -7.4196,-0.8422 q 0,-3.1683 -0.7219,-6.0158 -0.6817,-2.8876 -2.1656,-5.0533 -1.4438,-2.2058 -3.6897,-3.4892 -2.246,-1.2834 -5.3742,-1.2834 -3.5694,0 -6.0158,1.6845 -2.4063,1.6443 -3.8501,4.2512 v 20.8949 q 1.4438,2.5668 3.8501,4.2111 2.4063,1.6042 6.096,1.6042 3.0881,0 5.3341,-1.2834 2.2459,-1.3235 3.6897,-3.5293 1.4438,-2.2058 2.1255,-5.0934 0.7219,-2.8876 0.7219,-6.0559 z" style="fill:#326ce5;fill-opacity:1" id="path5922"/>
<path d="m 3308.786,4174.0574 q -2.1657,3.2084 -5.4142,5.0132 -3.2486,1.7646 -7.4997,1.7646 -3.409,0 -6.1763,-1.0427 -2.7673,-1.0829 -4.7324,-3.3288 -1.9652,-2.2459 -3.048,-5.695 -1.0428,-3.4891 -1.0428,-8.3419 v -25.7878 h 7.4195 v 25.868 q 0,3.5293 0.5615,5.8554 0.5615,2.3261 1.6844,3.7298 1.123,1.3636 2.7272,1.9251 1.6443,0.5615 3.7699,0.5615 4.5319,0 7.2992,-1.8449 2.8074,-1.8448 4.171,-4.9731 v -31.1218 h 7.4596 v 43.3941 h -6.7377 z" style="fill:#326ce5;fill-opacity:1" id="path5924"/>
<path d="m 3347.4477,4126.1314 v 10.5076 h 16.5234 v 5.7351 h -16.5234 v 23.582 q 0,2.5266 0.6417,4.171 0.6417,1.6443 1.7646,2.6469 1.123,0.9626 2.5668,1.3636 1.4839,0.4011 3.1282,0.4011 1.2032,0 2.4865,-0.1204 1.2834,-0.1604 2.4866,-0.3609 1.2432,-0.2005 2.286,-0.4011 1.0828,-0.2406 1.7646,-0.401 l 1.0428,5.2538 q -0.9225,0.5615 -2.2459,1.0026 -1.3235,0.4011 -2.8876,0.6818 -1.5642,0.3209 -3.3288,0.4813 -1.7245,0.1604 -3.4491,0.1604 -2.8876,0 -5.4142,-0.8021 -2.4865,-0.8422 -4.3314,-2.6068 -1.8448,-1.8048 -2.9277,-4.6122 -1.0427,-2.8475 -1.0427,-6.858 v -23.582 h -11.39 v -5.7351 h 11.39 v -10.5076 z" style="fill:#326ce5;fill-opacity:1" id="path5926"/>
<path d="m 3398.3014,4180.8352 q -4.572,0 -8.4221,-1.5641 -3.8101,-1.5641 -6.5372,-4.3715 -2.7272,-2.8074 -4.2512,-6.6575 -1.524,-3.8501 -1.524,-8.382 v -1.6845 q 0,-5.2538 1.6844,-9.3847 1.6844,-4.1709 4.4517,-7.0184 2.8074,-2.8876 6.3367,-4.4116 3.5694,-1.524 7.2992,-1.524 4.6923,0 8.1815,1.6443 3.5293,1.6042 5.8554,4.4918 2.3261,2.8475 3.4491,6.7377 1.163,3.8903 1.163,8.4222 v 3.3287 h -31.0015 q 0.1203,2.9678 1.123,5.5747 1.0427,2.6069 2.8073,4.572 1.8048,1.9251 4.2913,3.048 2.4866,1.123 5.4945,1.123 3.9704,0 7.0585,-1.6042 3.0882,-1.6042 5.1335,-4.2512 l 4.532,3.5293 q -1.0829,1.6443 -2.7272,3.1683 -1.6042,1.4839 -3.7298,2.647 -2.1256,1.163 -4.8127,1.8448 -2.6871,0.7219 -5.8554,0.7219 z m -0.9625,-38.9023 q -2.2459,0 -4.2512,0.8422 -2.0053,0.8021 -3.6095,2.4064 -1.6042,1.5641 -2.7272,3.8902 -1.0828,2.286 -1.524,5.2939 h 23.3414 v -0.5615 q -0.1203,-2.1657 -0.8422,-4.2913 -0.6818,-2.1255 -2.0454,-3.81 -1.3636,-1.6844 -3.449,-2.7271 -2.0454,-1.0428 -4.8929,-1.0428 z" style="fill:#326ce5;fill-opacity:1" id="path5928"/>
<path d="m 3456.8153,4135.8369 q 1.0427,0 2.1657,0.08 1.1229,0.04 2.1256,0.2005 1.0427,0.1203 1.8849,0.3209 0.8824,0.2005 1.4438,0.4411 l -1.0026,7.2591 q -2.1657,-0.4813 -4.1309,-0.6818 -1.925,-0.2406 -4.0506,-0.2406 -5.2137,0 -8.4623,2.3662 -3.2084,2.3662 -4.7324,6.6174 v 27.8332 h -7.4596 v -43.3941 h 7.0585 l 0.361,6.8981 q 2.6469,-3.5694 6.3366,-5.6147 3.7298,-2.0855 8.4623,-2.0855 z" style="fill:#326ce5;fill-opacity:1" id="path5930"/>
<path d="m 3526.8796,4121.6395 h 35.2928 v 6.457 h -13.9968 v 45.5197 h 13.9968 v 6.4169 h -35.2928 v -6.4169 h 13.676 v -45.5197 h -13.676 z" style="fill:#326ce5;fill-opacity:1" id="path5932"/>
<path d="m 3594.6177,4174.8194 q 2.0053,0 3.8903,-0.6417 1.925,-0.6417 3.4089,-1.7646 1.4839,-1.1631 2.3662,-2.6871 0.9225,-1.5641 0.9626,-3.3689 h 7.0184 q -0.04,2.8876 -1.524,5.5346 -1.4438,2.6069 -3.8902,4.6121 -2.4464,1.9652 -5.6148,3.1684 -3.1683,1.163 -6.6174,1.163 -4.9329,0 -8.6226,-1.7646 -3.6897,-1.7647 -6.1763,-4.7325 -2.4464,-3.0079 -3.6897,-6.8981 -1.2433,-3.9303 -1.2433,-8.2617 v -1.6845 q 0,-4.2912 1.2433,-8.2216 1.2433,-3.9303 3.6897,-6.8981 2.4866,-3.0079 6.1763,-4.7726 3.6897,-1.7646 8.6226,-1.7646 3.8502,0 7.0586,1.2433 3.2485,1.2031 5.5747,3.3287 2.3662,2.0855 3.6897,4.9731 1.3234,2.8876 1.3234,6.1762 h -7.0184 q -0.04,-1.9651 -0.8823,-3.6897 -0.8022,-1.7646 -2.2058,-3.0881 -1.4037,-1.3235 -3.3689,-2.0855 -1.9251,-0.762 -4.171,-0.762 -3.449,0 -5.8153,1.4037 -2.3261,1.3636 -3.7699,3.6095 -1.4438,2.2058 -2.0855,4.9731 -0.6015,2.7673 -0.6015,5.5746 v 1.6845 q 0,2.8475 0.6015,5.6548 0.6417,2.7673 2.0454,5.0132 1.4438,2.2058 3.7699,3.6095 2.3663,1.3636 5.8554,1.3636 z" style="fill:#326ce5;fill-opacity:1" id="path5934"/>
<path d="m 3623.2931,4157.935 q 0,-4.6923 1.3636,-8.7029 1.3636,-4.0506 3.8903,-7.0184 2.5667,-2.9679 6.2163,-4.6523 3.6496,-1.7245 8.2216,-1.7245 4.6122,0 8.2617,1.7245 3.6898,1.6844 6.2164,4.6523 2.5667,2.9678 3.9303,7.0184 1.3636,4.0106 1.3636,8.7029 v 0.8823 q 0,4.6924 -1.3636,8.7029 -1.3636,4.0106 -3.9303,6.9784 -2.5266,2.9678 -6.1762,4.6522 -3.6496,1.6844 -8.2217,1.6844 -4.6121,0 -8.3018,-1.6844 -3.6496,-1.6844 -6.2163,-4.6522 -2.5267,-2.9678 -3.8903,-6.9784 -1.3636,-4.0105 -1.3636,-8.7029 z m 7.4195,0.8823 q 0,3.2085 0.7621,6.1362 0.762,2.8875 2.286,5.0933 1.5641,2.2058 3.8902,3.4892 2.3261,1.2834 5.4142,1.2834 3.048,0 5.3341,-1.2834 2.3261,-1.2834 3.8501,-3.4892 1.5641,-2.2058 2.3261,-5.0933 0.762,-2.9277 0.762,-6.1362 v -0.8823 q 0,-3.1683 -0.8021,-6.0559 -0.762,-2.9277 -2.3261,-5.1335 -1.524,-2.2058 -3.8501,-3.4892 -2.2861,-1.3235 -5.3742,-1.3235 -3.0881,0 -5.3741,1.3235 -2.286,1.2834 -3.8501,3.4892 -1.524,2.2058 -2.286,5.1335 -0.7621,2.8876 -0.7621,6.0559 z" style="fill:#326ce5;fill-opacity:1" id="path5936"/>
<path d="m 3681.2856,4136.639 0.5214,6.4169 q 2.3662,-3.3689 5.8153,-5.2538 3.4491,-1.9251 7.7003,-1.9652 3.4089,0 6.1762,0.9625 2.8074,0.9625 4.7725,3.0079 1.9652,2.0454 3.008,5.2137 1.0828,3.1283 1.0828,7.4597 v 27.5524 h -7.4195 v -27.392 q 0,-2.8876 -0.6417,-4.8929 -0.6417,-2.0053 -1.9251,-3.2485 -1.2432,-1.2433 -3.0881,-1.8048 -1.8047,-0.5615 -4.1709,-0.5615 -3.7299,0 -6.5773,1.885 -2.8074,1.8448 -4.4919,4.8929 v 31.1218 h -7.4195 v -43.3941 z" style="fill:#326ce5;fill-opacity:1" id="path5938"/>
<path d="m 3738.7969,4175.2205 q 0,-1.2032 0.3609,-2.246 0.4011,-1.0427 1.123,-1.8047 0.7219,-0.8021 1.8047,-1.2433 1.0829,-0.4411 2.5267,-0.4411 1.4438,0 2.5266,0.4411 1.123,0.4412 1.8449,1.2433 0.762,0.762 1.1229,1.8047 0.4011,1.0428 0.4011,2.246 0,1.163 -0.4011,2.2058 -0.3609,1.0026 -1.1229,1.7646 -0.7219,0.762 -1.8449,1.1631 -1.0828,0.4411 -2.5266,0.4411 -1.4438,0 -2.5267,-0.4411 -1.0828,-0.4011 -1.8047,-1.1631 -0.7219,-0.762 -1.123,-1.7646 -0.3609,-1.0428 -0.3609,-2.2058 z m 0,-35.1324 q 0,-1.2032 0.3609,-2.2459 0.4011,-1.0428 1.123,-1.8048 0.7219,-0.8021 1.8047,-1.2433 1.0829,-0.4411 2.5267,-0.4411 1.4438,0 2.5266,0.4411 1.123,0.4412 1.8449,1.2433 0.762,0.762 1.1229,1.8048 0.4011,1.0427 0.4011,2.2459 0,1.163 -0.4011,2.2058 -0.3609,1.0026 -1.1229,1.7646 -0.7219,0.762 -1.8449,1.2032 -1.0828,0.401 -2.5266,0.401 -1.4438,0 -2.5267,-0.401 -1.0828,-0.4412 -1.8047,-1.2032 -0.7219,-0.762 -1.123,-1.7646 -0.3609,-1.0428 -0.3609,-2.2058 z" style="fill:#326ce5;fill-opacity:1" id="path5940"/>
<path d="m 3835.3708,4159.7798 -5.4543,5.2539 v 14.9994 h -7.4596 v -61.602 h 7.4596 v 37.6991 l 4.8528,-5.2137 14.2374,-14.2775 h 9.0237 l -17.5662,18.0876 20.2533,25.3065 h -9.4248 z" style="fill:#326ce5;fill-opacity:1" id="path5942"/>
<path d="m 3900.1412,4180.0331 q -0.4412,-0.8422 -0.7219,-2.0855 -0.2407,-1.2833 -0.361,-2.6469 -1.1229,1.1229 -2.5266,2.1256 -1.3636,1.0026 -3.048,1.7646 -1.6444,0.762 -3.5293,1.2032 -1.885,0.4411 -4.0106,0.4411 -3.449,0 -6.2564,-1.0026 -2.7673,-1.0027 -4.7325,-2.6871 -1.925,-1.7245 -3.0079,-4.0506 -1.0427,-2.3663 -1.0427,-5.0934 0,-3.5694 1.4037,-6.2565 1.4438,-2.6871 4.0506,-4.4517 2.6069,-1.8047 6.2565,-2.6871 3.6897,-0.8823 8.2216,-0.8823 h 8.1013 v -3.4089 q 0,-1.9652 -0.7219,-3.5293 -0.7219,-1.5641 -2.0454,-2.647 -1.3235,-1.1229 -3.2485,-1.7245 -1.885,-0.6016 -4.2512,-0.6016 -2.2058,0 -3.9704,0.5615 -1.7246,0.5615 -2.9277,1.4839 -1.2032,0.9224 -1.885,2.2058 -0.6417,1.2432 -0.6417,2.6068 h -7.4596 q 0.04,-2.3662 1.2032,-4.6522 1.2031,-2.286 3.4089,-4.0908 2.2459,-1.8448 5.4143,-2.9678 3.2084,-1.1229 7.2591,-1.1229 3.6897,0 6.858,0.9224 3.1683,0.8823 5.4543,2.7272 2.3262,1.8047 3.6496,4.5319 1.3235,2.7272 1.3235,6.3768 v 20.173 q 0,2.1657 0.4011,4.6121 0.401,2.4064 1.1229,4.2111 v 0.6417 z m -13.1145,-5.6549 q 2.1657,0 4.0506,-0.5614 1.885,-0.5615 3.409,-1.4839 1.5641,-0.9225 2.6871,-2.0855 1.1229,-1.2032 1.7646,-2.4866 v -8.7831 h -6.8981 q -6.4971,0 -10.1066,1.9251 -3.6095,1.9251 -3.6095,6.0559 0,1.6042 0.5214,2.9678 0.5614,1.3636 1.6443,2.3663 1.0828,0.9625 2.7272,1.524 1.6443,0.5614 3.81,0.5614 z" style="fill:#326ce5;fill-opacity:1" id="path5944"/>
<path d="m 3940.0461,4180.8352 q -4.572,0 -8.4221,-1.5641 -3.8101,-1.5641 -6.5372,-4.3715 -2.7272,-2.8074 -4.2512,-6.6575 -1.524,-3.8501 -1.524,-8.382 v -1.6845 q 0,-5.2538 1.6844,-9.3847 1.6844,-4.1709 4.4517,-7.0184 2.8074,-2.8876 6.3367,-4.4116 3.5694,-1.524 7.2992,-1.524 4.6923,0 8.1815,1.6443 3.5293,1.6042 5.8554,4.4918 2.3261,2.8475 3.4491,6.7377 1.163,3.8903 1.163,8.4222 v 3.3287 h -31.0015 q 0.1203,2.9678 1.1229,5.5747 1.0428,2.6069 2.8074,4.572 1.8048,1.9251 4.2913,3.048 2.4865,1.123 5.4945,1.123 3.9704,0 7.0585,-1.6042 3.0881,-1.6042 5.1335,-4.2512 l 4.5319,3.5293 q -1.0828,1.6443 -2.7271,3.1683 -1.6043,1.4839 -3.7298,2.647 -2.1256,1.163 -4.8127,1.8448 -2.6871,0.7219 -5.8554,0.7219 z m -0.9625,-38.9023 q -2.2459,0 -4.2512,0.8422 -2.0053,0.8021 -3.6095,2.4064 -1.6042,1.5641 -2.7272,3.8902 -1.0828,2.286 -1.524,5.2939 h 23.3414 v -0.5615 q -0.1203,-2.1657 -0.8422,-4.2913 -0.6818,-2.1255 -2.0454,-3.81 -1.3636,-1.6844 -3.4491,-2.7271 -2.0453,-1.0428 -4.8928,-1.0428 z" style="fill:#326ce5;fill-opacity:1" id="path5946"/>
<path d="m 3971.2883,4118.4311 h 22.1783 v 55.1851 h 14.1572 v 6.4169 h -36.3355 v -6.4169 h 14.7588 v -48.7281 h -14.7588 z" style="fill:#326ce5;fill-opacity:1" id="path5948"/>
<path d="m 4055.3894,4186.089 h -36.7767 v -6.0559 h 36.7767 z" style="fill:#326ce5;fill-opacity:1" id="path5950"/>
<path d="m 4092.6875,4180.0331 h -7.4195 v -48.9287 l -15.2802,5.8153 v -6.7778 l 22.0981,-8.5024 h 0.6016 z" style="fill:#326ce5;fill-opacity:1" id="path5952"/>
<path d="m 4154.851,4125.8105 -24.1836,54.2226 h -7.7805 l 24.1034,-51.8965 h -31.6031 v -6.4971 h 39.4638 z" style="fill:#326ce5;fill-opacity:1" id="path5954"/>
<path d="m 4175.1042,4173.4558 q 3.9705,0 6.9784,-0.6818 3.0079,-0.7219 5.2137,-2.0053 2.2459,-1.2833 3.7298,-3.0079 1.4839,-1.7646 2.4063,-3.8501 0.9626,-2.1256 1.4037,-4.4517 0.4412,-2.3662 0.5615,-4.8127 -0.9625,1.2032 -2.2058,2.2861 -1.2433,1.0427 -2.8074,1.8448 -1.5641,0.8021 -3.4892,1.2834 -1.8849,0.4411 -4.1308,0.4411 -4.3314,0 -7.4997,-1.6844 -3.1283,-1.7245 -5.1736,-4.4918 -2.0454,-2.7673 -3.008,-6.2564 -0.9625,-3.4892 -0.9625,-7.0185 0,-4.1309 1.123,-7.7805 1.163,-3.6897 3.4089,-6.4168 2.286,-2.7673 5.6549,-4.3715 3.409,-1.6444 7.9008,-1.6444 3.3688,0 6.0559,0.9626 2.7272,0.9224 4.7726,2.6068 2.0854,1.6443 3.5693,3.9304 1.4839,2.2459 2.4064,4.8928 0.9625,2.6069 1.4037,5.4945 0.4411,2.8475 0.4411,5.7351 v 2.687 q 0,3.7298 -0.3609,7.6602 -0.361,3.8902 -1.4438,7.5398 -1.0428,3.6496 -2.9678,6.8981 -1.9251,3.2085 -5.0132,5.6148 -3.0881,2.4063 -7.4997,3.81 -4.4116,1.4037 -10.4676,1.4037 h -0.762 v -6.6174 z m 8.8633,-19.0902 q 1.885,0 3.6496,-0.6016 1.8048,-0.6417 3.2887,-1.7646 1.524,-1.1631 2.6871,-2.6871 1.2031,-1.5641 1.8849,-3.4491 v -2.4063 q 0,-3.8902 -0.9224,-6.9382 -0.8823,-3.048 -2.4464,-5.1335 -1.5241,-2.1256 -3.5694,-3.2486 -2.0053,-1.1229 -4.2913,-1.1229 -2.6069,0 -4.6121,1.0427 -2.0053,1.0428 -3.409,2.8876 -1.3636,1.8048 -2.0855,4.3314 -0.7219,2.4865 -0.7219,5.3741 0,2.5668 0.6417,5.0533 0.6417,2.4465 1.9251,4.3715 1.3234,1.9251 3.2886,3.1283 2.0053,1.163 4.6923,1.163 z" style="fill:#326ce5;fill-opacity:1" id="path5956"/>
<path d="m 2672.6732,4261.0253 h -30.6807 v -6.096 h 30.6807 z" style="fill:#326ce5;fill-opacity:1" id="path5958"/>
<path d="m 2776.7068,4265.9583 q -0.5214,4.0506 -2.0855,7.4596 -1.5641,3.3689 -4.0908,5.8153 -2.4865,2.4063 -5.9356,3.7699 -3.4089,1.3235 -7.62,1.3235 -3.6095,0 -6.5773,-1.0027 -2.9277,-1.0427 -5.2538,-2.8474 -2.286,-1.8048 -3.9705,-4.2512 -1.6443,-2.4465 -2.7672,-5.3341 -1.0829,-2.8875 -1.6444,-6.0559 -0.5213,-3.1683 -0.5614,-6.4169 v -8.1414 q 0.04,-3.2485 0.5614,-6.4168 0.5615,-3.1684 1.6444,-6.056 1.1229,-2.8876 2.7672,-5.334 1.6845,-2.4865 3.9705,-4.2913 2.3261,-1.8047 5.2538,-2.8074 2.9277,-1.0427 6.5773,-1.0427 4.3715,0 7.8206,1.3636 3.449,1.3235 5.9356,3.81 2.4865,2.4464 3.9704,5.8955 1.524,3.4491 2.0053,7.62 h -7.4195 q -0.361,-2.6469 -1.2433,-4.9329 -0.8823,-2.286 -2.3662,-4.0106 -1.4839,-1.7245 -3.6496,-2.687 -2.1256,-1.0027 -5.0533,-1.0027 -2.647,0 -4.6924,0.8823 -2.0052,0.8423 -3.4891,2.3262 -1.4438,1.4839 -2.4465,3.449 -0.9625,1.9652 -1.5641,4.171 -0.6016,2.2058 -0.8823,4.5319 -0.2406,2.286 -0.2406,4.4517 v 8.2216 q 0,2.1657 0.2406,4.4919 0.2807,2.286 0.8823,4.5319 0.6016,2.2058 1.5641,4.1709 0.9626,1.9652 2.4465,3.4892 1.4839,1.4839 3.4891,2.3662 2.0053,0.8423 4.6924,0.8423 2.9277,0 5.0533,-0.9225 2.1657,-0.9224 3.6496,-2.5667 1.4839,-1.6844 2.3662,-3.9304 0.8823,-2.286 1.2433,-4.9329 z" style="fill:#326ce5;fill-opacity:1" id="path5960"/>
<path d="m 2807.3072,4284.3266 q -4.572,0 -8.4221,-1.5641 -3.81,-1.5641 -6.5372,-4.3715 -2.7272,-2.8074 -4.2512,-6.6575 -1.524,-3.8502 -1.524,-8.3821 v -1.6844 q 0,-5.2538 1.6844,-9.3847 1.6845,-4.171 4.4518,-7.0184 2.8073,-2.8876 6.3366,-4.4116 3.5694,-1.5241 7.2992,-1.5241 4.6924,0 8.1815,1.6444 3.5293,1.6042 5.8554,4.4918 2.3261,2.8475 3.4491,6.7377 1.1631,3.8902 1.1631,8.4221 v 3.3288 h -31.0016 q 0.1203,2.9678 1.123,5.5747 1.0427,2.6068 2.8074,4.572 1.8047,1.925 4.2912,3.048 2.4866,1.123 5.4945,1.123 3.9704,0 7.0586,-1.6043 3.0881,-1.6042 5.1335,-4.2511 l 4.5319,3.5292 q -1.0829,1.6444 -2.7272,3.1684 -1.6042,1.4839 -3.7298,2.6469 -2.1256,1.1631 -4.8127,1.8449 -2.687,0.7219 -5.8554,0.7219 z m -0.9625,-38.9023 q -2.2459,0 -4.2512,0.8422 -2.0052,0.8021 -3.6095,2.4063 -1.6042,1.5641 -2.7271,3.8902 -1.0829,2.2861 -1.524,5.294 h 23.3413 v -0.5615 q -0.1203,-2.1657 -0.8422,-4.2913 -0.6818,-2.1256 -2.0453,-3.81 -1.3636,-1.6844 -3.4491,-2.7272 -2.0454,-1.0427 -4.8929,-1.0427 z" style="fill:#326ce5;fill-opacity:1" id="path5962"/>
<path d="m 2838.5494,4221.9225 h 22.1783 v 55.1851 h 14.1573 v 6.4169 h -36.3356 v -6.4169 h 14.7588 v -48.7281 h -14.7588 z" style="fill:#326ce5;fill-opacity:1" id="path5964"/>
<path d="m 2887.7989,4221.9225 h 22.1784 v 55.1851 h 14.1572 v 6.4169 h -36.3356 v -6.4169 h 14.7589 v -48.7281 h -14.7589 z" style="fill:#326ce5;fill-opacity:1" id="path5966"/>
<path d="m 2993.2362,4260.1029 v 23.4216 h -7.4195 v -58.3936 h 18.9298 q 3.9303,0.08 7.4195,1.2433 3.5293,1.163 6.1762,3.3688 2.647,2.2058 4.171,5.4544 1.5641,3.2485 1.5641,7.4596 0,4.2111 -1.5641,7.4596 -1.524,3.2085 -4.171,5.4143 -2.6469,2.2058 -6.1762,3.3688 -3.4892,1.1631 -7.4195,1.2032 z m 0,-6.0961 h 11.5103 q 2.5667,-0.04 4.7324,-0.8021 2.1657,-0.8021 3.7699,-2.2459 1.6043,-1.4438 2.4866,-3.4891 0.9224,-2.0855 0.9224,-4.7325 0,-2.647 -0.9224,-4.7725 -0.8823,-2.1256 -2.4866,-3.6095 -1.5641,-1.4839 -3.7699,-2.286 -2.1657,-0.8022 -4.7324,-0.8423 h -11.5103 z" style="fill:#326ce5;fill-opacity:1" id="path5968"/>
<path d="m 3041.8039,4246.5873 q 2.3261,-3.4089 5.7351,-5.2939 3.409,-1.9251 7.6602,-1.9652 3.4089,0 6.1762,1.0027 2.8074,0.9625 4.7726,3.048 1.9651,2.0855 3.0079,5.2939 1.0828,3.1684 1.0828,7.5398 v 27.3119 h -7.4195 v -27.3921 q 0,-5.334 -2.5668,-7.9408 -2.5266,-2.6069 -7.259,-2.5668 -3.5694,0 -6.4971,1.7646 -2.8876,1.7246 -4.6924,4.6122 v 31.5229 h -7.4195 v -61.602 h 7.4195 z" style="fill:#326ce5;fill-opacity:1" id="path5970"/>
<path d="m 3081.5484,4261.4264 q 0,-4.6924 1.3636,-8.7029 1.3636,-4.0507 3.8903,-7.0185 2.5667,-2.9678 6.2163,-4.6522 3.6496,-1.7246 8.2216,-1.7246 4.6122,0 8.2618,1.7246 3.6897,1.6844 6.2163,4.6522 2.5668,2.9678 3.9303,7.0185 1.3636,4.0105 1.3636,8.7029 v 0.8823 q 0,4.6923 -1.3636,8.7029 -1.3635,4.0105 -3.9303,6.9783 -2.5266,2.9678 -6.1762,4.6523 -3.6496,1.6844 -8.2217,1.6844 -4.6121,0 -8.3018,-1.6844 -3.6496,-1.6845 -6.2163,-4.6523 -2.5267,-2.9678 -3.8903,-6.9783 -1.3636,-4.0106 -1.3636,-8.7029 z m 7.4196,0.8823 q 0,3.2084 0.762,6.1361 0.762,2.8876 2.286,5.0934 1.5641,2.2058 3.8902,3.4892 2.3261,1.2834 5.4142,1.2834 3.0481,0 5.3341,-1.2834 2.3261,-1.2834 3.8501,-3.4892 1.5641,-2.2058 2.3261,-5.0934 0.762,-2.9277 0.762,-6.1361 v -0.8823 q 0,-3.1684 -0.8021,-6.056 -0.762,-2.9277 -2.3261,-5.1335 -1.524,-2.2058 -3.8501,-3.4891 -2.286,-1.3235 -5.3742,-1.3235 -3.0881,0 -5.3741,1.3235 -2.286,1.2833 -3.8501,3.4891 -1.524,2.2058 -2.286,5.1335 -0.762,2.8876 -0.762,6.056 z" style="fill:#326ce5;fill-opacity:1" id="path5972"/>
<path d="m 3139.5409,4240.1304 0.5214,6.4168 q 2.3662,-3.3688 5.8153,-5.2538 3.4491,-1.9251 7.7003,-1.9652 3.4089,0 6.1762,0.9626 2.8074,0.9625 4.7726,3.0079 1.9651,2.0454 3.0079,5.2137 1.0828,3.1282 1.0828,7.4596 v 27.5525 h -7.4195 v -27.3921 q 0,-2.8876 -0.6417,-4.8928 -0.6417,-2.0053 -1.925,-3.2486 -1.2433,-1.2432 -3.0882,-1.8047 -1.8047,-0.5615 -4.1709,-0.5615 -3.7298,0 -6.5773,1.885 -2.8074,1.8448 -4.4918,4.8928 v 31.1219 h -7.4196 v -43.3941 z" style="fill:#326ce5;fill-opacity:1" id="path5974"/>
<path d="m 3201.3034,4284.3266 q -4.5721,0 -8.4222,-1.5641 -3.81,-1.5641 -6.5372,-4.3715 -2.7271,-2.8074 -4.2512,-6.6575 -1.524,-3.8502 -1.524,-8.3821 v -1.6844 q 0,-5.2538 1.6845,-9.3847 1.6844,-4.171 4.4517,-7.0184 2.8074,-2.8876 6.3366,-4.4116 3.5694,-1.5241 7.2992,-1.5241 4.6924,0 8.1816,1.6444 3.5292,1.6042 5.8554,4.4918 2.3261,2.8475 3.449,6.7377 1.1631,3.8902 1.1631,8.4221 v 3.3288 h -31.0015 q 0.1203,2.9678 1.1229,5.5747 1.0427,2.6068 2.8074,4.572 1.8047,1.925 4.2913,3.048 2.4865,1.123 5.4944,1.123 3.9705,0 7.0586,-1.6043 3.0881,-1.6042 5.1335,-4.2511 l 4.5319,3.5292 q -1.0828,1.6444 -2.7272,3.1684 -1.6042,1.4839 -3.7298,2.6469 -2.1256,1.1631 -4.8126,1.8449 -2.6871,0.7219 -5.8554,0.7219 z m -0.9626,-38.9023 q -2.2459,0 -4.2511,0.8422 -2.0053,0.8021 -3.6095,2.4063 -1.6043,1.5641 -2.7272,3.8902 -1.0829,2.2861 -1.524,5.294 h 23.3414 v -0.5615 q -0.1203,-2.1657 -0.8422,-4.2913 -0.6818,-2.1256 -2.0454,-3.81 -1.3636,-1.6844 -3.4491,-2.7272 -2.0454,-1.0427 -4.8929,-1.0427 z" style="fill:#326ce5;fill-opacity:1" id="path5976"/>
<path d="m 3280.632,4225.1309 h 35.2928 v 6.457 h -13.9968 v 45.5197 h 13.9968 v 6.4169 h -35.2928 v -6.4169 h 13.6759 v -45.5197 h -13.6759 z" style="fill:#326ce5;fill-opacity:1" id="path5978"/>
<path d="m 3348.3701,4278.3108 q 2.0053,0 3.8902,-0.6417 1.9251,-0.6417 3.409,-1.7647 1.4839,-1.163 2.3662,-2.687 0.9225,-1.5641 0.9626,-3.3689 h 7.0184 q -0.04,2.8876 -1.524,5.5346 -1.4438,2.6068 -3.8902,4.6121 -2.4465,1.9652 -5.6148,3.1683 -3.1683,1.1631 -6.6174,1.1631 -4.933,0 -8.6227,-1.7647 -3.6897,-1.7646 -6.1762,-4.7324 -2.4464,-3.0079 -3.6897,-6.8981 -1.2433,-3.9304 -1.2433,-8.2618 v -1.6844 q 0,-4.2913 1.2433,-8.2216 1.2433,-3.9304 3.6897,-6.8982 2.4865,-3.0079 6.1762,-4.7725 3.6897,-1.7647 8.6227,-1.7647 3.8501,0 7.0586,1.2433 3.2485,1.2032 5.5746,3.3288 2.3663,2.0855 3.6897,4.973 1.3235,2.8876 1.3235,6.1763 h -7.0184 q -0.04,-1.9652 -0.8824,-3.6897 -0.8021,-1.7647 -2.2058,-3.0881 -1.4037,-1.3235 -3.3688,-2.0855 -1.9251,-0.762 -4.171,-0.762 -3.4491,0 -5.8153,1.4037 -2.3261,1.3636 -3.7699,3.6095 -1.4438,2.2058 -2.0855,4.973 -0.6016,2.7673 -0.6016,5.5747 v 1.6844 q 0,2.8475 0.6016,5.6549 0.6417,2.7673 2.0454,5.0132 1.4438,2.2058 3.7699,3.6095 2.3662,1.3636 5.8554,1.3636 z" style="fill:#326ce5;fill-opacity:1" id="path5980"/>
<path d="m 3377.0455,4261.4264 q 0,-4.6924 1.3636,-8.7029 1.3636,-4.0507 3.8902,-7.0185 2.5668,-2.9678 6.2164,-4.6522 3.6496,-1.7246 8.2216,-1.7246 4.6121,0 8.2617,1.7246 3.6897,1.6844 6.2164,4.6522 2.5667,2.9678 3.9303,7.0185 1.3636,4.0105 1.3636,8.7029 v 0.8823 q 0,4.6923 -1.3636,8.7029 -1.3636,4.0105 -3.9303,6.9783 -2.5267,2.9678 -6.1763,4.6523 -3.6496,1.6844 -8.2216,1.6844 -4.6121,0 -8.3018,-1.6844 -3.6496,-1.6845 -6.2164,-4.6523 -2.5266,-2.9678 -3.8902,-6.9783 -1.3636,-4.0106 -1.3636,-8.7029 z m 7.4195,0.8823 q 0,3.2084 0.762,6.1361 0.762,2.8876 2.286,5.0934 1.5642,2.2058 3.8903,3.4892 2.3261,1.2834 5.4142,1.2834 3.048,0 5.334,-1.2834 2.3262,-1.2834 3.8502,-3.4892 1.5641,-2.2058 2.3261,-5.0934 0.762,-2.9277 0.762,-6.1361 v -0.8823 q 0,-3.1684 -0.8021,-6.056 -0.762,-2.9277 -2.3261,-5.1335 -1.524,-2.2058 -3.8502,-3.4891 -2.286,-1.3235 -5.3741,-1.3235 -3.0881,0 -5.3741,1.3235 -2.286,1.2833 -3.8502,3.4891 -1.524,2.2058 -2.286,5.1335 -0.762,2.8876 -0.762,6.056 z" style="fill:#326ce5;fill-opacity:1" id="path5982"/>
<path d="m 3435.038,4240.1304 0.5214,6.4168 q 2.3662,-3.3688 5.8153,-5.2538 3.4491,-1.9251 7.7002,-1.9652 3.409,0 6.1763,0.9626 2.8074,0.9625 4.7725,3.0079 1.9652,2.0454 3.0079,5.2137 1.0829,3.1282 1.0829,7.4596 v 27.5525 h -7.4195 v -27.3921 q 0,-2.8876 -0.6417,-4.8928 -0.6417,-2.0053 -1.9251,-3.2486 -1.2432,-1.2432 -3.0881,-1.8047 -1.8047,-0.5615 -4.171,-0.5615 -3.7298,0 -6.5773,1.885 -2.8073,1.8448 -4.4918,4.8928 v 31.1219 h -7.4195 v -43.3941 z" style="fill:#326ce5;fill-opacity:1" id="path5984"/>
<path d="m 3492.5493,4278.7118 q 0,-1.2031 0.361,-2.2459 0.401,-1.0427 1.1229,-1.8047 0.7219,-0.8021 1.8048,-1.2433 1.0828,-0.4412 2.5266,-0.4412 1.4438,0 2.5267,0.4412 1.1229,0.4412 1.8448,1.2433 0.762,0.762 1.123,1.8047 0.401,1.0428 0.401,2.2459 0,1.1631 -0.401,2.2058 -0.361,1.0027 -1.123,1.7647 -0.7219,0.762 -1.8448,1.163 -1.0829,0.4412 -2.5267,0.4412 -1.4438,0 -2.5266,-0.4412 -1.0829,-0.401 -1.8048,-1.163 -0.7219,-0.762 -1.1229,-1.7647 -0.361,-1.0427 -0.361,-2.2058 z m 0,-35.1324 q 0,-1.2031 0.361,-2.2459 0.401,-1.0427 1.1229,-1.8047 0.7219,-0.8021 1.8048,-1.2433 1.0828,-0.4412 2.5266,-0.4412 1.4438,0 2.5267,0.4412 1.1229,0.4412 1.8448,1.2433 0.762,0.762 1.123,1.8047 0.401,1.0428 0.401,2.2459 0,1.1631 -0.401,2.2058 -0.361,1.0027 -1.123,1.7647 -0.7219,0.762 -1.8448,1.2031 -1.0829,0.4011 -2.5267,0.4011 -1.4438,0 -2.5266,-0.4011 -1.0829,-0.4411 -1.8048,-1.2031 -0.7219,-0.762 -1.1229,-1.7647 -0.361,-1.0427 -0.361,-2.2058 z" style="fill:#326ce5;fill-opacity:1" id="path5986"/>
<path d="m 3589.1233,4263.2712 -5.4544,5.2538 v 14.9995 h -7.4596 v -61.602 h 7.4596 v 37.6991 l 4.8528,-5.2137 14.2374,-14.2775 h 9.0238 l -17.5662,18.0875 20.2532,25.3066 h -9.4247 z" style="fill:#326ce5;fill-opacity:1" id="path5988"/>
<path d="m 3653.8936,4283.5245 q -0.4412,-0.8422 -0.7219,-2.0855 -0.2406,-1.2834 -0.3609,-2.647 -1.123,1.123 -2.5267,2.1256 -1.3636,1.0027 -3.048,1.7647 -1.6443,0.762 -3.5293,1.2031 -1.8849,0.4412 -4.0105,0.4412 -3.4491,0 -6.2565,-1.0027 -2.7673,-1.0026 -4.7324,-2.687 -1.9251,-1.7246 -3.0079,-4.0507 -1.0428,-2.3662 -1.0428,-5.0934 0,-3.5694 1.4037,-6.2564 1.4438,-2.6871 4.0507,-4.4517 2.6068,-1.8048 6.2564,-2.6871 3.6897,-0.8823 8.2216,-0.8823 h 8.1013 v -3.409 q 0,-1.9651 -0.7219,-3.5293 -0.7219,-1.5641 -2.0453,-2.6469 -1.3235,-1.123 -3.2486,-1.7246 -1.8849,-0.6015 -4.2512,-0.6015 -2.2058,0 -3.9704,0.5614 -1.7245,0.5615 -2.9277,1.4839 -1.2032,0.9225 -1.885,2.2058 -0.6416,1.2433 -0.6416,2.6069 h -7.4597 q 0.04,-2.3662 1.2032,-4.6522 1.2032,-2.2861 3.409,-4.0908 2.2459,-1.8449 5.4142,-2.9678 3.2084,-1.123 7.2591,-1.123 3.6897,0 6.858,0.9225 3.1684,0.8823 5.4544,2.7271 2.3261,1.8048 3.6496,4.532 1.3235,2.7271 1.3235,6.3767 v 20.1731 q 0,2.1657 0.401,4.6121 0.4011,2.4063 1.123,4.2111 v 0.6417 z m -13.1145,-5.6549 q 2.1657,0 4.0507,-0.5615 1.8849,-0.5615 3.4089,-1.4839 1.5642,-0.9224 2.6871,-2.0855 1.123,-1.2031 1.7646,-2.4865 v -8.7831 h -6.8981 q -6.4971,0 -10.1066,1.9251 -3.6095,1.925 -3.6095,6.0559 0,1.6042 0.5214,2.9678 0.5615,1.3636 1.6443,2.3662 1.0829,0.9625 2.7272,1.524 1.6443,0.5615 3.81,0.5615 z" style="fill:#326ce5;fill-opacity:1" id="path5990"/>
<path d="m 3693.7985,4284.3266 q -4.572,0 -8.4221,-1.5641 -3.81,-1.5641 -6.5372,-4.3715 -2.7272,-2.8074 -4.2512,-6.6575 -1.524,-3.8502 -1.524,-8.3821 v -1.6844 q 0,-5.2538 1.6844,-9.3847 1.6845,-4.171 4.4518,-7.0184 2.8073,-2.8876 6.3366,-4.4116 3.5694,-1.5241 7.2992,-1.5241 4.6924,0 8.1815,1.6444 3.5293,1.6042 5.8554,4.4918 2.3261,2.8475 3.4491,6.7377 1.1631,3.8902 1.1631,8.4221 v 3.3288 h -31.0016 q 0.1203,2.9678 1.123,5.5747 1.0427,2.6068 2.8074,4.572 1.8047,1.925 4.2913,3.048 2.4865,1.123 5.4944,1.123 3.9704,0 7.0586,-1.6043 3.0881,-1.6042 5.1335,-4.2511 l 4.5319,3.5292 q -1.0829,1.6444 -2.7272,3.1684 -1.6042,1.4839 -3.7298,2.6469 -2.1256,1.1631 -4.8127,1.8449 -2.687,0.7219 -5.8554,0.7219 z m -0.9625,-38.9023 q -2.2459,0 -4.2512,0.8422 -2.0052,0.8021 -3.6095,2.4063 -1.6042,1.5641 -2.7271,3.8902 -1.0829,2.2861 -1.524,5.294 h 23.3413 v -0.5615 q -0.1203,-2.1657 -0.8422,-4.2913 -0.6818,-2.1256 -2.0453,-3.81 -1.3636,-1.6844 -3.4491,-2.7272 -2.0454,-1.0427 -4.8929,-1.0427 z" style="fill:#326ce5;fill-opacity:1" id="path5992"/>
<path d="m 3725.0407,4221.9225 h 22.1783 v 55.1851 h 14.1573 v 6.4169 h -36.3356 v -6.4169 h 14.7588 v -48.7281 h -14.7588 z" style="fill:#326ce5;fill-opacity:1" id="path5994"/>
<path d="m 3809.1419,4289.5804 h -36.7767 v -6.0559 h 36.7767 z" style="fill:#326ce5;fill-opacity:1" id="path5996"/>
<path d="m 3846.4399,4283.5245 h -7.4195 v -48.9287 l -15.2801,5.8153 v -6.7778 l 22.0981,-8.5024 h 0.6015 z" style="fill:#326ce5;fill-opacity:1" id="path5998"/>
<path d="m 3908.6034,4229.3019 -24.1836,54.2226 h -7.7804 l 24.1033,-51.8965 h -31.6031 v -6.4971 h 39.4638 z" style="fill:#326ce5;fill-opacity:1" id="path6000"/>
<path d="m 3928.8567,4276.9472 q 3.9704,0 6.9783,-0.6818 3.0079,-0.7219 5.2137,-2.0053 2.2459,-1.2834 3.7299,-3.0079 1.4839,-1.7646 2.4063,-3.8501 0.9625,-2.1256 1.4037,-4.4517 0.4411,-2.3663 0.5614,-4.8127 -0.9625,1.2032 -2.2058,2.286 -1.2432,1.0428 -2.8073,1.8449 -1.5642,0.8021 -3.4892,1.2833 -1.885,0.4412 -4.1309,0.4412 -4.3314,0 -7.4997,-1.6844 -3.1282,-1.7246 -5.1736,-4.4918 -2.0454,-2.7673 -3.0079,-6.2565 -0.9625,-3.4892 -0.9625,-7.0184 0,-4.1309 1.1229,-7.7805 1.1631,-3.6897 3.409,-6.4169 2.286,-2.7673 5.6548,-4.3715 3.409,-1.6443 7.9008,-1.6443 3.3689,0 6.0559,0.9625 2.7272,0.9225 4.7726,2.6069 2.0855,1.6443 3.5694,3.9303 1.4839,2.2459 2.4063,4.8929 0.9625,2.6068 1.4037,5.4944 0.4412,2.8475 0.4412,5.7351 v 2.6871 q 0,3.7298 -0.361,7.6601 -0.3609,3.8903 -1.4438,7.5399 -1.0427,3.6496 -2.9678,6.8981 -1.925,3.2084 -5.0132,5.6148 -3.0881,2.4063 -7.4997,3.81 -4.4116,1.4037 -10.4675,1.4037 h -0.762 v -6.6174 z m 8.8633,-19.0902 q 1.8849,0 3.6496,-0.6016 1.8047,-0.6417 3.2886,-1.7647 1.524,-1.163 2.6871,-2.687 1.2032,-1.5641 1.885,-3.4491 v -2.4063 q 0,-3.8902 -0.9225,-6.9383 -0.8823,-3.048 -2.4464,-5.1335 -1.524,-2.1256 -3.5694,-3.2485 -2.0053,-1.123 -4.2913,-1.123 -2.6068,0 -4.6121,1.0428 -2.0053,1.0427 -3.409,2.8876 -1.3636,1.8047 -2.0855,4.3314 -0.7219,2.4865 -0.7219,5.3741 0,2.5667 0.6417,5.0533 0.6417,2.4464 1.9251,4.3715 1.3235,1.925 3.2886,3.1282 2.0053,1.1631 4.6924,1.1631 z" style="fill:#326ce5;fill-opacity:1" id="path6002"/>
<path d="m 2672.6732,4364.5167 h -30.6807 v -6.0961 h 30.6807 z" style="fill:#326ce5;fill-opacity:1" id="path6004"/>
<path d="m 2776.7068,4369.4496 q -0.5214,4.0507 -2.0855,7.4597 -1.5641,3.3688 -4.0908,5.8152 -2.4865,2.4064 -5.9356,3.77 -3.4089,1.3234 -7.62,1.3234 -3.6095,0 -6.5773,-1.0026 -2.9277,-1.0427 -5.2538,-2.8475 -2.286,-1.8047 -3.9705,-4.2512 -1.6443,-2.4464 -2.7672,-5.334 -1.0829,-2.8876 -1.6444,-6.0559 -0.5213,-3.1683 -0.5614,-6.4169 v -8.1414 q 0.04,-3.2485 0.5614,-6.4169 0.5615,-3.1683 1.6444,-6.0559 1.1229,-2.8876 2.7672,-5.334 1.6845,-2.4866 3.9705,-4.2913 2.3261,-1.8048 5.2538,-2.8074 2.9277,-1.0427 6.5773,-1.0427 4.3715,0 7.8206,1.3635 3.449,1.3235 5.9356,3.8101 2.4865,2.4464 3.9704,5.8955 1.524,3.449 2.0053,7.62 h -7.4195 q -0.361,-2.647 -1.2433,-4.933 -0.8823,-2.286 -2.3662,-4.0105 -1.4839,-1.7245 -3.6496,-2.6871 -2.1256,-1.0026 -5.0533,-1.0026 -2.647,0 -4.6924,0.8823 -2.0052,0.8422 -3.4891,2.3261 -1.4438,1.4839 -2.4465,3.4491 -0.9625,1.9652 -1.5641,4.171 -0.6016,2.2058 -0.8823,4.5319 -0.2406,2.286 -0.2406,4.4517 v 8.2216 q 0,2.1657 0.2406,4.4918 0.2807,2.286 0.8823,4.5319 0.6016,2.2058 1.5641,4.171 0.9626,1.9652 2.4465,3.4892 1.4839,1.4839 3.4891,2.3662 2.0053,0.8422 4.6924,0.8422 2.9277,0 5.0533,-0.9224 2.1657,-0.9224 3.6496,-2.5668 1.4839,-1.6844 2.3662,-3.9303 0.8823,-2.286 1.2433,-4.933 z" style="fill:#326ce5;fill-opacity:1" id="path6006"/>
<path d="m 2796.2381,4363.5942 v 23.4216 h -7.4195 v -58.3935 h 18.9298 q 3.9303,0.08 7.4195,1.2432 3.5293,1.1631 6.1763,3.3689 2.6469,2.2058 4.1709,5.4543 1.5641,3.2486 1.5641,7.4597 0,4.211 -1.5641,7.4596 -1.524,3.2084 -4.1709,5.4142 -2.647,2.2058 -6.1763,3.3689 -3.4892,1.163 -7.4195,1.2031 z m 0,-6.096 h 11.5103 q 2.5668,-0.04 4.7324,-0.8021 2.1657,-0.8021 3.77,-2.2459 1.6042,-1.4438 2.4865,-3.4892 0.9224,-2.0855 0.9224,-4.7324 0,-2.647 -0.9224,-4.7726 -0.8823,-2.1256 -2.4865,-3.6095 -1.5641,-1.4839 -3.77,-2.286 -2.1656,-0.8021 -4.7324,-0.8422 h -11.5103 z" style="fill:#326ce5;fill-opacity:1" id="path6008"/>
<path d="m 2874.0428,4328.6223 0.08,39.544 q -0.08,4.0907 -1.4839,7.6601 -1.4037,3.5694 -3.9304,6.2565 -2.5266,2.6469 -6.0158,4.211 -3.4892,1.524 -7.6601,1.524 -4.2512,0 -7.7404,-1.524 -3.4892,-1.524 -5.9757,-4.1709 -2.4865,-2.6871 -3.8902,-6.2565 -1.4037,-3.6095 -1.4438,-7.7002 l 0.08,-39.544 h 7.0585 l 0.1605,39.544 q 0.04,2.6068 0.8021,5.0131 0.8021,2.4064 2.2459,4.2512 1.4839,1.8449 3.6496,2.9678 2.2058,1.123 5.0533,1.123 2.8475,0 5.0131,-1.0829 2.1657,-1.1229 3.6095,-2.9678 1.4839,-1.8849 2.2459,-4.2913 0.762,-2.4063 0.8423,-5.0131 l 0.1203,-39.544 z" style="fill:#326ce5;fill-opacity:1" id="path6010"/>
<path d="m 2901.5551,4382.2032 q 0,-1.2032 0.361,-2.2459 0.401,-1.0428 1.1229,-1.8048 0.7219,-0.8021 1.8048,-1.2432 1.0828,-0.4412 2.5266,-0.4412 1.4438,0 2.5267,0.4412 1.1229,0.4411 1.8448,1.2432 0.762,0.762 1.123,1.8048 0.401,1.0427 0.401,2.2459 0,1.163 -0.401,2.2058 -0.361,1.0026 -1.123,1.7646 -0.7219,0.762 -1.8448,1.1631 -1.0829,0.4411 -2.5267,0.4411 -1.4438,0 -2.5266,-0.4411 -1.0829,-0.4011 -1.8048,-1.1631 -0.7219,-0.762 -1.1229,-1.7646 -0.361,-1.0428 -0.361,-2.2058 z m 0,-35.1324 q 0,-1.2032 0.361,-2.2459 0.401,-1.0428 1.1229,-1.8048 0.7219,-0.8021 1.8048,-1.2432 1.0828,-0.4412 2.5266,-0.4412 1.4438,0 2.5267,0.4412 1.1229,0.4411 1.8448,1.2432 0.762,0.762 1.123,1.8048 0.401,1.0427 0.401,2.2459 0,1.163 -0.401,2.2058 -0.361,1.0026 -1.123,1.7646 -0.7219,0.762 -1.8448,1.2032 -1.0829,0.401 -2.5267,0.401 -1.4438,0 -2.5266,-0.401 -1.0829,-0.4412 -1.8048,-1.2032 -0.7219,-0.762 -1.1229,-1.7646 -0.361,-1.0428 -0.361,-2.2058 z" style="fill:#326ce5;fill-opacity:1" id="path6012"/>
<path d="m 3017.6203,4361.228 h -24.3039 v 25.7878 h -7.4997 v -58.3935 h 35.8543 v 6.3366 h -28.3546 v 19.9726 h 24.3039 z" style="fill:#326ce5;fill-opacity:1" id="path6014"/>
<path d="m 3062.8994,4387.0158 q -0.4412,-0.8422 -0.7219,-2.0855 -0.2406,-1.2833 -0.3609,-2.6469 -1.123,1.1229 -2.5267,2.1256 -1.3636,1.0026 -3.048,1.7646 -1.6443,0.762 -3.5293,1.2032 -1.8849,0.4411 -4.0105,0.4411 -3.4491,0 -6.2565,-1.0026 -2.7673,-1.0026 -4.7324,-2.6871 -1.9251,-1.7245 -3.0079,-4.0506 -1.0428,-2.3662 -1.0428,-5.0934 0,-3.5694 1.4037,-6.2565 1.4438,-2.687 4.0507,-4.4517 2.6068,-1.8047 6.2564,-2.687 3.6897,-0.8824 8.2216,-0.8824 h 8.1013 v -3.4089 q 0,-1.9652 -0.7219,-3.5293 -0.7219,-1.5641 -2.0453,-2.647 -1.3235,-1.1229 -3.2486,-1.7245 -1.8849,-0.6016 -4.2512,-0.6016 -2.2058,0 -3.9704,0.5615 -1.7245,0.5615 -2.9277,1.4839 -1.2032,0.9224 -1.885,2.2058 -0.6416,1.2433 -0.6416,2.6069 h -7.4597 q 0.04,-2.3663 1.2032,-4.6523 1.2032,-2.286 3.409,-4.0907 2.2459,-1.8449 5.4142,-2.9678 3.2084,-1.123 7.2591,-1.123 3.6897,0 6.858,0.9224 3.1684,0.8824 5.4544,2.7272 2.3261,1.8047 3.6496,4.5319 1.3235,2.7272 1.3235,6.3768 v 20.173 q 0,2.1657 0.401,4.6122 0.4011,2.4063 1.123,4.211 v 0.6417 z m -13.1145,-5.6548 q 2.1657,0 4.0507,-0.5615 1.8849,-0.5615 3.4089,-1.4839 1.5641,-0.9224 2.6871,-2.0855 1.123,-1.2032 1.7646,-2.4865 v -8.7831 h -6.8981 q -6.4971,0 -10.1066,1.925 -3.6095,1.9251 -3.6095,6.0559 0,1.6043 0.5214,2.9679 0.5615,1.3635 1.6443,2.3662 1.0829,0.9625 2.7272,1.524 1.6443,0.5615 3.81,0.5615 z" style="fill:#326ce5;fill-opacity:1" id="path6016"/>
<path d="m 3120.4106,4365.8 q 0,4.6523 -1.1229,8.7029 -1.123,4.0106 -3.2887,6.9784 -2.1657,2.9678 -5.3741,4.6522 -3.1683,1.6844 -7.2992,1.6844 -4.171,0 -7.2591,-1.4839 -3.048,-1.4839 -5.2137,-4.2511 l -0.3609,4.9329 h -6.818 v -61.602 h 7.4195 v 22.8601 q 2.1256,-2.6469 5.1335,-4.0506 3.008,-1.4037 7.0185,-1.4037 4.171,0 7.3794,1.6443 3.2084,1.6444 5.3741,4.5721 2.1657,2.9277 3.2887,7.0184 1.1229,4.0507 1.1229,8.9034 z m -7.4195,-0.8422 q 0,-3.1683 -0.6417,-6.0158 -0.6015,-2.8876 -1.9651,-5.0533 -1.3636,-2.2058 -3.5694,-3.4892 -2.2058,-1.2833 -5.4142,-1.2833 -1.9251,0 -3.5293,0.5213 -1.6042,0.4813 -2.8876,1.4037 -1.2433,0.8823 -2.2459,2.1256 -0.9626,1.2032 -1.6444,2.647 v 18.9699 q 0.7219,1.4438 1.6845,2.687 1.0026,1.2032 2.286,2.1256 1.2834,0.9224 2.8876,1.4438 1.6042,0.4813 3.5293,0.4813 3.048,0 5.2137,-1.2433 2.2058,-1.2834 3.5694,-3.4491 1.4037,-2.1657 2.0453,-5.0131 0.6818,-2.8475 0.6818,-6.0159 z" style="fill:#326ce5;fill-opacity:1" id="path6018"/>
<path d="m 3161.0375,4381.0401 q -2.1657,3.2085 -5.4143,5.0132 -3.2485,1.7646 -7.4997,1.7646 -3.4089,0 -6.1762,-1.0427 -2.7673,-1.0828 -4.7325,-3.3288 -1.9651,-2.2459 -3.048,-5.6949 -1.0427,-3.4892 -1.0427,-8.342 v -25.7878 h 7.4195 v 25.868 q 0,3.5293 0.5615,5.8554 0.5614,2.3262 1.6844,3.7298 1.1229,1.3636 2.7272,1.9251 1.6443,0.5615 3.7699,0.5615 4.5319,0 7.2992,-1.8449 2.8074,-1.8448 4.1709,-4.973 v -31.1219 h 7.4597 v 43.3941 h -6.7378 z" style="fill:#326ce5;fill-opacity:1" id="path6020"/>
<path d="m 3183.296,4343.6217 h 22.1783 v 36.9773 h 14.1573 v 6.4168 h -36.3356 v -6.4168 h 14.7588 v -30.5203 h -14.7588 z m 13.7963,-11.3899 q 0,-1.8449 1.0828,-3.0882 1.123,-1.2833 3.3689,-1.2833 2.2058,0 3.3288,1.2833 1.1229,1.2433 1.1229,3.0882 0,1.8047 -1.1229,3.0079 -1.123,1.2031 -3.3288,1.2031 -2.2459,0 -3.3689,-1.2031 -1.0828,-1.2032 -1.0828,-3.0079 z" style="fill:#326ce5;fill-opacity:1" id="path6022"/>
<path d="m 3229.297,4364.9177 q 0,-4.6923 1.3636,-8.7029 1.3636,-4.0506 3.8902,-7.0184 2.5667,-2.9678 6.2163,-4.6523 3.6496,-1.7245 8.2217,-1.7245 4.6121,0 8.2617,1.7245 3.6897,1.6845 6.2163,4.6523 2.5668,2.9678 3.9304,7.0184 1.3636,4.0106 1.3636,8.7029 v 0.8823 q 0,4.6924 -1.3636,8.7029 -1.3636,4.0106 -3.9304,6.9784 -2.5266,2.9678 -6.1762,4.6522 -3.6496,1.6844 -8.2216,1.6844 -4.6122,0 -8.3019,-1.6844 -3.6496,-1.6844 -6.2163,-4.6522 -2.5266,-2.9678 -3.8902,-6.9784 -1.3636,-4.0105 -1.3636,-8.7029 z m 7.4195,0.8823 q 0,3.2085 0.762,6.1362 0.762,2.8876 2.286,5.0934 1.5641,2.2058 3.8902,3.4891 2.3262,1.2834 5.4143,1.2834 3.048,0 5.334,-1.2834 2.3261,-1.2833 3.8501,-3.4891 1.5641,-2.2058 2.3261,-5.0934 0.7621,-2.9277 0.7621,-6.1362 v -0.8823 q 0,-3.1683 -0.8022,-6.0559 -0.762,-2.9277 -2.3261,-5.1335 -1.524,-2.2058 -3.8501,-3.4892 -2.286,-1.3235 -5.3741,-1.3235 -3.0882,0 -5.3742,1.3235 -2.286,1.2834 -3.8501,3.4892 -1.524,2.2058 -2.286,5.1335 -0.762,2.8876 -0.762,6.0559 z" style="fill:#326ce5;fill-opacity:1" id="path6024"/>
<path d="m 2672.6732,4468.008 h -30.6807 v -6.096 h 30.6807 z" style="fill:#326ce5;fill-opacity:1" id="path6026"/>
<path d="m 2758.2182,4466.6845 h -11.6707 v 23.8227 h -7.3794 v -58.3936 h 17.125 q 4.0907,0.08 7.7002,1.1631 3.6095,1.0828 6.2966,3.2485 2.7272,2.1657 4.2512,5.4544 1.5641,3.2485 1.5641,7.6601 0,2.8475 -0.8422,5.2137 -0.8021,2.3663 -2.2459,4.2913 -1.4438,1.9251 -3.4491,3.409 -2.0053,1.4839 -4.4116,2.5266 l 12.3926,24.9456 -0.04,0.4813 h -7.8206 z m -11.6707,-6.096 h 9.9461 q 2.4866,-0.04 4.6924,-0.762 2.2058,-0.762 3.8501,-2.1657 1.6844,-1.4037 2.6469,-3.409 0.9626,-2.0453 0.9626,-4.6923 0,-2.8074 -0.9224,-4.8929 -0.9225,-2.1255 -2.5668,-3.5292 -1.6443,-1.4438 -3.9303,-2.1657 -2.2459,-0.7219 -4.933,-0.762 h -9.7456 z" style="fill:#326ce5;fill-opacity:1" id="path6028"/>
<path d="m 2816.0101,4475.3874 h -19.4912 l -4.6924,15.1198 h -7.4195 l 18.8496,-58.3936 h 6.2163 l 18.5288,58.3936 h -7.3794 z m -17.486,-6.4569 h 15.5209 l -7.7003,-25.3467 z" style="fill:#326ce5;fill-opacity:1" id="path6030"/>
<path d="m 2845.5278,4432.1136 9.505,29.1968 10.267,-29.1968 h 9.2242 v 58.3936 h -7.219 v -23.3013 l 0.6016,-24.3841 -10.7884,31.4427 h -4.2511 l -9.9061,-30.6005 0.6016,23.5419 v 23.3013 h -7.219 v -58.3936 z" style="fill:#326ce5;fill-opacity:1" id="path6032"/>
<path d="m 2944.0268,4432.1136 9.505,29.1968 10.267,-29.1968 h 9.2243 v 58.3936 h -7.219 v -23.3013 l 0.6016,-24.3841 -10.7884,31.4427 h -4.2512 l -9.906,-30.6005 0.6015,23.5419 v 23.3013 h -7.2189 v -58.3936 z" style="fill:#326ce5;fill-opacity:1" id="path6034"/>
<path d="m 3004.3053,4491.3093 q -4.572,0 -8.4221,-1.5641 -3.81,-1.5641 -6.5372,-4.3715 -2.7272,-2.8074 -4.2512,-6.6575 -1.524,-3.8501 -1.524,-8.3821 v -1.6844 q 0,-5.2538 1.6844,-9.3847 1.6845,-4.1709 4.4517,-7.0184 2.8074,-2.8876 6.3367,-4.4116 3.5694,-1.524 7.2992,-1.524 4.6923,0 8.1815,1.6443 3.5293,1.6042 5.8554,4.4918 2.3261,2.8475 3.4491,6.7377 1.163,3.8903 1.163,8.4222 v 3.3287 h -31.0015 q 0.1203,2.9678 1.123,5.5747 1.0427,2.6068 2.8073,4.572 1.8048,1.9251 4.2913,3.048 2.4866,1.123 5.4945,1.123 3.9704,0 7.0585,-1.6042 3.0882,-1.6043 5.1335,-4.2512 l 4.532,3.5293 q -1.0829,1.6443 -2.7272,3.1683 -1.6042,1.4839 -3.7298,2.647 -2.1256,1.163 -4.8127,1.8448 -2.687,0.7219 -5.8554,0.7219 z m -0.9625,-38.9023 q -2.2459,0 -4.2512,0.8422 -2.0053,0.8021 -3.6095,2.4063 -1.6042,1.5642 -2.7272,3.8903 -1.0828,2.286 -1.524,5.2939 h 23.3414 v -0.5615 q -0.1203,-2.1657 -0.8422,-4.2913 -0.6818,-2.1256 -2.0454,-3.81 -1.3636,-1.6844 -3.449,-2.7272 -2.0454,-1.0427 -4.8929,-1.0427 z" style="fill:#326ce5;fill-opacity:1" id="path6036"/>
<path d="m 3037.7934,4447.1131 0.2005,4.0907 q 1.3235,-2.286 3.4491,-3.5694 2.1657,-1.2833 5.2137,-1.3234 5.9757,0 7.981,4.6522 1.2834,-2.0855 3.3688,-3.3288 2.1256,-1.2833 5.1335,-1.3234 4.7726,0 7.3393,2.9277 2.5668,2.9277 2.5668,8.8633 v 32.4052 h -7.0586 v -32.4854 q 0,-5.4544 -5.0132,-5.4143 -1.3234,0 -2.286,0.361 -0.9625,0.3609 -1.6042,1.0026 -0.6417,0.6016 -1.0026,1.4438 -0.361,0.8021 -0.4813,1.6844 v 33.4079 h -7.0586 v -32.5255 q 0,-2.6069 -1.163,-4.0106 -1.1631,-1.4037 -3.6897,-1.3636 -2.3261,0 -3.6095,0.9225 -1.2834,0.9224 -1.885,2.4464 v 34.5308 h -7.0585 v -43.3941 z" style="fill:#326ce5;fill-opacity:1" id="path6038"/>
<path d="m 3081.5484,4468.4091 q 0,-4.6924 1.3636,-8.7029 1.3636,-4.0507 3.8903,-7.0185 2.5667,-2.9678 6.2163,-4.6522 3.6496,-1.7245 8.2216,-1.7245 4.6122,0 8.2618,1.7245 3.6897,1.6844 6.2163,4.6522 2.5668,2.9678 3.9303,7.0185 1.3636,4.0105 1.3636,8.7029 v 0.8823 q 0,4.6923 -1.3636,8.7029 -1.3635,4.0105 -3.9303,6.9783 -2.5266,2.9678 -6.1762,4.6523 -3.6496,1.6844 -8.2217,1.6844 -4.6121,0 -8.3018,-1.6844 -3.6496,-1.6845 -6.2163,-4.6523 -2.5267,-2.9678 -3.8903,-6.9783 -1.3636,-4.0106 -1.3636,-8.7029 z m 7.4196,0.8823 q 0,3.2084 0.762,6.1361 0.762,2.8876 2.286,5.0934 1.5641,2.2058 3.8902,3.4892 2.3261,1.2834 5.4142,1.2834 3.0481,0 5.3341,-1.2834 2.3261,-1.2834 3.8501,-3.4892 1.5641,-2.2058 2.3261,-5.0934 0.762,-2.9277 0.762,-6.1361 v -0.8823 q 0,-3.1684 -0.8021,-6.0559 -0.762,-2.9277 -2.3261,-5.1335 -1.524,-2.2058 -3.8501,-3.4892 -2.286,-1.3235 -5.3742,-1.3235 -3.0881,0 -5.3741,1.3235 -2.286,1.2834 -3.8501,3.4892 -1.524,2.2058 -2.286,5.1335 -0.762,2.8875 -0.762,6.0559 z" style="fill:#326ce5;fill-opacity:1" id="path6040"/>
<path d="m 3161.3182,4446.311 q 1.0428,0 2.1657,0.08 1.123,0.04 2.1256,0.2005 1.0427,0.1203 1.885,0.3208 0.8823,0.2006 1.4438,0.4412 l -1.0027,7.2591 q -2.1657,-0.4813 -4.1308,-0.6818 -1.9251,-0.2406 -4.0507,-0.2406 -5.2137,0 -8.4622,2.3662 -3.2085,2.3662 -4.7325,6.6174 v 27.8332 h -7.4596 v -43.3941 h 7.0586 l 0.3609,6.8981 q 2.647,-3.5694 6.3367,-5.6147 3.7298,-2.0855 8.4622,-2.0855 z" style="fill:#326ce5;fill-opacity:1" id="path6042"/>
<path d="m 3198.0949,4475.1067 1.9251,5.2538 13.2348,-33.2474 h 8.3018 l -22.0179,50.0917 q -0.762,1.6844 -1.9651,3.5694 -1.1631,1.885 -2.8475,3.4892 -1.6845,1.6042 -3.9304,2.687 -2.2459,1.0829 -5.1736,1.0829 -0.5213,0 -1.163,-0.08 -0.6417,-0.04 -1.2834,-0.1604 -0.6417,-0.08 -1.2032,-0.2006 -0.5614,-0.1203 -0.9224,-0.2005 l 1.2032,-6.0559 q 0.2807,0 0.762,0.04 0.4812,0.04 1.0026,0.08 0.5214,0.04 1.0026,0.04 0.4813,0.04 0.7621,0.04 1.524,0 2.7672,-0.8422 1.2834,-0.8422 2.2459,-2.0053 1.0027,-1.163 1.6845,-2.4063 0.7219,-1.2433 1.1229,-2.0454 l 2.9678,-5.7752 -18.6891,-41.3487 h 8.3018 z" style="fill:#326ce5;fill-opacity:1" id="path6044"/>
<path d="m 3246.3017,4485.6945 q 0,-1.2031 0.3609,-2.2459 0.4011,-1.0427 1.123,-1.8047 0.7219,-0.8021 1.8047,-1.2433 1.0829,-0.4411 2.5267,-0.4411 1.4438,0 2.5266,0.4411 1.123,0.4412 1.8449,1.2433 0.762,0.762 1.1229,1.8047 0.4011,1.0428 0.4011,2.2459 0,1.1631 -0.4011,2.2058 -0.3609,1.0027 -1.1229,1.7647 -0.7219,0.762 -1.8449,1.163 -1.0828,0.4412 -2.5266,0.4412 -1.4438,0 -2.5267,-0.4412 -1.0828,-0.401 -1.8047,-1.163 -0.7219,-0.762 -1.123,-1.7647 -0.3609,-1.0427 -0.3609,-2.2058 z m 0,-35.1324 q 0,-1.2031 0.3609,-2.2459 0.4011,-1.0427 1.123,-1.8047 0.7219,-0.8021 1.8047,-1.2433 1.0829,-0.4411 2.5267,-0.4411 1.4438,0 2.5266,0.4411 1.123,0.4412 1.8449,1.2433 0.762,0.762 1.1229,1.8047 0.4011,1.0428 0.4011,2.2459 0,1.1631 -0.4011,2.2058 -0.3609,1.0027 -1.1229,1.7647 -0.7219,0.762 -1.8449,1.2032 -1.0828,0.401 -2.5266,0.401 -1.4438,0 -2.5267,-0.401 -1.0828,-0.4412 -1.8047,-1.2032 -0.7219,-0.762 -1.123,-1.7647 -0.3609,-1.0427 -0.3609,-2.2058 z" style="fill:#326ce5;fill-opacity:1" id="path6046"/>
<path d="m 3362.3669,4464.7194 h -24.3039 v 25.7878 h -7.4997 v -58.3936 h 35.8543 v 6.3367 h -28.3546 v 19.9725 h 24.3039 z" style="fill:#326ce5;fill-opacity:1" id="path6048"/>
<path d="m 3407.646,4490.5072 q -0.4412,-0.8422 -0.7219,-2.0855 -0.2406,-1.2834 -0.361,-2.647 -1.1229,1.123 -2.5266,2.1256 -1.3636,1.0027 -3.048,1.7647 -1.6443,0.762 -3.5293,1.2031 -1.885,0.4412 -4.0105,0.4412 -3.4491,0 -6.2565,-1.0026 -2.7673,-1.0027 -4.7324,-2.6871 -1.9251,-1.7245 -3.008,-4.0507 -1.0427,-2.3662 -1.0427,-5.0933 0,-3.5694 1.4037,-6.2565 1.4438,-2.6871 4.0506,-4.4517 2.6069,-1.8048 6.2565,-2.6871 3.6897,-0.8823 8.2216,-0.8823 h 8.1013 v -3.409 q 0,-1.9651 -0.7219,-3.5292 -0.7219,-1.5642 -2.0454,-2.647 -1.3234,-1.123 -3.2485,-1.7245 -1.885,-0.6016 -4.2512,-0.6016 -2.2058,0 -3.9704,0.5615 -1.7246,0.5614 -2.9277,1.4839 -1.2032,0.9224 -1.885,2.2058 -0.6417,1.2432 -0.6417,2.6068 h -7.4596 q 0.04,-2.3662 1.2032,-4.6522 1.2032,-2.286 3.409,-4.0908 2.2459,-1.8448 5.4142,-2.9678 3.2084,-1.1229 7.2591,-1.1229 3.6897,0 6.858,0.9224 3.1683,0.8823 5.4544,2.7272 2.3261,1.8047 3.6496,4.5319 1.3234,2.7272 1.3234,6.3768 v 20.173 q 0,2.1657 0.4011,4.6121 0.401,2.4064 1.1229,4.2111 v 0.6417 z m -13.1145,-5.6549 q 2.1657,0 4.0507,-0.5615 1.8849,-0.5614 3.4089,-1.4839 1.5641,-0.9224 2.6871,-2.0854 1.1229,-1.2032 1.7646,-2.4866 v -8.7831 h -6.8981 q -6.4971,0 -10.1066,1.9251 -3.6095,1.925 -3.6095,6.0559 0,1.6042 0.5214,2.9678 0.5615,1.3636 1.6443,2.3662 1.0829,0.9626 2.7272,1.524 1.6443,0.5615 3.81,0.5615 z" style="fill:#326ce5;fill-opacity:1" id="path6050"/>
<path d="m 3465.1572,4469.2914 q 0,4.6522 -1.1229,8.7029 -1.123,4.0105 -3.2887,6.9783 -2.1657,2.9678 -5.3741,4.6523 -3.1683,1.6844 -7.2992,1.6844 -4.171,0 -7.2591,-1.4839 -3.048,-1.4839 -5.2137,-4.2512 l -0.361,4.933 h -6.8179 v -61.602 h 7.4195 v 22.8601 q 2.1256,-2.647 5.1335,-4.0506 3.0079,-1.4037 7.0185,-1.4037 4.171,0 7.3794,1.6443 3.2084,1.6443 5.3741,4.572 2.1657,2.9277 3.2887,7.0185 1.1229,4.0506 1.1229,8.9034 z m -7.4195,-0.8422 q 0,-3.1683 -0.6417,-6.0158 -0.6016,-2.8876 -1.9651,-5.0533 -1.3636,-2.2058 -3.5694,-3.4892 -2.2058,-1.2834 -5.4143,-1.2834 -1.925,0 -3.5292,0.5214 -1.6043,0.4813 -2.8876,1.4037 -1.2433,0.8823 -2.2459,2.1256 -0.9626,1.2031 -1.6444,2.6469 v 18.9699 q 0.7219,1.4438 1.6845,2.6871 1.0026,1.2032 2.286,2.1256 1.2833,0.9224 2.8876,1.4438 1.6042,0.4812 3.5292,0.4812 3.0481,0 5.2138,-1.2432 2.2058,-1.2834 3.5693,-3.4491 1.4037,-2.1657 2.0454,-5.0132 0.6818,-2.8475 0.6818,-6.0158 z" style="fill:#326ce5;fill-opacity:1" id="path6052"/>
<path d="m 3505.7841,4484.5315 q -2.1657,3.2084 -5.4142,5.0132 -3.2486,1.7646 -7.4997,1.7646 -3.409,0 -6.1763,-1.0427 -2.7673,-1.0829 -4.7324,-3.3288 -1.9652,-2.2459 -3.048,-5.695 -1.0428,-3.4891 -1.0428,-8.3419 v -25.7878 h 7.4195 v 25.868 q 0,3.5293 0.5615,5.8554 0.5615,2.3261 1.6844,3.7298 1.123,1.3636 2.7272,1.9251 1.6443,0.5614 3.7699,0.5614 4.5319,0 7.2992,-1.8448 2.8074,-1.8449 4.171,-4.9731 v -31.1218 h 7.4596 v 43.3941 h -6.7377 z" style="fill:#326ce5;fill-opacity:1" id="path6054"/>
<path d="m 3528.0427,4447.1131 h 22.1783 v 36.9772 h 14.1572 v 6.4169 h -36.3355 v -6.4169 h 14.7588 v -30.5202 h -14.7588 z m 13.7962,-11.39 q 0,-1.8448 1.0829,-3.0881 1.1229,-1.2834 3.3688,-1.2834 2.2058,0 3.3288,1.2834 1.123,1.2433 1.123,3.0881 0,1.8048 -1.123,3.0079 -1.123,1.2032 -3.3288,1.2032 -2.2459,0 -3.3688,-1.2032 -1.0829,-1.2031 -1.0829,-3.0079 z" style="fill:#326ce5;fill-opacity:1" id="path6056"/>
<path d="m 3574.0436,4468.4091 q 0,-4.6924 1.3636,-8.7029 1.3636,-4.0507 3.8902,-7.0185 2.5668,-2.9678 6.2164,-4.6522 3.6496,-1.7245 8.2216,-1.7245 4.6121,0 8.2617,1.7245 3.6897,1.6844 6.2164,4.6522 2.5667,2.9678 3.9303,7.0185 1.3636,4.0105 1.3636,8.7029 v 0.8823 q 0,4.6923 -1.3636,8.7029 -1.3636,4.0105 -3.9303,6.9783 -2.5267,2.9678 -6.1763,4.6523 -3.6496,1.6844 -8.2216,1.6844 -4.6121,0 -8.3018,-1.6844 -3.6496,-1.6845 -6.2164,-4.6523 -2.5266,-2.9678 -3.8902,-6.9783 -1.3636,-4.0106 -1.3636,-8.7029 z m 7.4195,0.8823 q 0,3.2084 0.762,6.1361 0.762,2.8876 2.2861,5.0934 1.5641,2.2058 3.8902,3.4892 2.3261,1.2834 5.4142,1.2834 3.048,0 5.334,-1.2834 2.3262,-1.2834 3.8502,-3.4892 1.5641,-2.2058 2.3261,-5.0934 0.762,-2.9277 0.762,-6.1361 v -0.8823 q 0,-3.1684 -0.8021,-6.0559 -0.762,-2.9277 -2.3261,-5.1335 -1.524,-2.2058 -3.8502,-3.4892 -2.286,-1.3235 -5.3741,-1.3235 -3.0881,0 -5.3741,1.3235 -2.286,1.2834 -3.8501,3.4892 -1.5241,2.2058 -2.2861,5.1335 -0.762,2.8875 -0.762,6.0559 z" style="fill:#326ce5;fill-opacity:1" id="path6058"/>
<path d="m 2672.6732,4571.4994 h -30.6807 v -6.096 h 30.6807 z" style="fill:#326ce5;fill-opacity:1" id="path6060"/>
<path d="m 2769.4477,4579.2397 q 0,-2.687 -1.2433,-4.5319 -1.2031,-1.8448 -3.1282,-3.0881 -1.9251,-1.2834 -4.2512,-2.1256 -2.286,-0.8422 -4.4116,-1.524 -3.0881,-1.0026 -6.2966,-2.4063 -3.1683,-1.4037 -5.8152,-3.4491 -2.6069,-2.0454 -4.2913,-4.8126 -1.6444,-2.8074 -1.6444,-6.5773 0,-3.77 1.6444,-6.7378 1.6844,-2.9678 4.3715,-5.0131 2.687,-2.0454 6.096,-3.0882 3.409,-1.0828 6.858,-1.0828 3.8101,0 7.3393,1.2834 3.5293,1.2432 6.2565,3.5292 2.7272,2.286 4.3715,5.5346 1.6443,3.2485 1.7245,7.2591 h -7.62 q -0.3209,-2.5267 -1.2433,-4.572 -0.9224,-2.0855 -2.4464,-3.5694 -1.524,-1.4839 -3.6496,-2.286 -2.0855,-0.8423 -4.7325,-0.8423 -2.1256,0 -4.1709,0.6016 -2.0053,0.6016 -3.6095,1.8048 -1.5641,1.2031 -2.5267,2.9678 -0.9224,1.7646 -0.9224,4.0907 0.04,2.5267 1.2834,4.2913 1.2432,1.7246 3.1282,2.9277 1.9251,1.2032 4.1309,2.0053 2.2459,0.8021 4.211,1.4037 2.1657,0.6818 4.3715,1.5641 2.2058,0.8422 4.2512,1.9652 2.0454,1.1229 3.81,2.5266 1.7647,1.4037 3.0882,3.2084 1.3234,1.7647 2.0453,3.9304 0.762,2.1256 0.762,4.7324 0,3.9304 -1.7646,6.8581 -1.7245,2.9277 -4.4918,4.8928 -2.7673,1.9251 -6.2565,2.9277 -3.4891,0.9626 -6.9783,0.9626 -3.8902,0 -7.6201,-1.2032 -3.7298,-1.2032 -6.6976,-3.4491 -2.9277,-2.286 -4.7725,-5.5345 -1.8449,-3.2887 -1.9652,-7.4596 h 7.5799 q 0.361,2.7271 1.4839,4.8527 1.123,2.0855 2.8876,3.5694 1.7647,1.4438 4.0507,2.2058 2.3261,0.7219 5.0533,0.7219 2.1657,0 4.2512,-0.5214 2.1256,-0.5614 3.7699,-1.6844 1.6443,-1.1631 2.687,-2.8876 1.0428,-1.7646 1.0428,-4.171 z" style="fill:#326ce5;fill-opacity:1" id="path6062"/>
<path d="m 2805.703,4540.0968 v 10.5076 h 16.5235 v 5.7351 h -16.5235 v 23.582 q 0,2.5267 0.6417,4.171 0.6417,1.6443 1.7647,2.647 1.1229,0.9625 2.5667,1.3636 1.4839,0.401 3.1282,0.401 1.2032,0 2.4866,-0.1203 1.2833,-0.1604 2.4865,-0.361 1.2433,-0.2005 2.286,-0.401 1.0829,-0.2406 1.7647,-0.4011 l 1.0427,5.2538 q -0.9224,0.5615 -2.2459,1.0027 -1.3235,0.401 -2.8876,0.6818 -1.5641,0.3208 -3.3288,0.4812 -1.7245,0.1605 -3.449,0.1605 -2.8876,0 -5.4143,-0.8021 -2.4865,-0.8423 -4.3314,-2.6069 -1.8448,-1.8047 -2.9276,-4.6121 -1.0428,-2.8475 -1.0428,-6.8581 v -23.582 h -11.3899 v -5.7351 h 11.3899 v -10.5076 z" style="fill:#326ce5;fill-opacity:1" id="path6064"/>
<path d="m 2865.9013,4593.9986 q -0.4411,-0.8423 -0.7219,-2.0855 -0.2406,-1.2834 -0.3609,-2.647 -1.123,1.123 -2.5266,2.1256 -1.3636,1.0026 -3.0481,1.7646 -1.6443,0.762 -3.5292,1.2032 -1.885,0.4412 -4.0106,0.4412 -3.4491,0 -6.2564,-1.0027 -2.7673,-1.0026 -4.7325,-2.687 -1.9251,-1.7246 -3.0079,-4.0507 -1.0427,-2.3662 -1.0427,-5.0934 0,-3.5694 1.4036,-6.2564 1.4438,-2.6871 4.0507,-4.4517 2.6069,-1.8048 6.2565,-2.6871 3.6897,-0.8823 8.2216,-0.8823 h 8.1013 v -3.409 q 0,-1.9652 -0.7219,-3.5293 -0.7219,-1.5641 -2.0454,-2.6469 -1.3235,-1.123 -3.2485,-1.7246 -1.885,-0.6016 -4.2512,-0.6016 -2.2058,0 -3.9705,0.5615 -1.7245,0.5615 -2.9277,1.4839 -1.2031,0.9224 -1.8849,2.2058 -0.6417,1.2433 -0.6417,2.6069 h -7.4596 q 0.04,-2.3662 1.2031,-4.6523 1.2032,-2.286 3.409,-4.0907 2.2459,-1.8449 5.4142,-2.9678 3.2085,-1.123 7.2591,-1.123 3.6897,0 6.8581,0.9225 3.1683,0.8823 5.4543,2.7271 2.3261,1.8048 3.6496,4.5319 1.3235,2.7272 1.3235,6.3768 v 20.1731 q 0,2.1657 0.401,4.6121 0.4011,2.4063 1.123,4.2111 v 0.6417 z m -13.1144,-5.6549 q 2.1657,0 4.0506,-0.5615 1.885,-0.5615 3.409,-1.4839 1.5641,-0.9224 2.687,-2.0855 1.123,-1.2031 1.7647,-2.4865 v -8.7831 H 2857.8 q -6.497,0 -10.1065,1.925 -3.6095,1.9251 -3.6095,6.056 0,1.6042 0.5213,2.9678 0.5615,1.3636 1.6444,2.3662 1.0828,0.9625 2.7271,1.524 1.6444,0.5615 3.8101,0.5615 z" style="fill:#326ce5;fill-opacity:1" id="path6066"/>
<path d="m 2904.2021,4540.0968 v 10.5076 h 16.5234 v 5.7351 h -16.5234 v 23.582 q 0,2.5267 0.6417,4.171 0.6417,1.6443 1.7646,2.647 1.123,0.9625 2.5668,1.3636 1.4839,0.401 3.1282,0.401 1.2031,0 2.4865,-0.1203 1.2834,-0.1604 2.4866,-0.361 1.2432,-0.2005 2.286,-0.401 1.0828,-0.2406 1.7646,-0.4011 l 1.0428,5.2538 q -0.9225,0.5615 -2.2459,1.0027 -1.3235,0.401 -2.8876,0.6818 -1.5642,0.3208 -3.3288,0.4812 -1.7245,0.1605 -3.4491,0.1605 -2.8876,0 -5.4142,-0.8021 -2.4865,-0.8423 -4.3314,-2.6069 -1.8448,-1.8047 -2.9277,-4.6121 -1.0427,-2.8475 -1.0427,-6.8581 v -23.582 h -11.39 v -5.7351 h 11.39 v -10.5076 z" style="fill:#326ce5;fill-opacity:1" id="path6068"/>
<path d="m 2937.0485,4550.6044 h 22.1783 v 36.9773 h 14.1572 v 6.4169 h -36.3355 v -6.4169 h 14.7588 v -30.5203 h -14.7588 z m 13.7962,-11.3899 q 0,-1.8449 1.0829,-3.0881 1.1229,-1.2834 3.3688,-1.2834 2.2058,0 3.3288,1.2834 1.1229,1.2432 1.1229,3.0881 0,1.8047 -1.1229,3.0079 -1.123,1.2032 -3.3288,1.2032 -2.2459,0 -3.3688,-1.2032 -1.0829,-1.2032 -1.0829,-3.0079 z" style="fill:#326ce5;fill-opacity:1" id="path6070"/>
<path d="m 3013.9707,4582.4883 q 0,-1.3235 -0.5213,-2.3662 -0.5214,-1.0829 -1.7647,-1.9652 -1.2432,-0.8823 -3.2886,-1.6042 -2.0454,-0.762 -5.0934,-1.3636 -3.7298,-0.762 -6.8179,-1.8449 -3.0481,-1.0828 -5.2539,-2.5667 -2.1657,-1.524 -3.3688,-3.5293 -1.2032,-2.0454 -1.2032,-4.7324 0,-2.647 1.2433,-4.933 1.2433,-2.3261 3.4892,-4.0507 2.2459,-1.7245 5.334,-2.7271 3.1282,-1.0027 6.858,-1.0027 4.0106,0 7.219,1.0428 3.2084,1.0427 5.4544,2.8876 2.2459,1.8448 3.449,4.3314 1.2433,2.4464 1.2433,5.2939 h -7.4195 q 0,-1.4037 -0.7219,-2.7272 -0.7219,-1.3636 -2.0053,-2.4063 -1.2834,-1.0428 -3.1282,-1.6845 -1.8048,-0.6416 -4.0908,-0.6416 -2.3662,0 -4.1709,0.5213 -1.7647,0.5214 -2.9679,1.4037 -1.163,0.8823 -1.7646,2.0454 -0.6016,1.1631 -0.6016,2.4063 0,1.2834 0.4813,2.286 0.4813,1.0027 1.6443,1.8048 1.2032,0.8021 3.1683,1.4438 2.0053,0.6417 5.0533,1.2433 4.0106,0.8422 7.1789,1.9651 3.1683,1.0829 5.334,2.647 2.1657,1.524 3.2887,3.5694 1.1631,2.0453 1.1631,4.7324 0,2.8876 -1.3235,5.2538 -1.2834,2.3663 -3.6095,4.0507 -2.3261,1.6844 -5.5747,2.6068 -3.2485,0.9225 -7.0986,0.9225 -4.4117,0 -7.8607,-1.1631 -3.4491,-1.2032 -5.8554,-3.1282 -2.3662,-1.9652 -3.6496,-4.5319 -1.2433,-2.5668 -1.2433,-5.3341 h 7.4195 q 0.1604,2.286 1.2032,3.8502 1.0828,1.5641 2.6469,2.5266 1.6043,0.9625 3.5293,1.3636 1.9251,0.401 3.8101,0.401 4.6923,0 7.4195,-1.7245 2.7271,-1.7245 2.7672,-4.572 z" style="fill:#326ce5;fill-opacity:1" id="path6072"/>
<path d="m 3051.9506,4540.0968 v 10.5076 h 16.5235 v 5.7351 h -16.5235 v 23.582 q 0,2.5267 0.6417,4.171 0.6417,1.6443 1.7646,2.647 1.123,0.9625 2.5668,1.3636 1.4839,0.401 3.1282,0.401 1.2032,0 2.4866,-0.1203 1.2833,-0.1604 2.4865,-0.361 1.2433,-0.2005 2.286,-0.401 1.0829,-0.2406 1.7646,-0.4011 l 1.0428,5.2538 q -0.9224,0.5615 -2.2459,1.0027 -1.3235,0.401 -2.8876,0.6818 -1.5641,0.3208 -3.3288,0.4812 -1.7245,0.1605 -3.449,0.1605 -2.8876,0 -5.4143,-0.8021 -2.4865,-0.8423 -4.3314,-2.6069 -1.8448,-1.8047 -2.9277,-4.6121 -1.0427,-2.8475 -1.0427,-6.8581 v -23.582 h -11.39 v -5.7351 h 11.39 v -10.5076 z" style="fill:#326ce5;fill-opacity:1" id="path6074"/>
<path d="m 3084.797,4550.6044 h 22.1783 v 36.9773 h 14.1572 v 6.4169 h -36.3355 v -6.4169 h 14.7588 v -30.5203 h -14.7588 z m 13.7963,-11.3899 q 0,-1.8449 1.0828,-3.0881 1.123,-1.2834 3.3689,-1.2834 2.2058,0 3.3287,1.2834 1.123,1.2432 1.123,3.0881 0,1.8047 -1.123,3.0079 -1.1229,1.2032 -3.3287,1.2032 -2.2459,0 -3.3689,-1.2032 -1.0828,-1.2032 -1.0828,-3.0079 z" style="fill:#326ce5;fill-opacity:1" id="path6076"/>
<path d="m 3151.3721,4588.7848 q 2.0052,0 3.8902,-0.6416 1.9251,-0.6417 3.409,-1.7647 1.4839,-1.163 2.3662,-2.6871 0.9224,-1.5641 0.9625,-3.3688 h 7.0185 q -0.04,2.8876 -1.524,5.5345 -1.4438,2.6069 -3.8903,4.6122 -2.4464,1.9651 -5.6147,3.1683 -3.1684,1.1631 -6.6174,1.1631 -4.933,0 -8.6227,-1.7647 -3.6897,-1.7646 -6.1763,-4.7324 -2.4464,-3.0079 -3.6897,-6.8982 -1.2432,-3.9303 -1.2432,-8.2617 v -1.6844 q 0,-4.2913 1.2432,-8.2216 1.2433,-3.9304 3.6897,-6.8982 2.4866,-3.0079 6.1763,-4.7725 3.6897,-1.7647 8.6227,-1.7647 3.8501,0 7.0585,1.2433 3.2486,1.2032 5.5747,3.3288 2.3662,2.0854 3.6897,4.973 1.3235,2.8876 1.3235,6.1763 H 3162 q -0.04,-1.9652 -0.8823,-3.6897 -0.8021,-1.7647 -2.2058,-3.0882 -1.4037,-1.3234 -3.3689,-2.0854 -1.925,-0.762 -4.1709,-0.762 -3.4491,0 -5.8153,1.4037 -2.3261,1.3635 -3.7699,3.6094 -1.4438,2.2058 -2.0855,4.9731 -0.6016,2.7673 -0.6016,5.5747 v 1.6844 q 0,2.8475 0.6016,5.6549 0.6417,2.7673 2.0454,5.0132 1.4437,2.2058 3.7699,3.6095 2.3662,1.3635 5.8554,1.3635 z" style="fill:#326ce5;fill-opacity:1" id="path6078"/>
<path d="m 3210.9688,4582.4883 q 0,-1.3235 -0.5214,-2.3662 -0.5214,-1.0829 -1.7646,-1.9652 -1.2433,-0.8823 -3.2887,-1.6042 -2.0454,-0.762 -5.0934,-1.3636 -3.7298,-0.762 -6.8179,-1.8449 -3.048,-1.0828 -5.2538,-2.5667 -2.1657,-1.524 -3.3689,-3.5293 -1.2031,-2.0454 -1.2031,-4.7324 0,-2.647 1.2432,-4.933 1.2433,-2.3261 3.4892,-4.0507 2.2459,-1.7245 5.334,-2.7271 3.1283,-1.0027 6.8581,-1.0027 4.0105,0 7.219,1.0428 3.2084,1.0427 5.4543,2.8876 2.2459,1.8448 3.4491,4.3314 1.2432,2.4464 1.2432,5.2939 h -7.4195 q 0,-1.4037 -0.7219,-2.7272 -0.7219,-1.3636 -2.0052,-2.4063 -1.2834,-1.0428 -3.1283,-1.6845 -1.8047,-0.6416 -4.0907,-0.6416 -2.3663,0 -4.171,0.5213 -1.7646,0.5214 -2.9678,1.4037 -1.1631,0.8823 -1.7646,2.0454 -0.6016,1.1631 -0.6016,2.4063 0,1.2834 0.4812,2.286 0.4813,1.0027 1.6444,1.8048 1.2031,0.8021 3.1683,1.4438 2.0053,0.6417 5.0533,1.2433 4.0105,0.8422 7.1789,1.9651 3.1683,1.0829 5.334,2.647 2.1657,1.524 3.2886,3.5694 1.1631,2.0453 1.1631,4.7324 0,2.8876 -1.3235,5.2538 -1.2834,2.3663 -3.6095,4.0507 -2.3261,1.6844 -5.5746,2.6068 -3.2486,0.9225 -7.0987,0.9225 -4.4116,0 -7.8607,-1.1631 -3.449,-1.2032 -5.8554,-3.1282 -2.3662,-1.9652 -3.6496,-4.5319 -1.2432,-2.5668 -1.2432,-5.3341 h 7.4195 q 0.1604,2.286 1.2031,3.8502 1.0829,1.5641 2.647,2.5266 1.6042,0.9625 3.5293,1.3636 1.925,0.401 3.81,0.401 4.6923,0 7.4195,-1.7245 2.7272,-1.7245 2.7673,-4.572 z" style="fill:#326ce5;fill-opacity:1" id="path6080"/>
<path d="m 3246.3017,4589.1859 q 0,-1.2032 0.3609,-2.2459 0.4011,-1.0428 1.123,-1.8048 0.7219,-0.8021 1.8047,-1.2432 1.0829,-0.4412 2.5267,-0.4412 1.4438,0 2.5266,0.4412 1.123,0.4411 1.8449,1.2432 0.762,0.762 1.1229,1.8048 0.4011,1.0427 0.4011,2.2459 0,1.1631 -0.4011,2.2058 -0.3609,1.0026 -1.1229,1.7646 -0.7219,0.762 -1.8449,1.1631 -1.0828,0.4412 -2.5266,0.4412 -1.4438,0 -2.5267,-0.4412 -1.0828,-0.4011 -1.8047,-1.1631 -0.7219,-0.762 -1.123,-1.7646 -0.3609,-1.0427 -0.3609,-2.2058 z m 0,-35.1324 q 0,-1.2032 0.3609,-2.2459 0.4011,-1.0427 1.123,-1.8047 0.7219,-0.8022 1.8047,-1.2433 1.0829,-0.4412 2.5267,-0.4412 1.4438,0 2.5266,0.4412 1.123,0.4411 1.8449,1.2433 0.762,0.762 1.1229,1.8047 0.4011,1.0427 0.4011,2.2459 0,1.1631 -0.4011,2.2058 -0.3609,1.0026 -1.1229,1.7646 -0.7219,0.7621 -1.8449,1.2032 -1.0828,0.4011 -2.5266,0.4011 -1.4438,0 -2.5267,-0.4011 -1.0828,-0.4411 -1.8047,-1.2032 -0.7219,-0.762 -1.123,-1.7646 -0.3609,-1.0427 -0.3609,-2.2058 z" style="fill:#326ce5;fill-opacity:1" id="path6082"/>
<path d="m 3337.301,4557.0614 q 2.3261,-3.4089 5.7351,-5.2939 3.4089,-1.9251 7.6601,-1.9652 3.409,0 6.1763,1.0027 2.8074,0.9625 4.7725,3.048 1.9652,2.0855 3.0079,5.2939 1.0829,3.1683 1.0829,7.5398 v 27.3119 h -7.4195 v -27.3921 q 0,-5.334 -2.5668,-7.9409 -2.5266,-2.6068 -7.2591,-2.5667 -3.5694,0 -6.4971,1.7646 -2.8876,1.7246 -4.6923,4.6122 v 31.5229 h -7.4195 v -61.602 h 7.4195 z" style="fill:#326ce5;fill-opacity:1" id="path6084"/>
<path d="m 3407.646,4593.9986 q -0.4412,-0.8423 -0.7219,-2.0855 -0.2406,-1.2834 -0.361,-2.647 -1.1229,1.123 -2.5266,2.1256 -1.3636,1.0026 -3.048,1.7646 -1.6443,0.762 -3.5293,1.2032 -1.885,0.4412 -4.0105,0.4412 -3.4491,0 -6.2565,-1.0027 -2.7673,-1.0026 -4.7324,-2.687 -1.9251,-1.7246 -3.008,-4.0507 -1.0427,-2.3662 -1.0427,-5.0934 0,-3.5694 1.4037,-6.2564 1.4438,-2.6871 4.0506,-4.4517 2.6069,-1.8048 6.2565,-2.6871 3.6897,-0.8823 8.2216,-0.8823 h 8.1013 v -3.409 q 0,-1.9652 -0.7219,-3.5293 -0.7219,-1.5641 -2.0454,-2.6469 -1.3234,-1.123 -3.2485,-1.7246 -1.885,-0.6016 -4.2512,-0.6016 -2.2058,0 -3.9704,0.5615 -1.7246,0.5615 -2.9277,1.4839 -1.2032,0.9224 -1.885,2.2058 -0.6417,1.2433 -0.6417,2.6069 h -7.4596 q 0.04,-2.3662 1.2032,-4.6523 1.2032,-2.286 3.409,-4.0907 2.2459,-1.8449 5.4142,-2.9678 3.2084,-1.123 7.2591,-1.123 3.6897,0 6.858,0.9225 3.1683,0.8823 5.4544,2.7271 2.3261,1.8048 3.6496,4.5319 1.3234,2.7272 1.3234,6.3768 v 20.1731 q 0,2.1657 0.4011,4.6121 0.401,2.4063 1.1229,4.2111 v 0.6417 z m -13.1145,-5.6549 q 2.1657,0 4.0507,-0.5615 1.8849,-0.5615 3.4089,-1.4839 1.5641,-0.9224 2.6871,-2.0855 1.1229,-1.2031 1.7646,-2.4865 v -8.7831 h -6.8981 q -6.4971,0 -10.1066,1.925 -3.6095,1.9251 -3.6095,6.056 0,1.6042 0.5214,2.9678 0.5615,1.3636 1.6443,2.3662 1.0829,0.9625 2.7272,1.524 1.6443,0.5615 3.81,0.5615 z" style="fill:#326ce5;fill-opacity:1" id="path6086"/>
<path d="m 3434.9578,4578.2772 0.8823,6.2164 1.0829,-6.2164 6.9382,-27.6728 h 4.7726 l 6.8981,27.6728 1.1631,6.8179 1.0828,-6.8179 4.8127,-27.6728 h 6.5773 l -9.2243,43.3942 h -5.8554 l -6.7778,-26.59 -1.123,-6.7377 -1.0828,6.7377 -6.6976,26.59 h -5.8554 l -9.2243,-43.3942 h 6.5773 z" style="fill:#326ce5;fill-opacity:1" id="path6088"/>
<path d="m 3490.6243,4573.7453 -5.4544,5.2538 v 14.9995 h -7.4596 v -61.602 h 7.4596 v 37.6991 l 4.8528,-5.2137 14.2374,-14.2776 h 9.0237 l -17.5661,18.0876 20.2532,25.3066 h -9.4248 z" style="fill:#326ce5;fill-opacity:1" id="path6090"/>
<path d="m 3562.8141,4550.8451 q -0.04,4.3715 -2.3662,7.7804 -2.3261,3.409 -6.2164,5.3341 2.2459,0.9625 4.0507,2.4063 1.8448,1.4037 3.1282,3.2485 1.3235,1.8449 2.0053,4.0106 0.7219,2.1657 0.7219,4.6121 0,3.9704 -1.4839,7.0586 -1.4438,3.0881 -3.9705,5.2137 -2.4865,2.0855 -5.8554,3.2084 -3.3688,1.0829 -7.2189,1.0829 -3.9304,0 -7.3393,-1.0829 -3.3689,-1.0828 -5.8956,-3.1683 -2.4865,-2.1256 -3.9303,-5.2137 -1.4438,-3.0881 -1.4438,-7.0987 0,-2.4464 0.6818,-4.6121 0.6818,-2.2058 1.9652,-4.0106 1.2833,-1.8448 3.0881,-3.2886 1.8047,-1.4438 4.0506,-2.4063 -1.925,-0.9626 -3.4891,-2.2861 -1.5641,-1.3635 -2.647,-3.0079 -1.0828,-1.6844 -1.6844,-3.6496 -0.6016,-1.9651 -0.6016,-4.1308 0,-3.8101 1.2834,-6.7779 1.2833,-3.0079 3.5293,-5.0532 2.286,-2.0454 5.4142,-3.1283 3.1683,-1.0828 6.8981,-1.0828 3.6897,0 6.8581,1.0828 3.1683,1.0829 5.4944,3.1283 2.3261,2.0453 3.6496,5.0532 1.3235,2.9678 1.3235,6.7779 z m -6.096,27.2316 q 0,-2.4465 -0.8422,-4.4918 -0.8022,-2.0454 -2.2861,-3.4892 -1.4839,-1.4839 -3.5693,-2.286 -2.0454,-0.8021 -4.4919,-0.8021 -2.5266,0 -4.572,0.8021 -2.0454,0.8021 -3.4892,2.286 -1.4438,1.4438 -2.2459,3.4892 -0.762,2.0453 -0.762,4.4918 0,2.5266 0.762,4.5319 0.8021,1.9652 2.2459,3.3288 1.4438,1.3635 3.4892,2.0854 2.0855,0.7219 4.6523,0.7219 2.4464,0 4.4918,-0.7219 2.0453,-0.7219 3.4891,-2.0854 1.4839,-1.3636 2.2861,-3.3288 0.8422,-2.0053 0.8422,-4.5319 z m -1.3636,-27.1113 q 0,-2.2058 -0.762,-4.0507 -0.7219,-1.8448 -2.0454,-3.1683 -1.2834,-1.3636 -3.0881,-2.0855 -1.8048,-0.762 -3.9705,-0.762 -2.1657,0 -3.9303,0.7219 -1.7646,0.6818 -3.048,2.0053 -1.2834,1.3235 -2.0053,3.2084 -0.6818,1.8449 -0.6818,4.1309 0,2.286 0.6818,4.1308 0.7219,1.8048 2.0053,3.1283 1.3235,1.2834 3.0881,2.0052 1.8048,0.6818 3.9704,0.6818 2.1256,0 3.9304,-0.6818 1.8047,-0.7218 3.0881,-2.0052 1.3235,-1.3235 2.0454,-3.1684 0.7219,-1.8448 0.7219,-4.0907 z" style="fill:#326ce5;fill-opacity:1" id="path6092"/>
<path d="m 3612.0636,4550.8451 q -0.04,4.3715 -2.3662,7.7804 -2.3261,3.409 -6.2164,5.3341 2.2459,0.9625 4.0507,2.4063 1.8448,1.4037 3.1282,3.2485 1.3235,1.8449 2.0053,4.0106 0.7219,2.1657 0.7219,4.6121 0,3.9704 -1.4839,7.0586 -1.4438,3.0881 -3.9705,5.2137 -2.4865,2.0855 -5.8554,3.2084 -3.3688,1.0829 -7.2189,1.0829 -3.9304,0 -7.3393,-1.0829 -3.3689,-1.0828 -5.8955,-3.1683 -2.4866,-2.1256 -3.9304,-5.2137 -1.4438,-3.0881 -1.4438,-7.0987 0,-2.4464 0.6818,-4.6121 0.6818,-2.2058 1.9652,-4.0106 1.2834,-1.8448 3.0881,-3.2886 1.8048,-1.4438 4.0507,-2.4063 -1.9251,-0.9626 -3.4892,-2.2861 -1.5641,-1.3635 -2.647,-3.0079 -1.0828,-1.6844 -1.6844,-3.6496 -0.6016,-1.9651 -0.6016,-4.1308 0,-3.8101 1.2834,-6.7779 1.2834,-3.0079 3.5293,-5.0532 2.286,-2.0454 5.4142,-3.1283 3.1683,-1.0828 6.8981,-1.0828 3.6897,0 6.8581,1.0828 3.1683,1.0829 5.4944,3.1283 2.3261,2.0453 3.6496,5.0532 1.3235,2.9678 1.3235,6.7779 z m -6.096,27.2316 q 0,-2.4465 -0.8422,-4.4918 -0.8021,-2.0454 -2.286,-3.4892 -1.484,-1.4839 -3.5694,-2.286 -2.0454,-0.8021 -4.4918,-0.8021 -2.5267,0 -4.5721,0.8021 -2.0454,0.8021 -3.4891,2.286 -1.4438,1.4438 -2.246,3.4892 -0.762,2.0453 -0.762,4.4918 0,2.5266 0.762,4.5319 0.8022,1.9652 2.246,3.3288 1.4437,1.3635 3.4891,2.0854 2.0855,0.7219 4.6523,0.7219 2.4464,0 4.4918,-0.7219 2.0454,-0.7219 3.4892,-2.0854 1.4839,-1.3636 2.286,-3.3288 0.8422,-2.0053 0.8422,-4.5319 z m -1.3636,-27.1113 q 0,-2.2058 -0.762,-4.0507 -0.7219,-1.8448 -2.0454,-3.1683 -1.2834,-1.3636 -3.0881,-2.0855 -1.8048,-0.762 -3.9705,-0.762 -2.1656,0 -3.9303,0.7219 -1.7646,0.6818 -3.048,2.0053 -1.2834,1.3235 -2.0053,3.2084 -0.6818,1.8449 -0.6818,4.1309 0,2.286 0.6818,4.1308 0.7219,1.8048 2.0053,3.1283 1.3235,1.2834 3.0881,2.0052 1.8048,0.6818 3.9705,0.6818 2.1255,0 3.9303,-0.6818 1.8047,-0.7218 3.0881,-2.0052 1.3235,-1.3235 2.0454,-3.1684 0.7219,-1.8448 0.7219,-4.0907 z" style="fill:#326ce5;fill-opacity:1" id="path6094"/>
</g>
</g><g inkscape:groupmode="layer" id="layer16" inkscape:label="Logo">
<text xml:space="preserve" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:82.13600159px;line-height:125.99999905%;font-family:'Roboto Mono';-inkscape-font-specification:'Roboto Mono, Normal';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;display:inline;opacity:1;vector-effect:none;fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;" x="2584" y="2113.948" id="text4915"><tspan sodipodi:role="line" id="tspan4913" x="2584" y="2113.948">Kubernetes Logo: Linux Foundation</tspan><tspan sodipodi:role="line" x="2584" y="2217.4392" id="tspan4917">Prometheus: Linux Foundation</tspan><tspan sodipodi:role="line" x="2584" y="2320.9307" id="tspan4919">Github Logo: Github Inc.</tspan><tspan sodipodi:role="line" x="2584" y="2424.4221" id="tspan4921">Etcd Logo: Coreo</tspan><tspan sodipodi:role="line" x="2584" y="2527.9133" id="tspan4923">Caddy Logo: Light Code Labs</tspan><tspan sodipodi:role="line" x="2584" y="2631.4048" id="tspan4925"/></text>
</g><g inkscape:groupmode="layer" id="layer15" inkscape:label="Sozi">
<text xml:space="preserve" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:100.5182724px;line-height:125.99999905%;font-family:'Roboto Mono';-inkscape-font-specification:'Roboto Mono, Normal';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:center;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:middle;white-space:normal;shape-padding:0;display:inline;opacity:1;vector-effect:none;fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:1.2238028px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;" x="3312.3364" y="1868.532" id="text4902"><tspan sodipodi:role="line" id="tspan4900" x="3312.3364" y="1868.532" style="text-align:center;text-anchor:middle;stroke-width:1.2238028px;fill:#326ce5;fill-opacity:1;">Sozi: @senshu</tspan><tspan sodipodi:role="line" x="3312.3364" y="1995.1851" style="text-align:center;text-anchor:middle;stroke-width:1.2238028px;fill:#326ce5;fill-opacity:1;" id="tspan4969">http://sozi.baierouge.fr/</tspan><tspan sodipodi:role="line" x="3312.3364" y="2121.8381" style="text-align:center;text-anchor:middle;stroke-width:1.2238028px;fill:#326ce5;fill-opacity:1;" id="tspan4967"/></text>
</g><g inkscape:groupmode="layer" id="layer1" inkscape:label="Intro" style="display:inline">
<text xml:space="preserve" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:151.88441467px;line-height:125%;font-family:'Roboto Mono';-inkscape-font-specification:'Roboto Mono, Normal';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;display:inline;opacity:1;vector-effect:none;fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:1.84918189px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;" x="2957.6877" y="1333.0034" id="text5957"><tspan sodipodi:role="line" id="tspan5955" x="2957.6877" y="1333.0034" style="stroke-width:1.84918189px;fill:#326ce5;fill-opacity:1;">Credits</tspan><tspan sodipodi:role="line" x="2957.6877" y="1522.8589" id="tspan4843" style="stroke-width:1.84918189px;fill:#326ce5;fill-opacity:1;"/></text>
</g><g inkscape:groupmode="layer" id="layer8" inkscape:label="Frames" style="display:none" sodipodi:insensitive="true">
<rect style="display:inline;fill:none;fill-opacity:1;stroke:#ff0000;stroke-width:1.06666648;stroke-opacity:1" id="rect4652-5-6-2-5-9-6" width="1656.1799" height="931.13458" x="2470.9099" y="-1040.313" ry="3.3075707"/>
<rect ry="3.3075707" y="835.36481" x="2470.9099" height="931.13458" width="1656.1799" id="rect5877" style="display:inline;fill:none;fill-opacity:1;stroke:#ff0000;stroke-width:1.06666648;stroke-opacity:1"/>
<path style="fill:#ff0000;fill-rule:evenodd;stroke:#ff0000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 3298.9998,585.93207 V 2015.9321" id="path5983" inkscape:connector-curvature="0"/>
<path style="fill:none;fill-rule:evenodd;stroke:#ff0000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 2331.6777,1300.9321 H 4266.3219" id="path5985" inkscape:connector-curvature="0"/>
</g><g inkscape:groupmode="layer" id="layer3" inkscape:label="LT">
<rect style="display:inline;fill:#000000;fill-opacity:0.99516913;stroke:#000000;stroke-width:3.04928589;stroke-miterlimit:4;stroke-dasharray:none" id="rect4557-6-9-9-2" width="474.46942" height="773.34888" x="3556.6511" y="-968.28302"/>
<a target="" style="fill:#000000;fill-opacity:0.02512566;stroke:none" transform="translate(-5710.1082,-123.99464)" id="a94374-4-5" xlink:href="./2-Cluster.sozi.html"/>
</g><g inkscape:groupmode="layer" id="layer4" inkscape:label="LT - Highlight" style="display:inline">
<a id="a94374-44" transform="matrix(1.0640761,0,0,1.0641097,-6940.5198,-209.53256)" xlink:href="./2-Cluster.sozi.html" style="stroke:#316de4;stroke-width:0.9397676;stroke-opacity:1">
<rect inkscape:transform-center-y="7.2162773" inkscape:transform-center-x="30.735996" y="-713.03784" x="9419.1611" height="121.29411" width="445.8959" id="rect4557-5-5-2-2" style="display:inline;fill:#316de4;fill-opacity:1;stroke:#316de4;stroke-width:2.86759973;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
</a>
</g><g inkscape:groupmode="layer" id="layer2" inkscape:label="LT - Next">
<path inkscape:export-ydpi="250.55" inkscape:export-xdpi="250.55" inkscape:export-filename="new.png" inkscape:connector-curvature="0" id="path3055-5-9-0-1-4-0-7" d="m 1797.6202,-553.02035 a 24.15307,23.990688 0 0 0 -9.256,2.3457 l -126.307,60.4398 a 24.15307,23.990688 0 0 0 -13.069,16.2747 l -31.161,135.7628 a 24.15307,23.990688 0 0 0 3.28,18.394 24.15307,23.990688 0 0 0 1.373,1.909 l 87.424,108.8595 a 24.15307,23.990688 0 0 0 18.884,9.0271 l 140.2,-0.032 a 24.15307,23.990688 0 0 0 18.884,-9.0109 l 87.392,-108.8757 a 24.15307,23.990688 0 0 0 4.669,-20.3029 l -31.21,-135.7629 a 24.15307,23.990688 0 0 0 -13.068,-16.2747 l -126.324,-60.4074 a 24.15307,23.990688 0 0 0 -11.711,-2.3457 z" style="display:inline;fill:#326ce5;fill-opacity:1;stroke:#ffffff;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
<text xml:space="preserve" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:118.76194px;line-height:125%;font-family:'Roboto Mono';-inkscape-font-specification:'Roboto Mono, Normal';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.44591808px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" x="1662.322" y="-287.54901" id="text5277"><tspan sodipodi:role="line" id="tspan5275" x="1662.322" y="-287.54901" style="fill:#ffffff;stroke-width:1.44591808px">NEXT</tspan></text>
<path style="opacity:1;fill:#ffffff;fill-opacity:0.99065396;stroke:#ffffff;stroke-width:1.56493926;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m 1858.3772,-472.73495 v 23.9883 h -181.214 v 35.4355 h 181.214 v 21.9863 l 70.504,-40.705 z" id="rect5279" inkscape:connector-curvature="0"/>
<a transform="translate(-145.1205,-265.59625)" id="a5343" xlink:href="./3-Network.sozi.html">
<path inkscape:export-ydpi="250.55" inkscape:export-xdpi="250.55" inkscape:export-filename="new.png" inkscape:connector-curvature="0" id="path5341" d="m 1942.7405,-287.42411 a 24.15307,23.990688 0 0 0 -9.2562,2.3457 l -126.3071,60.4398 a 24.15307,23.990688 0 0 0 -13.0685,16.2747 l -31.1608,135.76289 a 24.15307,23.990688 0 0 0 3.2793,18.394 24.15307,23.990688 0 0 0 1.373,1.90896 L 1855.025,56.5614 a 24.15307,23.990688 0 0 0 18.8838,9.02714 l 140.1995,-0.0324 a 24.15307,23.990688 0 0 0 18.8839,-9.01095 l 87.3924,-108.87563 a 24.15307,23.990688 0 0 0 4.6685,-20.30295 l -31.2093,-135.76292 a 24.15307,23.990688 0 0 0 -13.0685,-16.2747 l -126.3233,-60.4074 a 24.15307,23.990688 0 0 0 -11.7115,-2.3457 z" style="display:inline;fill:#326ce5;fill-opacity:0.00442481;stroke:#ffffff;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
</a>
</g><g inkscape:groupmode="layer" id="layer6" inkscape:label="LT-Links" style="display:inline">
<a xlink:href="1-Basic.sozi.html" target="" style="fill:#000000;fill-opacity:0.02512566;stroke:none;stroke-width:0.9397676" transform="matrix(1.0640761,0,0,1.0641097,-6466.0498,-209.53261)" id="a94374-4-2-1">
<rect inkscape:transform-center-y="7.2162773" inkscape:transform-center-x="30.735996" y="-713.03784" x="9419.1611" height="121.29411" width="445.8959" id="rect4557-5-5-2-7-0-7" style="display:inline;fill:#000000;fill-opacity:0.02512566;stroke:none;stroke-width:2.86759973;stroke-miterlimit:4;stroke-dasharray:none"/>
</a>
<text xml:space="preserve" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:101.52288818px;line-height:125%;font-family:'Courier New';-inkscape-font-specification:'Courier New, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:7.15559387px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="3679.5208" y="-865.9552" id="text4489-1-2" transform="scale(0.99998421,1.0000158)"><tspan sodipodi:role="line" id="tspan4487-9-5" x="3679.5208" y="-865.9552" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:101.52362061px;font-family:'Roboto Mono';-inkscape-font-specification:'Roboto Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none;stroke-width:7.15559387px">User</tspan></text>
<text xml:space="preserve" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:101.52288818px;line-height:125%;font-family:'Courier New';-inkscape-font-specification:'Courier New, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:7.15559387px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="3589.0022" y="-735.38135" id="text4489-6-2-6" transform="scale(0.99998421,1.0000158)"><tspan sodipodi:role="line" id="tspan4487-0-6-4" x="3589.0022" y="-735.38135" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:101.52362061px;font-family:'Roboto Mono';-inkscape-font-specification:'Roboto Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none;stroke-width:7.15559387px">Cluster</tspan></text>
<text xml:space="preserve" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:101.52288818px;line-height:125%;font-family:'Courier New';-inkscape-font-specification:'Courier New, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:7.15559387px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="3646.01" y="-351.12054" id="text4489-3-4-5" transform="scale(0.99998421,1.0000158)"><tspan sodipodi:role="line" id="tspan4487-3-7-1" x="3646.01" y="-351.12054" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:101.52362061px;font-family:'Roboto Mono';-inkscape-font-specification:'Roboto Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none;stroke-width:7.15559387px">Linux</tspan></text>
<text xml:space="preserve" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:101.52288818px;line-height:125%;font-family:'Courier New';-inkscape-font-specification:'Courier New, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:7.15559387px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="3647.7954" y="-223.00047" id="text4489-3-6-2-9" transform="scale(0.99998421,1.0000158)"><tspan sodipodi:role="line" id="tspan4487-3-5-8-4" x="3647.7954" y="-223.00047" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:101.52362061px;font-family:'Roboto Mono';-inkscape-font-specification:'Roboto Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none;stroke-width:7.15559387px">Power</tspan></text>
<text xml:space="preserve" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:101.52288818px;line-height:125%;font-family:'Courier New';-inkscape-font-specification:'Courier New, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:7.15559387px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="3650.3975" y="-477.72226" id="text4489-4-9-4" transform="scale(0.99998421,1.0000158)"><tspan sodipodi:role="line" id="tspan4487-7-8-9" x="3650.3975" y="-477.72226" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:101.52362061px;font-family:'Roboto Mono';-inkscape-font-specification:'Roboto Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none;stroke-width:7.15559387px">Cloud</tspan></text>
<a xlink:href="./4-Cloud.sozi.html" id="a94636" transform="matrix(1.0640761,0,0,1.0641097,-390.06152,186.92065)" style="fill:#000000;fill-opacity:0.02512566;stroke-width:0.9397676">
<rect style="display:inline;fill:#000000;fill-opacity:0.02512566;stroke:none;stroke-width:2.86759973;stroke-miterlimit:4;stroke-dasharray:none" id="rect4557-5-5-2-7-8-5" width="445.8959" height="121.29411" x="3709.053" y="-715.7384" inkscape:transform-center-x="30.735996" inkscape:transform-center-y="7.2162773"/>
</a>
<text xml:space="preserve" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:101.52288818px;line-height:125%;font-family:'Courier New';-inkscape-font-specification:'Courier New, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:7.15559387px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="3586.6973" y="-607.26776" id="text4489-2-7-7" transform="scale(0.99998421,1.0000158)"><tspan sodipodi:role="line" id="tspan4487-6-6-5" x="3586.6973" y="-607.26776" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:101.52362061px;font-family:'Roboto Mono';-inkscape-font-specification:'Roboto Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;stroke:none;stroke-width:7.15559387px">Network</tspan></text>
<a xlink:href="./3-Network.sozi.html" id="a94642" transform="matrix(1.0640761,0,0,1.0641097,-390.06152,-71.219869)" style="fill:#000000;fill-opacity:0.02512566;stroke-width:0.9397676">
<rect style="display:inline;fill:#000000;fill-opacity:0.02512566;stroke:none;stroke-width:2.86759973;stroke-miterlimit:4;stroke-dasharray:none" id="rect4557-5-5-2-7-8-8" width="445.8959" height="121.29411" x="3709.053" y="-594.44427" inkscape:transform-center-x="30.735996" inkscape:transform-center-y="7.2162773"/>
</a>
<a xlink:href="./5-Linux.sozi.html" id="a94639" transform="matrix(1.0640761,0,0,1.0641097,-390.06152,57.850391)" style="fill:#000000;fill-opacity:0.02512566;stroke-width:0.9397676">
<rect style="display:inline;fill:#000000;fill-opacity:0.02512566;stroke:none;stroke-width:2.86759973;stroke-miterlimit:4;stroke-dasharray:none" id="rect4557-5-5-2-7-8-87" width="445.8959" height="121.29411" x="3709.053" y="-473.15015" inkscape:transform-center-x="30.735996" inkscape:transform-center-y="7.2162773"/>
</a>
<a xlink:href="./5-Power.sozi.html" id="a94645" transform="matrix(1.0640761,0,0,1.0641097,-390.06152,57.850391)" style="fill:#000000;fill-opacity:0.02512566;stroke-width:0.9397676">
<rect style="display:inline;fill:#000000;fill-opacity:0.02512566;stroke:none;stroke-width:2.86759973;stroke-miterlimit:4;stroke-dasharray:none" id="rect4557-5-5-2-7-8-2" width="445.8959" height="121.29411" x="3709.053" y="-351.85602" inkscape:transform-center-x="30.735996" inkscape:transform-center-y="7.2162773"/>
</a>
<a xlink:href="./2-Cluster.sozi.html" id="a5373">
<rect style="display:inline;fill:#000000;fill-opacity:0.02512566;stroke:none;stroke-width:3.05139256;stroke-miterlimit:4;stroke-dasharray:none" id="rect4557-5-5-2-7-8" width="474.46716" height="129.07024" x="3556.6531" y="-832.84406" inkscape:transform-center-x="30.735996" inkscape:transform-center-y="7.2162773"/>
</a>
<a xlink:href="./1-Basic.sozi.html" style="fill:#000000;fill-opacity:0.02512566;stroke-width:0.9397676" transform="matrix(1.0640761,0,0,1.0641097,-390.06152,-75.219868)" id="a5090">
<rect inkscape:transform-center-y="7.2162773" inkscape:transform-center-x="30.735996" y="-837.03253" x="3709.053" height="121.29411" width="445.8959" id="rect5088" style="display:inline;fill:#000000;fill-opacity:0.02512566;stroke:none;stroke-width:2.86759973;stroke-miterlimit:4;stroke-dasharray:none"/>
</a>
</g><g inkscape:groupmode="layer" id="layer7" inkscape:label="KubeLogo">
<g style="display:inline;stroke-width:0.1009493" transform="matrix(0.48461608,0,0,0.48532974,2802.5327,-957.05068)" id="layer1-2-2-7-18-1" inkscape:label="Layer 1">
<path inkscape:export-ydpi="90" inkscape:export-xdpi="90" transform="matrix(-0.79300646,-1.2918233,1.3024823,-0.78651684,-82.355947,-182.38267)" inkscape:transform-center-y="-102.91736" inkscape:transform-center-x="99.750414" d="m -391.42855,129.50504 -168.04608,108.95128 -189.95655,-63.45371 -68.82586,-188.076755 104.1321,-171.074165 198.67647,-25.24924 143.61341,139.588871 z" inkscape:randomized="0" inkscape:rounded="0" inkscape:flatsided="true" sodipodi:arg2="0.99558779" sodipodi:arg1="0.54678884" sodipodi:r2="207.9371" sodipodi:r1="230.79279" sodipodi:cy="9.5050402" sodipodi:cx="-588.57141" sodipodi:sides="7" id="path3054-2-9-5-8-2-4" style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:6.96550083;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" sodipodi:type="star"/>
<path inkscape:export-ydpi="250.55" inkscape:export-xdpi="250.55" inkscape:export-filename="new.png" inkscape:connector-curvature="0" id="path3055-5-9-0-1-4" d="m 394.17466,189.54483 a 49.839596,49.431729 0 0 0 -19.1,4.83334 L 114.44132,318.9115 a 49.839596,49.431729 0 0 0 -26.966664,33.53333 l -64.3,279.73334 a 49.839596,49.431729 0 0 0 6.766667,37.9 49.839596,49.431729 0 0 0 2.833333,3.93333 l 180.400004,224.3 a 49.839596,49.431729 0 0 0 38.96666,18.6 l 289.3,-0.0667 a 49.839596,49.431729 0 0 0 38.96667,-18.56666 L 760.74132,673.94483 a 49.839596,49.431729 0 0 0 9.63334,-41.83333 l -64.4,-279.73333 A 49.839596,49.431729 0 0 0 679.00799,318.84483 L 418.34132,194.37817 a 49.839596,49.431729 0 0 0 -24.16666,-4.83334 z" style="fill:#326ce5;fill-opacity:1;stroke:#ffffff;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
<path inkscape:export-ydpi="250.55" inkscape:export-xdpi="250.55" inkscape:export-filename="./path3059.png" sodipodi:nodetypes="ccccccccsccccscssccsccccccccscccsccccccccccccccscccscsccsccccscscsccccccccscccscsccccsccccscscscccccccccccccccscccsccccccccccccscccccscccccccccccccccccccccccscccscccccccccscccscccc" style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.02691981;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate" d="m 396.75723,284.74177 c -8.61543,8.8e-4 -15.60103,7.76097 -15.6,17.33332 10e-6,0.14692 0.0301,0.2873 0.0333,0.43334 -0.0127,1.30065 -0.0755,2.86758 -0.0333,4 0.20546,5.52106 1.40896,9.74665 2.13333,14.83333 1.3123,10.8871 2.41191,19.91185 1.73333,28.3 -0.65993,3.16309 -2.98974,6.0559 -5.06666,8.06667 l -0.36667,6.6 c -9.36194,0.77564 -18.78651,2.19599 -28.2,4.33333 -40.50625,9.19699 -75.38142,30.06194 -101.93333,58.23333 -1.7229,-1.17539 -4.7371,-3.33775 -5.63339,-4 -2.78525,0.37613 -5.60022,1.23551 -9.26667,-0.9 -6.98123,-4.69934 -13.33959,-11.18606 -21.03333,-19 -3.52531,-3.7378 -6.07821,-7.29707 -10.26667,-10.9 -0.95116,-0.8182 -2.40275,-1.92485 -3.46666,-2.76666 -3.27454,-2.61074 -7.13675,-3.97229 -10.86667,-4.1 -4.79562,-0.16421 -9.4122,1.71077 -12.43333,5.5 -5.37089,6.7364 -3.65133,17.03258 3.83333,23 0.076,0.0605 0.15682,0.1075 0.23333,0.16666 1.0285,0.83373 2.28796,1.90201 3.23334,2.6 4.44466,3.28166 8.50474,4.96155 12.93333,7.56667 9.33013,5.76193 17.06493,10.53958 23.2,16.3 2.39575,2.55378 2.81449,7.05378 3.13333,9 l 5,4.46667 c -26.76631,40.28126 -39.15398,90.03675 -31.83328,140.73333 l -6.53333,1.9 c -1.72192,2.22358 -4.1551,5.72239 -6.70005,6.76667 -8.02681,2.52822 -17.06053,3.45663 -27.96667,4.6 -5.12033,0.42576 -9.53833,0.17168 -14.96667,1.2 -1.19475,0.22632 -2.85943,0.66002 -4.16666,0.96666 -0.0454,0.01 -0.0879,0.023 -0.13334,0.0333 -0.0712,0.0165 -0.16486,0.0511 -0.23333,0.0667 -9.19482,2.22164 -15.10159,10.67307 -13.2,19 1.90204,8.32889 10.88335,13.39389 20.13333,11.4 0.0668,-0.0153 0.16374,-0.0178 0.23334,-0.0333 0.10442,-0.0239 0.19636,-0.0746 0.3,-0.1 1.28944,-0.28305 2.90535,-0.59797 4.03333,-0.9 5.3369,-1.42894 9.20207,-3.52849 14,-5.36666 10.32207,-3.70216 18.87118,-6.7949 27.2,-8 3.47859,-0.27245 7.14358,2.1463 8.96667,3.16666 l 6.8,-1.16666 c 15.64819,48.515 48.44177,87.72802 89.96666,112.33333 l -2.83333,6.8 c 1.02125,2.64045 2.14764,6.21301 1.3869,8.82061 -3.02792,7.85194 -8.21437,16.1397 -14.12023,25.37939 -2.85958,4.26871 -5.78617,7.58145 -8.36667,12.46667 -0.61749,1.16895 -1.40393,2.9646 -2,4.2 -4.00943,8.57851 -1.06842,18.45888 6.63333,22.16666 7.75014,3.73108 17.3701,-0.20409 21.53334,-8.8 0.006,-0.0122 0.0274,-0.0211 0.0333,-0.0333 0.004,-0.01 -0.004,-0.024 0,-0.0333 0.59299,-1.21872 1.4331,-2.82066 1.93333,-3.96666 2.21027,-5.06349 2.94572,-9.40273 4.5,-14.3 4.12759,-10.36815 6.39538,-21.24697 12.07742,-28.02572 1.55592,-1.85625 4.0926,-2.57013 6.72258,-3.27428 l 3.53333,-6.4 c 36.20079,13.89525 76.72177,17.62395 117.2,8.43333 9.2341,-2.09661 18.14874,-4.81008 26.76667,-8.06667 0.99305,1.76142 2.83854,5.14742 3.33333,6 2.67263,0.86953 5.58981,1.31855 7.96667,4.83334 4.25108,7.26291 7.15829,15.8551 10.7,26.23333 1.55454,4.89718 2.32279,9.23662 4.53333,14.3 0.50383,1.15408 1.33974,2.77852 1.93334,4 4.15447,8.62383 13.80492,12.57245 21.56666,8.83333 7.7008,-3.70976 10.64506,-13.58922 6.63334,-22.16666 -0.59615,-1.23535 -1.41579,-3.03109 -2.03334,-4.2 -2.58075,-4.88508 -5.50688,-8.16478 -8.36666,-12.43334 -5.90636,-9.23938 -10.805,-16.91488 -13.83334,-24.76666 -1.26625,-4.04968 0.21364,-6.56826 1.2,-9.2 -0.5907,-0.67709 -1.85473,-4.50143 -2.6,-6.3 43.15456,-25.48071 74.98513,-66.15605 89.93334,-113.13334 2.01856,0.31725 5.52697,0.93799 6.66666,1.16667 2.34618,-1.54741 4.50341,-3.56642 8.73334,-3.23333 8.32887,1.20466 16.87774,4.29838 27.2,8 4.79802,1.83793 8.66304,3.97134 14,5.4 1.12799,0.30196 2.74387,0.58368 4.03333,0.86666 0.10368,0.0254 0.19552,0.0762 0.3,0.1 0.0697,0.0156 0.16656,0.018 0.23333,0.0333 9.25052,1.99141 18.23343,-3.07062 20.13334,-11.4 1.89945,-8.32742 -4.00459,-16.78081 -13.2,-19 -1.33753,-0.30414 -3.2344,-0.82067 -4.53334,-1.06667 -5.42839,-1.02803 -9.84631,-0.7745 -14.96666,-1.2 -10.9062,-1.1428 -19.93974,-2.0722 -27.96667,-4.6 -3.27281,-1.26963 -5.6011,-5.16399 -6.73339,-6.76666 l -6.3,-1.83334 c 3.26641,-23.63138 2.38566,-48.22543 -3.26666,-72.83333 -5.70495,-24.83702 -15.78706,-47.5529 -29.23334,-67.56667 1.61606,-1.46911 4.66794,-4.17163 5.53334,-4.96666 0.25297,-2.79912 0.0356,-5.7339 2.93333,-8.83334 6.13476,-5.76073 13.87018,-10.53758 23.2,-16.3 4.42845,-2.60535 8.52218,-4.28478 12.96667,-7.56666 1.00506,-0.74215 2.37749,-1.91743 3.43333,-2.76667 7.48307,-5.96942 9.20595,-16.26498 3.83333,-23 -5.37262,-6.73502 -15.78359,-7.36942 -23.26666,-1.4 -1.06513,0.84357 -2.51044,1.94402 -3.46667,2.76667 -4.18827,3.60315 -6.77488,7.16201 -10.3,10.9 -7.69332,7.81434 -14.05234,14.33362 -21.03333,19.03333 -3.02508,1.76113 -7.45596,1.15177 -9.46672,1.03333 l -5.93334,4.23334 c -33.83338,-35.47794 -79.8983,-58.16049 -129.49978,-62.56672 -0.13873,-2.07864 -0.32048,-5.83592 -0.36667,-6.96667 -2.03062,-1.94309 -4.48365,-3.60198 -5.1,-7.8 -0.67858,-8.38815 0.45437,-17.4129 1.76667,-28.3 0.72437,-5.08668 1.92787,-9.31227 2.13333,-14.83333 0.0467,-1.25508 -0.0283,-3.07628 -0.0333,-4.43334 -10e-4,-9.57235 -6.98458,-17.33419 -15.6,-17.33332 z m -19.53334,120.99999 -4.63333,81.83333 -0.33333,0.16667 c -0.31077,7.32091 -6.33596,13.16667 -13.73334,13.16667 -3.03019,0 -5.82713,-0.97311 -8.1,-2.63334 l -0.13333,0.0667 -67.1,-47.56667 c 20.62256,-20.27856 47.00044,-35.26441 77.4,-42.16666 5.55306,-1.26084 11.10364,-2.19638 16.63333,-2.86667 z m 39.1,0 c 35.4917,4.36514 68.31468,20.43607 93.46667,45.06667 l -66.66667,47.26666 -0.23333,-0.0999 c -5.91728,4.3218 -14.25433,3.24948 -18.86667,-2.53334 -1.8894,-2.36902 -2.88076,-5.15455 -3,-7.96666 l -0.0667,-0.0333 z m -157.46666,75.6 61.26666,54.8 -0.0667,0.33333 c 5.52999,4.80744 6.34547,13.14981 1.73333,18.93334 -1.88928,2.36912 -4.41822,3.95812 -7.13333,4.7 l -0.0667,0.26666 -78.53333,22.66667 c -3.9971,-36.54951 4.61712,-72.07855 22.8,-101.7 z m 275.36666,0.0333 c 9.10304,14.75473 15.99632,31.23428 20.1,49.1 4.05447,17.6515 5.07199,35.27143 3.4,52.3 l -78.93333,-22.73333 -0.0667,-0.33334 c -7.06826,-1.93177 -11.41219,-9.12172 -9.76666,-16.33333 0.67416,-2.95426 2.24236,-5.45348 4.36666,-7.3 l -0.0333,-0.16667 60.93334,-54.53333 z m -150.03333,59 h 25.1 l 15.6,19.5 -5.6,24.33333 -22.53333,10.83334 -22.6,-10.86667 -5.6,-24.33333 z m 80.46667,66.73333 c 1.06663,-0.0539 2.12862,0.0422 3.16666,0.23334 l 0.13334,-0.16667 81.23333,13.73333 c -11.88853,33.40064 -34.63766,62.3362 -65.03333,81.7 l -31.53334,-76.16666 0.0999,-0.13334 c -2.89665,-6.73065 0.002,-14.62353 6.66667,-17.83333 1.70629,-0.82177 3.48895,-1.27681 5.26666,-1.36667 z m -136.43334,0.33334 c 6.19919,0.0869 11.7596,4.3896 13.2,10.7 0.67434,2.95422 0.34614,5.88133 -0.76666,8.46666 l 0.23333,0.3 -31.2,75.4 c -29.1703,-18.7185 -52.40455,-46.74563 -64.83333,-81.13328 l 80.53333,-13.66666 0.13333,0.16666 c 0.90081,-0.16577 1.8144,-0.24576 2.7,-0.23333 z m 68.03334,33.03338 c 2.15941,-0.0794 4.35056,0.36372 6.43333,1.36667 2.73014,1.3147 4.83918,3.38474 6.16667,5.86667 h 0.3 l 39.7,71.73333 c -5.15231,1.72718 -10.44917,3.20329 -15.86667,4.43333 -30.36217,6.89376 -60.62786,4.80498 -88.03333,-4.53333 l 39.6,-71.6 h 0.0667 c 2.37618,-4.44204 6.88264,-7.09213 11.63334,-7.26667 z" id="path3059-0-0-4-3-1" inkscape:connector-curvature="0"/>
</g>
<g transform="matrix(1.2277277,0,0,1.2277277,2548.2641,-872.0977)" style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#326de5;fill-opacity:1;stroke:none;stroke-width:0.81451285" id="text4373">
<path inkscape:connector-curvature="0" d="m 36.220121,374.76552 c 1.979968,-2.15995 4.004966,-4.40995 6.075,-6.75 2.159962,-2.33995 4.22996,-4.63494 6.21,-6.885 1.979956,-2.33994 3.824954,-4.54494 5.535,-6.615 1.799951,-2.06993 3.329949,-3.86993 4.59,-5.4 h 23.895 c -4.770071,5.49006 -9.450067,10.75506 -14.04,15.795 -4.500057,4.95005 -9.450053,10.08004 -14.85,15.39 2.69995,2.43004 5.489947,5.35503 8.37,8.775 2.879942,3.33003 5.669939,6.79502 8.37,10.395 2.699933,3.60002 5.174931,7.20001 7.425,10.8 2.249926,3.60001 4.139925,6.885 5.67,9.855 h -23.085 c -1.440052,-2.34 -3.105051,-4.905 -4.995,-7.695 -1.800047,-2.87999 -3.735045,-5.71499 -5.805,-8.505 -2.070041,-2.87998 -4.275039,-5.62498 -6.615,-8.235 -2.250034,-2.60997 -4.500032,-4.81497 -6.75,-6.615 v 31.05 h -20.115 v -101.52 l 20.115,-3.24 v 59.4" style="font-variant:normal;font-weight:bold;font-stretch:normal;font-size:135px;font-family:Ubuntu;-inkscape-font-specification:'Ubuntu Bold';fill:#326de5;stroke-width:0.81451285" id="path2985"/>
<path inkscape:connector-curvature="0" d="m 153.44864,417.69552 c -3.42007,0.99 -7.83007,1.89 -13.23,2.7 -5.40005,0.9 -11.07005,1.35 -17.01,1.35 -6.03004,0 -11.07003,-0.81 -15.12,-2.43 -3.96002,-1.62 -7.11002,-3.87 -9.450004,-6.75 -2.340012,-2.96999 -4.005011,-6.47999 -4.995,-10.53 -0.990009,-4.04998 -1.485008,-8.50497 -1.485,-13.365 v -39.555 h 20.115004 v 37.125 c -3e-5,6.48003 0.85497,11.16002 2.565,14.04 1.70996,2.88002 4.90496,4.32001 9.585,4.32 1.43995,10e-6 2.96995,-0.045 4.59,-0.135 1.61995,-0.17999 3.05995,-0.35999 4.32,-0.54 v -54.81 h 20.115 v 68.58" style="font-variant:normal;font-weight:bold;font-stretch:normal;font-size:135px;font-family:Ubuntu;-inkscape-font-specification:'Ubuntu Bold';fill:#326de5;stroke-width:0.81451285" id="path2987-9"/>
<path inkscape:connector-curvature="0" d="m 217.95754,384.08052 c -5e-5,-12.95995 -4.77005,-19.43995 -14.31,-19.44 -2.07004,5e-5 -4.14003,0.27005 -6.21,0.81 -1.98003,0.54005 -3.60003,1.21505 -4.86,2.025 v 36.585 c 0.98997,0.18001 2.24997,0.36001 3.78,0.54 1.52997,0.09 3.19497,0.13501 4.995,0.135 5.48996,10e-6 9.62995,-1.88998 12.42,-5.67 2.78995,-3.77998 4.18495,-8.77497 4.185,-14.985 m 20.52,0.54 c -7e-5,5.67003 -0.85507,10.80002 -2.565,15.39 -1.62007,4.59001 -4.00507,8.50501 -7.155,11.745 -3.15006,3.24 -7.02006,5.76 -11.61,7.56 -4.59005,1.71 -9.81004,2.565 -15.66,2.565 -2.43003,0 -4.99503,-0.135 -7.695,-0.405 -2.61003,-0.18 -5.22002,-0.45 -7.83,-0.81 -2.52002,-0.36 -4.95002,-0.765 -7.29,-1.215 -2.34001,-0.54 -4.41001,-1.08 -6.21,-1.62 v -99.225 l 20.115,-3.24 v 35.37 c 2.24997,-0.98993 4.58997,-1.75493 7.02,-2.295 2.42996,-0.53993 5.03996,-0.80993 7.83,-0.81 5.03995,7e-5 9.49495,0.90007 13.365,2.7 3.86994,1.71007 7.10994,4.18506 9.72,7.425 2.60993,3.24006 4.58993,7.15505 5.94,11.745 1.34993,4.50004 2.02493,9.54004 2.025,15.12" style="font-variant:normal;font-weight:bold;font-stretch:normal;font-size:135px;font-family:Ubuntu;-inkscape-font-specification:'Ubuntu Bold';fill:#326de5;stroke-width:0.81451285" id="path2989-9"/>
<path inkscape:connector-curvature="0" d="m 250.56215,385.16052 c 0,-6.29996 0.945,-11.78995 2.835,-16.47 1.97999,-4.76994 4.54499,-8.72994 7.695,-11.88 3.14998,-3.14993 6.74998,-5.53493 10.8,-7.155 4.13997,-1.61993 8.36997,-2.42993 12.69,-2.43 10.07995,7e-5 18.04494,3.10507 23.895,9.315 5.84993,6.12006 8.77493,15.16505 8.775,27.135 -7e-5,1.17003 -0.0451,2.47503 -0.135,3.915 -0.0901,1.35003 -0.18007,2.56503 -0.27,3.645 h -45.63 c 0.44997,4.14002 2.38497,7.42502 5.805,9.855 3.41997,2.43002 8.00996,3.64501 13.77,3.645 3.68995,10e-6 7.28995,-0.31499 10.8,-0.945 3.59994,-0.71998 6.52494,-1.57498 8.775,-2.565 l 2.7,16.335 c -1.08007,0.54 -2.52006,1.08 -4.32,1.62 -1.80006,0.54 -3.82506,0.99 -6.075,1.35 -2.16005,0.45 -4.50005,0.81 -7.02,1.08 -2.52005,0.27 -5.04004,0.405 -7.56,0.405 -6.39004,0 -11.97003,-0.945 -16.74,-2.835 -4.68002,-1.89 -8.59502,-4.455 -11.745,-7.695 -3.06001,-3.32999 -5.35501,-7.24499 -6.885,-11.745 -1.44,-4.49998 -2.16,-9.35997 -2.16,-14.58 m 47.25,-7.695 c -0.09,-1.70996 -0.40505,-3.37496 -0.945,-4.995 -0.45005,-1.61995 -1.21505,-3.05995 -2.295,-4.32 -0.99005,-1.25995 -2.29505,-2.29495 -3.915,-3.105 -1.53004,-0.80995 -3.46504,-1.21494 -5.805,-1.215 -2.25004,6e-5 -4.18503,0.40505 -5.805,1.215 -1.62003,0.72005 -2.97003,1.71005 -4.05,2.97 -1.08003,1.26005 -1.93503,2.74505 -2.565,4.455 -0.54003,1.62004 -0.94502,3.28504 -1.215,4.995 h 26.595" style="font-variant:normal;font-weight:bold;font-stretch:normal;font-size:135px;font-family:Ubuntu;-inkscape-font-specification:'Ubuntu Bold';fill:#326de5;stroke-width:0.81451285" id="path2991-5"/>
<path inkscape:connector-curvature="0" d="m 375.57004,366.93552 c -1.80005,-0.44995 -3.91505,-0.89995 -6.345,-1.35 -2.43004,-0.53995 -5.04004,-0.80995 -7.83,-0.81 -1.26003,5e-5 -2.79003,0.13505 -4.59,0.405 -1.71003,0.18005 -3.01503,0.40505 -3.915,0.675 v 54.27 h -20.115 v -67.23 c 3.59999,-1.25993 7.82999,-2.42993 12.69,-3.51 4.94998,-1.16993 10.43997,-1.75493 16.47,-1.755 1.07996,7e-5 2.38496,0.0901 3.915,0.27 1.52996,0.0901 3.05996,0.27007 4.59,0.54 1.52995,0.18007 3.05995,0.45007 4.59,0.81 1.52995,0.27007 2.83495,0.63007 3.915,1.08 l -3.375,16.605" style="font-variant:normal;font-weight:bold;font-stretch:normal;font-size:135px;font-family:Ubuntu;-inkscape-font-specification:'Ubuntu Bold';fill:#326de5;stroke-width:0.81451285" id="path2993-9"/>
<path inkscape:connector-curvature="0" d="m 389.72817,351.54552 c 3.41998,-0.98993 7.82998,-1.88993 13.23,-2.7 5.39997,-0.89993 11.06996,-1.34993 17.01,-1.35 6.02995,7e-5 11.02495,0.81007 14.985,2.43 4.04994,1.53007 7.24494,3.73507 9.585,6.615 2.33993,2.88006 4.00493,6.30006 4.995,10.26 0.98993,3.96005 1.48493,8.37004 1.485,13.23 v 40.095 h -20.115 v -37.665 c -5e-5,-6.47996 -0.85505,-11.06995 -2.565,-13.77 -1.71005,-2.69995 -4.90505,-4.04995 -9.585,-4.05 -1.44004,5e-5 -2.97004,0.0901 -4.59,0.27 -1.62003,0.09 -3.06003,0.22505 -4.32,0.405 v 54.81 h -20.115 v -68.58" style="font-variant:normal;font-weight:bold;font-stretch:normal;font-size:135px;font-family:Ubuntu;-inkscape-font-specification:'Ubuntu Bold';fill:#326de5;stroke-width:0.81451285" id="path2995"/>
<path inkscape:connector-curvature="0" d="m 465.98207,385.16052 c 0,-6.29996 0.945,-11.78995 2.835,-16.47 1.97999,-4.76994 4.54499,-8.72994 7.695,-11.88 3.14998,-3.14993 6.74998,-5.53493 10.8,-7.155 4.13997,-1.61993 8.36997,-2.42993 12.69,-2.43 10.07995,7e-5 18.04495,3.10507 23.895,9.315 5.84993,6.12006 8.77493,15.16505 8.775,27.135 -7e-5,1.17003 -0.0451,2.47503 -0.135,3.915 -0.0901,1.35003 -0.18007,2.56503 -0.27,3.645 h -45.63 c 0.44998,4.14002 2.38497,7.42502 5.805,9.855 3.41997,2.43002 8.00996,3.64501 13.77,3.645 3.68995,10e-6 7.28995,-0.31499 10.8,-0.945 3.59994,-0.71998 6.52494,-1.57498 8.775,-2.565 l 2.7,16.335 c -1.08006,0.54 -2.52006,1.08 -4.32,1.62 -1.80006,0.54 -3.82506,0.99 -6.075,1.35 -2.16005,0.45 -4.50005,0.81 -7.02,1.08 -2.52004,0.27 -5.04004,0.405 -7.56,0.405 -6.39003,0 -11.97003,-0.945 -16.74,-2.835 -4.68002,-1.89 -8.59501,-4.455 -11.745,-7.695 -3.06001,-3.32999 -5.35501,-7.24499 -6.885,-11.745 -1.44,-4.49998 -2.16,-9.35997 -2.16,-14.58 m 47.25,-7.695 c -0.0901,-1.70996 -0.40505,-3.37496 -0.945,-4.995 -0.45005,-1.61995 -1.21505,-3.05995 -2.295,-4.32 -0.99005,-1.25995 -2.29504,-2.29495 -3.915,-3.105 -1.53004,-0.80995 -3.46504,-1.21494 -5.805,-1.215 -2.25003,6e-5 -4.18503,0.40505 -5.805,1.215 -1.62003,0.72005 -2.97003,1.71005 -4.05,2.97 -1.08003,1.26005 -1.93502,2.74505 -2.565,4.455 -0.54002,1.62004 -0.94502,3.28504 -1.215,4.995 h 26.595" style="font-variant:normal;font-weight:bold;font-stretch:normal;font-size:135px;font-family:Ubuntu;-inkscape-font-specification:'Ubuntu Bold';fill:#326de5;stroke-width:0.81451285" id="path2997"/>
<path inkscape:connector-curvature="0" d="m 547.51996,331.43052 20.115,-3.24 v 20.925 h 24.165 v 16.74 h -24.165 v 24.975 c -2e-5,4.23002 0.71997,7.60502 2.16,10.125 1.52997,2.52002 4.54497,3.78001 9.045,3.78 2.15996,10e-6 4.36496,-0.17999 6.615,-0.54 2.33996,-0.44998 4.45495,-1.03498 6.345,-1.755 l 2.835,15.66 c -2.43005,0.99 -5.13005,1.845 -8.1,2.565 -2.97004,0.72 -6.61504,1.08 -10.935,1.08 -5.49003,0 -10.03502,-0.72 -13.635,-2.16 -3.60002,-1.53 -6.48001,-3.6 -8.64,-6.21 -2.16001,-2.69999 -3.69001,-5.93999 -4.59,-9.72 -0.81,-3.77998 -1.215,-7.96498 -1.215,-12.555 v -59.67" style="font-variant:normal;font-weight:bold;font-stretch:normal;font-size:135px;font-family:Ubuntu;-inkscape-font-specification:'Ubuntu Bold';fill:#326de5;stroke-width:0.81451285" id="path2999"/>
<path inkscape:connector-curvature="0" d="m 602.03676,385.16052 c 0,-6.29996 0.94499,-11.78995 2.835,-16.47 1.97999,-4.76994 4.54499,-8.72994 7.695,-11.88 3.14998,-3.14993 6.74998,-5.53493 10.8,-7.155 4.13997,-1.61993 8.36997,-2.42993 12.69,-2.43 10.07995,7e-5 18.04494,3.10507 23.895,9.315 5.84993,6.12006 8.77493,15.16505 8.775,27.135 -7e-5,1.17003 -0.0451,2.47503 -0.135,3.915 -0.0901,1.35003 -0.18007,2.56503 -0.27,3.645 h -45.63 c 0.44997,4.14002 2.38497,7.42502 5.805,9.855 3.41997,2.43002 8.00996,3.64501 13.77,3.645 3.68995,10e-6 7.28995,-0.31499 10.8,-0.945 3.59994,-0.71998 6.52494,-1.57498 8.775,-2.565 l 2.7,16.335 c -1.08007,0.54 -2.52006,1.08 -4.32,1.62 -1.80006,0.54 -3.82506,0.99 -6.075,1.35 -2.16005,0.45 -4.50005,0.81 -7.02,1.08 -2.52005,0.27 -5.04004,0.405 -7.56,0.405 -6.39004,0 -11.97003,-0.945 -16.74,-2.835 -4.68002,-1.89 -8.59502,-4.455 -11.745,-7.695 -3.06001,-3.32999 -5.35501,-7.24499 -6.885,-11.745 -1.44001,-4.49998 -2.16,-9.35997 -2.16,-14.58 m 47.25,-7.695 c -0.09,-1.70996 -0.40505,-3.37496 -0.945,-4.995 -0.45005,-1.61995 -1.21505,-3.05995 -2.295,-4.32 -0.99005,-1.25995 -2.29505,-2.29495 -3.915,-3.105 -1.53004,-0.80995 -3.46504,-1.21494 -5.805,-1.215 -2.25004,6e-5 -4.18503,0.40505 -5.805,1.215 -1.62003,0.72005 -2.97003,1.71005 -4.05,2.97 -1.08003,1.26005 -1.93503,2.74505 -2.565,4.455 -0.54003,1.62004 -0.94503,3.28504 -1.215,4.995 h 26.595" style="font-variant:normal;font-weight:bold;font-stretch:normal;font-size:135px;font-family:Ubuntu;-inkscape-font-specification:'Ubuntu Bold';fill:#326de5;stroke-width:0.81451285" id="path3001"/>
<path inkscape:connector-curvature="0" d="m 704.63465,405.68052 c 3.68997,10e-6 6.29997,-0.35999 7.83,-1.08 1.52996,-0.71998 2.29496,-2.11498 2.295,-4.185 -4e-5,-1.61998 -0.99004,-3.01498 -2.97,-4.185 -1.98003,-1.25998 -4.99503,-2.65497 -9.045,-4.185 -3.15002,-1.16997 -6.03002,-2.38497 -8.64,-3.645 -2.52001,-1.25997 -4.68001,-2.74497 -6.48,-4.455 -1.80001,-1.79996 -3.19501,-3.91496 -4.185,-6.345 -0.99001,-2.42996 -1.48501,-5.35495 -1.485,-8.775 -10e-6,-6.65994 2.47499,-11.92494 7.425,-15.795 4.94998,-3.86993 11.74498,-5.80493 20.385,-5.805 4.31996,7e-5 8.45996,0.40507 12.42,1.215 3.95995,0.72007 7.10995,1.53007 9.45,2.43 l -3.51,15.66 c -2.34005,-0.80995 -4.90505,-1.52995 -7.695,-2.16 -2.70004,-0.62994 -5.76004,-0.94494 -9.18,-0.945 -6.30003,6e-5 -9.45002,1.75505 -9.45,5.265 -2e-5,0.81005 0.13497,1.53005 0.405,2.16 0.26997,0.63005 0.80997,1.26005 1.62,1.89 0.80997,0.54005 1.88997,1.17005 3.24,1.89 1.43997,0.63004 3.23997,1.35004 5.4,2.16 4.40996,1.62004 8.05496,3.24004 10.935,4.86 2.87995,1.53004 5.12995,3.24003 6.75,5.13 1.70995,1.80003 2.87994,3.82503 3.51,6.075 0.71994,2.25002 1.07994,4.86002 1.08,7.83 -6e-5,7.02001 -2.65506,12.33001 -7.965,15.93 -5.22004,3.6 -12.64504,5.4 -22.275,5.4 -6.30002,0 -11.56502,-0.54 -15.795,-1.62 -4.14001,-1.08 -7.02,-1.98 -8.64,-2.7 l 3.375,-16.335 c 3.41999,1.35002 6.92999,2.43002 10.53,3.24 3.59998,0.72001 7.15498,1.08001 10.665,1.08" style="font-variant:normal;font-weight:bold;font-stretch:normal;font-size:135px;font-family:Ubuntu;-inkscape-font-specification:'Ubuntu Bold';fill:#326de5;stroke-width:0.81451285" id="path3003"/>
</g>
<g aria-label="Deconstructed" transform="matrix(1.2214442,0,0,1.2340435,-595.26828,44.001542)" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:60.7647171px;line-height:100%;font-family:'Roboto Mono';-inkscape-font-specification:'Roboto Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#326ce5;fill-opacity:1;stroke:#326de5;stroke-width:0.81451285px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" id="text5781">
<path d="m 2704.4177,-232.94106 v -43.19991 h 9.9989 q 4.5099,0.0593 8.0407,1.54285 3.5604,1.45385 5.9934,4.0945 2.4626,2.61098 3.7384,6.2901 1.3055,3.64944 1.3352,8.09998 v 3.17472 q -0.03,4.45054 -1.3352,8.12966 -1.2758,3.64944 -3.7384,6.29009 -2.433,2.61099 -5.9934,4.0945 -3.5308,1.45384 -8.0407,1.48351 z m 5.5781,-38.69003 v 34.20982 h 4.4208 q 3.5011,-0.0297 6.0528,-1.21648 2.5516,-1.21648 4.2131,-3.2934 1.6912,-2.07692 2.4923,-4.89559 0.8308,-2.81868 0.8605,-6.11208 v -3.23406 q -0.03,-3.2934 -0.8605,-6.0824 -0.8307,-2.81868 -2.4923,-4.86593 -1.6615,-2.07692 -4.2131,-3.26373 -2.5517,-1.18681 -6.0528,-1.24615 z" style="stroke:#326de5;stroke-width:0.81451285px;stroke-opacity:1" id="path5783" inkscape:connector-curvature="0"/>
<path d="m 2755.599,-232.34765 q -3.3825,0 -6.2308,-1.15714 -2.8187,-1.15714 -4.8363,-3.23406 -2.0175,-2.07692 -3.145,-4.92527 -1.1275,-2.84834 -1.1275,-6.20108 v -1.24615 q 0,-3.88681 1.2462,-6.94285 1.2461,-3.08571 3.2934,-5.19229 2.0769,-2.13626 4.6879,-3.26373 2.6406,-1.12748 5.4,-1.12748 3.4714,0 6.0527,1.21649 2.611,1.18681 4.3319,3.32307 1.7208,2.10659 2.5516,4.9846 0.8604,2.87802 0.8604,6.23076 v 2.46263 h -22.9351 q 0.089,2.1956 0.8308,4.12417 0.7714,1.92857 2.0769,3.38241 1.3352,1.42417 3.1747,2.25494 1.8396,0.83077 4.0649,0.83077 2.9373,0 5.2219,-1.18681 2.2846,-1.18681 3.7978,-3.14505 l 3.3528,2.61098 q -0.8011,1.21648 -2.0176,2.34395 -1.1868,1.0978 -2.7593,1.95824 -1.5726,0.86044 -3.5605,1.36484 -1.9879,0.53406 -4.3318,0.53406 z m -0.7121,-28.78016 q -1.6616,0 -3.1451,0.62307 -1.4835,0.59341 -2.6703,1.78022 -1.1868,1.15714 -2.0176,2.87801 -0.8011,1.69121 -1.1275,3.91648 h 17.2681 v -0.41538 q -0.089,-1.6022 -0.623,-3.17472 -0.5044,-1.57253 -1.5132,-2.81868 -1.0088,-1.24615 -2.5517,-2.01758 -1.5131,-0.77142 -3.6197,-0.77142 z" style="stroke:#326de5;stroke-width:0.81451285px;stroke-opacity:1" id="path5785" inkscape:connector-curvature="0"/>
<path d="m 2791.5297,-236.79819 q 1.4835,0 2.878,-0.47473 1.4241,-0.47472 2.5219,-1.30549 1.0978,-0.86043 1.7506,-1.98791 0.6824,-1.15714 0.7121,-2.4923 h 5.1923 q -0.03,2.13626 -1.1275,4.0945 -1.0681,1.92857 -2.878,3.41208 -1.8099,1.45384 -4.1538,2.34395 -2.344,0.86044 -4.8956,0.86044 -3.6495,0 -6.3792,-1.30549 -2.7296,-1.30549 -4.5692,-3.50109 -1.8099,-2.22527 -2.7296,-5.10329 -0.9198,-2.90769 -0.9198,-6.11208 v -1.24615 q 0,-3.17472 0.9198,-6.0824 0.9197,-2.90769 2.7296,-5.10329 1.8396,-2.22527 4.5692,-3.53076 2.7297,-1.3055 6.3792,-1.3055 2.8483,0 5.2219,0.91978 2.4033,0.89011 4.1242,2.46264 1.7505,1.54285 2.7297,3.67911 0.9791,2.13626 0.9791,4.56922 h -5.1923 q -0.03,-1.45384 -0.6528,-2.72966 -0.5934,-1.3055 -1.6318,-2.28461 -1.0385,-0.97912 -2.4923,-1.54286 -1.4242,-0.56373 -3.0857,-0.56373 -2.5517,0 -4.3022,1.03846 -1.7209,1.00879 -2.789,2.67032 -1.0682,1.63187 -1.5429,3.67911 -0.445,2.04725 -0.445,4.12417 v 1.24615 q 0,2.10659 0.445,4.18351 0.4747,2.04725 1.5132,3.70879 1.0681,1.63186 2.789,2.67032 1.7505,1.00879 4.3319,1.00879 z" style="stroke:#326de5;stroke-width:0.81451285px;stroke-opacity:1" id="path5787" inkscape:connector-curvature="0"/>
<path d="m 2812.7439,-249.28938 q 0,-3.47142 1.0088,-6.43844 1.0088,-2.9967 2.878,-5.1923 1.8989,-2.1956 4.5989,-3.44175 2.7,-1.27583 6.0824,-1.27583 3.4121,0 6.1121,1.27583 2.7296,1.24615 4.5989,3.44175 1.8989,2.1956 2.9077,5.1923 1.0088,2.96702 1.0088,6.43844 v 0.65275 q 0,3.47142 -1.0088,6.43845 -1.0088,2.96703 -2.9077,5.16263 -1.8693,2.1956 -4.5692,3.44175 -2.7,1.24615 -6.0825,1.24615 -3.412,0 -6.1417,-1.24615 -2.7,-1.24615 -4.5989,-3.44175 -1.8692,-2.1956 -2.878,-5.16263 -1.0088,-2.96703 -1.0088,-6.43845 z m 5.489,0.65275 q 0,2.37362 0.5637,4.53955 0.5638,2.13626 1.6912,3.76813 1.1572,1.63186 2.8781,2.58131 1.7208,0.94945 4.0054,0.94945 2.255,0 3.9462,-0.94945 1.7209,-0.94945 2.8483,-2.58131 1.1572,-1.63187 1.7209,-3.76813 0.5638,-2.16593 0.5638,-4.53955 v -0.65275 q 0,-2.34395 -0.5935,-4.48021 -0.5637,-2.16593 -1.7208,-3.79779 -1.1275,-1.63187 -2.8484,-2.58131 -1.6912,-0.97912 -3.9758,-0.97912 -2.2846,0 -3.9758,0.97912 -1.6912,0.94944 -2.8484,2.58131 -1.1274,1.63186 -1.6912,3.79779 -0.5637,2.13626 -0.5637,4.48021 z" style="stroke:#326de5;stroke-width:0.81451285px;stroke-opacity:1" id="path5789" inkscape:connector-curvature="0"/>
<path d="m 2855.6471,-265.04429 0.3857,4.74724 q 1.7506,-2.4923 4.3022,-3.8868 2.5517,-1.42417 5.6967,-1.45385 2.522,0 4.5692,0.71209 2.0769,0.71209 3.5308,2.22527 1.4538,1.51319 2.2253,3.85714 0.8011,2.31428 0.8011,5.51867 v 20.38347 h -5.489 v -20.26479 q 0,-2.13626 -0.4748,-3.61977 -0.4747,-1.48352 -1.4241,-2.4033 -0.9198,-0.91977 -2.2846,-1.33516 -1.3352,-0.41538 -3.0858,-0.41538 -2.7593,0 -4.8659,1.3945 -2.0769,1.36483 -3.3231,3.61977 v 23.02413 h -5.489 v -32.10323 z" style="stroke:#326de5;stroke-width:0.81451285px;stroke-opacity:1" id="path5791" inkscape:connector-curvature="0"/>
<path d="m 2908.4899,-241.45642 q 0,-0.97912 -0.3858,-1.75055 -0.3857,-0.8011 -1.3054,-1.45384 -0.9198,-0.65275 -2.433,-1.18681 -1.5132,-0.56374 -3.7681,-1.00879 -2.7594,-0.56374 -5.044,-1.36484 -2.2549,-0.80109 -3.8868,-1.89889 -1.6022,-1.12747 -2.4923,-2.61099 -0.8901,-1.51318 -0.8901,-3.50109 0,-1.95824 0.9198,-3.64944 0.9198,-1.72088 2.5813,-2.9967 1.6615,-1.27582 3.9461,-2.01758 2.3143,-0.74176 5.0737,-0.74176 2.967,0 5.3406,0.77143 2.3736,0.77143 4.0352,2.13626 1.6615,1.36483 2.5516,3.20439 0.9198,1.80989 0.9198,3.91648 h -5.489 q 0,-1.03846 -0.5341,-2.01758 -0.534,-1.00879 -1.4835,-1.78022 -0.9494,-0.77143 -2.3143,-1.24615 -1.3351,-0.47472 -3.0263,-0.47472 -1.7506,0 -3.0857,0.38571 -1.3055,0.38571 -2.1956,1.03846 -0.8605,0.65275 -1.3055,1.51318 -0.4451,0.86044 -0.4451,1.78022 0,0.94945 0.356,1.69121 0.3561,0.74175 1.2165,1.33516 0.8901,0.5934 2.344,1.06813 1.4835,0.47472 3.7384,0.91978 2.9671,0.62307 5.311,1.45384 2.344,0.8011 3.9462,1.95824 1.6022,1.12747 2.4329,2.64065 0.8605,1.51318 0.8605,3.50109 0,2.13626 -0.9792,3.88681 -0.9494,1.75054 -2.6703,2.9967 -1.7209,1.24615 -4.1241,1.92856 -2.4033,0.68242 -5.2517,0.68242 -3.2637,0 -5.8154,-0.86044 -2.5516,-0.89011 -4.3318,-2.31428 -1.7506,-1.45384 -2.7,-3.35274 -0.9198,-1.8989 -0.9198,-3.94615 h 5.489 q 0.1187,1.69121 0.8901,2.84835 0.8011,1.15714 1.9583,1.86923 1.1868,0.71208 2.6109,1.00879 1.4242,0.2967 2.8187,0.2967 3.4714,0 5.489,-1.27582 2.0176,-1.27582 2.0473,-3.38241 z" style="stroke:#326de5;stroke-width:0.81451285px;stroke-opacity:1" id="path5793" inkscape:connector-curvature="0"/>
<path d="m 2936.5876,-272.8179 v 7.77361 h 12.2242 v 4.24285 h -12.2242 v 17.44612 q 0,1.86923 0.4747,3.08571 0.4748,1.21648 1.3055,1.95824 0.8308,0.71208 1.8989,1.00878 1.0978,0.29671 2.3143,0.29671 0.8901,0 1.8396,-0.089 0.9494,-0.11868 1.8395,-0.26704 0.9198,-0.14835 1.6912,-0.2967 0.8011,-0.17802 1.3055,-0.2967 l 0.7715,3.8868 q -0.6825,0.41539 -1.6616,0.74176 -0.9791,0.2967 -2.1362,0.5044 -1.1572,0.23736 -2.4627,0.35604 -1.2758,0.11868 -2.5516,0.11868 -2.1363,0 -4.0055,-0.59341 -1.8396,-0.62307 -3.2044,-1.92856 -1.3648,-1.33517 -2.1659,-3.41208 -0.7715,-2.10659 -0.7715,-5.07362 v -17.44612 h -8.4263 v -4.24285 h 8.4263 v -7.77361 z" style="stroke:#326de5;stroke-width:0.81451285px;stroke-opacity:1" id="path5795" inkscape:connector-curvature="0"/>
<path d="m 2981.0634,-265.6377 q 0.7714,0 1.6021,0.0593 0.8308,0.0297 1.5726,0.14835 0.7714,0.089 1.3945,0.23736 0.6527,0.14835 1.0681,0.32637 l -0.7418,5.37032 q -1.6021,-0.35604 -3.056,-0.50439 -1.4242,-0.17803 -2.9967,-0.17803 -3.8571,0 -6.2604,1.75055 -2.3736,1.75055 -3.5011,4.8956 v 20.59116 h -5.5187 v -32.10323 h 5.222 l 0.267,5.10329 q 1.9583,-2.64066 4.6879,-4.15384 2.7594,-1.54286 6.2605,-1.54286 z" style="stroke:#326de5;stroke-width:0.81451285px;stroke-opacity:1" id="path5797" inkscape:connector-curvature="0"/>
<path d="m 3017.2907,-237.36193 q -1.6021,2.37363 -4.0054,3.70879 -2.4033,1.30549 -5.5484,1.30549 -2.522,0 -4.5692,-0.77143 -2.0472,-0.80109 -3.5011,-2.46263 -1.4538,-1.66153 -2.2549,-4.21318 -0.7715,-2.58131 -0.7715,-6.17141 v -19.07799 h 5.489 v 19.13733 q 0,2.61098 0.4154,4.33186 0.4154,1.72087 1.2462,2.75933 0.8307,1.00879 2.0176,1.42417 1.2164,0.41539 2.789,0.41539 3.3527,0 5.3999,-1.36483 2.077,-1.36484 3.0858,-3.67912 v -23.02413 h 5.5186 v 32.10323 h -4.9846 z" style="stroke:#326de5;stroke-width:0.81451285px;stroke-opacity:1" id="path5799" inkscape:connector-curvature="0"/>
<path d="m 3046.5753,-236.79819 q 1.4835,0 2.878,-0.47473 1.4242,-0.47472 2.522,-1.30549 1.0978,-0.86043 1.7505,-1.98791 0.6825,-1.15714 0.7121,-2.4923 h 5.1923 q -0.03,2.13626 -1.1274,4.0945 -1.0682,1.92857 -2.8781,3.41208 -1.8099,1.45384 -4.1538,2.34395 -2.344,0.86044 -4.8956,0.86044 -3.6494,0 -6.3791,-1.30549 -2.7297,-1.30549 -4.5692,-3.50109 -1.8099,-2.22527 -2.7297,-5.10329 -0.9198,-2.90769 -0.9198,-6.11208 v -1.24615 q 0,-3.17472 0.9198,-6.0824 0.9198,-2.90769 2.7297,-5.10329 1.8395,-2.22527 4.5692,-3.53076 2.7297,-1.3055 6.3791,-1.3055 2.8483,0 5.222,0.91978 2.4033,0.89011 4.1241,2.46264 1.7506,1.54285 2.7297,3.67911 0.9791,2.13626 0.9791,4.56922 h -5.1923 q -0.03,-1.45384 -0.6527,-2.72966 -0.5934,-1.3055 -1.6319,-2.28461 -1.0384,-0.97912 -2.4923,-1.54286 -1.4242,-0.56373 -3.0857,-0.56373 -2.5516,0 -4.3022,1.03846 -1.7209,1.00879 -2.789,2.67032 -1.0681,1.63187 -1.5428,3.67911 -0.4451,2.04725 -0.4451,4.12417 v 1.24615 q 0,2.10659 0.4451,4.18351 0.4747,2.04725 1.5131,3.70879 1.0682,1.63186 2.789,2.67032 1.7506,1.00879 4.3319,1.00879 z" style="stroke:#326de5;stroke-width:0.81451285px;stroke-opacity:1" id="path5801" inkscape:connector-curvature="0"/>
<path d="m 3082.328,-272.8179 v 7.77361 h 12.2241 v 4.24285 h -12.2241 v 17.44612 q 0,1.86923 0.4747,3.08571 0.4747,1.21648 1.3055,1.95824 0.8308,0.71208 1.8989,1.00878 1.0978,0.29671 2.3143,0.29671 0.8901,0 1.8395,-0.089 0.9495,-0.11868 1.8396,-0.26704 0.9198,-0.14835 1.6912,-0.2967 0.8011,-0.17802 1.3055,-0.2967 l 0.7714,3.8868 q -0.6824,0.41539 -1.6615,0.74176 -0.9791,0.2967 -2.1363,0.5044 -1.1571,0.23736 -2.4626,0.35604 -1.2758,0.11868 -2.5517,0.11868 -2.1362,0 -4.0054,-0.59341 -1.8396,-0.62307 -3.2044,-1.92856 -1.3649,-1.33517 -2.166,-3.41208 -0.7714,-2.10659 -0.7714,-5.07362 v -17.44612 h -8.4264 v -4.24285 h 8.4264 v -7.77361 z" style="stroke:#326de5;stroke-width:0.81451285px;stroke-opacity:1" id="path5803" inkscape:connector-curvature="0"/>
<path d="m 3119.9499,-232.34765 q -3.3824,0 -6.2308,-1.15714 -2.8187,-1.15714 -4.8362,-3.23406 -2.0176,-2.07692 -3.1451,-4.92527 -1.1275,-2.84834 -1.1275,-6.20108 v -1.24615 q 0,-3.88681 1.2462,-6.94285 1.2461,-3.08571 3.2934,-5.19229 2.0769,-2.13626 4.6879,-3.26373 2.6407,-1.12748 5.4,-1.12748 3.4714,0 6.0527,1.21649 2.611,1.18681 4.3319,3.32307 1.7209,2.10659 2.5516,4.9846 0.8605,2.87802 0.8605,6.23076 v 2.46263 h -22.9352 q 0.089,2.1956 0.8308,4.12417 0.7714,1.92857 2.0769,3.38241 1.3352,1.42417 3.1748,2.25494 1.8395,0.83077 4.0648,0.83077 2.9373,0 5.2219,-1.18681 2.2847,-1.18681 3.7978,-3.14505 l 3.3528,2.61098 q -0.8011,1.21648 -2.0176,2.34395 -1.1868,1.0978 -2.7593,1.95824 -1.5726,0.86044 -3.5605,1.36484 -1.9879,0.53406 -4.3318,0.53406 z m -0.7121,-28.78016 q -1.6615,0 -3.1451,0.62307 -1.4835,0.59341 -2.6703,1.78022 -1.1868,1.15714 -2.0176,2.87801 -0.8011,1.69121 -1.1274,3.91648 h 17.2681 v -0.41538 q -0.089,-1.6022 -0.6231,-3.17472 -0.5044,-1.57253 -1.5132,-2.81868 -1.0088,-1.24615 -2.5516,-2.01758 -1.5132,-0.77142 -3.6198,-0.77142 z" style="stroke:#326de5;stroke-width:0.81451285px;stroke-opacity:1" id="path5805" inkscape:connector-curvature="0"/>
<path d="m 3141.1641,-249.2597 q 0,-3.59011 0.8902,-6.58681 0.9197,-3.02636 2.5813,-5.19229 1.6912,-2.16593 4.0648,-3.38241 2.3736,-1.21649 5.311,-1.21649 2.878,0 5.0142,0.97912 2.166,0.94945 3.7385,2.78901 v -16.64502 h 5.489 v 45.57353 h -5.0439 l -0.2374,-3.38241 q -1.6022,1.95824 -3.8275,2.96703 -2.2252,1.00879 -5.1923,1.00879 -2.9077,0 -5.2813,-1.24615 -2.3439,-1.24615 -4.0055,-3.44175 -1.6615,-2.1956 -2.5813,-5.16263 -0.9198,-2.9967 -0.9198,-6.43845 z m 5.489,0.62307 q 0,2.34395 0.5044,4.45054 0.5044,2.10659 1.5429,3.70879 1.0681,1.60219 2.7,2.55164 1.6319,0.91978 3.9165,0.91978 1.3945,0 2.5219,-0.32638 1.1275,-0.32637 2.0473,-0.91977 0.9198,-0.62308 1.6319,-1.45385 0.712,-0.86044 1.2461,-1.89889 v -14.89448 q -1.0681,-1.95824 -2.878,-3.20439 -1.8099,-1.27582 -4.5099,-1.27582 -2.3143,0 -3.9758,0.94945 -1.6319,0.94945 -2.7,2.58131 -1.0385,1.60219 -1.5429,3.73845 -0.5044,2.10659 -0.5044,4.45055 z" style="stroke:#326de5;stroke-width:0.81451285px;stroke-opacity:1" id="path5807" inkscape:connector-curvature="0"/>
</g>
</g><g inkscape:groupmode="layer" id="layer18" inkscape:label="NavButtons">
<a style="display:inline" id="a5266" transform="matrix(-1,0,0,1,4955.8651,-1364.7916)">
<path style="display:inline;fill:#326ce5;fill-opacity:1;stroke:#ffffff;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 1893.7867,1254.3446 a 24.15307,23.990688 0 0 0 -9.2562,2.3457 l -126.3071,60.4398 a 24.15307,23.990688 0 0 0 -13.0685,16.2747 l -31.1608,135.7629 a 24.15307,23.990688 0 0 0 3.2793,18.394 24.15307,23.990688 0 0 0 1.373,1.9089 l 87.4248,108.8595 a 24.15307,23.990688 0 0 0 18.8838,9.0271 l 140.1995,-0.032 a 24.15307,23.990688 0 0 0 18.8839,-9.0109 l 87.3924,-108.8757 a 24.15307,23.990688 0 0 0 4.6685,-20.3029 L 2044.89,1333.3724 a 24.15307,23.990688 0 0 0 -13.0685,-16.2747 l -126.3233,-60.4074 a 24.15307,23.990688 0 0 0 -11.7115,-2.3457 z" id="path3055-5-9-0-1-4-0-0" inkscape:connector-curvature="0" inkscape:export-filename="new.png" inkscape:export-xdpi="250.55" inkscape:export-ydpi="250.55"/>
</a>
<path style="display:inline;opacity:1;fill:#ffffff;fill-opacity:0.99065396;stroke:#ffffff;stroke-width:2.45723271;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="M 3053.6647,-23.296526 V 37.89847 h 124.1358 v 90.3971 h -124.1358 v 56.0881 L 2934.5258,80.54357 Z" id="rect5279-5" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccc"/>
<a id="a5343-9" transform="translate(1116.819,176.97717)" xlink:href="javascript:window.history.back();" style="display:inline;fill:#800000;fill-opacity:0">
<path inkscape:export-ydpi="250.55" inkscape:export-xdpi="250.55" inkscape:export-filename="new.png" inkscape:connector-curvature="0" id="path5341-7" d="m 1942.7405,-287.42411 a 24.15307,23.990688 0 0 0 -9.2562,2.3457 l -126.3071,60.4398 a 24.15307,23.990688 0 0 0 -13.0685,16.2747 l -31.1608,135.76289 a 24.15307,23.990688 0 0 0 3.2793,18.394 24.15307,23.990688 0 0 0 1.373,1.90896 L 1855.025,56.5614 a 24.15307,23.990688 0 0 0 18.8838,9.02714 l 140.1995,-0.0324 a 24.15307,23.990688 0 0 0 18.8839,-9.01095 l 87.3924,-108.87563 a 24.15307,23.990688 0 0 0 4.6685,-20.30295 l -31.2093,-135.76292 a 24.15307,23.990688 0 0 0 -13.0685,-16.2747 l -126.3233,-60.4074 a 24.15307,23.990688 0 0 0 -11.7115,-2.3457 z" style="display:inline;fill:#800000;fill-opacity:0;stroke:#ffffff;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
</a>
<path style="display:inline;fill:#326ce5;fill-opacity:1;stroke:#ffffff;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 3585.6469,-110.447 a 24.15307,23.990688 0 0 0 -9.2562,2.3457 l -126.3071,60.4398 a 24.15307,23.990688 0 0 0 -13.0685,16.2747 l -31.1608,135.7629 a 24.15307,23.990688 0 0 0 3.2793,18.394 24.15307,23.990688 0 0 0 1.373,1.9089 l 87.4248,108.8595 a 24.15307,23.990688 0 0 0 18.8838,9.0271 l 140.1995,-0.032 a 24.15307,23.990688 0 0 0 18.8839,-9.0109 L 3763.291,124.647 a 24.15307,23.990688 0 0 0 4.6685,-20.3029 l -31.2093,-135.7633 a 24.15307,23.990688 0 0 0 -13.0685,-16.2747 l -126.3233,-60.4074 a 24.15307,23.990688 0 0 0 -11.7115,-2.3457 z" id="path5282" inkscape:connector-curvature="0" inkscape:export-filename="new.png" inkscape:export-xdpi="250.55" inkscape:export-ydpi="250.55"/>
<path sodipodi:nodetypes="cccccccc" inkscape:connector-curvature="0" id="path5286" d="M 3594.0605,-23.296526 V 37.89847 h -124.1358 v 90.3971 h 124.1358 v 56.0881 l 119.1389,-103.8401 z" style="display:inline;opacity:1;fill:#ffffff;fill-opacity:0.99065396;stroke:#ffffff;stroke-width:2.45723271;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
</g><g inkscape:groupmode="layer" id="layer19" inkscape:label="NavNext" sodipodi:insensitive="true" style="display:inline">
<g id="g5476" transform="translate(-0.4611,-476.51448)">
<path style="display:inline;fill:#326ce5;fill-opacity:1;stroke:#ffffff;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 3590.8428,374.70376 a 24.15307,23.990688 0 0 0 -9.256,2.3457 l -126.307,60.4398 a 24.15307,23.990688 0 0 0 -13.069,16.2747 l -31.161,135.76279 a 24.15307,23.990688 0 0 0 3.28,18.394 24.15307,23.990688 0 0 0 1.373,1.909 l 87.424,108.8595 a 24.15307,23.990688 0 0 0 18.884,9.0271 l 140.2,-0.032 a 24.15307,23.990688 0 0 0 18.884,-9.0109 l 87.392,-108.8757 a 24.15307,23.990688 0 0 0 4.669,-20.3029 l -31.21,-135.76289 a 24.15307,23.990688 0 0 0 -13.068,-16.2747 l -126.324,-60.4074 a 24.15307,23.990688 0 0 0 -11.711,-2.3457 z" id="path3055-5-9-0-1-4-0-7-3" inkscape:connector-curvature="0" inkscape:export-filename="new.png" inkscape:export-xdpi="250.55" inkscape:export-ydpi="250.55"/>
<text id="text5277-7" y="640.17511" x="3455.5447" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:118.76194px;line-height:125%;font-family:'Roboto Mono';-inkscape-font-specification:'Roboto Mono, Normal';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.44591808px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" xml:space="preserve"><tspan style="fill:#ffffff;stroke-width:1.44591808px" y="640.17511" x="3455.5447" id="tspan5275-7" sodipodi:role="line">NEXT</tspan></text>
<path inkscape:connector-curvature="0" id="rect5279-2" d="m 3651.5998,454.98916 v 23.98829 h -181.214 v 35.4355 h 181.214 v 21.9863 l 70.504,-40.705 z" style="opacity:1;fill:#ffffff;fill-opacity:0.99065396;stroke:#ffffff;stroke-width:1.56493926;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
<a xlink:href="./3-Network.sozi.html" id="a5343-7" transform="translate(1648.1021,662.12785)">
<path style="display:inline;fill:#326ce5;fill-opacity:0.00442481;stroke:#ffffff;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 1942.7405,-287.42411 a 24.15307,23.990688 0 0 0 -9.2562,2.3457 l -126.3071,60.4398 a 24.15307,23.990688 0 0 0 -13.0685,16.2747 l -31.1608,135.76289 a 24.15307,23.990688 0 0 0 3.2793,18.394 24.15307,23.990688 0 0 0 1.373,1.90896 L 1855.025,56.5614 a 24.15307,23.990688 0 0 0 18.8838,9.02714 l 140.1995,-0.0324 a 24.15307,23.990688 0 0 0 18.8839,-9.01095 l 87.3924,-108.87563 a 24.15307,23.990688 0 0 0 4.6685,-20.30295 l -31.2093,-135.76292 a 24.15307,23.990688 0 0 0 -13.0685,-16.2747 l -126.3233,-60.4074 a 24.15307,23.990688 0 0 0 -11.7115,-2.3457 z" id="path5341-8" inkscape:connector-curvature="0" inkscape:export-filename="new.png" inkscape:export-xdpi="250.55" inkscape:export-ydpi="250.55"/>
</a>
</g>
</g><g><text xml:space="preserve" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:82.13600159px;line-height:125.99999905%;font-family:'Roboto Mono';-inkscape-font-specification:'Roboto Mono, Normal';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" x="2853.8828" y="5995.9165" id="text5442"><tspan sodipodi:role="line" id="tspan5440" x="2853.8828" y="6068.1963"/></text></g></svg>
<div class="sozi-frame-number" title="Click to show the frame list">1</div>
<ol class="sozi-frame-list">
<li value="1"><a data-frame-index="0" href="#frame1423" title="Credits">Credits</a></li>
<li value="2"><a data-frame-index="1" href="#frame3220" title="Sozi">Sozi</a></li>
<li value="3"><a data-frame-index="2" href="#frame5343" title="Credits">Credits</a></li>
<li value="4"><a data-frame-index="3" href="#frame4142" title="OpenClipart">OpenClipart</a></li>
<li value="5"><a data-frame-index="4" href="#frame9299" title="All">All</a></li>
<li value="6"><a data-frame-index="5" href="#frame8958" title="Questions">Questions</a></li>
</ol>
<div class="sozi-blank-screen"></div>
<script>var soziPresentationData = {"frames":[{"frameId":"frame1423","title":"Credits","timeoutMs":0,"timeoutEnable":false,"transitionDurationMs":500,"showInFrameList":true,"showFrameNumber":true,"layerProperties":{"layer14":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6158":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6154":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer13":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6150":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6146":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer12":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6142":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6138":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer11":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6134":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6130":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer10":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6126":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6122":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer9":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6118":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6114":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer20":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer21":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer17":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer16":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer15":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer1":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer8":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer3":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer4":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer2":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer6":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer7":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer18":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer19":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"__sozi_auto__":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""}},"cameraStates":{"layer14":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000023,"height":931.1346435546876,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6158":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000023,"height":931.1346435546876,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6154":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000023,"height":931.1346435546876,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer13":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.179687500002,"height":931.1346435546876,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6150":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.179687500002,"height":931.1346435546876,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6146":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.179687500002,"height":931.1346435546876,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer12":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000025,"height":931.134643554688,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6142":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000025,"height":931.134643554688,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6138":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000025,"height":931.134643554688,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer11":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000002,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6134":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000002,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6130":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000002,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer10":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000027,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6126":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000027,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6122":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000027,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer9":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000027,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6118":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000027,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6114":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000027,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer20":{"cx":3282.7427773317686,"cy":3936.1158044358685,"width":1656.1796875000023,"height":931.7280818634981,"opacity":0,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer21":{"cx":3302.156005859375,"cy":1295.193603515625,"width":2679.3049409498967,"height":850.6112309525708,"opacity":0,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer17":{"cx":3302.156005859375,"cy":1295.193603515625,"width":2679.3049409498967,"height":850.6112309525708,"opacity":0,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer16":{"cx":3302.156005859375,"cy":1295.193603515625,"width":2679.3049409498967,"height":850.6112309525708,"opacity":0,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer15":{"cx":3302.156005859375,"cy":1295.193603515625,"width":2679.3049409498967,"height":850.6112309525708,"opacity":0,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer1":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000023,"height":931.1346435546876,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer8":{"cx":3299,"cy":1300.93212890625,"width":1656.1799316406255,"height":931.1345825195315,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer3":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000007,"height":931.134643554689,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer4":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer2":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000018,"height":931.1346435546889,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer6":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000014,"height":931.1346435546885,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer7":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000023,"height":931.1346435546886,"opacity":1,"angle":3.410605131648481e-13,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer18":{"cx":3319.3209790188826,"cy":-644.2878957175155,"width":1656.1796875000018,"height":931.7280818634983,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer19":{"cx":3302.156005859375,"cy":1295.193603515625,"width":2679.3049409498967,"height":850.6112309525708,"opacity":0,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"__sozi_auto__":{"cx":3302.156005859375,"cy":1295.193603515625,"width":2679.3049409498967,"height":850.6112309525708,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1}}},{"frameId":"frame3220","title":"Sozi","timeoutMs":0,"timeoutEnable":false,"transitionDurationMs":500,"showInFrameList":true,"showFrameNumber":true,"layerProperties":{"layer14":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6158":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6154":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer13":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6150":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6146":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer12":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6142":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6138":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer11":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6134":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6130":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer10":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6126":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6122":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer9":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6118":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6114":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer20":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer21":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer17":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer16":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer15":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer1":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer8":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer3":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer4":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer2":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer6":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer7":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer18":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer19":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"__sozi_auto__":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""}},"cameraStates":{"layer14":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000023,"height":931.1346435546876,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6158":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000023,"height":931.1346435546876,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6154":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000023,"height":931.1346435546876,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer13":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.179687500002,"height":931.1346435546876,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6150":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.179687500002,"height":931.1346435546876,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6146":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.179687500002,"height":931.1346435546876,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer12":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000025,"height":931.134643554688,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6142":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000025,"height":931.134643554688,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6138":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000025,"height":931.134643554688,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer11":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000002,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6134":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000002,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6130":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000002,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer10":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000027,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6126":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000027,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6122":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000027,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer9":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000027,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6118":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000027,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6114":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000027,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer20":{"cx":3282.7427773317686,"cy":3936.1158044358685,"width":1656.1796875000023,"height":931.7280818634981,"opacity":0,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer21":{"cx":3302.156005859375,"cy":1295.193603515625,"width":2679.3049409498967,"height":850.6112309525708,"opacity":0,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer17":{"cx":3302.156005859375,"cy":1295.193603515625,"width":2679.3049409498967,"height":850.6112309525708,"opacity":0,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer16":{"cx":3302.156005859375,"cy":1295.193603515625,"width":2679.3049409498967,"height":850.6112309525708,"opacity":0,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer15":{"cx":3298.999755859375,"cy":1889.1766269051973,"width":1654.464056136358,"height":927.7730857026293,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer1":{"cx":3298.999755859375,"cy":1893.8328769051973,"width":1656.1796875000023,"height":931.7280818634973,"opacity":0,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer8":{"cx":3299,"cy":1300.93212890625,"width":1656.1799316406255,"height":931.1345825195315,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer3":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000007,"height":931.134643554689,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer4":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer2":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000018,"height":931.1346435546889,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer6":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000014,"height":931.1346435546885,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer7":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000023,"height":931.1346435546886,"opacity":1,"angle":3.410605131648481e-13,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer18":{"cx":3319.3209790188826,"cy":-644.2878957175155,"width":1656.1796875000018,"height":931.7280818634983,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer19":{"cx":3302.156005859375,"cy":1295.193603515625,"width":2679.3049409498967,"height":850.6112309525708,"opacity":0,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"__sozi_auto__":{"cx":3302.156005859375,"cy":1295.193603515625,"width":2679.3049409498967,"height":850.6112309525708,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1}}},{"frameId":"frame5343","title":"Credits","timeoutMs":0,"timeoutEnable":false,"transitionDurationMs":500,"showInFrameList":true,"showFrameNumber":true,"layerProperties":{"layer14":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6158":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6154":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer13":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6150":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6146":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer12":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6142":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6138":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer11":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6134":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6130":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer10":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6126":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6122":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer9":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6118":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6114":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer20":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer21":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer17":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer16":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer15":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer1":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer8":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer3":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer4":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer2":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer6":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer7":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer18":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer19":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"__sozi_auto__":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""}},"cameraStates":{"layer14":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000023,"height":931.1346435546876,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6158":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000023,"height":931.1346435546876,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6154":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000023,"height":931.1346435546876,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer13":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.179687500002,"height":931.1346435546876,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6150":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.179687500002,"height":931.1346435546876,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6146":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.179687500002,"height":931.1346435546876,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer12":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000025,"height":931.134643554688,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6142":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000025,"height":931.134643554688,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6138":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000025,"height":931.134643554688,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer11":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000002,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6134":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000002,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6130":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000002,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer10":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000027,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6126":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000027,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6122":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000027,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer9":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000027,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6118":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000027,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6114":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000027,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer20":{"cx":3282.7427773317686,"cy":3936.1158044358685,"width":1656.1796875000023,"height":931.7280818634981,"opacity":0,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer21":{"cx":3302.156005859375,"cy":1295.193603515625,"width":2679.3049409498967,"height":850.6112309525708,"opacity":0,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer17":{"cx":3302.156005859375,"cy":1295.193603515625,"width":2679.3049409498967,"height":850.6112309525708,"opacity":0,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer16":{"cx":3377.868615553323,"cy":2268.8450413611135,"width":1734.470656897904,"height":1001.8617375723726,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer15":{"cx":3298.999755859375,"cy":2816.8404641367933,"width":1654.464056136358,"height":927.7730857026293,"opacity":0,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer1":{"cx":3298.999755859375,"cy":1893.8328769051973,"width":1656.1796875000023,"height":931.7280818634973,"opacity":0,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer8":{"cx":3299,"cy":1300.93212890625,"width":1656.1799316406255,"height":931.1345825195315,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer3":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000007,"height":931.134643554689,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer4":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer2":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000018,"height":931.1346435546889,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer6":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000014,"height":931.1346435546885,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer7":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000023,"height":931.1346435546886,"opacity":1,"angle":3.410605131648481e-13,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer18":{"cx":3319.3209790188826,"cy":-644.2878957175155,"width":1656.1796875000018,"height":931.7280818634983,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer19":{"cx":3302.156005859375,"cy":1295.193603515625,"width":2679.3049409498967,"height":850.6112309525708,"opacity":0,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"__sozi_auto__":{"cx":3302.156005859375,"cy":1295.193603515625,"width":2679.3049409498967,"height":850.6112309525708,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1}}},{"frameId":"frame4142","title":"OpenClipart","timeoutMs":0,"timeoutEnable":false,"transitionDurationMs":500,"showInFrameList":true,"showFrameNumber":true,"layerProperties":{"layer14":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6158":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6154":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer13":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6150":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6146":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer12":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6142":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6138":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer11":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6134":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6130":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer10":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6126":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6122":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer9":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6118":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6114":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer20":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer21":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer17":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer16":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer15":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer1":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer8":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer3":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer4":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer2":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer6":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer7":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer18":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer19":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"__sozi_auto__":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""}},"cameraStates":{"layer14":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000023,"height":931.1346435546876,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6158":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000023,"height":931.1346435546876,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6154":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000023,"height":931.1346435546876,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer13":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.179687500002,"height":931.1346435546876,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6150":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.179687500002,"height":931.1346435546876,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6146":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.179687500002,"height":931.1346435546876,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer12":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000025,"height":931.134643554688,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6142":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000025,"height":931.134643554688,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6138":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000025,"height":931.134643554688,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer11":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000002,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6134":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000002,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6130":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000002,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer10":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000027,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6126":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000027,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6122":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000027,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer9":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000027,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6118":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000027,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6114":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000027,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer20":{"cx":3282.7427773317686,"cy":3936.1158044358685,"width":1656.1796875000023,"height":931.7280818634981,"opacity":0,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer21":{"cx":3302.156005859375,"cy":1295.193603515625,"width":2679.3049409498967,"height":850.6112309525708,"opacity":0,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer17":{"cx":4327.227341163749,"cy":3632.8472240969663,"width":3951.7830435570754,"height":2223.181012847752,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer16":{"cx":3377.868615553323,"cy":3720.5739213953448,"width":1734.470656897904,"height":1001.8617375723726,"opacity":0,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer15":{"cx":3298.999755859375,"cy":2816.8404641367933,"width":1654.464056136358,"height":927.7730857026293,"opacity":0,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer1":{"cx":3298.999755859375,"cy":1893.8328769051973,"width":1656.1796875000023,"height":931.7280818634973,"opacity":0,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer8":{"cx":3299,"cy":1300.93212890625,"width":1656.1799316406255,"height":931.1345825195315,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer3":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000007,"height":931.134643554689,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer4":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer2":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000018,"height":931.1346435546889,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer6":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000014,"height":931.1346435546885,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer7":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000023,"height":931.1346435546886,"opacity":1,"angle":3.410605131648481e-13,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer18":{"cx":3319.3209790188826,"cy":-644.2878957175155,"width":1656.1796875000018,"height":931.7280818634983,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer19":{"cx":3302.156005859375,"cy":1295.193603515625,"width":2679.3049409498967,"height":850.6112309525708,"opacity":0,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"__sozi_auto__":{"cx":3302.156005859375,"cy":1295.193603515625,"width":2679.3049409498967,"height":850.6112309525708,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1}}},{"frameId":"frame9299","title":"All","timeoutMs":0,"timeoutEnable":false,"transitionDurationMs":500,"showInFrameList":true,"showFrameNumber":true,"layerProperties":{"layer14":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6158":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6154":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer13":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6150":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6146":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer12":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6142":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6138":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer11":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6134":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6130":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer10":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6126":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6122":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer9":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6118":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6114":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer20":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer21":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer17":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer16":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer15":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer1":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer8":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer3":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer4":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer2":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer6":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer7":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer18":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer19":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"__sozi_auto__":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""}},"cameraStates":{"layer14":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000023,"height":931.1346435546876,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6158":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000023,"height":931.1346435546876,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6154":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000023,"height":931.1346435546876,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer13":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.179687500002,"height":931.1346435546876,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6150":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.179687500002,"height":931.1346435546876,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6146":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.179687500002,"height":931.1346435546876,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer12":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000025,"height":931.134643554688,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6142":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000025,"height":931.134643554688,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6138":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000025,"height":931.134643554688,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer11":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000002,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6134":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000002,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6130":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000002,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer10":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000027,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6126":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000027,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6122":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000027,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer9":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000027,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6118":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000027,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6114":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000027,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer20":{"cx":3289.9323447559213,"cy":5038.338368615203,"width":565.7784343491878,"height":351.47101266521696,"opacity":0,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer21":{"cx":3302.156005859375,"cy":1295.193603515625,"width":2679.3049409498967,"height":850.6112309525708,"opacity":0,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer17":{"cx":3067.6513173063986,"cy":3756.9660632551736,"width":4498.735287269926,"height":2530.883594126702,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer16":{"cx":4711.467147118162,"cy":1813.3418902249186,"width":4667.006183742907,"height":2689.896264139422,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer15":{"cx":4571.220709415836,"cy":2466.8053838336846,"width":4402.878113211052,"height":2468.090913080958,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer1":{"cx":3298.999755859375,"cy":1893.8328769051973,"width":1656.1796875000023,"height":931.7280818634973,"opacity":0,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer8":{"cx":3299,"cy":1300.93212890625,"width":1656.1799316406255,"height":931.1345825195315,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer3":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000007,"height":931.134643554689,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer4":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer2":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000018,"height":931.1346435546889,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer6":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000014,"height":931.1346435546885,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer7":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000023,"height":931.1346435546886,"opacity":1,"angle":3.410605131648481e-13,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer18":{"cx":3319.3209790188826,"cy":-644.2878957175155,"width":1656.1796875000018,"height":931.7280818634983,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer19":{"cx":3302.156005859375,"cy":1295.193603515625,"width":2679.3049409498967,"height":850.6112309525708,"opacity":0,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"__sozi_auto__":{"cx":3302.156005859375,"cy":1295.193603515625,"width":2679.3049409498967,"height":850.6112309525708,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1}}},{"frameId":"frame8958","title":"Questions","timeoutMs":0,"timeoutEnable":false,"transitionDurationMs":500,"showInFrameList":true,"showFrameNumber":true,"layerProperties":{"layer14":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6158":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6154":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer13":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6150":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6146":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer12":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6142":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6138":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer11":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6134":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6130":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer10":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6126":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6122":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer9":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6118":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"g6114":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer20":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer21":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer17":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer16":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer15":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer1":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer8":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer3":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer4":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer2":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer6":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer7":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer18":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"layer19":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""},"__sozi_auto__":{"transitionTimingFunction":"linear","transitionRelativeZoom":0,"transitionPathId":""}},"cameraStates":{"layer14":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000023,"height":931.1346435546876,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6158":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000023,"height":931.1346435546876,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6154":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000023,"height":931.1346435546876,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer13":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.179687500002,"height":931.1346435546876,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6150":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.179687500002,"height":931.1346435546876,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6146":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.179687500002,"height":931.1346435546876,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer12":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000025,"height":931.134643554688,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6142":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000025,"height":931.134643554688,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6138":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000025,"height":931.134643554688,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer11":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000002,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6134":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000002,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6130":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000002,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer10":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000027,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6126":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000027,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6122":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000027,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer9":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000027,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6118":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000027,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"g6114":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000027,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer20":{"cx":3300.598941813136,"cy":5329.491504154319,"width":669.0423533825588,"height":394.0606539758496,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer21":{"cx":3374.0735473708296,"cy":5293.049294211665,"width":2458.855442670471,"height":1393.5715018168362,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer17":{"cx":3067.6513173063986,"cy":6009.09366718906,"width":4498.735287269929,"height":2530.883594126702,"opacity":0,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer16":{"cx":4711.467147118162,"cy":4162.619031147496,"width":4692.165068502415,"height":2689.8962641394232,"opacity":0,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer15":{"cx":4571.220709415836,"cy":4688.558126233779,"width":4433.462633703898,"height":2468.090913080958,"opacity":0,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer1":{"cx":3298.999755859375,"cy":2722.93878181317,"width":1656.1796875000023,"height":931.7280818634981,"opacity":0,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer8":{"cx":3299,"cy":1300.93212890625,"width":1656.1799316406255,"height":931.1345825195315,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer3":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000007,"height":931.134643554689,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer4":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875,"height":931.1346435546875,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer2":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000018,"height":931.1346435546889,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer6":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000014,"height":931.1346435546885,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer7":{"cx":3298.999755859375,"cy":1296.388916015625,"width":1656.1796875000023,"height":931.1346435546886,"opacity":1,"angle":3.410605131648481e-13,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer18":{"cx":3319.3209790188826,"cy":-644.2878957175155,"width":1656.1796875000018,"height":931.7280818634983,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"layer19":{"cx":3302.156005859375,"cy":1295.193603515625,"width":2679.3049409498967,"height":850.6112309525708,"opacity":0,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1},"__sozi_auto__":{"cx":3302.156005859375,"cy":1295.193603515625,"width":2679.3049409498967,"height":850.6112309525708,"opacity":1,"angle":0,"clipped":false,"clipXOffset":0,"clipYOffset":0,"clipWidthFactor":1,"clipHeightFactor":1}}}],"elementsToHide":[]};</script>
<script>!function a(b,c,d){function e(g,h){if(!c[g]){if(!b[g]){var i="function"==typeof require&&require;if(!h&&i)return i(g,!0);if(f)return f(g,!0);var j=new Error("Cannot find module '"+g+"'");throw j.code="MODULE_NOT_FOUND",j}var k=c[g]={exports:{}};b[g][0].call(k.exports,function(a){var c=b[g][1][a];return e(c?c:a)},k,k.exports,a,b,c,d)}return c[g].exports}for(var f="function"==typeof require&&require,g=0;g<d.length;g++)e(d[g]);return e}({1:[function(a,b,c){"use strict";function d(a,b,c){b.hasOwnProperty(c)&&(a[c]=b[c])}Object.defineProperty(c,"__esModule",{value:!0});var e=c.CameraState={opacity:1,angle:0,clipped:!1,clipXOffset:0,clipYOffset:0,clipWidthFactor:1,clipHeightFactor:1,set width(a){this._width=!isNaN(a)&&a>=1?a:1},get width(){return this._width},set height(a){this._height=!isNaN(a)&&a>=1?a:1},get height(){return this._height},init:function(a){this.svgRoot=a;var b=a.getBBox();return this.cx=b.x+b.width/2,this.cy=b.y+b.height/2,this.width=b.width,this.height=b.height,this},initFrom:function(a){return this.svgRoot=a.svgRoot,this.cx=a.cx,this.cy=a.cy,this.width=a.width,this.height=a.height,this.opacity=a.opacity,this.angle=a.angle,this.clipped=a.clipped,this.clipXOffset=a.clipXOffset,this.clipYOffset=a.clipYOffset,this.clipWidthFactor=a.clipWidthFactor,this.clipHeightFactor=a.clipHeightFactor,this},toStorable:function(){return{cx:this.cx,cy:this.cy,width:this.width,height:this.height,opacity:this.opacity,angle:this.angle,clipped:this.clipped,clipXOffset:this.clipXOffset,clipYOffset:this.clipYOffset,clipWidthFactor:this.clipWidthFactor,clipHeightFactor:this.clipHeightFactor}},toMinimalStorable:function(){return this.toStorable()},fromStorable:function(a){return d(this,a,"cx"),d(this,a,"cy"),d(this,a,"width"),d(this,a,"height"),d(this,a,"opacity"),d(this,a,"angle"),d(this,a,"clipped"),d(this,a,"clipXOffset"),d(this,a,"clipYOffset"),d(this,a,"clipWidthFactor"),d(this,a,"clipHeightFactor"),this},setAngle:function(a){return this.angle=(a+180)%360-180,this},setAtElement:function(a){var b=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,c=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,d=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,e=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,f=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0,g=a.getBBox(),h=this.svgRoot.createSVGPoint();h.x=g.x+g.width/2,h.y=g.y+g.height/2;for(var i=a;i.parentNode.parentNode!==this.svgRoot;)i=i.parentNode;var j=i.getCTM().inverse().multiply(a.getCTM());h=h.matrixTransform(j);var k=Math.sqrt(j.a*j.a+j.b*j.b);return this.cx=h.x+b,this.cy=h.y+c,this.width=g.width*k*d,this.height=g.height*k*e,this.angle=180*Math.atan2(j.b,j.a)/Math.PI+f,this},resetClipping:function(){return this.clipXOffset=this.clipYOffset=0,this.clipWidthFactor=this.clipHeightFactor=1,this},offsetFromElement:function(a){var b=Object.create(e).init(this.svgRoot).setAtElement(a);return{deltaX:this.cx-b.cx,deltaY:this.cy-b.cy,widthFactor:this.width/b.width,heightFactor:this.height/b.height,deltaAngle:this.angle-b.angle}},applyOffset:function(a){var b=a.deltaX,c=a.deltaY,d=a.widthFactor,e=a.heightFactor,f=a.deltaAngle;return this.cx-=b,this.cy-=c,this.width/=d,this.height/=e,this.angle-=f,this}}},{}],2:[function(a,b,c){"use strict";function d(a,b,c){b.hasOwnProperty(c)&&(a[c]=b[c])}Object.defineProperty(c,"__esModule",{value:!0}),c.Presentation=c.Layer=c.Frame=c.LayerProperties=void 0;var e=function(){function a(a,b){var c=[],d=!0,e=!1,f=void 0;try{for(var g,h=a[Symbol.iterator]();!(d=(g=h.next()).done)&&(c.push(g.value),!b||c.length!==b);d=!0);}catch(i){e=!0,f=i}finally{try{!d&&h["return"]&&h["return"]()}finally{if(e)throw f}}return c}return function(b,c){if(Array.isArray(b))return b;if(Symbol.iterator in Object(b))return a(b,c);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),f=a("../utils"),g=a("./CameraState"),h=c.LayerProperties={link:!1,referenceElementId:"",outlineElementId:"",outlineElementAuto:!0,transitionTimingFunction:"linear",transitionRelativeZoom:0,transitionPathId:"",init:function(a){return this.frame=a,this},initFrom:function(a){return this.frame=a.frame,this.link=a.link,this.referenceElementId=a.referenceElementId,this.outlineElementId=a.outlineElementId,this.outlineElementAuto=a.outlineElementAuto,this.transitionTimingFunction=a.transitionTimingFunction,this.transitionRelativeZoom=a.transitionRelativeZoom,this.transitionPathId=a.transitionPathId,this},toStorable:function(){return{link:this.link,referenceElementId:this.referenceElementId,outlineElementId:this.outlineElementId,outlineElementAuto:this.outlineElementAuto,transitionTimingFunction:this.transitionTimingFunction,transitionRelativeZoom:this.transitionRelativeZoom,transitionPathId:this.transitionPathId}},toMinimalStorable:function(){return{transitionTimingFunction:this.transitionTimingFunction,transitionRelativeZoom:this.transitionRelativeZoom,transitionPathId:this.transitionPathId}},fromStorable:function(a){return d(this,a,"link"),d(this,a,"referenceElementId"),d(this,a,"outlineElementId"),d(this,a,"outlineElementAuto"),d(this,a,"transitionTimingFunction"),d(this,a,"transitionRelativeZoom"),d(this,a,"transitionPathId"),this},get index(){return this.frame.layerProperties.indexOf(this)},get referenceElement(){return this.frame.presentation.document.root.getElementById(this.referenceElementId)},get outlineElement(){return this.frame.presentation.document.root.getElementById(this.outlineElementId)},get transitionPath(){return this.frame.presentation.document.root.getElementById(this.transitionPathId)},get outlineElementHide(){return this.frame.presentation.elementsToHide.indexOf(this.outlineElementId)>=0},set outlineElementHide(a){if(this.outlineElement!==this.frame.presentation.document.root){var b=this.outlineElementHide;if(a&&!b)this.frame.presentation.elementsToHide.push(this.outlineElementId);else if(!a&&b){var c=this.frame.presentation.elementsToHide.indexOf(this.outlineElementId);this.frame.presentation.elementsToHide.splice(c,1)}this.outlineElement&&(this.outlineElement.style.visibility=a?"hidden":"visible")}},get transitionPathHide(){return this.frame.presentation.elementsToHide.indexOf(this.transitionPathId)>=0},set transitionPathHide(a){var b=this.transitionPathHide;if(a&&!b)this.frame.presentation.elementsToHide.push(this.transitionPathId);else if(!a&&b){var c=this.frame.presentation.elementsToHide.indexOf(this.transitionPathId);this.frame.presentation.elementsToHide.splice(c,1)}this.transitionPath&&(this.transitionPath.style.visibility=a?"hidden":"visible")}},i=c.Frame={title:"New frame",timeoutMs:0,timeoutEnable:!1,transitionDurationMs:1e3,showInFrameList:!0,showFrameNumber:!0,init:function(a){var b=this;return this.presentation=a,this.frameId=a.makeFrameId(),this.layerProperties=a.layers.map(function(a){return Object.create(h).init(b)}),this.cameraStates=a.layers.map(function(b){return Object.create(g.CameraState).init(a.document.root)}),this},initFrom:function(a,b){return this.presentation=a.presentation,b||(this.frameId=a.presentation.makeFrameId()),this.title=a.title,this.timeoutMs=a.timeoutMs,this.timeoutEnable=a.timeoutEnable,this.transitionDurationMs=a.transitionDurationMs,this.showInFrameList=a.showInFrameList,this.showFrameNumber=a.showFrameNumber,this.layerProperties=a.layerProperties.map(function(a){return Object.create(h).initFrom(a)}),this.cameraStates=a.cameraStates.map(function(a){return Object.create(g.CameraState).initFrom(a)}),this},toStorable:function(){var a=this,b={},c={},d={};return this.presentation.layers.forEach(function(e,f){var g=a.layerProperties[f],h=a.cameraStates[f],i=g.referenceElement,j=e.groupId;b[j]=g.toStorable(),c[j]=h.toStorable(),i&&(d[j]=a.cameraStates[f].offsetFromElement(i))}),{frameId:this.frameId,title:this.title,timeoutMs:this.timeoutMs,timeoutEnable:this.timeoutEnable,transitionDurationMs:this.transitionDurationMs,showInFrameList:this.showInFrameList,showFrameNumber:this.showFrameNumber,layerProperties:b,cameraStates:c,cameraOffsets:d}},toMinimalStorable:function(){var a=this,b={},c={};return this.presentation.layers.forEach(function(d,e){var f=a.layerProperties[e],g=a.cameraStates[e],h=d.groupId;b[h]=f.toMinimalStorable(),c[h]=g.toMinimalStorable()}),{frameId:this.frameId,title:this.title,timeoutMs:this.timeoutMs,timeoutEnable:this.timeoutEnable,transitionDurationMs:this.transitionDurationMs,showInFrameList:this.showInFrameList,showFrameNumber:this.showFrameNumber,layerProperties:b,cameraStates:c}},fromStorable:function(a){var b=this;return d(this,a,"frameId"),d(this,a,"title"),d(this,a,"timeoutMs"),d(this,a,"timeoutEnable"),d(this,a,"transitionDurationMs"),d(this,a,"showInFrameList"),d(this,a,"showFrameNumber"),this.presentation.layers.forEach(function(c,d){var e=c.groupId in a.layerProperties?c.groupId:"__sozi_auto__";if(e in a.layerProperties){var f=b.layerProperties[d];f.fromStorable(a.layerProperties[e]);var g=b.cameraStates[d].fromStorable(a.cameraStates[e]),h=f.referenceElement;if(h){var i=a.cameraOffsets[e]||{};g.setAtElement(h,i.deltaX,i.deltaY,i.widthFactor,i.heightFactor,i.deltaAngle)}}}),this},get index(){return this.presentation.frames.indexOf(this)},setAtStates:function(a){var b=this;a.forEach(function(a,c){b.cameraStates[c].initFrom(a)})},isLinkedTo:function(a,b){var c=this.index<a.index?[this,a]:[a,this],d=e(c,2),f=d[0],g=d[1];return g.layerProperties[b].link&&(g.index===f.index+1||g.index>f.index&&this.presentation.frames[g.index-1].isLinkedTo(f,b))}},j=c.Layer={init:function(a,b,c){return this.presentation=a,this.label=b,this.auto=c,this.svgNodes=[],this},get groupId(){return this.auto?"__sozi_auto__":this.svgNodes[0].getAttribute("id")},get index(){return this.presentation.layers.indexOf(this)},get isVisible(){return this.svgNodes.some(function(a){return"none"!==window.getComputedStyle(a).display})},set isVisible(a){this.svgNodes.forEach(function(b){b.style.display=a?"inline":"none"})},contains:function(a){return this.svgNodes.some(function(b){return b.contains(a)})}},k="http://www.w3.org/2000/svg";c.Presentation={aspectWidth:4,aspectHeight:3,init:function(a){var b=this;this.document=a,this.frames=[],this.layers=[],this.elementsToHide=[];var c=Object.create(j).init(this,"auto",!0);return(0,f.toArray)(this.document.root.childNodes).forEach(function(a){if(a instanceof SVGGElement){var d=a.getAttribute("id");if(null===d)c.svgNodes.push(a);else{var e=Object.create(j).init(b,b.document.handler.getLabel(a)||"#"+d,!1);e.svgNodes.push(a),b.layers.push(e)}}}),this.layers.push(c),this.initialCameraState=Object.create(g.CameraState).init(a.root),this},toStorable:function(){return{aspectWidth:this.aspectWidth,aspectHeight:this.aspectHeight,frames:this.frames.map(function(a){return a.toStorable()}),elementsToHide:this.elementsToHide.slice()}},toMinimalStorable:function(){return{frames:this.frames.map(function(a){return a.toMinimalStorable()}),elementsToHide:this.elementsToHide.slice()}},fromStorable:function(a){var b=this;return d(this,a,"aspectWidth"),d(this,a,"aspectHeight"),this.frames=a.frames.map(function(a){return Object.create(i).init(b).fromStorable(a)}),a.elementsToHide&&(this.elementsToHide=a.elementsToHide.slice()),this},get title(){var a=this.document.root.getElementsByTagNameNS(k,"title");return a.length?a[0].firstChild.wholeText.trim():"Untitled"},makeFrameId:function(){var a="frame",b=Math.floor(1e3*(1+9*Math.random())),c=void 0;do c=a+b,b++;while(this.frames.some(function(a){return a.frameId===c}));return c},getFrameWithId:function(a){for(var b=0;b<this.frames.length;b++)if(this.frames[b].frameId===a)return this.frames[b];return null},getLayerWithId:function(a){for(var b=0;b<this.layers.length;b++)if(this.layers[b].groupId===a)return this.layers[b];return null},updateLinkedLayers:function(){var a=this;if(this.frames.length){var b=this.frames[0].cameraStates,c=b[b.length-1];this.layers.forEach(function(b,d){var e=c;a.frames.forEach(function(a){a.layerProperties[d].link?a.cameraStates[d].initFrom(e):e=a.cameraStates[d]})})}}}},{"../utils":14,"./CameraState":1}],3:[function(a,b,c){"use strict";function d(a){if(a&&a.__esModule)return a;var b={};if(null!=a)for(var c in a)Object.prototype.hasOwnProperty.call(a,c)&&(b[c]=a[c]);return b["default"]=a,b}var e=a("./svg/SVGDocumentWrapper"),f=a("./model/Presentation"),g=a("./player/Viewport"),h=a("./player/Player"),i=a("./player/Media"),j=d(i),k=a("./player/FrameList"),l=d(k),m=a("./player/FrameNumber"),n=d(m),o=a("./player/FrameURL"),p=d(o);window.addEventListener("load",function(){e.SVGDocumentWrapper.init(document.querySelector("svg")),f.Presentation.init(e.SVGDocumentWrapper),g.Viewport.init(f.Presentation,!1).onLoad(),f.Presentation.fromStorable(window.soziPresentationData),h.Player.init(g.Viewport,f.Presentation),j.init(h.Player),l.init(h.Player),n.init(h.Player),p.init(h.Player),window.sozi={presentation:f.Presentation,viewport:g.Viewport,player:h.Player},h.Player.addListener("change:playing",function(a,b){b?document.title=f.Presentation.title:document.title=f.Presentation.title+"(Paused)"}),window.addEventListener("resize",function(){return g.Viewport.repaint()}),f.Presentation.frames.length&&h.Player.playFromIndex(p.getFrameIndex()),g.Viewport.repaint()})},{"./model/Presentation":2,"./player/FrameList":6,"./player/FrameNumber":7,"./player/FrameURL":8,"./player/Media":9,"./player/Player":10,"./player/Viewport":12,"./svg/SVGDocumentWrapper":13}],4:[function(a,b,c){"use strict";function d(){k>0?(g&&g(d),l.forEach(function(a){a.running&&a.step()})):g||window.clearInterval(j)}function e(){g?g(d):j=window.setInterval(d,i)}Object.defineProperty(c,"__esModule",{value:!0}),c.Animator=void 0;var f=a("events"),g=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||window.msRequestAnimationFrame||window.oRequestAnimationFrame,h=window.performance&&window.performance.now?window.performance:Date,i=40,j=void 0,k=0,l=[],m=c.Animator=Object.create(f.EventEmitter.prototype);m.init=function(){return f.EventEmitter.call(this),this.durationMs=500,this.initialTime=0,this.running=!1,l.push(this),this},m.start=function(a){this.durationMs=a,this.initialTime=h.now(),this.emit("step",0),this.running||(this.running=!0,k++,1===k&&e())},m.stop=function(){this.running&&(this.running=!1,k--,this.emit("stop"))},m.step=function(){var a=h.now()-this.initialTime;a>=this.durationMs?(this.emit("step",1),this.running=!1,k--,this.emit("done")):this.emit("step",a/this.durationMs)}},{events:15}],5:[function(a,b,c){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),c.Camera=void 0;var d=a("../model/CameraState"),e="http://www.w3.org/2000/svg",f=c.Camera=Object.create(d.CameraState);f.init=function(a,b){d.CameraState.init.call(this,a.svgRoot),this.viewport=a,this.layer=b,this.selected=!0,this.svgClipRect=document.createElementNS(e,"rect");var c=void 0;if(a.editMode){this.maskValue=0;var f=document.createElementNS(e,"mask");c=a.makeUniqueId("sozi-mask-"),f.setAttribute("id",c),a.svgRoot.appendChild(f),this.svgMaskRect=document.createElementNS(e,"rect"),f.appendChild(this.svgMaskRect),this.svgClipRect.setAttribute("fill","white"),f.appendChild(this.svgClipRect),this.svgClipOutlineRect1=document.createElementNS(e,"rect"),this.svgClipOutlineRect1.setAttribute("stroke","black"),this.svgClipOutlineRect1.setAttribute("fill","none"),a.svgRoot.appendChild(this.svgClipOutlineRect1),this.svgClipOutlineRect2=document.createElementNS(e,"rect"),this.svgClipOutlineRect2.setAttribute("stroke","white"),this.svgClipOutlineRect2.setAttribute("fill","none"),this.svgClipOutlineRect2.setAttribute("stroke-dasharray","2,2"),a.svgRoot.appendChild(this.svgClipOutlineRect2),this.concealClipping()}else{var g=document.createElementNS(e,"clipPath");c=a.makeUniqueId("sozi-clip-path-"),g.setAttribute("id",c),g.appendChild(this.svgClipRect),a.svgRoot.appendChild(g)}return this.svgTransformGroups=b.svgNodes.map(function(b){var d=document.createElementNS(e,"g");a.svgRoot.insertBefore(d,b),a.editMode?d.setAttribute("mask","url(#"+c+")"):d.setAttribute("clip-path","url(#"+c+")");var f=document.createElementNS(e,"g");return f.appendChild(b),d.appendChild(f),f}),this},f.revealClipping=function(){this.maskValue=64,this.svgClipOutlineRect1.style.display="inline",this.svgClipOutlineRect2.style.display="inline"},f.concealClipping=function(){this.maskValue=0,this.svgClipOutlineRect1.style.display="none",this.svgClipOutlineRect2.style.display="none"},Object.defineProperty(f,"scale",{get:function(){return Math.min(this.viewport.width/this.width,this.viewport.height/this.height)}}),f.rotate=function(a){return this.restoreAspectRatio(),this.setAngle(this.angle+a).update()},f.zoom=function(a,b,c){return this.width/=a,this.height/=a,this.restoreAspectRatio(),this.translate((1-a)*(b-this.viewport.width/2),(1-a)*(c-this.viewport.height/2))},f.translate=function(a,b){var c=this.scale,d=this.angle*Math.PI/180,e=Math.sin(d),f=Math.cos(d);return this.cx-=(a*f-b*e)/c,this.cy-=(a*e+b*f)/c,this.restoreAspectRatio(),this.update()},f.clip=function(a,b,c,d){this.clipped=!0;var e=this.scale,f=Math.abs(c-a)+1,g=Math.abs(d-b)+1;return this.clipXOffset=(Math.min(a,c)-(this.viewport.width-f)/2)*this.width/f,this.clipYOffset=(Math.min(b,d)-(this.viewport.height-g)/2)*this.height/g,this.clipWidthFactor=f/this.width/e,this.clipHeightFactor=g/this.height/e,this.update()},f.restoreAspectRatio=function(){var a=this.viewport.width/this.viewport.height,b=this.width/this.height,c=a/b;c>1?(this.width*=c,this.clipped&&(this.clipWidthFactor/=c)):(this.height/=c,this.clipped&&(this.clipHeightFactor*=c))},f.getCandidateReferenceElement=function(){if(!this.layer.svgNodes.length||!this.svgRoot.getIntersectionList)return{element:null,score:null};var a=this.svgRoot.createSVGRect();a.x=0,a.y=0,a.width=this.viewport.width,a.height=this.viewport.height;for(var b=this.viewport.width*this.viewport.height,c=this.svgRoot.getIntersectionList(a,this.layer.svgNodes[0]),d=null,e=null,f=0;f<c.length;f++){var g=c[f];if(g.hasAttribute("id")){var h=g.getBoundingClientRect(),i=h.width*h.height,j=Math.max(h.left,this.viewport.x),k=Math.max(h.top,this.viewport.y),l=Math.min(h.right,this.viewport.x+this.viewport.width),m=Math.min(h.bottom,this.viewport.y+this.viewport.height),n=(l-j)*(m-k),o=b+i-2*n;(null===e||e>o)&&(e=o,d=g)}}return{element:d,score:e}},Object.defineProperty(f,"clipRect",{get:function(){var a=void 0,b=void 0,c=void 0,d=void 0;if(this.clipped){var e=this.scale;a=Math.round(this.width*this.clipWidthFactor*e),b=Math.round(this.height*this.clipHeightFactor*e),c=Math.round((this.viewport.width-a)/2+this.clipXOffset*this.clipWidthFactor*e),d=Math.round((this.viewport.height-b)/2+this.clipYOffset*this.clipHeightFactor*e)}else a=this.viewport.width,b=this.viewport.height,c=0,d=0;return{width:a,height:b,x:c,y:d}}}),f.update=function(){var a=this,b=this.clipRect;this.svgClipRect.setAttribute("x",b.x),this.svgClipRect.setAttribute("y",b.y),this.svgClipRect.setAttribute("width",b.width),this.svgClipRect.setAttribute("height",b.height),this.viewport.editMode&&(this.svgMaskRect.setAttribute("fill","rgb("+this.maskValue+","+this.maskValue+","+this.maskValue+")"),this.svgMaskRect.setAttribute("x",0),this.svgMaskRect.setAttribute("y",0),this.svgMaskRect.setAttribute("width",this.viewport.width),this.svgMaskRect.setAttribute("height",this.viewport.height),this.svgClipOutlineRect1.setAttribute("x",b.x),this.svgClipOutlineRect1.setAttribute("y",b.y),this.svgClipOutlineRect1.setAttribute("width",b.width),this.svgClipOutlineRect1.setAttribute("height",b.height),this.svgClipOutlineRect2.setAttribute("x",b.x),this.svgClipOutlineRect2.setAttribute("y",b.y),this.svgClipOutlineRect2.setAttribute("width",b.width),this.svgClipOutlineRect2.setAttribute("height",b.height));var c=this.scale,d=this.viewport.width/c/2-this.cx,e=this.viewport.height/c/2-this.cy;return this.svgTransformGroups.forEach(function(b){b.setAttribute("transform","scale("+c+")translate("+d+","+e+")rotate("+-a.angle+","+a.cx+","+a.cy+")"),b.setAttribute("opacity",a.opacity)}),this},f.interpolate=function(a,b,c,d,e,f,g){function h(a,b){return b*j+a*k}function i(a,b){var d=(e>0?Math.max(a,b):Math.min(a,b))*(1-e),f=a-d,g=b-d,h=Math.sqrt(f/g),i=h/(1+h),j=f/i/i,k=c-i;return j*k*k+d}var j=d(c),k=1-j;if(e?(this.width=i(a.width,b.width),this.height=i(a.height,b.height)):(this.width=h(a.width,b.width),this.height=h(a.height,b.height)),f){var l=f.getTotalLength(),m=f.getPointAtLength(g?l:0),n=f.getPointAtLength(g?0:l),o=f.getPointAtLength(l*(g?k:j));this.cx=o.x+h(a.cx-m.x,b.cx-n.x),this.cy=o.y+h(a.cy-m.y,b.cy-n.y)}else this.cx=h(a.cx,b.cx),this.cy=h(a.cy,b.cy);this.opacity=h(a.opacity,b.opacity),b.angle-a.angle>180?this.angle=h(a.angle,b.angle-360):b.angle-a.angle<-180?this.angle=h(a.angle-360,b.angle):this.angle=h(a.angle,b.angle),this.clipped=!0;var p=this.scale,q={clipXOffset:0,clipYOffset:0,clipWidthFactor:this.viewport.width/this.width/p,clipHeightFactor:this.viewport.height/this.height/p},r=a.clipped?a:q,s=b.clipped?b:q;for(var t in q)this[t]=h(r[t],s[t])}},{"../model/CameraState":1}],6:[function(a,b,c){"use strict";function d(a){if(a&&a.__esModule)return a;var b={};if(null!=a)for(var c in a)Object.prototype.hasOwnProperty.call(a,c)&&(b[c]=a[c]);return b["default"]=a,b}function e(a){w=a,u=document.querySelector(".sozi-frame-list"),v=(0,p.toArray)(u.querySelectorAll("li a")),v.forEach(function(a){a.addEventListener("click",function(b){0===b.button&&(w.previewFrame(parseInt(a.dataset.frameIndex)),b.preventDefault())})}),x=Object.create(q.Animator).init(),x.addListener("step",l),window.addEventListener("keypress",k,!1),w.viewport.addListener("mouseDown",m),u.addEventListener("mouseout",n,!1),a.addListener("frameChange",o),f(y)}function f(a){A=a,u.style.left=A*u.clientWidth+"px"}function g(a){w.pause(),y=A,z=a,x.start(Math.abs(z-y)*t)}function h(){g(0)}function i(){g(-1)}function j(){g(-1-z)}function k(a){if(!(a.altKey||a.ctrlKey||a.metaKey)){switch(a.charCode||a.which){case 84:case 116:w.disableBlankScreen(),j();break;default:return}a.stopPropagation(),a.preventDefault()}}function l(a){var b=s.ease(a);f(z*b+y*(1-b))}function m(a){1===a&&j()}function n(a){for(var b=a.relatedTarget;b&&b!==u&&b!==document.documentElement;)b=b.parentNode;b!==u&&(i(),a.stopPropagation())}function o(){v.forEach(function(a){a.className=parseInt(a.dataset.frameIndex)===w.currentFrameIndex?"current":""})}Object.defineProperty(c,"__esModule",{value:!0}),c.init=e,c.open=h,c.close=i,c.toggle=j;var p=a("../utils"),q=a("./Animator"),r=a("./Timing"),s=d(r),t=500,u=void 0,v=void 0,w=void 0,x=void 0,y=-1,z=-1,A=y},{"../utils":14,"./Animator":4,"./Timing":11}],7:[function(a,b,c){"use strict";function d(a){if(a&&a.__esModule)return a;var b={};if(null!=a)for(var c in a)Object.prototype.hasOwnProperty.call(a,c)&&(b[c]=a[c]);return b["default"]=a,b}function e(a){var b=document.querySelector(".sozi-frame-number");a.addListener("frameChange",function(){b.innerHTML=a.currentFrameIndex+1,b.style.visibility=a.currentFrame.showFrameNumber?"visible":"hidden"}),b.addEventListener("click",g.open)}Object.defineProperty(c,"__esModule",{value:!0}),c.init=e;var f=a("./FrameList"),g=d(f)},{"./FrameList":6}],8:[function(a,b,c){"use strict";function d(a){h=a,window.addEventListener("hashchange",f,!1),h.addListener("frameChange",g)}function e(){if(window.location.hash){var a=window.location.hash.slice(1),b=h.presentation.getFrameWithId(a);if(b)return b.index;var c=parseInt(a);return!isNaN(c)&&c>0&&c<=h.presentation.frames.length?c-1:h.currentFrameIndex}return h.currentFrameIndex}function f(){var a=e();h.currentFrameIndex!==a&&h.moveToFrame(a)}function g(){window.location.hash="#"+h.currentFrame.frameId}Object.defineProperty(c,"__esModule",{value:!0}),c.init=d,c.getFrameIndex=e;var h=void 0},{}],9:[function(a,b,c){"use strict";function d(a){a.stopPropagation()}function e(){var a=k.currentFrame.frameId;a in l&&l[a].forEach(function(a){a.play()}),a in m&&m[a].forEach(function(a){a.pause()})}function f(a){k=a,k.addListener("frameChange",e);for(var b=k.presentation.document.root,c=b.attributes,f=void 0,n=0;n<c.length;n++)if(c[n].value===i){f=c[n].name.slice(6);break}if(f){var o=b.getElementsByTagName(f+":video"),p=b.getElementsByTagName(f+":audio"),q=(0,g.toArray)(o).concat((0,g.toArray)(p)),r=[];q.forEach(function(a){var b=a.parentNode,c=a.localName.slice(f.length+1),e=document.createElementNS(j,"source");e.setAttribute("type",a.getAttribute(f+":type")),e.setAttribute("src",a.getAttribute(f+":src"));var g=void 0;for(g=0;g<r.length&&r[g].rect!==b;g+=1);if(g===r.length){b.setAttribute("visibility","hidden");var i=document.createElementNS(j,c);i.setAttribute("controls","controls"),"video"===c&&(i.setAttribute("width",b.getAttribute("width")),i.setAttribute("height",b.getAttribute("height"))),i.addEventListener("click",d,!1),i.addEventListener("mousedown",d,!1),i.addEventListener("mouseup",d,!1),i.addEventListener("mousemove",d,!1),i.addEventListener("contextmenu",d,!1);var k=document.createElementNS(j,"html");k.appendChild(i);var n=document.createElementNS(h,"foreignObject");if(n.setAttribute("x",b.getAttribute("x")),n.setAttribute("y",b.getAttribute("y")),n.setAttribute("width",b.getAttribute("width")),n.setAttribute("height",b.getAttribute("height")),n.appendChild(k),b.parentNode.insertBefore(n,b.nextSibling),a.hasAttribute(f+":start-frame")){var o=a.getAttribute(f+":start-frame"),p=a.getAttribute(f+":stop-frame");o in l||(l[o]=[]),p in m||(m[p]=[]),l[o].push(i),m[p].push(i)}"true"===a.getAttribute(f+":loop")&&i.setAttribute("loop","true"),r.push({rect:a.parentNode,htmlMedia:i})}r[g].htmlMedia.appendChild(e)})}}Object.defineProperty(c,"__esModule",{value:!0}),c.init=f;var g=a("../utils"),h="http://www.w3.org/2000/svg",i="http://sozi.baierouge.fr",j="http://www.w3.org/1999/xhtml",k=void 0,l={},m={}},{"../utils":14}],10:[function(a,b,c){"use strict";function d(a){if(a&&a.__esModule)return a;var b={};if(null!=a)for(var c in a)Object.prototype.hasOwnProperty.call(a,c)&&(b[c]=a[c]);return b["default"]=a,b}Object.defineProperty(c,"__esModule",{value:!0}),c.Player=void 0;var e=a("./Animator"),f=a("./Timing"),g=d(f),h=a("../model/CameraState"),i=a("events"),j=500,k=0,l="ease",m=1.05,n=5,o=c.Player=Object.create(i.EventEmitter.prototype);o.init=function(a,b){return i.EventEmitter.call(this),this.viewport=a,this.presentation=b,this.animator=Object.create(e.Animator).init(),this.playing=!1,this.waitingTimeout=!1,this.currentFrameIndex=0,this.targetFrameIndex=0,this.timeoutHandle=null,this.transitions=[],this.setupEventHandlers(),this},o.setupEventHandlers=function(){var a=this;this.viewport.addListener("click",function(b){return a.onClick(b)}),this.viewport.addListener("dragStart",function(){return a.pause()}),this.viewport.addListener("userChangeState",function(){return a.pause()}),window.addEventListener("keydown",function(b){return a.onKeyDown(b)},!1),window.addEventListener("keypress",function(b){return a.onKeyPress(b)},!1),this.animator.addListener("step",function(b){return a.onAnimatorStep(b)}),this.animator.addListener("stop",function(){return a.onAnimatorStop()}),this.animator.addListener("done",function(){return a.onAnimatorDone()})},o.onClick=function(a){switch(a){case 0:this.moveToNext();break;case 2:this.moveToPrevious()}},o.onKeyDown=function(a){if(!(a.altKey||a.ctrlKey||a.metaKey)){switch(a.keyCode){case 36:a.shiftKey?this.jumpToFirst():this.moveToFirst();break;case 35:a.shiftKey?this.jumpToLast():this.moveToLast();break;case 38:case 33:case 37:a.shiftKey?this.jumpToPrevious():this.moveToPrevious();break;case 40:case 34:case 39:case 13:case 32:a.shiftKey?this.jumpToNext():this.moveToNext();break;default:return}a.stopPropagation(),a.preventDefault()}},o.onKeyPress=function(a){if(!(a.altKey||a.ctrlKey||a.metaKey)){switch(a.charCode||a.which){case 43:this.viewport.zoom(m,this.viewport.width/2,this.viewport.height/2),this.pause();break;case 45:this.viewport.zoom(1/m,this.viewport.width/2,this.viewport.height/2),this.pause();break;case 82:this.viewport.rotate(-n),this.pause();break;case 114:this.viewport.rotate(n),this.pause();break;case 80:case 112:this.playing?this.pause():this.resume();break;case 46:this.toggleBlankScreen();break;default:return}a.stopPropagation(),a.preventDefault()}},Object.defineProperty(o,"currentFrame",{get:function(){return this.presentation.frames[this.currentFrameIndex]}}),Object.defineProperty(o,"targetFrame",{get:function(){return this.presentation.frames[this.targetFrameIndex]}}),Object.defineProperty(o,"previousFrameIndex",{get:function(){var a=this.animator.running?this.targetFrameIndex:this.currentFrameIndex;return(a+this.presentation.frames.length-1)%this.presentation.frames.length}}),Object.defineProperty(o,"nextFrameIndex",{get:function(){var a=this.animator.running?this.targetFrameIndex:this.currentFrameIndex;return(a+1)%this.presentation.frames.length}}),o.showCurrentFrame=function(){return this.viewport.setAtStates(this.currentFrame.cameraStates).update(),this.emit("frameChange"),this},o.playFromIndex=function(a){return this.playing=!0,this.waitingTimeout=!1,this.targetFrameIndex=a,this.currentFrameIndex=a,this.showCurrentFrame(),this.waitTimeout(),this},o.pause=function(){return this.animator.stop(),this.waitingTimeout&&(window.clearTimeout(this.timeoutHandle),this.waitingTimeout=!1),this.playing=!1,this.targetFrameIndex=this.currentFrameIndex,this},o.resume=function(){return this.playFromIndex(this.currentFrameIndex),this},o.waitTimeout=function(){var a=this;return this.currentFrame.timeoutEnable&&(this.waitingTimeout=!0,this.timeoutHandle=window.setTimeout(function(){return a.moveToFrame(a.nextFrameIndex)},this.currentFrame.timeoutMs)),this},o.jumpToFrame=function(a){return this.disableBlankScreen(),this.pause(),this.targetFrameIndex=a,this.currentFrameIndex=a,this.showCurrentFrame(),this},o.jumpToFirst=function(){return this.jumpToFrame(0)},o.jumpToLast=function(){return this.jumpToFrame(this.presentation.frames.length-1)},o.jumpToPrevious=function(){return this.jumpToFrame(this.previousFrameIndex)},o.jumpToNext=function(){return this.jumpToFrame(this.nextFrameIndex)},o.moveToFrame=function(a){var b=this;this.disableBlankScreen(),this.waitingTimeout&&(window.clearTimeout(this.timeoutHandle),this.waitingTimeout=!1),this.targetFrameIndex=a;var c=null,d=j,e=!1,f=!1;return a===this.nextFrameIndex?(d=this.targetFrame.transitionDurationMs,c=this.targetFrame.layerProperties,e=!0):a===this.previousFrameIndex&&(d=this.currentFrame.transitionDurationMs,c=this.currentFrame.layerProperties,e=!0,f=!0),this.playing=!0,this.viewport.cameras.forEach(function(a){var d=g[l],h=k,i=null;if(c){var j=c[a.layer.index];h=j.transitionRelativeZoom,d=g[j.transitionTimingFunction],e&&(i=j.transitionPath),f&&(d=d.reverse)}b.setupTransition(a,d,h,i,f)}),this.animator.start(d),this},o.moveToFirst=function(){return this.moveToFrame(0)},o.moveToLast=function(){return this.moveToFrame(this.presentation.frames.length-1)},o.moveToPrevious=function(){for(var a=this.previousFrameIndex;a>=0;a--){var b=this.presentation.frames[a];if(!b.timeoutEnable||0!==b.timeoutMs){this.moveToFrame(a);break}}return this},o.moveToNext=function(){return this.moveToFrame(this.nextFrameIndex)},o.moveToCurrent=function(){return this.moveToFrame(this.currentFrameIndex)},o.previewFrame=function(a){var b=this;return this.targetFrameIndex=a,this.viewport.cameras.forEach(function(a){b.setupTransition(a,g[l],k)}),this.animator.start(j),this},o.setupTransition=function(a,b,c,d,e){return this.animator.running&&this.animator.stop(),this.transitions.push({camera:a,initialState:Object.create(h.CameraState).initFrom(a),finalState:this.targetFrame.cameraStates[a.layer.index],timingFunction:b,relativeZoom:c,svgPath:d,reverse:e}),this},o.onAnimatorStep=function(a){this.transitions.forEach(function(b){b.camera.interpolate(b.initialState,b.finalState,a,b.timingFunction,b.relativeZoom,b.svgPath,b.reverse),b.camera.update()})},o.onAnimatorStop=function(){this.transitions=[],this.currentFrameIndex=this.targetFrameIndex,
this.emit("frameChange")},o.onAnimatorDone=function(){this.transitions=[],this.currentFrameIndex=this.targetFrameIndex,this.emit("frameChange"),this.playing&&this.waitTimeout()},Object.defineProperty(o,"blankScreenIsVisible",{get:function(){return"visible"===document.querySelector(".sozi-blank-screen").style.visibility}}),o.enableBlankScreen=function(){var a=document.querySelector(".sozi-blank-screen");this.pause(),a.style.visibility="visible",a.style.opacity=1},o.disableBlankScreen=function(){var a=document.querySelector(".sozi-blank-screen");a.style.opacity=0,a.style.visibility="hidden"},o.toggleBlankScreen=function(){this.blankScreenIsVisible?this.disableBlankScreen():this.enableBlankScreen()}},{"../model/CameraState":1,"./Animator":4,"./Timing":11,events:15}],11:[function(a,b,c){"use strict";function d(a,b){return 1-3*b+3*a}function e(a,b){return 3*b-6*a}function f(a){return 3*a}function g(a,b,c,d){return((b*a+c)*a+d)*a}function h(a,b,c,d){return(3*b*a+2*c)*a+d}function i(a,b,c,i){var j=d(a,c),k=e(a,c),l=f(a),m=d(b,i),n=e(b,i),o=f(b);return a===b&&c===i?function(a){return a}:function(a){for(var b=a,c=0;4>c;c++){var d=h(b,j,k,l);if(0===d)break;var e=g(b,j,k,l)-a;b-=e/d}return g(b,m,n,o)}}function j(a,b){var c="start"===b?Math.ceil:Math.floor;return function(b){return c(a*b)/a}}function k(a){return a>=.5?1:0}Object.defineProperty(c,"__esModule",{value:!0}),c.makeBezier=i,c.makeSteps=j,c.stepMiddle=k;var l=c.linear=i(0,0,1,1);l.reverse=l;var m=c.ease=i(.25,.1,.25,1);m.reverse=m;var n=c.easeIn=i(.42,0,1,1),o=c.easeOut=i(0,0,.58,1);n.reverse=o,o.reverse=n;var p=c.easeInOut=i(.42,0,.58,1);p.reverse=p;var q=c.stepStart=j(1,"start"),r=c.stepEnd=j(1,"end");q.reverse=r,r.reverse=q,k.reverse=k},{}],12:[function(a,b,c){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),c.Viewport=void 0;var d=a("./Camera"),e=a("events"),f=0,g=5,h=1.05,i=5,j=200,k=3,l=c.Viewport=Object.create(e.EventEmitter.prototype);l.init=function(a,b){var c=this;return e.EventEmitter.call(this),this.presentation=a,this.editMode=!!b,this.cameras=[],this.mouseDragX=0,this.mouseDragY=0,this.dragMode="translate",this.clipMode={cameras:[],operation:"select"},this.showHiddenElements=!1,this.wheelTimeout=null,this.dragHandler=function(a){return c.onDrag(a)},this.dragEndHandler=function(a){return c.onDragEnd(a)},this},l.makeUniqueId=function(a){var b=Math.floor(1e3*(1+9*Math.random())),c=void 0;do c=a+b,b++;while(this.svgRoot.getElementById(c));return c},l.onLoad=function(){var a=this;this.svgRoot.addEventListener("mousedown",function(b){return a.onMouseDown(b)},!1),this.svgRoot.addEventListener("mousemove",function(b){return a.onMouseMove(b)},!1),this.svgRoot.addEventListener("contextmenu",function(b){return a.onContextMenu(b)},!1);var b="onwheel"in document.createElement("div")?"wheel":void 0!==document.onmousewheel?"mousewheel":"DOMMouseScroll";return this.svgRoot.addEventListener(b,function(b){return a.onWheel(b)},!1),this.cameras=this.presentation.layers.map(function(b){return Object.create(d.Camera).init(a,b)}),this},Object.defineProperty(l,"svgRoot",{get:function(){return this.presentation.document.root}}),l.getLayer=function(a){return this.layers.filter(function(b){return b.nodeId===a})[0]},l.onContextMenu=function(a){a.stopPropagation(),a.preventDefault(),this.emit("click",2,a)},l.onMouseMove=function(a){if("clip"===this.dragMode)switch(this.getClipMode(a).operation){case"select":this.svgRoot.style.cursor="crosshair";break;case"n":case"s":this.svgRoot.style.cursor="ns-resize";break;case"w":case"e":this.svgRoot.style.cursor="ew-resize";break;case"nw":case"se":this.svgRoot.style.cursor="nwse-resize";break;case"ne":case"sw":this.svgRoot.style.cursor="nesw-resize";break;case"move":this.svgRoot.style.cursor="move";break;default:this.svgRoot.style.cursor="default"}else this.svgRoot.style.cursor="default"},l.onMouseDown=function(a){a.stopPropagation(),a.preventDefault(),a.button===f&&(this.mouseDragged=!1,this.mouseDragX=this.mouseDragStartX=a.clientX,this.mouseDragY=this.mouseDragStartY=a.clientY,document.documentElement.addEventListener("mousemove",this.dragHandler,!1),document.documentElement.addEventListener("mouseup",this.dragEndHandler,!1),"clip"===this.dragMode&&(this.clipMode=this.getClipMode(a))),this.emit("mouseDown",a.button)},l.getClipMode=function(a){var b=a.clientX-this.x,c=a.clientY-this.y,d={nw:[],sw:[],ne:[],se:[],w:[],e:[],n:[],s:[],move:[]},e=this.cameras.filter(function(a){return a.selected});e.forEach(function(a){var e=a.clipRect;if(b>=e.x-k&&b<=e.x+e.width+k&&c>=e.y-k&&c<=e.y+e.height+k){var f=b<=e.x+k,g=b>=e.x+e.width-k-1,h=c<=e.y+k,i=c>=e.y+e.height-k-1,j=f||g||h||i?(h?"n":i?"s":"")+(f?"w":g?"e":""):"move";d[j].push(a)}});for(var f in d)if(d[f].length)return{cameras:d[f],operation:f};return{cameras:e,operation:"select"}},l.onDrag=function(a){a.stopPropagation();var b=a.clientX-this.x-this.width/2,c=a.clientY-this.y-this.height/2,d=180*Math.atan2(c,b)/Math.PI,e=a.clientX,f=a.clientY,h=Math.sqrt(b*b+c*c),i=a.clientX-this.mouseDragX,j=a.clientY-this.mouseDragY;if(!this.mouseDragged&&(Math.abs(i)>g||Math.abs(j)>g)&&(this.mouseDragged=!0,this.rotateStart=this.rotatePrev=d,this.translateStartX=this.translateXPrev=e,this.translateStartY=this.translateYPrev=f,this.zoomPrev=h,this.emit("dragStart")),this.mouseDragged){var k=this.dragMode;switch("translate"==k&&(a.altKey?k="scale":a.shiftKey&&(k="rotate")),k){case"scale":0!==this.zoomPrev&&this.zoom(h/this.zoomPrev,this.width/2,this.height/2),this.zoomPrev=h;break;case"rotate":a.ctrlKey&&(d=10*Math.round((d-this.rotateStart)/10)+this.rotateStart),this.rotate(this.rotatePrev-d),this.rotatePrev=d;break;case"clip":switch(this.clipMode.operation){case"select":this.clip(this.mouseDragStartX-this.x,this.mouseDragStartY-this.y,this.mouseDragX-this.x,this.mouseDragY-this.y);break;case"move":this.clipRel(i,j,i,j);break;case"w":this.clipRel(i,0,0,0);break;case"e":this.clipRel(0,0,i,0);break;case"n":this.clipRel(0,j,0,0);break;case"s":this.clipRel(0,0,0,j);break;case"nw":this.clipRel(i,j,0,0);break;case"ne":this.clipRel(0,j,i,0);break;case"sw":this.clipRel(i,0,0,j);break;case"se":this.clipRel(0,0,i,j)}break;default:a.ctrlKey&&(Math.abs(e-this.translateStartX)>=Math.abs(f-this.translateStartY)?f=this.translateStartY:e=this.translateStartX),this.translate(e-this.translateXPrev,f-this.translateYPrev),this.translateXPrev=e,this.translateYPrev=f}this.mouseDragX=a.clientX,this.mouseDragY=a.clientY}},l.onDragEnd=function(a){a.stopPropagation(),a.preventDefault(),a.button===f?(this.mouseDragged?(this.emit("dragEnd"),this.emit("userChangeState")):this.emit("click",a.button,a),document.documentElement.removeEventListener("mousemove",this.dragHandler,!1),document.documentElement.removeEventListener("mouseup",this.dragEndHandler,!1)):this.emit("click",a.button,a)},l.onWheel=function(a){var b=this;null!==this.wheelTimeout&&window.clearTimeout(this.wheelTimeout),a.stopPropagation(),a.preventDefault();var c=0;c=a.wheelDelta?a.wheelDelta:a.detail?-a.detail:-a.deltaY,0!==c&&(a.shiftKey?this.rotate(c>0?i:-i):this.zoom(c>0?h:1/h,a.clientX-this.x,a.clientY-this.y)),this.wheelTimeout=window.setTimeout(function(){b.wheelTimeout=null,b.emit("userChangeState")},j)},Object.defineProperty(l,"x",{get:function(){return this.svgRoot.getScreenCTM().e}}),Object.defineProperty(l,"y",{get:function(){return this.svgRoot.getScreenCTM().f}}),Object.defineProperty(l,"width",{get:function(){return this.svgRoot===document.documentElement?window.innerWidth:this.svgRoot.parentNode.clientWidth}}),Object.defineProperty(l,"height",{get:function(){return this.svgRoot===document.documentElement?window.innerHeight:this.svgRoot.parentNode.clientHeight}}),l.repaint=function(){var a=this;return this.svgRoot.setAttribute("width",this.width),this.svgRoot.setAttribute("height",this.height),this.update(),this.presentation.elementsToHide.forEach(function(b){var c=document.getElementById(b);c&&(c.style.visibility=a.showHiddenElements?"visible":"hidden")}),this},l.update=function(){return this.cameras.forEach(function(a){a.update()}),this},l.setAtStates=function(a){var b=this;return a.forEach(function(a,c){b.cameras[c].initFrom(a)}),this},l.translate=function(a,b){return this.cameras.forEach(function(c){c.selected&&c.translate(a,b)}),this},l.zoom=function(a,b,c){return this.cameras.forEach(function(d){d.selected&&d.zoom(a,b,c)}),this},l.rotate=function(a){return this.cameras.forEach(function(b){b.selected&&b.rotate(a)}),this},l.clip=function(a,b,c,d){return this.clipMode.cameras.forEach(function(e){e.clip(a,b,c,d)}),this},l.clipRel=function(a,b,c,d){return this.clipMode.cameras.forEach(function(e){var f=e.clipRect;a<=f.width+c-1&&b<=f.height+d-1&&e.clip(f.x+a,f.y+b,f.x+f.width+c-1,f.y+f.height+d-1)}),this}},{"./Camera":5,events:15}],13:[function(a,b,c){"use strict";function d(a,b){h[a]=b}Object.defineProperty(c,"__esModule",{value:!0}),c.SVGDocumentWrapper=c.DefaultHandler=void 0,c.registerHandler=d;var e=a("../utils"),f="http://www.w3.org/2000/svg",g=["g","image","path","rect","circle","ellipse","line","polyline","polygon","text","clippath"],h={},i=c.DefaultHandler={matches:function(a){return!0},transform:function(a){return this},isLayer:function(a){return!0},getLabel:function(a){return null}};c.SVGDocumentWrapper={asText:"",root:void 0,handler:i,init:function(a){this.root=a;var b=(0,e.toArray)(this.root.getElementsByTagName("a"));return b.forEach(function(a){a.addEventListener("mousedown",function(a){return a.stopPropagation()},!1)}),this},get isValidSVG(){return this.root instanceof SVGSVGElement},isLayer:function(a){return a instanceof SVGGElement&&a.hasAttribute("id")&&this.handler.isLayer(a)},initFromString:function(a){var b=this;this.root=(new DOMParser).parseFromString(a,"image/svg+xml").documentElement,this.handler=i;for(var c in h)if(h[c].matches(this.root)){console.log("Using handler: "+c),this.handler=h[c];break}if(this.isValidSVG){this.handler.transform(this.root),this.removeViewbox(),this.removeScripts(),this.disableHyperlinks();var d=h["Adobe Illustrator"];d&&this.handler!==d&&d.transform(this.root);var j=document.createElementNS(f,"g");(0,e.toArray)(this.root.childNodes).forEach(function(a){void 0===a.tagName?b.root.removeChild(a):g.indexOf(a.localName)>=0&&(b.isLayer(a)?j.firstChild&&(b.root.insertBefore(j,a),j=document.createElementNS(f,"g")):j.appendChild(a))}),j.firstChild&&this.root.appendChild(j)}return this.asText=(new XMLSerializer).serializeToString(this.root),this},removeViewbox:function(){this.root.removeAttribute("viewBox"),this.root.style.width=this.root.style.height="100%"},removeScripts:function(){var a=(0,e.toArray)(this.root.getElementsByTagName("script"));a.forEach(function(a){a.parentNode.removeChild(a)})},disableHyperlinks:function(){var a=(0,e.toArray)(this.root.getElementsByTagName("a"));a.forEach(function(a){a.addEventListener("click",function(a){return a.preventDefault()},!1)})}}},{"../utils":14}],14:[function(a,b,c){"use strict";function d(a){return Array.prototype.slice.call(a)}Object.defineProperty(c,"__esModule",{value:!0}),c.toArray=d},{}],15:[function(a,b,c){function d(){this._events=this._events||{},this._maxListeners=this._maxListeners||void 0}function e(a){return"function"==typeof a}function f(a){return"number"==typeof a}function g(a){return"object"==typeof a&&null!==a}function h(a){return void 0===a}b.exports=d,d.EventEmitter=d,d.prototype._events=void 0,d.prototype._maxListeners=void 0,d.defaultMaxListeners=10,d.prototype.setMaxListeners=function(a){if(!f(a)||0>a||isNaN(a))throw TypeError("n must be a positive number");return this._maxListeners=a,this},d.prototype.emit=function(a){var b,c,d,f,i,j;if(this._events||(this._events={}),"error"===a&&(!this._events.error||g(this._events.error)&&!this._events.error.length)){if(b=arguments[1],b instanceof Error)throw b;throw TypeError('Uncaught, unspecified "error" event.')}if(c=this._events[a],h(c))return!1;if(e(c))switch(arguments.length){case 1:c.call(this);break;case 2:c.call(this,arguments[1]);break;case 3:c.call(this,arguments[1],arguments[2]);break;default:for(d=arguments.length,f=new Array(d-1),i=1;d>i;i++)f[i-1]=arguments[i];c.apply(this,f)}else if(g(c)){for(d=arguments.length,f=new Array(d-1),i=1;d>i;i++)f[i-1]=arguments[i];for(j=c.slice(),d=j.length,i=0;d>i;i++)j[i].apply(this,f)}return!0},d.prototype.addListener=function(a,b){var c;if(!e(b))throw TypeError("listener must be a function");if(this._events||(this._events={}),this._events.newListener&&this.emit("newListener",a,e(b.listener)?b.listener:b),this._events[a]?g(this._events[a])?this._events[a].push(b):this._events[a]=[this._events[a],b]:this._events[a]=b,g(this._events[a])&&!this._events[a].warned){var c;c=h(this._maxListeners)?d.defaultMaxListeners:this._maxListeners,c&&c>0&&this._events[a].length>c&&(this._events[a].warned=!0,console.error("(node) warning: possible EventEmitter memory leak detected. %d listeners added. Use emitter.setMaxListeners() to increase limit.",this._events[a].length),"function"==typeof console.trace&&console.trace())}return this},d.prototype.on=d.prototype.addListener,d.prototype.once=function(a,b){function c(){this.removeListener(a,c),d||(d=!0,b.apply(this,arguments))}if(!e(b))throw TypeError("listener must be a function");var d=!1;return c.listener=b,this.on(a,c),this},d.prototype.removeListener=function(a,b){var c,d,f,h;if(!e(b))throw TypeError("listener must be a function");if(!this._events||!this._events[a])return this;if(c=this._events[a],f=c.length,d=-1,c===b||e(c.listener)&&c.listener===b)delete this._events[a],this._events.removeListener&&this.emit("removeListener",a,b);else if(g(c)){for(h=f;h-- >0;)if(c[h]===b||c[h].listener&&c[h].listener===b){d=h;break}if(0>d)return this;1===c.length?(c.length=0,delete this._events[a]):c.splice(d,1),this._events.removeListener&&this.emit("removeListener",a,b)}return this},d.prototype.removeAllListeners=function(a){var b,c;if(!this._events)return this;if(!this._events.removeListener)return 0===arguments.length?this._events={}:this._events[a]&&delete this._events[a],this;if(0===arguments.length){for(b in this._events)"removeListener"!==b&&this.removeAllListeners(b);return this.removeAllListeners("removeListener"),this._events={},this}if(c=this._events[a],e(c))this.removeListener(a,c);else for(;c.length;)this.removeListener(a,c[c.length-1]);return delete this._events[a],this},d.prototype.listeners=function(a){var b;return b=this._events&&this._events[a]?e(this._events[a])?[this._events[a]]:this._events[a].slice():[]},d.listenerCount=function(a,b){var c;return c=a._events&&a._events[b]?e(a._events[b])?1:a._events[b].length:0}},{}]},{},[3]);</script>
</body>
</html>