Datasets:

Modalities:
Image
Size:
< 1K
Libraries:
Datasets
License:
File size: 90,955 Bytes
0369da0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="259.847409" height="120.583941" viewBox="0 0 259.847409 120.583941">
<defs>
<g>
<g id="glyph-0-0">
<path d="M -3.1875 -4.578125 C -3.984375 -4.578125 -4.78125 -4.53125 -5.515625 -4.1875 C -6.484375 -3.734375 -6.640625 -2.90625 -6.640625 -2.5 C -6.640625 -1.890625 -6.375 -1.171875 -5.453125 -0.75 C -4.765625 -0.4375 -3.984375 -0.390625 -3.1875 -0.390625 C -2.4375 -0.390625 -1.546875 -0.421875 -0.78125 -0.84375 C 0.015625 -1.265625 0.21875 -2 0.21875 -2.484375 C 0.21875 -3.015625 0.015625 -3.78125 -0.9375 -4.21875 C -1.625 -4.53125 -2.40625 -4.578125 -3.1875 -4.578125 Z M 0 -2.484375 C 0 -2.09375 -0.25 -1.5 -1.203125 -1.328125 C -1.796875 -1.21875 -2.71875 -1.21875 -3.3125 -1.21875 C -3.953125 -1.21875 -4.609375 -1.21875 -5.140625 -1.296875 C -6.328125 -1.484375 -6.421875 -2.234375 -6.421875 -2.484375 C -6.421875 -2.8125 -6.234375 -3.46875 -5.25 -3.65625 C -4.6875 -3.765625 -3.9375 -3.765625 -3.3125 -3.765625 C -2.5625 -3.765625 -1.890625 -3.765625 -1.25 -3.65625 C -0.296875 -3.5 0 -2.9375 0 -2.484375 Z M 0 -2.484375 "/>
</g>
<g id="glyph-0-1">
<path d="M -2 -4.46875 C -3.1875 -4.46875 -4.1875 -3.65625 -4.1875 -2.578125 C -4.1875 -2.109375 -4.03125 -1.671875 -3.671875 -1.3125 L -5.625 -1.3125 C -5.5625 -1.515625 -5.5 -1.84375 -5.5 -2.15625 C -5.5 -3.390625 -6.40625 -4.09375 -6.53125 -4.09375 C -6.59375 -4.09375 -6.640625 -4.0625 -6.640625 -3.984375 C -6.640625 -3.984375 -6.640625 -3.953125 -6.609375 -3.90625 C -6.515625 -3.703125 -6.3125 -3.21875 -6.3125 -2.546875 C -6.3125 -2.15625 -6.390625 -1.6875 -6.59375 -1.21875 C -6.625 -1.140625 -6.625 -1.125 -6.625 -1.109375 C -6.625 -1 -6.546875 -1 -6.390625 -1 L -3.4375 -1 C -3.265625 -1 -3.1875 -1 -3.1875 -1.140625 C -3.1875 -1.21875 -3.203125 -1.234375 -3.265625 -1.28125 C -3.421875 -1.390625 -3.96875 -1.75 -3.96875 -2.5625 C -3.96875 -3.078125 -3.515625 -3.328125 -3.328125 -3.40625 C -2.953125 -3.5625 -2.578125 -3.59375 -2.078125 -3.59375 C -1.71875 -3.59375 -1.125 -3.59375 -0.703125 -3.34375 C -0.3125 -3.109375 -0.0625 -2.734375 -0.0625 -2.28125 C -0.0625 -1.5625 -0.59375 -0.984375 -1.171875 -0.8125 C -1.171875 -0.84375 -1.15625 -0.875 -1.15625 -0.984375 C -1.15625 -1.3125 -1.40625 -1.484375 -1.640625 -1.484375 C -1.890625 -1.484375 -2.140625 -1.3125 -2.140625 -0.984375 C -2.140625 -0.84375 -2.0625 -0.5 -1.609375 -0.5 C -0.75 -0.5 0.21875 -1.1875 0.21875 -2.296875 C 0.21875 -3.453125 -0.734375 -4.46875 -2 -4.46875 Z M -2 -4.46875 "/>
</g>
<g id="glyph-0-2">
<path d="M -0.78125 -1.359375 C -0.421875 -1.359375 -0.3125 -1.328125 -0.3125 -0.5625 L -0.3125 -0.328125 L 0 -0.328125 L 0 -6.078125 L -2.578125 -6.5 L -2.578125 -6.25 C -1.03125 -6 -0.3125 -5.765625 -0.3125 -4.0625 L -0.3125 -2.734375 C -0.3125 -2.265625 -0.375 -2.25 -0.703125 -2.25 L -3.375 -2.25 L -3.375 -3.140625 C -3.375 -4.109375 -3.046875 -4.21875 -2.203125 -4.21875 L -2.203125 -4.46875 L -4.84375 -4.46875 L -4.84375 -4.21875 C -3.984375 -4.21875 -3.671875 -4.109375 -3.671875 -3.140625 L -3.671875 -2.25 L -6.078125 -2.25 C -6.40625 -2.25 -6.46875 -2.265625 -6.46875 -2.734375 L -6.46875 -4.015625 C -6.46875 -5.546875 -5.921875 -5.8125 -4.53125 -5.96875 L -4.53125 -6.21875 L -6.78125 -5.9375 L -6.78125 -0.328125 L -6.46875 -0.328125 L -6.46875 -0.5625 C -6.46875 -1.328125 -6.359375 -1.359375 -6 -1.359375 Z M -0.78125 -1.359375 "/>
</g>
<g id="glyph-0-3">
<path d="M -2.34375 -2.859375 C -2.71875 -3.15625 -3.203125 -3.53125 -3.46875 -3.78125 C -3.828125 -4.09375 -3.984375 -4.5 -3.984375 -4.96875 L -4.296875 -4.96875 C -4.28125 -4.703125 -4.265625 -4.40625 -4.265625 -4.140625 C -4.265625 -3.84375 -4.28125 -3.3125 -4.296875 -3.1875 L -3.984375 -3.1875 C -3.96875 -3.40625 -3.84375 -3.484375 -3.671875 -3.484375 C -3.515625 -3.484375 -3.390625 -3.375 -3.328125 -3.328125 L -2.546875 -2.71875 L -3.5625 -1.9375 C -3.65625 -1.84375 -3.671875 -1.84375 -3.734375 -1.84375 C -3.890625 -1.84375 -3.984375 -2 -3.984375 -2.1875 L -4.296875 -2.1875 C -4.28125 -1.9375 -4.265625 -1.28125 -4.265625 -1.109375 C -4.265625 -0.90625 -4.28125 -0.4375 -4.296875 -0.171875 L -3.984375 -0.171875 C -3.984375 -0.875 -3.984375 -0.875 -3.375 -1.34375 L -2.09375 -2.328125 L -0.90625 -1.390625 C -0.328125 -0.921875 -0.3125 -0.328125 -0.3125 -0.125 L 0 -0.125 C -0.015625 -0.375 -0.03125 -0.6875 -0.03125 -0.953125 C -0.03125 -1.234375 -0.015625 -1.65625 0 -1.890625 L -0.3125 -1.890625 C -0.34375 -1.671875 -0.46875 -1.609375 -0.625 -1.609375 C -0.84375 -1.609375 -1.171875 -1.890625 -1.890625 -2.5 L -0.890625 -3.265625 C -0.78125 -3.34375 -0.625 -3.46875 -0.5625 -3.46875 C -0.46875 -3.46875 -0.3125 -3.375 -0.3125 -3.109375 L 0 -3.109375 C -0.015625 -3.40625 -0.03125 -3.96875 -0.03125 -4.1875 C -0.03125 -4.453125 -0.015625 -4.84375 0 -5.140625 L -0.3125 -5.140625 C -0.3125 -4.609375 -0.328125 -4.421875 -0.625 -4.203125 Z M -2.34375 -2.859375 "/>
</g>
<g id="glyph-0-4">
<path d="M -3.75 -1.71875 L -4.40625 -1.71875 L -4.296875 -0.28125 L -3.984375 -0.28125 C -3.984375 -0.984375 -3.921875 -1.0625 -3.484375 -1.0625 L 1.171875 -1.0625 C 1.625 -1.0625 1.625 -0.953125 1.625 -0.28125 L 1.9375 -0.28125 C 1.921875 -0.625 1.90625 -1.140625 1.90625 -1.390625 C 1.90625 -1.671875 1.921875 -2.171875 1.9375 -2.515625 L 1.625 -2.515625 C 1.625 -1.859375 1.625 -1.75 1.171875 -1.75 L -0.59375 -1.75 C -0.421875 -1.796875 0.109375 -2.21875 0.109375 -2.96875 C 0.109375 -4.15625 -0.875 -5.1875 -2.15625 -5.1875 C -3.421875 -5.1875 -4.40625 -4.234375 -4.40625 -3.109375 C -4.40625 -2.328125 -3.96875 -1.90625 -3.75 -1.71875 Z M -1.140625 -1.75 L -3.359375 -1.75 C -3.875 -2.03125 -4.15625 -2.515625 -4.15625 -3.03125 C -4.15625 -3.765625 -3.28125 -4.359375 -2.15625 -4.359375 C -0.953125 -4.359375 -0.109375 -3.671875 -0.109375 -2.9375 C -0.109375 -2.53125 -0.3125 -2.15625 -0.71875 -1.890625 C -0.921875 -1.75 -0.9375 -1.75 -1.140625 -1.75 Z M -1.140625 -1.75 "/>
</g>
<g id="glyph-0-5">
<path d="M -2.515625 -1.109375 C -4 -1.171875 -4.25 -2.015625 -4.25 -2.359375 C -4.25 -3.375 -2.90625 -3.484375 -2.515625 -3.484375 Z M -2.296875 -1.109375 L -2.296875 -3.890625 C -2.296875 -4.109375 -2.296875 -4.140625 -2.515625 -4.140625 C -3.5 -4.140625 -4.46875 -3.59375 -4.46875 -2.359375 C -4.46875 -1.203125 -3.4375 -0.28125 -2.1875 -0.28125 C -0.859375 -0.28125 0.109375 -1.328125 0.109375 -2.46875 C 0.109375 -3.6875 -1 -4.140625 -1.1875 -4.140625 C -1.28125 -4.140625 -1.3125 -4.0625 -1.3125 -4 C -1.3125 -3.921875 -1.25 -3.890625 -1.171875 -3.875 C -0.140625 -3.53125 -0.140625 -2.625 -0.140625 -2.53125 C -0.140625 -2.03125 -0.4375 -1.640625 -0.8125 -1.40625 C -1.28125 -1.109375 -1.9375 -1.109375 -2.296875 -1.109375 Z M -2.296875 -1.109375 "/>
</g>
<g id="glyph-0-6">
<path d="M -3.3125 -1.671875 L -4.40625 -1.671875 L -4.296875 -0.28125 L -3.984375 -0.28125 C -3.984375 -0.984375 -3.921875 -1.0625 -3.421875 -1.0625 L -0.75 -1.0625 C -0.3125 -1.0625 -0.3125 -0.953125 -0.3125 -0.28125 L 0 -0.28125 C -0.015625 -0.671875 -0.03125 -1.140625 -0.03125 -1.421875 C -0.03125 -1.8125 -0.03125 -2.28125 0 -2.6875 L -0.3125 -2.6875 L -0.3125 -2.46875 C -0.3125 -1.734375 -0.421875 -1.71875 -0.78125 -1.71875 L -2.3125 -1.71875 C -3.296875 -1.71875 -4.1875 -2.140625 -4.1875 -2.890625 C -4.1875 -2.953125 -4.1875 -2.984375 -4.171875 -3 C -4.171875 -2.96875 -4.046875 -2.765625 -3.78125 -2.765625 C -3.515625 -2.765625 -3.359375 -2.984375 -3.359375 -3.203125 C -3.359375 -3.375 -3.484375 -3.625 -3.796875 -3.625 C -4.109375 -3.625 -4.40625 -3.3125 -4.40625 -2.890625 C -4.40625 -2.15625 -3.734375 -1.796875 -3.3125 -1.671875 Z M -3.3125 -1.671875 "/>
</g>
<g id="glyph-0-7">
<path d="M -3.984375 -1.71875 L -3.984375 -3.15625 L -4.296875 -3.15625 L -4.296875 -1.71875 L -6.125 -1.71875 L -6.125 -1.46875 C -5.3125 -1.46875 -4.25 -1.171875 -4.203125 -0.1875 L -3.984375 -0.1875 L -3.984375 -1.03125 L -1.234375 -1.03125 C -0.015625 -1.03125 0.109375 -1.96875 0.109375 -2.328125 C 0.109375 -3.03125 -0.59375 -3.3125 -1.234375 -3.3125 L -1.796875 -3.3125 L -1.796875 -3.0625 L -1.25 -3.0625 C -0.515625 -3.0625 -0.140625 -2.765625 -0.140625 -2.390625 C -0.140625 -1.71875 -1.046875 -1.71875 -1.21875 -1.71875 Z M -3.984375 -1.71875 "/>
</g>
<g id="glyph-0-8">
<path d="M -3.421875 -1.09375 L -0.75 -1.09375 C -0.3125 -1.09375 -0.3125 -0.984375 -0.3125 -0.3125 L 0 -0.3125 C -0.015625 -0.671875 -0.03125 -1.171875 -0.03125 -1.453125 C -0.03125 -1.703125 -0.015625 -2.21875 0 -2.5625 L -0.3125 -2.5625 C -0.3125 -1.890625 -0.3125 -1.78125 -0.75 -1.78125 L -2.59375 -1.78125 C -3.625 -1.78125 -4.1875 -2.5 -4.1875 -3.125 C -4.1875 -3.765625 -3.65625 -3.875 -3.078125 -3.875 L -0.75 -3.875 C -0.3125 -3.875 -0.3125 -3.765625 -0.3125 -3.09375 L 0 -3.09375 C -0.015625 -3.4375 -0.03125 -3.953125 -0.03125 -4.21875 C -0.03125 -4.46875 -0.015625 -5 0 -5.328125 L -0.3125 -5.328125 C -0.3125 -4.8125 -0.3125 -4.5625 -0.609375 -4.5625 L -2.515625 -4.5625 C -3.375 -4.5625 -3.671875 -4.5625 -4.03125 -4.25 C -4.203125 -4.109375 -4.40625 -3.78125 -4.40625 -3.203125 C -4.40625 -2.46875 -3.984375 -2 -3.359375 -1.71875 L -4.40625 -1.71875 L -4.296875 -0.3125 L -3.984375 -0.3125 C -3.984375 -1.015625 -3.921875 -1.09375 -3.421875 -1.09375 Z M -3.421875 -1.09375 "/>
</g>
<g id="glyph-0-9">
<path d="M -2.140625 -4.6875 C -3.40625 -4.6875 -4.46875 -3.703125 -4.46875 -2.5 C -4.46875 -1.25 -3.375 -0.28125 -2.140625 -0.28125 C -0.84375 -0.28125 0.109375 -1.3125 0.109375 -2.484375 C 0.109375 -3.6875 -0.875 -4.6875 -2.140625 -4.6875 Z M -0.140625 -2.5 C -0.140625 -2.0625 -0.34375 -1.625 -0.8125 -1.359375 C -1.25 -1.109375 -1.859375 -1.109375 -2.21875 -1.109375 C -2.609375 -1.109375 -3.140625 -1.109375 -3.578125 -1.34375 C -4.03125 -1.609375 -4.25 -2.078125 -4.25 -2.484375 C -4.25 -2.921875 -4.03125 -3.34375 -3.59375 -3.609375 C -3.171875 -3.875 -2.59375 -3.875 -2.21875 -3.875 C -1.859375 -3.875 -1.3125 -3.875 -0.875 -3.65625 C -0.421875 -3.421875 -0.140625 -2.984375 -0.140625 -2.5 Z M -0.140625 -2.5 "/>
</g>
<g id="glyph-0-10">
<path d="M -3.421875 -1.09375 L -0.75 -1.09375 C -0.3125 -1.09375 -0.3125 -0.984375 -0.3125 -0.3125 L 0 -0.3125 C -0.015625 -0.671875 -0.03125 -1.171875 -0.03125 -1.453125 C -0.03125 -1.703125 -0.015625 -2.21875 0 -2.5625 L -0.3125 -2.5625 C -0.3125 -1.890625 -0.3125 -1.78125 -0.75 -1.78125 L -2.59375 -1.78125 C -3.625 -1.78125 -4.1875 -2.5 -4.1875 -3.125 C -4.1875 -3.765625 -3.65625 -3.875 -3.078125 -3.875 L -0.75 -3.875 C -0.3125 -3.875 -0.3125 -3.765625 -0.3125 -3.09375 L 0 -3.09375 C -0.015625 -3.4375 -0.03125 -3.953125 -0.03125 -4.21875 C -0.03125 -4.46875 -0.015625 -5 0 -5.328125 L -0.3125 -5.328125 C -0.3125 -4.671875 -0.3125 -4.5625 -0.75 -4.5625 L -2.59375 -4.5625 C -3.625 -4.5625 -4.1875 -5.265625 -4.1875 -5.90625 C -4.1875 -6.53125 -3.65625 -6.640625 -3.078125 -6.640625 L -0.75 -6.640625 C -0.3125 -6.640625 -0.3125 -6.53125 -0.3125 -5.859375 L 0 -5.859375 C -0.015625 -6.203125 -0.03125 -6.71875 -0.03125 -6.984375 C -0.03125 -7.25 -0.015625 -7.765625 0 -8.109375 L -0.3125 -8.109375 C -0.3125 -7.59375 -0.3125 -7.34375 -0.609375 -7.328125 L -2.515625 -7.328125 C -3.375 -7.328125 -3.671875 -7.328125 -4.03125 -7.015625 C -4.203125 -6.875 -4.40625 -6.546875 -4.40625 -5.96875 C -4.40625 -5.140625 -3.8125 -4.6875 -3.421875 -4.53125 C -4.296875 -4.390625 -4.40625 -3.65625 -4.40625 -3.203125 C -4.40625 -2.46875 -3.984375 -2 -3.359375 -1.71875 L -4.40625 -1.71875 L -4.296875 -0.3125 L -3.984375 -0.3125 C -3.984375 -1.015625 -3.921875 -1.09375 -3.421875 -1.09375 Z M -3.421875 -1.09375 "/>
</g>
<g id="glyph-0-11">
<path d="M -0.75 -3.3125 C -0.359375 -3.359375 0.0625 -3.625 0.0625 -4.09375 C 0.0625 -4.3125 -0.078125 -4.921875 -0.890625 -4.921875 L -1.453125 -4.921875 L -1.453125 -4.671875 L -0.890625 -4.671875 C -0.3125 -4.671875 -0.25 -4.421875 -0.25 -4.3125 C -0.25 -3.984375 -0.703125 -3.9375 -0.75 -3.9375 L -2.734375 -3.9375 C -3.15625 -3.9375 -3.546875 -3.9375 -3.921875 -3.578125 C -4.3125 -3.1875 -4.46875 -2.6875 -4.46875 -2.21875 C -4.46875 -1.390625 -4 -0.703125 -3.34375 -0.703125 C -3.046875 -0.703125 -2.875 -0.90625 -2.875 -1.171875 C -2.875 -1.453125 -3.078125 -1.625 -3.328125 -1.625 C -3.453125 -1.625 -3.78125 -1.578125 -3.78125 -1.109375 C -4.140625 -1.390625 -4.25 -1.875 -4.25 -2.1875 C -4.25 -2.6875 -3.859375 -3.25 -2.96875 -3.25 L -2.609375 -3.25 C -2.578125 -2.734375 -2.546875 -2.046875 -2.25 -1.421875 C -1.90625 -0.671875 -1.390625 -0.421875 -0.953125 -0.421875 C -0.140625 -0.421875 0.109375 -1.390625 0.109375 -2.015625 C 0.109375 -2.671875 -0.296875 -3.125 -0.75 -3.3125 Z M -2.390625 -3.25 L -1.390625 -3.25 C -0.453125 -3.25 -0.109375 -2.53125 -0.109375 -2.078125 C -0.109375 -1.59375 -0.453125 -1.1875 -0.953125 -1.1875 C -1.5 -1.1875 -2.328125 -1.609375 -2.390625 -3.25 Z M -2.390625 -3.25 "/>
</g>
<g id="glyph-0-12">
<path d="M -6.921875 -1.765625 L -6.8125 -0.328125 L -6.5 -0.328125 C -6.5 -1.03125 -6.4375 -1.109375 -5.9375 -1.109375 L -0.75 -1.109375 C -0.3125 -1.109375 -0.3125 -1 -0.3125 -0.328125 L 0 -0.328125 C -0.015625 -0.65625 -0.03125 -1.1875 -0.03125 -1.4375 C -0.03125 -1.6875 -0.015625 -2.171875 0 -2.546875 L -0.3125 -2.546875 C -0.3125 -1.875 -0.3125 -1.765625 -0.75 -1.765625 Z M -6.921875 -1.765625 "/>
</g>
<g id="glyph-0-13">
<path d="M -4.40625 -1.765625 L -4.296875 -0.375 L -3.984375 -0.375 C -3.984375 -1.015625 -3.921875 -1.109375 -3.4375 -1.109375 L -0.75 -1.109375 C -0.3125 -1.109375 -0.3125 -1 -0.3125 -0.328125 L 0 -0.328125 C -0.015625 -0.640625 -0.03125 -1.1875 -0.03125 -1.421875 C -0.03125 -1.78125 -0.015625 -2.125 0 -2.46875 L -0.3125 -2.46875 C -0.3125 -1.796875 -0.359375 -1.765625 -0.75 -1.765625 Z M -6.140625 -1.796875 C -6.453125 -1.796875 -6.671875 -1.5625 -6.671875 -1.28125 C -6.671875 -0.96875 -6.40625 -0.75 -6.140625 -0.75 C -5.875 -0.75 -5.609375 -0.96875 -5.609375 -1.28125 C -5.609375 -1.5625 -5.828125 -1.796875 -6.140625 -1.796875 Z M -6.140625 -1.796875 "/>
</g>
<g id="glyph-0-14">
<path d="M -4 -3.890625 C -4.109375 -3.984375 -4.125 -3.984375 -4.171875 -3.984375 C -4.296875 -3.984375 -4.296875 -3.890625 -4.296875 -3.71875 L -4.296875 -0.53125 L -2.6875 -0.421875 L -2.6875 -0.671875 C -3.703125 -0.734375 -4.078125 -0.921875 -4.078125 -2.015625 L -4.078125 -3.15625 L -0.3125 -0.375 C -0.203125 -0.28125 -0.1875 -0.28125 -0.140625 -0.28125 C 0 -0.28125 0 -0.34375 0 -0.53125 L 0 -3.828125 L -1.859375 -4 L -1.859375 -3.75 C -0.6875 -3.65625 -0.25 -3.453125 -0.25 -2.296875 L -0.25 -1.109375 Z M -4 -3.890625 "/>
</g>
<g id="glyph-0-15">
<path d="M -0.546875 -3.78125 L 0.109375 -3.78125 L 0 -5.25 L -0.3125 -5.25 C -0.3125 -4.5625 -0.375 -4.46875 -0.875 -4.46875 L -6.921875 -4.46875 L -6.8125 -3.046875 L -6.5 -3.046875 C -6.5 -3.734375 -6.4375 -3.8125 -5.9375 -3.8125 L -3.78125 -3.8125 C -4.140625 -3.53125 -4.40625 -3.09375 -4.40625 -2.5625 C -4.40625 -1.390625 -3.421875 -0.34375 -2.140625 -0.34375 C -0.875 -0.34375 0.109375 -1.3125 0.109375 -2.453125 C 0.109375 -3.09375 -0.234375 -3.53125 -0.546875 -3.78125 Z M -3.21875 -3.78125 L -1.171875 -3.78125 C -1 -3.78125 -0.984375 -3.78125 -0.8125 -3.671875 C -0.328125 -3.375 -0.109375 -2.9375 -0.109375 -2.5 C -0.109375 -2.046875 -0.375 -1.6875 -0.75 -1.453125 C -1.15625 -1.203125 -1.71875 -1.171875 -2.140625 -1.171875 C -2.5 -1.171875 -3.09375 -1.1875 -3.546875 -1.46875 C -3.859375 -1.6875 -4.1875 -2.0625 -4.1875 -2.609375 C -4.1875 -2.953125 -4.03125 -3.375 -3.59375 -3.671875 C -3.421875 -3.78125 -3.40625 -3.78125 -3.21875 -3.78125 Z M -3.21875 -3.78125 "/>
</g>
<g id="glyph-0-16">
<path d="M -0.78125 -3.890625 L 0.109375 -3.890625 L 0 -5.328125 L -0.3125 -5.328125 C -0.3125 -4.640625 -0.375 -4.5625 -0.875 -4.5625 L -4.40625 -4.5625 L -4.296875 -3.09375 L -3.984375 -3.09375 C -3.984375 -3.78125 -3.921875 -3.875 -3.421875 -3.875 L -1.65625 -3.875 C -0.78125 -3.875 -0.109375 -3.390625 -0.109375 -2.65625 C -0.109375 -1.828125 -0.578125 -1.78125 -1.09375 -1.78125 L -4.40625 -1.78125 L -4.296875 -0.3125 L -3.984375 -0.3125 C -3.984375 -1.09375 -3.953125 -1.09375 -3.078125 -1.09375 L -1.578125 -1.09375 C -0.796875 -1.09375 0.109375 -1.09375 0.109375 -2.609375 C 0.109375 -3.171875 -0.171875 -3.609375 -0.78125 -3.890625 Z M -0.78125 -3.890625 "/>
</g>
<g id="glyph-1-0">
<path d="M -0.53125 -1.90625 C -0.8125 -1.90625 -1.0625 -1.671875 -1.0625 -1.390625 C -1.0625 -1.09375 -0.8125 -0.859375 -0.53125 -0.859375 C -0.234375 -0.859375 0 -1.09375 0 -1.390625 C 0 -1.671875 -0.234375 -1.90625 -0.53125 -1.90625 Z M -0.53125 -1.90625 "/>
</g>
<g id="glyph-2-0">
<path d="M 4.578125 -3.1875 C 4.578125 -3.984375 4.53125 -4.78125 4.1875 -5.515625 C 3.734375 -6.484375 2.90625 -6.640625 2.5 -6.640625 C 1.890625 -6.640625 1.171875 -6.375 0.75 -5.453125 C 0.4375 -4.765625 0.390625 -3.984375 0.390625 -3.1875 C 0.390625 -2.4375 0.421875 -1.546875 0.84375 -0.78125 C 1.265625 0.015625 2 0.21875 2.484375 0.21875 C 3.015625 0.21875 3.78125 0.015625 4.21875 -0.9375 C 4.53125 -1.625 4.578125 -2.40625 4.578125 -3.1875 Z M 2.484375 0 C 2.09375 0 1.5 -0.25 1.328125 -1.203125 C 1.21875 -1.796875 1.21875 -2.71875 1.21875 -3.3125 C 1.21875 -3.953125 1.21875 -4.609375 1.296875 -5.140625 C 1.484375 -6.328125 2.234375 -6.421875 2.484375 -6.421875 C 2.8125 -6.421875 3.46875 -6.234375 3.65625 -5.25 C 3.765625 -4.6875 3.765625 -3.9375 3.765625 -3.3125 C 3.765625 -2.5625 3.765625 -1.890625 3.65625 -1.25 C 3.5 -0.296875 2.9375 0 2.484375 0 Z M 2.484375 0 "/>
</g>
<g id="glyph-2-1">
<path d="M 4.75 -6.078125 C 4.828125 -6.1875 4.828125 -6.203125 4.828125 -6.421875 L 2.40625 -6.421875 C 1.203125 -6.421875 1.171875 -6.546875 1.140625 -6.734375 L 0.890625 -6.734375 L 0.5625 -4.6875 L 0.8125 -4.6875 C 0.84375 -4.84375 0.921875 -5.46875 1.0625 -5.59375 C 1.125 -5.65625 1.90625 -5.65625 2.03125 -5.65625 L 4.09375 -5.65625 C 3.984375 -5.5 3.203125 -4.40625 2.984375 -4.078125 C 2.078125 -2.734375 1.75 -1.34375 1.75 -0.328125 C 1.75 -0.234375 1.75 0.21875 2.21875 0.21875 C 2.671875 0.21875 2.671875 -0.234375 2.671875 -0.328125 L 2.671875 -0.84375 C 2.671875 -1.390625 2.703125 -1.9375 2.78125 -2.46875 C 2.828125 -2.703125 2.953125 -3.5625 3.40625 -4.171875 Z M 4.75 -6.078125 "/>
</g>
<g id="glyph-2-2">
<path d="M 1.625 -4.5625 C 1.171875 -4.859375 1.125 -5.1875 1.125 -5.359375 C 1.125 -5.96875 1.78125 -6.390625 2.484375 -6.390625 C 3.203125 -6.390625 3.84375 -5.875 3.84375 -5.15625 C 3.84375 -4.578125 3.453125 -4.109375 2.859375 -3.765625 Z M 3.078125 -3.609375 C 3.796875 -3.984375 4.28125 -4.5 4.28125 -5.15625 C 4.28125 -6.078125 3.40625 -6.640625 2.5 -6.640625 C 1.5 -6.640625 0.6875 -5.90625 0.6875 -4.96875 C 0.6875 -4.796875 0.703125 -4.34375 1.125 -3.875 C 1.234375 -3.765625 1.609375 -3.515625 1.859375 -3.34375 C 1.28125 -3.046875 0.421875 -2.5 0.421875 -1.5 C 0.421875 -0.453125 1.4375 0.21875 2.484375 0.21875 C 3.609375 0.21875 4.5625 -0.609375 4.5625 -1.671875 C 4.5625 -2.03125 4.453125 -2.484375 4.0625 -2.90625 C 3.875 -3.109375 3.71875 -3.203125 3.078125 -3.609375 Z M 2.078125 -3.1875 L 3.3125 -2.40625 C 3.59375 -2.21875 4.0625 -1.921875 4.0625 -1.3125 C 4.0625 -0.578125 3.3125 -0.0625 2.5 -0.0625 C 1.640625 -0.0625 0.921875 -0.671875 0.921875 -1.5 C 0.921875 -2.078125 1.234375 -2.71875 2.078125 -3.1875 Z M 2.078125 -3.1875 "/>
</g>
<g id="glyph-2-3">
<path d="M 3.65625 -3.171875 L 3.65625 -2.84375 C 3.65625 -0.515625 2.625 -0.0625 2.046875 -0.0625 C 1.875 -0.0625 1.328125 -0.078125 1.0625 -0.421875 C 1.5 -0.421875 1.578125 -0.703125 1.578125 -0.875 C 1.578125 -1.1875 1.34375 -1.328125 1.125 -1.328125 C 0.96875 -1.328125 0.671875 -1.25 0.671875 -0.859375 C 0.671875 -0.1875 1.203125 0.21875 2.046875 0.21875 C 3.34375 0.21875 4.5625 -1.140625 4.5625 -3.28125 C 4.5625 -5.96875 3.40625 -6.640625 2.515625 -6.640625 C 1.96875 -6.640625 1.484375 -6.453125 1.0625 -6.015625 C 0.640625 -5.5625 0.421875 -5.140625 0.421875 -4.390625 C 0.421875 -3.15625 1.296875 -2.171875 2.40625 -2.171875 C 3.015625 -2.171875 3.421875 -2.59375 3.65625 -3.171875 Z M 2.421875 -2.40625 C 2.265625 -2.40625 1.796875 -2.40625 1.5 -3.03125 C 1.3125 -3.40625 1.3125 -3.890625 1.3125 -4.390625 C 1.3125 -4.921875 1.3125 -5.390625 1.53125 -5.765625 C 1.796875 -6.265625 2.171875 -6.390625 2.515625 -6.390625 C 2.984375 -6.390625 3.3125 -6.046875 3.484375 -5.609375 C 3.59375 -5.28125 3.640625 -4.65625 3.640625 -4.203125 C 3.640625 -3.375 3.296875 -2.40625 2.421875 -2.40625 Z M 2.421875 -2.40625 "/>
</g>
<g id="glyph-2-4">
<path d="M 2.9375 -6.375 C 2.9375 -6.625 2.9375 -6.640625 2.703125 -6.640625 C 2.078125 -6 1.203125 -6 0.890625 -6 L 0.890625 -5.6875 C 1.09375 -5.6875 1.671875 -5.6875 2.1875 -5.953125 L 2.1875 -0.78125 C 2.1875 -0.421875 2.15625 -0.3125 1.265625 -0.3125 L 0.953125 -0.3125 L 0.953125 0 C 1.296875 -0.03125 2.15625 -0.03125 2.5625 -0.03125 C 2.953125 -0.03125 3.828125 -0.03125 4.171875 0 L 4.171875 -0.3125 L 3.859375 -0.3125 C 2.953125 -0.3125 2.9375 -0.421875 2.9375 -0.78125 Z M 2.9375 -6.375 "/>
</g>
<g id="glyph-3-0">
<path d="M 1.90625 -0.53125 C 1.90625 -0.8125 1.671875 -1.0625 1.390625 -1.0625 C 1.09375 -1.0625 0.859375 -0.8125 0.859375 -0.53125 C 0.859375 -0.234375 1.09375 0 1.390625 0 C 1.671875 0 1.90625 -0.234375 1.90625 -0.53125 Z M 1.90625 -0.53125 "/>
</g>
<g id="glyph-3-1">
<path d="M 0.59375 -0.390625 C 0.546875 -0.25 0.546875 -0.234375 0.546875 -0.15625 C 0.546875 0.015625 0.6875 0.109375 0.84375 0.109375 C 1.140625 0.109375 1.203125 -0.125 1.28125 -0.453125 C 1.375 -0.8125 1.3125 -0.625 1.75 -2.296875 C 2.578125 -2.265625 3.453125 -2.09375 3.453125 -1.453125 C 3.453125 -1.375 3.453125 -1.328125 3.421875 -1.21875 C 3.390625 -1.0625 3.375 -0.953125 3.375 -0.875 C 3.375 -0.296875 3.78125 0.109375 4.296875 0.109375 C 4.609375 0.109375 4.875 -0.0625 5.078125 -0.40625 C 5.328125 -0.828125 5.4375 -1.40625 5.4375 -1.421875 C 5.4375 -1.53125 5.359375 -1.53125 5.328125 -1.53125 C 5.21875 -1.53125 5.21875 -1.484375 5.1875 -1.34375 C 5 -0.65625 4.765625 -0.109375 4.3125 -0.109375 C 4.109375 -0.109375 4 -0.234375 4 -0.59375 C 4 -0.734375 4.03125 -0.984375 4.078125 -1.140625 C 4.09375 -1.234375 4.125 -1.359375 4.125 -1.46875 C 4.125 -2.40625 2.75 -2.484375 2.1875 -2.5 C 2.515625 -2.6875 2.84375 -2.953125 3.109375 -3.1875 C 3.5625 -3.5625 3.859375 -3.8125 4.25 -3.984375 C 4.234375 -3.921875 4.203125 -3.8125 4.203125 -3.765625 C 4.203125 -3.640625 4.28125 -3.40625 4.578125 -3.40625 C 4.90625 -3.40625 5.125 -3.703125 5.125 -3.953125 C 5.125 -4.03125 5.078125 -4.296875 4.71875 -4.296875 C 4.109375 -4.296875 3.53125 -3.796875 3.09375 -3.421875 C 2.40625 -2.84375 2.171875 -2.703125 1.8125 -2.578125 C 1.84375 -2.6875 1.96875 -3.1875 2.015625 -3.359375 C 2.078125 -3.625 2.1875 -4.09375 2.1875 -4.140625 C 2.1875 -4.3125 2.078125 -4.40625 1.90625 -4.40625 C 1.875 -4.40625 1.59375 -4.40625 1.5 -4.046875 Z M 0.59375 -0.390625 "/>
</g>
<g id="glyph-4-0">
<path d="M 2.75 -7.9375 C 2.671875 -8.15625 2.65625 -8.15625 2.375 -8.15625 L 0.53125 -8.15625 L 0.53125 -7.8125 L 0.765625 -7.8125 C 1.625 -7.8125 1.65625 -7.703125 1.65625 -7.25 L 1.65625 -1.234375 C 1.65625 -0.90625 1.65625 -0.34375 0.53125 -0.34375 L 0.53125 0 C 0.84375 -0.03125 1.46875 -0.03125 1.8125 -0.03125 C 2.140625 -0.03125 2.765625 -0.03125 3.078125 0 L 3.078125 -0.34375 C 1.953125 -0.34375 1.953125 -0.90625 1.953125 -1.234375 L 1.953125 -7.75 L 4.84375 -0.234375 C 4.890625 -0.09375 4.921875 0 5.046875 0 C 5.15625 0 5.171875 -0.0625 5.25 -0.234375 L 8.15625 -7.8125 L 8.15625 -0.90625 C 8.15625 -0.46875 8.125 -0.34375 7.265625 -0.34375 L 7.03125 -0.34375 L 7.03125 0 C 7.296875 -0.03125 8.265625 -0.03125 8.609375 -0.03125 C 8.953125 -0.03125 9.90625 -0.03125 10.1875 0 L 10.1875 -0.34375 L 9.9375 -0.34375 C 9.078125 -0.34375 9.046875 -0.46875 9.046875 -0.90625 L 9.046875 -7.25 C 9.046875 -7.703125 9.078125 -7.8125 9.9375 -7.8125 L 10.1875 -7.8125 L 10.1875 -8.15625 L 8.328125 -8.15625 C 8.0625 -8.15625 8.0625 -8.15625 7.953125 -7.921875 L 5.359375 -1.125 Z M 2.75 -7.9375 "/>
</g>
<g id="glyph-4-1">
<path d="M 4.578125 -2.765625 C 4.84375 -2.765625 4.859375 -2.765625 4.859375 -3 C 4.859375 -4.203125 4.21875 -5.328125 2.765625 -5.328125 C 1.40625 -5.328125 0.359375 -4.09375 0.359375 -2.625 C 0.359375 -1.046875 1.578125 0.125 2.90625 0.125 C 4.328125 0.125 4.859375 -1.171875 4.859375 -1.421875 C 4.859375 -1.5 4.8125 -1.546875 4.734375 -1.546875 C 4.640625 -1.546875 4.609375 -1.484375 4.59375 -1.421875 C 4.28125 -0.421875 3.484375 -0.140625 2.96875 -0.140625 C 2.46875 -0.140625 1.265625 -0.484375 1.265625 -2.546875 L 1.265625 -2.765625 Z M 1.28125 -3 C 1.375 -4.875 2.421875 -5.09375 2.765625 -5.09375 C 4.046875 -5.09375 4.109375 -3.40625 4.125 -3 Z M 1.28125 -3 "/>
</g>
<g id="glyph-4-2">
<path d="M 3.578125 -8.15625 L 3.578125 -7.8125 C 4.40625 -7.8125 4.5 -7.734375 4.5 -7.140625 L 4.5 -4.5 C 4.25 -4.859375 3.734375 -5.265625 3 -5.265625 C 1.609375 -5.265625 0.421875 -4.09375 0.421875 -2.5625 C 0.421875 -1.046875 1.546875 0.125 2.875 0.125 C 3.78125 0.125 4.296875 -0.484375 4.46875 -0.703125 L 4.46875 0.125 L 6.15625 0 L 6.15625 -0.34375 C 5.34375 -0.34375 5.25 -0.4375 5.25 -1.015625 L 5.25 -8.296875 Z M 4.46875 -1.40625 C 4.46875 -1.1875 4.46875 -1.140625 4.296875 -0.890625 C 4.015625 -0.46875 3.53125 -0.125 2.921875 -0.125 C 2.625 -0.125 1.328125 -0.234375 1.328125 -2.5625 C 1.328125 -3.421875 1.46875 -3.890625 1.734375 -4.296875 C 1.96875 -4.65625 2.453125 -5.03125 3.046875 -5.03125 C 3.796875 -5.03125 4.203125 -4.5 4.328125 -4.296875 C 4.46875 -4.09375 4.46875 -4.078125 4.46875 -3.859375 Z M 4.46875 -1.40625 "/>
</g>
<g id="glyph-4-3">
<path d="M 2.078125 -7.359375 C 2.078125 -7.671875 1.828125 -7.953125 1.5 -7.953125 C 1.1875 -7.953125 0.921875 -7.703125 0.921875 -7.375 C 0.921875 -7.015625 1.203125 -6.796875 1.5 -6.796875 C 1.859375 -6.796875 2.078125 -7.09375 2.078125 -7.359375 Z M 0.4375 -5.140625 L 0.4375 -4.796875 C 1.1875 -4.796875 1.296875 -4.71875 1.296875 -4.140625 L 1.296875 -0.890625 C 1.296875 -0.34375 1.171875 -0.34375 0.390625 -0.34375 L 0.390625 0 C 0.734375 -0.03125 1.296875 -0.03125 1.65625 -0.03125 C 1.78125 -0.03125 2.46875 -0.03125 2.875 0 L 2.875 -0.34375 C 2.109375 -0.34375 2.0625 -0.40625 2.0625 -0.875 L 2.0625 -5.265625 Z M 0.4375 -5.140625 "/>
</g>
<g id="glyph-4-4">
<path d="M 4.609375 -3.1875 C 4.609375 -3.84375 4.609375 -4.3125 4.09375 -4.78125 C 3.671875 -5.15625 3.125 -5.328125 2.609375 -5.328125 C 1.625 -5.328125 0.875 -4.6875 0.875 -3.90625 C 0.875 -3.5625 1.09375 -3.390625 1.375 -3.390625 C 1.65625 -3.390625 1.859375 -3.59375 1.859375 -3.890625 C 1.859375 -4.375 1.4375 -4.375 1.25 -4.375 C 1.53125 -4.875 2.109375 -5.09375 2.578125 -5.09375 C 3.125 -5.09375 3.84375 -4.640625 3.84375 -3.5625 L 3.84375 -3.078125 C 1.4375 -3.046875 0.53125 -2.046875 0.53125 -1.125 C 0.53125 -0.171875 1.625 0.125 2.359375 0.125 C 3.140625 0.125 3.6875 -0.359375 3.90625 -0.9375 C 3.953125 -0.375 4.328125 0.0625 4.84375 0.0625 C 5.09375 0.0625 5.78125 -0.109375 5.78125 -1.0625 L 5.78125 -1.734375 L 5.515625 -1.734375 L 5.515625 -1.0625 C 5.515625 -0.375 5.234375 -0.28125 5.0625 -0.28125 C 4.609375 -0.28125 4.609375 -0.921875 4.609375 -1.09375 Z M 3.84375 -1.6875 C 3.84375 -0.515625 2.96875 -0.125 2.453125 -0.125 C 1.859375 -0.125 1.375 -0.546875 1.375 -1.125 C 1.375 -2.703125 3.40625 -2.84375 3.84375 -2.875 Z M 3.84375 -1.6875 "/>
</g>
<g id="glyph-4-5">
<path d="M 5.3125 -2.90625 C 5.3125 -4.015625 5.3125 -4.34375 5.046875 -4.734375 C 4.703125 -5.203125 4.140625 -5.265625 3.734375 -5.265625 C 2.5625 -5.265625 2.109375 -4.28125 2.015625 -4.046875 L 2.015625 -5.265625 L 0.375 -5.140625 L 0.375 -4.796875 C 1.1875 -4.796875 1.296875 -4.703125 1.296875 -4.125 L 1.296875 -0.890625 C 1.296875 -0.34375 1.15625 -0.34375 0.375 -0.34375 L 0.375 0 C 0.6875 -0.03125 1.34375 -0.03125 1.671875 -0.03125 C 2.015625 -0.03125 2.671875 -0.03125 2.96875 0 L 2.96875 -0.34375 C 2.21875 -0.34375 2.0625 -0.34375 2.0625 -0.890625 L 2.0625 -3.109375 C 2.0625 -4.359375 2.890625 -5.03125 3.640625 -5.03125 C 4.375 -5.03125 4.546875 -4.421875 4.546875 -3.6875 L 4.546875 -0.890625 C 4.546875 -0.34375 4.40625 -0.34375 3.640625 -0.34375 L 3.640625 0 C 3.9375 -0.03125 4.59375 -0.03125 4.921875 -0.03125 C 5.265625 -0.03125 5.921875 -0.03125 6.234375 0 L 6.234375 -0.34375 C 5.625 -0.34375 5.328125 -0.34375 5.3125 -0.703125 Z M 5.3125 -2.90625 "/>
</g>
<g id="glyph-4-6">
<path d="M 2.59375 -7.25 C 2.59375 -7.703125 2.625 -7.8125 3.53125 -7.8125 L 3.796875 -7.8125 L 3.796875 -8.15625 C 3.5 -8.140625 2.46875 -8.140625 2.109375 -8.140625 C 1.75 -8.140625 0.71875 -8.140625 0.4375 -8.15625 L 0.4375 -7.8125 L 0.6875 -7.8125 C 1.59375 -7.8125 1.625 -7.703125 1.625 -7.25 L 1.625 -0.90625 C 1.625 -0.46875 1.59375 -0.34375 0.6875 -0.34375 L 0.4375 -0.34375 L 0.4375 0 C 0.71875 -0.03125 1.75 -0.03125 2.109375 -0.03125 C 2.46875 -0.03125 3.5 -0.03125 3.796875 0 L 3.796875 -0.34375 L 3.53125 -0.34375 C 2.625 -0.34375 2.59375 -0.46875 2.59375 -0.90625 Z M 2.59375 -7.25 "/>
</g>
<g id="glyph-4-7">
<path d="M 6.03125 -0.078125 C 7.3125 -0.640625 8.453125 -2.125 8.453125 -4.046875 C 8.453125 -6.53125 6.640625 -8.421875 4.546875 -8.421875 C 2.421875 -8.421875 0.640625 -6.5 0.640625 -4.046875 C 0.640625 -1.65625 2.421875 0.25 4.546875 0.25 C 4.953125 0.25 5.359375 0.171875 5.671875 0.078125 C 5.875 1.296875 6.03125 2.3125 7.09375 2.3125 C 8.5 2.3125 8.515625 0.234375 8.515625 0.125 C 8.515625 0 8.515625 -0.109375 8.390625 -0.109375 C 8.296875 -0.109375 8.296875 -0.03125 8.28125 0.0625 C 8.203125 0.921875 7.609375 1.203125 7.203125 1.203125 C 6.59375 1.203125 6.3125 0.765625 6.03125 -0.078125 Z M 3.8125 -0.140625 C 2.921875 -0.453125 1.734375 -1.484375 1.734375 -4.0625 C 1.734375 -7.046875 3.34375 -8.15625 4.546875 -8.15625 C 5.796875 -8.15625 7.359375 -7 7.359375 -4.0625 C 7.359375 -2.359375 6.84375 -1.125 5.875 -0.453125 C 5.671875 -1.046875 5.34375 -1.75 4.5625 -1.75 C 3.96875 -1.75 3.625 -1.25 3.625 -0.75 C 3.625 -0.4375 3.796875 -0.171875 3.8125 -0.140625 Z M 5.625 -0.28125 C 5.265625 -0.09375 4.875 -0.015625 4.546875 -0.015625 C 4.046875 -0.015625 3.859375 -0.484375 3.859375 -0.765625 C 3.859375 -1.109375 4.109375 -1.515625 4.5625 -1.515625 C 5.25 -1.515625 5.484375 -0.953125 5.625 -0.28125 Z M 5.625 -0.28125 "/>
</g>
</g>
<clipPath id="clip-0">
<path clip-rule="nonzero" d="M 0 0 L 259.847656 0 L 259.847656 120.582031 L 0 120.582031 Z M 0 0 "/>
</clipPath>
<clipPath id="clip-1">
<path clip-rule="nonzero" d="M 52 21.503906 L 54 21.503906 L 54 65.855469 L 52 65.855469 Z M 52 21.503906 "/>
</clipPath>
<clipPath id="clip-2">
<path clip-rule="nonzero" d="M 65 21.503906 L 67 21.503906 L 67 65.855469 L 65 65.855469 Z M 65 21.503906 "/>
</clipPath>
<clipPath id="clip-3">
<path clip-rule="nonzero" d="M 79 21.503906 L 81 21.503906 L 81 65.855469 L 79 65.855469 Z M 79 21.503906 "/>
</clipPath>
<clipPath id="clip-4">
<path clip-rule="nonzero" d="M 92 21.503906 L 94 21.503906 L 94 65.855469 L 92 65.855469 Z M 92 21.503906 "/>
</clipPath>
<clipPath id="clip-5">
<path clip-rule="nonzero" d="M 105 21.503906 L 107 21.503906 L 107 65.855469 L 105 65.855469 Z M 105 21.503906 "/>
</clipPath>
<clipPath id="clip-6">
<path clip-rule="nonzero" d="M 50.023438 62 L 109.109375 62 L 109.109375 64 L 50.023438 64 Z M 50.023438 62 "/>
</clipPath>
<clipPath id="clip-7">
<path clip-rule="nonzero" d="M 50.023438 49 L 109.109375 49 L 109.109375 51 L 50.023438 51 Z M 50.023438 49 "/>
</clipPath>
<clipPath id="clip-8">
<path clip-rule="nonzero" d="M 50.023438 36 L 109.109375 36 L 109.109375 38 L 50.023438 38 Z M 50.023438 36 "/>
</clipPath>
<clipPath id="clip-9">
<path clip-rule="nonzero" d="M 50.023438 23 L 109.109375 23 L 109.109375 25 L 50.023438 25 Z M 50.023438 23 "/>
</clipPath>
<clipPath id="clip-10">
<path clip-rule="nonzero" d="M 50.023438 42 L 56 42 L 56 44 L 50.023438 44 Z M 50.023438 42 "/>
</clipPath>
<clipPath id="clip-11">
<path clip-rule="nonzero" d="M 50.023438 36 L 56 36 L 56 38 L 50.023438 38 Z M 50.023438 36 "/>
</clipPath>
<clipPath id="clip-12">
<path clip-rule="nonzero" d="M 50.023438 23 L 109.109375 23 L 109.109375 25 L 50.023438 25 Z M 50.023438 23 "/>
</clipPath>
<clipPath id="clip-13">
<path clip-rule="nonzero" d="M 50.023438 39 L 55 39 L 55 44 L 50.023438 44 Z M 50.023438 39 "/>
</clipPath>
<clipPath id="clip-14">
<path clip-rule="nonzero" d="M 123 21.503906 L 125 21.503906 L 125 65.855469 L 123 65.855469 Z M 123 21.503906 "/>
</clipPath>
<clipPath id="clip-15">
<path clip-rule="nonzero" d="M 136 21.503906 L 138 21.503906 L 138 65.855469 L 136 65.855469 Z M 136 21.503906 "/>
</clipPath>
<clipPath id="clip-16">
<path clip-rule="nonzero" d="M 149 21.503906 L 152 21.503906 L 152 65.855469 L 149 65.855469 Z M 149 21.503906 "/>
</clipPath>
<clipPath id="clip-17">
<path clip-rule="nonzero" d="M 163 21.503906 L 165 21.503906 L 165 65.855469 L 163 65.855469 Z M 163 21.503906 "/>
</clipPath>
<clipPath id="clip-18">
<path clip-rule="nonzero" d="M 176 21.503906 L 178 21.503906 L 178 65.855469 L 176 65.855469 Z M 176 21.503906 "/>
</clipPath>
<clipPath id="clip-19">
<path clip-rule="nonzero" d="M 120.925781 62 L 180.007812 62 L 180.007812 64 L 120.925781 64 Z M 120.925781 62 "/>
</clipPath>
<clipPath id="clip-20">
<path clip-rule="nonzero" d="M 120.925781 49 L 180.007812 49 L 180.007812 51 L 120.925781 51 Z M 120.925781 49 "/>
</clipPath>
<clipPath id="clip-21">
<path clip-rule="nonzero" d="M 120.925781 36 L 180.007812 36 L 180.007812 38 L 120.925781 38 Z M 120.925781 36 "/>
</clipPath>
<clipPath id="clip-22">
<path clip-rule="nonzero" d="M 120.925781 23 L 180.007812 23 L 180.007812 25 L 120.925781 25 Z M 120.925781 23 "/>
</clipPath>
<clipPath id="clip-23">
<path clip-rule="nonzero" d="M 120.925781 23 L 180.007812 23 L 180.007812 25 L 120.925781 25 Z M 120.925781 23 "/>
</clipPath>
<clipPath id="clip-24">
<path clip-rule="nonzero" d="M 193 21.503906 L 196 21.503906 L 196 65.855469 L 193 65.855469 Z M 193 21.503906 "/>
</clipPath>
<clipPath id="clip-25">
<path clip-rule="nonzero" d="M 207 21.503906 L 209 21.503906 L 209 65.855469 L 207 65.855469 Z M 207 21.503906 "/>
</clipPath>
<clipPath id="clip-26">
<path clip-rule="nonzero" d="M 220 21.503906 L 222 21.503906 L 222 65.855469 L 220 65.855469 Z M 220 21.503906 "/>
</clipPath>
<clipPath id="clip-27">
<path clip-rule="nonzero" d="M 234 21.503906 L 236 21.503906 L 236 65.855469 L 234 65.855469 Z M 234 21.503906 "/>
</clipPath>
<clipPath id="clip-28">
<path clip-rule="nonzero" d="M 247 21.503906 L 249 21.503906 L 249 65.855469 L 247 65.855469 Z M 247 21.503906 "/>
</clipPath>
<clipPath id="clip-29">
<path clip-rule="nonzero" d="M 191.824219 62 L 250.90625 62 L 250.90625 64 L 191.824219 64 Z M 191.824219 62 "/>
</clipPath>
<clipPath id="clip-30">
<path clip-rule="nonzero" d="M 191.824219 49 L 250.90625 49 L 250.90625 51 L 191.824219 51 Z M 191.824219 49 "/>
</clipPath>
<clipPath id="clip-31">
<path clip-rule="nonzero" d="M 191.824219 36 L 250.90625 36 L 250.90625 38 L 191.824219 38 Z M 191.824219 36 "/>
</clipPath>
<clipPath id="clip-32">
<path clip-rule="nonzero" d="M 191.824219 23 L 250.90625 23 L 250.90625 25 L 191.824219 25 Z M 191.824219 23 "/>
</clipPath>
<clipPath id="clip-33">
<path clip-rule="nonzero" d="M 245 60 L 250.90625 60 L 250.90625 62 L 245 62 Z M 245 60 "/>
</clipPath>
<clipPath id="clip-34">
<path clip-rule="nonzero" d="M 245 56 L 250.90625 56 L 250.90625 58 L 245 58 Z M 245 56 "/>
</clipPath>
<clipPath id="clip-35">
<path clip-rule="nonzero" d="M 191.824219 23 L 250.90625 23 L 250.90625 25 L 191.824219 25 Z M 191.824219 23 "/>
</clipPath>
<clipPath id="clip-36">
<path clip-rule="nonzero" d="M 246 56 L 250.90625 56 L 250.90625 61 L 246 61 Z M 246 56 "/>
</clipPath>
</defs>
<g clip-path="url(#clip-0)">
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" d="M 0 120.582031 L 259.847656 120.582031 L 259.847656 0 L 0 0 Z M 0 120.582031 "/>
</g>
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" d="M 50.023438 65.855469 L 109.109375 65.855469 L 109.109375 21.503906 L 50.023438 21.503906 Z M 50.023438 65.855469 "/>
<g clip-path="url(#clip-1)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 52.710938 54.728473 L 52.710938 99.080035 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 52.710938 54.728473 L 52.710938 51.228473 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="55.201354" y="85.584259"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-0" x="55.201354" y="80.602924"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="55.201354" y="77.835515"/>
</g>
<g clip-path="url(#clip-2)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 66.136719 54.728473 L 66.136719 99.080035 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 66.136719 54.728473 L 66.136719 51.228473 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="68.629161" y="100.528265"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-0" x="68.629161" y="95.546929"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="68.629161" y="92.779521"/>
<use xlink:href="#glyph-0-0" x="68.629161" y="87.798201"/>
<use xlink:href="#glyph-0-0" x="68.629161" y="82.816881"/>
<use xlink:href="#glyph-0-1" x="68.629161" y="77.835561"/>
</g>
<g clip-path="url(#clip-3)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 79.566406 54.728473 L 79.566406 99.080035 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 79.566406 54.728473 L 79.566406 51.228473 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="82.056969" y="95.546929"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-0" x="82.056969" y="90.565594"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="82.056969" y="87.798186"/>
<use xlink:href="#glyph-0-0" x="82.056969" y="82.816866"/>
<use xlink:href="#glyph-0-1" x="82.056969" y="77.835545"/>
</g>
<g clip-path="url(#clip-4)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 92.992188 54.728473 L 92.992188 99.080035 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 92.992188 54.728473 L 92.992188 51.228473 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="95.484776" y="90.565594"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-0" x="95.484776" y="85.584259"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="95.484776" y="82.81685"/>
<use xlink:href="#glyph-0-1" x="95.484776" y="77.83553"/>
</g>
<g clip-path="url(#clip-5)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 106.421875 54.728473 L 106.421875 99.080035 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 106.421875 54.728473 L 106.421875 51.228473 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="108.912584" y="85.584259"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-0" x="108.912584" y="80.602924"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-1" x="108.912584" y="77.835515"/>
</g>
<g clip-path="url(#clip-6)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 50.023438 57.337848 L 109.109375 57.337848 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 50.023438 57.337848 L 46.523438 57.337848 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-0" x="30.295053" y="66.704488"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-3-0" x="35.276388" y="66.704488"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-1" x="38.043797" y="66.704488"/>
</g>
<g clip-path="url(#clip-7)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 50.023438 70.384723 L 109.109375 70.384723 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 50.023438 70.384723 L 46.523438 70.384723 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-0" x="30.295053" y="53.659782"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-3-0" x="35.276388" y="53.659782"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-2" x="38.043797" y="53.659782"/>
</g>
<g clip-path="url(#clip-8)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 50.023438 83.427691 L 109.109375 83.427691 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 50.023438 83.427691 L 46.523438 83.427691 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-0" x="30.295053" y="40.615076"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-3-0" x="35.276388" y="40.615076"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-3" x="38.043797" y="40.615076"/>
</g>
<g clip-path="url(#clip-9)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 50.023438 96.474566 L 109.109375 96.474566 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 50.023438 96.474566 L 46.523438 96.474566 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-4" x="30.295053" y="27.57037"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-3-0" x="35.276388" y="27.57037"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-0" x="38.043797" y="27.57037"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-2" x="14.118498" y="84.179171"/>
<use xlink:href="#glyph-0-3" x="14.118498" y="77.404576"/>
<use xlink:href="#glyph-0-4" x="14.118498" y="72.154265"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-5" x="14.118498" y="66.348251"/>
<use xlink:href="#glyph-0-6" x="14.118498" y="61.924839"/>
<use xlink:href="#glyph-0-7" x="14.118498" y="58.029446"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-8" x="14.118498" y="50.843067"/>
<use xlink:href="#glyph-0-9" x="14.118498" y="45.313802"/>
<use xlink:href="#glyph-0-6" x="14.118498" y="40.332482"/>
<use xlink:href="#glyph-0-10" x="14.118498" y="36.43709"/>
<use xlink:href="#glyph-0-11" x="14.118498" y="28.13821"/>
<use xlink:href="#glyph-0-12" x="14.118498" y="23.15689"/>
<use xlink:href="#glyph-0-13" x="14.118498" y="20.397239"/>
<use xlink:href="#glyph-0-14" x="14.118498" y="17.637588"/>
<use xlink:href="#glyph-0-5" x="14.118498" y="13.214176"/>
<use xlink:href="#glyph-0-15" x="14.118498" y="8.790763"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-6" x="24.357875" y="57.266141"/>
<use xlink:href="#glyph-0-5" x="24.357875" y="53.370749"/>
<use xlink:href="#glyph-0-7" x="24.357875" y="48.947336"/>
<use xlink:href="#glyph-0-16" x="24.357875" y="45.081832"/>
<use xlink:href="#glyph-0-6" x="24.357875" y="39.552567"/>
<use xlink:href="#glyph-0-8" x="24.357875" y="35.657175"/>
</g>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 52.710938 78.029254 L 52.710938 83.263629 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 66.136719 91.185504 L 66.136719 95.154254 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 79.566406 93.560504 L 79.566406 96.130816 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 92.992188 81.572223 L 92.992188 88.236285 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 106.421875 64.43941 L 106.421875 71.763629 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<g clip-path="url(#clip-10)">
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 54.710938 78.029254 L 50.710938 78.029254 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
</g>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 68.136719 91.185504 L 64.136719 91.185504 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 81.566406 93.560504 L 77.566406 93.560504 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 94.992188 81.572223 L 90.992188 81.572223 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 108.421875 64.43941 L 104.421875 64.43941 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<g clip-path="url(#clip-11)">
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 54.710938 83.263629 L 50.710938 83.263629 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
</g>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 68.136719 95.154254 L 64.136719 95.154254 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 81.566406 96.130816 L 77.566406 96.130816 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 94.992188 88.236285 L 90.992188 88.236285 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 108.421875 71.763629 L 104.421875 71.763629 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<g clip-path="url(#clip-12)">
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(100%, 0%, 0%)" stroke-opacity="1" stroke-dasharray="3.7 1.6" stroke-miterlimit="10" d="M 50.023438 96.474566 L 109.109375 96.474566 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
</g>
<path fill-rule="nonzero" fill="rgb(0.392151%, 45.097351%, 69.802856%)" fill-opacity="1" d="M 52.710938 42.664062 C 53.109375 42.664062 53.488281 42.503906 53.769531 42.222656 C 54.050781 41.941406 54.210938 41.558594 54.210938 41.164062 C 54.210938 40.765625 54.050781 40.382812 53.769531 40.101562 C 53.488281 39.820312 53.109375 39.664062 52.710938 39.664062 C 52.3125 39.664062 51.929688 39.820312 51.648438 40.101562 C 51.367188 40.382812 51.210938 40.765625 51.210938 41.164062 C 51.210938 41.558594 51.367188 41.941406 51.648438 42.222656 C 51.929688 42.503906 52.3125 42.664062 52.710938 42.664062 Z M 52.710938 42.664062 "/>
<g clip-path="url(#clip-13)">
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 0.00024393 -1.50134 C 0.398681 -1.50134 0.777588 -1.341183 1.058838 -1.059933 C 1.340088 -0.778683 1.500244 -0.395871 1.500244 -0.00133972 C 1.500244 0.397098 1.340088 0.77991 1.058838 1.06116 C 0.777588 1.34241 0.398681 1.49866 0.00024393 1.49866 C -0.398194 1.49866 -0.781006 1.34241 -1.062256 1.06116 C -1.343506 0.77991 -1.499756 0.397098 -1.499756 -0.00133972 C -1.499756 -0.395871 -1.343506 -0.778683 -1.062256 -1.059933 C -0.781006 -1.341183 -0.398194 -1.50134 0.00024393 -1.50134 Z M 0.00024393 -1.50134 " transform="matrix(1, 0, 0, -1, 52.710694, 41.162723)"/>
</g>
<path fill-rule="nonzero" fill="rgb(0.392151%, 45.097351%, 69.802856%)" fill-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M -0.00178231 -1.498258 C 0.396655 -1.498258 0.779468 -1.342008 1.060718 -1.060758 C 1.341968 -0.779508 1.498218 -0.396695 1.498218 0.00174244 C 1.498218 0.396274 1.341968 0.779086 1.060718 1.060336 C 0.779468 1.341586 0.396655 1.501742 -0.00178231 1.501742 C -0.396314 1.501742 -0.779126 1.341586 -1.060376 1.060336 C -1.341626 0.779086 -1.501782 0.396274 -1.501782 0.00174244 C -1.501782 -0.396695 -1.341626 -0.779508 -1.060376 -1.060758 C -0.779126 -1.342008 -0.396314 -1.498258 -0.00178231 -1.498258 Z M -0.00178231 -1.498258 " transform="matrix(1, 0, 0, -1, 66.138501, 27.345492)"/>
<path fill-rule="nonzero" fill="rgb(0.392151%, 45.097351%, 69.802856%)" fill-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 0.0000977064 -1.499894 C 0.398535 -1.499894 0.777441 -1.343644 1.062598 -1.062394 C 1.343848 -0.781144 1.500098 -0.398331 1.500098 0.000106445 C 1.500098 0.398544 1.343848 0.77745 1.062598 1.062606 C 0.777441 1.343856 0.398535 1.500106 0.0000977064 1.500106 C -0.39834 1.500106 -0.781152 1.343856 -1.062402 1.062606 C -1.343652 0.77745 -1.499902 0.398544 -1.499902 0.000106445 C -1.499902 -0.398331 -1.343652 -0.781144 -1.062402 -1.062394 C -0.781152 -1.343644 -0.39834 -1.499894 0.0000977064 -1.499894 Z M 0.0000977064 -1.499894 " transform="matrix(1, 0, 0, -1, 79.566309, 25.382919)"/>
<path fill-rule="nonzero" fill="rgb(0.392151%, 45.097351%, 69.802856%)" fill-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M -0.00192853 -1.498627 C 0.396509 -1.498627 0.779321 -1.342377 1.060571 -1.061127 C 1.341821 -0.779877 1.498071 -0.397065 1.498071 0.00137275 C 1.498071 0.395904 1.341821 0.778716 1.060571 1.059966 C 0.779321 1.341216 0.396509 1.501373 -0.00192853 1.501373 C -0.39646 1.501373 -0.779272 1.341216 -1.060522 1.059966 C -1.341772 0.778716 -1.501929 0.395904 -1.501929 0.00137275 C -1.501929 -0.397065 -1.341772 -0.779877 -1.060522 -1.061127 C -0.779272 -1.342377 -0.39646 -1.498627 -0.00192853 -1.498627 Z M -0.00192853 -1.498627 " transform="matrix(1, 0, 0, -1, 92.994116, 35.192779)"/>
<path fill-rule="nonzero" fill="rgb(0.392151%, 45.097351%, 69.802856%)" fill-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M -0.0000485168 -1.500807 C 0.398389 -1.500807 0.781201 -1.340651 1.062451 -1.059401 C 1.343701 -0.778151 1.499951 -0.399245 1.499951 -0.000807348 C 1.499951 0.39763 1.343701 0.780443 1.062451 1.061693 C 0.781201 1.342943 0.398389 1.499193 -0.0000485168 1.499193 C -0.398486 1.499193 -0.781299 1.342943 -1.062549 1.061693 C -1.343799 0.780443 -1.500049 0.39763 -1.500049 -0.000807348 C -1.500049 -0.399245 -1.343799 -0.778151 -1.062549 -1.059401 C -0.781299 -1.340651 -0.398486 -1.500807 -0.0000485168 -1.500807 Z M -0.0000485168 -1.500807 " transform="matrix(1, 0, 0, -1, 106.421924, 53.569505)"/>
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 50.023438 54.728473 L 50.023438 99.080035 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 109.109375 54.728473 L 109.109375 99.080035 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 50.023438 54.728473 L 109.109375 54.728473 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 50.023438 99.080035 L 109.109375 99.080035 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-4-0" x="60.546165" y="15.50218"/>
<use xlink:href="#glyph-4-1" x="71.269951" y="15.50218"/>
<use xlink:href="#glyph-4-2" x="76.470449" y="15.50218"/>
<use xlink:href="#glyph-4-3" x="82.962105" y="15.50218"/>
<use xlink:href="#glyph-4-4" x="86.201956" y="15.50218"/>
<use xlink:href="#glyph-4-5" x="92.048033" y="15.50218"/>
</g>
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" d="M 120.925781 65.855469 L 180.007812 65.855469 L 180.007812 21.503906 L 120.925781 21.503906 Z M 120.925781 65.855469 "/>
<g clip-path="url(#clip-14)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 123.609375 54.728473 L 123.609375 99.080035 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 123.609375 54.728473 L 123.609375 51.228473 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="126.100177" y="85.584259"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-0" x="126.100177" y="80.602924"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="126.100177" y="77.835515"/>
</g>
<g clip-path="url(#clip-15)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 137.039062 54.728473 L 137.039062 99.080035 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 137.039062 54.728473 L 137.039062 51.228473 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="139.527985" y="100.528265"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-0" x="139.527985" y="95.546929"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="139.527985" y="92.779521"/>
<use xlink:href="#glyph-0-0" x="139.527985" y="87.798201"/>
<use xlink:href="#glyph-0-0" x="139.527985" y="82.816881"/>
<use xlink:href="#glyph-0-1" x="139.527985" y="77.835561"/>
</g>
<g clip-path="url(#clip-16)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 150.464844 54.728473 L 150.464844 99.080035 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 150.464844 54.728473 L 150.464844 51.228473 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="152.955792" y="95.546929"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-0" x="152.955792" y="90.565594"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="152.955792" y="87.798186"/>
<use xlink:href="#glyph-0-0" x="152.955792" y="82.816866"/>
<use xlink:href="#glyph-0-1" x="152.955792" y="77.835545"/>
</g>
<g clip-path="url(#clip-17)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 163.894531 54.728473 L 163.894531 99.080035 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 163.894531 54.728473 L 163.894531 51.228473 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="166.3836" y="90.565594"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-0" x="166.3836" y="85.584259"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="166.3836" y="82.81685"/>
<use xlink:href="#glyph-0-1" x="166.3836" y="77.83553"/>
</g>
<g clip-path="url(#clip-18)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 177.320312 54.728473 L 177.320312 99.080035 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 177.320312 54.728473 L 177.320312 51.228473 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="179.811407" y="85.584259"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-0" x="179.811407" y="80.602924"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-1" x="179.811407" y="77.835515"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-3-1" x="147.595104" y="111.446763"/>
</g>
<g clip-path="url(#clip-19)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 120.925781 57.337848 L 180.007812 57.337848 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 120.925781 57.337848 L 117.425781 57.337848 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<g clip-path="url(#clip-20)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 120.925781 70.384723 L 180.007812 70.384723 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 120.925781 70.384723 L 117.425781 70.384723 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<g clip-path="url(#clip-21)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 120.925781 83.427691 L 180.007812 83.427691 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 120.925781 83.427691 L 117.425781 83.427691 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<g clip-path="url(#clip-22)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 120.925781 96.474566 L 180.007812 96.474566 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 120.925781 96.474566 L 117.425781 96.474566 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 123.609375 89.685504 L 123.609375 91.654254 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 137.039062 93.431598 L 137.039062 95.388629 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 150.464844 95.091754 L 150.464844 96.244098 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 163.894531 83.236285 L 163.894531 85.705035 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 177.320312 76.310504 L 177.320312 79.568316 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 125.609375 89.685504 L 121.609375 89.685504 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 139.039062 93.431598 L 135.039062 93.431598 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 152.464844 95.091754 L 148.464844 95.091754 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 165.894531 83.236285 L 161.894531 83.236285 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 179.320312 76.310504 L 175.320312 76.310504 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 125.609375 91.654254 L 121.609375 91.654254 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 139.039062 95.388629 L 135.039062 95.388629 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 152.464844 96.244098 L 148.464844 96.244098 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 165.894531 85.705035 L 161.894531 85.705035 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 179.320312 79.568316 L 175.320312 79.568316 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<g clip-path="url(#clip-23)">
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(100%, 0%, 0%)" stroke-opacity="1" stroke-dasharray="3.7 1.6" stroke-miterlimit="10" d="M 120.925781 96.474566 L 180.007812 96.474566 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
</g>
<path fill-rule="nonzero" fill="rgb(0.392151%, 45.097351%, 69.802856%)" fill-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M -0.0001421 -1.499973 C 0.398295 -1.499973 0.781108 -1.343723 1.062358 -1.062473 C 1.343608 -0.781223 1.499858 -0.39841 1.499858 0.0000274217 C 1.499858 0.398465 1.343608 0.781277 1.062358 1.062527 C 0.781108 1.343777 0.398295 1.500027 -0.0001421 1.500027 C -0.39858 1.500027 -0.777486 1.343777 -1.058736 1.062527 C -1.343892 0.781277 -1.500142 0.398465 -1.500142 0.0000274217 C -1.500142 -0.39841 -1.343892 -0.781223 -1.058736 -1.062473 C -0.777486 -1.343723 -0.39858 -1.499973 -0.0001421 -1.499973 Z M -0.0001421 -1.499973 " transform="matrix(1, 0, 0, -1, 123.609517, 29.835965)"/>
<path fill-rule="nonzero" fill="rgb(0.392151%, 45.097351%, 69.802856%)" fill-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 0.00173791 -1.500191 C 0.396269 -1.500191 0.779082 -1.340035 1.060332 -1.058785 C 1.341582 -0.777535 1.501738 -0.398628 1.501738 -0.000190975 C 1.501738 0.398247 1.341582 0.781059 1.060332 1.062309 C 0.779082 1.343559 0.396269 1.499809 0.00173791 1.499809 C -0.3967 1.499809 -0.779512 1.343559 -1.060762 1.062309 C -1.342012 0.781059 -1.498262 0.398247 -1.498262 -0.000190975 C -1.498262 -0.398628 -1.342012 -0.777535 -1.060762 -1.058785 C -0.779512 -1.340035 -0.3967 -1.500191 0.00173791 -1.500191 Z M 0.00173791 -1.500191 " transform="matrix(1, 0, 0, -1, 137.037325, 26.218559)"/>
<path fill-rule="nonzero" fill="rgb(0.392151%, 45.097351%, 69.802856%)" fill-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M -0.000288323 -1.498671 C 0.398149 -1.498671 0.780962 -1.342421 1.062212 -1.061171 C 1.343462 -0.779921 1.499712 -0.397108 1.499712 0.00132943 C 1.499712 0.395861 1.343462 0.778673 1.062212 1.059923 C 0.780962 1.341173 0.398149 1.501329 -0.000288323 1.501329 C -0.398726 1.501329 -0.777632 1.341173 -1.058882 1.059923 C -1.340132 0.778673 -1.500288 0.395861 -1.500288 0.00132943 C -1.500288 -0.397108 -1.340132 -0.779921 -1.058882 -1.061171 C -0.777632 -1.342421 -0.398726 -1.498671 -0.000288323 -1.498671 Z M -0.000288323 -1.498671 " transform="matrix(1, 0, 0, -1, 150.465132, 24.712267)"/>
<path fill-rule="nonzero" fill="rgb(0.392151%, 45.097351%, 69.802856%)" fill-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 0.00159169 -1.499286 C 0.396123 -1.499286 0.778935 -1.343036 1.060185 -1.061786 C 1.341435 -0.780536 1.501592 -0.397723 1.501592 0.000714081 C 1.501592 0.399152 1.341435 0.778058 1.060185 1.059308 C 0.778935 1.340558 0.396123 1.500714 0.00159169 1.500714 C -0.396846 1.500714 -0.779658 1.340558 -1.060908 1.059308 C -1.342158 0.778058 -1.498408 0.399152 -1.498408 0.000714081 C -1.498408 -0.397723 -1.342158 -0.780536 -1.060908 -1.061786 C -0.779658 -1.343036 -0.396846 -1.499286 0.00159169 -1.499286 Z M 0.00159169 -1.499286 " transform="matrix(1, 0, 0, -1, 163.89294, 35.949933)"/>
<path fill-rule="nonzero" fill="rgb(0.392151%, 45.097351%, 69.802856%)" fill-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M -0.000434546 -1.498082 C 0.398003 -1.498082 0.780815 -1.341832 1.062065 -1.060582 C 1.343315 -0.779332 1.499565 -0.396519 1.499565 0.0019182 C 1.499565 0.396449 1.343315 0.779262 1.062065 1.060512 C 0.780815 1.341762 0.398003 1.501918 -0.000434546 1.501918 C -0.398872 1.501918 -0.777778 1.341762 -1.059028 1.060512 C -1.340278 0.779262 -1.500435 0.396449 -1.500435 0.0019182 C -1.500435 -0.396519 -1.340278 -0.779332 -1.059028 -1.060582 C -0.777778 -1.341832 -0.398872 -1.498082 -0.000434546 -1.498082 Z M -0.000434546 -1.498082 " transform="matrix(1, 0, 0, -1, 177.320747, 42.287074)"/>
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 120.925781 54.728473 L 120.925781 99.080035 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 180.007812 54.728473 L 180.007812 99.080035 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 120.925781 54.728473 L 180.007812 54.728473 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 120.925781 99.080035 L 180.007812 99.080035 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-4-6" x="138.438136" y="15.50218"/>
<use xlink:href="#glyph-4-7" x="142.65831" y="15.50218"/>
<use xlink:href="#glyph-4-0" x="151.756193" y="15.50218"/>
</g>
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" d="M 191.824219 65.855469 L 250.90625 65.855469 L 250.90625 21.503906 L 191.824219 21.503906 Z M 191.824219 65.855469 "/>
<g clip-path="url(#clip-24)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 194.507812 54.728473 L 194.507812 99.080035 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 194.507812 54.728473 L 194.507812 51.228473 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="196.999001" y="85.584259"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-0" x="196.999001" y="80.602924"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="196.999001" y="77.835515"/>
</g>
<g clip-path="url(#clip-25)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 207.9375 54.728473 L 207.9375 99.080035 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 207.9375 54.728473 L 207.9375 51.228473 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="210.426808" y="100.528265"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-0" x="210.426808" y="95.546929"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="210.426808" y="92.779521"/>
<use xlink:href="#glyph-0-0" x="210.426808" y="87.798201"/>
<use xlink:href="#glyph-0-0" x="210.426808" y="82.816881"/>
<use xlink:href="#glyph-0-1" x="210.426808" y="77.835561"/>
</g>
<g clip-path="url(#clip-26)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 221.363281 54.728473 L 221.363281 99.080035 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 221.363281 54.728473 L 221.363281 51.228473 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="223.854616" y="95.546929"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-0" x="223.854616" y="90.565594"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="223.854616" y="87.798186"/>
<use xlink:href="#glyph-0-0" x="223.854616" y="82.816866"/>
<use xlink:href="#glyph-0-1" x="223.854616" y="77.835545"/>
</g>
<g clip-path="url(#clip-27)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 234.792969 54.728473 L 234.792969 99.080035 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 234.792969 54.728473 L 234.792969 51.228473 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="237.282423" y="90.565594"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-0" x="237.282423" y="85.584259"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="237.282423" y="82.81685"/>
<use xlink:href="#glyph-0-1" x="237.282423" y="77.83553"/>
</g>
<g clip-path="url(#clip-28)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 248.21875 54.728473 L 248.21875 99.080035 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 248.21875 54.728473 L 248.21875 51.228473 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="250.710231" y="85.584259"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-0" x="250.710231" y="80.602924"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-1" x="250.710231" y="77.835515"/>
</g>
<g clip-path="url(#clip-29)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 191.824219 57.337848 L 250.90625 57.337848 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 191.824219 57.337848 L 188.324219 57.337848 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<g clip-path="url(#clip-30)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 191.824219 70.384723 L 250.90625 70.384723 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 191.824219 70.384723 L 188.324219 70.384723 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<g clip-path="url(#clip-31)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 191.824219 83.427691 L 250.90625 83.427691 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 191.824219 83.427691 L 188.324219 83.427691 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<g clip-path="url(#clip-32)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 191.824219 96.474566 L 250.90625 96.474566 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 191.824219 96.474566 L 188.324219 96.474566 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 194.507812 74.97066 L 194.507812 78.62691 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 207.9375 81.267535 L 207.9375 84.841754 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 221.363281 86.556598 L 221.363281 89.849566 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 234.792969 76.998004 L 234.792969 79.634723 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 248.21875 59.744098 L 248.21875 63.677691 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 196.507812 74.97066 L 192.507812 74.97066 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 209.9375 81.267535 L 205.9375 81.267535 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 223.363281 86.556598 L 219.363281 86.556598 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 236.792969 76.998004 L 232.792969 76.998004 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<g clip-path="url(#clip-33)">
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 250.21875 59.744098 L 246.21875 59.744098 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
</g>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 196.507812 78.62691 L 192.507812 78.62691 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 209.9375 84.841754 L 205.9375 84.841754 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 223.363281 89.849566 L 219.363281 89.849566 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 236.792969 79.634723 L 232.792969 79.634723 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<g clip-path="url(#clip-34)">
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 250.21875 63.677691 L 246.21875 63.677691 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
</g>
<g clip-path="url(#clip-35)">
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(100%, 0%, 0%)" stroke-opacity="1" stroke-dasharray="3.7 1.6" stroke-miterlimit="10" d="M 191.824219 96.474566 L 250.90625 96.474566 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
</g>
<path fill-rule="nonzero" fill="rgb(0.392151%, 45.097351%, 69.802856%)" fill-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M -0.000528129 -1.499623 C 0.397909 -1.499623 0.780722 -1.343373 1.061972 -1.062123 C 1.343222 -0.780873 1.499472 -0.39806 1.499472 0.00037717 C 1.499472 0.398815 1.343222 0.777721 1.061972 1.058971 C 0.780722 1.340221 0.397909 1.500377 -0.000528129 1.500377 C -0.398966 1.500377 -0.777872 1.340221 -1.059122 1.058971 C -1.340372 0.777721 -1.500528 0.398815 -1.500528 0.00037717 C -1.500528 -0.39806 -1.340372 -0.780873 -1.059122 -1.062123 C -0.777872 -1.343373 -0.398966 -1.499623 -0.000528129 -1.499623 Z M -0.000528129 -1.499623 " transform="matrix(1, 0, 0, -1, 194.508341, 43.660533)"/>
<path fill-rule="nonzero" fill="rgb(0.392151%, 45.097351%, 69.802856%)" fill-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 0.00135188 -1.500728 C 0.395883 -1.500728 0.778696 -1.340572 1.059946 -1.059322 C 1.341196 -0.778072 1.501352 -0.399166 1.501352 -0.00072822 C 1.501352 0.397709 1.341196 0.780522 1.059946 1.061772 C 0.778696 1.343022 0.395883 1.499272 0.00135188 1.499272 C -0.397086 1.499272 -0.779898 1.343022 -1.061148 1.061772 C -1.342398 0.780522 -1.498648 0.397709 -1.498648 -0.00072822 C -1.498648 -0.399166 -1.342398 -0.778072 -1.061148 -1.059322 C -0.779898 -1.340572 -0.397086 -1.500728 0.00135188 -1.500728 Z M 0.00135188 -1.500728 " transform="matrix(1, 0, 0, -1, 207.936148, 37.565678)"/>
<path fill-rule="nonzero" fill="rgb(0.392151%, 45.097351%, 69.802856%)" fill-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M -0.000674352 -1.498797 C 0.397763 -1.498797 0.780576 -1.342547 1.061826 -1.061297 C 1.343076 -0.780047 1.499326 -0.397235 1.499326 0.00120282 C 1.499326 0.39964 1.343076 0.778547 1.061826 1.059797 C 0.780576 1.341047 0.397763 1.501203 -0.000674352 1.501203 C -0.399112 1.501203 -0.778018 1.341047 -1.059268 1.059797 C -1.340518 0.778547 -1.500674 0.39964 -1.500674 0.00120282 C -1.500674 -0.397235 -1.340518 -0.780047 -1.059268 -1.061297 C -0.778018 -1.342547 -0.399112 -1.498797 -0.000674352 -1.498797 Z M -0.000674352 -1.498797 " transform="matrix(1, 0, 0, -1, 221.363956, 32.333234)"/>
<path fill-rule="nonzero" fill="rgb(0.392151%, 45.097351%, 69.802856%)" fill-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 0.00120566 -1.500587 C 0.399643 -1.500587 0.778549 -1.34043 1.059799 -1.05918 C 1.341049 -0.77793 1.501206 -0.399024 1.501206 -0.000586598 C 1.501206 0.397851 1.341049 0.780663 1.059799 1.061913 C 0.778549 1.343163 0.399643 1.499413 0.00120566 1.499413 C -0.397232 1.499413 -0.780044 1.343163 -1.061294 1.061913 C -1.342544 0.780663 -1.498794 0.397851 -1.498794 -0.000586598 C -1.498794 -0.399024 -1.342544 -0.77793 -1.061294 -1.05918 C -0.780044 -1.34043 -0.397232 -1.500587 0.00120566 -1.500587 Z M 0.00120566 -1.500587 " transform="matrix(1, 0, 0, -1, 234.791763, 42.046288)"/>
<path fill-rule="nonzero" fill="rgb(0.392151%, 45.097351%, 69.802856%)" fill-opacity="1" d="M 248.21875 60.25 C 248.617188 60.25 249 60.089844 249.28125 59.808594 C 249.5625 59.527344 249.71875 59.144531 249.71875 58.75 C 249.71875 58.351562 249.5625 57.96875 249.28125 57.6875 C 249 57.40625 248.617188 57.25 248.21875 57.25 C 247.820312 57.25 247.441406 57.40625 247.160156 57.6875 C 246.878906 57.96875 246.71875 58.351562 246.71875 58.75 C 246.71875 59.144531 246.878906 59.527344 247.160156 59.808594 C 247.441406 60.089844 247.820312 60.25 248.21875 60.25 Z M 248.21875 60.25 "/>
<g clip-path="url(#clip-36)">
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M -0.000820576 -1.501638 C 0.397617 -1.501638 0.780429 -1.341482 1.061679 -1.060232 C 1.342929 -0.778982 1.499179 -0.396169 1.499179 -0.00163791 C 1.499179 0.3968 1.342929 0.779612 1.061679 1.060862 C 0.780429 1.342112 0.397617 1.498362 -0.000820576 1.498362 C -0.399258 1.498362 -0.778164 1.342112 -1.059414 1.060862 C -1.340664 0.779612 -1.500821 0.3968 -1.500821 -0.00163791 C -1.500821 -0.396169 -1.340664 -0.778982 -1.059414 -1.060232 C -0.778164 -1.341482 -0.399258 -1.501638 -0.000820576 -1.501638 Z M -0.000820576 -1.501638 " transform="matrix(1, 0, 0, -1, 248.219571, 58.748362)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 191.824219 54.728473 L 191.824219 99.080035 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 250.90625 54.728473 L 250.90625 99.080035 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 191.824219 54.728473 L 250.90625 54.728473 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 191.824219 99.080035 L 250.90625 99.080035 " transform="matrix(1, 0, 0, -1, 0, 120.583941)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-4-0" x="207.221304" y="15.50218"/>
<use xlink:href="#glyph-4-1" x="217.94509" y="15.50218"/>
<use xlink:href="#glyph-4-4" x="223.145588" y="15.50218"/>
<use xlink:href="#glyph-4-5" x="228.991665" y="15.50218"/>
</g>
</svg>