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

typedef struct
{
  bfd_main_t *bfd_main;
  /* hashmap - bfd session index by bfd key - used for CLI/API lookup, where
   * discriminator is unknown */
  mhash_t bfd_session_idx_by_bfd_key;
  /* convenience variable */
  vnet_main_t *vnet_main;
  /* flag indicating whether echo_source_sw_if_index holds a valid value */
  int echo_source_is_set;
  /* loopback interface used to get echo source ip */
  u32 echo_source_sw_if_index;
} bfd_udp_main_t;

static vlib_node_registration_t bfd_udp4_input_node;
static vlib_node_registration_t bfd_udp6_input_node;
static vlib_node_registration_t bfd_udp_echo4_input_node;
static vlib_node_registration_t bfd_udp_echo6_input_node;

bfd_udp_main_t bfd_udp_main;

vnet_api_error_t
bfd_udp_set_echo_source (u32 sw_if_index)
{
  vnet_sw_interface_t *sw_if =
    vnet_get_sw_interface_safe (bfd_udp_main.vnet_main,
				bfd_udp_main.echo_source_sw_if_index);
  if (sw_if)
    {
      bfd_udp_main.echo_source_sw_if_index = sw_if_index;
      bfd_udp_main.echo_source_is_set = 1;
      return 0;
    }
  return VNET_API_ERROR_BFD_ENOENT;
}

vnet_api_error_t
bfd_udp_del_echo_source (u32 sw_if_index)
{
  bfd_udp_main.echo_source_sw_if_index = ~0;
  bfd_udp_main.echo_source_is_set = 0;
  return 0;
}

int
bfd_udp_is_echo_available (bfd_transport_e transport)
{
  if (!bfd_udp_main.echo_source_is_set)
    {
      return 0;
    }
  /*
   * for the echo to work, we need a loopback interface with at least one
   * address with netmask length at most 31 (ip4) or 127 (ip6) so that we can
   * pick an unused address from that subnet
   */
  vnet_sw_interface_t *sw_if =
    vnet_get_sw_interface_safe (bfd_udp_main.vnet_main,
				bfd_udp_main.echo_source_sw_if_index);
  if (sw_if && sw_if->flags & VNET_SW_INTERFACE_FLAG_ADMIN_UP)
    {
      if (BFD_TRANSPORT_UDP4 == transport)
	{
	  ip4_main_t *im = &ip4_main;
	  ip_interface_address_t *ia = NULL;
          /* *INDENT-OFF* */
          foreach_ip_interface_address (&im->lookup_main, ia,
                                        bfd_udp_main.echo_source_sw_if_index,
                                        0 /* honor unnumbered */, ({
                                          if (ia->address_length <= 31)
                                            {
                                              return 1;
                                            }
                                        }));
          /* *INDENT-ON* */
	}
      else if (BFD_TRANSPORT_UDP6 == transport)
	{
	  ip6_main_t *im = &ip6_main;
	  ip_interface_address_t *ia = NULL;
          /* *INDENT-OFF* */
          foreach_ip_interface_address (&im->lookup_main, ia,
                                        bfd_udp_main.echo_source_sw_if_index,
                                        0 /* honor unnumbered */, ({
                                          if (ia->address_length <= 127)
                                            {
                                              return 1;
                                            }
                                        }));
          /* *INDENT-ON* */
	}
    }
  return 0;
}

static u16
bfd_udp_bs_idx_to_sport (u32 bs_idx)
{
  /* The source port MUST be in the range 49152 through 65535. The same UDP
   * source port number MUST be used for all BFD Control packets associated
   * with a particular session.  The source port number SHOULD be unique among
   * all BFD sessions on the system. If more than 16384 BFD sessions are
   * simultaneously active, UDP source port numbers MAY be reused on
   * multiple sessions, but the number of distinct uses of the same UDP
   * source port number SHOULD be minimized.
   */
  return 49152 + bs_idx % (65535 - 49152 + 1);
}

static void
lol ()
{
}

int
bfd_udp_get_echo_src_ip4 (ip4_address_t * addr)
{
  if (!bfd_udp_main.echo_source_is_set)
    {
      BFD_ERR ("cannot find ip4 address, echo source not set");
      return 0;
    }
  ip_interface_address_t *ia = NULL;
  ip4_main_t *im = &ip4_main;

  /* *INDENT-OFF* */
  foreach_ip_interface_address (
      &im->lookup_main, ia, bfd_udp_main.echo_source_sw_if_index,
      0 /* honor unnumbered */, ({
        ip4_address_t *x =
            ip_interface_address_get_address (&im->lookup_main, ia);
        if (ia->address_length <= 31)
          {
            addr->as_u32 = clib_host_to_net_u32 (x->as_u32);
	    /*
	     * flip the last bit to get a different address, might be network,
	     * we don't care ...
	     */
	    addr->as_u32 ^= 1;
            addr->as_u32 = clib_net_to_host_u32 (addr->as_u32);
            return 1;
          }
      }));
  /* *INDENT-ON* */
  BFD_ERR ("cannot find ip4 address, no usable address found");
  return 0;
}

int
bfd_udp_get_echo_src_ip6 (ip6_address_t * addr)
{
  if (!bfd_udp_main.echo_source_is_set)
    {
      BFD_ERR ("cannot find ip6 address, echo source not set");
      return 0;
    }
  ip_interface_address_t *ia = NULL;
  ip6_main_t *im = &ip6_main;

  /* *INDENT-OFF* */
  foreach_ip_interface_address (
      &im->lookup_main, ia, bfd_udp_main.echo_source_sw_if_index,
      0 /* honor unnumbered */, ({
        ip6_address_t *x =
            ip_interface_address_get_address (&im->lookup_main, ia);
        if (ia->address_length <= 127)
          {
            *addr = *x;
            addr->as_u8[15] ^= 1; /* flip the last bit of the address */
            lol ();
            return 1;
          }
      }));
  /* *INDENT-ON* */
  BFD_ERR ("cannot find ip6 address, no usable address found");
  return 0;
}

int
bfd_add_udp4_transport (vlib_main_t * vm, vlib_buffer_t * b,
			const bfd_session_t * bs, int is_echo)
{
  const bfd_udp_session_t *bus = &bs->udp;
  const bfd_udp_key_t *key = &bus->key;

  b->flags |= VNET_BUFFER_LOCALLY_ORIGINATED;
  vnet_buffer (b)->ip.adj_index[VLIB_RX] = bus->adj_index;
  vnet_buffer (b)->ip.adj_index[VLIB_TX] = bus->adj_index;
  typedef struct
  {
    ip4_header_t ip4;
    udp_header_t udp;
  } ip4_udp_headers;
  ip4_udp_headers *headers = NULL;
  vlib_buffer_advance (b, -sizeof (*headers));
  headers = vlib_buffer_get_current (b);
  memset (headers, 0, sizeof (*headers));
  headers->ip4.ip_version_and_header_length = 0x45;
  headers->ip4.ttl = 255;
  headers->ip4.protocol = IP_PROTOCOL_UDP;
  headers->udp.src_port =
    clib_host_to_net_u16 (bfd_udp_bs_idx_to_sport (bs->bs_idx));
  if (is_echo)
    {
      int rv;
      if (!(rv = bfd_udp_get_echo_src_ip4 (&headers->ip4.src_address)))
	{
	  return rv;
	}
      headers->ip4.dst_address.as_u32 = key->local_addr.ip4.as_u32;
      headers->udp.dst_port = clib_host_to_net_u16 (UDP_DST_PORT_bfd_echo4);
    }
  else
    {
      headers->ip4.src_address.as_u32 = key->local_addr.ip4.as_u32;
      headers->ip4.dst_address.as_u32 = key->peer_addr.ip4.as_u32;
      headers->udp.dst_port = clib_host_to_net_u16 (UDP_DST_PORT_bfd4);
    }

  /* fix ip length, checksum and udp length */
  const u16 ip_length = vlib_buffer_length_in_chain (vm, b);

  headers->ip4.length = clib_host_to_net_u16 (ip_length);
  headers->ip4.checksum = ip4_header_checksum (&headers->ip4);

  const u16 udp_length = ip_length - (sizeof (headers->ip4));
  headers->udp.length = clib_host_to_net_u16 (udp_length);
  return 1;
}

int
bfd_add_udp6_transport (vlib_main_t * vm, vlib_buffer_t * b,
			const bfd_session_t * bs, int is_echo)
{
  const bfd_udp_session_t *bus = &bs->udp;
  const bfd_udp_key_t *key = &bus->key;

  b->flags |= VNET_BUFFER_LOCALLY_ORIGINATED;
  vnet_buffer (b)->ip.adj_index[VLIB_RX] = bus->adj_index;
  vnet_buffer (b)->ip.adj_index[VLIB_TX] = bus->adj_index;
  typedef struct
  {
    ip6_header_t ip6;
    udp_header_t udp;
  } ip6_udp_headers;
  ip6_udp_headers *headers = NULL;
  vlib_buffer_advance (b, -sizeof (*headers));
  headers = vlib_buffer_get_current (b);
  memset (headers, 0, sizeof (*headers));
  headers->ip6.ip_version_traffic_class_and_flow_label =
    clib_host_to_net_u32 (0x6 << 28);
  headers->ip6.hop_limit = 255;
  headers->ip6.protocol = IP_PROTOCOL_UDP;
  headers->udp.src_port =
    clib_host_to_net_u16 (bfd_udp_bs_idx_to_sport (bs->bs_idx));
  if (is_echo)
    {
      int rv;
      if (!(rv = bfd_udp_get_echo_src_ip6 (&headers->ip6.src_address)))
	{
	  return rv;
	}
      clib_memcpy (&headers->ip6.dst_address, &key->local_addr.ip6,
		   sizeof (headers->ip6.dst_address));

      headers->udp.dst_port = clib_host_to_net_u16 (UDP_DST_PORT_bfd_echo6);
    }
  else
    {
      clib_memcpy (&headers->ip6.src_address, &key->local_addr.ip6,
		   sizeof (headers->ip6.src_address));
      clib_memcpy (&headers->ip6.dst_address, &key->peer_addr.ip6,
		   sizeof (headers->ip6.dst_address));
      headers->udp.dst_port = clib_host_to_net_u16 (UDP_DST_PORT_bfd6);
    }

  /* fix ip payload length and udp length */
  const u16 udp_length =
    vlib_buffer_length_in_chain (vm, b) - (sizeof (headers->ip6));
  headers->udp.length = clib_host_to_net_u16 (udp_length);
  headers->ip6.payload_length = headers->udp.length;

  /* IPv6 UDP checksum is mandatory */
  int bogus = 0;
  headers->udp.checksum =
    ip6_tcp_udp_icmp_compute_checksum (vm, b, &headers->ip6, &bogus);
  ASSERT (bogus == 0);
  if (headers->udp.checksum == 0)
    {
      headers->udp.checksum = 0xffff;
    }
  return 1;
}

static bfd_session_t *
bfd_lookup_session (bfd_udp_main_t * bum, const bfd_udp_key_t * key)
{
  uword *p = mhash_get (&bum->bfd_session_idx_by_bfd_key, key);
  if (p)
    {
      return bfd_find_session_by_idx (bum->bfd_main, *p);
    }
  return 0;
}

static void
bfd_udp_key_init (bfd_udp_key_t * key, u32 sw_if_index,
		  const ip46_address_t * local_addr,
		  const ip46_address_t * peer_addr)
{
  memset (key, 0, sizeof (*key));
  key->sw_if_index = sw_if_index;
  key->local_addr.as_u64[0] = local_addr->as_u64[0];
  key->local_addr.as_u64[1] = local_addr->as_u64[1];
  key->peer_addr.as_u64[0] = peer_addr->as_u64[0];
  key->peer_addr.as_u64[1] = peer_addr->as_u64[1];
}

static vnet_api_error_t
bfd_udp_add_session_internal (bfd_udp_main_t * bum, u32 sw_if_index,
			      u32 desired_min_tx_usec,
			      u32 required_min_rx_usec, u8 detect_mult,
			      const ip46_address_t * local_addr,
			      const ip46_address_t * peer_addr,
			      bfd_session_t ** bs_out)
{
  /* get a pool entry and if we end up not needing it, give it back */
  bfd_transport_e t = BFD_TRANSPORT_UDP4;
  if (!ip46_address_is_ip4 (local_addr))
    {
      t = BFD_TRANSPORT_UDP6;
    }
  bfd_session_t *bs = bfd_get_session (bum->bfd_main, t);
  if (!bs)
    {
      bfd_put_session (bum->bfd_main, bs);
      return VNET_API_ERROR_BFD_EAGAIN;
    }
  bfd_udp_session_t *bus = &bs->udp;
  memset (bus, 0, sizeof (*bus));
  bfd_udp_key_t *key = &bus->key;
  bfd_udp_key_init (key, sw_if_index, local_addr, peer_addr);
  const bfd_session_t *tmp = bfd_lookup_session (bum, key);
  if (tmp)
    {
      clib_warning ("duplicate bfd-udp session, existing bs_idx=%d",
		    tmp->bs_idx);
      bfd_put_session (bum->bfd_main, bs);
      return VNET_API_ERROR_BFD_EEXIST;
    }
  mhash_set (&bum->bfd_session_idx_by_bfd_key, key, bs->bs_idx, NULL);
  BFD_DBG ("session created, bs_idx=%u, sw_if_index=%d, local=%U, peer=%U",
	   bs->bs_idx, key->sw_if_index, format_ip46_address,
	   &key->local_addr, IP46_TYPE_ANY, format_ip46_address,
	   &key->peer_addr, IP46_TYPE_ANY);
  if (BFD_TRANSPORT_UDP4 == t)
    {
      bus->adj_index = adj_nbr_add_or_lock (FIB_PROTOCOL_IP4, VNET_LINK_IP4,
					    &key->peer_addr,
					    key->sw_if_index);
      BFD_DBG ("adj_nbr_add_or_lock(FIB_PROTOCOL_IP4, VNET_LINK_IP4, %U, %d) "
	       "returns %d", format_ip46_address, &key->peer_addr,
	       IP46_TYPE_ANY, key->sw_if_index, bus->adj_index);

      fib_prefix_t fib_prefix;
      memset (&fib_prefix, 0, sizeof (fib_prefix));
      fib_prefix.fp_len = 0;
      fib_prefix.fp_proto = FIB_PROTOCOL_IP4;
      fib_prefix.fp_addr = key->local_addr;
      u32 fib_index = fib_table_find (FIB_PROTOCOL_IP4, 0);	/* FIXME table id 0? */
      dpo_id_t dpo = DPO_INVALID;
      dpo_proto_t dproto;
      dproto = fib_proto_to_dpo (fib_prefix.fp_proto);
      receive_dpo_add_or_lock (dproto, ~0, NULL, &dpo);
      fib_table_entry_special_dpo_update (fib_index, &fib_prefix,
					  FIB_SOURCE_API,
					  FIB_ENTRY_FLAG_LOCAL, &dpo);
      dpo_reset (&dpo);
    }
  else
    {
      bus->adj_index = adj_nbr_add_or_lock (FIB_PROTOCOL_IP6, VNET_LINK_IP6,
					    &key->peer_addr,
					    key->sw_if_index);
      BFD_DBG ("adj_nbr_add_or_lock(FIB_PROTOCOL_IP6, VNET_LINK_IP6, %U, %d) "
	       "returns %d", format_ip46_address, &key->peer_addr,
	       IP46_TYPE_ANY, key->sw_if_index, bus->adj_index);
    }
  *bs_out = bs;
  return bfd_session_set_params (bum->bfd_main, bs, desired_min_tx_usec,
				 required_min_rx_usec, detect_mult);
}

static vnet_api_error_t
bfd_udp_validate_api_input (u32 sw_if_index,
			    const ip46_address_t * local_addr,
			    const ip46_address_t * peer_addr)
{
  vnet_sw_interface_t *sw_if =
    vnet_get_sw_interface_safe (bfd_udp_main.vnet_main, sw_if_index);
  u8 local_ip_valid = 0;
  ip_interface_address_t *ia = NULL;
  if (!sw_if)
    {
      clib_warning ("got NULL sw_if");
      return VNET_API_ERROR_INVALID_SW_IF_INDEX;
    }
  if (ip46_address_is_ip4 (local_addr))
    {
      if (!ip46_address_is_ip4 (peer_addr))
	{
	  clib_warning ("IP family mismatch");
	  return VNET_API_ERROR_INVALID_ARGUMENT;
	}
      ip4_main_t *im = &ip4_main;

      /* *INDENT-OFF* */
      foreach_ip_interface_address (
          &im->lookup_main, ia, sw_if_index, 0 /* honor unnumbered */, ({
            ip4_address_t *x =
                ip_interface_address_get_address (&im->lookup_main, ia);
            if (x->as_u32 == local_addr->ip4.as_u32)
              {
                /* valid address for this interface */
                local_ip_valid = 1;
                break;
              }
          }));
      /* *INDENT-ON* */
    }
  else
    {
      if (ip46_address_is_ip4 (peer_addr))
	{
	  clib_warning ("IP family mismatch");
	  return VNET_API_ERROR_INVALID_ARGUMENT;
	}
      ip6_main_t *im = &ip6_main;
      /* *INDENT-OFF* */
      foreach_ip_interface_address (
          &im->lookup_main, ia, sw_if_index, 0 /* honor unnumbered */, ({
            ip6_address_t *x =
                ip_interface_address_get_address (&im->lookup_main, ia);
            if (local_addr->ip6.as_u64[0] == x->as_u64[0] &&
                local_addr->ip6.as_u64[1] == x->as_u64[1])
              {
                /* valid address for this interface */
                local_ip_valid = 1;
                break;
              }
          }));
      /* *INDENT-ON* */
    }

  if (!local_ip_valid)
    {
      clib_warning ("address not found on interface");
      return VNET_API_ERROR_ADDRESS_NOT_FOUND_FOR_INTERFACE;
    }

  return 0;
}

static vnet_api_error_t
bfd_udp_find_session_by_api_input (u32 sw_if_index,
				   const ip46_address_t * local_addr,
				   const ip46_address_t * peer_addr,
				   bfd_session_t ** bs_out)
{
  vnet_api_error_t rv =
    bfd_udp_validate_api_input (sw_if_index, local_addr, peer_addr);
  if (!rv)
    {
      bfd_udp_main_t *bum = &bfd_udp_main;
      bfd_udp_key_t key;
      bfd_udp_key_init (&key, sw_if_index, local_addr, peer_addr);
      bfd_session_t *bs = bfd_lookup_session (bum, &key);
      if (bs)
	{
	  *bs_out = bs;
	}
      else
	{
	  clib_warning
	    ("BFD session not found (sw_if_index=%u, local=%U, peer=%U",
	     sw_if_index, format_ip46_address, local_addr, IP46_TYPE_ANY,
	     format_ip46_address, peer_addr, IP46_TYPE_ANY);
	  return VNET_API_ERROR_BFD_ENOENT;
	}
    }
  return rv;
}

static vnet_api_error_t
bfd_api_verify_common (u32 sw_if_index, u32 desired_min_tx_usec,
		       u32 required_min_rx_usec, u8 detect_mult,
		       const ip46_address_t * local_addr,
		       const ip46_address_t * peer_addr)
{
  vnet_api_error_t rv =
    bfd_udp_validate_api_input (sw_if_index, local_addr, peer_addr);
  if (rv)
    {
      return rv;
    }
  if (detect_mult < 1)
    {
      clib_warning ("detect_mult < 1");
      return VNET_API_ERROR_INVALID_ARGUMENT;
    }
  if (desired_min_tx_usec < 1)
    {
      clib_warning ("desired_min_tx_usec < 1");
      return VNET_API_ERROR_INVALID_ARGUMENT;
    }
  return 0;
}

static void
bfd_udp_del_session_internal (bfd_session_t * bs)
{
  bfd_udp_main_t *bum = &bfd_udp_main;
  BFD_DBG ("free bfd-udp session, bs_idx=%d", bs->bs_idx);
  mhash_unset (&bum->bfd_session_idx_by_bfd_key, &bs->udp.key, NULL);
  adj_unlock (bs->udp.adj_index);
  bfd_put_session (bum->bfd_main, bs);
}

vnet_api_error_t
bfd_udp_add_session (u32 sw_if_index, const ip46_address_t * local_addr,
		     const ip46_address_t * peer_addr,
		     u32 desired_min_tx_usec, u32 required_min_rx_usec,
		     u8 detect_mult, u8 is_authenticated, u32 conf_key_id,
		     u8 bfd_key_id)
{
  vnet_api_error_t rv =
    bfd_api_verify_common (sw_if_index, desired_min_tx_usec,
			   required_min_rx_usec, detect_mult,
			   local_addr, peer_addr);
  bfd_session_t *bs = NULL;
  if (!rv)
    {
      rv =
	bfd_udp_add_session_internal (&bfd_udp_main, sw_if_index,
				      desired_min_tx_usec,
				      required_min_rx_usec, detect_mult,
				      local_addr, peer_addr, &bs);
    }
  if (!rv && is_authenticated)
    {
#if WITH_LIBSSL > 0
      rv = bfd_auth_activate (bs, conf_key_id, bfd_key_id,
			      0 /* is not delayed */ );
#else
      clib_warning ("SSL missing, cannot add authenticated BFD session");
      rv = VNET_API_ERROR_BFD_NOTSUPP;
#endif
      if (rv)
	{
	  bfd_udp_del_session_internal (bs);
	}
    }
  if (!rv)
    {
      bfd_session_start (bfd_udp_main.bfd_main, bs);
    }

  return rv;
}

vnet_api_error_t
bfd_udp_mod_session (u32 sw_if_index,
		     const ip46_address_t * local_addr,
		     const ip46_address_t * peer_addr,
		     u32 desired_min_tx_usec,
		     u32 required_min_rx_usec, u8 detect_mult)
{
  bfd_session_t *bs = NULL;
  vnet_api_error_t rv =
    bfd_udp_find_session_by_api_input (sw_if_index, local_addr, peer_addr,
				       &bs);
  if (rv)
    {
      return rv;
    }

  return bfd_session_set_params (bfd_udp_main.bfd_main, bs,
				 desired_min_tx_usec, required_min_rx_usec,
				 detect_mult);
}

vnet_api_error_t
bfd_udp_del_session (u32 sw_if_index,
		     const ip46_address_t * local_addr,
		     const ip46_address_t * peer_addr)
{
  bfd_session_t *bs = NULL;
  vnet_api_error_t rv =
    bfd_udp_find_session_by_api_input (sw_if_index, local_addr, peer_addr,
				       &bs);
  if (rv)
    {
      return rv;
    }
  bfd_udp_del_session_internal (bs);
  return 0;
}

vnet_api_error_t
bfd_udp_session_set_flags (u32 sw_if_index,
			   const ip46_address_t * local_addr,
			   const ip46_address_t * peer_addr, u8 admin_up_down)
{
  bfd_session_t *bs = NULL;
  vnet_api_error_t rv =
    bfd_udp_find_session_by_api_input (sw_if_index, local_addr, peer_addr,
				       &bs);
  if (rv)
    {
      return rv;
    }
  bfd_session_set_flags (bs, admin_up_down);
  return 0;
}

vnet_api_error_t
bfd_auth_set_key (u32 conf_key_id, u8 auth_type, u8 key_len,
		  const u8 * key_data)
{
#if WITH_LIBSSL > 0
  bfd_auth_key_t *auth_key = NULL;
  if (!key_len || key_len > bfd_max_len_for_auth_type (auth_type))
    {
      clib_warning ("Invalid authentication key length for auth_type=%d:%s "
		    "(key_len=%u, must be "
		    "non-zero, expected max=%u)",
		    auth_type, bfd_auth_type_str (auth_type), key_len,
		    (u32) bfd_max_len_for_auth_type (auth_type));
      return VNET_API_ERROR_INVALID_VALUE;
    }
  if (!bfd_auth_type_supported (auth_type))
    {
      clib_warning ("Unsupported auth type=%d:%s", auth_type,
		    bfd_auth_type_str (auth_type));
      return VNET_API_ERROR_BFD_NOTSUPP;
    }
  bfd_main_t *bm = bfd_udp_main.bfd_main;
  uword *key_idx_p = hash_get (bm->auth_key_by_conf_key_id, conf_key_id);
  if (key_idx_p)
    {
      /* modifying existing key - must not be used */
      const uword key_idx = *key_idx_p;
      auth_key = pool_elt_at_index (bm->auth_keys, key_idx);
      if (auth_key->use_count > 0)
	{
	  clib_warning ("Authentication key with conf ID %u in use by %u BFD "
			"sessions - cannot modify",
			conf_key_id, auth_key->use_count);
	  return VNET_API_ERROR_BFD_EINUSE;
	}
    }
  else
    {
      /* adding new key */
      pool_get (bm->auth_keys, auth_key);
      auth_key->conf_key_id = conf_key_id;
      hash_set (bm->auth_key_by_conf_key_id, conf_key_id,
		auth_key - bm->auth_keys);
    }
  auth_key->auth_type = auth_type;
  memset (auth_key->key, 0, sizeof (auth_key->key));
  clib_memcpy (auth_key->key, key_data, key_len);
  return 0;
#else
  clib_warning ("SSL missing, cannot manipulate authentication keys");
  return VNET_API_ERROR_BFD_NOTSUPP;
#endif
}

vnet_api_error_t
bfd_auth_del_key (u32 conf_key_id)
{
#if WITH_LIBSSL > 0
  bfd_auth_key_t *auth_key = NULL;
  bfd_main_t *bm = bfd_udp_main.bfd_main;
  uword *key_idx_p = hash_get (bm->auth_key_by_conf_key_id, conf_key_id);
  if (key_idx_p)
    {
      /* deleting existing key - must not be used */
      const uword key_idx = *key_idx_p;
      auth_key = pool_elt_at_index (bm->auth_keys, key_idx);
      if (auth_key->use_count > 0)
	{
	  clib_warning ("Authentication key with conf ID %u in use by %u BFD "
			"sessions - cannot delete",
			conf_key_id, auth_key->use_count);
	  return VNET_API_ERROR_BFD_EINUSE;
	}
      hash_unset (bm->auth_key_by_conf_key_id, conf_key_id);
      memset (auth_key, 0, sizeof (*auth_key));
      pool_put (bm->auth_keys, auth_key);
    }
  else
    {
      /* no such key */
      clib_warning (&q
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:cc="http://creativecommons.org/ns#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   width="494.23804pt"
   height="298.75366pt"
   viewBox="0 0 494.23803 298.75367"
   version="1.2"
   id="svg1358"
   sodipodi:docname="MDR_10_3.svg"
   inkscape:version="0.92.1 r15371">
  <metadata
     id="metadata1362">
    <rdf:RDF>
      <cc:Work
         rdf:about="">
        <dc:format>image/svg+xml</dc:format>
        <dc:type
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
        <dc:title></dc:title>
      </cc:Work>
    </rdf:RDF>
  </metadata>
  <sodipodi:namedview
     pagecolor="#ffffff"
     bordercolor="#666666"
     borderopacity="1"
     objecttolerance="10"
     gridtolerance="10"
     guidetolerance="10"
     inkscape:pageopacity="0"
     inkscape:pageshadow="2"
     inkscape:window-width="1200"
     inkscape:window-height="1860"
     id="namedview1360"
     showgrid="false"
     fit-margin-top="0"
     fit-margin-left="0"
     fit-margin-right="0"
     fit-margin-bottom="0"
     inkscape:zoom="0.21026372"
     inkscape:cx="-334.06953"
     inkscape:cy="226.32087"
     inkscape:window-x="0"
     inkscape:window-y="31"
     inkscape:window-maximized="1"
     inkscape:current-layer="svg1358" />
  <defs
     id="defs355">
    <g
       id="g332">
      <symbol
         overflow="visible"
         id="glyph0-0"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="M 2.859375,-3.796875 V 0 H 0.125 v -3.796875 z m -0.25,3.5625 v -3.3125 H 0.375 v 3.3125 z M 2.25,-2.5 c 0,0.117188 -0.023438,0.21875 -0.0625,0.3125 -0.03125,0.085938 -0.078125,0.15625 -0.140625,0.21875 -0.0625,0.0625 -0.136719,0.117188 -0.21875,0.15625 C 1.742188,-1.78125 1.65625,-1.765625 1.5625,-1.765625 L 1.546875,-1.3125 c 0,0.011719 -0.015625,0.023438 -0.046875,0.03125 -0.03125,0.011719 -0.074219,0.015625 -0.125,0.015625 -0.023438,0 -0.042969,0 -0.0625,0 -0.023438,0 -0.042969,0 -0.0625,0 -0.011719,-0.00781 -0.023438,-0.015625 -0.03125,-0.015625 0,-0.00781 0,-0.019531 0,-0.03125 L 1.203125,-1.859375 c 0,-0.0625 0.00781,-0.101563 0.03125,-0.125 0.03125,-0.019531 0.070313,-0.03125 0.125,-0.03125 H 1.40625 c 0.082031,0 0.15625,-0.00781 0.21875,-0.03125 0.0625,-0.03125 0.109375,-0.066406 0.140625,-0.109375 0.039063,-0.039062 0.066406,-0.085938 0.078125,-0.140625 0.019531,-0.0625 0.03125,-0.125 0.03125,-0.1875 0,-0.144531 -0.042969,-0.257813 -0.125,-0.34375 -0.085938,-0.082031 -0.214844,-0.125 -0.390625,-0.125 -0.074219,0 -0.140625,0.011719 -0.203125,0.03125 C 1.101562,-2.910156 1.050781,-2.894531 1,-2.875 c -0.042969,0.023438 -0.078125,0.042969 -0.109375,0.0625 -0.023437,0.011719 -0.042969,0.015625 -0.0625,0.015625 0,0 -0.007813,0 -0.015625,0 0,-0.00781 -0.007812,-0.019531 -0.015625,-0.03125 C 0.785156,-2.835938 0.78125,-2.851562 0.78125,-2.875 c 0,-0.019531 0,-0.046875 0,-0.078125 0,-0.03125 0,-0.054687 0,-0.078125 C 0.789062,-3.050781 0.800781,-3.066406 0.8125,-3.078125 0.832031,-3.097656 0.859375,-3.113281 0.890625,-3.125 0.929688,-3.144531 0.976562,-3.160156 1.03125,-3.171875 1.082031,-3.191406 1.140625,-3.207031 1.203125,-3.21875 1.273438,-3.238281 1.34375,-3.25 1.40625,-3.25 c 0.144531,0 0.269531,0.023438 0.375,0.0625 0.113281,0.042969 0.203125,0.101562 0.265625,0.171875 C 2.109375,-2.953125 2.15625,-2.875 2.1875,-2.78125 2.226562,-2.695312 2.25,-2.601562 2.25,-2.5 Z m -0.640625,1.703125 c 0,0.042969 -0.00781,0.078125 -0.015625,0.109375 0,0.023438 -0.011719,0.042969 -0.03125,0.0625 -0.023438,0.011719 -0.046875,0.023438 -0.078125,0.03125 -0.023437,0.011719 -0.054687,0.015625 -0.09375,0.015625 -0.042969,0 -0.078125,-0.003906 -0.109375,-0.015625 C 1.257812,-0.601562 1.238281,-0.613281 1.21875,-0.625 1.195312,-0.644531 1.179688,-0.664062 1.171875,-0.6875 c 0,-0.03125 0,-0.066406 0,-0.109375 0,-0.039063 0,-0.078125 0,-0.109375 C 1.179688,-0.9375 1.195312,-0.957031 1.21875,-0.96875 1.238281,-0.988281 1.257812,-1 1.28125,-1 c 0.03125,-0.00781 0.066406,-0.015625 0.109375,-0.015625 0.039063,0 0.070313,0.00781 0.09375,0.015625 0.03125,0 0.054687,0.011719 0.078125,0.03125 0.019531,0.011719 0.03125,0.03125 0.03125,0.0625 0.00781,0.03125 0.015625,0.070312 0.015625,0.109375 z M 0,1.15625 Z m 0,0"
           id="path2"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph0-1"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.671875,-1.078125 c 0,0.167969 -0.03125,0.324219 -0.09375,0.46875 C 2.523438,-0.472656 2.441406,-0.351562 2.328125,-0.25 2.210938,-0.15625 2.070312,-0.078125 1.90625,-0.015625 1.738281,0.0351562 1.550781,0.0625 1.34375,0.0625 1.21875,0.0625 1.097656,0.0507812 0.984375,0.03125 0.878906,0.0078125 0.78125,-0.015625 0.6875,-0.046875 0.601562,-0.078125 0.53125,-0.109375 0.46875,-0.140625 0.414062,-0.171875 0.382812,-0.191406 0.375,-0.203125 0.363281,-0.210938 0.351562,-0.222656 0.34375,-0.234375 0.332031,-0.253906 0.320312,-0.273438 0.3125,-0.296875 c 0,-0.019531 -0.007812,-0.039063 -0.015625,-0.0625 0,-0.03125 0,-0.066406 0,-0.109375 0,-0.070312 0.003906,-0.117188 0.015625,-0.140625 0.019531,-0.03125 0.039062,-0.046875 0.0625,-0.046875 0.019531,0 0.054688,0.015625 0.109375,0.046875 0.050781,0.03125 0.117187,0.070313 0.203125,0.109375 0.082031,0.03125 0.175781,0.0625 0.28125,0.09375 0.101562,0.03125 0.222656,0.046875 0.359375,0.046875 0.132813,0 0.25,-0.015625 0.34375,-0.046875 0.09375,-0.03125 0.171875,-0.078125 0.234375,-0.140625 0.070312,-0.0625 0.125,-0.132813 0.15625,-0.21875 0.03125,-0.082031 0.046875,-0.171875 0.046875,-0.265625 0,-0.113281 -0.023437,-0.210938 -0.0625,-0.296875 -0.042969,-0.082031 -0.105469,-0.15625 -0.1875,-0.21875 C 1.785156,-1.609375 1.6875,-1.65625 1.5625,-1.6875 1.445312,-1.726562 1.316406,-1.75 1.171875,-1.75 H 0.8125 c -0.023438,0 -0.042969,0 -0.0625,0 C 0.738281,-1.757812 0.726562,-1.769531 0.71875,-1.78125 0.707031,-1.800781 0.695312,-1.820312 0.6875,-1.84375 c 0,-0.03125 0,-0.066406 0,-0.109375 0,-0.03125 0,-0.054687 0,-0.078125 C 0.695312,-2.0625 0.707031,-2.082031 0.71875,-2.09375 0.726562,-2.113281 0.738281,-2.125 0.75,-2.125 0.769531,-2.132812 0.785156,-2.140625 0.796875,-2.140625 h 0.34375 c 0.125,0 0.238281,-0.015625 0.34375,-0.046875 0.101563,-0.03125 0.1875,-0.078125 0.25,-0.140625 0.070313,-0.0625 0.128906,-0.132813 0.171875,-0.21875 0.039062,-0.09375 0.0625,-0.191406 0.0625,-0.296875 0,-0.082031 -0.015625,-0.160156 -0.046875,-0.234375 C 1.898438,-3.148438 1.863281,-3.210938 1.8125,-3.265625 1.757812,-3.316406 1.691406,-3.359375 1.609375,-3.390625 1.535156,-3.421875 1.445312,-3.4375 1.34375,-3.4375 c -0.117188,0 -0.21875,0.023438 -0.3125,0.0625 -0.09375,0.03125 -0.179688,0.070312 -0.25,0.109375 -0.074219,0.03125 -0.136719,0.070313 -0.1875,0.109375 -0.054688,0.03125 -0.089844,0.046875 -0.109375,0.046875 -0.011719,0 -0.023437,0 -0.03125,0 -0.011719,-0.00781 -0.023437,-0.019531 -0.03125,-0.03125 0,-0.019531 -0.007813,-0.039063 -0.015625,-0.0625 0,-0.03125 0,-0.066406 0,-0.109375 0,-0.03125 0,-0.054688 0,-0.078125 0,-0.019531 0.003906,-0.035156 0.015625,-0.046875 C 0.429688,-3.457031 0.4375,-3.472656 0.4375,-3.484375 0.445312,-3.503906 0.460938,-3.519531 0.484375,-3.53125 0.503906,-3.550781 0.539062,-3.578125 0.59375,-3.609375 0.65625,-3.648438 0.722656,-3.6875 0.796875,-3.71875 0.878906,-3.757812 0.972656,-3.789062 1.078125,-3.8125 1.191406,-3.832031 1.3125,-3.84375 1.4375,-3.84375 c 0.175781,0 0.332031,0.023438 0.46875,0.0625 0.132812,0.042969 0.242188,0.105469 0.328125,0.1875 0.09375,0.085938 0.160156,0.183594 0.203125,0.296875 0.039062,0.117187 0.0625,0.242187 0.0625,0.375 0,0.125 -0.015625,0.242187 -0.046875,0.34375 C 2.421875,-2.472656 2.375,-2.378906 2.3125,-2.296875 2.257812,-2.222656 2.1875,-2.160156 2.09375,-2.109375 2.007812,-2.054688 1.910156,-2.019531 1.796875,-2 v 0.015625 c 0.125,0.011719 0.238281,0.042969 0.34375,0.09375 0.113281,0.054687 0.207031,0.121094 0.28125,0.203125 0.082031,0.074219 0.144531,0.164062 0.1875,0.265625 0.039063,0.105469 0.0625,0.21875 0.0625,0.34375 z m 0,0"
           id="path5"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph0-2"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 1.078125,-0.3125 c 0,0.136719 -0.027344,0.2304688 -0.078125,0.28125 -0.042969,0.0390625 -0.125,0.0625 -0.25,0.0625 -0.117188,0 -0.199219,-0.0234375 -0.25,-0.0625 -0.042969,-0.0507812 -0.0625,-0.144531 -0.0625,-0.28125 0,-0.132812 0.019531,-0.222656 0.0625,-0.265625 0.050781,-0.050781 0.140625,-0.078125 0.265625,-0.078125 0.113281,0 0.191406,0.027344 0.234375,0.078125 0.050781,0.042969 0.078125,0.132813 0.078125,0.265625 z m 0,0"
           id="path8"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph0-3"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.703125,-0.21875 c 0,0.03125 -0.00781,0.0625 -0.015625,0.09375 0,0.03125 -0.00781,0.0585938 -0.015625,0.078125 0,0.0117188 -0.011719,0.0234375 -0.03125,0.03125 C 2.628906,-0.00390625 2.613281,0 2.59375,0 H 0.5 C 0.46875,0 0.441406,0 0.421875,0 0.410156,-0.0078125 0.394531,-0.0195312 0.375,-0.03125 0.363281,-0.0507812 0.351562,-0.078125 0.34375,-0.109375 0.332031,-0.140625 0.328125,-0.175781 0.328125,-0.21875 c 0,-0.039062 0,-0.070312 0,-0.09375 0.007813,-0.03125 0.019531,-0.054688 0.03125,-0.078125 0.007813,-0.03125 0.019531,-0.054687 0.03125,-0.078125 0.019531,-0.019531 0.039063,-0.046875 0.0625,-0.078125 L 1.1875,-1.3125 C 1.351562,-1.5 1.488281,-1.660156 1.59375,-1.796875 1.695312,-1.941406 1.773438,-2.070312 1.828125,-2.1875 c 0.0625,-0.125 0.097656,-0.234375 0.109375,-0.328125 0.019531,-0.09375 0.03125,-0.179687 0.03125,-0.265625 0,-0.082031 -0.015625,-0.160156 -0.046875,-0.234375 C 1.898438,-3.085938 1.863281,-3.148438 1.8125,-3.203125 1.757812,-3.265625 1.691406,-3.3125 1.609375,-3.34375 1.535156,-3.382812 1.445312,-3.40625 1.34375,-3.40625 c -0.117188,0 -0.226562,0.023438 -0.328125,0.0625 -0.09375,0.03125 -0.179687,0.070312 -0.25,0.109375 -0.0625,0.03125 -0.121094,0.070313 -0.171875,0.109375 -0.042969,0.03125 -0.078125,0.046875 -0.109375,0.046875 -0.011719,0 -0.023437,-0.00391 -0.03125,-0.015625 -0.011719,-0.00781 -0.023437,-0.019531 -0.03125,-0.03125 0,-0.019531 -0.007813,-0.046875 -0.015625,-0.078125 0,-0.03125 0,-0.066406 0,-0.109375 0,-0.03125 0,-0.054688 0,-0.078125 0,-0.019531 0,-0.035156 0,-0.046875 C 0.414062,-3.457031 0.425781,-3.472656 0.4375,-3.484375 0.445312,-3.492188 0.460938,-3.507812 0.484375,-3.53125 0.503906,-3.550781 0.539062,-3.578125 0.59375,-3.609375 0.65625,-3.648438 0.726562,-3.6875 0.8125,-3.71875 0.90625,-3.757812 1.003906,-3.789062 1.109375,-3.8125 1.210938,-3.832031 1.320312,-3.84375 1.4375,-3.84375 c 0.1875,0 0.347656,0.027344 0.484375,0.078125 0.132813,0.054687 0.25,0.125 0.34375,0.21875 0.09375,0.085937 0.160156,0.1875 0.203125,0.3125 0.039062,0.117187 0.0625,0.242187 0.0625,0.375 C 2.53125,-2.742188 2.519531,-2.625 2.5,-2.5 2.476562,-2.382812 2.429688,-2.253906 2.359375,-2.109375 2.296875,-1.972656 2.195312,-1.816406 2.0625,-1.640625 1.9375,-1.472656 1.765625,-1.28125 1.546875,-1.0625 L 0.9375,-0.421875 h 1.65625 c 0.00781,0 0.019531,0.007813 0.03125,0.015625 0.019531,0 0.035156,0.011719 0.046875,0.03125 0.00781,0.023438 0.015625,0.046875 0.015625,0.078125 0.00781,0.023437 0.015625,0.046875 0.015625,0.078125 z m 0,0"
           id="path11"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph0-4"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.796875,-0.96875 c 0,0.15625 -0.03125,0.304688 -0.09375,0.4375 -0.054687,0.125 -0.136719,0.234375 -0.25,0.328125 C 2.335938,-0.117188 2.195312,-0.0507812 2.03125,0 1.875,0.0390625 1.691406,0.0625 1.484375,0.0625 1.296875,0.0625 1.125,0.0390625 0.96875,0 0.8125,-0.0390625 0.675781,-0.101562 0.5625,-0.1875 0.457031,-0.269531 0.375,-0.367188 0.3125,-0.484375 c -0.054688,-0.113281 -0.078125,-0.25 -0.078125,-0.40625 0,-0.113281 0.019531,-0.21875 0.0625,-0.3125 0.039063,-0.101563 0.097656,-0.195313 0.171875,-0.28125 0.070312,-0.082031 0.160156,-0.160156 0.265625,-0.234375 0.113281,-0.070312 0.238281,-0.144531 0.375,-0.21875 C 0.984375,-2 0.875,-2.0625 0.78125,-2.125 0.695312,-2.195312 0.625,-2.269531 0.5625,-2.34375 0.5,-2.425781 0.453125,-2.507812 0.421875,-2.59375 0.390625,-2.6875 0.375,-2.785156 0.375,-2.890625 c 0,-0.132813 0.019531,-0.257813 0.0625,-0.375 0.050781,-0.113281 0.125,-0.210937 0.21875,-0.296875 0.101562,-0.09375 0.226562,-0.160156 0.375,-0.203125 0.144531,-0.050781 0.316406,-0.078125 0.515625,-0.078125 0.195313,0 0.363281,0.027344 0.5,0.078125 0.144531,0.042969 0.257813,0.105469 0.34375,0.1875 0.09375,0.074219 0.160156,0.164063 0.203125,0.265625 0.039062,0.105469 0.0625,0.21875 0.0625,0.34375 0,0.105469 -0.015625,0.203125 -0.046875,0.296875 -0.03125,0.085937 -0.078125,0.167969 -0.140625,0.25 -0.0625,0.085937 -0.140625,0.164063 -0.234375,0.234375 -0.085937,0.074219 -0.1875,0.140625 -0.3125,0.203125 0.144531,0.0625 0.269531,0.132813 0.375,0.203125 0.113281,0.074219 0.207031,0.152344 0.28125,0.234375 0.070313,0.085937 0.125,0.171875 0.15625,0.265625 0.039063,0.09375 0.0625,0.199219 0.0625,0.3125 z M 2.15625,-2.921875 c 0,-0.082031 -0.015625,-0.15625 -0.046875,-0.21875 -0.023437,-0.0625 -0.0625,-0.113281 -0.125,-0.15625 C 1.929688,-3.347656 1.863281,-3.382812 1.78125,-3.40625 1.707031,-3.4375 1.617188,-3.453125 1.515625,-3.453125 1.304688,-3.453125 1.144531,-3.40625 1.03125,-3.3125 0.925781,-3.21875 0.875,-3.085938 0.875,-2.921875 c 0,0.085937 0.007812,0.15625 0.03125,0.21875 0.03125,0.0625 0.070312,0.125 0.125,0.1875 0.0625,0.054687 0.132812,0.109375 0.21875,0.171875 0.082031,0.054688 0.179688,0.109375 0.296875,0.171875 C 1.742188,-2.273438 1.894531,-2.390625 2,-2.515625 c 0.101562,-0.125 0.15625,-0.257813 0.15625,-0.40625 z m 0.125,2 c 0,-0.09375 -0.015625,-0.175781 -0.046875,-0.25 C 2.203125,-1.242188 2.148438,-1.3125 2.078125,-1.375 c -0.0625,-0.0625 -0.148437,-0.117188 -0.25,-0.171875 -0.09375,-0.0625 -0.210937,-0.125 -0.34375,-0.1875 C 1.359375,-1.679688 1.25,-1.625 1.15625,-1.5625 1.0625,-1.5 0.984375,-1.4375 0.921875,-1.375 0.867188,-1.3125 0.828125,-1.242188 0.796875,-1.171875 0.765625,-1.097656 0.75,-1.019531 0.75,-0.9375 c 0,0.199219 0.0625,0.351562 0.1875,0.453125 0.132812,0.09375 0.332031,0.140625 0.59375,0.140625 0.25,0 0.4375,-0.050781 0.5625,-0.15625 0.125,-0.101562 0.1875,-0.242188 0.1875,-0.421875 z m 0,0"
           id="path14"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph0-5"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.734375,-2.046875 c 0,0.167969 -0.011719,0.335937 -0.03125,0.5 C 2.679688,-1.378906 2.644531,-1.21875 2.59375,-1.0625 2.550781,-0.90625 2.488281,-0.757812 2.40625,-0.625 2.332031,-0.488281 2.234375,-0.367188 2.109375,-0.265625 1.992188,-0.171875 1.851562,-0.09375 1.6875,-0.03125 1.519531,0.03125 1.328125,0.0625 1.109375,0.0625 1.023438,0.0625 0.941406,0.0546875 0.859375,0.046875 0.785156,0.0351562 0.71875,0.0195312 0.65625,0 0.59375,-0.0195312 0.539062,-0.0351562 0.5,-0.046875 0.457031,-0.0664062 0.425781,-0.0820312 0.40625,-0.09375 0.382812,-0.113281 0.367188,-0.140625 0.359375,-0.171875 0.347656,-0.203125 0.34375,-0.242188 0.34375,-0.296875 c 0,-0.039063 0,-0.070313 0,-0.09375 0.007812,-0.03125 0.015625,-0.050781 0.015625,-0.0625 0.007813,-0.019531 0.019531,-0.03125 0.03125,-0.03125 C 0.398438,-0.492188 0.414062,-0.5 0.4375,-0.5 c 0.019531,0 0.046875,0.011719 0.078125,0.03125 0.039063,0.011719 0.09375,0.027344 0.15625,0.046875 0.0625,0.023437 0.128906,0.039063 0.203125,0.046875 0.082031,0.011719 0.175781,0.015625 0.28125,0.015625 0.1875,0 0.347656,-0.035156 0.484375,-0.109375 0.132813,-0.070312 0.242187,-0.164062 0.328125,-0.28125 0.082031,-0.125 0.144531,-0.265625 0.1875,-0.421875 0.050781,-0.164063 0.078125,-0.34375 0.078125,-0.53125 -0.105469,0.0625 -0.230469,0.121094 -0.375,0.171875 -0.148437,0.042969 -0.3125,0.0625 -0.5,0.0625 -0.210937,0 -0.386719,-0.023438 -0.53125,-0.078125 C 0.679688,-1.609375 0.566406,-1.6875 0.484375,-1.78125 0.398438,-1.882812 0.335938,-2.003906 0.296875,-2.140625 0.253906,-2.273438 0.234375,-2.425781 0.234375,-2.59375 0.234375,-2.757812 0.257812,-2.914062 0.3125,-3.0625 0.363281,-3.21875 0.441406,-3.351562 0.546875,-3.46875 0.648438,-3.582031 0.78125,-3.671875 0.9375,-3.734375 1.09375,-3.804688 1.285156,-3.84375 1.515625,-3.84375 c 0.15625,0 0.289063,0.023438 0.40625,0.0625 0.125,0.03125 0.234375,0.089844 0.328125,0.171875 0.09375,0.074219 0.171875,0.164063 0.234375,0.265625 0.0625,0.105469 0.109375,0.226562 0.140625,0.359375 0.039062,0.136719 0.066406,0.28125 0.078125,0.4375 0.019531,0.15625 0.03125,0.324219 0.03125,0.5 z M 2.21875,-2.09375 c 0,-0.25 -0.015625,-0.457031 -0.046875,-0.625 C 2.140625,-2.894531 2.09375,-3.035156 2.03125,-3.140625 1.96875,-3.253906 1.890625,-3.332031 1.796875,-3.375 1.703125,-3.425781 1.59375,-3.453125 1.46875,-3.453125 c -0.125,0 -0.234375,0.027344 -0.328125,0.078125 C 1.046875,-3.332031 0.96875,-3.269531 0.90625,-3.1875 0.851562,-3.113281 0.8125,-3.023438 0.78125,-2.921875 0.757812,-2.828125 0.75,-2.726562 0.75,-2.625 c 0,0.117188 0.007812,0.21875 0.03125,0.3125 0.03125,0.09375 0.070312,0.179688 0.125,0.25 0.050781,0.0625 0.117188,0.117188 0.203125,0.15625 0.09375,0.03125 0.203125,0.046875 0.328125,0.046875 0.15625,0 0.300781,-0.019531 0.4375,-0.0625 0.132812,-0.050781 0.25,-0.109375 0.34375,-0.171875 z m 0,0"
           id="path17"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph0-6"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.828125,-1.90625 c 0,0.292969 -0.023437,0.558594 -0.0625,0.796875 -0.042969,0.242187 -0.121094,0.449219 -0.234375,0.625 -0.105469,0.167969 -0.246094,0.304687 -0.421875,0.40625 C 1.941406,0.015625 1.734375,0.0625 1.484375,0.0625 1.242188,0.0625 1.039062,0.0195312 0.875,-0.0625 0.71875,-0.15625 0.585938,-0.28125 0.484375,-0.4375 0.390625,-0.601562 0.320312,-0.804688 0.28125,-1.046875 c -0.042969,-0.25 -0.0625,-0.53125 -0.0625,-0.84375 0,-0.289063 0.019531,-0.554687 0.0625,-0.796875 0.050781,-0.238281 0.128906,-0.441406 0.234375,-0.609375 0.101563,-0.175781 0.238281,-0.3125 0.40625,-0.40625 C 1.097656,-3.796875 1.3125,-3.84375 1.5625,-3.84375 c 0.238281,0 0.4375,0.042969 0.59375,0.125 0.164062,0.085938 0.296875,0.210938 0.390625,0.375 0.101563,0.167969 0.175781,0.371094 0.21875,0.609375 0.039063,0.242187 0.0625,0.515625 0.0625,0.828125 z M 2.3125,-1.875 c 0,-0.1875 -0.00781,-0.351562 -0.015625,-0.5 C 2.285156,-2.53125 2.265625,-2.664062 2.234375,-2.78125 2.210938,-2.894531 2.179688,-2.992188 2.140625,-3.078125 2.097656,-3.160156 2.046875,-3.226562 1.984375,-3.28125 1.921875,-3.332031 1.851562,-3.367188 1.78125,-3.390625 1.707031,-3.421875 1.625,-3.4375 1.53125,-3.4375 c -0.167969,0 -0.304688,0.042969 -0.40625,0.125 -0.105469,0.074219 -0.1875,0.179688 -0.25,0.3125 -0.054688,0.136719 -0.089844,0.296875 -0.109375,0.484375 -0.023437,0.1875 -0.03125,0.386719 -0.03125,0.59375 0,0.28125 0.007813,0.523437 0.03125,0.71875 0.03125,0.199219 0.078125,0.359375 0.140625,0.484375 0.0625,0.125 0.140625,0.21875 0.234375,0.28125 0.101563,0.054688 0.226563,0.078125 0.375,0.078125 0.101563,0 0.195313,-0.015625 0.28125,-0.046875 C 1.878906,-0.445312 1.953125,-0.5 2.015625,-0.5625 2.078125,-0.625 2.125,-0.703125 2.15625,-0.796875 2.195312,-0.890625 2.226562,-0.988281 2.25,-1.09375 2.28125,-1.207031 2.296875,-1.328125 2.296875,-1.453125 2.304688,-1.585938 2.3125,-1.726562 2.3125,-1.875 Z m 0,0"
           id="path20"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph0-7"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.71875,-0.203125 c 0,0.042969 -0.00781,0.078125 -0.015625,0.109375 0,0.0234375 -0.00781,0.0429688 -0.015625,0.0625 C 2.675781,-0.0195312 2.660156,-0.0078125 2.640625,0 2.628906,0 2.617188,0 2.609375,0 H 0.625 C 0.613281,0 0.601562,0 0.59375,0 0.582031,-0.0078125 0.570312,-0.0195312 0.5625,-0.03125 0.550781,-0.0507812 0.539062,-0.0703125 0.53125,-0.09375 c 0,-0.03125 0,-0.066406 0,-0.109375 0,-0.03125 0,-0.054687 0,-0.078125 0.007812,-0.03125 0.015625,-0.050781 0.015625,-0.0625 0.007813,-0.019531 0.019531,-0.035156 0.03125,-0.046875 C 0.597656,-0.398438 0.613281,-0.40625 0.625,-0.40625 h 0.796875 v -2.875 L 0.6875,-2.84375 c -0.03125,0.011719 -0.0625,0.023438 -0.09375,0.03125 -0.023438,0 -0.039062,-0.00391 -0.046875,-0.015625 -0.011719,-0.00781 -0.023437,-0.03125 -0.03125,-0.0625 0,-0.03125 0,-0.066406 0,-0.109375 0,-0.03125 0,-0.054688 0,-0.078125 0,-0.03125 0,-0.050781 0,-0.0625 0.007813,-0.019531 0.019531,-0.035156 0.03125,-0.046875 0.007813,-0.00781 0.023437,-0.019531 0.046875,-0.03125 l 0.875,-0.5625 c 0.00781,-0.00781 0.019531,-0.015625 0.03125,-0.015625 0.00781,0 0.019531,0 0.03125,0 0.019531,-0.00781 0.039062,-0.015625 0.0625,-0.015625 0.03125,0 0.0625,0 0.09375,0 0.050781,0 0.09375,0 0.125,0 0.03125,0 0.050781,0.00781 0.0625,0.015625 0.019531,0.011719 0.03125,0.023437 0.03125,0.03125 0.00781,0.011719 0.015625,0.023437 0.015625,0.03125 v 3.328125 h 0.6875 c 0.019531,0 0.035156,0.007812 0.046875,0.015625 0.00781,0.011719 0.019531,0.027344 0.03125,0.046875 0.00781,0.011719 0.015625,0.03125 0.015625,0.0625 0.00781,0.023438 0.015625,0.046875 0.015625,0.078125 z m 0,0"
           id="path23"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph0-8"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.875,-1.078125 c 0,0.0625 -0.011719,0.117187 -0.03125,0.15625 C 2.820312,-0.890625 2.789062,-0.875 2.75,-0.875 H 2.328125 v 0.796875 c 0,0.0234375 -0.00781,0.0390625 -0.015625,0.046875 C 2.3125,-0.0195312 2.300781,-0.0078125 2.28125,0 2.257812,0 2.234375,0 2.203125,0 2.171875,0.0078125 2.128906,0.015625 2.078125,0.015625 2.035156,0.015625 2,0.0078125 1.96875,0 1.9375,0 1.910156,0 1.890625,0 1.867188,-0.0078125 1.851562,-0.0195312 1.84375,-0.03125 c 0,-0.0078125 0,-0.0234375 0,-0.046875 V -0.875 h -1.5625 c -0.03125,0 -0.058594,0 -0.078125,0 -0.011719,-0.007812 -0.023437,-0.019531 -0.03125,-0.03125 -0.011719,-0.019531 -0.023437,-0.039062 -0.03125,-0.0625 0,-0.03125 0,-0.070312 0,-0.125 0,-0.039062 0,-0.070312 0,-0.09375 0,-0.03125 0.003906,-0.054688 0.015625,-0.078125 0.007812,-0.03125 0.015625,-0.054687 0.015625,-0.078125 0.007813,-0.019531 0.023437,-0.046875 0.046875,-0.078125 L 1.578125,-3.71875 C 1.585938,-3.726562 1.601562,-3.738281 1.625,-3.75 c 0.019531,-0.019531 0.039062,-0.03125 0.0625,-0.03125 0.03125,-0.00781 0.066406,-0.015625 0.109375,-0.015625 0.039063,-0.00781 0.09375,-0.015625 0.15625,-0.015625 0.0625,0 0.113281,0.00781 0.15625,0.015625 0.050781,0 0.09375,0.00781 0.125,0.015625 0.03125,0.011719 0.050781,0.023438 0.0625,0.03125 0.019531,0.011719 0.03125,0.027344 0.03125,0.046875 V -1.28125 H 2.75 c 0.039062,0 0.070312,0.015625 0.09375,0.046875 0.019531,0.03125 0.03125,0.085937 0.03125,0.15625 z M 1.84375,-3.359375 H 1.828125 L 0.59375,-1.28125 h 1.25 z m 0,0"
           id="path26"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph0-9"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.6875,-1.21875 c 0,0.199219 -0.039062,0.382812 -0.109375,0.546875 -0.0625,0.15625 -0.15625,0.292969 -0.28125,0.40625 -0.125,0.105469 -0.277344,0.1875 -0.453125,0.25 C 1.675781,0.0351562 1.488281,0.0625 1.28125,0.0625 1.15625,0.0625 1.039062,0.0507812 0.9375,0.03125 0.832031,0.0078125 0.738281,-0.0078125 0.65625,-0.03125 0.570312,-0.0507812 0.503906,-0.0703125 0.453125,-0.09375 0.398438,-0.125 0.363281,-0.144531 0.34375,-0.15625 0.332031,-0.164062 0.320312,-0.175781 0.3125,-0.1875 c 0,-0.019531 -0.007812,-0.035156 -0.015625,-0.046875 0,-0.019531 0,-0.039063 0,-0.0625 0,-0.03125 0,-0.0625 0,-0.09375 0,-0.03125 0,-0.054687 0,-0.078125 C 0.304688,-0.5 0.3125,-0.523438 0.3125,-0.546875 0.320312,-0.566406 0.332031,-0.578125 0.34375,-0.578125 0.351562,-0.585938 0.363281,-0.59375 0.375,-0.59375 c 0.019531,0 0.050781,0.015625 0.09375,0.046875 C 0.507812,-0.523438 0.5625,-0.5 0.625,-0.46875 c 0.070312,0.023438 0.160156,0.046875 0.265625,0.078125 0.101563,0.023437 0.226563,0.03125 0.375,0.03125 0.125,0 0.238281,-0.015625 0.34375,-0.046875 0.113281,-0.03125 0.207031,-0.078125 0.28125,-0.140625 0.082031,-0.070313 0.144531,-0.15625 0.1875,-0.25 0.050781,-0.101563 0.078125,-0.226563 0.078125,-0.375 0,-0.125 -0.023438,-0.226563 -0.0625,-0.3125 C 2.0625,-1.578125 2.003906,-1.65625 1.921875,-1.71875 1.847656,-1.78125 1.75,-1.828125 1.625,-1.859375 1.5,-1.890625 1.351562,-1.90625 1.1875,-1.90625 c -0.117188,0 -0.21875,0.00781 -0.3125,0.015625 C 0.789062,-1.878906 0.710938,-1.875 0.640625,-1.875 c -0.054687,0 -0.09375,-0.00781 -0.125,-0.03125 C 0.492188,-1.9375 0.484375,-1.988281 0.484375,-2.0625 V -3.59375 C 0.484375,-3.664062 0.5,-3.71875 0.53125,-3.75 0.5625,-3.78125 0.609375,-3.796875 0.671875,-3.796875 H 2.34375 c 0.019531,0 0.035156,0.00781 0.046875,0.015625 0.00781,0.011719 0.019531,0.027344 0.03125,0.046875 0.00781,0.011719 0.015625,0.03125 0.015625,0.0625 0.00781,0.03125 0.015625,0.0625 0.015625,0.09375 0,0.074219 -0.011719,0.132813 -0.03125,0.171875 C 2.398438,-3.375 2.375,-3.359375 2.34375,-3.359375 H 0.921875 v 1.078125 c 0.070313,-0.00781 0.144531,-0.015625 0.21875,-0.015625 0.070313,-0.00781 0.15625,-0.015625 0.25,-0.015625 0.21875,0 0.40625,0.027344 0.5625,0.078125 0.164063,0.054687 0.300781,0.125 0.40625,0.21875 0.101563,0.09375 0.179687,0.210937 0.234375,0.34375 0.0625,0.136719 0.09375,0.289063 0.09375,0.453125 z m 0,0"
           id="path29"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph0-10"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.796875,-1.234375 c 0,0.167969 -0.027344,0.328125 -0.078125,0.484375 -0.042969,0.15625 -0.121094,0.296875 -0.234375,0.421875 -0.105469,0.117187 -0.242187,0.210937 -0.40625,0.28125 C 1.921875,0.0234375 1.734375,0.0625 1.515625,0.0625 1.359375,0.0625 1.21875,0.0390625 1.09375,0 0.976562,-0.0390625 0.875,-0.0976562 0.78125,-0.171875 0.6875,-0.242188 0.609375,-0.332031 0.546875,-0.4375 0.492188,-0.539062 0.445312,-0.660156 0.40625,-0.796875 0.375,-0.929688 0.347656,-1.078125 0.328125,-1.234375 0.316406,-1.398438 0.3125,-1.570312 0.3125,-1.75 c 0,-0.164062 0.003906,-0.332031 0.015625,-0.5 0.019531,-0.164062 0.050781,-0.320312 0.09375,-0.46875 0.050781,-0.15625 0.113281,-0.300781 0.1875,-0.4375 0.082031,-0.132812 0.179687,-0.253906 0.296875,-0.359375 0.113281,-0.101563 0.25,-0.179687 0.40625,-0.234375 0.164062,-0.0625 0.359375,-0.09375 0.578125,-0.09375 0.070313,0 0.144531,0.00781 0.21875,0.015625 0.070313,0.011719 0.140625,0.023437 0.203125,0.03125 0.0625,0.011719 0.113281,0.027344 0.15625,0.046875 0.039062,0.023438 0.066406,0.039062 0.078125,0.046875 0.019531,0.011719 0.03125,0.023437 0.03125,0.03125 0.00781,0.011719 0.015625,0.027344 0.015625,0.046875 0.00781,0.011719 0.015625,0.027344 0.015625,0.046875 0,0.023437 0,0.042969 0,0.0625 0,0.042969 0,0.078125 0,0.109375 0,0.023438 -0.00781,0.042969 -0.015625,0.0625 0,0.011719 -0.00781,0.023438 -0.015625,0.03125 -0.011719,0 -0.027344,0 -0.046875,0 -0.023438,0 -0.054688,-0.00391 -0.09375,-0.015625 C 2.40625,-3.347656 2.363281,-3.363281 2.3125,-3.375 2.257812,-3.394531 2.191406,-3.410156 2.109375,-3.421875 2.035156,-3.429688 1.953125,-3.4375 1.859375,-3.4375 c -0.1875,0 -0.351563,0.039062 -0.484375,0.109375 -0.125,0.074219 -0.230469,0.171875 -0.3125,0.296875 -0.085938,0.125 -0.148438,0.273438 -0.1875,0.4375 -0.03125,0.167969 -0.054688,0.339844 -0.0625,0.515625 0.050781,-0.03125 0.109375,-0.0625 0.171875,-0.09375 0.0625,-0.03125 0.128906,-0.054687 0.203125,-0.078125 0.082031,-0.019531 0.164062,-0.035156 0.25,-0.046875 0.082031,-0.019531 0.171875,-0.03125 0.265625,-0.03125 0.207031,0 0.378906,0.03125 0.515625,0.09375 C 2.363281,-2.179688 2.476562,-2.101562 2.5625,-2 c 0.082031,0.09375 0.140625,0.210938 0.171875,0.34375 0.039063,0.125 0.0625,0.265625 0.0625,0.421875 z m -0.5,0.046875 c 0,-0.101562 -0.011719,-0.203125 -0.03125,-0.296875 -0.023437,-0.09375 -0.0625,-0.171875 -0.125,-0.234375 C 2.085938,-1.789062 2.019531,-1.84375 1.9375,-1.875 1.851562,-1.90625 1.742188,-1.921875 1.609375,-1.921875 c -0.074219,0 -0.148437,0.00781 -0.21875,0.015625 -0.074219,0.011719 -0.148437,0.027344 -0.21875,0.046875 -0.0625,0.023437 -0.125,0.046875 -0.1875,0.078125 -0.054687,0.03125 -0.105469,0.070312 -0.15625,0.109375 0,0.25 0.015625,0.460937 0.046875,0.625 0.03125,0.167969 0.078125,0.304687 0.140625,0.40625 0.0625,0.105469 0.132813,0.179687 0.21875,0.21875 0.09375,0.042969 0.203125,0.0625 0.328125,0.0625 0.125,0 0.234375,-0.019531 0.328125,-0.0625 0.09375,-0.050781 0.164063,-0.113281 0.21875,-0.1875 C 2.171875,-0.691406 2.21875,-0.78125 2.25,-0.875 2.28125,-0.976562 2.296875,-1.082031 2.296875,-1.1875 Z m 0,0"
           id="path32"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph0-11"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.765625,-3.578125 c 0,0.042969 -0.00781,0.078125 -0.015625,0.109375 0,0.023438 -0.00781,0.046875 -0.015625,0.078125 0,0.023437 -0.00781,0.046875 -0.015625,0.078125 0,0.023438 -0.00781,0.042969 -0.015625,0.0625 l -1.375,3.15625 C 1.316406,-0.0703125 1.300781,-0.0507812 1.28125,-0.03125 1.269531,-0.0195312 1.253906,-0.0078125 1.234375,0 1.210938,0.0078125 1.179688,0.015625 1.140625,0.015625 c -0.03125,0 -0.074219,0 -0.125,0 C 0.953125,0.015625 0.898438,0.0078125 0.859375,0 0.828125,0 0.800781,-0.00390625 0.78125,-0.015625 0.769531,-0.0234375 0.765625,-0.0390625 0.765625,-0.0625 c 0,-0.0195312 0.003906,-0.039062 0.015625,-0.0625 l 1.4375,-3.21875 h -1.8125 c -0.042969,0 -0.074219,-0.019531 -0.09375,-0.0625 -0.011719,-0.039062 -0.015625,-0.097656 -0.015625,-0.171875 0,-0.03125 0,-0.054687 0,-0.078125 C 0.304688,-3.6875 0.3125,-3.710938 0.3125,-3.734375 0.320312,-3.753906 0.332031,-3.769531 0.34375,-3.78125 c 0.019531,-0.00781 0.039062,-0.015625 0.0625,-0.015625 h 2.203125 c 0.03125,0 0.054687,0.00781 0.078125,0.015625 0.019531,0 0.035156,0.011719 0.046875,0.03125 0.00781,0.023438 0.015625,0.046875 0.015625,0.078125 0.00781,0.023437 0.015625,0.054687 0.015625,0.09375 z m 0,0"
           id="path35"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph0-12"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.828125,-2.6875 c 0,0.199219 -0.03125,0.375 -0.09375,0.53125 -0.0625,0.148438 -0.152344,0.273438 -0.265625,0.375 -0.117188,0.105469 -0.257812,0.1875 -0.421875,0.25 C 1.878906,-1.46875 1.675781,-1.4375 1.4375,-1.4375 H 1.015625 v 1.359375 C 1.015625,-0.0546875 1.007812,-0.0390625 1,-0.03125 0.988281,-0.0195312 0.972656,-0.0078125 0.953125,0 0.929688,0 0.90625,0 0.875,0 0.84375,0.0078125 0.800781,0.015625 0.75,0.015625 0.707031,0.015625 0.671875,0.0078125 0.640625,0 0.609375,0 0.582031,0 0.5625,0 0.539062,-0.0078125 0.523438,-0.0195312 0.515625,-0.03125 0.503906,-0.0390625 0.5,-0.0546875 0.5,-0.078125 v -3.5 c 0,-0.070313 0.019531,-0.125 0.0625,-0.15625 0.039062,-0.039063 0.085938,-0.0625 0.140625,-0.0625 h 0.8125 c 0.082031,0 0.160156,0.00781 0.234375,0.015625 0.070312,0.011719 0.160156,0.027344 0.265625,0.046875 0.101563,0.023437 0.207031,0.0625 0.3125,0.125 0.101563,0.0625 0.191406,0.140625 0.265625,0.234375 0.082031,0.085938 0.140625,0.1875 0.171875,0.3125 0.039063,0.117188 0.0625,0.242188 0.0625,0.375 z m -0.53125,0.046875 c 0,-0.15625 -0.03125,-0.285156 -0.09375,-0.390625 C 2.148438,-3.132812 2.082031,-3.207031 2,-3.25 1.914062,-3.300781 1.828125,-3.332031 1.734375,-3.34375 1.648438,-3.363281 1.5625,-3.375 1.46875,-3.375 H 1.015625 v 1.515625 H 1.46875 c 0.144531,0 0.269531,-0.015625 0.375,-0.046875 0.101562,-0.039062 0.1875,-0.097656 0.25,-0.171875 0.070312,-0.070313 0.125,-0.15625 0.15625,-0.25 0.03125,-0.09375 0.046875,-0.195313 0.046875,-0.3125 z m 0,0"
           id="path38"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph0-13"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 3.421875,-1.953125 c 0,0.335937 -0.042969,0.625 -0.125,0.875 -0.085937,0.242187 -0.210937,0.445313 -0.375,0.609375 -0.15625,0.15625 -0.355469,0.277344 -0.59375,0.359375 C 2.097656,-0.0351562 1.820312,0 1.5,0 H 0.6875 C 0.644531,0 0.601562,-0.015625 0.5625,-0.046875 0.519531,-0.078125 0.5,-0.128906 0.5,-0.203125 V -3.59375 c 0,-0.070312 0.019531,-0.125 0.0625,-0.15625 0.039062,-0.03125 0.082031,-0.046875 0.125,-0.046875 h 0.859375 c 0.332031,0 0.609375,0.046875 0.828125,0.140625 0.226562,0.085938 0.421875,0.203125 0.578125,0.359375 0.15625,0.15625 0.269531,0.351563 0.34375,0.578125 0.082031,0.230469 0.125,0.484375 0.125,0.765625 z M 2.890625,-1.9375 C 2.890625,-2.132812 2.863281,-2.320312 2.8125,-2.5 2.757812,-2.675781 2.675781,-2.828125 2.5625,-2.953125 2.457031,-3.085938 2.320312,-3.191406 2.15625,-3.265625 1.988281,-3.335938 1.773438,-3.375 1.515625,-3.375 h -0.5 v 2.953125 H 1.53125 c 0.238281,0 0.441406,-0.03125 0.609375,-0.09375 0.164063,-0.0625 0.300781,-0.15625 0.40625,-0.28125 0.113281,-0.125 0.195313,-0.28125 0.25,-0.46875 0.0625,-0.1875 0.09375,-0.410156 0.09375,-0.671875 z m 0,0"
           id="path41"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph0-14"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 3.03125,-0.078125 c 0,0.0234375 -0.00781,0.0390625 -0.015625,0.046875 0,0.0117188 -0.011719,0.0234375 -0.03125,0.03125 C 2.960938,0 2.929688,0 2.890625,0 2.859375,0.0078125 2.816406,0.015625 2.765625,0.015625 2.710938,0.015625 2.671875,0.0078125 2.640625,0 2.609375,0 2.582031,0 2.5625,0 2.539062,-0.0078125 2.523438,-0.0195312 2.515625,-0.03125 2.503906,-0.0507812 2.492188,-0.078125 2.484375,-0.109375 L 2.140625,-1 C 2.097656,-1.101562 2.054688,-1.195312 2.015625,-1.28125 1.972656,-1.363281 1.921875,-1.4375 1.859375,-1.5 1.796875,-1.5625 1.722656,-1.609375 1.640625,-1.640625 1.554688,-1.671875 1.457031,-1.6875 1.34375,-1.6875 H 1.015625 v 1.609375 C 1.015625,-0.0546875 1.007812,-0.0390625 1,-0.03125 0.988281,-0.0195312 0.972656,-0.0078125 0.953125,0 0.929688,0 0.90625,0 0.875,0 0.84375,0.0078125 0.800781,0.015625 0.75,0.015625 0.707031,0.015625 0.671875,0.0078125 0.640625,0 0.609375,0 0.582031,0 0.5625,0 0.539062,-0.0078125 0.523438,-0.0195312 0.515625,-0.03125 0.503906,-0.0390625 0.5,-0.0546875 0.5,-0.078125 V -3.59375 c 0,-0.070312 0.019531,-0.125 0.0625,-0.15625 0.039062,-0.03125 0.082031,-0.046875 0.125,-0.046875 H 1.5 c 0.09375,0 0.171875,0.00781 0.234375,0.015625 0.0625,0 0.117187,0.00781 0.171875,0.015625 0.144531,0.023437 0.273438,0.0625 0.390625,0.125 0.113281,0.054687 0.207031,0.121094 0.28125,0.203125 0.070313,0.085938 0.128906,0.183594 0.171875,0.296875 0.039062,0.105469 0.0625,0.21875 0.0625,0.34375 0,0.125 -0.023438,0.242187 -0.0625,0.34375 -0.03125,0.105469 -0.078125,0.199219 -0.140625,0.28125 -0.0625,0.074219 -0.140625,0.136719 -0.234375,0.1875 -0.09375,0.054687 -0.195312,0.101563 -0.296875,0.140625 0.0625,0.03125 0.117187,0.070312 0.171875,0.109375 0.050781,0.042969 0.097656,0.09375 0.140625,0.15625 C 2.429688,-1.523438 2.46875,-1.457031 2.5,-1.375 c 0.039062,0.074219 0.082031,0.15625 0.125,0.25 l 0.34375,0.828125 c 0.03125,0.074219 0.046875,0.125 0.046875,0.15625 0.00781,0.03125 0.015625,0.0546875 0.015625,0.0625 z m -0.75,-2.65625 c 0,-0.15625 -0.039062,-0.28125 -0.109375,-0.375 C 2.109375,-3.210938 2,-3.289062 1.84375,-3.34375 1.789062,-3.351562 1.734375,-3.359375 1.671875,-3.359375 1.609375,-3.367188 1.53125,-3.375 1.4375,-3.375 H 1.015625 v 1.28125 H 1.5 c 0.132812,0 0.25,-0.015625 0.34375,-0.046875 0.09375,-0.03125 0.171875,-0.078125 0.234375,-0.140625 0.070313,-0.0625 0.125,-0.128906 0.15625,-0.203125 0.03125,-0.082031 0.046875,-0.164063 0.046875,-0.25 z m 0,0"
           id="path44"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph0-15"
         style="overflow:visible">
        <path
           style="stroke:none"
           d=""
           id="path47"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph0-16"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.703125,-0.078125 c 0,0.0234375 -0.00781,0.0390625 -0.015625,0.046875 C 2.6875,-0.0195312 2.675781,-0.0078125 2.65625,0 2.644531,0 2.625,0 2.59375,0 2.5625,0.0078125 2.523438,0.015625 2.484375,0.015625 2.441406,0.015625 2.40625,0.0078125 2.375,0 2.34375,0 2.316406,0 2.296875,0 2.285156,-0.0078125 2.273438,-0.0195312 2.265625,-0.03125 c 0,-0.0078125 0,-0.0234375 0,-0.046875 v -0.34375 c -0.148437,0.167969 -0.292969,0.292969 -0.4375,0.375 C 1.679688,0.0234375 1.53125,0.0625 1.375,0.0625 1.195312,0.0625 1.046875,0.03125 0.921875,-0.03125 0.804688,-0.09375 0.710938,-0.171875 0.640625,-0.265625 0.566406,-0.367188 0.515625,-0.488281 0.484375,-0.625 0.453125,-0.757812 0.4375,-0.921875 0.4375,-1.109375 v -1.59375 c 0,-0.019531 0,-0.035156 0,-0.046875 0.007812,-0.00781 0.023438,-0.019531 0.046875,-0.03125 0.019531,-0.00781 0.046875,-0.015625 0.078125,-0.015625 0.03125,0 0.066406,0 0.109375,0 0.050781,0 0.09375,0 0.125,0 0.03125,0 0.050781,0.00781 0.0625,0.015625 0.019531,0.011719 0.035156,0.023438 0.046875,0.03125 0.007812,0.011719 0.015625,0.027344 0.015625,0.046875 v 1.53125 c 0,0.15625 0.007813,0.28125 0.03125,0.375 0.019531,0.085937 0.050781,0.164063 0.09375,0.234375 0.050781,0.0625 0.113281,0.117188 0.1875,0.15625 0.070313,0.03125 0.15625,0.046875 0.25,0.046875 0.113281,0 0.226563,-0.039063 0.34375,-0.125 0.125,-0.09375 0.253906,-0.222656 0.390625,-0.390625 v -1.828125 c 0,-0.019531 0,-0.035156 0,-0.046875 0.00781,-0.00781 0.023438,-0.019531 0.046875,-0.03125 0.019531,-0.00781 0.046875,-0.015625 0.078125,-0.015625 0.03125,0 0.070312,0 0.125,0 0.039062,0 0.078125,0 0.109375,0 0.03125,0 0.054687,0.00781 0.078125,0.015625 0.019531,0.011719 0.03125,0.023438 0.03125,0.03125 0.00781,0.011719 0.015625,0.027344 0.015625,0.046875 z m 0,0"
           id="path50"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph0-17"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.875,-1.4375 c 0,0.230469 -0.027344,0.4375 -0.078125,0.625 -0.054687,0.1875 -0.125,0.34375 -0.21875,0.46875 -0.09375,0.125 -0.214844,0.226562 -0.359375,0.296875 C 2.070312,0.0234375 1.910156,0.0625 1.734375,0.0625 1.648438,0.0625 1.578125,0.0507812 1.515625,0.03125 1.453125,0.0195312 1.382812,0 1.3125,-0.03125 1.25,-0.0703125 1.1875,-0.117188 1.125,-0.171875 1.0625,-0.222656 1,-0.28125 0.9375,-0.34375 v 1.3125 c 0,0.019531 -0.007812,0.035156 -0.015625,0.046875 C 0.910156,1.023438 0.894531,1.035156 0.875,1.046875 0.863281,1.054688 0.84375,1.0625 0.8125,1.0625 c -0.03125,0 -0.074219,0 -0.125,0 -0.042969,0 -0.078125,0 -0.109375,0 C 0.546875,1.0625 0.519531,1.054688 0.5,1.046875 0.476562,1.035156 0.460938,1.023438 0.453125,1.015625 c 0,-0.011719 0,-0.027344 0,-0.046875 v -3.671875 c 0,-0.019531 0,-0.035156 0,-0.046875 0.007813,-0.00781 0.019531,-0.019531 0.03125,-0.03125 0.019531,-0.00781 0.039063,-0.015625 0.0625,-0.015625 0.03125,0 0.066406,0 0.109375,0 0.039062,0 0.070312,0 0.09375,0 0.03125,0 0.054688,0.00781 0.078125,0.015625 0.019531,0.011719 0.03125,0.023438 0.03125,0.03125 C 0.867188,-2.738281 0.875,-2.722656 0.875,-2.703125 v 0.34375 C 0.957031,-2.441406 1.035156,-2.507812 1.109375,-2.5625 1.179688,-2.625 1.253906,-2.675781 1.328125,-2.71875 1.398438,-2.757812 1.472656,-2.789062 1.546875,-2.8125 1.628906,-2.832031 1.71875,-2.84375 1.8125,-2.84375 c 0.1875,0 0.347656,0.039062 0.484375,0.109375 0.132813,0.074219 0.242187,0.179687 0.328125,0.3125 0.082031,0.125 0.144531,0.277344 0.1875,0.453125 C 2.851562,-1.800781 2.875,-1.625 2.875,-1.4375 Z M 2.359375,-1.375 c 0,-0.132812 -0.011719,-0.265625 -0.03125,-0.390625 C 2.304688,-1.890625 2.269531,-2 2.21875,-2.09375 2.175781,-2.195312 2.113281,-2.273438 2.03125,-2.328125 c -0.085938,-0.0625 -0.1875,-0.09375 -0.3125,-0.09375 -0.0625,0 -0.125,0.011719 -0.1875,0.03125 -0.0625,0.011719 -0.125,0.039063 -0.1875,0.078125 -0.0625,0.042969 -0.132812,0.101562 -0.203125,0.171875 C 1.078125,-2.078125 1.007812,-2 0.9375,-1.90625 v 1.046875 c 0.125,0.15625 0.242188,0.28125 0.359375,0.375 0.125,0.085937 0.253906,0.125 0.390625,0.125 0.113281,0 0.210938,-0.023437 0.296875,-0.078125 C 2.078125,-0.5 2.148438,-0.578125 2.203125,-0.671875 2.253906,-0.773438 2.289062,-0.882812 2.3125,-1 2.34375,-1.125 2.359375,-1.25 2.359375,-1.375 Z m 0,0"
           id="path53"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph0-18"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.703125,-1.5 c 0,0.074219 -0.023437,0.125 -0.0625,0.15625 -0.042969,0.03125 -0.085937,0.046875 -0.125,0.046875 H 0.78125 c 0,0.148437 0.015625,0.28125 0.046875,0.40625 0.03125,0.117187 0.078125,0.214844 0.140625,0.296875 0.070312,0.085938 0.160156,0.148438 0.265625,0.1875 0.113281,0.042969 0.25,0.0625 0.40625,0.0625 0.125,0 0.234375,-0.007812 0.328125,-0.03125 0.101562,-0.019531 0.1875,-0.039062 0.25,-0.0625 0.070312,-0.019531 0.128906,-0.039062 0.171875,-0.0625 0.050781,-0.019531 0.09375,-0.03125 0.125,-0.03125 0.00781,0 0.019531,0.007812 0.03125,0.015625 0.00781,0 0.015625,0.011719 0.015625,0.03125 0.00781,0.011719 0.015625,0.027344 0.015625,0.046875 0.00781,0.023438 0.015625,0.054688 0.015625,0.09375 0,0.023438 -0.00781,0.042969 -0.015625,0.0625 0,0.023438 0,0.039062 0,0.046875 0,0.011719 -0.00781,0.027344 -0.015625,0.046875 C 2.550781,-0.175781 2.539062,-0.164062 2.53125,-0.15625 2.519531,-0.144531 2.488281,-0.128906 2.4375,-0.109375 2.382812,-0.0859375 2.316406,-0.0625 2.234375,-0.03125 2.148438,-0.0078125 2.050781,0.0078125 1.9375,0.03125 1.832031,0.0507812 1.71875,0.0625 1.59375,0.0625 1.375,0.0625 1.179688,0.03125 1.015625,-0.03125 0.859375,-0.09375 0.722656,-0.179688 0.609375,-0.296875 0.492188,-0.421875 0.40625,-0.570312 0.34375,-0.75 0.289062,-0.925781 0.265625,-1.132812 0.265625,-1.375 c 0,-0.226562 0.03125,-0.429688 0.09375,-0.609375 0.0625,-0.1875 0.144531,-0.34375 0.25,-0.46875 0.113281,-0.125 0.25,-0.21875 0.40625,-0.28125 0.15625,-0.070313 0.328125,-0.109375 0.515625,-0.109375 0.207031,0 0.382812,0.039062 0.53125,0.109375 0.144531,0.0625 0.265625,0.152344 0.359375,0.265625 0.09375,0.105469 0.160156,0.234375 0.203125,0.390625 0.050781,0.148437 0.078125,0.308594 0.078125,0.484375 z M 2.21875,-1.65625 c 0,-0.25 -0.0625,-0.445312 -0.1875,-0.59375 -0.117188,-0.144531 -0.289062,-0.21875 -0.515625,-0.21875 -0.117187,0 -0.21875,0.027344 -0.3125,0.078125 C 1.109375,-2.347656 1.03125,-2.289062 0.96875,-2.21875 0.914062,-2.144531 0.867188,-2.054688 0.828125,-1.953125 0.796875,-1.859375 0.78125,-1.757812 0.78125,-1.65625 Z m 0,0"
           id="path56"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph0-19"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 1.984375,-2.53125 c 0,0.042969 0,0.078125 0,0.109375 0,0.023437 -0.00781,0.042969 -0.015625,0.0625 0,0.023437 -0.00781,0.039063 -0.015625,0.046875 -0.011719,0 -0.023437,0 -0.03125,0 -0.023437,0 -0.042969,0 -0.0625,0 C 1.835938,-2.320312 1.8125,-2.332031 1.78125,-2.34375 1.75,-2.351562 1.71875,-2.363281 1.6875,-2.375 1.65625,-2.382812 1.617188,-2.390625 1.578125,-2.390625 c -0.054687,0 -0.105469,0.011719 -0.15625,0.03125 C 1.378906,-2.335938 1.332031,-2.300781 1.28125,-2.25 1.226562,-2.207031 1.171875,-2.148438 1.109375,-2.078125 1.054688,-2.003906 1,-1.914062 0.9375,-1.8125 v 1.734375 c 0,0.0234375 -0.007812,0.0390625 -0.015625,0.046875 C 0.910156,-0.0195312 0.894531,-0.0078125 0.875,0 0.863281,0 0.84375,0 0.8125,0 0.78125,0.0078125 0.738281,0.015625 0.6875,0.015625 0.644531,0.015625 0.609375,0.0078125 0.578125,0 0.546875,0 0.519531,0 0.5,0 0.476562,-0.0078125 0.460938,-0.0195312 0.453125,-0.03125 c 0,-0.0078125 0,-0.0234375 0,-0.046875 v -2.625 c 0,-0.019531 0,-0.035156 0,-0.046875 0.007813,-0.00781 0.019531,-0.019531 0.03125,-0.03125 0.019531,-0.00781 0.039063,-0.015625 0.0625,-0.015625 0.03125,0 0.070313,0 0.125,0 0.039063,0 0.070313,0 0.09375,0 0.03125,0 0.050781,0.00781 0.0625,0.015625 0.019531,0.011719 0.035156,0.023438 0.046875,0.03125 0.007812,0.011719 0.015625,0.027344 0.015625,0.046875 v 0.375 c 0.070313,-0.101563 0.140625,-0.1875 0.203125,-0.25 0.0625,-0.070313 0.117188,-0.125 0.171875,-0.15625 0.0625,-0.039063 0.117187,-0.066406 0.171875,-0.078125 0.050781,-0.019531 0.109375,-0.03125 0.171875,-0.03125 0.019531,0 0.046875,0.00781 0.078125,0.015625 0.03125,0 0.0625,0.00781 0.09375,0.015625 0.039062,0 0.078125,0.00781 0.109375,0.015625 0.03125,0.011719 0.050781,0.023437 0.0625,0.03125 0.00781,0.011719 0.015625,0.023437 0.015625,0.03125 0.00781,0.011719 0.015625,0.023437 0.015625,0.03125 0,0.011719 0,0.03125 0,0.0625 0,0.023437 0,0.058594 0,0.109375 z m 0,0"
           id="path59"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph0-20"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.875,-1.421875 c 0,0.230469 -0.027344,0.4375 -0.078125,0.625 -0.054687,0.179687 -0.125,0.328125 -0.21875,0.453125 -0.09375,0.125 -0.214844,0.226562 -0.359375,0.296875 C 2.082031,0.0234375 1.921875,0.0625 1.734375,0.0625 1.648438,0.0625 1.570312,0.0507812 1.5,0.03125 1.4375,0.0078125 1.367188,-0.015625 1.296875,-0.046875 1.234375,-0.0859375 1.164062,-0.132812 1.09375,-0.1875 1.019531,-0.25 0.945312,-0.316406 0.875,-0.390625 v 0.3125 c 0,0.0234375 -0.007812,0.0390625 -0.015625,0.046875 0,0.0117188 -0.011719,0.0234375 -0.03125,0.03125 C 0.804688,0 0.78125,0 0.75,0 0.726562,0.0078125 0.695312,0.015625 0.65625,0.015625 0.613281,0.015625 0.578125,0.0078125 0.546875,0 0.523438,0 0.503906,0 0.484375,0 0.472656,-0.0078125 0.460938,-0.0195312 0.453125,-0.03125 c 0,-0.0078125 0,-0.0234375 0,-0.046875 v -3.90625 c 0,-0.019531 0,-0.035156 0,-0.046875 C 0.460938,-4.039062 0.476562,-4.046875 0.5,-4.046875 0.519531,-4.054688 0.546875,-4.0625 0.578125,-4.0625 c 0.03125,-0.00781 0.066406,-0.015625 0.109375,-0.015625 0.050781,0 0.09375,0.00781 0.125,0.015625 0.03125,0 0.050781,0.00781 0.0625,0.015625 0.019531,0 0.035156,0.00781 0.046875,0.015625 0.007813,0.011719 0.015625,0.027344 0.015625,0.046875 v 1.578125 c 0.070312,-0.082031 0.144531,-0.148438 0.21875,-0.203125 0.070312,-0.050781 0.144531,-0.09375 0.21875,-0.125 0.070312,-0.039063 0.140625,-0.066406 0.203125,-0.078125 0.070313,-0.019531 0.148437,-0.03125 0.234375,-0.03125 0.1875,0 0.347656,0.042969 0.484375,0.125 0.132813,0.074219 0.242187,0.171875 0.328125,0.296875 0.082031,0.125 0.144531,0.277344 0.1875,0.453125 0.039062,0.167969 0.0625,0.351562 0.0625,0.546875 z M 2.359375,-1.375 c 0,-0.132812 -0.011719,-0.265625 -0.03125,-0.390625 C 2.304688,-1.890625 2.269531,-2 2.21875,-2.09375 2.175781,-2.195312 2.113281,-2.273438 2.03125,-2.328125 c -0.085938,-0.0625 -0.1875,-0.09375 -0.3125,-0.09375 -0.0625,0 -0.125,0.011719 -0.1875,0.03125 -0.0625,0.011719 -0.125,0.039063 -0.1875,0.078125 -0.0625,0.042969 -0.132812,0.09375 -0.203125,0.15625 -0.0625,0.0625 -0.132813,0.148438 -0.203125,0.25 v 1.046875 c 0.125,0.167969 0.25,0.292969 0.375,0.375 0.125,0.085937 0.25,0.125 0.375,0.125 0.125,0 0.226562,-0.023437 0.3125,-0.078125 C 2.082031,-0.5 2.148438,-0.578125 2.203125,-0.671875 2.265625,-0.773438 2.304688,-0.882812 2.328125,-1 c 0.019531,-0.125 0.03125,-0.25 0.03125,-0.375 z m 0,0"
           id="path62"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph0-21"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.90625,-1.421875 c 0,0.21875 -0.03125,0.417969 -0.09375,0.59375 -0.054688,0.179687 -0.136719,0.335937 -0.25,0.46875 -0.117188,0.125 -0.257812,0.230469 -0.421875,0.3125 C 1.972656,0.0234375 1.773438,0.0625 1.546875,0.0625 1.335938,0.0625 1.148438,0.03125 0.984375,-0.03125 0.828125,-0.101562 0.691406,-0.195312 0.578125,-0.3125 0.472656,-0.4375 0.394531,-0.585938 0.34375,-0.765625 0.289062,-0.941406 0.265625,-1.144531 0.265625,-1.375 c 0,-0.207031 0.023437,-0.398438 0.078125,-0.578125 0.0625,-0.1875 0.144531,-0.34375 0.25,-0.46875 0.113281,-0.132813 0.253906,-0.238281 0.421875,-0.3125 0.164063,-0.070313 0.363281,-0.109375 0.59375,-0.109375 0.21875,0 0.40625,0.03125 0.5625,0.09375 0.164063,0.0625 0.300781,0.15625 0.40625,0.28125 0.101563,0.125 0.179687,0.277344 0.234375,0.453125 0.0625,0.179687 0.09375,0.375 0.09375,0.59375 z m -0.515625,0.03125 c 0,-0.144531 -0.015625,-0.28125 -0.046875,-0.40625 -0.023438,-0.125 -0.0625,-0.234375 -0.125,-0.328125 -0.0625,-0.09375 -0.148438,-0.164062 -0.25,-0.21875 -0.105469,-0.0625 -0.230469,-0.09375 -0.375,-0.09375 -0.148438,0 -0.273438,0.027344 -0.375,0.078125 -0.105469,0.054687 -0.1875,0.125 -0.25,0.21875 -0.0625,0.09375 -0.117188,0.203125 -0.15625,0.328125 -0.03125,0.125 -0.046875,0.261719 -0.046875,0.40625 0,0.148438 0.007813,0.289062 0.03125,0.421875 C 0.828125,-0.859375 0.875,-0.75 0.9375,-0.65625 1,-0.5625 1.082031,-0.488281 1.1875,-0.4375 c 0.101562,0.054688 0.234375,0.078125 0.390625,0.078125 0.132813,0 0.253906,-0.019531 0.359375,-0.0625 0.101562,-0.050781 0.1875,-0.125 0.25,-0.21875 0.070312,-0.09375 0.125,-0.203125 0.15625,-0.328125 0.03125,-0.125 0.046875,-0.265625 0.046875,-0.421875 z m 0,0"
           id="path65"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph0-22"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.71875,-0.078125 c 0,0.0234375 -0.00781,0.0390625 -0.015625,0.046875 0,0.0117188 -0.011719,0.0234375 -0.03125,0.03125 C 2.648438,0 2.625,0 2.59375,0 2.5625,0.0078125 2.523438,0.015625 2.484375,0.015625 2.429688,0.015625 2.390625,0.0078125 2.359375,0 2.328125,0 2.300781,0 2.28125,0 2.269531,-0.0078125 2.257812,-0.0195312 2.25,-0.03125 2.238281,-0.0390625 2.234375,-0.0546875 2.234375,-0.078125 V -1.625 c 0,-0.144531 -0.011719,-0.265625 -0.03125,-0.359375 C 2.179688,-2.078125 2.144531,-2.15625 2.09375,-2.21875 2.050781,-2.28125 1.992188,-2.328125 1.921875,-2.359375 c -0.074219,-0.039063 -0.15625,-0.0625 -0.25,-0.0625 -0.117187,0 -0.234375,0.042969 -0.359375,0.125 -0.125,0.085937 -0.25,0.210937 -0.375,0.375 v 1.84375 c 0,0.0234375 -0.007812,0.0390625 -0.015625,0.046875 C 0.910156,-0.0195312 0.894531,-0.0078125 0.875,0 0.863281,0 0.84375,0 0.8125,0 0.78125,0.0078125 0.738281,0.015625 0.6875,0.015625 0.644531,0.015625 0.609375,0.0078125 0.578125,0 0.546875,0 0.519531,0 0.5,0 0.476562,-0.0078125 0.460938,-0.0195312 0.453125,-0.03125 c 0,-0.0078125 0,-0.0234375 0,-0.046875 v -2.625 c 0,-0.019531 0,-0.035156 0,-0.046875 0.007813,-0.00781 0.019531,-0.019531 0.03125,-0.03125 0.019531,-0.00781 0.039063,-0.015625 0.0625,-0.015625 0.03125,0 0.070313,0 0.125,0 0.039063,0 0.070313,0 0.09375,0 0.03125,0 0.050781,0.00781 0.0625,0.015625 0.019531,0.011719 0.035156,0.023438 0.046875,0.03125 0.007812,0.011719 0.015625,0.027344 0.015625,0.046875 v 0.34375 c 0.144531,-0.164063 0.289063,-0.285156 0.4375,-0.359375 0.144531,-0.082031 0.296875,-0.125 0.453125,-0.125 0.175781,0 0.320312,0.03125 0.4375,0.09375 0.125,0.0625 0.222656,0.148438 0.296875,0.25 0.070313,0.09375 0.125,0.210938 0.15625,0.34375 0.03125,0.125 0.046875,0.28125 0.046875,0.46875 z m 0,0"
           id="path68"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph0-23"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.703125,-0.078125 c 0,0.0234375 -0.00781,0.0390625 -0.015625,0.046875 C 2.6875,-0.0195312 2.675781,-0.0078125 2.65625,0 2.644531,0 2.625,0 2.59375,0 2.570312,0.0078125 2.539062,0.015625 2.5,0.015625 2.457031,0.015625 2.421875,0.0078125 2.390625,0 2.367188,0 2.347656,0 2.328125,0 2.304688,-0.0078125 2.289062,-0.0195312 2.28125,-0.03125 c 0,-0.0078125 0,-0.0234375 0,-0.046875 v -0.34375 C 2.132812,-0.273438 1.988281,-0.15625 1.84375,-0.0625 1.695312,0.0195312 1.535156,0.0625 1.359375,0.0625 c -0.199219,0 -0.367187,-0.0390625 -0.5,-0.109375 -0.136719,-0.082031 -0.246094,-0.1875 -0.328125,-0.3125 -0.085938,-0.125 -0.148438,-0.273437 -0.1875,-0.453125 -0.042969,-0.175781 -0.0625,-0.359375 -0.0625,-0.546875 0,-0.226563 0.019531,-0.429687 0.0625,-0.609375 0.050781,-0.1875 0.125,-0.34375 0.21875,-0.46875 0.101562,-0.132812 0.222656,-0.234375 0.359375,-0.296875 0.144531,-0.070313 0.3125,-0.109375 0.5,-0.109375 0.15625,0 0.296875,0.039062 0.421875,0.109375 0.125,0.0625 0.25,0.164063 0.375,0.296875 v -1.53125 c 0,-0.019531 0,-0.035156 0,-0.046875 0.00781,-0.00781 0.023438,-0.019531 0.046875,-0.03125 C 2.285156,-4.054688 2.3125,-4.0625 2.34375,-4.0625 c 0.03125,0 0.070312,0 0.125,0 0.039062,0 0.078125,0 0.109375,0 0.03125,0 0.054687,0.00781 0.078125,0.015625 0.019531,0.011719 0.03125,0.023437 0.03125,0.03125 0.00781,0.011719 0.015625,0.027344 0.015625,0.046875 z M 2.21875,-1.921875 c -0.125,-0.164063 -0.25,-0.289063 -0.375,-0.375 -0.125,-0.082031 -0.257812,-0.125 -0.390625,-0.125 -0.117187,0 -0.21875,0.03125 -0.3125,0.09375 -0.085937,0.054687 -0.152344,0.125 -0.203125,0.21875 -0.054688,0.09375 -0.09375,0.203125 -0.125,0.328125 -0.023438,0.125 -0.03125,0.25 -0.03125,0.375 0,0.125 0.007812,0.257812 0.03125,0.390625 0.019531,0.125 0.054688,0.242187 0.109375,0.34375 C 0.972656,-0.578125 1.039062,-0.5 1.125,-0.4375 c 0.082031,0.054688 0.1875,0.078125 0.3125,0.078125 0.0625,0 0.125,-0.003906 0.1875,-0.015625 C 1.6875,-0.394531 1.75,-0.425781 1.8125,-0.46875 1.875,-0.507812 1.9375,-0.5625 2,-0.625 2.070312,-0.695312 2.144531,-0.78125 2.21875,-0.875 Z m 0,0"
           id="path71"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph0-24"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 4.625,-0.078125 c 0,0.0234375 -0.00781,0.0390625 -0.015625,0.046875 0,0.0117188 -0.011719,0.0234375 -0.03125,0.03125 C 4.554688,0 4.53125,0 4.5,0 4.46875,0.0078125 4.425781,0.015625 4.375,0.015625 4.332031,0.015625 4.296875,0.0078125 4.265625,0 4.234375,0 4.207031,0 4.1875,0 4.164062,-0.0078125 4.148438,-0.0195312 4.140625,-0.03125 c 0,-0.0078125 0,-0.0234375 0,-0.046875 V -3.375 H 4.125 L 2.78125,-0.0625 C 2.769531,-0.0507812 2.757812,-0.0390625 2.75,-0.03125 2.738281,-0.0195312 2.722656,-0.0078125 2.703125,0 2.679688,0.0078125 2.65625,0.015625 2.625,0.015625 c -0.023438,0 -0.054688,0 -0.09375,0 C 2.488281,0.015625 2.453125,0.0078125 2.421875,0 2.398438,0 2.378906,0 2.359375,0 2.335938,-0.0078125 2.320312,-0.0195312 2.3125,-0.03125 2.300781,-0.0390625 2.289062,-0.0507812 2.28125,-0.0625 L 1,-3.375 v 3.296875 C 1,-0.0546875 0.992188,-0.0390625 0.984375,-0.03125 0.972656,-0.0195312 0.957031,-0.0078125 0.9375,0 0.914062,0 0.890625,0 0.859375,0 0.828125,0.0078125 0.789062,0.015625 0.75,0.015625 0.695312,0.015625 0.65625,0.0078125 0.625,0 0.59375,0 0.566406,0 0.546875,0 0.535156,-0.0078125 0.523438,-0.0195312 0.515625,-0.03125 0.503906,-0.0390625 0.5,-0.0546875 0.5,-0.078125 V -3.5625 c 0,-0.082031 0.019531,-0.140625 0.0625,-0.171875 0.050781,-0.039063 0.101562,-0.0625 0.15625,-0.0625 h 0.296875 c 0.0625,0 0.113281,0.011719 0.15625,0.03125 0.050781,0.011719 0.09375,0.027344 0.125,0.046875 0.039063,0.023438 0.070313,0.054688 0.09375,0.09375 0.019531,0.042969 0.039063,0.089844 0.0625,0.140625 l 1.09375,2.75 H 2.5625 L 3.703125,-3.46875 c 0.019531,-0.0625 0.039063,-0.113281 0.0625,-0.15625 0.03125,-0.039062 0.0625,-0.070312 0.09375,-0.09375 0.03125,-0.03125 0.0625,-0.050781 0.09375,-0.0625 0.039063,-0.00781 0.085937,-0.015625 0.140625,-0.015625 h 0.3125 c 0.03125,0 0.054688,0.00781 0.078125,0.015625 0.03125,0.011719 0.054687,0.027344 0.078125,0.046875 C 4.582031,-3.710938 4.597656,-3.6875 4.609375,-3.65625 4.617188,-3.632812 4.625,-3.601562 4.625,-3.5625 Z m 0,0"
           id="path74"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph0-25"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.4375,-0.078125 c 0,0.03125 -0.011719,0.0546875 -0.03125,0.0625 C 2.394531,-0.00390625 2.375,0 2.34375,0 2.320312,0.0078125 2.285156,0.015625 2.234375,0.015625 2.179688,0.015625 2.140625,0.0078125 2.109375,0 2.078125,0 2.050781,-0.00390625 2.03125,-0.015625 2.019531,-0.0234375 2.015625,-0.046875 2.015625,-0.078125 v -0.25 C 1.898438,-0.210938 1.769531,-0.117188 1.625,-0.046875 1.488281,0.0234375 1.34375,0.0625 1.1875,0.0625 1.039062,0.0625 0.910156,0.0390625 0.796875,0 0.691406,-0.03125 0.597656,-0.0820312 0.515625,-0.15625 0.441406,-0.226562 0.378906,-0.3125 0.328125,-0.40625 0.285156,-0.507812 0.265625,-0.625 0.265625,-0.75 c 0,-0.144531 0.03125,-0.269531 0.09375,-0.375 0.0625,-0.113281 0.148437,-0.207031 0.265625,-0.28125 0.113281,-0.070312 0.25,-0.125 0.40625,-0.15625 0.164062,-0.039062 0.351562,-0.0625 0.5625,-0.0625 h 0.359375 v -0.203125 c 0,-0.101563 -0.011719,-0.191406 -0.03125,-0.265625 C 1.898438,-2.175781 1.863281,-2.242188 1.8125,-2.296875 1.769531,-2.347656 1.707031,-2.382812 1.625,-2.40625 1.550781,-2.4375 1.457031,-2.453125 1.34375,-2.453125 1.226562,-2.453125 1.125,-2.4375 1.03125,-2.40625 0.9375,-2.375 0.851562,-2.34375 0.78125,-2.3125 0.707031,-2.28125 0.644531,-2.25 0.59375,-2.21875 0.550781,-2.1875 0.519531,-2.171875 0.5,-2.171875 0.476562,-2.171875 0.460938,-2.175781 0.453125,-2.1875 0.441406,-2.195312 0.429688,-2.207031 0.421875,-2.21875 0.410156,-2.238281 0.40625,-2.257812 0.40625,-2.28125 c 0,-0.03125 0,-0.054688 0,-0.078125 0,-0.050781 0,-0.085937 0,-0.109375 0.007812,-0.03125 0.023438,-0.054688 0.046875,-0.078125 0.03125,-0.03125 0.078125,-0.0625 0.140625,-0.09375 0.0625,-0.039063 0.132812,-0.070313 0.21875,-0.09375 0.082031,-0.03125 0.175781,-0.054687 0.28125,-0.078125 0.101562,-0.019531 0.203125,-0.03125 0.296875,-0.03125 0.1875,0 0.347656,0.023438 0.484375,0.0625 0.132812,0.042969 0.242188,0.105469 0.328125,0.1875 0.082031,0.085938 0.140625,0.1875 0.171875,0.3125 0.039062,0.125 0.0625,0.273438 0.0625,0.4375 z M 1.953125,-1.28125 h -0.40625 c -0.136719,0 -0.257813,0.015625 -0.359375,0.046875 -0.09375,0.023437 -0.171875,0.054687 -0.234375,0.09375 -0.0625,0.042969 -0.109375,0.09375 -0.140625,0.15625 -0.03125,0.0625 -0.046875,0.136719 -0.046875,0.21875 0,0.136719 0.039063,0.246094 0.125,0.328125 0.09375,0.074219 0.21875,0.109375 0.375,0.109375 0.125,0 0.238281,-0.03125 0.34375,-0.09375 0.113281,-0.0625 0.226563,-0.160156 0.34375,-0.296875 z m 0,0"
           id="path77"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph0-26"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.109375,-0.796875 c 0,0.136719 -0.027344,0.261719 -0.078125,0.375 C 1.976562,-0.316406 1.90625,-0.226562 1.8125,-0.15625 1.71875,-0.09375 1.609375,-0.0390625 1.484375,0 1.359375,0.0390625 1.21875,0.0625 1.0625,0.0625 0.96875,0.0625 0.878906,0.0507812 0.796875,0.03125 0.710938,0.0195312 0.632812,0.00390625 0.5625,-0.015625 0.5,-0.046875 0.441406,-0.0703125 0.390625,-0.09375 0.347656,-0.113281 0.316406,-0.132812 0.296875,-0.15625 0.273438,-0.175781 0.257812,-0.203125 0.25,-0.234375 0.238281,-0.273438 0.234375,-0.328125 0.234375,-0.390625 c 0,-0.03125 0,-0.054687 0,-0.078125 C 0.242188,-0.5 0.25,-0.519531 0.25,-0.53125 0.257812,-0.550781 0.269531,-0.5625 0.28125,-0.5625 0.289062,-0.570312 0.300781,-0.578125 0.3125,-0.578125 c 0.03125,0 0.066406,0.015625 0.109375,0.046875 0.039063,0.023438 0.085937,0.046875 0.140625,0.078125 0.0625,0.03125 0.132812,0.0625 0.21875,0.09375 0.09375,0.023437 0.191406,0.03125 0.296875,0.03125 0.082031,0 0.15625,-0.007813 0.21875,-0.03125 C 1.367188,-0.378906 1.425781,-0.40625 1.46875,-0.4375 1.519531,-0.46875 1.554688,-0.507812 1.578125,-0.5625 1.609375,-0.613281 1.625,-0.675781 1.625,-0.75 1.625,-0.820312 1.601562,-0.882812 1.5625,-0.9375 1.53125,-0.988281 1.484375,-1.035156 1.421875,-1.078125 1.359375,-1.117188 1.285156,-1.148438 1.203125,-1.171875 1.128906,-1.203125 1.050781,-1.234375 0.96875,-1.265625 0.882812,-1.304688 0.800781,-1.347656 0.71875,-1.390625 0.644531,-1.429688 0.578125,-1.476562 0.515625,-1.53125 0.453125,-1.59375 0.398438,-1.664062 0.359375,-1.75 c -0.042969,-0.09375 -0.0625,-0.195312 -0.0625,-0.3125 0,-0.101562 0.019531,-0.203125 0.0625,-0.296875 0.039063,-0.09375 0.097656,-0.175781 0.171875,-0.25 0.082031,-0.070313 0.179688,-0.128906 0.296875,-0.171875 0.125,-0.039062 0.269531,-0.0625 0.4375,-0.0625 0.070313,0 0.140625,0.00781 0.203125,0.015625 0.070312,0.011719 0.132812,0.027344 0.1875,0.046875 0.0625,0.023438 0.113281,0.042969 0.15625,0.0625 0.039062,0.023438 0.070312,0.042969 0.09375,0.0625 0.019531,0.011719 0.03125,0.023438 0.03125,0.03125 0.00781,0.011719 0.015625,0.027344 0.015625,0.046875 0,0.011719 0,0.027344 0,0.046875 0.00781,0.023438 0.015625,0.046875 0.015625,0.078125 0,0.03125 -0.00781,0.0625 -0.015625,0.09375 0,0.023437 -0.00781,0.042969 -0.015625,0.0625 0,0.011719 -0.00781,0.023437 -0.015625,0.03125 -0.011719,0 -0.023437,0 -0.03125,0 -0.023437,0 -0.046875,-0.00781 -0.078125,-0.03125 C 1.78125,-2.316406 1.738281,-2.335938 1.6875,-2.359375 1.632812,-2.390625 1.570312,-2.414062 1.5,-2.4375 1.425781,-2.457031 1.34375,-2.46875 1.25,-2.46875 c -0.074219,0 -0.140625,0.011719 -0.203125,0.03125 -0.0625,0.023438 -0.117187,0.046875 -0.15625,0.078125 -0.042969,0.03125 -0.074219,0.074219 -0.09375,0.125 -0.023437,0.042969 -0.03125,0.089844 -0.03125,0.140625 0,0.085938 0.015625,0.152344 0.046875,0.203125 0.039062,0.054687 0.09375,0.101563 0.15625,0.140625 0.0625,0.03125 0.132812,0.0625 0.21875,0.09375 0.082031,0.03125 0.164062,0.070312 0.25,0.109375 0.082031,0.03125 0.160156,0.070313 0.234375,0.109375 0.082031,0.03125 0.15625,0.078125 0.21875,0.140625 0.0625,0.0625 0.113281,0.136719 0.15625,0.21875 0.039063,0.074219 0.0625,0.167969 0.0625,0.28125 z m 0,0"
           id="path80"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph0-27"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 0.9375,-0.078125 c 0,0.0234375 -0.007812,0.0390625 -0.015625,0.046875 C 0.910156,-0.0195312 0.894531,-0.0078125 0.875,0 0.863281,0 0.84375,0 0.8125,0 0.78125,0.0078125 0.738281,0.015625 0.6875,0.015625 0.644531,0.015625 0.609375,0.0078125 0.578125,0 0.546875,0 0.519531,0 0.5,0 0.476562,-0.0078125 0.460938,-0.0195312 0.453125,-0.03125 c 0,-0.0078125 0,-0.0234375 0,-0.046875 v -3.90625 c 0,-0.019531 0,-0.035156 0,-0.046875 C 0.460938,-4.039062 0.476562,-4.046875 0.5,-4.046875 0.519531,-4.054688 0.546875,-4.0625 0.578125,-4.0625 c 0.03125,-0.00781 0.066406,-0.015625 0.109375,-0.015625 0.050781,0 0.09375,0.00781 0.125,0.015625 0.03125,0 0.050781,0.00781 0.0625,0.015625 0.019531,0 0.035156,0.00781 0.046875,0.015625 0.007813,0.011719 0.015625,0.027344 0.015625,0.046875 z m 0,0"
           id="path83"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph0-28"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.703125,-2.265625 c 0,0.085937 -0.011719,0.140625 -0.03125,0.171875 C 2.648438,-2.0625 2.625,-2.046875 2.59375,-2.046875 H 0.390625 C 0.359375,-2.046875 0.332031,-2.0625 0.3125,-2.09375 0.289062,-2.125 0.28125,-2.179688 0.28125,-2.265625 c 0,-0.0625 0.003906,-0.109375 0.015625,-0.140625 0.019531,-0.039062 0.050781,-0.0625 0.09375,-0.0625 H 2.59375 c 0.039062,0 0.066406,0.023438 0.078125,0.0625 0.019531,0.03125 0.03125,0.078125 0.03125,0.140625 z m 0,1.140625 c 0,0.085938 -0.011719,0.140625 -0.03125,0.171875 C 2.648438,-0.929688 2.625,-0.921875 2.59375,-0.921875 H 0.390625 c -0.03125,0 -0.058594,-0.007813 -0.078125,-0.03125 C 0.289062,-0.984375 0.28125,-1.039062 0.28125,-1.125 c 0,-0.070312 0.003906,-0.125 0.015625,-0.15625 0.019531,-0.03125 0.050781,-0.046875 0.09375,-0.046875 H 2.59375 c 0.039062,0 0.066406,0.015625 0.078125,0.046875 0.019531,0.03125 0.03125,0.085938 0.03125,0.15625 z m 0,0"
           id="path86"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph0-29"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.6875,-0.46875 c 0,0.042969 0,0.078125 0,0.109375 0,0.03125 -0.00781,0.058594 -0.015625,0.078125 C 2.660156,-0.269531 2.644531,-0.265625 2.625,-0.265625 2.613281,-0.273438 2.597656,-0.285156 2.578125,-0.296875 L 0.265625,-1.46875 C 0.242188,-1.476562 0.226562,-1.5 0.21875,-1.53125 0.207031,-1.570312 0.203125,-1.625 0.203125,-1.6875 c 0,-0.03125 0,-0.0625 0,-0.09375 C 0.210938,-1.8125 0.21875,-1.832031 0.21875,-1.84375 0.226562,-1.863281 0.238281,-1.878906 0.25,-1.890625 c 0.007812,-0.00781 0.019531,-0.019531 0.03125,-0.03125 l 2.296875,-1.15625 c 0.039063,-0.019531 0.066406,-0.019531 0.078125,0 C 2.675781,-3.054688 2.6875,-3 2.6875,-2.90625 c 0,0.0625 0,0.109375 0,0.140625 0,0.03125 -0.00781,0.058594 -0.015625,0.078125 -0.011719,0.023438 -0.023437,0.039062 -0.03125,0.046875 -0.011719,0.011719 -0.027344,0.023437 -0.046875,0.03125 l -1.890625,0.921875 1.875,0.90625 c 0.019531,0.023438 0.035156,0.039062 0.046875,0.046875 0.019531,0.011719 0.035156,0.027344 0.046875,0.046875 0.00781,0.023438 0.015625,0.046875 0.015625,0.078125 0,0.03125 0,0.078125 0,0.140625 z m 0,0"
           id="path89"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph0-30"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.46875,-0.21875 c 0,0.042969 -0.00781,0.078125 -0.015625,0.109375 0,0.0234375 -0.00781,0.0429688 -0.015625,0.0625 0,0.0117188 -0.011719,0.0234375 -0.03125,0.03125 C 2.394531,-0.00390625 2.382812,0 2.375,0 H 0.6875 C 0.644531,0 0.601562,-0.015625 0.5625,-0.046875 0.519531,-0.078125 0.5,-0.128906 0.5,-0.203125 V -3.71875 C 0.5,-3.726562 0.503906,-3.738281 0.515625,-3.75 0.523438,-3.769531 0.539062,-3.78125 0.5625,-3.78125 0.582031,-3.789062 0.609375,-3.796875 0.640625,-3.796875 0.671875,-3.804688 0.707031,-3.8125 0.75,-3.8125 c 0.050781,0 0.09375,0.00781 0.125,0.015625 0.03125,0 0.054688,0.00781 0.078125,0.015625 0.019531,0 0.035156,0.011719 0.046875,0.03125 0.00781,0.011719 0.015625,0.023438 0.015625,0.03125 V -0.4375 H 2.375 c 0.00781,0 0.019531,0.007812 0.03125,0.015625 0.019531,0.011719 0.03125,0.027344 0.03125,0.046875 0.00781,0.011719 0.015625,0.03125 0.015625,0.0625 0.00781,0.023438 0.015625,0.054688 0.015625,0.09375 z m 0,0"
           id="path92"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph0-31"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.796875,-1.6875 c 0,0.042969 -0.00781,0.078125 -0.015625,0.109375 0,0.023437 -0.00781,0.042969 -0.015625,0.0625 0,0.011719 -0.00781,0.023437 -0.015625,0.03125 -0.011719,0.011719 -0.023438,0.023437 -0.03125,0.03125 l -2.3125,1.15625 c -0.023438,0.011719 -0.042969,0.015625 -0.0625,0.015625 -0.011719,0 -0.023438,-0.003906 -0.03125,-0.015625 0,-0.007813 -0.007812,-0.03125 -0.015625,-0.0625 0,-0.03125 0,-0.066406 0,-0.109375 0,-0.050781 0,-0.09375 0,-0.125 0,-0.039062 0.003906,-0.070312 0.015625,-0.09375 0.007812,-0.019531 0.019531,-0.035156 0.03125,-0.046875 0.007812,-0.007813 0.023438,-0.019531 0.046875,-0.03125 L 2.28125,-1.6875 0.40625,-2.59375 C 0.382812,-2.601562 0.363281,-2.613281 0.34375,-2.625 0.332031,-2.632812 0.320312,-2.648438 0.3125,-2.671875 0.300781,-2.691406 0.296875,-2.71875 0.296875,-2.75 c 0,-0.039062 0,-0.085938 0,-0.140625 0,-0.050781 0,-0.09375 0,-0.125 0.007813,-0.03125 0.015625,-0.050781 0.015625,-0.0625 0.007812,-0.00781 0.019531,-0.015625 0.03125,-0.015625 0.019531,0 0.039062,0.00781 0.0625,0.015625 l 2.3125,1.171875 c 0.019531,0.011719 0.035156,0.039062 0.046875,0.078125 0.019531,0.03125 0.03125,0.078125 0.03125,0.140625 z m 0,0"
           id="path95"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph1-0"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="M 2.859375,-3.796875 V 0 H 0.125 v -3.796875 z m -0.25,3.5625 v -3.3125 H 0.375 v 3.3125 z M 2.25,-2.5 c 0,0.117188 -0.023438,0.21875 -0.0625,0.3125 -0.03125,0.085938 -0.078125,0.15625 -0.140625,0.21875 -0.0625,0.0625 -0.136719,0.117188 -0.21875,0.15625 C 1.742188,-1.78125 1.65625,-1.765625 1.5625,-1.765625 L 1.546875,-1.3125 c 0,0.011719 -0.015625,0.023438 -0.046875,0.03125 -0.03125,0.011719 -0.074219,0.015625 -0.125,0.015625 -0.023438,0 -0.042969,0 -0.0625,0 -0.023438,0 -0.042969,0 -0.0625,0 -0.011719,-0.00781 -0.023438,-0.015625 -0.03125,-0.015625 0,-0.00781 0,-0.019531 0,-0.03125 L 1.203125,-1.859375 c 0,-0.0625 0.00781,-0.101563 0.03125,-0.125 0.03125,-0.019531 0.070313,-0.03125 0.125,-0.03125 H 1.40625 c 0.082031,0 0.15625,-0.00781 0.21875,-0.03125 0.0625,-0.03125 0.109375,-0.066406 0.140625,-0.109375 0.039063,-0.039062 0.066406,-0.085938 0.078125,-0.140625 0.019531,-0.0625 0.03125,-0.125 0.03125,-0.1875 0,-0.144531 -0.042969,-0.257813 -0.125,-0.34375 -0.085938,-0.082031 -0.214844,-0.125 -0.390625,-0.125 -0.074219,0 -0.140625,0.011719 -0.203125,0.03125 C 1.101562,-2.910156 1.050781,-2.894531 1,-2.875 c -0.042969,0.023438 -0.078125,0.042969 -0.109375,0.0625 -0.023437,0.011719 -0.042969,0.015625 -0.0625,0.015625 0,0 -0.007813,0 -0.015625,0 0,-0.00781 -0.007812,-0.019531 -0.015625,-0.03125 C 0.785156,-2.835938 0.78125,-2.851562 0.78125,-2.875 c 0,-0.019531 0,-0.046875 0,-0.078125 0,-0.03125 0,-0.054687 0,-0.078125 C 0.789062,-3.050781 0.800781,-3.066406 0.8125,-3.078125 0.832031,-3.097656 0.859375,-3.113281 0.890625,-3.125 0.929688,-3.144531 0.976562,-3.160156 1.03125,-3.171875 1.082031,-3.191406 1.140625,-3.207031 1.203125,-3.21875 1.273438,-3.238281 1.34375,-3.25 1.40625,-3.25 c 0.144531,0 0.269531,0.023438 0.375,0.0625 0.113281,0.042969 0.203125,0.101562 0.265625,0.171875 C 2.109375,-2.953125 2.15625,-2.875 2.1875,-2.78125 2.226562,-2.695312 2.25,-2.601562 2.25,-2.5 Z m -0.640625,1.703125 c 0,0.042969 -0.00781,0.078125 -0.015625,0.109375 0,0.023438 -0.011719,0.042969 -0.03125,0.0625 -0.023438,0.011719 -0.046875,0.023438 -0.078125,0.03125 -0.023437,0.011719 -0.054687,0.015625 -0.09375,0.015625 -0.042969,0 -0.078125,-0.003906 -0.109375,-0.015625 C 1.257812,-0.601562 1.238281,-0.613281 1.21875,-0.625 1.195312,-0.644531 1.179688,-0.664062 1.171875,-0.6875 c 0,-0.03125 0,-0.066406 0,-0.109375 0,-0.039063 0,-0.078125 0,-0.109375 C 1.179688,-0.9375 1.195312,-0.957031 1.21875,-0.96875 1.238281,-0.988281 1.257812,-1 1.28125,-1 c 0.03125,-0.00781 0.066406,-0.015625 0.109375,-0.015625 0.039063,0 0.070313,0.00781 0.09375,0.015625 0.03125,0 0.054687,0.011719 0.078125,0.03125 0.019531,0.011719 0.03125,0.03125 0.03125,0.0625 0.00781,0.03125 0.015625,0.070312 0.015625,0.109375 z M 0,1.15625 Z m 0,0"
           id="path98"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph1-1"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.671875,-1.078125 c 0,0.167969 -0.03125,0.324219 -0.09375,0.46875 C 2.523438,-0.472656 2.441406,-0.351562 2.328125,-0.25 2.210938,-0.15625 2.070312,-0.078125 1.90625,-0.015625 1.738281,0.0351562 1.550781,0.0625 1.34375,0.0625 1.21875,0.0625 1.097656,0.0507812 0.984375,0.03125 0.878906,0.0078125 0.78125,-0.015625 0.6875,-0.046875 0.601562,-0.078125 0.53125,-0.109375 0.46875,-0.140625 0.414062,-0.171875 0.382812,-0.191406 0.375,-0.203125 0.363281,-0.210938 0.351562,-0.222656 0.34375,-0.234375 0.332031,-0.253906 0.320312,-0.273438 0.3125,-0.296875 c 0,-0.019531 -0.007812,-0.039063 -0.015625,-0.0625 0,-0.03125 0,-0.066406 0,-0.109375 0,-0.070312 0.003906,-0.117188 0.015625,-0.140625 0.019531,-0.03125 0.039062,-0.046875 0.0625,-0.046875 0.019531,0 0.054688,0.015625 0.109375,0.046875 0.050781,0.03125 0.117187,0.070313 0.203125,0.109375 0.082031,0.03125 0.175781,0.0625 0.28125,0.09375 0.101562,0.03125 0.222656,0.046875 0.359375,0.046875 0.132813,0 0.25,-0.015625 0.34375,-0.046875 0.09375,-0.03125 0.171875,-0.078125 0.234375,-0.140625 0.070312,-0.0625 0.125,-0.132813 0.15625,-0.21875 0.03125,-0.082031 0.046875,-0.171875 0.046875,-0.265625 0,-0.113281 -0.023437,-0.210938 -0.0625,-0.296875 -0.042969,-0.082031 -0.105469,-0.15625 -0.1875,-0.21875 C 1.785156,-1.609375 1.6875,-1.65625 1.5625,-1.6875 1.445312,-1.726562 1.316406,-1.75 1.171875,-1.75 H 0.8125 c -0.023438,0 -0.042969,0 -0.0625,0 C 0.738281,-1.757812 0.726562,-1.769531 0.71875,-1.78125 0.707031,-1.800781 0.695312,-1.820312 0.6875,-1.84375 c 0,-0.03125 0,-0.066406 0,-0.109375 0,-0.03125 0,-0.054687 0,-0.078125 C 0.695312,-2.0625 0.707031,-2.082031 0.71875,-2.09375 0.726562,-2.113281 0.738281,-2.125 0.75,-2.125 0.769531,-2.132812 0.785156,-2.140625 0.796875,-2.140625 h 0.34375 c 0.125,0 0.238281,-0.015625 0.34375,-0.046875 0.101563,-0.03125 0.1875,-0.078125 0.25,-0.140625 0.070313,-0.0625 0.128906,-0.132813 0.171875,-0.21875 0.039062,-0.09375 0.0625,-0.191406 0.0625,-0.296875 0,-0.082031 -0.015625,-0.160156 -0.046875,-0.234375 C 1.898438,-3.148438 1.863281,-3.210938 1.8125,-3.265625 1.757812,-3.316406 1.691406,-3.359375 1.609375,-3.390625 1.535156,-3.421875 1.445312,-3.4375 1.34375,-3.4375 c -0.117188,0 -0.21875,0.023438 -0.3125,0.0625 -0.09375,0.03125 -0.179688,0.070312 -0.25,0.109375 -0.074219,0.03125 -0.136719,0.070313 -0.1875,0.109375 -0.054688,0.03125 -0.089844,0.046875 -0.109375,0.046875 -0.011719,0 -0.023437,0 -0.03125,0 -0.011719,-0.00781 -0.023437,-0.019531 -0.03125,-0.03125 0,-0.019531 -0.007813,-0.039063 -0.015625,-0.0625 0,-0.03125 0,-0.066406 0,-0.109375 0,-0.03125 0,-0.054688 0,-0.078125 0,-0.019531 0.003906,-0.035156 0.015625,-0.046875 C 0.429688,-3.457031 0.4375,-3.472656 0.4375,-3.484375 0.445312,-3.503906 0.460938,-3.519531 0.484375,-3.53125 0.503906,-3.550781 0.539062,-3.578125 0.59375,-3.609375 0.65625,-3.648438 0.722656,-3.6875 0.796875,-3.71875 0.878906,-3.757812 0.972656,-3.789062 1.078125,-3.8125 1.191406,-3.832031 1.3125,-3.84375 1.4375,-3.84375 c 0.175781,0 0.332031,0.023438 0.46875,0.0625 0.132812,0.042969 0.242188,0.105469 0.328125,0.1875 0.09375,0.085938 0.160156,0.183594 0.203125,0.296875 0.039062,0.117187 0.0625,0.242187 0.0625,0.375 0,0.125 -0.015625,0.242187 -0.046875,0.34375 C 2.421875,-2.472656 2.375,-2.378906 2.3125,-2.296875 2.257812,-2.222656 2.1875,-2.160156 2.09375,-2.109375 2.007812,-2.054688 1.910156,-2.019531 1.796875,-2 v 0.015625 c 0.125,0.011719 0.238281,0.042969 0.34375,0.09375 0.113281,0.054687 0.207031,0.121094 0.28125,0.203125 0.082031,0.074219 0.144531,0.164062 0.1875,0.265625 0.039063,0.105469 0.0625,0.21875 0.0625,0.34375 z m 0,0"
           id="path101"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph1-2"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 1.078125,-0.3125 c 0,0.136719 -0.027344,0.2304688 -0.078125,0.28125 -0.042969,0.0390625 -0.125,0.0625 -0.25,0.0625 -0.117188,0 -0.199219,-0.0234375 -0.25,-0.0625 -0.042969,-0.0507812 -0.0625,-0.144531 -0.0625,-0.28125 0,-0.132812 0.019531,-0.222656 0.0625,-0.265625 0.050781,-0.050781 0.140625,-0.078125 0.265625,-0.078125 0.113281,0 0.191406,0.027344 0.234375,0.078125 0.050781,0.042969 0.078125,0.132813 0.078125,0.265625 z m 0,0"
           id="path104"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph1-3"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.875,-1.078125 c 0,0.0625 -0.011719,0.117187 -0.03125,0.15625 C 2.820312,-0.890625 2.789062,-0.875 2.75,-0.875 H 2.328125 v 0.796875 c 0,0.0234375 -0.00781,0.0390625 -0.015625,0.046875 C 2.3125,-0.0195312 2.300781,-0.0078125 2.28125,0 2.257812,0 2.234375,0 2.203125,0 2.171875,0.0078125 2.128906,0.015625 2.078125,0.015625 2.035156,0.015625 2,0.0078125 1.96875,0 1.9375,0 1.910156,0 1.890625,0 1.867188,-0.0078125 1.851562,-0.0195312 1.84375,-0.03125 c 0,-0.0078125 0,-0.0234375 0,-0.046875 V -0.875 h -1.5625 c -0.03125,0 -0.058594,0 -0.078125,0 -0.011719,-0.007812 -0.023437,-0.019531 -0.03125,-0.03125 -0.011719,-0.019531 -0.023437,-0.039062 -0.03125,-0.0625 0,-0.03125 0,-0.070312 0,-0.125 0,-0.039062 0,-0.070312 0,-0.09375 0,-0.03125 0.003906,-0.054688 0.015625,-0.078125 0.007812,-0.03125 0.015625,-0.054687 0.015625,-0.078125 0.007813,-0.019531 0.023437,-0.046875 0.046875,-0.078125 L 1.578125,-3.71875 C 1.585938,-3.726562 1.601562,-3.738281 1.625,-3.75 c 0.019531,-0.019531 0.039062,-0.03125 0.0625,-0.03125 0.03125,-0.00781 0.066406,-0.015625 0.109375,-0.015625 0.039063,-0.00781 0.09375,-0.015625 0.15625,-0.015625 0.0625,0 0.113281,0.00781 0.15625,0.015625 0.050781,0 0.09375,0.00781 0.125,0.015625 0.03125,0.011719 0.050781,0.023438 0.0625,0.03125 0.019531,0.011719 0.03125,0.027344 0.03125,0.046875 V -1.28125 H 2.75 c 0.039062,0 0.070312,0.015625 0.09375,0.046875 0.019531,0.03125 0.03125,0.085937 0.03125,0.15625 z M 1.84375,-3.359375 H 1.828125 L 0.59375,-1.28125 h 1.25 z m 0,0"
           id="path107"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph1-4"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.6875,-1.21875 c 0,0.199219 -0.039062,0.382812 -0.109375,0.546875 -0.0625,0.15625 -0.15625,0.292969 -0.28125,0.40625 -0.125,0.105469 -0.277344,0.1875 -0.453125,0.25 C 1.675781,0.0351562 1.488281,0.0625 1.28125,0.0625 1.15625,0.0625 1.039062,0.0507812 0.9375,0.03125 0.832031,0.0078125 0.738281,-0.0078125 0.65625,-0.03125 0.570312,-0.0507812 0.503906,-0.0703125 0.453125,-0.09375 0.398438,-0.125 0.363281,-0.144531 0.34375,-0.15625 0.332031,-0.164062 0.320312,-0.175781 0.3125,-0.1875 c 0,-0.019531 -0.007812,-0.035156 -0.015625,-0.046875 0,-0.019531 0,-0.039063 0,-0.0625 0,-0.03125 0,-0.0625 0,-0.09375 0,-0.03125 0,-0.054687 0,-0.078125 C 0.304688,-0.5 0.3125,-0.523438 0.3125,-0.546875 0.320312,-0.566406 0.332031,-0.578125 0.34375,-0.578125 0.351562,-0.585938 0.363281,-0.59375 0.375,-0.59375 c 0.019531,0 0.050781,0.015625 0.09375,0.046875 C 0.507812,-0.523438 0.5625,-0.5 0.625,-0.46875 c 0.070312,0.023438 0.160156,0.046875 0.265625,0.078125 0.101563,0.023437 0.226563,0.03125 0.375,0.03125 0.125,0 0.238281,-0.015625 0.34375,-0.046875 0.113281,-0.03125 0.207031,-0.078125 0.28125,-0.140625 0.082031,-0.070313 0.144531,-0.15625 0.1875,-0.25 0.050781,-0.101563 0.078125,-0.226563 0.078125,-0.375 0,-0.125 -0.023438,-0.226563 -0.0625,-0.3125 C 2.0625,-1.578125 2.003906,-1.65625 1.921875,-1.71875 1.847656,-1.78125 1.75,-1.828125 1.625,-1.859375 1.5,-1.890625 1.351562,-1.90625 1.1875,-1.90625 c -0.117188,0 -0.21875,0.00781 -0.3125,0.015625 C 0.789062,-1.878906 0.710938,-1.875 0.640625,-1.875 c -0.054687,0 -0.09375,-0.00781 -0.125,-0.03125 C 0.492188,-1.9375 0.484375,-1.988281 0.484375,-2.0625 V -3.59375 C 0.484375,-3.664062 0.5,-3.71875 0.53125,-3.75 0.5625,-3.78125 0.609375,-3.796875 0.671875,-3.796875 H 2.34375 c 0.019531,0 0.035156,0.00781 0.046875,0.015625 0.00781,0.011719 0.019531,0.027344 0.03125,0.046875 0.00781,0.011719 0.015625,0.03125 0.015625,0.0625 0.00781,0.03125 0.015625,0.0625 0.015625,0.09375 0,0.074219 -0.011719,0.132813 -0.03125,0.171875 C 2.398438,-3.375 2.375,-3.359375 2.34375,-3.359375 H 0.921875 v 1.078125 c 0.070313,-0.00781 0.144531,-0.015625 0.21875,-0.015625 0.070313,-0.00781 0.15625,-0.015625 0.25,-0.015625 0.21875,0 0.40625,0.027344 0.5625,0.078125 0.164063,0.054687 0.300781,0.125 0.40625,0.21875 0.101563,0.09375 0.179687,0.210937 0.234375,0.34375 0.0625,0.136719 0.09375,0.289063 0.09375,0.453125 z m 0,0"
           id="path110"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph1-5"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.796875,-1.234375 c 0,0.167969 -0.027344,0.328125 -0.078125,0.484375 -0.042969,0.15625 -0.121094,0.296875 -0.234375,0.421875 -0.105469,0.117187 -0.242187,0.210937 -0.40625,0.28125 C 1.921875,0.0234375 1.734375,0.0625 1.515625,0.0625 1.359375,0.0625 1.21875,0.0390625 1.09375,0 0.976562,-0.0390625 0.875,-0.0976562 0.78125,-0.171875 0.6875,-0.242188 0.609375,-0.332031 0.546875,-0.4375 0.492188,-0.539062 0.445312,-0.660156 0.40625,-0.796875 0.375,-0.929688 0.347656,-1.078125 0.328125,-1.234375 0.316406,-1.398438 0.3125,-1.570312 0.3125,-1.75 c 0,-0.164062 0.003906,-0.332031 0.015625,-0.5 0.019531,-0.164062 0.050781,-0.320312 0.09375,-0.46875 0.050781,-0.15625 0.113281,-0.300781 0.1875,-0.4375 0.082031,-0.132812 0.179687,-0.253906 0.296875,-0.359375 0.113281,-0.101563 0.25,-0.179687 0.40625,-0.234375 0.164062,-0.0625 0.359375,-0.09375 0.578125,-0.09375 0.070313,0 0.144531,0.00781 0.21875,0.015625 0.070313,0.011719 0.140625,0.023437 0.203125,0.03125 0.0625,0.011719 0.113281,0.027344 0.15625,0.046875 0.039062,0.023438 0.066406,0.039062 0.078125,0.046875 0.019531,0.011719 0.03125,0.023437 0.03125,0.03125 0.00781,0.011719 0.015625,0.027344 0.015625,0.046875 0.00781,0.011719 0.015625,0.027344 0.015625,0.046875 0,0.023437 0,0.042969 0,0.0625 0,0.042969 0,0.078125 0,0.109375 0,0.023438 -0.00781,0.042969 -0.015625,0.0625 0,0.011719 -0.00781,0.023438 -0.015625,0.03125 -0.011719,0 -0.027344,0 -0.046875,0 -0.023438,0 -0.054688,-0.00391 -0.09375,-0.015625 C 2.40625,-3.347656 2.363281,-3.363281 2.3125,-3.375 2.257812,-3.394531 2.191406,-3.410156 2.109375,-3.421875 2.035156,-3.429688 1.953125,-3.4375 1.859375,-3.4375 c -0.1875,0 -0.351563,0.039062 -0.484375,0.109375 -0.125,0.074219 -0.230469,0.171875 -0.3125,0.296875 -0.085938,0.125 -0.148438,0.273438 -0.1875,0.4375 -0.03125,0.167969 -0.054688,0.339844 -0.0625,0.515625 0.050781,-0.03125 0.109375,-0.0625 0.171875,-0.09375 0.0625,-0.03125 0.128906,-0.054687 0.203125,-0.078125 0.082031,-0.019531 0.164062,-0.035156 0.25,-0.046875 0.082031,-0.019531 0.171875,-0.03125 0.265625,-0.03125 0.207031,0 0.378906,0.03125 0.515625,0.09375 C 2.363281,-2.179688 2.476562,-2.101562 2.5625,-2 c 0.082031,0.09375 0.140625,0.210938 0.171875,0.34375 0.039063,0.125 0.0625,0.265625 0.0625,0.421875 z m -0.5,0.046875 c 0,-0.101562 -0.011719,-0.203125 -0.03125,-0.296875 -0.023437,-0.09375 -0.0625,-0.171875 -0.125,-0.234375 C 2.085938,-1.789062 2.019531,-1.84375 1.9375,-1.875 1.851562,-1.90625 1.742188,-1.921875 1.609375,-1.921875 c -0.074219,0 -0.148437,0.00781 -0.21875,0.015625 -0.074219,0.011719 -0.148437,0.027344 -0.21875,0.046875 -0.0625,0.023437 -0.125,0.046875 -0.1875,0.078125 -0.054687,0.03125 -0.105469,0.070312 -0.15625,0.109375 0,0.25 0.015625,0.460937 0.046875,0.625 0.03125,0.167969 0.078125,0.304687 0.140625,0.40625 0.0625,0.105469 0.132813,0.179687 0.21875,0.21875 0.09375,0.042969 0.203125,0.0625 0.328125,0.0625 0.125,0 0.234375,-0.019531 0.328125,-0.0625 0.09375,-0.050781 0.164063,-0.113281 0.21875,-0.1875 C 2.171875,-0.691406 2.21875,-0.78125 2.25,-0.875 2.28125,-0.976562 2.296875,-1.082031 2.296875,-1.1875 Z m 0,0"
           id="path113"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph1-6"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.765625,-3.578125 c 0,0.042969 -0.00781,0.078125 -0.015625,0.109375 0,0.023438 -0.00781,0.046875 -0.015625,0.078125 0,0.023437 -0.00781,0.046875 -0.015625,0.078125 0,0.023438 -0.00781,0.042969 -0.015625,0.0625 l -1.375,3.15625 C 1.316406,-0.0703125 1.300781,-0.0507812 1.28125,-0.03125 1.269531,-0.0195312 1.253906,-0.0078125 1.234375,0 1.210938,0.0078125 1.179688,0.015625 1.140625,0.015625 c -0.03125,0 -0.074219,0 -0.125,0 C 0.953125,0.015625 0.898438,0.0078125 0.859375,0 0.828125,0 0.800781,-0.00390625 0.78125,-0.015625 0.769531,-0.0234375 0.765625,-0.0390625 0.765625,-0.0625 c 0,-0.0195312 0.003906,-0.039062 0.015625,-0.0625 l 1.4375,-3.21875 h -1.8125 c -0.042969,0 -0.074219,-0.019531 -0.09375,-0.0625 -0.011719,-0.039062 -0.015625,-0.097656 -0.015625,-0.171875 0,-0.03125 0,-0.054687 0,-0.078125 C 0.304688,-3.6875 0.3125,-3.710938 0.3125,-3.734375 0.320312,-3.753906 0.332031,-3.769531 0.34375,-3.78125 c 0.019531,-0.00781 0.039062,-0.015625 0.0625,-0.015625 h 2.203125 c 0.03125,0 0.054687,0.00781 0.078125,0.015625 0.019531,0 0.035156,0.011719 0.046875,0.03125 0.00781,0.023438 0.015625,0.046875 0.015625,0.078125 0.00781,0.023437 0.015625,0.054687 0.015625,0.09375 z m 0,0"
           id="path116"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph1-7"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.71875,-0.203125 c 0,0.042969 -0.00781,0.078125 -0.015625,0.109375 0,0.0234375 -0.00781,0.0429688 -0.015625,0.0625 C 2.675781,-0.0195312 2.660156,-0.0078125 2.640625,0 2.628906,0 2.617188,0 2.609375,0 H 0.625 C 0.613281,0 0.601562,0 0.59375,0 0.582031,-0.0078125 0.570312,-0.0195312 0.5625,-0.03125 0.550781,-0.0507812 0.539062,-0.0703125 0.53125,-0.09375 c 0,-0.03125 0,-0.066406 0,-0.109375 0,-0.03125 0,-0.054687 0,-0.078125 0.007812,-0.03125 0.015625,-0.050781 0.015625,-0.0625 0.007813,-0.019531 0.019531,-0.035156 0.03125,-0.046875 C 0.597656,-0.398438 0.613281,-0.40625 0.625,-0.40625 h 0.796875 v -2.875 L 0.6875,-2.84375 c -0.03125,0.011719 -0.0625,0.023438 -0.09375,0.03125 -0.023438,0 -0.039062,-0.00391 -0.046875,-0.015625 -0.011719,-0.00781 -0.023437,-0.03125 -0.03125,-0.0625 0,-0.03125 0,-0.066406 0,-0.109375 0,-0.03125 0,-0.054688 0,-0.078125 0,-0.03125 0,-0.050781 0,-0.0625 0.007813,-0.019531 0.019531,-0.035156 0.03125,-0.046875 0.007813,-0.00781 0.023437,-0.019531 0.046875,-0.03125 l 0.875,-0.5625 c 0.00781,-0.00781 0.019531,-0.015625 0.03125,-0.015625 0.00781,0 0.019531,0 0.03125,0 0.019531,-0.00781 0.039062,-0.015625 0.0625,-0.015625 0.03125,0 0.0625,0 0.09375,0 0.050781,0 0.09375,0 0.125,0 0.03125,0 0.050781,0.00781 0.0625,0.015625 0.019531,0.011719 0.03125,0.023437 0.03125,0.03125 0.00781,0.011719 0.015625,0.023437 0.015625,0.03125 v 3.328125 h 0.6875 c 0.019531,0 0.035156,0.007812 0.046875,0.015625 0.00781,0.011719 0.019531,0.027344 0.03125,0.046875 0.00781,0.011719 0.015625,0.03125 0.015625,0.0625 0.00781,0.023438 0.015625,0.046875 0.015625,0.078125 z m 0,0"
           id="path119"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph1-8"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.703125,-0.21875 c 0,0.03125 -0.00781,0.0625 -0.015625,0.09375 0,0.03125 -0.00781,0.0585938 -0.015625,0.078125 0,0.0117188 -0.011719,0.0234375 -0.03125,0.03125 C 2.628906,-0.00390625 2.613281,0 2.59375,0 H 0.5 C 0.46875,0 0.441406,0 0.421875,0 0.410156,-0.0078125 0.394531,-0.0195312 0.375,-0.03125 0.363281,-0.0507812 0.351562,-0.078125 0.34375,-0.109375 0.332031,-0.140625 0.328125,-0.175781 0.328125,-0.21875 c 0,-0.039062 0,-0.070312 0,-0.09375 0.007813,-0.03125 0.019531,-0.054688 0.03125,-0.078125 0.007813,-0.03125 0.019531,-0.054687 0.03125,-0.078125 0.019531,-0.019531 0.039063,-0.046875 0.0625,-0.078125 L 1.1875,-1.3125 C 1.351562,-1.5 1.488281,-1.660156 1.59375,-1.796875 1.695312,-1.941406 1.773438,-2.070312 1.828125,-2.1875 c 0.0625,-0.125 0.097656,-0.234375 0.109375,-0.328125 0.019531,-0.09375 0.03125,-0.179687 0.03125,-0.265625 0,-0.082031 -0.015625,-0.160156 -0.046875,-0.234375 C 1.898438,-3.085938 1.863281,-3.148438 1.8125,-3.203125 1.757812,-3.265625 1.691406,-3.3125 1.609375,-3.34375 1.535156,-3.382812 1.445312,-3.40625 1.34375,-3.40625 c -0.117188,0 -0.226562,0.023438 -0.328125,0.0625 -0.09375,0.03125 -0.179687,0.070312 -0.25,0.109375 -0.0625,0.03125 -0.121094,0.070313 -0.171875,0.109375 -0.042969,0.03125 -0.078125,0.046875 -0.109375,0.046875 -0.011719,0 -0.023437,-0.00391 -0.03125,-0.015625 -0.011719,-0.00781 -0.023437,-0.019531 -0.03125,-0.03125 0,-0.019531 -0.007813,-0.046875 -0.015625,-0.078125 0,-0.03125 0,-0.066406 0,-0.109375 0,-0.03125 0,-0.054688 0,-0.078125 0,-0.019531 0,-0.035156 0,-0.046875 C 0.414062,-3.457031 0.425781,-3.472656 0.4375,-3.484375 0.445312,-3.492188 0.460938,-3.507812 0.484375,-3.53125 0.503906,-3.550781 0.539062,-3.578125 0.59375,-3.609375 0.65625,-3.648438 0.726562,-3.6875 0.8125,-3.71875 0.90625,-3.757812 1.003906,-3.789062 1.109375,-3.8125 1.210938,-3.832031 1.320312,-3.84375 1.4375,-3.84375 c 0.1875,0 0.347656,0.027344 0.484375,0.078125 0.132813,0.054687 0.25,0.125 0.34375,0.21875 0.09375,0.085937 0.160156,0.1875 0.203125,0.3125 0.039062,0.117187 0.0625,0.242187 0.0625,0.375 C 2.53125,-2.742188 2.519531,-2.625 2.5,-2.5 2.476562,-2.382812 2.429688,-2.253906 2.359375,-2.109375 2.296875,-1.972656 2.195312,-1.816406 2.0625,-1.640625 1.9375,-1.472656 1.765625,-1.28125 1.546875,-1.0625 L 0.9375,-0.421875 h 1.65625 c 0.00781,0 0.019531,0.007813 0.03125,0.015625 0.019531,0 0.035156,0.011719 0.046875,0.03125 0.00781,0.023438 0.015625,0.046875 0.015625,0.078125 0.00781,0.023437 0.015625,0.046875 0.015625,0.078125 z m 0,0"
           id="path122"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph1-9"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.828125,-2.6875 c 0,0.199219 -0.03125,0.375 -0.09375,0.53125 -0.0625,0.148438 -0.152344,0.273438 -0.265625,0.375 -0.117188,0.105469 -0.257812,0.1875 -0.421875,0.25 C 1.878906,-1.46875 1.675781,-1.4375 1.4375,-1.4375 H 1.015625 v 1.359375 C 1.015625,-0.0546875 1.007812,-0.0390625 1,-0.03125 0.988281,-0.0195312 0.972656,-0.0078125 0.953125,0 0.929688,0 0.90625,0 0.875,0 0.84375,0.0078125 0.800781,0.015625 0.75,0.015625 0.707031,0.015625 0.671875,0.0078125 0.640625,0 0.609375,0 0.582031,0 0.5625,0 0.539062,-0.0078125 0.523438,-0.0195312 0.515625,-0.03125 0.503906,-0.0390625 0.5,-0.0546875 0.5,-0.078125 v -3.5 c 0,-0.070313 0.019531,-0.125 0.0625,-0.15625 0.039062,-0.039063 0.085938,-0.0625 0.140625,-0.0625 h 0.8125 c 0.082031,0 0.160156,0.00781 0.234375,0.015625 0.070312,0.011719 0.160156,0.027344 0.265625,0.046875 0.101563,0.023437 0.207031,0.0625 0.3125,0.125 0.101563,0.0625 0.191406,0.140625 0.265625,0.234375 0.082031,0.085938 0.140625,0.1875 0.171875,0.3125 0.039063,0.117188 0.0625,0.242188 0.0625,0.375 z m -0.53125,0.046875 c 0,-0.15625 -0.03125,-0.285156 -0.09375,-0.390625 C 2.148438,-3.132812 2.082031,-3.207031 2,-3.25 1.914062,-3.300781 1.828125,-3.332031 1.734375,-3.34375 1.648438,-3.363281 1.5625,-3.375 1.46875,-3.375 H 1.015625 v 1.515625 H 1.46875 c 0.144531,0 0.269531,-0.015625 0.375,-0.046875 0.101562,-0.039062 0.1875,-0.097656 0.25,-0.171875 0.070312,-0.070313 0.125,-0.15625 0.15625,-0.25 0.03125,-0.09375 0.046875,-0.195313 0.046875,-0.3125 z m 0,0"
           id="path125"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph1-10"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.71875,-0.078125 c 0,0.0234375 -0.00781,0.0390625 -0.015625,0.046875 0,0.0117188 -0.011719,0.0234375 -0.03125,0.03125 C 2.648438,0 2.625,0 2.59375,0 2.5625,0.0078125 2.523438,0.015625 2.484375,0.015625 2.429688,0.015625 2.390625,0.0078125 2.359375,0 2.328125,0 2.300781,0 2.28125,0 2.269531,-0.0078125 2.257812,-0.0195312 2.25,-0.03125 2.238281,-0.0390625 2.234375,-0.0546875 2.234375,-0.078125 V -1.625 c 0,-0.144531 -0.011719,-0.265625 -0.03125,-0.359375 C 2.179688,-2.078125 2.144531,-2.15625 2.09375,-2.21875 2.050781,-2.28125 1.992188,-2.328125 1.921875,-2.359375 c -0.074219,-0.039063 -0.15625,-0.0625 -0.25,-0.0625 -0.117187,0 -0.234375,0.042969 -0.359375,0.125 -0.125,0.085937 -0.25,0.210937 -0.375,0.375 v 1.84375 c 0,0.0234375 -0.007812,0.0390625 -0.015625,0.046875 C 0.910156,-0.0195312 0.894531,-0.0078125 0.875,0 0.863281,0 0.84375,0 0.8125,0 0.78125,0.0078125 0.738281,0.015625 0.6875,0.015625 0.644531,0.015625 0.609375,0.0078125 0.578125,0 0.546875,0 0.519531,0 0.5,0 0.476562,-0.0078125 0.460938,-0.0195312 0.453125,-0.03125 c 0,-0.0078125 0,-0.0234375 0,-0.046875 v -3.90625 c 0,-0.019531 0,-0.035156 0,-0.046875 C 0.460938,-4.039062 0.476562,-4.046875 0.5,-4.046875 0.519531,-4.054688 0.546875,-4.0625 0.578125,-4.0625 c 0.03125,-0.00781 0.066406,-0.015625 0.109375,-0.015625 0.050781,0 0.09375,0.00781 0.125,0.015625 0.03125,0 0.050781,0.00781 0.0625,0.015625 0.019531,0 0.035156,0.00781 0.046875,0.015625 0.007813,0.011719 0.015625,0.027344 0.015625,0.046875 v 1.578125 c 0.132812,-0.144531 0.269531,-0.253906 0.40625,-0.328125 0.144531,-0.070313 0.289062,-0.109375 0.4375,-0.109375 0.175781,0 0.320312,0.03125 0.4375,0.09375 0.125,0.0625 0.222656,0.148438 0.296875,0.25 0.070313,0.09375 0.125,0.210938 0.15625,0.34375 0.03125,0.125 0.046875,0.289062 0.046875,0.484375 z m 0,0"
           id="path128"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph1-11"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.4375,-0.078125 c 0,0.03125 -0.011719,0.0546875 -0.03125,0.0625 C 2.394531,-0.00390625 2.375,0 2.34375,0 2.320312,0.0078125 2.285156,0.015625 2.234375,0.015625 2.179688,0.015625 2.140625,0.0078125 2.109375,0 2.078125,0 2.050781,-0.00390625 2.03125,-0.015625 2.019531,-0.0234375 2.015625,-0.046875 2.015625,-0.078125 v -0.25 C 1.898438,-0.210938 1.769531,-0.117188 1.625,-0.046875 1.488281,0.0234375 1.34375,0.0625 1.1875,0.0625 1.039062,0.0625 0.910156,0.0390625 0.796875,0 0.691406,-0.03125 0.597656,-0.0820312 0.515625,-0.15625 0.441406,-0.226562 0.378906,-0.3125 0.328125,-0.40625 0.285156,-0.507812 0.265625,-0.625 0.265625,-0.75 c 0,-0.144531 0.03125,-0.269531 0.09375,-0.375 0.0625,-0.113281 0.148437,-0.207031 0.265625,-0.28125 0.113281,-0.070312 0.25,-0.125 0.40625,-0.15625 0.164062,-0.039062 0.351562,-0.0625 0.5625,-0.0625 h 0.359375 v -0.203125 c 0,-0.101563 -0.011719,-0.191406 -0.03125,-0.265625 C 1.898438,-2.175781 1.863281,-2.242188 1.8125,-2.296875 1.769531,-2.347656 1.707031,-2.382812 1.625,-2.40625 1.550781,-2.4375 1.457031,-2.453125 1.34375,-2.453125 1.226562,-2.453125 1.125,-2.4375 1.03125,-2.40625 0.9375,-2.375 0.851562,-2.34375 0.78125,-2.3125 0.707031,-2.28125 0.644531,-2.25 0.59375,-2.21875 0.550781,-2.1875 0.519531,-2.171875 0.5,-2.171875 0.476562,-2.171875 0.460938,-2.175781 0.453125,-2.1875 0.441406,-2.195312 0.429688,-2.207031 0.421875,-2.21875 0.410156,-2.238281 0.40625,-2.257812 0.40625,-2.28125 c 0,-0.03125 0,-0.054688 0,-0.078125 0,-0.050781 0,-0.085937 0,-0.109375 0.007812,-0.03125 0.023438,-0.054688 0.046875,-0.078125 0.03125,-0.03125 0.078125,-0.0625 0.140625,-0.09375 0.0625,-0.039063 0.132812,-0.070313 0.21875,-0.09375 0.082031,-0.03125 0.175781,-0.054687 0.28125,-0.078125 0.101562,-0.019531 0.203125,-0.03125 0.296875,-0.03125 0.1875,0 0.347656,0.023438 0.484375,0.0625 0.132812,0.042969 0.242188,0.105469 0.328125,0.1875 0.082031,0.085938 0.140625,0.1875 0.171875,0.3125 0.039062,0.125 0.0625,0.273438 0.0625,0.4375 z M 1.953125,-1.28125 h -0.40625 c -0.136719,0 -0.257813,0.015625 -0.359375,0.046875 -0.09375,0.023437 -0.171875,0.054687 -0.234375,0.09375 -0.0625,0.042969 -0.109375,0.09375 -0.140625,0.15625 -0.03125,0.0625 -0.046875,0.136719 -0.046875,0.21875 0,0.136719 0.039063,0.246094 0.125,0.328125 0.09375,0.074219 0.21875,0.109375 0.375,0.109375 0.125,0 0.238281,-0.03125 0.34375,-0.09375 0.113281,-0.0625 0.226563,-0.160156 0.34375,-0.296875 z m 0,0"
           id="path131"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph1-12"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.109375,-0.796875 c 0,0.136719 -0.027344,0.261719 -0.078125,0.375 C 1.976562,-0.316406 1.90625,-0.226562 1.8125,-0.15625 1.71875,-0.09375 1.609375,-0.0390625 1.484375,0 1.359375,0.0390625 1.21875,0.0625 1.0625,0.0625 0.96875,0.0625 0.878906,0.0507812 0.796875,0.03125 0.710938,0.0195312 0.632812,0.00390625 0.5625,-0.015625 0.5,-0.046875 0.441406,-0.0703125 0.390625,-0.09375 0.347656,-0.113281 0.316406,-0.132812 0.296875,-0.15625 0.273438,-0.175781 0.257812,-0.203125 0.25,-0.234375 0.238281,-0.273438 0.234375,-0.328125 0.234375,-0.390625 c 0,-0.03125 0,-0.054687 0,-0.078125 C 0.242188,-0.5 0.25,-0.519531 0.25,-0.53125 0.257812,-0.550781 0.269531,-0.5625 0.28125,-0.5625 0.289062,-0.570312 0.300781,-0.578125 0.3125,-0.578125 c 0.03125,0 0.066406,0.015625 0.109375,0.046875 0.039063,0.023438 0.085937,0.046875 0.140625,0.078125 0.0625,0.03125 0.132812,0.0625 0.21875,0.09375 0.09375,0.023437 0.191406,0.03125 0.296875,0.03125 0.082031,0 0.15625,-0.007813 0.21875,-0.03125 C 1.367188,-0.378906 1.425781,-0.40625 1.46875,-0.4375 1.519531,-0.46875 1.554688,-0.507812 1.578125,-0.5625 1.609375,-0.613281 1.625,-0.675781 1.625,-0.75 1.625,-0.820312 1.601562,-0.882812 1.5625,-0.9375 1.53125,-0.988281 1.484375,-1.035156 1.421875,-1.078125 1.359375,-1.117188 1.285156,-1.148438 1.203125,-1.171875 1.128906,-1.203125 1.050781,-1.234375 0.96875,-1.265625 0.882812,-1.304688 0.800781,-1.347656 0.71875,-1.390625 0.644531,-1.429688 0.578125,-1.476562 0.515625,-1.53125 0.453125,-1.59375 0.398438,-1.664062 0.359375,-1.75 c -0.042969,-0.09375 -0.0625,-0.195312 -0.0625,-0.3125 0,-0.101562 0.019531,-0.203125 0.0625,-0.296875 0.039063,-0.09375 0.097656,-0.175781 0.171875,-0.25 0.082031,-0.070313 0.179688,-0.128906 0.296875,-0.171875 0.125,-0.039062 0.269531,-0.0625 0.4375,-0.0625 0.070313,0 0.140625,0.00781 0.203125,0.015625 0.070312,0.011719 0.132812,0.027344 0.1875,0.046875 0.0625,0.023438 0.113281,0.042969 0.15625,0.0625 0.039062,0.023438 0.070312,0.042969 0.09375,0.0625 0.019531,0.011719 0.03125,0.023438 0.03125,0.03125 0.00781,0.011719 0.015625,0.027344 0.015625,0.046875 0,0.011719 0,0.027344 0,0.046875 0.00781,0.023438 0.015625,0.046875 0.015625,0.078125 0,0.03125 -0.00781,0.0625 -0.015625,0.09375 0,0.023437 -0.00781,0.042969 -0.015625,0.0625 0,0.011719 -0.00781,0.023437 -0.015625,0.03125 -0.011719,0 -0.023437,0 -0.03125,0 -0.023437,0 -0.046875,-0.00781 -0.078125,-0.03125 C 1.78125,-2.316406 1.738281,-2.335938 1.6875,-2.359375 1.632812,-2.390625 1.570312,-2.414062 1.5,-2.4375 1.425781,-2.457031 1.34375,-2.46875 1.25,-2.46875 c -0.074219,0 -0.140625,0.011719 -0.203125,0.03125 -0.0625,0.023438 -0.117187,0.046875 -0.15625,0.078125 -0.042969,0.03125 -0.074219,0.074219 -0.09375,0.125 -0.023437,0.042969 -0.03125,0.089844 -0.03125,0.140625 0,0.085938 0.015625,0.152344 0.046875,0.203125 0.039062,0.054687 0.09375,0.101563 0.15625,0.140625 0.0625,0.03125 0.132812,0.0625 0.21875,0.09375 0.082031,0.03125 0.164062,0.070312 0.25,0.109375 0.082031,0.03125 0.160156,0.070313 0.234375,0.109375 0.082031,0.03125 0.15625,0.078125 0.21875,0.140625 0.0625,0.0625 0.113281,0.136719 0.15625,0.21875 0.039063,0.074219 0.0625,0.167969 0.0625,0.28125 z m 0,0"
           id="path134"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph1-13"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.703125,-1.5 c 0,0.074219 -0.023437,0.125 -0.0625,0.15625 -0.042969,0.03125 -0.085937,0.046875 -0.125,0.046875 H 0.78125 c 0,0.148437 0.015625,0.28125 0.046875,0.40625 0.03125,0.117187 0.078125,0.214844 0.140625,0.296875 0.070312,0.085938 0.160156,0.148438 0.265625,0.1875 0.113281,0.042969 0.25,0.0625 0.40625,0.0625 0.125,0 0.234375,-0.007812 0.328125,-0.03125 0.101562,-0.019531 0.1875,-0.039062 0.25,-0.0625 0.070312,-0.019531 0.128906,-0.039062 0.171875,-0.0625 0.050781,-0.019531 0.09375,-0.03125 0.125,-0.03125 0.00781,0 0.019531,0.007812 0.03125,0.015625 0.00781,0 0.015625,0.011719 0.015625,0.03125 0.00781,0.011719 0.015625,0.027344 0.015625,0.046875 0.00781,0.023438 0.015625,0.054688 0.015625,0.09375 0,0.023438 -0.00781,0.042969 -0.015625,0.0625 0,0.023438 0,0.039062 0,0.046875 0,0.011719 -0.00781,0.027344 -0.015625,0.046875 C 2.550781,-0.175781 2.539062,-0.164062 2.53125,-0.15625 2.519531,-0.144531 2.488281,-0.128906 2.4375,-0.109375 2.382812,-0.0859375 2.316406,-0.0625 2.234375,-0.03125 2.148438,-0.0078125 2.050781,0.0078125 1.9375,0.03125 1.832031,0.0507812 1.71875,0.0625 1.59375,0.0625 1.375,0.0625 1.179688,0.03125 1.015625,-0.03125 0.859375,-0.09375 0.722656,-0.179688 0.609375,-0.296875 0.492188,-0.421875 0.40625,-0.570312 0.34375,-0.75 0.289062,-0.925781 0.265625,-1.132812 0.265625,-1.375 c 0,-0.226562 0.03125,-0.429688 0.09375,-0.609375 0.0625,-0.1875 0.144531,-0.34375 0.25,-0.46875 0.113281,-0.125 0.25,-0.21875 0.40625,-0.28125 0.15625,-0.070313 0.328125,-0.109375 0.515625,-0.109375 0.207031,0 0.382812,0.039062 0.53125,0.109375 0.144531,0.0625 0.265625,0.152344 0.359375,0.265625 0.09375,0.105469 0.160156,0.234375 0.203125,0.390625 0.050781,0.148437 0.078125,0.308594 0.078125,0.484375 z M 2.21875,-1.65625 c 0,-0.25 -0.0625,-0.445312 -0.1875,-0.59375 -0.117188,-0.144531 -0.289062,-0.21875 -0.515625,-0.21875 -0.117187,0 -0.21875,0.027344 -0.3125,0.078125 C 1.109375,-2.347656 1.03125,-2.289062 0.96875,-2.21875 0.914062,-2.144531 0.867188,-2.054688 0.828125,-1.953125 0.796875,-1.859375 0.78125,-1.757812 0.78125,-1.65625 Z m 0,0"
           id="path137"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph1-14"
         style="overflow:visible">
        <path
           style="stroke:none"
           d=""
           id="path140"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph1-15"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.875,-1.4375 c 0,0.230469 -0.027344,0.4375 -0.078125,0.625 -0.054687,0.1875 -0.125,0.34375 -0.21875,0.46875 -0.09375,0.125 -0.214844,0.226562 -0.359375,0.296875 C 2.070312,0.0234375 1.910156,0.0625 1.734375,0.0625 1.648438,0.0625 1.578125,0.0507812 1.515625,0.03125 1.453125,0.0195312 1.382812,0 1.3125,-0.03125 1.25,-0.0703125 1.1875,-0.117188 1.125,-0.171875 1.0625,-0.222656 1,-0.28125 0.9375,-0.34375 v 1.3125 c 0,0.019531 -0.007812,0.035156 -0.015625,0.046875 C 0.910156,1.023438 0.894531,1.035156 0.875,1.046875 0.863281,1.054688 0.84375,1.0625 0.8125,1.0625 c -0.03125,0 -0.074219,0 -0.125,0 -0.042969,0 -0.078125,0 -0.109375,0 C 0.546875,1.0625 0.519531,1.054688 0.5,1.046875 0.476562,1.035156 0.460938,1.023438 0.453125,1.015625 c 0,-0.011719 0,-0.027344 0,-0.046875 v -3.671875 c 0,-0.019531 0,-0.035156 0,-0.046875 0.007813,-0.00781 0.019531,-0.019531 0.03125,-0.03125 0.019531,-0.00781 0.039063,-0.015625 0.0625,-0.015625 0.03125,0 0.066406,0 0.109375,0 0.039062,0 0.070312,0 0.09375,0 0.03125,0 0.054688,0.00781 0.078125,0.015625 0.019531,0.011719 0.03125,0.023438 0.03125,0.03125 C 0.867188,-2.738281 0.875,-2.722656 0.875,-2.703125 v 0.34375 C 0.957031,-2.441406 1.035156,-2.507812 1.109375,-2.5625 1.179688,-2.625 1.253906,-2.675781 1.328125,-2.71875 1.398438,-2.757812 1.472656,-2.789062 1.546875,-2.8125 1.628906,-2.832031 1.71875,-2.84375 1.8125,-2.84375 c 0.1875,0 0.347656,0.039062 0.484375,0.109375 0.132813,0.074219 0.242187,0.179687 0.328125,0.3125 0.082031,0.125 0.144531,0.277344 0.1875,0.453125 C 2.851562,-1.800781 2.875,-1.625 2.875,-1.4375 Z M 2.359375,-1.375 c 0,-0.132812 -0.011719,-0.265625 -0.03125,-0.390625 C 2.304688,-1.890625 2.269531,-2 2.21875,-2.09375 2.175781,-2.195312 2.113281,-2.273438 2.03125,-2.328125 c -0.085938,-0.0625 -0.1875,-0.09375 -0.3125,-0.09375 -0.0625,0 -0.125,0.011719 -0.1875,0.03125 -0.0625,0.011719 -0.125,0.039063 -0.1875,0.078125 -0.0625,0.042969 -0.132812,0.101562 -0.203125,0.171875 C 1.078125,-2.078125 1.007812,-2 0.9375,-1.90625 v 1.046875 c 0.125,0.15625 0.242188,0.28125 0.359375,0.375 0.125,0.085937 0.253906,0.125 0.390625,0.125 0.113281,0 0.210938,-0.023437 0.296875,-0.078125 C 2.078125,-0.5 2.148438,-0.578125 2.203125,-0.671875 2.253906,-0.773438 2.289062,-0.882812 2.3125,-1 2.34375,-1.125 2.359375,-1.25 2.359375,-1.375 Z m 0,0"
           id="path143"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph1-16"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 1.984375,-2.53125 c 0,0.042969 0,0.078125 0,0.109375 0,0.023437 -0.00781,0.042969 -0.015625,0.0625 0,0.023437 -0.00781,0.039063 -0.015625,0.046875 -0.011719,0 -0.023437,0 -0.03125,0 -0.023437,0 -0.042969,0 -0.0625,0 C 1.835938,-2.320312 1.8125,-2.332031 1.78125,-2.34375 1.75,-2.351562 1.71875,-2.363281 1.6875,-2.375 1.65625,-2.382812 1.617188,-2.390625 1.578125,-2.390625 c -0.054687,0 -0.105469,0.011719 -0.15625,0.03125 C 1.378906,-2.335938 1.332031,-2.300781 1.28125,-2.25 1.226562,-2.207031 1.171875,-2.148438 1.109375,-2.078125 1.054688,-2.003906 1,-1.914062 0.9375,-1.8125 v 1.734375 c 0,0.0234375 -0.007812,0.0390625 -0.015625,0.046875 C 0.910156,-0.0195312 0.894531,-0.0078125 0.875,0 0.863281,0 0.84375,0 0.8125,0 0.78125,0.0078125 0.738281,0.015625 0.6875,0.015625 0.644531,0.015625 0.609375,0.0078125 0.578125,0 0.546875,0 0.519531,0 0.5,0 0.476562,-0.0078125 0.460938,-0.0195312 0.453125,-0.03125 c 0,-0.0078125 0,-0.0234375 0,-0.046875 v -2.625 c 0,-0.019531 0,-0.035156 0,-0.046875 0.007813,-0.00781 0.019531,-0.019531 0.03125,-0.03125 0.019531,-0.00781 0.039063,-0.015625 0.0625,-0.015625 0.03125,0 0.070313,0 0.125,0 0.039063,0 0.070313,0 0.09375,0 0.03125,0 0.050781,0.00781 0.0625,0.015625 0.019531,0.011719 0.035156,0.023438 0.046875,0.03125 0.007812,0.011719 0.015625,0.027344 0.015625,0.046875 v 0.375 c 0.070313,-0.101563 0.140625,-0.1875 0.203125,-0.25 0.0625,-0.070313 0.117188,-0.125 0.171875,-0.15625 0.0625,-0.039063 0.117187,-0.066406 0.171875,-0.078125 0.050781,-0.019531 0.109375,-0.03125 0.171875,-0.03125 0.019531,0 0.046875,0.00781 0.078125,0.015625 0.03125,0 0.0625,0.00781 0.09375,0.015625 0.039062,0 0.078125,0.00781 0.109375,0.015625 0.03125,0.011719 0.050781,0.023437 0.0625,0.03125 0.00781,0.011719 0.015625,0.023437 0.015625,0.03125 0.00781,0.011719 0.015625,0.023437 0.015625,0.03125 0,0.011719 0,0.03125 0,0.0625 0,0.023437 0,0.058594 0,0.109375 z m 0,0"
           id="path146"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph1-17"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 1.8125,-0.265625 c 0,0.054687 -0.00781,0.101563 -0.015625,0.140625 0,0.03125 -0.011719,0.0585938 -0.03125,0.078125 -0.011719,0.0117188 -0.03125,0.0234375 -0.0625,0.03125 C 1.671875,-0.00390625 1.632812,0.00390625 1.59375,0.015625 1.550781,0.0234375 1.507812,0.03125 1.46875,0.03125 1.425781,0.0390625 1.378906,0.046875 1.328125,0.046875 1.191406,0.046875 1.070312,0.03125 0.96875,0 0.875,-0.0390625 0.796875,-0.0976562 0.734375,-0.171875 0.671875,-0.242188 0.625,-0.332031 0.59375,-0.4375 0.570312,-0.550781 0.5625,-0.6875 0.5625,-0.84375 v -1.546875 h -0.375 c -0.023438,0 -0.042969,-0.015625 -0.0625,-0.046875 -0.023438,-0.03125 -0.03125,-0.078125 -0.03125,-0.140625 0,-0.039063 0,-0.070313 0,-0.09375 0.007812,-0.03125 0.019531,-0.050781 0.03125,-0.0625 0.007812,-0.019531 0.019531,-0.03125 0.03125,-0.03125 0.007812,-0.00781 0.023438,-0.015625 0.046875,-0.015625 H 0.5625 v -0.625 c 0,-0.019531 0,-0.035156 0,-0.046875 0.007812,-0.00781 0.023438,-0.019531 0.046875,-0.03125 C 0.628906,-3.492188 0.65625,-3.5 0.6875,-3.5 c 0.03125,0 0.066406,0 0.109375,0 0.050781,0 0.09375,0 0.125,0 0.03125,0 0.050781,0.00781 0.0625,0.015625 0.019531,0.011719 0.035156,0.023437 0.046875,0.03125 0.00781,0.011719 0.015625,0.027344 0.015625,0.046875 v 0.625 H 1.71875 c 0.019531,0 0.035156,0.00781 0.046875,0.015625 0.00781,0 0.019531,0.011719 0.03125,0.03125 0.00781,0.011719 0.015625,0.03125 0.015625,0.0625 0,0.023437 0,0.054687 0,0.09375 0,0.0625 -0.011719,0.109375 -0.03125,0.140625 C 1.769531,-2.40625 1.75,-2.390625 1.71875,-2.390625 H 1.046875 v 1.46875 c 0,0.1875 0.023437,0.328125 0.078125,0.421875 0.050781,0.09375 0.148438,0.140625 0.296875,0.140625 C 1.460938,-0.359375 1.5,-0.363281 1.53125,-0.375 1.570312,-0.382812 1.601562,-0.394531 1.625,-0.40625 1.65625,-0.414062 1.679688,-0.425781 1.703125,-0.4375 1.722656,-0.445312 1.738281,-0.453125 1.75,-0.453125 c 0.00781,0 0.019531,0.007813 0.03125,0.015625 0.00781,0 0.015625,0.011719 0.015625,0.03125 0.00781,0.011719 0.015625,0.03125 0.015625,0.0625 0,0.023438 0,0.046875 0,0.078125 z m 0,0"
           id="path149"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph1-18"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.90625,-1.421875 c 0,0.21875 -0.03125,0.417969 -0.09375,0.59375 -0.054688,0.179687 -0.136719,0.335937 -0.25,0.46875 -0.117188,0.125 -0.257812,0.230469 -0.421875,0.3125 C 1.972656,0.0234375 1.773438,0.0625 1.546875,0.0625 1.335938,0.0625 1.148438,0.03125 0.984375,-0.03125 0.828125,-0.101562 0.691406,-0.195312 0.578125,-0.3125 0.472656,-0.4375 0.394531,-0.585938 0.34375,-0.765625 0.289062,-0.941406 0.265625,-1.144531 0.265625,-1.375 c 0,-0.207031 0.023437,-0.398438 0.078125,-0.578125 0.0625,-0.1875 0.144531,-0.34375 0.25,-0.46875 0.113281,-0.132813 0.253906,-0.238281 0.421875,-0.3125 0.164063,-0.070313 0.363281,-0.109375 0.59375,-0.109375 0.21875,0 0.40625,0.03125 0.5625,0.09375 0.164063,0.0625 0.300781,0.15625 0.40625,0.28125 0.101563,0.125 0.179687,0.277344 0.234375,0.453125 0.0625,0.179687 0.09375,0.375 0.09375,0.59375 z m -0.515625,0.03125 c 0,-0.144531 -0.015625,-0.28125 -0.046875,-0.40625 -0.023438,-0.125 -0.0625,-0.234375 -0.125,-0.328125 -0.0625,-0.09375 -0.148438,-0.164062 -0.25,-0.21875 -0.105469,-0.0625 -0.230469,-0.09375 -0.375,-0.09375 -0.148438,0 -0.273438,0.027344 -0.375,0.078125 -0.105469,0.054687 -0.1875,0.125 -0.25,0.21875 -0.0625,0.09375 -0.117188,0.203125 -0.15625,0.328125 -0.03125,0.125 -0.046875,0.261719 -0.046875,0.40625 0,0.148438 0.007813,0.289062 0.03125,0.421875 C 0.828125,-0.859375 0.875,-0.75 0.9375,-0.65625 1,-0.5625 1.082031,-0.488281 1.1875,-0.4375 c 0.101562,0.054688 0.234375,0.078125 0.390625,0.078125 0.132813,0 0.253906,-0.019531 0.359375,-0.0625 0.101562,-0.050781 0.1875,-0.125 0.25,-0.21875 0.070312,-0.09375 0.125,-0.203125 0.15625,-0.328125 0.03125,-0.125 0.046875,-0.265625 0.046875,-0.421875 z m 0,0"
           id="path152"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph1-19"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 3.375,-0.203125 c 0,0.03125 -0.011719,0.0625 -0.03125,0.09375 C 3.332031,-0.078125 3.316406,-0.0507812 3.296875,-0.03125 3.273438,-0.0195312 3.25,-0.0078125 3.21875,0 3.195312,0.0078125 3.175781,0.015625 3.15625,0.015625 H 3 C 2.945312,0.015625 2.898438,0.0078125 2.859375,0 2.816406,-0.0195312 2.78125,-0.0390625 2.75,-0.0625 2.71875,-0.09375 2.679688,-0.128906 2.640625,-0.171875 2.609375,-0.222656 2.570312,-0.289062 2.53125,-0.375 L 1.34375,-2.53125 C 1.28125,-2.632812 1.21875,-2.75 1.15625,-2.875 1.09375,-3 1.03125,-3.117188 0.96875,-3.234375 c 0,0.148437 0,0.292969 0,0.4375 0.007812,0.148437 0.015625,0.292969 0.015625,0.4375 v 2.28125 c 0,0.0117188 -0.007813,0.0273438 -0.015625,0.046875 C 0.957031,-0.0195312 0.941406,-0.0078125 0.921875,0 0.910156,0 0.890625,0 0.859375,0 0.828125,0.0078125 0.785156,0.015625 0.734375,0.015625 0.691406,0.015625 0.65625,0.0078125 0.625,0 0.59375,0 0.566406,0 0.546875,0 0.535156,-0.0078125 0.523438,-0.0195312 0.515625,-0.03125 0.503906,-0.0507812 0.5,-0.0664062 0.5,-0.078125 v -3.5 c 0,-0.070313 0.019531,-0.125 0.0625,-0.15625 0.050781,-0.039063 0.097656,-0.0625 0.140625,-0.0625 h 0.25 c 0.050781,0 0.097656,0.00781 0.140625,0.015625 0.039062,0.011719 0.070312,0.03125 0.09375,0.0625 0.03125,0.023438 0.0625,0.054688 0.09375,0.09375 0.03125,0.03125 0.0625,0.078125 0.09375,0.140625 L 2.296875,-1.8125 c 0.050781,0.09375 0.101563,0.195312 0.15625,0.296875 0.050781,0.09375 0.101563,0.1875 0.15625,0.28125 0.050781,0.09375 0.097656,0.1875 0.140625,0.28125 0.050781,0.085937 0.097656,0.171875 0.140625,0.265625 H 2.90625 C 2.894531,-0.84375 2.890625,-1.003906 2.890625,-1.171875 c 0,-0.164063 0,-0.328125 0,-0.484375 v -2.046875 c 0,-0.019531 0.00391,-0.035156 0.015625,-0.046875 0.00781,-0.00781 0.019531,-0.015625 0.03125,-0.015625 0.019531,-0.00781 0.046875,-0.015625 0.078125,-0.015625 0.03125,-0.00781 0.070313,-0.015625 0.125,-0.015625 0.039063,0 0.078125,0.00781 0.109375,0.015625 0.03125,0 0.050781,0.00781 0.0625,0.015625 0.019531,0 0.035156,0.00781 0.046875,0.015625 0.00781,0.011719 0.015625,0.027344 0.015625,0.046875 z m 0,0"
           id="path155"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph1-20"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 3.421875,-1.953125 c 0,0.335937 -0.042969,0.625 -0.125,0.875 -0.085937,0.242187 -0.210937,0.445313 -0.375,0.609375 -0.15625,0.15625 -0.355469,0.277344 -0.59375,0.359375 C 2.097656,-0.0351562 1.820312,0 1.5,0 H 0.6875 C 0.644531,0 0.601562,-0.015625 0.5625,-0.046875 0.519531,-0.078125 0.5,-0.128906 0.5,-0.203125 V -3.59375 c 0,-0.070312 0.019531,-0.125 0.0625,-0.15625 0.039062,-0.03125 0.082031,-0.046875 0.125,-0.046875 h 0.859375 c 0.332031,0 0.609375,0.046875 0.828125,0.140625 0.226562,0.085938 0.421875,0.203125 0.578125,0.359375 0.15625,0.15625 0.269531,0.351563 0.34375,0.578125 0.082031,0.230469 0.125,0.484375 0.125,0.765625 z M 2.890625,-1.9375 C 2.890625,-2.132812 2.863281,-2.320312 2.8125,-2.5 2.757812,-2.675781 2.675781,-2.828125 2.5625,-2.953125 2.457031,-3.085938 2.320312,-3.191406 2.15625,-3.265625 1.988281,-3.335938 1.773438,-3.375 1.515625,-3.375 h -0.5 v 2.953125 H 1.53125 c 0.238281,0 0.441406,-0.03125 0.609375,-0.09375 0.164063,-0.0625 0.300781,-0.15625 0.40625,-0.28125 0.113281,-0.125 0.195313,-0.28125 0.25,-0.46875 0.0625,-0.1875 0.09375,-0.410156 0.09375,-0.671875 z m 0,0"
           id="path158"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph1-21"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 3.03125,-0.078125 c 0,0.0234375 -0.00781,0.0390625 -0.015625,0.046875 0,0.0117188 -0.011719,0.0234375 -0.03125,0.03125 C 2.960938,0 2.929688,0 2.890625,0 2.859375,0.0078125 2.816406,0.015625 2.765625,0.015625 2.710938,0.015625 2.671875,0.0078125 2.640625,0 2.609375,0 2.582031,0 2.5625,0 2.539062,-0.0078125 2.523438,-0.0195312 2.515625,-0.03125 2.503906,-0.0507812 2.492188,-0.078125 2.484375,-0.109375 L 2.140625,-1 C 2.097656,-1.101562 2.054688,-1.195312 2.015625,-1.28125 1.972656,-1.363281 1.921875,-1.4375 1.859375,-1.5 1.796875,-1.5625 1.722656,-1.609375 1.640625,-1.640625 1.554688,-1.671875 1.457031,-1.6875 1.34375,-1.6875 H 1.015625 v 1.609375 C 1.015625,-0.0546875 1.007812,-0.0390625 1,-0.03125 0.988281,-0.0195312 0.972656,-0.0078125 0.953125,0 0.929688,0 0.90625,0 0.875,0 0.84375,0.0078125 0.800781,0.015625 0.75,0.015625 0.707031,0.015625 0.671875,0.0078125 0.640625,0 0.609375,0 0.582031,0 0.5625,0 0.539062,-0.0078125 0.523438,-0.0195312 0.515625,-0.03125 0.503906,-0.0390625 0.5,-0.0546875 0.5,-0.078125 V -3.59375 c 0,-0.070312 0.019531,-0.125 0.0625,-0.15625 0.039062,-0.03125 0.082031,-0.046875 0.125,-0.046875 H 1.5 c 0.09375,0 0.171875,0.00781 0.234375,0.015625 0.0625,0 0.117187,0.00781 0.171875,0.015625 0.144531,0.023437 0.273438,0.0625 0.390625,0.125 0.113281,0.054687 0.207031,0.121094 0.28125,0.203125 0.070313,0.085938 0.128906,0.183594 0.171875,0.296875 0.039062,0.105469 0.0625,0.21875 0.0625,0.34375 0,0.125 -0.023438,0.242187 -0.0625,0.34375 -0.03125,0.105469 -0.078125,0.199219 -0.140625,0.28125 -0.0625,0.074219 -0.140625,0.136719 -0.234375,0.1875 -0.09375,0.054687 -0.195312,0.101563 -0.296875,0.140625 0.0625,0.03125 0.117187,0.070312 0.171875,0.109375 0.050781,0.042969 0.097656,0.09375 0.140625,0.15625 C 2.429688,-1.523438 2.46875,-1.457031 2.5,-1.375 c 0.039062,0.074219 0.082031,0.15625 0.125,0.25 l 0.34375,0.828125 c 0.03125,0.074219 0.046875,0.125 0.046875,0.15625 0.00781,0.03125 0.015625,0.0546875 0.015625,0.0625 z m -0.75,-2.65625 c 0,-0.15625 -0.039062,-0.28125 -0.109375,-0.375 C 2.109375,-3.210938 2,-3.289062 1.84375,-3.34375 1.789062,-3.351562 1.734375,-3.359375 1.671875,-3.359375 1.609375,-3.367188 1.53125,-3.375 1.4375,-3.375 H 1.015625 v 1.28125 H 1.5 c 0.132812,0 0.25,-0.015625 0.34375,-0.046875 0.09375,-0.03125 0.171875,-0.078125 0.234375,-0.140625 0.070313,-0.0625 0.125,-0.128906 0.15625,-0.203125 0.03125,-0.082031 0.046875,-0.164063 0.046875,-0.25 z m 0,0"
           id="path161"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph1-22"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.703125,-0.078125 c 0,0.0234375 -0.00781,0.0390625 -0.015625,0.046875 C 2.6875,-0.0195312 2.675781,-0.0078125 2.65625,0 2.644531,0 2.625,0 2.59375,0 2.5625,0.0078125 2.523438,0.015625 2.484375,0.015625 2.441406,0.015625 2.40625,0.0078125 2.375,0 2.34375,0 2.316406,0 2.296875,0 2.285156,-0.0078125 2.273438,-0.0195312 2.265625,-0.03125 c 0,-0.0078125 0,-0.0234375 0,-0.046875 v -0.34375 c -0.148437,0.167969 -0.292969,0.292969 -0.4375,0.375 C 1.679688,0.0234375 1.53125,0.0625 1.375,0.0625 1.195312,0.0625 1.046875,0.03125 0.921875,-0.03125 0.804688,-0.09375 0.710938,-0.171875 0.640625,-0.265625 0.566406,-0.367188 0.515625,-0.488281 0.484375,-0.625 0.453125,-0.757812 0.4375,-0.921875 0.4375,-1.109375 v -1.59375 c 0,-0.019531 0,-0.035156 0,-0.046875 0.007812,-0.00781 0.023438,-0.019531 0.046875,-0.03125 0.019531,-0.00781 0.046875,-0.015625 0.078125,-0.015625 0.03125,0 0.066406,0 0.109375,0 0.050781,0 0.09375,0 0.125,0 0.03125,0 0.050781,0.00781 0.0625,0.015625 0.019531,0.011719 0.035156,0.023438 0.046875,0.03125 0.007812,0.011719 0.015625,0.027344 0.015625,0.046875 v 1.53125 c 0,0.15625 0.007813,0.28125 0.03125,0.375 0.019531,0.085937 0.050781,0.164063 0.09375,0.234375 0.050781,0.0625 0.113281,0.117188 0.1875,0.15625 0.070313,0.03125 0.15625,0.046875 0.25,0.046875 0.113281,0 0.226563,-0.039063 0.34375,-0.125 0.125,-0.09375 0.253906,-0.222656 0.390625,-0.390625 v -1.828125 c 0,-0.019531 0,-0.035156 0,-0.046875 0.00781,-0.00781 0.023438,-0.019531 0.046875,-0.03125 0.019531,-0.00781 0.046875,-0.015625 0.078125,-0.015625 0.03125,0 0.070312,0 0.125,0 0.039062,0 0.078125,0 0.109375,0 0.03125,0 0.054687,0.00781 0.078125,0.015625 0.019531,0.011719 0.03125,0.023438 0.03125,0.03125 0.00781,0.011719 0.015625,0.027344 0.015625,0.046875 z m 0,0"
           id="path164"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph1-23"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.875,-1.421875 c 0,0.230469 -0.027344,0.4375 -0.078125,0.625 -0.054687,0.179687 -0.125,0.328125 -0.21875,0.453125 -0.09375,0.125 -0.214844,0.226562 -0.359375,0.296875 C 2.082031,0.0234375 1.921875,0.0625 1.734375,0.0625 1.648438,0.0625 1.570312,0.0507812 1.5,0.03125 1.4375,0.0078125 1.367188,-0.015625 1.296875,-0.046875 1.234375,-0.0859375 1.164062,-0.132812 1.09375,-0.1875 1.019531,-0.25 0.945312,-0.316406 0.875,-0.390625 v 0.3125 c 0,0.0234375 -0.007812,0.0390625 -0.015625,0.046875 0,0.0117188 -0.011719,0.0234375 -0.03125,0.03125 C 0.804688,0 0.78125,0 0.75,0 0.726562,0.0078125 0.695312,0.015625 0.65625,0.015625 0.613281,0.015625 0.578125,0.0078125 0.546875,0 0.523438,0 0.503906,0 0.484375,0 0.472656,-0.0078125 0.460938,-0.0195312 0.453125,-0.03125 c 0,-0.0078125 0,-0.0234375 0,-0.046875 v -3.90625 c 0,-0.019531 0,-0.035156 0,-0.046875 C 0.460938,-4.039062 0.476562,-4.046875 0.5,-4.046875 0.519531,-4.054688 0.546875,-4.0625 0.578125,-4.0625 c 0.03125,-0.00781 0.066406,-0.015625 0.109375,-0.015625 0.050781,0 0.09375,0.00781 0.125,0.015625 0.03125,0 0.050781,0.00781 0.0625,0.015625 0.019531,0 0.035156,0.00781 0.046875,0.015625 0.007813,0.011719 0.015625,0.027344 0.015625,0.046875 v 1.578125 c 0.070312,-0.082031 0.144531,-0.148438 0.21875,-0.203125 0.070312,-0.050781 0.144531,-0.09375 0.21875,-0.125 0.070312,-0.039063 0.140625,-0.066406 0.203125,-0.078125 0.070313,-0.019531 0.148437,-0.03125 0.234375,-0.03125 0.1875,0 0.347656,0.042969 0.484375,0.125 0.132813,0.074219 0.242187,0.171875 0.328125,0.296875 0.082031,0.125 0.144531,0.277344 0.1875,0.453125 0.039062,0.167969 0.0625,0.351562 0.0625,0.546875 z M 2.359375,-1.375 c 0,-0.132812 -0.011719,-0.265625 -0.03125,-0.390625 C 2.304688,-1.890625 2.269531,-2 2.21875,-2.09375 2.175781,-2.195312 2.113281,-2.273438 2.03125,-2.328125 c -0.085938,-0.0625 -0.1875,-0.09375 -0.3125,-0.09375 -0.0625,0 -0.125,0.011719 -0.1875,0.03125 -0.0625,0.011719 -0.125,0.039063 -0.1875,0.078125 -0.0625,0.042969 -0.132812,0.09375 -0.203125,0.15625 -0.0625,0.0625 -0.132813,0.148438 -0.203125,0.25 v 1.046875 c 0.125,0.167969 0.25,0.292969 0.375,0.375 0.125,0.085937 0.25,0.125 0.375,0.125 0.125,0 0.226562,-0.023437 0.3125,-0.078125 C 2.082031,-0.5 2.148438,-0.578125 2.203125,-0.671875 2.265625,-0.773438 2.304688,-0.882812 2.328125,-1 c 0.019531,-0.125 0.03125,-0.25 0.03125,-0.375 z m 0,0"
           id="path167"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph1-24"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.71875,-0.078125 c 0,0.0234375 -0.00781,0.0390625 -0.015625,0.046875 0,0.0117188 -0.011719,0.0234375 -0.03125,0.03125 C 2.648438,0 2.625,0 2.59375,0 2.5625,0.0078125 2.523438,0.015625 2.484375,0.015625 2.429688,0.015625 2.390625,0.0078125 2.359375,0 2.328125,0 2.300781,0 2.28125,0 2.269531,-0.0078125 2.257812,-0.0195312 2.25,-0.03125 2.238281,-0.0390625 2.234375,-0.0546875 2.234375,-0.078125 V -1.625 c 0,-0.144531 -0.011719,-0.265625 -0.03125,-0.359375 C 2.179688,-2.078125 2.144531,-2.15625 2.09375,-2.21875 2.050781,-2.28125 1.992188,-2.328125 1.921875,-2.359375 c -0.074219,-0.039063 -0.15625,-0.0625 -0.25,-0.0625 -0.117187,0 -0.234375,0.042969 -0.359375,0.125 -0.125,0.085937 -0.25,0.210937 -0.375,0.375 v 1.84375 c 0,0.0234375 -0.007812,0.0390625 -0.015625,0.046875 C 0.910156,-0.0195312 0.894531,-0.0078125 0.875,0 0.863281,0 0.84375,0 0.8125,0 0.78125,0.0078125 0.738281,0.015625 0.6875,0.015625 0.644531,0.015625 0.609375,0.0078125 0.578125,0 0.546875,0 0.519531,0 0.5,0 0.476562,-0.0078125 0.460938,-0.0195312 0.453125,-0.03125 c 0,-0.0078125 0,-0.0234375 0,-0.046875 v -2.625 c 0,-0.019531 0,-0.035156 0,-0.046875 0.007813,-0.00781 0.019531,-0.019531 0.03125,-0.03125 0.019531,-0.00781 0.039063,-0.015625 0.0625,-0.015625 0.03125,0 0.070313,0 0.125,0 0.039063,0 0.070313,0 0.09375,0 0.03125,0 0.050781,0.00781 0.0625,0.015625 0.019531,0.011719 0.035156,0.023438 0.046875,0.03125 0.007812,0.011719 0.015625,0.027344 0.015625,0.046875 v 0.34375 c 0.144531,-0.164063 0.289063,-0.285156 0.4375,-0.359375 0.144531,-0.082031 0.296875,-0.125 0.453125,-0.125 0.175781,0 0.320312,0.03125 0.4375,0.09375 0.125,0.0625 0.222656,0.148438 0.296875,0.25 0.070313,0.09375 0.125,0.210938 0.15625,0.34375 0.03125,0.125 0.046875,0.28125 0.046875,0.46875 z m 0,0"
           id="path170"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph1-25"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.703125,-0.078125 c 0,0.0234375 -0.00781,0.0390625 -0.015625,0.046875 C 2.6875,-0.0195312 2.675781,-0.0078125 2.65625,0 2.644531,0 2.625,0 2.59375,0 2.570312,0.0078125 2.539062,0.015625 2.5,0.015625 2.457031,0.015625 2.421875,0.0078125 2.390625,0 2.367188,0 2.347656,0 2.328125,0 2.304688,-0.0078125 2.289062,-0.0195312 2.28125,-0.03125 c 0,-0.0078125 0,-0.0234375 0,-0.046875 v -0.34375 C 2.132812,-0.273438 1.988281,-0.15625 1.84375,-0.0625 1.695312,0.0195312 1.535156,0.0625 1.359375,0.0625 c -0.199219,0 -0.367187,-0.0390625 -0.5,-0.109375 -0.136719,-0.082031 -0.246094,-0.1875 -0.328125,-0.3125 -0.085938,-0.125 -0.148438,-0.273437 -0.1875,-0.453125 -0.042969,-0.175781 -0.0625,-0.359375 -0.0625,-0.546875 0,-0.226563 0.019531,-0.429687 0.0625,-0.609375 0.050781,-0.1875 0.125,-0.34375 0.21875,-0.46875 0.101562,-0.132812 0.222656,-0.234375 0.359375,-0.296875 0.144531,-0.070313 0.3125,-0.109375 0.5,-0.109375 0.15625,0 0.296875,0.039062 0.421875,0.109375 0.125,0.0625 0.25,0.164063 0.375,0.296875 v -1.53125 c 0,-0.019531 0,-0.035156 0,-0.046875 0.00781,-0.00781 0.023438,-0.019531 0.046875,-0.03125 C 2.285156,-4.054688 2.3125,-4.0625 2.34375,-4.0625 c 0.03125,0 0.070312,0 0.125,0 0.039062,0 0.078125,0 0.109375,0 0.03125,0 0.054687,0.00781 0.078125,0.015625 0.019531,0.011719 0.03125,0.023437 0.03125,0.03125 0.00781,0.011719 0.015625,0.027344 0.015625,0.046875 z M 2.21875,-1.921875 c -0.125,-0.164063 -0.25,-0.289063 -0.375,-0.375 -0.125,-0.082031 -0.257812,-0.125 -0.390625,-0.125 -0.117187,0 -0.21875,0.03125 -0.3125,0.09375 -0.085937,0.054687 -0.152344,0.125 -0.203125,0.21875 -0.054688,0.09375 -0.09375,0.203125 -0.125,0.328125 -0.023438,0.125 -0.03125,0.25 -0.03125,0.375 0,0.125 0.007812,0.257812 0.03125,0.390625 0.019531,0.125 0.054688,0.242187 0.109375,0.34375 C 0.972656,-0.578125 1.039062,-0.5 1.125,-0.4375 c 0.082031,0.054688 0.1875,0.078125 0.3125,0.078125 0.0625,0 0.125,-0.003906 0.1875,-0.015625 C 1.6875,-0.394531 1.75,-0.425781 1.8125,-0.46875 1.875,-0.507812 1.9375,-0.5625 2,-0.625 2.070312,-0.695312 2.144531,-0.78125 2.21875,-0.875 Z m 0,0"
           id="path173"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph1-26"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 0.9375,-0.078125 c 0,0.0234375 -0.007812,0.0390625 -0.015625,0.046875 C 0.910156,-0.0195312 0.894531,-0.0078125 0.875,0 0.863281,0 0.84375,0 0.8125,0 0.78125,0.0078125 0.738281,0.015625 0.6875,0.015625 0.644531,0.015625 0.609375,0.0078125 0.578125,0 0.546875,0 0.519531,0 0.5,0 0.476562,-0.0078125 0.460938,-0.0195312 0.453125,-0.03125 c 0,-0.0078125 0,-0.0234375 0,-0.046875 v -3.90625 c 0,-0.019531 0,-0.035156 0,-0.046875 C 0.460938,-4.039062 0.476562,-4.046875 0.5,-4.046875 0.519531,-4.054688 0.546875,-4.0625 0.578125,-4.0625 c 0.03125,-0.00781 0.066406,-0.015625 0.109375,-0.015625 0.050781,0 0.09375,0.00781 0.125,0.015625 0.03125,0 0.050781,0.00781 0.0625,0.015625 0.019531,0 0.035156,0.00781 0.046875,0.015625 0.007813,0.011719 0.015625,0.027344 0.015625,0.046875 z m 0,0"
           id="path176"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph1-27"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 4.140625,-2.71875 c 0,0.011719 -0.00781,0.027344 -0.015625,0.046875 0,0.023437 -0.00781,0.046875 -0.015625,0.078125 l -0.78125,2.5 c 0,0.0234375 -0.011719,0.0429688 -0.03125,0.0625 C 3.285156,-0.0195312 3.269531,-0.0078125 3.25,0 3.226562,0.0078125 3.195312,0.015625 3.15625,0.015625 c -0.03125,0 -0.078125,0 -0.140625,0 C 2.953125,0.015625 2.898438,0.0078125 2.859375,0 2.816406,0 2.785156,0 2.765625,0 2.742188,-0.0078125 2.722656,-0.0195312 2.703125,-0.03125 2.691406,-0.0507812 2.6875,-0.0703125 2.6875,-0.09375 L 2.125,-2 V -2.03125 -2 L 1.609375,-0.09375 C 1.597656,-0.0703125 1.585938,-0.0507812 1.578125,-0.03125 1.566406,-0.0195312 1.546875,-0.0078125 1.515625,0 1.492188,0.0078125 1.460938,0.015625 1.421875,0.015625 c -0.042969,0 -0.089844,0 -0.140625,0 C 1.21875,0.015625 1.164062,0.0078125 1.125,0 1.082031,0 1.050781,0 1.03125,0 1.007812,-0.0078125 0.992188,-0.0195312 0.984375,-0.03125 0.972656,-0.0507812 0.960938,-0.0703125 0.953125,-0.09375 l -0.765625,-2.5 C 0.175781,-2.625 0.164062,-2.648438 0.15625,-2.671875 c 0,-0.019531 0,-0.035156 0,-0.046875 0,-0.019531 0,-0.035156 0,-0.046875 C 0.164062,-2.773438 0.179688,-2.78125 0.203125,-2.78125 0.222656,-2.789062 0.25,-2.796875 0.28125,-2.796875 c 0.03125,0 0.066406,0 0.109375,0 0.0625,0 0.109375,0 0.140625,0 0.03125,0 0.050781,0.00781 0.0625,0.015625 0.019531,0.011719 0.035156,0.023438 0.046875,0.03125 0.007813,0.011719 0.015625,0.027344 0.015625,0.046875 L 1.296875,-0.53125 V -0.5 L 1.3125,-0.53125 1.890625,-2.703125 C 1.898438,-2.722656 1.90625,-2.738281 1.90625,-2.75 c 0.00781,-0.00781 0.023438,-0.019531 0.046875,-0.03125 0.019531,-0.00781 0.039063,-0.015625 0.0625,-0.015625 0.03125,0 0.070313,0 0.125,0 0.050781,0 0.085937,0 0.109375,0 0.03125,0 0.054688,0.00781 0.078125,0.015625 0.019531,0.011719 0.03125,0.023438 0.03125,0.03125 0.00781,0.011719 0.019531,0.023438 0.03125,0.03125 l 0.625,2.1875 V -0.5 l 0.015625,-0.03125 0.625,-2.171875 c 0,-0.019531 0.00391,-0.035156 0.015625,-0.046875 0.00781,-0.00781 0.019531,-0.019531 0.03125,-0.03125 0.019531,-0.00781 0.046875,-0.015625 0.078125,-0.015625 0.03125,0 0.070312,0 0.125,0 0.050781,0 0.085938,0 0.109375,0 0.03125,0 0.050781,0.00781 0.0625,0.015625 0.019531,0.011719 0.035156,0.023438 0.046875,0.03125 0.00781,0 0.015625,0.011719 0.015625,0.03125 z m 0,0"
           id="path179"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph2-0"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="M -4.421875,-3.34375 H 0 v 3.1875 h -4.421875 z m 4.140625,0.296875 H -4.140625 V -0.4375 H -0.28125 Z M -2.921875,-2.625 c 0.136719,0 0.257813,0.023438 0.359375,0.0625 0.105469,0.042969 0.195312,0.101562 0.265625,0.171875 0.074219,0.074219 0.132813,0.15625 0.171875,0.25 0.042969,0.09375 0.0625,0.203125 0.0625,0.328125 l 0.53125,0.015625 c 0.023438,0 0.039062,0.015625 0.046875,0.046875 0,0.03125 0,0.078125 0,0.140625 0,0.03125 0,0.0625 0,0.09375 0,0.023437 0,0.039063 0,0.046875 C -1.492188,-1.457031 -1.5,-1.445312 -1.5,-1.4375 c -0.00781,0.011719 -0.019531,0.015625 -0.03125,0.015625 l -0.640625,0.015625 c -0.0625,0 -0.109375,-0.015625 -0.140625,-0.046875 -0.03125,-0.03125 -0.046875,-0.070313 -0.046875,-0.125 v -0.0625 c 0,-0.101563 -0.00781,-0.1875 -0.03125,-0.25 C -2.421875,-1.960938 -2.457031,-2.019531 -2.5,-2.0625 -2.550781,-2.101562 -2.609375,-2.132812 -2.671875,-2.15625 -2.742188,-2.175781 -2.816406,-2.1875 -2.890625,-2.1875 c -0.164063,0 -0.296875,0.054688 -0.390625,0.15625 -0.101562,0.09375 -0.15625,0.242188 -0.15625,0.4375 0,0.09375 0.011719,0.179688 0.03125,0.25 0.011719,0.0625 0.027344,0.121094 0.046875,0.171875 0.023437,0.054687 0.042969,0.09375 0.0625,0.125 0.023437,0.03125 0.03125,0.058594 0.03125,0.078125 0,0 0,0.007812 0,0.015625 -0.00781,0.011719 -0.019531,0.023437 -0.03125,0.03125 -0.00781,0 -0.023437,0.007813 -0.046875,0.015625 -0.03125,0 -0.0625,0 -0.09375,0 -0.039062,0 -0.070312,0 -0.09375,0 -0.03125,-0.007812 -0.050781,-0.023438 -0.0625,-0.046875 -0.019531,-0.019531 -0.039062,-0.050781 -0.0625,-0.09375 -0.019531,-0.039063 -0.039062,-0.09375 -0.0625,-0.15625 -0.019531,-0.0625 -0.035156,-0.128906 -0.046875,-0.203125 -0.00781,-0.082031 -0.015625,-0.160156 -0.015625,-0.234375 0,-0.175781 0.027344,-0.320313 0.078125,-0.4375 0.042969,-0.125 0.101563,-0.222656 0.171875,-0.296875 0.074219,-0.082031 0.167969,-0.144531 0.28125,-0.1875 0.105469,-0.039062 0.214844,-0.0625 0.328125,-0.0625 z m 1.984375,0.75 c 0.054688,0 0.09375,0.00781 0.125,0.015625 0.03125,0 0.058594,0.011719 0.078125,0.03125 0.023437,0.023437 0.039063,0.046875 0.046875,0.078125 0.011719,0.03125 0.015625,0.074219 0.015625,0.125 0,0.054688 -0.003906,0.09375 -0.015625,0.125 -0.007812,0.03125 -0.023438,0.058594 -0.046875,0.078125 -0.019531,0.023437 -0.046875,0.039063 -0.078125,0.046875 -0.03125,0.011719 -0.070312,0.015625 -0.125,0.015625 -0.039062,0 -0.078125,-0.00391 -0.109375,-0.015625 -0.039063,-0.00781 -0.070313,-0.023438 -0.09375,-0.046875 C -1.160156,-1.441406 -1.171875,-1.46875 -1.171875,-1.5 -1.179688,-1.53125 -1.1875,-1.570312 -1.1875,-1.625 c 0,-0.050781 0.00781,-0.09375 0.015625,-0.125 0,-0.03125 0.011719,-0.054688 0.03125,-0.078125 0.023437,-0.019531 0.054687,-0.03125 0.09375,-0.03125 C -1.015625,-1.867188 -0.976562,-1.875 -0.9375,-1.875 Z M 1.359375,0 Z m 0,0"
           id="path182"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph2-1"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m -4.171875,-3.359375 c 0.042969,0 0.078125,0.00781 0.109375,0.015625 0.03125,0 0.058594,0.00781 0.078125,0.015625 0.023437,0.011719 0.039063,0.027344 0.046875,0.046875 0.011719,0.011719 0.015625,0.023438 0.015625,0.03125 V -2 h 3.828125 c 0.0234375,0 0.0429688,0.00781 0.0625,0.015625 0.0117188,0.011719 0.0234375,0.027344 0.03125,0.046875 0,0.023438 0,0.054688 0,0.09375 0.0078125,0.03125 0.015625,0.078125 0.015625,0.140625 0,0.054687 -0.0078125,0.101563 -0.015625,0.140625 0,0.042969 0,0.074219 0,0.09375 -0.0078125,0.023438 -0.0195312,0.039062 -0.03125,0.046875 -0.0195312,0.011719 -0.0390625,0.015625 -0.0625,0.015625 h -3.828125 v 1.234375 c 0,0.023437 -0.00391,0.042969 -0.015625,0.0625 -0.00781,0.0117188 -0.023438,0.0234375 -0.046875,0.03125 -0.019531,0.0117188 -0.046875,0.0234375 -0.078125,0.03125 -0.03125,0 -0.066406,0 -0.109375,0 -0.039063,0 -0.078125,0 -0.109375,0 -0.03125,-0.0078125 -0.054688,-0.0195312 -0.078125,-0.03125 -0.019531,-0.0078125 -0.035156,-0.0195312 -0.046875,-0.03125 -0.00781,-0.019531 -0.015625,-0.039063 -0.015625,-0.0625 V -3.25 c 0,-0.00781 0.00781,-0.019531 0.015625,-0.03125 0.011719,-0.019531 0.027344,-0.035156 0.046875,-0.046875 0.023437,-0.00781 0.046875,-0.015625 0.078125,-0.015625 0.03125,-0.00781 0.070312,-0.015625 0.109375,-0.015625 z m 0,0"
           id="path185"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph2-2"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m -2.953125,-2.328125 c 0.042969,0 0.085937,0.00781 0.125,0.015625 0.03125,0 0.058594,0.00781 0.078125,0.015625 0.023438,0 0.039062,0.00781 0.046875,0.015625 0.011719,0.011719 0.015625,0.027344 0.015625,0.046875 0,0.023437 -0.00391,0.046875 -0.015625,0.078125 -0.00781,0.023438 -0.019531,0.046875 -0.03125,0.078125 -0.00781,0.03125 -0.019531,0.070313 -0.03125,0.109375 -0.00781,0.042969 -0.015625,0.089844 -0.015625,0.140625 0,0.054687 0.011719,0.105469 0.03125,0.15625 0.023438,0.054687 0.058594,0.109375 0.109375,0.171875 0.054687,0.0625 0.125,0.132812 0.21875,0.203125 0.085937,0.0625 0.1875,0.132813 0.3125,0.203125 h 2.03125 c 0.0117188,0 0.0273438,0.00781 0.046875,0.015625 0.0117188,0.011719 0.0234375,0.027344 0.03125,0.046875 0,0.023438 0,0.054688 0,0.09375 0.0078125,0.03125 0.015625,0.078125 0.015625,0.140625 0,0.054687 -0.0078125,0.101563 -0.015625,0.140625 0,0.03125 0,0.058594 0,0.078125 -0.0078125,0.023437 -0.0195312,0.039063 -0.03125,0.046875 -0.0195312,0.011719 -0.0351562,0.015625 -0.046875,0.015625 H -3.15625 c -0.019531,0 -0.035156,-0.003906 -0.046875,-0.015625 -0.019531,-0.007812 -0.03125,-0.023438 -0.03125,-0.046875 C -3.242188,-0.597656 -3.25,-0.625 -3.25,-0.65625 c -0.00781,-0.03125 -0.015625,-0.070312 -0.015625,-0.125 0,-0.050781 0.00781,-0.09375 0.015625,-0.125 0,-0.03125 0.00781,-0.054688 0.015625,-0.078125 0,-0.019531 0.011719,-0.03125 0.03125,-0.03125 0.011719,-0.00781 0.027344,-0.015625 0.046875,-0.015625 h 0.4375 C -2.84375,-1.113281 -2.941406,-1.191406 -3.015625,-1.265625 -3.085938,-1.335938 -3.144531,-1.40625 -3.1875,-1.46875 -3.238281,-1.539062 -3.269531,-1.609375 -3.28125,-1.671875 -3.300781,-1.742188 -3.3125,-1.8125 -3.3125,-1.875 c 0,-0.03125 0,-0.0625 0,-0.09375 0,-0.039062 0.00781,-0.082031 0.015625,-0.125 0.011719,-0.039062 0.023437,-0.078125 0.03125,-0.109375 0.011719,-0.03125 0.027344,-0.050781 0.046875,-0.0625 0.011719,-0.019531 0.023438,-0.03125 0.03125,-0.03125 0.011719,-0.00781 0.027344,-0.015625 0.046875,-0.015625 0.011719,0 0.03125,0 0.0625,0 0.03125,-0.00781 0.074219,-0.015625 0.125,-0.015625 z m 0,0"
           id="path188"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph2-3"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m -0.078125,-2.84375 c 0.0234375,0 0.0429688,0.011719 0.0625,0.03125 C -0.00390625,-2.789062 0,-2.765625 0,-2.734375 c 0.0078125,0.03125 0.015625,0.078125 0.015625,0.140625 0,0.054688 -0.0078125,0.101562 -0.015625,0.140625 0,0.03125 -0.00390625,0.058594 -0.015625,0.078125 -0.0195312,0.011719 -0.0390625,0.015625 -0.0625,0.015625 h -0.3125 c 0.148437,0.136719 0.261719,0.289063 0.34375,0.453125 0.0703125,0.167969 0.109375,0.34375 0.109375,0.53125 0,0.15625 -0.0234375,0.304688 -0.0625,0.4375 -0.0390625,0.125 -0.0976562,0.234375 -0.171875,0.328125 -0.082031,0.09375 -0.179687,0.167969 -0.296875,0.21875 -0.125,0.054687 -0.257812,0.078125 -0.40625,0.078125 -0.164062,0 -0.3125,-0.035156 -0.4375,-0.109375 -0.132812,-0.070313 -0.242188,-0.171875 -0.328125,-0.296875 -0.082031,-0.132812 -0.144531,-0.296875 -0.1875,-0.484375 -0.039063,-0.195313 -0.0625,-0.414063 -0.0625,-0.65625 V -2.28125 h -0.25 c -0.113281,0 -0.210937,0.015625 -0.296875,0.046875 -0.09375,0.023437 -0.171875,0.0625 -0.234375,0.125 -0.0625,0.054687 -0.109375,0.125 -0.140625,0.21875 -0.03125,0.085937 -0.046875,0.1875 -0.046875,0.3125 0,0.136719 0.015625,0.261719 0.046875,0.375 0.03125,0.117187 0.070312,0.214844 0.109375,0.296875 0.042969,0.085938 0.078125,0.152344 0.109375,0.203125 0.03125,0.054687 0.046875,0.09375 0.046875,0.125 0,0.023437 0,0.039063 0,0.046875 -0.00781,0.011719 -0.023437,0.023438 -0.046875,0.03125 -0.019531,0.011719 -0.039062,0.023438 -0.0625,0.03125 -0.03125,0 -0.066406,0 -0.109375,0 -0.050781,0 -0.09375,0 -0.125,0 -0.03125,-0.007812 -0.0625,-0.03125 -0.09375,-0.0625 -0.03125,-0.03125 -0.066406,-0.082031 -0.109375,-0.15625 -0.039062,-0.082031 -0.078125,-0.171875 -0.109375,-0.265625 -0.03125,-0.09375 -0.054687,-0.195313 -0.078125,-0.3125 -0.019531,-0.125 -0.03125,-0.242187 -0.03125,-0.359375 0,-0.21875 0.027344,-0.40625 0.078125,-0.5625 0.042969,-0.15625 0.117187,-0.28125 0.21875,-0.375 0.09375,-0.09375 0.214844,-0.160156 0.359375,-0.203125 0.148438,-0.050781 0.3125,-0.078125 0.5,-0.078125 z m -1.40625,0.5625 v 0.484375 c 0,0.15625 0.015625,0.292969 0.046875,0.40625 0.023438,0.117187 0.058594,0.210937 0.109375,0.28125 0.054687,0.074219 0.117187,0.132813 0.1875,0.171875 0.0625,0.03125 0.140625,0.046875 0.234375,0.046875 0.167969,0 0.296875,-0.050781 0.390625,-0.15625 0.09375,-0.101563 0.140625,-0.242187 0.140625,-0.421875 0,-0.144531 -0.035156,-0.28125 -0.109375,-0.40625 -0.082031,-0.132812 -0.195313,-0.269531 -0.34375,-0.40625 z m 0,0"
           id="path191"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph2-4"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m -0.078125,-3.171875 c 0.0117188,0 0.0273438,0.00781 0.046875,0.015625 0.0117188,0.011719 0.0234375,0.027344 0.03125,0.046875 0,0.023437 0,0.054687 0,0.09375 0.0078125,0.03125 0.015625,0.074219 0.015625,0.125 0,0.054687 -0.0078125,0.101563 -0.015625,0.140625 0,0.03125 0,0.058594 0,0.078125 -0.0078125,0.023437 -0.0195312,0.039063 -0.03125,0.046875 -0.0195312,0.011719 -0.0351562,0.015625 -0.046875,0.015625 h -1.8125 c -0.175781,0 -0.316406,0.015625 -0.421875,0.046875 -0.101562,0.023438 -0.191406,0.058594 -0.265625,0.109375 -0.082031,0.054687 -0.144531,0.121094 -0.1875,0.203125 -0.039063,0.085938 -0.0625,0.183594 -0.0625,0.296875 0,0.136719 0.054687,0.277344 0.15625,0.421875 0.09375,0.148438 0.242187,0.292969 0.4375,0.4375 h 2.15625 c 0.0117188,0 0.0273438,0.00781 0.046875,0.015625 0.0117188,0.011719 0.0234375,0.027344 0.03125,0.046875 0,0.023438 0,0.054688 0,0.09375 0.0078125,0.03125 0.015625,0.078125 0.015625,0.140625 0,0.054687 -0.0078125,0.101563 -0.015625,0.140625 0,0.03125 0,0.058594 0,0.078125 -0.0078125,0.023437 -0.0195312,0.039063 -0.03125,0.046875 -0.0195312,0.011719 -0.0351562,0.015625 -0.046875,0.015625 H -3.15625 c -0.019531,0 -0.035156,-0.003906 -0.046875,-0.015625 -0.019531,-0.007812 -0.03125,-0.023438 -0.03125,-0.046875 C -3.242188,-0.597656 -3.25,-0.625 -3.25,-0.65625 c -0.00781,-0.03125 -0.015625,-0.070312 -0.015625,-0.125 0,-0.050781 0.00781,-0.09375 0.015625,-0.125 0,-0.03125 0.00781,-0.054688 0.015625,-0.078125 0,-0.019531 0.011719,-0.03125 0.03125,-0.03125 0.011719,-0.00781 0.027344,-0.015625 0.046875,-0.015625 H -2.75 c -0.195312,-0.175781 -0.335938,-0.347656 -0.421875,-0.515625 -0.09375,-0.175781 -0.140625,-0.351563 -0.140625,-0.53125 0,-0.195313 0.039062,-0.363281 0.109375,-0.5 0.0625,-0.144531 0.152344,-0.257813 0.265625,-0.34375 0.117188,-0.09375 0.25,-0.15625 0.40625,-0.1875 0.15625,-0.039063 0.34375,-0.0625 0.5625,-0.0625 z m 0,0"
           id="path194"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph2-5"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m -0.921875,-2.453125 c 0.15625,0 0.296875,0.03125 0.421875,0.09375 0.125,0.054687 0.230469,0.136719 0.3125,0.25 0.085938,0.105469 0.1484375,0.230469 0.1875,0.375 0.0390625,0.148437 0.0625,0.308594 0.0625,0.484375 0,0.117188 -0.0117188,0.226562 -0.03125,0.328125 -0.0117188,0.09375 -0.02734375,0.183594 -0.046875,0.265625 -0.03125,0.074219 -0.0625,0.136719 -0.09375,0.1875 -0.03125,0.054688 -0.054687,0.09375 -0.078125,0.125 -0.019531,0.023438 -0.050781,0.039062 -0.09375,0.046875 -0.039062,0.011719 -0.097656,0.015625 -0.171875,0.015625 -0.039063,0 -0.078125,0 -0.109375,0 C -0.59375,-0.289062 -0.613281,-0.296875 -0.625,-0.296875 -0.644531,-0.304688 -0.660156,-0.316406 -0.671875,-0.328125 -0.679688,-0.335938 -0.6875,-0.351562 -0.6875,-0.375 c 0,-0.019531 0.015625,-0.054688 0.046875,-0.109375 0.03125,-0.050781 0.070313,-0.109375 0.109375,-0.171875 0.03125,-0.070312 0.0625,-0.15625 0.09375,-0.25 0.03125,-0.101562 0.046875,-0.222656 0.046875,-0.359375 0,-0.09375 -0.007813,-0.175781 -0.03125,-0.25 C -0.441406,-1.597656 -0.46875,-1.664062 -0.5,-1.71875 c -0.039062,-0.0625 -0.09375,-0.101562 -0.15625,-0.125 -0.0625,-0.03125 -0.132812,-0.046875 -0.21875,-0.046875 -0.09375,0 -0.164062,0.023437 -0.21875,0.0625 -0.0625,0.042969 -0.113281,0.101563 -0.15625,0.171875 -0.050781,0.074219 -0.09375,0.15625 -0.125,0.25 -0.03125,0.09375 -0.066406,0.1875 -0.109375,0.28125 -0.039063,0.09375 -0.082031,0.1875 -0.125,0.28125 -0.050781,0.09375 -0.113281,0.179688 -0.1875,0.25 -0.070313,0.074219 -0.15625,0.132812 -0.25,0.171875 -0.101563,0.042969 -0.222656,0.0625 -0.359375,0.0625 -0.113281,0 -0.226562,-0.019531 -0.34375,-0.0625 -0.113281,-0.050781 -0.210938,-0.117187 -0.296875,-0.203125 -0.082031,-0.09375 -0.144531,-0.207031 -0.1875,-0.34375 -0.050781,-0.144531 -0.078125,-0.3125 -0.078125,-0.5 0,-0.082031 0.00781,-0.164062 0.015625,-0.25 0.011719,-0.082031 0.027344,-0.15625 0.046875,-0.21875 0.023438,-0.070312 0.046875,-0.128906 0.078125,-0.171875 0.023437,-0.050781 0.042969,-0.085937 0.0625,-0.109375 0.011719,-0.019531 0.027344,-0.035156 0.046875,-0.046875 0.011719,-0.00781 0.027344,-0.015625 0.046875,-0.015625 0.011719,0 0.03125,0 0.0625,0 0.023437,-0.00781 0.054687,-0.015625 0.09375,-0.015625 0.03125,0 0.0625,0.00781 0.09375,0.015625 0.03125,0 0.058594,0.00781 0.078125,0.015625 0.011719,0 0.023438,0.00781 0.03125,0.015625 0.011719,0.011719 0.015625,0.027344 0.015625,0.046875 0,0.023437 -0.00781,0.054687 -0.03125,0.09375 -0.03125,0.03125 -0.054687,0.078125 -0.078125,0.140625 -0.03125,0.0625 -0.054688,0.136719 -0.078125,0.21875 -0.03125,0.085938 -0.046875,0.179688 -0.046875,0.28125 0,0.09375 0.011719,0.179688 0.03125,0.25 0.023438,0.074219 0.054688,0.136719 0.09375,0.1875 0.042969,0.042969 0.089844,0.078125 0.140625,0.109375 0.054687,0.023437 0.109375,0.03125 0.171875,0.03125 0.09375,0 0.171875,-0.019531 0.234375,-0.0625 0.054687,-0.050781 0.105469,-0.113281 0.15625,-0.1875 0.042969,-0.070313 0.085937,-0.15625 0.125,-0.25 0.03125,-0.09375 0.070313,-0.1875 0.109375,-0.28125 0.042969,-0.09375 0.089844,-0.1875 0.140625,-0.28125 0.042969,-0.101563 0.101563,-0.191406 0.171875,-0.265625 0.0625,-0.070312 0.140625,-0.128906 0.234375,-0.171875 0.09375,-0.039063 0.210937,-0.0625 0.34375,-0.0625 z m 0,0"
           id="path197"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph2-6"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m -0.078125,-5.09375 c 0.0117188,0 0.0273438,0.00781 0.046875,0.015625 0.0117188,0.011719 0.0234375,0.027344 0.03125,0.046875 0,0.023438 0,0.054688 0,0.09375 0.0078125,0.03125 0.015625,0.074219 0.015625,0.125 0,0.0625 -0.0078125,0.117188 -0.015625,0.15625 0,0.03125 0,0.058594 0,0.078125 -0.0078125,0.023437 -0.0195312,0.039063 -0.03125,0.046875 -0.0195312,0.011719 -0.0351562,0.015625 -0.046875,0.015625 h -1.875 c -0.132813,0 -0.253906,0.011719 -0.359375,0.03125 -0.101562,0.023437 -0.191406,0.058594 -0.265625,0.109375 -0.082031,0.054688 -0.144531,0.121094 -0.1875,0.203125 -0.039063,0.074219 -0.0625,0.164063 -0.0625,0.265625 0,0.125 0.054687,0.257812 0.15625,0.390625 0.09375,0.125 0.242187,0.265625 0.4375,0.421875 h 2.15625 c 0.0117188,0 0.0273438,0.00781 0.046875,0.015625 0.0117188,0.011719 0.0234375,0.027344 0.03125,0.046875 0,0.023438 0,0.054688 0,0.09375 0.0078125,0.03125 0.015625,0.078125 0.015625,0.140625 0,0.054687 -0.0078125,0.101563 -0.015625,0.140625 0,0.03125 0,0.058594 0,0.078125 -0.0078125,0.023437 -0.0195312,0.039063 -0.03125,0.046875 -0.0195312,0.011719 -0.0351562,0.015625 -0.046875,0.015625 h -1.875 c -0.132813,0 -0.253906,0.011719 -0.359375,0.03125 -0.101562,0.023437 -0.191406,0.058594 -0.265625,0.109375 -0.082031,0.054688 -0.144531,0.121094 -0.1875,0.203125 -0.039063,0.074219 -0.0625,0.164063 -0.0625,0.265625 0,0.125 0.054687,0.257812 0.15625,0.390625 0.09375,0.136719 0.242187,0.277344 0.4375,0.421875 h 2.15625 c 0.0117188,0 0.0273438,0.00781 0.046875,0.015625 0.0117188,0.011719 0.0234375,0.027344 0.03125,0.046875 0,0.023438 0,0.054688 0,0.09375 0.0078125,0.03125 0.015625,0.078125 0.015625,0.140625 0,0.054687 -0.0078125,0.101563 -0.015625,0.140625 0,0.03125 0,0.058594 0,0.078125 -0.0078125,0.023437 -0.0195312,0.039063 -0.03125,0.046875 -0.0195312,0.011719 -0.0351562,0.015625 -0.046875,0.015625 H -3.15625 c -0.019531,0 -0.035156,-0.003906 -0.046875,-0.015625 -0.019531,-0.007812 -0.03125,-0.023438 -0.03125,-0.046875 C -3.242188,-0.597656 -3.25,-0.625 -3.25,-0.65625 c -0.00781,-0.03125 -0.015625,-0.070312 -0.015625,-0.125 0,-0.050781 0.00781,-0.09375 0.015625,-0.125 0,-0.03125 0.00781,-0.054688 0.015625,-0.078125 0,-0.019531 0.011719,-0.03125 0.03125,-0.03125 0.011719,-0.00781 0.027344,-0.015625 0.046875,-0.015625 H -2.75 c -0.195312,-0.175781 -0.335938,-0.34375 -0.421875,-0.5 -0.09375,-0.164062 -0.140625,-0.332031 -0.140625,-0.5 0,-0.125 0.015625,-0.238281 0.046875,-0.34375 0.023437,-0.101562 0.0625,-0.191406 0.125,-0.265625 0.054687,-0.082031 0.117187,-0.148437 0.1875,-0.203125 0.074219,-0.050781 0.15625,-0.097656 0.25,-0.140625 -0.113281,-0.09375 -0.207031,-0.1875 -0.28125,-0.28125 -0.082031,-0.09375 -0.144531,-0.179687 -0.1875,-0.265625 -0.050781,-0.09375 -0.085937,-0.175781 -0.109375,-0.25 -0.019531,-0.082031 -0.03125,-0.164062 -0.03125,-0.25 0,-0.195312 0.039062,-0.363281 0.109375,-0.5 0.0625,-0.132812 0.152344,-0.242188 0.265625,-0.328125 0.117188,-0.082031 0.25,-0.140625 0.40625,-0.171875 0.15625,-0.039062 0.324219,-0.0625 0.5,-0.0625 z m 0,0"
           id="path200"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph2-7"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m -0.078125,-1.09375 c 0.0117188,0 0.0273438,0.00781 0.046875,0.015625 0.0117188,0.011719 0.0234375,0.027344 0.03125,0.046875 0,0.023438 0,0.054688 0,0.09375 0.0078125,0.03125 0.015625,0.078125 0.015625,0.140625 0,0.054687 -0.0078125,0.101563 -0.015625,0.140625 0,0.03125 0,0.058594 0,0.078125 -0.0078125,0.023437 -0.0195312,0.039063 -0.03125,0.046875 -0.0195312,0.011719 -0.0351562,0.015625 -0.046875,0.015625 H -3.15625 c -0.019531,0 -0.035156,-0.003906 -0.046875,-0.015625 -0.019531,-0.007812 -0.03125,-0.023438 -0.03125,-0.046875 C -3.242188,-0.597656 -3.25,-0.625 -3.25,-0.65625 c -0.00781,-0.039062 -0.015625,-0.085938 -0.015625,-0.140625 0,-0.0625 0.00781,-0.109375 0.015625,-0.140625 0,-0.039062 0.00781,-0.070312 0.015625,-0.09375 0,-0.019531 0.011719,-0.035156 0.03125,-0.046875 0.011719,-0.00781 0.027344,-0.015625 0.046875,-0.015625 z m -4.125,-0.0625 c 0.136719,0 0.230469,0.027344 0.28125,0.078125 0.042969,0.054687 0.0625,0.148437 0.0625,0.28125 0,0.125 -0.019531,0.214844 -0.0625,0.265625 -0.050781,0.054688 -0.140625,0.078125 -0.265625,0.078125 -0.132812,0 -0.222656,-0.023437 -0.265625,-0.078125 -0.050781,-0.050781 -0.078125,-0.144531 -0.078125,-0.28125 0,-0.125 0.027344,-0.210938 0.078125,-0.265625 0.042969,-0.050781 0.125,-0.078125 0.25,-0.078125 z m 0,0"
           id="path203"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph2-8"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m -0.3125,-2.125 c 0.0625,0 0.117188,0.00781 0.15625,0.015625 0.042969,0.011719 0.0742188,0.027344 0.09375,0.046875 0.0117188,0.011719 0.0273438,0.039062 0.046875,0.078125 0.01171875,0.03125 0.01953125,0.074219 0.03125,0.125 0.0078125,0.042969 0.0195312,0.089844 0.03125,0.140625 0.0078125,0.054688 0.015625,0.105469 0.015625,0.15625 0,0.167969 -0.0234375,0.308594 -0.0625,0.421875 -0.0390625,0.117187 -0.101562,0.210937 -0.1875,0.28125 -0.09375,0.074219 -0.203125,0.125 -0.328125,0.15625 -0.132813,0.03125 -0.289063,0.046875 -0.46875,0.046875 H -2.78125 v 0.4375 c 0,0.03125 -0.015625,0.058594 -0.046875,0.078125 -0.039063,0.023437 -0.101563,0.03125 -0.1875,0.03125 -0.039063,0 -0.078125,0 -0.109375,0 -0.03125,-0.007813 -0.054688,-0.019531 -0.078125,-0.03125 -0.019531,-0.007813 -0.03125,-0.019531 -0.03125,-0.03125 C -3.242188,-0.191406 -3.25,-0.210938 -3.25,-0.234375 V -0.65625 h -0.734375 c -0.00781,0 -0.019531,-0.003906 -0.03125,-0.015625 C -4.035156,-0.679688 -4.050781,-0.695312 -4.0625,-0.71875 -4.070312,-0.738281 -4.078125,-0.765625 -4.078125,-0.796875 -4.085938,-0.835938 -4.09375,-0.882812 -4.09375,-0.9375 c 0,-0.050781 0.00781,-0.09375 0.015625,-0.125 0,-0.039062 0.00781,-0.070312 0.015625,-0.09375 0.011719,-0.019531 0.027344,-0.035156 0.046875,-0.046875 0.011719,-0.00781 0.023437,-0.015625 0.03125,-0.015625 H -3.25 v -0.796875 c 0,-0.00781 0.00781,-0.019531 0.015625,-0.03125 0,-0.019531 0.011719,-0.035156 0.03125,-0.046875 0.023437,-0.00781 0.046875,-0.015625 0.078125,-0.015625 0.03125,-0.00781 0.070312,-0.015625 0.109375,-0.015625 0.085937,0 0.148437,0.011719 0.1875,0.03125 0.03125,0.023438 0.046875,0.046875 0.046875,0.078125 v 0.796875 h 1.71875 c 0.210938,0 0.371094,-0.03125 0.484375,-0.09375 0.105469,-0.0625 0.15625,-0.175781 0.15625,-0.34375 0,-0.050781 -0.003906,-0.097656 -0.015625,-0.140625 C -0.445312,-1.835938 -0.457031,-1.875 -0.46875,-1.90625 -0.476562,-1.9375 -0.488281,-1.960938 -0.5,-1.984375 c -0.007812,-0.019531 -0.015625,-0.039063 -0.015625,-0.0625 0,-0.00781 0.007813,-0.019531 0.015625,-0.03125 0,-0.00781 0.011719,-0.015625 0.03125,-0.015625 0.011719,-0.00781 0.03125,-0.015625 0.0625,-0.015625 C -0.382812,-2.117188 -0.351562,-2.125 -0.3125,-2.125 Z m 0,0"
           id="path206"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph2-9"
         style="overflow:visible">
        <path
           style="stroke:none"
           d=""
           id="path209"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph2-10"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m -1.75,-3.140625 c 0.085938,0 0.148438,0.023437 0.1875,0.0625 0.03125,0.042969 0.046875,0.09375 0.046875,0.15625 v 2.015625 c 0.179687,0 0.335937,-0.015625 0.46875,-0.046875 0.136719,-0.039063 0.257813,-0.097656 0.359375,-0.171875 0.09375,-0.082031 0.167969,-0.1875 0.21875,-0.3125 0.054688,-0.132812 0.078125,-0.296875 0.078125,-0.484375 0,-0.144531 -0.007813,-0.269531 -0.03125,-0.375 C -0.453125,-2.410156 -0.476562,-2.507812 -0.5,-2.59375 c -0.03125,-0.082031 -0.054688,-0.148438 -0.078125,-0.203125 -0.03125,-0.0625 -0.046875,-0.101563 -0.046875,-0.125 0,-0.019531 0.007812,-0.035156 0.015625,-0.046875 0,-0.00781 0.011719,-0.019531 0.03125,-0.03125 0.023437,-0.00781 0.046875,-0.015625 0.078125,-0.015625 0.023438,0 0.054688,0 0.09375,0 0.03125,0 0.058594,0 0.078125,0 0.023437,0 0.042969,0.00781 0.0625,0.015625 0.011719,0 0.027344,0.00781 0.046875,0.015625 0.011719,0 0.023438,0.011719 0.03125,0.03125 0.011719,0.011719 0.03125,0.046875 0.0625,0.109375 0.03125,0.0625 0.0625,0.140625 0.09375,0.234375 0.0234375,0.09375 0.0390625,0.210937 0.0625,0.34375 0.0195312,0.125 0.03125,0.261719 0.03125,0.40625 0,0.25 -0.03125,0.476563 -0.09375,0.671875 -0.070312,0.1875 -0.175781,0.351562 -0.3125,0.484375 -0.144531,0.125 -0.320312,0.226563 -0.53125,0.296875 -0.207031,0.0625 -0.453125,0.09375 -0.734375,0.09375 -0.257813,0 -0.492187,-0.03125 -0.703125,-0.09375 -0.21875,-0.070312 -0.398438,-0.171875 -0.546875,-0.296875 -0.144531,-0.132813 -0.253906,-0.289063 -0.328125,-0.46875 -0.082031,-0.1875 -0.125,-0.394531 -0.125,-0.625 0,-0.238281 0.042969,-0.441406 0.125,-0.609375 0.074219,-0.175781 0.179688,-0.316406 0.3125,-0.421875 0.125,-0.113281 0.277344,-0.191406 0.453125,-0.234375 0.179687,-0.050781 0.367187,-0.078125 0.5625,-0.078125 z m -0.171875,0.5625 C -2.222656,-2.585938 -2.457031,-2.519531 -2.625,-2.375 c -0.164062,0.136719 -0.25,0.339844 -0.25,0.609375 0,0.136719 0.027344,0.257813 0.078125,0.359375 0.054687,0.105469 0.125,0.195312 0.21875,0.265625 0.085937,0.074219 0.183594,0.132813 0.296875,0.171875 0.117188,0.03125 0.234375,0.054688 0.359375,0.0625 z m 0,0"
           id="path212"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph2-11"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 0.890625,-1.84375 c 0.070313,0 0.125,0.011719 0.15625,0.03125 0.03125,0.011719 0.046875,0.03125 0.046875,0.0625 v 0.875 c 0,0.03125 -0.00781,0.0625 -0.015625,0.09375 C 1.066406,-0.757812 1.050781,-0.738281 1.03125,-0.71875 1.019531,-0.695312 1,-0.679688 0.96875,-0.671875 0.9375,-0.660156 0.898438,-0.65625 0.859375,-0.65625 h -5.40625 c -0.039063,0 -0.078125,-0.003906 -0.109375,-0.015625 -0.03125,-0.007813 -0.054688,-0.023437 -0.078125,-0.046875 -0.019531,-0.019531 -0.03125,-0.039062 -0.03125,-0.0625 C -4.773438,-0.8125 -4.78125,-0.84375 -4.78125,-0.875 V -1.75 c 0,-0.00781 0.00781,-0.019531 0.015625,-0.03125 0,-0.00781 0.011719,-0.019531 0.03125,-0.03125 0.023437,-0.00781 0.046875,-0.015625 0.078125,-0.015625 0.023438,-0.00781 0.054688,-0.015625 0.09375,-0.015625 0.074219,0 0.125,0.011719 0.15625,0.03125 0.03125,0.011719 0.046875,0.03125 0.046875,0.0625 v 0.5625 H 0.6875 V -1.75 c 0,-0.00781 0,-0.019531 0,-0.03125 0.007812,-0.00781 0.019531,-0.019531 0.03125,-0.03125 0.019531,-0.00781 0.039062,-0.015625 0.0625,-0.015625 0.03125,-0.00781 0.066406,-0.015625 0.109375,-0.015625 z m 0,0"
           id="path215"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph2-12"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m -0.09375,-5.390625 c 0.0234375,0 0.0429688,0.00781 0.0625,0.015625 0.0117188,0 0.0234375,0.015625 0.03125,0.046875 0,0.023437 0,0.046875 0,0.078125 0.0078125,0.03125 0.015625,0.078125 0.015625,0.140625 0,0.054687 -0.0078125,0.101563 -0.015625,0.140625 0,0.03125 0,0.058594 0,0.078125 -0.0078125,0.023437 -0.0195312,0.039063 -0.03125,0.046875 -0.0195312,0.011719 -0.0390625,0.015625 -0.0625,0.015625 H -3.9375 V -4.8125 l 3.859375,1.5625 c 0.0234375,0.011719 0.0390625,0.023438 0.046875,0.03125 0.0117188,0.011719 0.0234375,0.03125 0.03125,0.0625 0.0078125,0.023438 0.015625,0.046875 0.015625,0.078125 0,0.03125 0,0.074219 0,0.125 0,0.042969 -0.0078125,0.085937 -0.015625,0.125 0,0.03125 0,0.058594 0,0.078125 -0.0078125,0.023438 -0.0195312,0.042969 -0.03125,0.0625 -0.0078125,0.011719 -0.0234375,0.015625 -0.046875,0.015625 L -3.9375,-1.15625 h 3.84375 c 0.0234375,0 0.0429688,0.00781 0.0625,0.015625 C -0.0195312,-1.128906 -0.0078125,-1.113281 0,-1.09375 0,-1.070312 0,-1.039062 0,-1 c 0.0078125,0.03125 0.015625,0.074219 0.015625,0.125 0,0.0625 -0.0078125,0.117188 -0.015625,0.15625 0,0.03125 0,0.058594 0,0.078125 -0.0078125,0.023437 -0.0195312,0.039063 -0.03125,0.046875 -0.0195312,0 -0.0390625,0 -0.0625,0 h -4.0625 c -0.09375,0 -0.160156,-0.019531 -0.203125,-0.0625 -0.039063,-0.050781 -0.0625,-0.109375 -0.0625,-0.171875 V -1.1875 c 0,-0.070312 0.011719,-0.132812 0.03125,-0.1875 0.011719,-0.050781 0.03125,-0.097656 0.0625,-0.140625 0.023437,-0.039063 0.058594,-0.078125 0.109375,-0.109375 0.042969,-0.03125 0.09375,-0.054688 0.15625,-0.078125 l 3.203125,-1.28125 V -3 l -3.1875,-1.328125 C -4.117188,-4.347656 -4.175781,-4.375 -4.21875,-4.40625 -4.269531,-4.4375 -4.3125,-4.46875 -4.34375,-4.5 -4.375,-4.539062 -4.394531,-4.582031 -4.40625,-4.625 -4.414062,-4.664062 -4.421875,-4.71875 -4.421875,-4.78125 v -0.359375 c 0,-0.039063 0.00781,-0.078125 0.015625,-0.109375 0.011719,-0.03125 0.027344,-0.054688 0.046875,-0.078125 0.023437,-0.019531 0.046875,-0.035156 0.078125,-0.046875 0.03125,-0.00781 0.074219,-0.015625 0.125,-0.015625 z m 0,0"
           id="path218"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph2-13"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m -1.671875,-3.359375 c 0.273437,0 0.515625,0.03125 0.734375,0.09375 0.210938,0.0625 0.390625,0.152344 0.546875,0.265625 0.148437,0.105469 0.261719,0.242188 0.34375,0.40625 0.0703125,0.167969 0.109375,0.359375 0.109375,0.578125 0,0.085937 -0.0117188,0.167969 -0.03125,0.25 -0.0117188,0.074219 -0.03515625,0.152344 -0.078125,0.234375 -0.0390625,0.074219 -0.085937,0.148438 -0.140625,0.21875 -0.0625,0.074219 -0.132812,0.148438 -0.21875,0.21875 h 1.546875 c 0.00781,0 0.019531,0.00781 0.03125,0.015625 0.019531,0.011719 0.035156,0.027344 0.046875,0.046875 0.00781,0.023438 0.015625,0.054688 0.015625,0.09375 0.00781,0.03125 0.015625,0.078125 0.015625,0.140625 0,0.054687 -0.00781,0.101563 -0.015625,0.140625 0,0.03125 -0.00781,0.058594 -0.015625,0.078125 -0.011719,0.023437 -0.027344,0.039063 -0.046875,0.046875 -0.011719,0.011719 -0.023437,0.015625 -0.03125,0.015625 H -3.15625 c -0.019531,0 -0.035156,-0.003906 -0.046875,-0.015625 -0.019531,-0.007812 -0.03125,-0.023438 -0.03125,-0.046875 C -3.242188,-0.597656 -3.25,-0.625 -3.25,-0.65625 c -0.00781,-0.03125 -0.015625,-0.066406 -0.015625,-0.109375 0,-0.050781 0.00781,-0.09375 0.015625,-0.125 0,-0.03125 0.00781,-0.054687 0.015625,-0.078125 0,-0.019531 0.011719,-0.03125 0.03125,-0.03125 0.011719,-0.00781 0.027344,-0.015625 0.046875,-0.015625 H -2.75 C -2.84375,-1.109375 -2.925781,-1.195312 -3,-1.28125 -3.070312,-1.375 -3.128906,-1.460938 -3.171875,-1.546875 -3.222656,-1.640625 -3.257812,-1.726562 -3.28125,-1.8125 -3.300781,-1.90625 -3.3125,-2.003906 -3.3125,-2.109375 c 0,-0.226563 0.042969,-0.421875 0.125,-0.578125 0.085938,-0.15625 0.203125,-0.28125 0.359375,-0.375 0.148437,-0.101562 0.324219,-0.175781 0.53125,-0.21875 0.199219,-0.050781 0.40625,-0.078125 0.625,-0.078125 z m 0.0625,0.59375 c -0.15625,0 -0.304687,0.015625 -0.453125,0.046875 -0.144531,0.023438 -0.273438,0.0625 -0.390625,0.125 -0.113281,0.054688 -0.203125,0.132812 -0.265625,0.234375 -0.070312,0.09375 -0.109375,0.214844 -0.109375,0.359375 0,0.074219 0.011719,0.148438 0.03125,0.21875 0.023437,0.074219 0.058594,0.148438 0.109375,0.21875 0.042969,0.074219 0.105469,0.152344 0.1875,0.234375 0.074219,0.074219 0.164062,0.152344 0.265625,0.234375 H -1 c 0.1875,-0.144531 0.335938,-0.285156 0.4375,-0.421875 0.09375,-0.144531 0.140625,-0.296875 0.140625,-0.453125 0,-0.132812 -0.03125,-0.253906 -0.09375,-0.359375 -0.070313,-0.101563 -0.164063,-0.1875 -0.28125,-0.25 -0.113281,-0.0625 -0.238281,-0.109375 -0.375,-0.140625 -0.144531,-0.03125 -0.289063,-0.046875 -0.4375,-0.046875 z m 0,0"
           id="path221"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph2-14"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 0.859375,-1.5 c 0.039063,0 0.078125,0.011719 0.109375,0.03125 0.03125,0.011719 0.050781,0.027344 0.0625,0.046875 0.019531,0.023437 0.035156,0.046875 0.046875,0.078125 0.00781,0.023438 0.015625,0.042969 0.015625,0.0625 v 0.875 c 0,0.03125 -0.015625,0.058594 -0.046875,0.078125 -0.03125,0.011719 -0.085937,0.015625 -0.15625,0.015625 -0.042969,0 -0.078125,0 -0.109375,0 -0.023438,0 -0.042969,-0.003906 -0.0625,-0.015625 -0.011719,-0.007813 -0.023438,-0.019531 -0.03125,-0.03125 0,-0.019531 0,-0.035156 0,-0.046875 v -0.5625 h -5.046875 v 0.5625 c 0,0.03125 -0.015625,0.058594 -0.046875,0.078125 -0.03125,0.011719 -0.082031,0.015625 -0.15625,0.015625 -0.039062,0 -0.070312,0 -0.09375,0 -0.03125,0 -0.054688,-0.003906 -0.078125,-0.015625 -0.019531,-0.007813 -0.03125,-0.019531 -0.03125,-0.03125 -0.00781,-0.019531 -0.015625,-0.035156 -0.015625,-0.046875 v -0.875 c 0,-0.019531 0.00781,-0.039062 0.015625,-0.0625 0,-0.03125 0.011719,-0.054688 0.03125,-0.078125 C -4.710938,-1.441406 -4.6875,-1.457031 -4.65625,-1.46875 -4.625,-1.488281 -4.585938,-1.5 -4.546875,-1.5 Z m 0,0"
           id="path224"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph3-0"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="M 3.34375,-4.421875 V 0 H 0.15625 V -4.421875 Z M 3.046875,-0.28125 V -4.140625 H 0.4375 V -0.28125 Z M 2.625,-2.921875 c 0,0.136719 -0.023438,0.257813 -0.0625,0.359375 -0.042969,0.105469 -0.101562,0.195312 -0.171875,0.265625 -0.074219,0.074219 -0.15625,0.132813 -0.25,0.171875 C 2.046875,-2.082031 1.9375,-2.0625 1.8125,-2.0625 l -0.015625,0.53125 c 0,0.023438 -0.015625,0.039062 -0.046875,0.046875 -0.03125,0 -0.078125,0 -0.140625,0 -0.03125,0 -0.0625,0 -0.09375,0 -0.023437,0 -0.039063,0 -0.046875,0 C 1.457031,-1.492188 1.445312,-1.5 1.4375,-1.5 1.425781,-1.507812 1.421875,-1.519531 1.421875,-1.53125 L 1.40625,-2.171875 c 0,-0.0625 0.015625,-0.109375 0.046875,-0.140625 0.03125,-0.03125 0.070313,-0.046875 0.125,-0.046875 h 0.0625 c 0.101563,0 0.1875,-0.00781 0.25,-0.03125 C 1.960938,-2.421875 2.019531,-2.457031 2.0625,-2.5 2.101562,-2.550781 2.132812,-2.609375 2.15625,-2.671875 2.175781,-2.742188 2.1875,-2.816406 2.1875,-2.890625 2.1875,-3.054688 2.132812,-3.1875 2.03125,-3.28125 1.9375,-3.382812 1.789062,-3.4375 1.59375,-3.4375 c -0.09375,0 -0.179688,0.011719 -0.25,0.03125 -0.0625,0.011719 -0.121094,0.027344 -0.171875,0.046875 -0.054687,0.023437 -0.09375,0.042969 -0.125,0.0625 -0.03125,0.023437 -0.058594,0.03125 -0.078125,0.03125 0,0 -0.007812,0 -0.015625,0 -0.011719,-0.00781 -0.023437,-0.019531 -0.03125,-0.03125 0,-0.00781 -0.007813,-0.023437 -0.015625,-0.046875 0,-0.03125 0,-0.0625 0,-0.09375 0,-0.039062 0,-0.070312 0,-0.09375 0.007812,-0.03125 0.023438,-0.050781 0.046875,-0.0625 0.019531,-0.019531 0.050781,-0.039062 0.09375,-0.0625 0.039063,-0.019531 0.09375,-0.039062 0.15625,-0.0625 0.0625,-0.019531 0.128906,-0.035156 0.203125,-0.046875 0.082031,-0.00781 0.160156,-0.015625 0.234375,-0.015625 0.175781,0 0.320313,0.027344 0.4375,0.078125 0.125,0.042969 0.222656,0.101563 0.296875,0.171875 0.082031,0.074219 0.144531,0.167969 0.1875,0.28125 0.039062,0.105469 0.0625,0.214844 0.0625,0.328125 z M 1.875,-0.9375 c 0,0.054688 -0.00781,0.09375 -0.015625,0.125 0,0.03125 -0.011719,0.058594 -0.03125,0.078125 C 1.804688,-0.710938 1.78125,-0.695312 1.75,-0.6875 1.71875,-0.675781 1.675781,-0.671875 1.625,-0.671875 1.570312,-0.671875 1.53125,-0.675781 1.5,-0.6875 1.46875,-0.695312 1.441406,-0.710938 1.421875,-0.734375 1.398438,-0.753906 1.382812,-0.78125 1.375,-0.8125 1.363281,-0.84375 1.359375,-0.882812 1.359375,-0.9375 c 0,-0.039062 0.00391,-0.078125 0.015625,-0.109375 0.00781,-0.039063 0.023438,-0.070313 0.046875,-0.09375 C 1.441406,-1.160156 1.46875,-1.171875 1.5,-1.171875 1.53125,-1.179688 1.570312,-1.1875 1.625,-1.1875 c 0.050781,0 0.09375,0.00781 0.125,0.015625 0.03125,0 0.054688,0.011719 0.078125,0.03125 0.019531,0.023437 0.03125,0.054687 0.03125,0.09375 C 1.867188,-1.015625 1.875,-0.976562 1.875,-0.9375 Z M 0,1.359375 Z m 0,0"
           id="path227"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph3-1"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 3.359375,-4.171875 c 0,0.042969 -0.00781,0.078125 -0.015625,0.109375 0,0.03125 -0.00781,0.058594 -0.015625,0.078125 C 3.316406,-3.960938 3.300781,-3.945312 3.28125,-3.9375 3.269531,-3.925781 3.257812,-3.921875 3.25,-3.921875 H 2 v 3.828125 c 0,0.0234375 -0.00781,0.0429688 -0.015625,0.0625 C 1.972656,-0.0195312 1.957031,-0.0078125 1.9375,0 1.914062,0 1.882812,0 1.84375,0 1.8125,0.0078125 1.765625,0.015625 1.703125,0.015625 1.648438,0.015625 1.601562,0.0078125 1.5625,0 1.519531,0 1.488281,0 1.46875,0 1.445312,-0.0078125 1.429688,-0.0195312 1.421875,-0.03125 1.410156,-0.0507812 1.40625,-0.0703125 1.40625,-0.09375 V -3.921875 H 0.171875 c -0.023437,0 -0.042969,-0.00391 -0.0625,-0.015625 C 0.0976562,-3.945312 0.0859375,-3.960938 0.078125,-3.984375 0.0664062,-4.003906 0.0546875,-4.03125 0.046875,-4.0625 c 0,-0.03125 0,-0.066406 0,-0.109375 0,-0.039063 0,-0.078125 0,-0.109375 0.0078125,-0.03125 0.0195312,-0.054688 0.03125,-0.078125 0.0078125,-0.019531 0.0195312,-0.035156 0.03125,-0.046875 0.019531,-0.00781 0.039063,-0.015625 0.0625,-0.015625 H 3.25 c 0.00781,0 0.019531,0.00781 0.03125,0.015625 0.019531,0.011719 0.035156,0.027344 0.046875,0.046875 0.00781,0.023437 0.015625,0.046875 0.015625,0.078125 0.00781,0.03125 0.015625,0.070312 0.015625,0.109375 z m 0,0"
           id="path230"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph3-2"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 1.09375,-0.078125 c 0,0.0117188 -0.00781,0.0273438 -0.015625,0.046875 C 1.066406,-0.0195312 1.050781,-0.0078125 1.03125,0 1.007812,0 0.976562,0 0.9375,0 0.90625,0.0078125 0.859375,0.015625 0.796875,0.015625 0.742188,0.015625 0.695312,0.0078125 0.65625,0 0.625,0 0.597656,0 0.578125,0 0.554688,-0.0078125 0.539062,-0.0195312 0.53125,-0.03125 0.519531,-0.0507812 0.515625,-0.0664062 0.515625,-0.078125 V -3.15625 c 0,-0.019531 0.003906,-0.035156 0.015625,-0.046875 0.007812,-0.019531 0.023438,-0.03125 0.046875,-0.03125 C 0.597656,-3.242188 0.625,-3.25 0.65625,-3.25 c 0.039062,-0.00781 0.085938,-0.015625 0.140625,-0.015625 0.0625,0 0.109375,0.00781 0.140625,0.015625 0.039062,0 0.070312,0.00781 0.09375,0.015625 0.019531,0 0.035156,0.011719 0.046875,0.03125 0.00781,0.011719 0.015625,0.027344 0.015625,0.046875 z m 0.0625,-4.125 c 0,0.136719 -0.027344,0.230469 -0.078125,0.28125 -0.054687,0.042969 -0.148437,0.0625 -0.28125,0.0625 -0.125,0 -0.214844,-0.019531 -0.265625,-0.0625 C 0.476562,-3.972656 0.453125,-4.0625 0.453125,-4.1875 c 0,-0.132812 0.023437,-0.222656 0.078125,-0.265625 0.050781,-0.050781 0.144531,-0.078125 0.28125,-0.078125 0.125,0 0.210938,0.027344 0.265625,0.078125 0.050781,0.042969 0.078125,0.125 0.078125,0.25 z m 0,0"
           id="path233"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph3-3"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 5.09375,-0.078125 c 0,0.0117188 -0.00781,0.0273438 -0.015625,0.046875 C 5.066406,-0.0195312 5.050781,-0.0078125 5.03125,0 5.007812,0 4.976562,0 4.9375,0 4.90625,0.0078125 4.863281,0.015625 4.8125,0.015625 4.75,0.015625 4.695312,0.0078125 4.65625,0 4.625,0 4.597656,0 4.578125,0 4.554688,-0.0078125 4.539062,-0.0195312 4.53125,-0.03125 4.519531,-0.0507812 4.515625,-0.0664062 4.515625,-0.078125 v -1.875 c 0,-0.132813 -0.011719,-0.253906 -0.03125,-0.359375 C 4.460938,-2.414062 4.425781,-2.503906 4.375,-2.578125 4.320312,-2.660156 4.253906,-2.722656 4.171875,-2.765625 c -0.074219,-0.039063 -0.164063,-0.0625 -0.265625,-0.0625 -0.125,0 -0.257812,0.054687 -0.390625,0.15625 -0.125,0.09375 -0.265625,0.242187 -0.421875,0.4375 v 2.15625 c 0,0.0117188 -0.00781,0.0273438 -0.015625,0.046875 C 3.066406,-0.0195312 3.050781,-0.0078125 3.03125,0 3.007812,0 2.976562,0 2.9375,0 2.90625,0.0078125 2.859375,0.015625 2.796875,0.015625 2.742188,0.015625 2.695312,0.0078125 2.65625,0 2.625,0 2.597656,0 2.578125,0 2.554688,-0.0078125 2.539062,-0.0195312 2.53125,-0.03125 2.519531,-0.0507812 2.515625,-0.0664062 2.515625,-0.078125 v -1.875 c 0,-0.132813 -0.011719,-0.253906 -0.03125,-0.359375 C 2.460938,-2.414062 2.425781,-2.503906 2.375,-2.578125 2.320312,-2.660156 2.253906,-2.722656 2.171875,-2.765625 c -0.074219,-0.039063 -0.164063,-0.0625 -0.265625,-0.0625 -0.125,0 -0.257812,0.054687 -0.390625,0.15625 -0.136719,0.09375 -0.277344,0.242187 -0.421875,0.4375 v 2.15625 c 0,0.0117188 -0.00781,0.0273438 -0.015625,0.046875 C 1.066406,-0.0195312 1.050781,-0.0078125 1.03125,0 1.007812,0 0.976562,0 0.9375,0 0.90625,0.0078125 0.859375,0.015625 0.796875,0.015625 0.742188,0.015625 0.695312,0.0078125 0.65625,0 0.625,0 0.597656,0 0.578125,0 0.554688,-0.0078125 0.539062,-0.0195312 0.53125,-0.03125 0.519531,-0.0507812 0.515625,-0.0664062 0.515625,-0.078125 V -3.15625 c 0,-0.019531 0.003906,-0.035156 0.015625,-0.046875 0.007812,-0.019531 0.023438,-0.03125 0.046875,-0.03125 C 0.597656,-3.242188 0.625,-3.25 0.65625,-3.25 c 0.03125,-0.00781 0.070312,-0.015625 0.125,-0.015625 0.050781,0 0.09375,0.00781 0.125,0.015625 0.03125,0 0.054688,0.00781 0.078125,0.015625 0.019531,0 0.03125,0.011719 0.03125,0.03125 0.00781,0.011719 0.015625,0.027344 0.015625,0.046875 V -2.75 c 0.175781,-0.195312 0.34375,-0.335938 0.5,-0.421875 0.164062,-0.09375 0.332031,-0.140625 0.5,-0.140625 0.125,0 0.238281,0.015625 0.34375,0.046875 0.101562,0.023437 0.191406,0.0625 0.265625,0.125 0.082031,0.054687 0.148437,0.117187 0.203125,0.1875 0.050781,0.074219 0.097656,0.15625 0.140625,0.25 0.09375,-0.113281 0.1875,-0.207031 0.28125,-0.28125 0.09375,-0.082031 0.179687,-0.144531 0.265625,-0.1875 0.09375,-0.050781 0.175781,-0.085937 0.25,-0.109375 0.082031,-0.019531 0.164062,-0.03125 0.25,-0.03125 0.195312,0 0.363281,0.039062 0.5,0.109375 0.132812,0.0625 0.242188,0.152344 0.328125,0.265625 0.082031,0.117188 0.140625,0.25 0.171875,0.40625 0.039062,0.15625 0.0625,0.324219 0.0625,0.5 z m 0,0"
           id="path236"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph3-4"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 3.140625,-1.75 c 0,0.085938 -0.023437,0.148438 -0.0625,0.1875 -0.042969,0.03125 -0.09375,0.046875 -0.15625,0.046875 H 0.90625 c 0,0.179687 0.015625,0.335937 0.046875,0.46875 0.039063,0.136719 0.097656,0.257813 0.171875,0.359375 0.082031,0.09375 0.1875,0.167969 0.3125,0.21875 0.132812,0.054688 0.296875,0.078125 0.484375,0.078125 0.144531,0 0.269531,-0.007813 0.375,-0.03125 C 2.410156,-0.453125 2.507812,-0.476562 2.59375,-0.5 c 0.082031,-0.03125 0.148438,-0.054688 0.203125,-0.078125 0.0625,-0.03125 0.101563,-0.046875 0.125,-0.046875 0.019531,0 0.035156,0.007812 0.046875,0.015625 0.00781,0 0.019531,0.011719 0.03125,0.03125 0.00781,0.023437 0.015625,0.046875 0.015625,0.078125 0,0.023438 0,0.054688 0,0.09375 0,0.03125 0,0.058594 0,0.078125 0,0.023437 -0.00781,0.042969 -0.015625,0.0625 0,0.011719 -0.00781,0.027344 -0.015625,0.046875 0,0.011719 -0.011719,0.023438 -0.03125,0.03125 -0.011719,0.011719 -0.046875,0.03125 -0.109375,0.0625 -0.0625,0.03125 -0.140625,0.0625 -0.234375,0.09375 -0.09375,0.0234375 -0.210937,0.0390625 -0.34375,0.0625 -0.125,0.0195312 -0.261719,0.03125 -0.40625,0.03125 -0.25,0 -0.476563,-0.03125 -0.671875,-0.09375 C 1,-0.101562 0.835938,-0.207031 0.703125,-0.34375 0.578125,-0.488281 0.476562,-0.664062 0.40625,-0.875 0.34375,-1.082031 0.3125,-1.328125 0.3125,-1.609375 c 0,-0.257813 0.03125,-0.492187 0.09375,-0.703125 0.070312,-0.21875 0.171875,-0.398438 0.296875,-0.546875 0.132813,-0.144531 0.289063,-0.253906 0.46875,-0.328125 0.1875,-0.082031 0.394531,-0.125 0.625,-0.125 0.238281,0 0.441406,0.042969 0.609375,0.125 0.175781,0.074219 0.316406,0.179688 0.421875,0.3125 0.113281,0.125 0.191406,0.277344 0.234375,0.453125 0.050781,0.179687 0.078125,0.367187 0.078125,0.5625 z m -0.5625,-0.171875 C 2.585938,-2.222656 2.519531,-2.457031 2.375,-2.625 2.238281,-2.789062 2.035156,-2.875 1.765625,-2.875 c -0.136719,0 -0.257813,0.027344 -0.359375,0.078125 -0.105469,0.054687 -0.195312,0.125 -0.265625,0.21875 -0.074219,0.085937 -0.132813,0.183594 -0.171875,0.296875 -0.03125,0.117188 -0.054688,0.234375 -0.0625,0.359375 z m 0,0"
           id="path239"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph3-5"
         style="overflow:visible">
        <path
           style="stroke:none"
           d=""
           id="path242"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph3-6"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.453125,-0.921875 c 0,0.15625 -0.03125,0.296875 -0.09375,0.421875 -0.054687,0.125 -0.136719,0.230469 -0.25,0.3125 C 2.003906,-0.101562 1.878906,-0.0390625 1.734375,0 1.585938,0.0390625 1.425781,0.0625 1.25,0.0625 1.132812,0.0625 1.023438,0.0507812 0.921875,0.03125 0.828125,0.0195312 0.738281,0.00390625 0.65625,-0.015625 0.582031,-0.046875 0.519531,-0.078125 0.46875,-0.109375 0.414062,-0.140625 0.375,-0.164062 0.34375,-0.1875 0.320312,-0.207031 0.304688,-0.238281 0.296875,-0.28125 0.285156,-0.320312 0.28125,-0.378906 0.28125,-0.453125 c 0,-0.039063 0,-0.078125 0,-0.109375 C 0.289062,-0.59375 0.296875,-0.613281 0.296875,-0.625 0.304688,-0.644531 0.316406,-0.660156 0.328125,-0.671875 0.335938,-0.679688 0.351562,-0.6875 0.375,-0.6875 c 0.019531,0 0.054688,0.015625 0.109375,0.046875 0.050781,0.03125 0.109375,0.070313 0.171875,0.109375 0.070312,0.03125 0.15625,0.0625 0.25,0.09375 0.101562,0.03125 0.222656,0.046875 0.359375,0.046875 0.09375,0 0.175781,-0.007813 0.25,-0.03125 C 1.597656,-0.441406 1.664062,-0.46875 1.71875,-0.5 c 0.0625,-0.039062 0.101562,-0.09375 0.125,-0.15625 0.03125,-0.0625 0.046875,-0.132812 0.046875,-0.21875 0,-0.09375 -0.023437,-0.164062 -0.0625,-0.21875 C 1.785156,-1.15625 1.726562,-1.207031 1.65625,-1.25 1.582031,-1.300781 1.5,-1.34375 1.40625,-1.375 1.3125,-1.40625 1.21875,-1.441406 1.125,-1.484375 1.03125,-1.523438 0.9375,-1.566406 0.84375,-1.609375 0.75,-1.660156 0.664062,-1.722656 0.59375,-1.796875 c -0.074219,-0.070313 -0.132812,-0.15625 -0.171875,-0.25 -0.042969,-0.101563 -0.0625,-0.222656 -0.0625,-0.359375 0,-0.113281 0.019531,-0.226562 0.0625,-0.34375 0.050781,-0.113281 0.117187,-0.210938 0.203125,-0.296875 0.09375,-0.082031 0.207031,-0.144531 0.34375,-0.1875 0.144531,-0.050781 0.3125,-0.078125 0.5,-0.078125 0.082031,0 0.164062,0.00781 0.25,0.015625 0.082031,0.011719 0.15625,0.027344 0.21875,0.046875 0.070312,0.023438 0.128906,0.046875 0.171875,0.078125 0.050781,0.023437 0.085937,0.042969 0.109375,0.0625 0.019531,0.011719 0.035156,0.027344 0.046875,0.046875 0.00781,0.011719 0.015625,0.027344 0.015625,0.046875 0,0.011719 0,0.03125 0,0.0625 0.00781,0.023437 0.015625,0.054687 0.015625,0.09375 0,0.03125 -0.00781,0.0625 -0.015625,0.09375 0,0.03125 -0.00781,0.058594 -0.015625,0.078125 0,0.011719 -0.00781,0.023438 -0.015625,0.03125 -0.011719,0.011719 -0.027344,0.015625 -0.046875,0.015625 -0.023437,0 -0.054687,-0.00781 -0.09375,-0.03125 C 2.078125,-2.703125 2.03125,-2.726562 1.96875,-2.75 1.90625,-2.78125 1.832031,-2.804688 1.75,-2.828125 1.664062,-2.859375 1.570312,-2.875 1.46875,-2.875 c -0.09375,0 -0.179688,0.011719 -0.25,0.03125 C 1.144531,-2.820312 1.082031,-2.789062 1.03125,-2.75 0.988281,-2.707031 0.953125,-2.660156 0.921875,-2.609375 0.898438,-2.554688 0.890625,-2.5 0.890625,-2.4375 c 0,0.09375 0.019531,0.171875 0.0625,0.234375 0.050781,0.054687 0.113281,0.105469 0.1875,0.15625 0.070313,0.042969 0.15625,0.085937 0.25,0.125 0.09375,0.03125 0.1875,0.070313 0.28125,0.109375 0.09375,0.042969 0.1875,0.089844 0.28125,0.140625 0.101563,0.042969 0.191406,0.101563 0.265625,0.171875 0.070312,0.0625 0.128906,0.140625 0.171875,0.234375 0.039063,0.09375 0.0625,0.210937 0.0625,0.34375 z m 0,0"
           id="path245"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph3-7"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 3.171875,-0.078125 c 0,0.0117188 -0.00781,0.0273438 -0.015625,0.046875 C 3.144531,-0.0195312 3.128906,-0.0078125 3.109375,0 3.085938,0 3.054688,0 3.015625,0 2.984375,0.0078125 2.941406,0.015625 2.890625,0.015625 2.835938,0.015625 2.789062,0.0078125 2.75,0 2.71875,0 2.691406,0 2.671875,0 2.648438,-0.0078125 2.632812,-0.0195312 2.625,-0.03125 2.613281,-0.0507812 2.609375,-0.0664062 2.609375,-0.078125 v -1.8125 C 2.609375,-2.066406 2.59375,-2.207031 2.5625,-2.3125 2.539062,-2.414062 2.503906,-2.503906 2.453125,-2.578125 2.398438,-2.660156 2.332031,-2.722656 2.25,-2.765625 c -0.085938,-0.039063 -0.183594,-0.0625 -0.296875,-0.0625 -0.136719,0 -0.277344,0.054687 -0.421875,0.15625 -0.148438,0.09375 -0.292969,0.242187 -0.4375,0.4375 v 2.15625 c 0,0.0117188 -0.00781,0.0273438 -0.015625,0.046875 C 1.066406,-0.0195312 1.050781,-0.0078125 1.03125,0 1.007812,0 0.976562,0 0.9375,0 0.90625,0.0078125 0.859375,0.015625 0.796875,0.015625 0.742188,0.015625 0.695312,0.0078125 0.65625,0 0.625,0 0.597656,0 0.578125,0 0.554688,-0.0078125 0.539062,-0.0195312 0.53125,-0.03125 0.519531,-0.0507812 0.515625,-0.0664062 0.515625,-0.078125 V -3.15625 c 0,-0.019531 0.003906,-0.035156 0.015625,-0.046875 0.007812,-0.019531 0.023438,-0.03125 0.046875,-0.03125 C 0.597656,-3.242188 0.625,-3.25 0.65625,-3.25 c 0.03125,-0.00781 0.070312,-0.015625 0.125,-0.015625 0.050781,0 0.09375,0.00781 0.125,0.015625 0.03125,0 0.054688,0.00781 0.078125,0.015625 0.019531,0 0.03125,0.011719 0.03125,0.03125 0.00781,0.011719 0.015625,0.027344 0.015625,0.046875 V -2.75 c 0.175781,-0.195312 0.347656,-0.335938 0.515625,-0.421875 0.175781,-0.09375 0.351563,-0.140625 0.53125,-0.140625 0.195313,0 0.363281,0.039062 0.5,0.109375 0.144531,0.0625 0.257813,0.152344 0.34375,0.265625 0.09375,0.117188 0.15625,0.25 0.1875,0.40625 0.039063,0.15625 0.0625,0.34375 0.0625,0.5625 z m 0,0"
           id="path248"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph3-8"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.734375,-0.546875 c 0,0.03125 0,0.0625 0,0.09375 0,0.03125 -0.00781,0.058594 -0.015625,0.078125 -0.011719,0.011719 -0.023438,0.027344 -0.03125,0.046875 0,0.011719 -0.015625,0.03125 -0.046875,0.0625 -0.03125,0.03125 -0.085937,0.070313 -0.15625,0.109375 -0.0625,0.042969 -0.136719,0.078125 -0.21875,0.109375 C 2.179688,-0.015625 2.085938,0.0078125 1.984375,0.03125 1.890625,0.0507812 1.785156,0.0625 1.671875,0.0625 1.453125,0.0625 1.253906,0.0234375 1.078125,-0.046875 0.910156,-0.117188 0.769531,-0.222656 0.65625,-0.359375 0.539062,-0.503906 0.453125,-0.675781 0.390625,-0.875 0.335938,-1.082031 0.3125,-1.320312 0.3125,-1.59375 c 0,-0.300781 0.035156,-0.554688 0.109375,-0.765625 0.070313,-0.21875 0.171875,-0.394531 0.296875,-0.53125 0.132812,-0.144531 0.285156,-0.25 0.453125,-0.3125 C 1.347656,-3.273438 1.539062,-3.3125 1.75,-3.3125 c 0.09375,0 0.1875,0.011719 0.28125,0.03125 0.09375,0.023438 0.175781,0.046875 0.25,0.078125 0.082031,0.023437 0.148438,0.054687 0.203125,0.09375 0.0625,0.042969 0.101563,0.078125 0.125,0.109375 0.03125,0.023438 0.050781,0.042969 0.0625,0.0625 0.00781,0.011719 0.019531,0.027344 0.03125,0.046875 0.00781,0.023437 0.015625,0.046875 0.015625,0.078125 0,0.023438 0,0.054688 0,0.09375 0,0.09375 -0.011719,0.164062 -0.03125,0.203125 -0.023438,0.03125 -0.046875,0.046875 -0.078125,0.046875 -0.03125,0 -0.070313,-0.019531 -0.109375,-0.0625 -0.042969,-0.039062 -0.101562,-0.082031 -0.171875,-0.125 -0.074219,-0.039062 -0.15625,-0.082031 -0.25,-0.125 -0.09375,-0.039062 -0.210937,-0.0625 -0.34375,-0.0625 -0.273437,0 -0.480469,0.105469 -0.625,0.3125 -0.148437,0.210938 -0.21875,0.515625 -0.21875,0.921875 0,0.199219 0.019531,0.371094 0.0625,0.515625 0.039063,0.148438 0.097656,0.273438 0.171875,0.375 0.070312,0.09375 0.160156,0.167969 0.265625,0.21875 0.101563,0.054688 0.222656,0.078125 0.359375,0.078125 0.125,0 0.234375,-0.019531 0.328125,-0.0625 0.101563,-0.039063 0.191406,-0.082031 0.265625,-0.125 0.070312,-0.050781 0.128906,-0.097656 0.171875,-0.140625 0.050781,-0.039062 0.09375,-0.0625 0.125,-0.0625 0.019531,0 0.035156,0.007812 0.046875,0.015625 0.00781,0.011719 0.015625,0.027344 0.015625,0.046875 0.00781,0.023438 0.015625,0.046875 0.015625,0.078125 0.00781,0.03125 0.015625,0.074219 0.015625,0.125 z m 0,0"
           id="path251"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph3-9"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.84375,-0.078125 c 0,0.0234375 -0.011719,0.0429688 -0.03125,0.0625 C 2.789062,-0.00390625 2.765625,0 2.734375,0 2.703125,0.0078125 2.65625,0.015625 2.59375,0.015625 2.539062,0.015625 2.492188,0.0078125 2.453125,0 2.421875,0 2.394531,-0.00390625 2.375,-0.015625 2.363281,-0.0351562 2.359375,-0.0546875 2.359375,-0.078125 v -0.3125 C 2.222656,-0.242188 2.070312,-0.128906 1.90625,-0.046875 1.738281,0.0234375 1.5625,0.0625 1.375,0.0625 1.21875,0.0625 1.070312,0.0390625 0.9375,0 0.8125,-0.0390625 0.703125,-0.0976562 0.609375,-0.171875 0.515625,-0.253906 0.441406,-0.351562 0.390625,-0.46875 0.335938,-0.59375 0.3125,-0.726562 0.3125,-0.875 c 0,-0.164062 0.035156,-0.3125 0.109375,-0.4375 0.070313,-0.132812 0.171875,-0.242188 0.296875,-0.328125 0.132812,-0.082031 0.296875,-0.144531 0.484375,-0.1875 0.195313,-0.039063 0.414063,-0.0625 0.65625,-0.0625 H 2.28125 v -0.25 c 0,-0.113281 -0.015625,-0.210937 -0.046875,-0.296875 -0.023437,-0.09375 -0.0625,-0.171875 -0.125,-0.234375 -0.054687,-0.0625 -0.125,-0.109375 -0.21875,-0.140625 -0.085937,-0.03125 -0.1875,-0.046875 -0.3125,-0.046875 -0.136719,0 -0.261719,0.015625 -0.375,0.046875 C 1.085938,-2.78125 0.988281,-2.742188 0.90625,-2.703125 0.820312,-2.660156 0.753906,-2.625 0.703125,-2.59375 c -0.054687,0.03125 -0.09375,0.046875 -0.125,0.046875 -0.023437,0 -0.039063,0 -0.046875,0 C 0.519531,-2.554688 0.507812,-2.570312 0.5,-2.59375 0.488281,-2.613281 0.476562,-2.632812 0.46875,-2.65625 c 0,-0.03125 0,-0.066406 0,-0.109375 0,-0.050781 0,-0.09375 0,-0.125 0.007812,-0.03125 0.03125,-0.0625 0.0625,-0.09375 0.03125,-0.03125 0.082031,-0.066406 0.15625,-0.109375 0.082031,-0.039062 0.171875,-0.078125 0.265625,-0.109375 0.09375,-0.03125 0.195313,-0.054687 0.3125,-0.078125 0.125,-0.019531 0.242187,-0.03125 0.359375,-0.03125 0.21875,0 0.40625,0.027344 0.5625,0.078125 0.15625,0.042969 0.28125,0.117187 0.375,0.21875 0.09375,0.09375 0.160156,0.214844 0.203125,0.359375 0.050781,0.148438 0.078125,0.3125 0.078125,0.5 z m -0.5625,-1.40625 H 1.796875 c -0.15625,0 -0.292969,0.015625 -0.40625,0.046875 -0.117187,0.023438 -0.210937,0.058594 -0.28125,0.109375 C 1.035156,-1.273438 0.976562,-1.210938 0.9375,-1.140625 0.90625,-1.078125 0.890625,-1 0.890625,-0.90625 c 0,0.167969 0.050781,0.296875 0.15625,0.390625 0.101563,0.09375 0.242187,0.140625 0.421875,0.140625 0.144531,0 0.28125,-0.035156 0.40625,-0.109375 0.132812,-0.082031 0.269531,-0.195313 0.40625,-0.34375 z m 0,0"
           id="path254"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph3-10"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.328125,-2.953125 c 0,0.042969 -0.00781,0.085937 -0.015625,0.125 0,0.03125 -0.00781,0.058594 -0.015625,0.078125 0,0.023438 -0.00781,0.039062 -0.015625,0.046875 C 2.269531,-2.691406 2.253906,-2.6875 2.234375,-2.6875 2.210938,-2.6875 2.1875,-2.691406 2.15625,-2.703125 2.132812,-2.710938 2.109375,-2.722656 2.078125,-2.734375 2.046875,-2.742188 2.007812,-2.753906 1.96875,-2.765625 1.925781,-2.773438 1.878906,-2.78125 1.828125,-2.78125 1.773438,-2.78125 1.722656,-2.769531 1.671875,-2.75 1.617188,-2.726562 1.5625,-2.691406 1.5,-2.640625 c -0.0625,0.054687 -0.132812,0.125 -0.203125,0.21875 -0.0625,0.085937 -0.132813,0.1875 -0.203125,0.3125 v 2.03125 c 0,0.0117188 -0.00781,0.0273438 -0.015625,0.046875 C 1.066406,-0.0195312 1.050781,-0.0078125 1.03125,0 1.007812,0 0.976562,0 0.9375,0 0.90625,0.0078125 0.859375,0.015625 0.796875,0.015625 0.742188,0.015625 0.695312,0.0078125 0.65625,0 0.625,0 0.597656,0 0.578125,0 0.554688,-0.0078125 0.539062,-0.0195312 0.53125,-0.03125 0.519531,-0.0507812 0.515625,-0.0664062 0.515625,-0.078125 V -3.15625 c 0,-0.019531 0.003906,-0.035156 0.015625,-0.046875 0.007812,-0.019531 0.023438,-0.03125 0.046875,-0.03125 C 0.597656,-3.242188 0.625,-3.25 0.65625,-3.25 c 0.03125,-0.00781 0.070312,-0.015625 0.125,-0.015625 0.050781,0 0.09375,0.00781 0.125,0.015625 0.03125,0 0.054688,0.00781 0.078125,0.015625 0.019531,0 0.03125,0.011719 0.03125,0.03125 0.00781,0.011719 0.015625,0.027344 0.015625,0.046875 v 0.4375 C 1.113281,-2.84375 1.191406,-2.941406 1.265625,-3.015625 1.335938,-3.085938 1.40625,-3.144531 1.46875,-3.1875 1.539062,-3.238281 1.609375,-3.269531 1.671875,-3.28125 1.742188,-3.300781 1.8125,-3.3125 1.875,-3.3125 c 0.03125,0 0.0625,0 0.09375,0 0.039062,0 0.082031,0.00781 0.125,0.015625 0.039062,0.011719 0.078125,0.023437 0.109375,0.03125 0.03125,0.011719 0.050781,0.027344 0.0625,0.046875 0.019531,0.011719 0.03125,0.023438 0.03125,0.03125 0.00781,0.011719 0.015625,0.027344 0.015625,0.046875 0,0.011719 0,0.03125 0,0.0625 0.00781,0.03125 0.015625,0.074219 0.015625,0.125 z m 0,0"
           id="path257"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph3-11"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 3.171875,-0.078125 c 0,0.0117188 -0.00781,0.0273438 -0.015625,0.046875 C 3.144531,-0.0195312 3.128906,-0.0078125 3.109375,0 3.085938,0 3.054688,0 3.015625,0 2.984375,0.0078125 2.941406,0.015625 2.890625,0.015625 2.835938,0.015625 2.789062,0.0078125 2.75,0 2.71875,0 2.691406,0 2.671875,0 2.648438,-0.0078125 2.632812,-0.0195312 2.625,-0.03125 2.613281,-0.0507812 2.609375,-0.0664062 2.609375,-0.078125 v -1.8125 C 2.609375,-2.066406 2.59375,-2.207031 2.5625,-2.3125 2.539062,-2.414062 2.503906,-2.503906 2.453125,-2.578125 2.398438,-2.660156 2.332031,-2.722656 2.25,-2.765625 c -0.085938,-0.039063 -0.183594,-0.0625 -0.296875,-0.0625 -0.136719,0 -0.277344,0.054687 -0.421875,0.15625 -0.148438,0.09375 -0.292969,0.242187 -0.4375,0.4375 v 2.15625 c 0,0.0117188 -0.00781,0.0273438 -0.015625,0.046875 C 1.066406,-0.0195312 1.050781,-0.0078125 1.03125,0 1.007812,0 0.976562,0 0.9375,0 0.90625,0.0078125 0.859375,0.015625 0.796875,0.015625 0.742188,0.015625 0.695312,0.0078125 0.65625,0 0.625,0 0.597656,0 0.578125,0 0.554688,-0.0078125 0.539062,-0.0195312 0.53125,-0.03125 0.519531,-0.0507812 0.515625,-0.0664062 0.515625,-0.078125 V -4.65625 c 0,-0.00781 0.003906,-0.019531 0.015625,-0.03125 C 0.539062,-4.707031 0.554688,-4.722656 0.578125,-4.734375 0.597656,-4.742188 0.625,-4.75 0.65625,-4.75 c 0.039062,-0.00781 0.085938,-0.015625 0.140625,-0.015625 0.0625,0 0.109375,0.00781 0.140625,0.015625 0.039062,0 0.070312,0.00781 0.09375,0.015625 0.019531,0.011719 0.035156,0.027344 0.046875,0.046875 0.00781,0.011719 0.015625,0.023438 0.015625,0.03125 v 1.84375 c 0.15625,-0.164062 0.316406,-0.289062 0.484375,-0.375 0.164063,-0.082031 0.332031,-0.125 0.5,-0.125 0.195313,0 0.363281,0.039062 0.5,0.109375 0.144531,0.0625 0.257813,0.152344 0.34375,0.265625 0.09375,0.117188 0.15625,0.25 0.1875,0.40625 0.039063,0.15625 0.0625,0.351562 0.0625,0.578125 z m 0,0"
           id="path260"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph3-12"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.125,-0.3125 c 0,0.0625 -0.00781,0.117188 -0.015625,0.15625 C 2.097656,-0.113281 2.082031,-0.0820312 2.0625,-0.0625 2.050781,-0.0507812 2.023438,-0.0351562 1.984375,-0.015625 1.953125,-0.00390625 1.910156,0.00390625 1.859375,0.015625 1.816406,0.0234375 1.769531,0.0351562 1.71875,0.046875 1.664062,0.0546875 1.613281,0.0625 1.5625,0.0625 1.394531,0.0625 1.253906,0.0390625 1.140625,0 1.023438,-0.0390625 0.929688,-0.101562 0.859375,-0.1875 0.785156,-0.28125 0.734375,-0.390625 0.703125,-0.515625 0.671875,-0.648438 0.65625,-0.804688 0.65625,-0.984375 V -2.78125 h -0.4375 c -0.03125,0 -0.058594,-0.015625 -0.078125,-0.046875 -0.023437,-0.039063 -0.03125,-0.101563 -0.03125,-0.1875 0,-0.039063 0,-0.078125 0,-0.109375 0.007813,-0.03125 0.019531,-0.054688 0.03125,-0.078125 0.007813,-0.019531 0.019531,-0.03125 0.03125,-0.03125 C 0.191406,-3.242188 0.210938,-3.25 0.234375,-3.25 H 0.65625 v -0.734375 c 0,-0.00781 0.003906,-0.019531 0.015625,-0.03125 C 0.679688,-4.035156 0.695312,-4.050781 0.71875,-4.0625 0.738281,-4.070312 0.765625,-4.078125 0.796875,-4.078125 0.835938,-4.085938 0.882812,-4.09375 0.9375,-4.09375 c 0.050781,0 0.09375,0.00781 0.125,0.015625 0.039062,0 0.070312,0.00781 0.09375,0.015625 0.019531,0.011719 0.035156,0.027344 0.046875,0.046875 0.00781,0.011719 0.015625,0.023437 0.015625,0.03125 V -3.25 h 0.796875 c 0.00781,0 0.019531,0.00781 0.03125,0.015625 0.019531,0 0.035156,0.011719 0.046875,0.03125 0.00781,0.023437 0.015625,0.046875 0.015625,0.078125 0.00781,0.03125 0.015625,0.070312 0.015625,0.109375 0,0.085937 -0.011719,0.148437 -0.03125,0.1875 -0.023438,0.03125 -0.046875,0.046875 -0.078125,0.046875 H 1.21875 v 1.71875 c 0,0.210938 0.03125,0.371094 0.09375,0.484375 0.0625,0.105469 0.175781,0.15625 0.34375,0.15625 0.050781,0 0.097656,-0.003906 0.140625,-0.015625 C 1.835938,-0.445312 1.875,-0.457031 1.90625,-0.46875 1.9375,-0.476562 1.960938,-0.488281 1.984375,-0.5 c 0.019531,-0.007812 0.039063,-0.015625 0.0625,-0.015625 0.00781,0 0.019531,0.007813 0.03125,0.015625 0.00781,0 0.015625,0.011719 0.015625,0.03125 0.00781,0.011719 0.015625,0.03125 0.015625,0.0625 C 2.117188,-0.382812 2.125,-0.351562 2.125,-0.3125 Z m 0,0"
           id="path263"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph3-13"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 1.84375,0.890625 c 0,0.070313 -0.011719,0.125 -0.03125,0.15625 C 1.800781,1.078125 1.78125,1.09375 1.75,1.09375 H 0.875 C 0.84375,1.09375 0.8125,1.085938 0.78125,1.078125 0.757812,1.066406 0.738281,1.050781 0.71875,1.03125 0.695312,1.019531 0.679688,1 0.671875,0.96875 0.660156,0.9375 0.65625,0.898438 0.65625,0.859375 v -5.40625 c 0,-0.039063 0.003906,-0.078125 0.015625,-0.109375 0.007813,-0.03125 0.023437,-0.054688 0.046875,-0.078125 0.019531,-0.019531 0.039062,-0.03125 0.0625,-0.03125 C 0.8125,-4.773438 0.84375,-4.78125 0.875,-4.78125 H 1.75 c 0.00781,0 0.019531,0.00781 0.03125,0.015625 0.00781,0 0.019531,0.011719 0.03125,0.03125 0.00781,0.023437 0.015625,0.046875 0.015625,0.078125 0.00781,0.023438 0.015625,0.054688 0.015625,0.09375 0,0.074219 -0.011719,0.125 -0.03125,0.15625 C 1.800781,-4.375 1.78125,-4.359375 1.75,-4.359375 H 1.1875 V 0.6875 H 1.75 c 0.00781,0 0.019531,0 0.03125,0 0.00781,0.007812 0.019531,0.019531 0.03125,0.03125 0.00781,0.019531 0.015625,0.039062 0.015625,0.0625 0.00781,0.03125 0.015625,0.066406 0.015625,0.109375 z m 0,0"
           id="path266"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph3-14"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="M 1.5,0.859375 C 1.5,0.898438 1.488281,0.9375 1.46875,0.96875 1.457031,1 1.441406,1.019531 1.421875,1.03125 1.398438,1.050781 1.375,1.066406 1.34375,1.078125 1.320312,1.085938 1.300781,1.09375 1.28125,1.09375 h -0.875 C 0.375,1.09375 0.347656,1.078125 0.328125,1.046875 0.316406,1.015625 0.3125,0.960938 0.3125,0.890625 c 0,-0.042969 0,-0.078125 0,-0.109375 0,-0.023438 0.003906,-0.042969 0.015625,-0.0625 0.007813,-0.011719 0.019531,-0.023438 0.03125,-0.03125 0.019531,0 0.035156,0 0.046875,0 h 0.5625 V -4.359375 H 0.40625 C 0.375,-4.359375 0.347656,-4.375 0.328125,-4.40625 0.316406,-4.4375 0.3125,-4.488281 0.3125,-4.5625 c 0,-0.039062 0,-0.070312 0,-0.09375 0,-0.03125 0.003906,-0.054688 0.015625,-0.078125 0.007813,-0.019531 0.019531,-0.03125 0.03125,-0.03125 0.019531,-0.00781 0.035156,-0.015625 0.046875,-0.015625 h 0.875 c 0.019531,0 0.039062,0.00781 0.0625,0.015625 0.03125,0 0.054688,0.011719 0.078125,0.03125 C 1.441406,-4.710938 1.457031,-4.6875 1.46875,-4.65625 1.488281,-4.625 1.5,-4.585938 1.5,-4.546875 Z m 0,0"
           id="path269"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph4-0"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="M 4.296875,-5.6875 V 0 H 0.1875 v -5.6875 z m -0.375,5.328125 v -4.96875 H 0.5625 v 4.96875 z M 3.375,-3.75 c 0,0.167969 -0.027344,0.320312 -0.078125,0.453125 -0.054687,0.136719 -0.125,0.25 -0.21875,0.34375 C 2.984375,-2.859375 2.875,-2.785156 2.75,-2.734375 2.625,-2.679688 2.488281,-2.648438 2.34375,-2.640625 l -0.03125,0.65625 c 0,0.03125 -0.023438,0.054687 -0.0625,0.0625 -0.042969,0.011719 -0.105469,0.015625 -0.1875,0.015625 -0.042969,0 -0.078125,0 -0.109375,0 -0.023437,0 -0.042969,0 -0.0625,0 C 1.867188,-1.914062 1.851562,-1.925781 1.84375,-1.9375 1.832031,-1.945312 1.828125,-1.960938 1.828125,-1.984375 L 1.8125,-2.78125 C 1.800781,-2.875 1.816406,-2.9375 1.859375,-2.96875 1.898438,-3.007812 1.957031,-3.03125 2.03125,-3.03125 h 0.078125 c 0.132813,0 0.242187,-0.015625 0.328125,-0.046875 0.09375,-0.039063 0.164062,-0.085937 0.21875,-0.140625 0.050781,-0.0625 0.085938,-0.132812 0.109375,-0.21875 0.019531,-0.09375 0.03125,-0.1875 0.03125,-0.28125 0,-0.21875 -0.0625,-0.390625 -0.1875,-0.515625 -0.117187,-0.125 -0.304687,-0.1875 -0.5625,-0.1875 -0.117187,0 -0.21875,0.011719 -0.3125,0.03125 C 1.648438,-4.367188 1.570312,-4.34375 1.5,-4.3125 1.4375,-4.28125 1.382812,-4.253906 1.34375,-4.234375 1.300781,-4.210938 1.269531,-4.203125 1.25,-4.203125 c -0.011719,0 -0.023438,0 -0.03125,0 -0.011719,-0.00781 -0.023438,-0.019531 -0.03125,-0.03125 0,-0.019531 -0.00781,-0.039063 -0.015625,-0.0625 0,-0.03125 0,-0.070313 0,-0.125 0,-0.050781 0,-0.09375 0,-0.125 0.00781,-0.03125 0.023437,-0.054687 0.046875,-0.078125 0.019531,-0.019531 0.0625,-0.039062 0.125,-0.0625 0.0625,-0.03125 0.128906,-0.054688 0.203125,-0.078125 0.082031,-0.03125 0.171875,-0.050781 0.265625,-0.0625 0.101562,-0.019531 0.203125,-0.03125 0.296875,-0.03125 0.21875,0 0.40625,0.03125 0.5625,0.09375 C 2.835938,-4.710938 2.96875,-4.632812 3.0625,-4.53125 3.164062,-4.4375 3.242188,-4.320312 3.296875,-4.1875 3.347656,-4.050781 3.375,-3.90625 3.375,-3.75 Z m -0.96875,2.546875 c 0,0.0625 -0.00781,0.117187 -0.015625,0.15625 C 2.378906,-1.003906 2.363281,-0.96875 2.34375,-0.9375 2.320312,-0.914062 2.289062,-0.898438 2.25,-0.890625 2.207031,-0.878906 2.15625,-0.875 2.09375,-0.875 2.019531,-0.875 1.960938,-0.878906 1.921875,-0.890625 1.878906,-0.898438 1.84375,-0.914062 1.8125,-0.9375 1.789062,-0.96875 1.773438,-1.003906 1.765625,-1.046875 1.753906,-1.085938 1.75,-1.140625 1.75,-1.203125 c 0,-0.0625 0.00391,-0.113281 0.015625,-0.15625 0.00781,-0.039063 0.023437,-0.070313 0.046875,-0.09375 0.03125,-0.03125 0.066406,-0.050781 0.109375,-0.0625 0.039063,-0.00781 0.097656,-0.015625 0.171875,-0.015625 0.0625,0 0.113281,0.00781 0.15625,0.015625 0.039062,0.011719 0.070312,0.03125 0.09375,0.0625 0.019531,0.023437 0.035156,0.054687 0.046875,0.09375 0.00781,0.042969 0.015625,0.09375 0.015625,0.15625 z M 0,1.75 Z m 0,0"
           id="path272"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph4-1"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 4.3125,-5.359375 c 0,0.054687 -0.00781,0.101563 -0.015625,0.140625 0,0.042969 -0.00781,0.078125 -0.015625,0.109375 -0.011719,0.023437 -0.027344,0.039063 -0.046875,0.046875 -0.023437,0.011719 -0.042969,0.015625 -0.0625,0.015625 h -1.59375 v 4.9375 c 0,0.0234375 -0.011719,0.0429688 -0.03125,0.0625 -0.011719,0.0117188 -0.03125,0.0234375 -0.0625,0.03125 C 2.460938,-0.00390625 2.425781,0.00390625 2.375,0.015625 2.320312,0.0234375 2.257812,0.03125 2.1875,0.03125 2.125,0.03125 2.066406,0.0234375 2.015625,0.015625 1.960938,0.00390625 1.921875,-0.00390625 1.890625,-0.015625 1.859375,-0.0234375 1.835938,-0.0351562 1.828125,-0.046875 1.816406,-0.0664062 1.8125,-0.0859375 1.8125,-0.109375 v -4.9375 H 0.21875 c -0.023438,0 -0.042969,-0.00391 -0.0625,-0.015625 C 0.132812,-5.070312 0.117188,-5.085938 0.109375,-5.109375 0.0976562,-5.140625 0.0859375,-5.175781 0.078125,-5.21875 0.0664062,-5.257812 0.0625,-5.304688 0.0625,-5.359375 0.0625,-5.410156 0.0664062,-5.457031 0.078125,-5.5 0.0859375,-5.550781 0.0976562,-5.585938 0.109375,-5.609375 0.117188,-5.640625 0.132812,-5.660156 0.15625,-5.671875 0.175781,-5.679688 0.195312,-5.6875 0.21875,-5.6875 h 3.953125 c 0.019531,0 0.039063,0.00781 0.0625,0.015625 0.019531,0.011719 0.035156,0.03125 0.046875,0.0625 0.00781,0.023437 0.015625,0.058594 0.015625,0.109375 0.00781,0.042969 0.015625,0.089844 0.015625,0.140625 z m 0,0"
           id="path275"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph4-2"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 1.390625,-0.109375 c 0,0.0234375 -0.00781,0.0429688 -0.015625,0.0625 C 1.363281,-0.0351562 1.34375,-0.0195312 1.3125,0 1.289062,0.0078125 1.253906,0.015625 1.203125,0.015625 1.160156,0.0234375 1.101562,0.03125 1.03125,0.03125 0.957031,0.03125 0.894531,0.0234375 0.84375,0.015625 0.800781,0.015625 0.765625,0.0078125 0.734375,0 0.710938,-0.0195312 0.695312,-0.0351562 0.6875,-0.046875 0.675781,-0.0664062 0.671875,-0.0859375 0.671875,-0.109375 V -4.0625 c 0,-0.019531 0.003906,-0.039062 0.015625,-0.0625 0.007812,-0.019531 0.023438,-0.035156 0.046875,-0.046875 0.03125,-0.00781 0.066406,-0.015625 0.109375,-0.015625 0.050781,-0.00781 0.113281,-0.015625 0.1875,-0.015625 0.070312,0 0.128906,0.00781 0.171875,0.015625 0.050781,0 0.085937,0.00781 0.109375,0.015625 0.03125,0.011719 0.050781,0.027344 0.0625,0.046875 0.00781,0.023438 0.015625,0.042969 0.015625,0.0625 z m 0.09375,-5.296875 c 0,0.179688 -0.039063,0.296875 -0.109375,0.359375 -0.0625,0.054687 -0.179688,0.078125 -0.34375,0.078125 -0.167969,0 -0.289062,-0.023438 -0.359375,-0.078125 -0.0625,-0.0625 -0.09375,-0.175781 -0.09375,-0.34375 0,-0.164063 0.03125,-0.28125 0.09375,-0.34375 0.070313,-0.0625 0.191406,-0.09375 0.359375,-0.09375 0.175781,0 0.296875,0.03125 0.359375,0.09375 0.0625,0.054687 0.09375,0.164063 0.09375,0.328125 z m 0,0"
           id="path278"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph4-3"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 6.546875,-0.109375 c 0,0.0234375 -0.011719,0.0429688 -0.03125,0.0625 C 6.503906,-0.0351562 6.484375,-0.0195312 6.453125,0 6.429688,0.0078125 6.394531,0.015625 6.34375,0.015625 6.300781,0.0234375 6.242188,0.03125 6.171875,0.03125 6.097656,0.03125 6.035156,0.0234375 5.984375,0.015625 5.941406,0.015625 5.90625,0.0078125 5.875,0 5.851562,-0.0195312 5.835938,-0.0351562 5.828125,-0.046875 5.816406,-0.0664062 5.8125,-0.0859375 5.8125,-0.109375 v -2.40625 C 5.8125,-2.679688 5.796875,-2.832031 5.765625,-2.96875 5.734375,-3.101562 5.6875,-3.21875 5.625,-3.3125 5.5625,-3.414062 5.476562,-3.492188 5.375,-3.546875 c -0.09375,-0.0625 -0.210938,-0.09375 -0.34375,-0.09375 -0.167969,0 -0.339844,0.070313 -0.515625,0.203125 -0.167969,0.125 -0.351563,0.3125 -0.546875,0.5625 v 2.765625 c 0,0.0234375 -0.00781,0.0429688 -0.015625,0.0625 C 3.941406,-0.0351562 3.921875,-0.0195312 3.890625,0 3.859375,0.0078125 3.816406,0.015625 3.765625,0.015625 3.722656,0.0234375 3.671875,0.03125 3.609375,0.03125 3.535156,0.03125 3.472656,0.0234375 3.421875,0.015625 3.378906,0.015625 3.34375,0.0078125 3.3125,0 3.289062,-0.0195312 3.273438,-0.0351562 3.265625,-0.046875 3.253906,-0.0664062 3.25,-0.0859375 3.25,-0.109375 v -2.40625 c 0,-0.164063 -0.023438,-0.316406 -0.0625,-0.453125 -0.03125,-0.132812 -0.078125,-0.25 -0.140625,-0.34375 -0.0625,-0.101562 -0.148437,-0.179688 -0.25,-0.234375 -0.09375,-0.0625 -0.210937,-0.09375 -0.34375,-0.09375 -0.167969,0 -0.335937,0.070313 -0.5,0.203125 -0.167969,0.125 -0.355469,0.3125 -0.5625,0.5625 v 2.765625 c 0,0.0234375 -0.00781,0.0429688 -0.015625,0.0625 C 1.363281,-0.0351562 1.34375,-0.0195312 1.3125,0 1.289062,0.0078125 1.253906,0.015625 1.203125,0.015625 1.160156,0.0234375 1.101562,0.03125 1.03125,0.03125 0.957031,0.03125 0.894531,0.0234375 0.84375,0.015625 0.800781,0.015625 0.765625,0.0078125 0.734375,0 0.710938,-0.0195312 0.695312,-0.0351562 0.6875,-0.046875 0.675781,-0.0664062 0.671875,-0.0859375 0.671875,-0.109375 V -4.0625 c 0,-0.019531 0.003906,-0.039062 0.015625,-0.0625 C 0.695312,-4.144531 0.710938,-4.160156 0.734375,-4.171875 0.765625,-4.179688 0.800781,-4.1875 0.84375,-4.1875 0.882812,-4.195312 0.9375,-4.203125 1,-4.203125 c 0.0625,0 0.113281,0.00781 0.15625,0.015625 0.039062,0 0.070312,0.00781 0.09375,0.015625 0.03125,0.011719 0.050781,0.027344 0.0625,0.046875 0.00781,0.023438 0.015625,0.042969 0.015625,0.0625 v 0.515625 c 0.21875,-0.25 0.429687,-0.429687 0.640625,-0.546875 0.21875,-0.113281 0.429688,-0.171875 0.640625,-0.171875 0.164063,0 0.3125,0.023437 0.4375,0.0625 0.132813,0.03125 0.25,0.085937 0.34375,0.15625 0.101563,0.074219 0.1875,0.15625 0.25,0.25 0.070313,0.09375 0.132813,0.199219 0.1875,0.3125 0.132813,-0.144531 0.257813,-0.265625 0.375,-0.359375 0.113281,-0.101562 0.226563,-0.179688 0.34375,-0.234375 0.113281,-0.0625 0.21875,-0.109375 0.3125,-0.140625 C 4.960938,-4.25 5.070312,-4.265625 5.1875,-4.265625 c 0.25,0 0.457031,0.046875 0.625,0.140625 0.175781,0.085938 0.316406,0.203125 0.421875,0.359375 0.113281,0.148437 0.191406,0.324219 0.234375,0.53125 0.050781,0.199219 0.078125,0.40625 0.078125,0.625 z m 0,0"
           id="path281"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph4-4"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 4.046875,-2.265625 c 0,0.117187 -0.03125,0.199219 -0.09375,0.25 -0.054687,0.054687 -0.117187,0.078125 -0.1875,0.078125 h -2.59375 c 0,0.21875 0.019531,0.417969 0.0625,0.59375 0.050781,0.179688 0.125,0.328125 0.21875,0.453125 0.101563,0.125 0.238281,0.226563 0.40625,0.296875 C 2.023438,-0.53125 2.226562,-0.5 2.46875,-0.5 c 0.1875,0 0.351562,-0.015625 0.5,-0.046875 0.144531,-0.03125 0.269531,-0.066406 0.375,-0.109375 0.101562,-0.039062 0.1875,-0.070312 0.25,-0.09375 0.070312,-0.03125 0.128906,-0.046875 0.171875,-0.046875 0.019531,0 0.035156,0.007813 0.046875,0.015625 0.019531,0 0.035156,0.011719 0.046875,0.03125 0.00781,0.023438 0.015625,0.054688 0.015625,0.09375 0,0.03125 0,0.078125 0,0.140625 0,0.03125 0,0.0625 0,0.09375 0,0.03125 -0.00781,0.058594 -0.015625,0.078125 0,0.023438 -0.00781,0.042969 -0.015625,0.0625 -0.011719,0.011719 -0.027344,0.027344 -0.046875,0.046875 -0.011719,0.011719 -0.058594,0.039063 -0.140625,0.078125 -0.074219,0.03125 -0.171875,0.0703125 -0.296875,0.109375 -0.125,0.03125 -0.273437,0.0546875 -0.4375,0.078125 -0.167969,0.03125 -0.34375,0.046875 -0.53125,0.046875 -0.324219,0 -0.609375,-0.0429688 -0.859375,-0.125 -0.242188,-0.09375 -0.449219,-0.226563 -0.625,-0.40625 -0.167969,-0.175781 -0.292969,-0.398437 -0.375,-0.671875 -0.085938,-0.269531 -0.125,-0.582031 -0.125,-0.9375 0,-0.34375 0.039062,-0.648438 0.125,-0.921875 0.09375,-0.269531 0.222656,-0.5 0.390625,-0.6875 0.164063,-0.1875 0.363281,-0.332031 0.59375,-0.4375 0.238281,-0.101563 0.503906,-0.15625 0.796875,-0.15625 0.300781,0 0.5625,0.054687 0.78125,0.15625 0.21875,0.09375 0.394531,0.230469 0.53125,0.40625 0.144531,0.167969 0.25,0.367187 0.3125,0.59375 0.070312,0.21875 0.109375,0.460937 0.109375,0.71875 z M 3.3125,-2.46875 C 3.320312,-2.851562 3.238281,-3.15625 3.0625,-3.375 2.882812,-3.59375 2.625,-3.703125 2.28125,-3.703125 c -0.179688,0 -0.335938,0.039063 -0.46875,0.109375 -0.136719,0.0625 -0.25,0.152344 -0.34375,0.265625 C 1.375,-3.210938 1.300781,-3.082031 1.25,-2.9375 1.207031,-2.789062 1.179688,-2.632812 1.171875,-2.46875 Z m 0,0"
           id="path284"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph4-5"
         style="overflow:visible">
        <path
           style="stroke:none"
           d=""
           id="path287"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph4-6"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 3.921875,-4.078125 c 0,0.011719 -0.00781,0.027344 -0.015625,0.046875 0,0.011719 0,0.027344 0,0.046875 0,0.011719 -0.00781,0.027344 -0.015625,0.046875 0,0.011719 -0.00781,0.027344 -0.015625,0.046875 L 2.53125,-0.125 C 2.519531,-0.09375 2.503906,-0.0664062 2.484375,-0.046875 2.460938,-0.0234375 2.429688,-0.0078125 2.390625,0 2.359375,0.0078125 2.3125,0.015625 2.25,0.015625 2.195312,0.0234375 2.125,0.03125 2.03125,0.03125 1.945312,0.03125 1.875,0.0234375 1.8125,0.015625 1.757812,0.015625 1.710938,0.0078125 1.671875,0 1.640625,-0.0195312 1.613281,-0.0390625 1.59375,-0.0625 1.570312,-0.0820312 1.550781,-0.101562 1.53125,-0.125 L 0.1875,-3.890625 C 0.175781,-3.921875 0.164062,-3.945312 0.15625,-3.96875 c 0,-0.03125 0,-0.050781 0,-0.0625 0,-0.019531 0,-0.035156 0,-0.046875 0,-0.019531 0.003906,-0.035156 0.015625,-0.046875 C 0.179688,-4.144531 0.195312,-4.160156 0.21875,-4.171875 0.25,-4.179688 0.285156,-4.1875 0.328125,-4.1875 0.378906,-4.195312 0.4375,-4.203125 0.5,-4.203125 c 0.09375,0 0.160156,0.00781 0.203125,0.015625 0.050781,0 0.09375,0.00781 0.125,0.015625 0.03125,0.011719 0.050781,0.027344 0.0625,0.046875 0.007813,0.023438 0.019531,0.042969 0.03125,0.0625 l 1.125,3.265625 L 2.0625,-0.75 2.078125,-0.796875 3.171875,-4.0625 c 0.00781,-0.019531 0.019531,-0.039062 0.03125,-0.0625 0.019531,-0.019531 0.039063,-0.035156 0.0625,-0.046875 C 3.296875,-4.179688 3.332031,-4.1875 3.375,-4.1875 c 0.050781,-0.00781 0.117188,-0.015625 0.203125,-0.015625 0.0625,0 0.113281,0.00781 0.15625,0.015625 0.050781,0 0.085937,0.00781 0.109375,0.015625 0.03125,0.011719 0.050781,0.027344 0.0625,0.046875 0.00781,0.011719 0.015625,0.027344 0.015625,0.046875 z m 0,0"
           id="path290"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph4-7"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 4.34375,-2.125 c 0,0.324219 -0.042969,0.621094 -0.125,0.890625 -0.085938,0.273437 -0.210938,0.507813 -0.375,0.703125 -0.167969,0.1875 -0.382812,0.339844 -0.640625,0.453125 -0.25,0.1015625 -0.542969,0.15625 -0.875,0.15625 C 2.003906,0.078125 1.71875,0.03125 1.46875,-0.0625 1.226562,-0.15625 1.03125,-0.296875 0.875,-0.484375 0.71875,-0.671875 0.597656,-0.894531 0.515625,-1.15625 c -0.085937,-0.257812 -0.125,-0.554688 -0.125,-0.890625 0,-0.320313 0.039063,-0.617187 0.125,-0.890625 0.082031,-0.269531 0.207031,-0.503906 0.375,-0.703125 0.175781,-0.195313 0.390625,-0.347656 0.640625,-0.453125 0.25,-0.113281 0.539062,-0.171875 0.875,-0.171875 0.332031,0 0.617188,0.054687 0.859375,0.15625 0.238281,0.09375 0.4375,0.234375 0.59375,0.421875 0.164063,0.179688 0.285156,0.402344 0.359375,0.671875 0.082031,0.261719 0.125,0.558594 0.125,0.890625 z m -0.75,0.046875 c 0,-0.21875 -0.023438,-0.421875 -0.0625,-0.609375 -0.042969,-0.1875 -0.109375,-0.351562 -0.203125,-0.5 -0.09375,-0.144531 -0.21875,-0.257812 -0.375,-0.34375 -0.148437,-0.082031 -0.339844,-0.125 -0.578125,-0.125 -0.210938,0 -0.390625,0.042969 -0.546875,0.125 -0.15625,0.074219 -0.289063,0.179688 -0.390625,0.3125 -0.09375,0.136719 -0.167969,0.304688 -0.21875,0.5 -0.042969,0.1875 -0.0625,0.398438 -0.0625,0.625 0,0.210938 0.019531,0.414062 0.0625,0.609375 0.039062,0.1875 0.101562,0.355469 0.1875,0.5 0.09375,0.136719 0.21875,0.246094 0.375,0.328125 0.15625,0.085938 0.347656,0.125 0.578125,0.125 0.21875,0 0.398437,-0.035156 0.546875,-0.109375 0.15625,-0.070313 0.285156,-0.175781 0.390625,-0.3125 0.101563,-0.144531 0.175781,-0.3125 0.21875,-0.5 0.050781,-0.1875 0.078125,-0.394531 0.078125,-0.625 z m 0,0"
           id="path293"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph4-8"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 1.390625,-0.109375 c 0,0.0234375 -0.00781,0.0429688 -0.015625,0.0625 C 1.363281,-0.0351562 1.34375,-0.0195312 1.3125,0 1.289062,0.0078125 1.253906,0.015625 1.203125,0.015625 1.160156,0.0234375 1.101562,0.03125 1.03125,0.03125 0.957031,0.03125 0.894531,0.0234375 0.84375,0.015625 0.800781,0.015625 0.765625,0.0078125 0.734375,0 0.710938,-0.0195312 0.695312,-0.0351562 0.6875,-0.046875 0.675781,-0.0664062 0.671875,-0.0859375 0.671875,-0.109375 v -5.875 c 0,-0.019531 0.003906,-0.035156 0.015625,-0.046875 0.007812,-0.019531 0.023438,-0.035156 0.046875,-0.046875 0.03125,-0.019531 0.066406,-0.03125 0.109375,-0.03125 0.050781,-0.00781 0.113281,-0.015625 0.1875,-0.015625 0.070312,0 0.128906,0.00781 0.171875,0.015625 0.050781,0 0.085937,0.011719 0.109375,0.03125 0.03125,0.011719 0.050781,0.027344 0.0625,0.046875 0.00781,0.011719 0.015625,0.027344 0.015625,0.046875 z m 0,0"
           id="path296"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph4-9"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 4.0625,-0.109375 c 0,0.0234375 -0.00781,0.0429688 -0.015625,0.0625 C 4.035156,-0.0351562 4.015625,-0.0195312 3.984375,0 3.960938,0.0078125 3.929688,0.015625 3.890625,0.015625 3.847656,0.0234375 3.796875,0.03125 3.734375,0.03125 3.660156,0.03125 3.601562,0.0234375 3.5625,0.015625 3.519531,0.015625 3.484375,0.0078125 3.453125,0 3.429688,-0.0195312 3.414062,-0.0351562 3.40625,-0.046875 c 0,-0.0195312 0,-0.0390625 0,-0.0625 v -0.53125 c -0.230469,0.25 -0.453125,0.433594 -0.671875,0.546875 -0.21875,0.1132812 -0.445313,0.171875 -0.671875,0.171875 -0.261719,0 -0.484375,-0.0429688 -0.671875,-0.125 C 1.210938,-0.140625 1.066406,-0.257812 0.953125,-0.40625 0.847656,-0.5625 0.769531,-0.738281 0.71875,-0.9375 0.675781,-1.132812 0.65625,-1.378906 0.65625,-1.671875 V -4.0625 c 0,-0.019531 0.003906,-0.039062 0.015625,-0.0625 C 0.679688,-4.144531 0.695312,-4.160156 0.71875,-4.171875 0.75,-4.179688 0.785156,-4.1875 0.828125,-4.1875 c 0.050781,-0.00781 0.113281,-0.015625 0.1875,-0.015625 0.070313,0 0.128906,0.00781 0.171875,0.015625 0.050781,0 0.085938,0.00781 0.109375,0.015625 0.03125,0.011719 0.050781,0.027344 0.0625,0.046875 0.00781,0.023438 0.015625,0.042969 0.015625,0.0625 v 2.296875 c 0,0.230469 0.015625,0.417969 0.046875,0.5625 0.039063,0.136719 0.09375,0.257813 0.15625,0.359375 0.070313,0.09375 0.160156,0.167969 0.265625,0.21875 0.101562,0.054688 0.226562,0.078125 0.375,0.078125 0.175781,0 0.351562,-0.0625 0.53125,-0.1875 0.1875,-0.125 0.378906,-0.3125 0.578125,-0.5625 V -4.0625 c 0,-0.019531 0.00391,-0.039062 0.015625,-0.0625 0.00781,-0.019531 0.03125,-0.035156 0.0625,-0.046875 0.03125,-0.00781 0.066406,-0.015625 0.109375,-0.015625 0.050781,-0.00781 0.113281,-0.015625 0.1875,-0.015625 0.0625,0 0.113281,0.00781 0.15625,0.015625 0.050781,0 0.085937,0.00781 0.109375,0.015625 C 4,-4.160156 4.019531,-4.144531 4.03125,-4.125 4.050781,-4.101562 4.0625,-4.082031 4.0625,-4.0625 Z m 0,0"
           id="path299"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph4-10"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.734375,-0.40625 c 0,0.09375 -0.011719,0.167969 -0.03125,0.21875 -0.011719,0.042969 -0.027344,0.078125 -0.046875,0.109375 -0.023438,0.0234375 -0.058594,0.0429688 -0.109375,0.0625 C 2.503906,0.00390625 2.453125,0.0195312 2.390625,0.03125 2.328125,0.0390625 2.257812,0.0507812 2.1875,0.0625 2.125,0.0703125 2.0625,0.078125 2,0.078125 1.789062,0.078125 1.613281,0.0507812 1.46875,0 1.320312,-0.0625 1.203125,-0.144531 1.109375,-0.25 1.015625,-0.363281 0.945312,-0.503906 0.90625,-0.671875 0.863281,-0.835938 0.84375,-1.035156 0.84375,-1.265625 v -2.3125 H 0.296875 c -0.054687,0 -0.09375,-0.019531 -0.125,-0.0625 -0.023437,-0.050781 -0.03125,-0.128906 -0.03125,-0.234375 0,-0.050781 0.003906,-0.097656 0.015625,-0.140625 0.007812,-0.039063 0.019531,-0.070313 0.03125,-0.09375 0.007812,-0.03125 0.023438,-0.046875 0.046875,-0.046875 0.019531,-0.00781 0.039063,-0.015625 0.0625,-0.015625 H 0.84375 V -5.125 c 0,-0.019531 0.003906,-0.035156 0.015625,-0.046875 C 0.867188,-5.191406 0.882812,-5.207031 0.90625,-5.21875 0.9375,-5.238281 0.972656,-5.25 1.015625,-5.25 c 0.050781,-0.00781 0.113281,-0.015625 0.1875,-0.015625 0.070313,0 0.128906,0.00781 0.171875,0.015625 0.050781,0 0.085938,0.011719 0.109375,0.03125 0.03125,0.011719 0.050781,0.027344 0.0625,0.046875 C 1.554688,-5.160156 1.5625,-5.144531 1.5625,-5.125 v 0.953125 h 1.015625 c 0.03125,0 0.050781,0.00781 0.0625,0.015625 0.019531,0 0.035156,0.015625 0.046875,0.046875 0.019531,0.023437 0.03125,0.054687 0.03125,0.09375 0.00781,0.042969 0.015625,0.089844 0.015625,0.140625 0,0.105469 -0.015625,0.183594 -0.046875,0.234375 -0.023438,0.042969 -0.058594,0.0625 -0.109375,0.0625 H 1.5625 V -1.375 c 0,0.273438 0.039062,0.480469 0.125,0.625 0.082031,0.136719 0.226562,0.203125 0.4375,0.203125 0.0625,0 0.117188,-0.003906 0.171875,-0.015625 0.050781,-0.007812 0.097656,-0.019531 0.140625,-0.03125 0.039062,-0.019531 0.078125,-0.035156 0.109375,-0.046875 0.03125,-0.019531 0.054687,-0.03125 0.078125,-0.03125 0.019531,0 0.035156,0.007813 0.046875,0.015625 0.00781,0.011719 0.019531,0.027344 0.03125,0.046875 0.00781,0.023437 0.015625,0.046875 0.015625,0.078125 0.00781,0.03125 0.015625,0.074219 0.015625,0.125 z m 0,0"
           id="path302"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph4-11"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 4.078125,-0.109375 c 0,0.0234375 -0.00781,0.0429688 -0.015625,0.0625 C 4.050781,-0.0351562 4.03125,-0.0195312 4,0 3.976562,0.0078125 3.941406,0.015625 3.890625,0.015625 3.847656,0.0234375 3.789062,0.03125 3.71875,0.03125 3.644531,0.03125 3.582031,0.0234375 3.53125,0.015625 3.488281,0.015625 3.453125,0.0078125 3.421875,0 3.398438,-0.0195312 3.382812,-0.0351562 3.375,-0.046875 3.363281,-0.0664062 3.359375,-0.0859375 3.359375,-0.109375 v -2.3125 c 0,-0.226563 -0.023437,-0.410156 -0.0625,-0.546875 -0.03125,-0.132812 -0.085937,-0.25 -0.15625,-0.34375 -0.0625,-0.101562 -0.152344,-0.179688 -0.265625,-0.234375 -0.105469,-0.0625 -0.226562,-0.09375 -0.359375,-0.09375 -0.1875,0 -0.371094,0.070313 -0.546875,0.203125 -0.179688,0.125 -0.371094,0.3125 -0.578125,0.5625 v 2.765625 c 0,0.0234375 -0.00781,0.0429688 -0.015625,0.0625 C 1.363281,-0.0351562 1.34375,-0.0195312 1.3125,0 1.289062,0.0078125 1.253906,0.015625 1.203125,0.015625 1.160156,0.0234375 1.101562,0.03125 1.03125,0.03125 0.957031,0.03125 0.894531,0.0234375 0.84375,0.015625 0.800781,0.015625 0.765625,0.0078125 0.734375,0 0.710938,-0.0195312 0.695312,-0.0351562 0.6875,-0.046875 0.675781,-0.0664062 0.671875,-0.0859375 0.671875,-0.109375 V -4.0625 c 0,-0.019531 0.003906,-0.039062 0.015625,-0.0625 C 0.695312,-4.144531 0.710938,-4.160156 0.734375,-4.171875 0.765625,-4.179688 0.800781,-4.1875 0.84375,-4.1875 0.882812,-4.195312 0.9375,-4.203125 1,-4.203125 c 0.0625,0 0.113281,0.00781 0.15625,0.015625 0.039062,0 0.070312,0.00781 0.09375,0.015625 0.03125,0.011719 0.050781,0.027344 0.0625,0.046875 0.00781,0.023438 0.015625,0.042969 0.015625,0.0625 v 0.515625 c 0.21875,-0.25 0.4375,-0.429687 0.65625,-0.546875 0.226563,-0.113281 0.453125,-0.171875 0.671875,-0.171875 0.269531,0 0.492188,0.046875 0.671875,0.140625 0.175781,0.085938 0.320313,0.203125 0.4375,0.359375 0.113281,0.148437 0.191406,0.324219 0.234375,0.53125 0.050781,0.199219 0.078125,0.4375 0.078125,0.71875 z m 0,0"
           id="path305"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph4-12"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.84375,-5.6875 c 0,0.054688 -0.00781,0.101562 -0.015625,0.140625 0,0.03125 -0.00781,0.058594 -0.015625,0.078125 -0.011719,0.023438 -0.023438,0.039062 -0.03125,0.046875 -0.011719,0 -0.027344,0 -0.046875,0 -0.023437,0 -0.046875,-0.00391 -0.078125,-0.015625 C 2.625,-5.457031 2.585938,-5.472656 2.546875,-5.484375 2.503906,-5.503906 2.453125,-5.519531 2.390625,-5.53125 2.328125,-5.539062 2.257812,-5.546875 2.1875,-5.546875 c -0.117188,0 -0.210938,0.023437 -0.28125,0.0625 -0.074219,0.03125 -0.136719,0.085937 -0.1875,0.15625 C 1.675781,-5.253906 1.644531,-5.15625 1.625,-5.03125 1.601562,-4.914062 1.59375,-4.773438 1.59375,-4.609375 v 0.4375 h 0.875 c 0.03125,0 0.050781,0.00781 0.0625,0.015625 0.019531,0 0.035156,0.015625 0.046875,0.046875 0.00781,0.023437 0.019531,0.054687 0.03125,0.09375 C 2.617188,-3.972656 2.625,-3.925781 2.625,-3.875 c 0,0.105469 -0.015625,0.183594 -0.046875,0.234375 -0.023437,0.042969 -0.058594,0.0625 -0.109375,0.0625 h -0.875 v 3.46875 c 0,0.0234375 -0.00781,0.0429688 -0.015625,0.0625 C 1.566406,-0.0351562 1.546875,-0.0195312 1.515625,0 1.484375,0.0078125 1.441406,0.015625 1.390625,0.015625 1.347656,0.0234375 1.289062,0.03125 1.21875,0.03125 1.15625,0.03125 1.097656,0.0234375 1.046875,0.015625 1.003906,0.015625 0.96875,0.0078125 0.9375,0 0.90625,-0.0195312 0.882812,-0.0351562 0.875,-0.046875 0.863281,-0.0664062 0.859375,-0.0859375 0.859375,-0.109375 v -3.46875 h -0.5625 c -0.042969,0 -0.078125,-0.019531 -0.109375,-0.0625 C 0.164062,-3.691406 0.15625,-3.769531 0.15625,-3.875 c 0,-0.050781 0.003906,-0.097656 0.015625,-0.140625 0.007813,-0.039063 0.019531,-0.070313 0.03125,-0.09375 0.007813,-0.03125 0.019531,-0.046875 0.03125,-0.046875 0.019531,-0.00781 0.039063,-0.015625 0.0625,-0.015625 h 0.5625 V -4.59375 c 0,-0.269531 0.023437,-0.503906 0.078125,-0.703125 C 0.988281,-5.492188 1.066406,-5.65625 1.171875,-5.78125 1.273438,-5.90625 1.40625,-6 1.5625,-6.0625 1.726562,-6.125 1.921875,-6.15625 2.140625,-6.15625 c 0.101563,0 0.203125,0.011719 0.296875,0.03125 0.09375,0.023438 0.164062,0.042969 0.21875,0.0625 0.050781,0.023438 0.085938,0.042969 0.109375,0.0625 0.019531,0.011719 0.035156,0.03125 0.046875,0.0625 0.00781,0.03125 0.015625,0.070312 0.015625,0.109375 C 2.835938,-5.796875 2.84375,-5.75 2.84375,-5.6875 Z m 0,0"
           id="path308"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph4-13"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 3.65625,-0.109375 c 0,0.0429688 -0.015625,0.0742188 -0.046875,0.09375 C 3.585938,-0.00390625 3.554688,0.00390625 3.515625,0.015625 3.472656,0.0234375 3.414062,0.03125 3.34375,0.03125 3.257812,0.03125 3.195312,0.0234375 3.15625,0.015625 3.113281,0.00390625 3.082031,-0.00390625 3.0625,-0.015625 3.039062,-0.0351562 3.03125,-0.0664062 3.03125,-0.109375 V -0.5 C 2.851562,-0.3125 2.65625,-0.164062 2.4375,-0.0625 2.226562,0.03125 2.007812,0.078125 1.78125,0.078125 1.570312,0.078125 1.378906,0.0507812 1.203125,0 1.035156,-0.0507812 0.894531,-0.128906 0.78125,-0.234375 0.664062,-0.335938 0.570312,-0.460938 0.5,-0.609375 0.4375,-0.753906 0.40625,-0.925781 0.40625,-1.125 c 0,-0.21875 0.039062,-0.410156 0.125,-0.578125 0.09375,-0.164063 0.222656,-0.300781 0.390625,-0.40625 0.175781,-0.101563 0.382813,-0.179687 0.625,-0.234375 0.25,-0.0625 0.53125,-0.09375 0.84375,-0.09375 H 2.9375 V -2.75 c 0,-0.144531 -0.023438,-0.273438 -0.0625,-0.390625 -0.03125,-0.125 -0.085938,-0.222656 -0.15625,-0.296875 -0.0625,-0.082031 -0.152344,-0.140625 -0.265625,-0.171875 -0.117187,-0.039063 -0.257813,-0.0625 -0.421875,-0.0625 -0.179688,0 -0.339844,0.023437 -0.484375,0.0625 -0.148437,0.042969 -0.273437,0.089844 -0.375,0.140625 -0.105469,0.054688 -0.195313,0.101562 -0.265625,0.140625 -0.074219,0.042969 -0.125,0.0625 -0.15625,0.0625 -0.03125,0 -0.058594,-0.00391 -0.078125,-0.015625 C 0.660156,-3.289062 0.644531,-3.304688 0.625,-3.328125 c -0.011719,-0.03125 -0.023438,-0.0625 -0.03125,-0.09375 0,-0.039063 0,-0.082031 0,-0.125 0,-0.070313 0.003906,-0.128906 0.015625,-0.171875 C 0.617188,-3.757812 0.644531,-3.796875 0.6875,-3.828125 0.726562,-3.867188 0.796875,-3.914062 0.890625,-3.96875 0.984375,-4.019531 1.09375,-4.066406 1.21875,-4.109375 1.351562,-4.148438 1.492188,-4.1875 1.640625,-4.21875 1.785156,-4.25 1.9375,-4.265625 2.09375,-4.265625 c 0.28125,0 0.519531,0.039063 0.71875,0.109375 0.195312,0.0625 0.359375,0.15625 0.484375,0.28125 0.125,0.117188 0.210937,0.265625 0.265625,0.453125 0.0625,0.1875 0.09375,0.40625 0.09375,0.65625 z M 2.9375,-1.90625 h -0.625 c -0.199219,0 -0.371094,0.015625 -0.515625,0.046875 -0.148437,0.03125 -0.273437,0.085937 -0.375,0.15625 -0.09375,0.0625 -0.167969,0.140625 -0.21875,0.234375 -0.042969,0.085938 -0.0625,0.1875 -0.0625,0.3125 0,0.210938 0.0625,0.375 0.1875,0.5 0.132813,0.117188 0.320313,0.171875 0.5625,0.171875 0.1875,0 0.359375,-0.046875 0.515625,-0.140625 C 2.570312,-0.726562 2.75,-0.878906 2.9375,-1.078125 Z m 0,0"
           id="path311"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph4-14"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 3.15625,-1.1875 c 0,0.199219 -0.039062,0.382812 -0.109375,0.546875 -0.074219,0.15625 -0.183594,0.292969 -0.328125,0.40625 C 2.582031,-0.128906 2.421875,-0.0507812 2.234375,0 c -0.1875,0.0507812 -0.398437,0.078125 -0.625,0.078125 -0.148437,0 -0.28125,-0.0117188 -0.40625,-0.03125 C 1.078125,0.0234375 0.960938,0 0.859375,-0.03125 0.753906,-0.0625 0.664062,-0.09375 0.59375,-0.125 0.53125,-0.164062 0.484375,-0.203125 0.453125,-0.234375 0.421875,-0.265625 0.394531,-0.304688 0.375,-0.359375 c -0.011719,-0.050781 -0.015625,-0.125 -0.015625,-0.21875 0,-0.050781 0,-0.097656 0,-0.140625 0.007813,-0.039062 0.019531,-0.070312 0.03125,-0.09375 0.007813,-0.019531 0.019531,-0.035156 0.03125,-0.046875 0.019531,-0.007813 0.039063,-0.015625 0.0625,-0.015625 0.03125,0 0.078125,0.023438 0.140625,0.0625 0.0625,0.042969 0.140625,0.089844 0.234375,0.140625 0.09375,0.042969 0.203125,0.085937 0.328125,0.125 C 1.3125,-0.515625 1.457031,-0.5 1.625,-0.5 1.738281,-0.5 1.84375,-0.507812 1.9375,-0.53125 2.039062,-0.5625 2.128906,-0.601562 2.203125,-0.65625 2.285156,-0.707031 2.34375,-0.769531 2.375,-0.84375 2.414062,-0.925781 2.4375,-1.019531 2.4375,-1.125 2.4375,-1.238281 2.40625,-1.332031 2.34375,-1.40625 2.289062,-1.488281 2.21875,-1.554688 2.125,-1.609375 2.03125,-1.671875 1.925781,-1.722656 1.8125,-1.765625 1.695312,-1.816406 1.578125,-1.863281 1.453125,-1.90625 c -0.125,-0.050781 -0.25,-0.109375 -0.375,-0.171875 C 0.960938,-2.140625 0.859375,-2.21875 0.765625,-2.3125 0.671875,-2.40625 0.59375,-2.515625 0.53125,-2.640625 0.476562,-2.765625 0.453125,-2.914062 0.453125,-3.09375 c 0,-0.15625 0.03125,-0.300781 0.09375,-0.4375 0.0625,-0.144531 0.148437,-0.269531 0.265625,-0.375 0.125,-0.101562 0.273438,-0.1875 0.453125,-0.25 0.175781,-0.070312 0.382813,-0.109375 0.625,-0.109375 0.101563,0 0.207031,0.011719 0.3125,0.03125 C 2.316406,-4.210938 2.414062,-4.1875 2.5,-4.15625 2.582031,-4.132812 2.648438,-4.109375 2.703125,-4.078125 2.765625,-4.046875 2.8125,-4.019531 2.84375,-4 c 0.03125,0.023438 0.050781,0.042969 0.0625,0.0625 0.00781,0.011719 0.015625,0.03125 0.015625,0.0625 0.00781,0.023438 0.015625,0.046875 0.015625,0.078125 0.00781,0.03125 0.015625,0.070313 0.015625,0.109375 0,0.054688 -0.00781,0.101562 -0.015625,0.140625 0,0.03125 -0.00781,0.0625 -0.015625,0.09375 C 2.910156,-3.429688 2.894531,-3.414062 2.875,-3.40625 2.863281,-3.394531 2.851562,-3.390625 2.84375,-3.390625 2.8125,-3.390625 2.769531,-3.40625 2.71875,-3.4375 2.675781,-3.476562 2.613281,-3.515625 2.53125,-3.546875 2.445312,-3.585938 2.351562,-3.625 2.25,-3.65625 2.144531,-3.6875 2.023438,-3.703125 1.890625,-3.703125 c -0.125,0 -0.234375,0.015625 -0.328125,0.046875 -0.09375,0.03125 -0.171875,0.074219 -0.234375,0.125 -0.0625,0.042969 -0.109375,0.101562 -0.140625,0.171875 -0.03125,0.074219 -0.046875,0.152344 -0.046875,0.234375 0,0.117188 0.03125,0.214844 0.09375,0.296875 0.0625,0.074219 0.140625,0.140625 0.234375,0.203125 0.09375,0.054688 0.195312,0.105469 0.3125,0.15625 0.125,0.042969 0.25,0.089844 0.375,0.140625 0.125,0.042969 0.242188,0.09375 0.359375,0.15625 0.125,0.0625 0.234375,0.140625 0.328125,0.234375 0.09375,0.085938 0.164062,0.1875 0.21875,0.3125 0.0625,0.125 0.09375,0.273438 0.09375,0.4375 z m 0,0"
           id="path314"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph4-15"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 2.984375,-3.8125 c 0,0.074219 -0.00781,0.132812 -0.015625,0.171875 0,0.042969 -0.00781,0.078125 -0.015625,0.109375 0,0.023438 -0.011719,0.039062 -0.03125,0.046875 C 2.910156,-3.472656 2.894531,-3.46875 2.875,-3.46875 c -0.023438,0 -0.054688,-0.00391 -0.09375,-0.015625 C 2.75,-3.492188 2.710938,-3.503906 2.671875,-3.515625 2.628906,-3.535156 2.582031,-3.550781 2.53125,-3.5625 2.476562,-3.570312 2.421875,-3.578125 2.359375,-3.578125 c -0.074219,0 -0.148437,0.015625 -0.21875,0.046875 -0.0625,0.03125 -0.136719,0.085938 -0.21875,0.15625 -0.074219,0.0625 -0.15625,0.152344 -0.25,0.265625 C 1.585938,-3.003906 1.492188,-2.875 1.390625,-2.71875 v 2.609375 c 0,0.0234375 -0.00781,0.0429688 -0.015625,0.0625 C 1.363281,-0.0351562 1.34375,-0.0195312 1.3125,0 1.289062,0.0078125 1.253906,0.015625 1.203125,0.015625 1.160156,0.0234375 1.101562,0.03125 1.03125,0.03125 0.957031,0.03125 0.894531,0.0234375 0.84375,0.015625 0.800781,0.015625 0.765625,0.0078125 0.734375,0 0.710938,-0.0195312 0.695312,-0.0351562 0.6875,-0.046875 0.675781,-0.0664062 0.671875,-0.0859375 0.671875,-0.109375 V -4.0625 c 0,-0.019531 0.003906,-0.039062 0.015625,-0.0625 C 0.695312,-4.144531 0.710938,-4.160156 0.734375,-4.171875 0.765625,-4.179688 0.800781,-4.1875 0.84375,-4.1875 0.882812,-4.195312 0.9375,-4.203125 1,-4.203125 c 0.0625,0 0.113281,0.00781 0.15625,0.015625 0.039062,0 0.070312,0.00781 0.09375,0.015625 0.03125,0.011719 0.050781,0.027344 0.0625,0.046875 0.00781,0.023438 0.015625,0.042969 0.015625,0.0625 v 0.578125 C 1.429688,-3.648438 1.53125,-3.78125 1.625,-3.875 c 0.101562,-0.101562 0.195312,-0.179688 0.28125,-0.234375 0.082031,-0.0625 0.164062,-0.101563 0.25,-0.125 0.082031,-0.019531 0.164062,-0.03125 0.25,-0.03125 0.039062,0 0.082031,0.00781 0.125,0.015625 0.050781,0 0.101562,0.00781 0.15625,0.015625 0.050781,0.011719 0.097656,0.027344 0.140625,0.046875 0.039063,0.011719 0.070313,0.027344 0.09375,0.046875 0.019531,0.011719 0.03125,0.023437 0.03125,0.03125 0.00781,0.011719 0.015625,0.027344 0.015625,0.046875 0.00781,0.023438 0.015625,0.054688 0.015625,0.09375 0,0.042969 0,0.09375 0,0.15625 z m 0,0"
           id="path317"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph4-16"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 4.0625,-0.109375 c 0,0.0234375 -0.00781,0.0429688 -0.015625,0.0625 C 4.035156,-0.0234375 4.015625,-0.0078125 3.984375,0 3.960938,0.0078125 3.929688,0.015625 3.890625,0.015625 3.847656,0.0234375 3.800781,0.03125 3.75,0.03125 3.6875,0.03125 3.632812,0.0234375 3.59375,0.015625 3.550781,0.015625 3.515625,0.0078125 3.484375,0 3.460938,-0.0078125 3.445312,-0.0234375 3.4375,-0.046875 3.425781,-0.0664062 3.421875,-0.0859375 3.421875,-0.109375 v -0.53125 c -0.210937,0.230469 -0.429687,0.40625 -0.65625,0.53125 -0.21875,0.125 -0.464844,0.1875 -0.734375,0.1875 -0.292969,0 -0.542969,-0.0546875 -0.75,-0.15625 C 1.082031,-0.191406 0.914062,-0.34375 0.78125,-0.53125 0.65625,-0.726562 0.5625,-0.957031 0.5,-1.21875 0.445312,-1.476562 0.421875,-1.753906 0.421875,-2.046875 c 0,-0.332031 0.035156,-0.632813 0.109375,-0.90625 0.070312,-0.28125 0.179688,-0.515625 0.328125,-0.703125 0.144531,-0.195312 0.320313,-0.347656 0.53125,-0.453125 0.207031,-0.101563 0.453125,-0.15625 0.734375,-0.15625 0.226562,0 0.4375,0.054687 0.625,0.15625 0.195312,0.105469 0.390625,0.25 0.578125,0.4375 V -5.96875 c 0,-0.019531 0.00391,-0.035156 0.015625,-0.046875 C 3.351562,-6.035156 3.375,-6.050781 3.40625,-6.0625 3.4375,-6.070312 3.472656,-6.082031 3.515625,-6.09375 3.566406,-6.101562 3.625,-6.109375 3.6875,-6.109375 c 0.070312,0 0.128906,0.00781 0.171875,0.015625 0.050781,0.011719 0.085937,0.023438 0.109375,0.03125 C 4,-6.050781 4.019531,-6.035156 4.03125,-6.015625 4.050781,-6.003906 4.0625,-5.988281 4.0625,-5.96875 Z M 3.328125,-2.890625 C 3.128906,-3.128906 2.9375,-3.3125 2.75,-3.4375 2.570312,-3.570312 2.382812,-3.640625 2.1875,-3.640625 2,-3.640625 1.84375,-3.59375 1.71875,-3.5 1.59375,-3.414062 1.488281,-3.300781 1.40625,-3.15625 1.320312,-3.007812 1.257812,-2.847656 1.21875,-2.671875 1.1875,-2.492188 1.171875,-2.3125 1.171875,-2.125 c 0,0.210938 0.015625,0.40625 0.046875,0.59375 0.03125,0.1875 0.082031,0.359375 0.15625,0.515625 0.082031,0.148437 0.1875,0.265625 0.3125,0.359375 0.125,0.085938 0.28125,0.125 0.46875,0.125 0.09375,0 0.1875,-0.007812 0.28125,-0.03125 C 2.53125,-0.59375 2.625,-0.640625 2.71875,-0.703125 2.8125,-0.765625 2.90625,-0.84375 3,-0.9375 3.101562,-1.039062 3.210938,-1.164062 3.328125,-1.3125 Z m 0,0"
           id="path320"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph4-17"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 6.9375,-0.109375 c 0,0.0234375 -0.00781,0.0429688 -0.015625,0.0625 -0.011719,0.0117188 -0.03125,0.0234375 -0.0625,0.03125 C 6.828125,-0.00390625 6.789062,0.00390625 6.75,0.015625 6.707031,0.0234375 6.644531,0.03125 6.5625,0.03125 6.5,0.03125 6.441406,0.0234375 6.390625,0.015625 6.347656,0.00390625 6.3125,-0.00390625 6.28125,-0.015625 6.25,-0.0234375 6.226562,-0.0351562 6.21875,-0.046875 6.207031,-0.0664062 6.203125,-0.0859375 6.203125,-0.109375 V -5.0625 l -2.03125,4.96875 C 4.160156,-0.0703125 4.144531,-0.0507812 4.125,-0.03125 4.113281,-0.0195312 4.09375,-0.0078125 4.0625,0 4.03125,0.0078125 3.992188,0.015625 3.953125,0.015625 3.910156,0.0234375 3.859375,0.03125 3.796875,0.03125 3.734375,0.03125 3.679688,0.0234375 3.640625,0.015625 3.597656,0.015625 3.5625,0.0078125 3.53125,0 3.5,-0.0078125 3.472656,-0.0195312 3.453125,-0.03125 3.441406,-0.0507812 3.4375,-0.0703125 3.4375,-0.09375 L 1.5,-5.0625 H 1.484375 v 4.953125 c 0,0.0234375 -0.00781,0.0429688 -0.015625,0.0625 -0.011719,0.0117188 -0.03125,0.0234375 -0.0625,0.03125 C 1.375,-0.00390625 1.332031,0.00390625 1.28125,0.015625 1.238281,0.0234375 1.179688,0.03125 1.109375,0.03125 1.046875,0.03125 0.988281,0.0234375 0.9375,0.015625 0.894531,0.00390625 0.859375,-0.00390625 0.828125,-0.015625 0.796875,-0.0234375 0.773438,-0.0351562 0.765625,-0.046875 0.753906,-0.0664062 0.75,-0.0859375 0.75,-0.109375 V -5.34375 c 0,-0.125 0.03125,-0.210938 0.09375,-0.265625 C 0.914062,-5.660156 0.988281,-5.6875 1.0625,-5.6875 h 0.46875 c 0.09375,0 0.171875,0.011719 0.234375,0.03125 0.070313,0.011719 0.132813,0.039062 0.1875,0.078125 0.050781,0.042969 0.09375,0.09375 0.125,0.15625 0.039063,0.054687 0.078125,0.121094 0.109375,0.203125 l 1.640625,4.109375 H 3.84375 L 5.5625,-5.21875 C 5.59375,-5.300781 5.625,-5.375 5.65625,-5.4375 5.695312,-5.5 5.738281,-5.546875 5.78125,-5.578125 5.832031,-5.617188 5.882812,-5.644531 5.9375,-5.65625 6,-5.675781 6.066406,-5.6875 6.140625,-5.6875 H 6.625 c 0.039062,0 0.078125,0.011719 0.109375,0.03125 0.039063,0.011719 0.078125,0.03125 0.109375,0.0625 0.03125,0.023438 0.050781,0.054688 0.0625,0.09375 0.019531,0.042969 0.03125,0.09375 0.03125,0.15625 z m 0,0"
           id="path323"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph4-18"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="M 5.125,-2.921875 C 5.125,-2.429688 5.0625,-2 4.9375,-1.625 4.8125,-1.257812 4.628906,-0.957031 4.390625,-0.71875 4.148438,-0.476562 3.851562,-0.296875 3.5,-0.171875 3.144531,-0.0546875 2.722656,0 2.234375,0 H 1.03125 C 0.96875,0 0.90625,-0.0195312 0.84375,-0.0625 0.78125,-0.113281 0.75,-0.195312 0.75,-0.3125 V -5.375 c 0,-0.113281 0.03125,-0.191406 0.09375,-0.234375 0.0625,-0.050781 0.125,-0.078125 0.1875,-0.078125 h 1.296875 c 0.488281,0 0.898437,0.070312 1.234375,0.203125 0.34375,0.125 0.628906,0.308594 0.859375,0.546875 0.226563,0.230469 0.398437,0.515625 0.515625,0.859375 0.125,0.34375 0.1875,0.730469 0.1875,1.15625 z m -0.796875,0.03125 c 0,-0.3125 -0.039063,-0.597656 -0.109375,-0.859375 -0.074219,-0.269531 -0.195312,-0.5 -0.359375,-0.6875 -0.167969,-0.195312 -0.375,-0.347656 -0.625,-0.453125 C 2.992188,-5.003906 2.675781,-5.0625 2.28125,-5.0625 H 1.515625 v 4.421875 h 0.78125 c 0.351563,0 0.65625,-0.039063 0.90625,-0.125 0.25,-0.09375 0.457031,-0.234375 0.625,-0.421875 0.164063,-0.1875 0.289063,-0.421875 0.375,-0.703125 0.082031,-0.28125 0.125,-0.613281 0.125,-1 z m 0,0"
           id="path326"
           inkscape:connector-curvature="0" />
      </symbol>
      <symbol
         overflow="visible"
         id="glyph4-19"
         style="overflow:visible">
        <path
           style="stroke:none"
           d="m 4.546875,-0.109375 c 0,0.0234375 -0.00781,0.0429688 -0.015625,0.0625 C 4.519531,-0.0351562 4.5,-0.0195312 4.46875,0 4.445312,0.0078125 4.410156,0.015625 4.359375,0.015625 4.304688,0.0234375 4.234375,0.03125 4.140625,0.03125 4.066406,0.03125 4.003906,0.0234375 3.953125,0.015625 3.910156,0.015625 3.875,0.0078125 3.84375,0 3.8125,-0.0195312 3.785156,-0.0390625 3.765625,-0.0625 3.753906,-0.0820312 3.742188,-0.113281 3.734375,-0.15625 L 3.203125,-1.5 c -0.0625,-0.144531 -0.125,-0.28125 -0.1875,-0.40625 C 2.953125,-2.039062 2.875,-2.148438 2.78125,-2.234375 2.6875,-2.328125 2.578125,-2.398438 2.453125,-2.453125 2.335938,-2.503906 2.191406,-2.53125 2.015625,-2.53125 h -0.5 v 2.421875 c 0,0.0234375 -0.011719,0.0429688 -0.03125,0.0625 -0.011719,0.0117188 -0.03125,0.0234375 -0.0625,0.03125 C 1.398438,-0.00390625 1.363281,0.00390625 1.3125,0.015625 1.269531,0.0234375 1.210938,0.03125 1.140625,0.03125 1.066406,0.03125 1.003906,0.0234375 0.953125,0.015625 0.898438,0.00390625 0.859375,-0.00390625 0.828125,-0.015625 0.804688,-0.0234375 0.785156,-0.0351562 0.765625,-0.046875 0.753906,-0.0664062 0.75,-0.0859375 0.75,-0.109375 V -5.375 c 0,-0.113281 0.03125,-0.191406 0.09375,-0.234375 0.0625,-0.050781 0.125,-0.078125 0.1875,-0.078125 H 2.25 c 0.144531,0 0.265625,0.00781 0.359375,0.015625 0.09375,0 0.175781,0.00781 0.25,0.015625 0.21875,0.042969 0.410156,0.105469 0.578125,0.1875 0.175781,0.085938 0.316406,0.1875 0.421875,0.3125 0.113281,0.125 0.195313,0.273438 0.25,0.4375 0.0625,0.15625 0.09375,0.335938 0.09375,0.53125 0,0.1875 -0.027344,0.359375 -0.078125,0.515625 -0.042969,0.148437 -0.117188,0.277344 -0.21875,0.390625 -0.09375,0.117188 -0.210938,0.21875 -0.34375,0.3125 -0.136719,0.085938 -0.289062,0.152344 -0.453125,0.203125 0.09375,0.042969 0.175781,0.09375 0.25,0.15625 0.082031,0.0625 0.15625,0.140625 0.21875,0.234375 0.0625,0.085938 0.125,0.183594 0.1875,0.296875 0.0625,0.117187 0.117187,0.246094 0.171875,0.390625 l 0.515625,1.25 c 0.039063,0.105469 0.066406,0.179688 0.078125,0.21875 0.00781,0.042969 0.015625,0.078125 0.015625,0.109375 z m -1.140625,-4 c 0,-0.21875 -0.054688,-0.40625 -0.15625,-0.5625 C 3.15625,-4.828125 2.992188,-4.9375 2.765625,-5 2.691406,-5.019531 2.609375,-5.035156 2.515625,-5.046875 2.421875,-5.054688 2.300781,-5.0625 2.15625,-5.0625 H 1.515625 v 1.921875 H 2.25 c 0.195312,0 0.367188,-0.023437 0.515625,-0.078125 C 2.910156,-3.269531 3.03125,-3.335938 3.125,-3.421875 3.226562,-3.503906 3.300781,-3.601562 3.34375,-3.71875 c 0.039062,-0.125 0.0625,-0.253906 0.0625,-0.390625 z m 0,0"
           id="path329"
           inkscape:connector-curvature="0" />
      </symbol>
    </g>
    <clipPath
       id="clip1">
      <path
         d="M 112,300.44922 H 397 V 543.05859 H 112 Z m 0,0"
         id="path334"
         inkscape:connector-curvature="0" />
    </clipPath>
    <clipPath
       id="clip2">
      <path
         d="M 99,300.44922 H 396 V 509 H 99 Z m 0,0"
         id="path337"
         inkscape:connector-curvature="0" />
    </clipPath>
    <clipPath
       id="clip3">
      <path
         d="M 99,300.44922 H 396 V 515 H 99 Z m 0,0"
         id="path340"
         inkscape:connector-curvature="0" />
    </clipPath>
    <clipPath
       id="clip4">
      <path
         d="M 99,300.44922 H 396 V 515 H 99 Z m 0,0"
         id="path343"
         inkscape:connector-curvature="0" />
    </clipPath>
    <clipPath
       id="clip5">
      <path
         d="M 99,300.44922 H 396 V 509 H 99 Z m 0,0"
         id="path346"
         inkscape:connector-curvature="0" />
    </clipPath>
    <clipPath
       id="clip6">
      <path
         d="M 95.78125,300.44922 H 305 V 410 H 95.78125 Z m 0,0"
         id="path349"
         inkscape:connector-curvature="0" />
    </clipPath>
    <clipPath
       id="clip7">
      <path
         d="M 50.398438,291.83984 H 544.80078 V 590.64062 H 50.398438 Z m 0,0"
         id="path352"
         inkscape:connector-curvature="0" />
    </clipPath>
  </defs>
  <g
     id="surface374"
     transform="translate(-50.562751,-291.88697)">
    <path
       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
       d="M 50.816406,590.39844 H 544.63672 V 292.14062 H 50.816406 Z m 0,0"
       id="path357"
       inkscape:connector-curvature="0" />
    <path
       style="fill:none;stroke:#f0f0f0;stroke-width:0.67641002;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
       d="M 95.789062,323.40937 H 535.55078 M 95.789062,347.60078 H 535.55078 M 95.789062,371.78828 H 535.55078 M 95.789062,396.06172 H 535.55078 M 95.789062,420.24922 H 535.55078 M 95.789062,444.42891 H 535.55078 M 95.789062,468.69844 H 535.55078 M 95.789062,492.88984 H 535.55078 M 95.789062,517.08125 H 535.55078 M 95.789062,541.31953 H 535.55078"
       transform="matrix(1,0,0,-1,0,841.8)"
       id="path359"
       inkscape:connector-curvature="0" />
    <path
       style="fill:none;stroke:#f0f0f0;stroke-width:0.67641002;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
       d="M 139.78125,541.31953 V 299.15937 m 43.98828,242.16016 V 299.15937 m 43.91016,242.16016 V 299.15937 m 44,242.16016 V 299.15937 m 43.99218,242.16016 V 299.15937 m 43.98829,242.16016 V 299.15937 m 44,242.16016 V 299.15937 m 43.91015,242.16016 V 299.15937 m 43.98828,242.16016 V 299.15937 m 43.99219,242.16016 V 299.15937"
       transform="matrix(1,0,0,-1,0,841.8)"
       id="path361"
       inkscape:connector-curvature="0" />
    <path
       style="fill:none;stroke:#bdbdbd;stroke-width:0.50730997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
       d="M 95.789062,299.15937 V 541.31953"
       transform="matrix(1,0,0,-1,0,841.8)"
       id="path363"
       inkscape:connector-curvature="0" />
    <path
       style="fill:none;stroke:#bdbdbd;stroke-width:0.50730997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
       d="M 95.789062,299.15937 H 535.55078"
       transform="matrix(1,0,0,-1,0,841.8)"
       id="path365"
       inkscape:connector-curvature="0" />
    <g
       clip-path="url(#clip1)"
       id="g369"
       style="clip-rule:nonzero">
      <path
         style="fill:none;stroke:#d9e1f3;stroke-width:1.35280001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
         d="M 113.37891,299.15937 V 541.31953 M 146.35156,299.15937 V 541.31953 M 210.80078,299.15937 V 541.31953 M 395.48047,299.15937 v 242.16016"
         transform="matrix(1,0,0,-1,0,841.8)"
         id="path367"
         inkscape:connector-curvature="0" />
    </g>
    <path
       style="fill:none;stroke:#2cdc2c;stroke-width:0.84551001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:5.9186, 3.382;stroke-opacity:1"
       d="m 349.30859,365.78047 h 2.20313"
       transform="matrix(1,0,0,-1,0,841.8)"
       id="path371"
       inkscape:connector-curvature="0" />
    <g
       clip-path="url(#clip2)"
       id="g375"
       style="clip-rule:nonzero">
      <path
         style="fill:none;stroke:#2cdc2c;stroke-width:0.84551001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:5.9186, 3.382;stroke-opacity:1"
         d="m 100.19141,6731.4484 h 8.82031 l 4.38672,-6397.84762 h 2.1914 l 4.37891,52.07031 h 28.57031 L 162.5,372.35859 h 50.48828 l 43.99219,-6.57812 h 92.28906 m 2.28125,0 h 43.92969"
         transform="matrix(1,0,0,-1,0,841.8)"
         id="path373"
         inkscape:connector-curvature="0" />
    </g>
    <path
       style="fill:none;stroke:#afaf00;stroke-width:0.84551001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
       d="m 349.30859,426.94062 h 2.20313"
       transform="matrix(1,0,0,-1,0,841.8)"
       id="path377"
       inkscape:connector-curvature="0" />
    <g
       clip-path="url(#clip3)"
       id="g381"
       style="clip-rule:nonzero">
      <path
         style="fill:none;stroke:#afaf00;stroke-width:0.84551001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
         d="m 100.19141,6731.4484 h 2.16797 l 4.46093,-6397.88668 h 2.19141 l 4.38672,-6.25 h 2.1914 l 4.37891,6.25 h 2.19141 l 4.39062,52.10937 h 15.41797 l 4.38281,27.26953 h 18.33985 l 13.8789,13.96094 h 170.69922 m 2.28125,0 h 43.92969"
         transform="matrix(1,0,0,-1,0,841.8)"
         id="path379"
         inkscape:connector-curvature="0" />
    </g>
    <path
       style="fill:none;stroke:#2cdc2c;stroke-width:0.84551001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
       d="m 349.30859,359.24141 h 2.20313"
       transform="matrix(1,0,0,-1,0,841.8)"
       id="path383"
       inkscape:connector-curvature="0" />
    <g
       clip-path="url(#clip4)"
       id="g387"
       style="clip-rule:nonzero">
      <path
         style="fill:none;stroke:#2cdc2c;stroke-width:0.84551001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
         d="m 100.19141,6731.4484 h 2.16797 l 4.46093,-6397.88668 h 2.19141 l 4.38672,-6.25 h 2.1914 l 4.37891,6.25 h 15.42187 l 4.39063,25.64844 h 209.48828 m 2.28125,0 h 43.92969"
         transform="matrix(1,0,0,-1,0,841.8)"
         id="path385"
         inkscape:connector-curvature="0" />
    </g>
    <path
       style="fill:none;stroke:#afaf00;stroke-width:0.84551001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:5.9186, 3.382;stroke-opacity:1"
       d="m 349.30859,433.99922 h 2.20313"
       transform="matrix(1,0,0,-1,0,841.8)"
       id="path389"
       inkscape:connector-curvature="0" />
    <g
       clip-path="url(#clip5)"
       id="g393"
       style="clip-rule:nonzero">
      <path
         style="fill:none;stroke:#afaf00;stroke-width:0.84551001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:5.9186, 3.382;stroke-opacity:1"
         d="m 100.19141,6731.4484 h 8.82031 l 4.38672,-6397.84762 h 2.1914 l 4.37891,52.07031 h 2.19141 l 4.39062,114.44922 h 2.1875 l 4.46094,-59.01172 h 125.98047 l 43.99218,-7.14843 h 46.09766 m 2.28125,0 h 43.92969"
         transform="matrix(1,0,0,-1,0,841.8)"
         id="path391"
         inkscape:connector-curvature="0" />
    </g>
    <path
       style="fill:none;stroke:#2cdc2c;stroke-width:2.70560002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
       d="m 102.39063,333.56172 h 4.42968 m 2.19141,-6.25 h 4.38672 m 21.99218,31.89844 h 4.39063 m 2.1875,53.73046 h 4.38281 m 18.33985,14 h 13.8789 m 2.19922,-67.73046 h 13.87891 m 110.71093,0 h 43.94922"
       transform="matrix(1,0,0,-1,0,841.8)"
       id="path395"
       inkscape:connector-curvature="0" />
    <path
       style="fill:none;stroke:#afaf00;stroke-width:2.70560002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
       d="m 115.57813,385.67109 h 4.39062 m 28.57031,-13.3125 H 162.5 m 50.48828,-6.57812 h 43.99219 m 94.57031,61.16015 h 43.92969"
       transform="matrix(1,0,0,-1,0,841.8)"
       id="path397"
       inkscape:connector-curvature="0" />
    <g
       clip-path="url(#clip6)"
       id="g401"
       style="clip-rule:nonzero">
      <path
         style="fill:none;stroke:#ff5050;stroke-width:2.70560002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
         d="m 95.789062,6731.4484 h 4.382818 M 122.16016,500.12031 h 4.39062 m 2.1875,-59.01172 h 4.46094 m 63.64062,0 h 13.96094 m 48.37891,-7.10937 h 43.94922"
         transform="matrix(1,0,0,-1,0,841.8)"
         id="path399"
         inkscape:connector-curvature="0" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g409">
      <use
         xlink:href="#glyph0-1"
         x="82.463997"
         y="544.44"
         id="use403"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph0-2"
         x="85.542503"
         y="544.44"
         id="use405"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph0-3"
         x="87.072647"
         y="544.44"
         id="use407"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g417">
      <use
         xlink:href="#glyph0-1"
         x="82.463997"
         y="520.21997"
         id="use411"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph0-2"
         x="85.542503"
         y="520.21997"
         id="use413"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph0-1"
         x="87.072647"
         y="520.21997"
         id="use415"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g421">
      <use
         xlink:href="#glyph1-1"
         x="82.463997"
         y="495.98001"
         id="use419"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g427">
      <use
         xlink:href="#glyph1-2"
         x="85.536385"
         y="495.98001"
         id="use423"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph1-3"
         x="87.072578"
         y="495.98001"
         id="use425"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g431">
      <use
         xlink:href="#glyph1-1"
         x="82.463997"
         y="471.76999"
         id="use429"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g437">
      <use
         xlink:href="#glyph1-2"
         x="85.536385"
         y="471.76999"
         id="use433"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph1-4"
         x="87.072578"
         y="471.76999"
         id="use435"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g441">
      <use
         xlink:href="#glyph1-1"
         x="82.463997"
         y="447.54999"
         id="use439"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g447">
      <use
         xlink:href="#glyph1-2"
         x="85.536385"
         y="447.54999"
         id="use443"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph1-5"
         x="87.072578"
         y="447.54999"
         id="use445"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g451">
      <use
         xlink:href="#glyph1-1"
         x="82.463997"
         y="423.34"
         id="use449"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g457">
      <use
         xlink:href="#glyph1-2"
         x="85.536385"
         y="423.34"
         id="use453"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph1-6"
         x="87.072578"
         y="423.34"
         id="use455"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g465">
      <use
         xlink:href="#glyph0-1"
         x="82.463997"
         y="399.12"
         id="use459"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph0-2"
         x="85.542503"
         y="399.12"
         id="use461"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph0-4"
         x="87.072647"
         y="399.12"
         id="use463"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g473">
      <use
         xlink:href="#glyph0-1"
         x="82.463997"
         y="374.89999"
         id="use467"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph0-2"
         x="85.542503"
         y="374.89999"
         id="use469"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph0-5"
         x="87.072647"
         y="374.89999"
         id="use471"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g477">
      <use
         xlink:href="#glyph1-3"
         x="87.071999"
         y="350.66"
         id="use475"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g481">
      <use
         xlink:href="#glyph1-3"
         x="82.463997"
         y="326.45001"
         id="use479"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g487">
      <use
         xlink:href="#glyph1-2"
         x="85.536385"
         y="326.45001"
         id="use483"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph1-7"
         x="87.072578"
         y="326.45001"
         id="use485"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g491">
      <use
         xlink:href="#glyph1-3"
         x="82.463997"
         y="302.23001"
         id="use489"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g497">
      <use
         xlink:href="#glyph1-2"
         x="85.536385"
         y="302.23001"
         id="use493"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph1-8"
         x="87.072578"
         y="302.23001"
         id="use495"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g501">
      <use
         xlink:href="#glyph0-6"
         x="94.272003"
         y="552.35999"
         id="use499"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g507">
      <use
         xlink:href="#glyph0-7"
         x="136.7"
         y="552.35999"
         id="use503"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph0-6"
         x="139.79601"
         y="552.35999"
         id="use505"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g513">
      <use
         xlink:href="#glyph0-3"
         x="180.7"
         y="552.35999"
         id="use509"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph0-6"
         x="183.772"
         y="552.35999"
         id="use511"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g519">
      <use
         xlink:href="#glyph0-1"
         x="224.69"
         y="552.35999"
         id="use515"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph0-6"
         x="227.76201"
         y="552.35999"
         id="use517"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g525">
      <use
         xlink:href="#glyph0-8"
         x="268.66"
         y="552.35999"
         id="use521"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph0-6"
         x="271.75601"
         y="552.35999"
         id="use523"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g531">
      <use
         xlink:href="#glyph0-9"
         x="312.64999"
         y="552.35999"
         id="use527"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph0-6"
         x="315.72202"
         y="552.35999"
         id="use529"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g537">
      <use
         xlink:href="#glyph0-10"
         x="356.64001"
         y="552.35999"
         id="use533"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph0-6"
         x="359.71201"
         y="552.35999"
         id="use535"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g543">
      <use
         xlink:href="#glyph0-11"
         x="400.60999"
         y="552.35999"
         id="use539"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph0-6"
         x="403.70599"
         y="552.35999"
         id="use541"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g549">
      <use
         xlink:href="#glyph0-4"
         x="444.60001"
         y="552.35999"
         id="use545"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph0-6"
         x="447.69601"
         y="552.35999"
         id="use547"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g555">
      <use
         xlink:href="#glyph0-5"
         x="488.59"
         y="552.35999"
         id="use551"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph0-6"
         x="491.66202"
         y="552.35999"
         id="use553"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g563">
      <use
         xlink:href="#glyph0-7"
         x="531.02002"
         y="552.35999"
         id="use557"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph0-6"
         x="534.11603"
         y="552.35999"
         id="use559"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph0-6"
         x="537.21204"
         y="552.35999"
         id="use561"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g567">
      <use
         xlink:href="#glyph2-1"
         x="76.463997"
         y="462.26001"
         id="use565"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g575">
      <use
         xlink:href="#glyph2-2"
         x="76.463997"
         y="459.02289"
         id="use569"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph2-3"
         x="76.463997"
         y="456.66922"
         id="use571"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph2-4"
         x="76.463997"
         y="453.43884"
         id="use573"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g579">
      <use
         xlink:href="#glyph2-5"
         x="76.463997"
         y="449.86453"
         id="use577"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g583">
      <use
         xlink:href="#glyph2-6"
         x="76.463997"
         y="447.27484"
         id="use581"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g591">
      <use
         xlink:href="#glyph2-7"
         x="76.463997"
         y="441.9201"
         id="use585"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph2-8"
         x="76.463997"
         y="440.36899"
         id="use587"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph2-9"
         x="76.463997"
         y="438.10974"
         id="use589"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g599">
      <use
         xlink:href="#glyph2-2"
         x="76.463997"
         y="436.47769"
         id="use593"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph2-3"
         x="76.463997"
         y="434.12402"
         id="use595"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph2-8"
         x="76.463997"
         y="430.89365"
         id="use597"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g603">
      <use
         xlink:href="#glyph2-10"
         x="76.463997"
         y="428.6142"
         id="use601"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g607">
      <use
         xlink:href="#glyph2-9"
         x="76.463997"
         y="425.27591"
         id="use605"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g611">
      <use
         xlink:href="#glyph2-11"
         x="76.463997"
         y="423.6506"
         id="use609"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g617">
      <use
         xlink:href="#glyph2-12"
         x="76.463997"
         y="421.63416"
         id="use613"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph2-13"
         x="76.463997"
         y="415.86801"
         id="use615"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g621">
      <use
         xlink:href="#glyph2-13"
         x="76.463997"
         y="412.30719"
         id="use619"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g625">
      <use
         xlink:href="#glyph2-5"
         x="76.463997"
         y="408.73962"
         id="use623"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g629">
      <use
         xlink:href="#glyph2-14"
         x="76.463997"
         y="406.14993"
         id="use627"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g633">
      <use
         xlink:href="#glyph3-1"
         x="274.85001"
         y="561.89001"
         id="use631"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g639">
      <use
         xlink:href="#glyph3-2"
         x="278.08713"
         y="561.89001"
         id="use635"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph3-3"
         x="279.63824"
         y="561.89001"
         id="use637"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g643">
      <use
         xlink:href="#glyph3-4"
         x="284.97275"
         y="561.89001"
         id="use641"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g647">
      <use
         xlink:href="#glyph3-5"
         x="288.31104"
         y="561.89001"
         id="use645"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g651">
      <use
         xlink:href="#glyph3-6"
         x="290.0105"
         y="561.89001"
         id="use649"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g657">
      <use
         xlink:href="#glyph3-2"
         x="292.60022"
         y="561.89001"
         id="use653"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph3-7"
         x="294.15134"
         y="561.89001"
         id="use655"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g661">
      <use
         xlink:href="#glyph3-8"
         x="297.70541"
         y="561.89001"
         id="use659"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g665">
      <use
         xlink:href="#glyph3-4"
         x="300.5379"
         y="561.89001"
         id="use663"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g669">
      <use
         xlink:href="#glyph3-5"
         x="303.87619"
         y="561.89001"
         id="use667"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g673">
      <use
         xlink:href="#glyph3-6"
         x="305.50146"
         y="561.89001"
         id="use671"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g677">
      <use
         xlink:href="#glyph3-4"
         x="308.09119"
         y="561.89001"
         id="use675"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g687">
      <use
         xlink:href="#glyph3-9"
         x="311.42944"
         y="561.89001"
         id="use679"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph3-10"
         x="314.65982"
         y="561.89001"
         id="use681"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph3-8"
         x="317.01349"
         y="561.89001"
         id="use683"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph3-11"
         x="319.86621"
         y="561.89001"
         id="use685"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g691">
      <use
         xlink:href="#glyph3-5"
         x="323.42029"
         y="561.89001"
         id="use689"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g695">
      <use
         xlink:href="#glyph3-6"
         x="325.04559"
         y="561.89001"
         id="use693"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g699">
      <use
         xlink:href="#glyph3-12"
         x="327.63528"
         y="561.89001"
         id="use697"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g707">
      <use
         xlink:href="#glyph3-9"
         x="329.90802"
         y="561.89001"
         id="use701"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph3-10"
         x="333.1384"
         y="561.89001"
         id="use703"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph3-12"
         x="335.49203"
         y="561.89001"
         id="use705"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g711">
      <use
         xlink:href="#glyph3-6"
         x="337.77151"
         y="561.89001"
         id="use709"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g719">
      <use
         xlink:href="#glyph3-5"
         x="340.36121"
         y="561.89001"
         id="use713"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph3-13"
         x="341.88535"
         y="561.89001"
         id="use715"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph3-6"
         x="343.95578"
         y="561.89001"
         id="use717"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g723">
      <use
         xlink:href="#glyph3-14"
         x="346.53198"
         y="561.89001"
         id="use721"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g733">
      <use
         xlink:href="#glyph4-1"
         x="213.91"
         y="314.26001"
         id="use725"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph4-2"
         x="218.52676"
         y="314.26001"
         id="use727"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph4-3"
         x="220.70715"
         y="314.26001"
         id="use729"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph4-4"
         x="228.28168"
         y="314.26001"
         id="use731"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g737">
      <use
         xlink:href="#glyph4-5"
         x="232.9648"
         y="314.26001"
         id="use735"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g741">
      <use
         xlink:href="#glyph4-4"
         x="235.07884"
         y="314.26001"
         id="use739"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g745">
      <use
         xlink:href="#glyph4-6"
         x="239.71455"
         y="314.26001"
         id="use743"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g749">
      <use
         xlink:href="#glyph4-7"
         x="243.94264"
         y="314.26001"
         id="use747"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g755">
      <use
         xlink:href="#glyph4-8"
         x="248.97652"
         y="314.26001"
         id="use751"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph4-9"
         x="251.15692"
         y="314.26001"
         id="use753"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g763">
      <use
         xlink:href="#glyph4-10"
         x="256.10547"
         y="314.26001"
         id="use757"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph4-2"
         x="259.28128"
         y="314.26001"
         id="use759"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph4-7"
         x="261.46167"
         y="314.26001"
         id="use761"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g767">
      <use
         xlink:href="#glyph4-11"
         x="266.48608"
         y="314.26001"
         id="use765"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g771">
      <use
         xlink:href="#glyph4-5"
         x="271.43463"
         y="314.26001"
         id="use769"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g775">
      <use
         xlink:href="#glyph4-7"
         x="273.54868"
         y="314.26001"
         id="use773"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g779">
      <use
         xlink:href="#glyph4-12"
         x="278.58255"
         y="314.26001"
         id="use777"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g783">
      <use
         xlink:href="#glyph4-5"
         x="281.50241"
         y="314.26001"
         id="use781"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g787">
      <use
         xlink:href="#glyph4-3"
         x="283.61646"
         y="314.26001"
         id="use785"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g797">
      <use
         xlink:href="#glyph4-4"
         x="291.15305"
         y="314.26001"
         id="use789"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph4-13"
         x="295.87408"
         y="314.26001"
         id="use791"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph4-14"
         x="300.41501"
         y="314.26001"
         id="use793"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph4-9"
         x="304.12167"
         y="314.26001"
         id="use795"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g801">
      <use
         xlink:href="#glyph4-15"
         x="309.06076"
         y="314.26001"
         id="use799"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g807">
      <use
         xlink:href="#glyph4-4"
         x="312.22708"
         y="314.26001"
         id="use803"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph4-3"
         x="316.94812"
         y="314.26001"
         id="use805"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g813">
      <use
         xlink:href="#glyph4-4"
         x="324.46576"
         y="314.26001"
         id="use809"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph4-11"
         x="329.1868"
         y="314.26001"
         id="use811"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g823">
      <use
         xlink:href="#glyph4-10"
         x="334.04056"
         y="314.26001"
         id="use815"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph4-14"
         x="337.21637"
         y="314.26001"
         id="use817"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph4-5"
         x="340.92303"
         y="314.26001"
         id="use819"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph4-13"
         x="343.06552"
         y="314.26001"
         id="use821"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g827">
      <use
         xlink:href="#glyph4-11"
         x="347.578"
         y="314.26001"
         id="use825"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g831">
      <use
         xlink:href="#glyph4-16"
         x="352.52655"
         y="314.26001"
         id="use829"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g835">
      <use
         xlink:href="#glyph4-5"
         x="357.47513"
         y="314.26001"
         id="use833"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g841">
      <use
         xlink:href="#glyph4-2"
         x="359.64603"
         y="314.26001"
         id="use837"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph4-11"
         x="361.82645"
         y="314.26001"
         id="use839"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g845">
      <use
         xlink:href="#glyph4-10"
         x="366.69916"
         y="314.26001"
         id="use843"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g851">
      <use
         xlink:href="#glyph4-4"
         x="369.77069"
         y="314.26001"
         id="use847"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph4-15"
         x="374.49173"
         y="314.26001"
         id="use849"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g855">
      <use
         xlink:href="#glyph4-6"
         x="377.87607"
         y="314.26001"
         id="use853"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g865">
      <use
         xlink:href="#glyph4-13"
         x="381.99988"
         y="314.26001"
         id="use857"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph4-8"
         x="386.5408"
         y="314.26001"
         id="use859"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph4-14"
         x="388.72119"
         y="314.26001"
         id="use861"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph4-5"
         x="392.42789"
         y="314.26001"
         id="use863"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g871">
      <use
         xlink:href="#glyph4-2"
         x="394.4566"
         y="314.26001"
         id="use867"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph4-11"
         x="396.63699"
         y="314.26001"
         id="use869"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g875">
      <use
         xlink:href="#glyph4-5"
         x="401.58557"
         y="314.26001"
         id="use873"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g883">
      <use
         xlink:href="#glyph4-17"
         x="403.75647"
         y="314.26001"
         id="use877"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph4-18"
         x="411.86188"
         y="314.26001"
         id="use879"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph4-19"
         x="417.69208"
         y="314.26001"
         id="use881"
         width="100%"
         height="100%" />
    </g>
    <path
       style="fill:none;stroke:#d9e1f3;stroke-width:1.35280001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
       d="m 150.44141,271.56172 h 17.04687"
       transform="matrix(1,0,0,-1,0,841.8)"
       id="path885"
       inkscape:connector-curvature="0" />
    <g
       style="fill:#575757;fill-opacity:1"
       id="g895">
      <use
         xlink:href="#glyph1-9"
         x="169.39"
         y="572.03998"
         id="use887"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph1-10"
         x="172.54163"
         y="572.03998"
         id="use889"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph1-11"
         x="175.74203"
         y="572.03998"
         id="use891"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph1-12"
         x="178.66202"
         y="572.03998"
         id="use893"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g899">
      <use
         xlink:href="#glyph1-13"
         x="181.00897"
         y="572.03998"
         id="use897"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g907">
      <use
         xlink:href="#glyph1-14"
         x="184.09966"
         y="572.03998"
         id="use901"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph1-12"
         x="185.47734"
         y="572.03998"
         id="use903"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph1-13"
         x="187.86089"
         y="572.03998"
         id="use905"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g911">
      <use
         xlink:href="#glyph1-15"
         x="190.84183"
         y="572.03998"
         id="use909"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g923">
      <use
         xlink:href="#glyph1-11"
         x="194.09709"
         y="572.03998"
         id="use913"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph1-16"
         x="197.01707"
         y="572.03998"
         id="use915"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph1-11"
         x="199.14458"
         y="572.03998"
         id="use917"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph1-17"
         x="202.06456"
         y="572.03998"
         id="use919"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph1-18"
         x="204.10672"
         y="572.03998"
         id="use921"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g927">
      <use
         xlink:href="#glyph1-16"
         x="207.27054"
         y="572.03998"
         id="use925"
         width="100%"
         height="100%" />
    </g>
    <path
       style="fill:none;stroke:#2cdc2c;stroke-width:0.84551001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:5.9186, 3.382;stroke-opacity:1"
       d="m 225.39844,271.56172 h 17.05078"
       transform="matrix(1,0,0,-1,0,841.8)"
       id="path929"
       inkscape:connector-curvature="0" />
    <g
       style="fill:#575757;fill-opacity:1"
       id="g933">
      <use
         xlink:href="#glyph1-19"
         x="244.37"
         y="572.03998"
         id="use931"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g937">
      <use
         xlink:href="#glyph1-20"
         x="248.25925"
         y="572.03998"
         id="use935"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g941">
      <use
         xlink:href="#glyph1-21"
         x="252.06924"
         y="572.03998"
         id="use939"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g947">
      <use
         xlink:href="#glyph1-14"
         x="255.30623"
         y="572.03998"
         id="use943"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph1-22"
         x="256.68393"
         y="572.03998"
         id="use945"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g951">
      <use
         xlink:href="#glyph1-15"
         x="259.93307"
         y="572.03998"
         id="use949"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g955">
      <use
         xlink:href="#glyph1-15"
         x="263.103"
         y="572.03998"
         id="use953"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g959">
      <use
         xlink:href="#glyph1-13"
         x="266.27292"
         y="572.03998"
         id="use957"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g967">
      <use
         xlink:href="#glyph1-16"
         x="269.36359"
         y="572.03998"
         id="use961"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph1-14"
         x="271.49109"
         y="572.03998"
         id="use963"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph1-23"
         x="272.8688"
         y="572.03998"
         id="use965"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g971">
      <use
         xlink:href="#glyph1-18"
         x="276.03262"
         y="572.03998"
         id="use969"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g975">
      <use
         xlink:href="#glyph1-22"
         x="279.26349"
         y="572.03998"
         id="use973"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g979">
      <use
         xlink:href="#glyph1-24"
         x="282.43341"
         y="572.03998"
         id="use977"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g983">
      <use
         xlink:href="#glyph1-25"
         x="285.66431"
         y="572.03998"
         id="use981"
         width="100%"
         height="100%" />
    </g>
    <path
       style="fill:none;stroke:#afaf00;stroke-width:0.84551001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
       d="m 300.35937,271.56172 h 17.05079"
       transform="matrix(1,0,0,-1,0,841.8)"
       id="path985"
       inkscape:connector-curvature="0" />
    <g
       style="fill:#575757;fill-opacity:1"
       id="g993">
      <use
         xlink:href="#glyph1-9"
         x="319.34"
         y="572.03998"
         id="use987"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph1-20"
         x="322.49164"
         y="572.03998"
         id="use989"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph1-21"
         x="326.24066"
         y="572.03998"
         id="use991"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1001">
      <use
         xlink:href="#glyph1-14"
         x="329.58127"
         y="572.03998"
         id="use995"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph1-26"
         x="330.95898"
         y="572.03998"
         id="use997"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph1-18"
         x="332.36105"
         y="572.03998"
         id="use999"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1005">
      <use
         xlink:href="#glyph1-27"
         x="335.53098"
         y="572.03998"
         id="use1003"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1009">
      <use
         xlink:href="#glyph1-13"
         x="339.914"
         y="572.03998"
         id="use1007"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1017">
      <use
         xlink:href="#glyph1-16"
         x="342.91324"
         y="572.03998"
         id="use1011"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph1-14"
         x="345.04074"
         y="572.03998"
         id="use1013"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph1-23"
         x="346.41843"
         y="572.03998"
         id="use1015"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1021">
      <use
         xlink:href="#glyph1-18"
         x="349.64932"
         y="572.03998"
         id="use1019"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1025">
      <use
         xlink:href="#glyph1-22"
         x="352.81924"
         y="572.03998"
         id="use1023"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1029">
      <use
         xlink:href="#glyph1-24"
         x="356.05011"
         y="572.03998"
         id="use1027"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1033">
      <use
         xlink:href="#glyph1-25"
         x="359.22003"
         y="572.03998"
         id="use1031"
         width="100%"
         height="100%" />
    </g>
    <path
       style="fill:none;stroke:#2cdc2c;stroke-width:0.84551001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
       d="m 375.32031,271.56172 h 17.05078"
       transform="matrix(1,0,0,-1,0,841.8)"
       id="path1035"
       inkscape:connector-curvature="0" />
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1039">
      <use
         xlink:href="#glyph1-19"
         x="394.32001"
         y="572.03998"
         id="use1037"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1043">
      <use
         xlink:href="#glyph1-20"
         x="398.20926"
         y="572.03998"
         id="use1041"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1047">
      <use
         xlink:href="#glyph1-21"
         x="402.01926"
         y="572.03998"
         id="use1045"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1055">
      <use
         xlink:href="#glyph1-14"
         x="405.25623"
         y="572.03998"
         id="use1049"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph1-26"
         x="406.63391"
         y="572.03998"
         id="use1051"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph1-18"
         x="408.03601"
         y="572.03998"
         id="use1053"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1059">
      <use
         xlink:href="#glyph1-27"
         x="411.27298"
         y="572.03998"
         id="use1057"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1063">
      <use
         xlink:href="#glyph1-13"
         x="415.65601"
         y="572.03998"
         id="use1061"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1071">
      <use
         xlink:href="#glyph1-16"
         x="418.65524"
         y="572.03998"
         id="use1065"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph1-14"
         x="420.78275"
         y="572.03998"
         id="use1067"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph1-23"
         x="422.16043"
         y="572.03998"
         id="use1069"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1075">
      <use
         xlink:href="#glyph1-18"
         x="425.32425"
         y="572.03998"
         id="use1073"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1079">
      <use
         xlink:href="#glyph1-22"
         x="428.55515"
         y="572.03998"
         id="use1077"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1083">
      <use
         xlink:href="#glyph1-24"
         x="431.72507"
         y="572.03998"
         id="use1081"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1087">
      <use
         xlink:href="#glyph1-25"
         x="434.95593"
         y="572.03998"
         id="use1085"
         width="100%"
         height="100%" />
    </g>
    <path
       style="fill:none;stroke:#afaf00;stroke-width:0.84551001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:5.9186, 3.382;stroke-opacity:1"
       d="m 150.44141,260.15156 h 17.04687"
       transform="matrix(1,0,0,-1,0,841.8)"
       id="path1089"
       inkscape:connector-curvature="0" />
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1093">
      <use
         xlink:href="#glyph0-12"
         x="169.39"
         y="583.46002"
         id="use1091"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1099">
      <use
         xlink:href="#glyph0-13"
         x="172.55351"
         y="583.46002"
         id="use1095"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph0-14"
         x="176.2878"
         y="583.46002"
         id="use1097"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1103">
      <use
         xlink:href="#glyph0-15"
         x="179.6274"
         y="583.46002"
         id="use1101"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1107">
      <use
         xlink:href="#glyph0-16"
         x="181.01181"
         y="583.46002"
         id="use1105"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1111">
      <use
         xlink:href="#glyph0-17"
         x="184.1814"
         y="583.46002"
         id="use1109"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1115">
      <use
         xlink:href="#glyph0-17"
         x="187.35098"
         y="583.46002"
         id="use1113"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1119">
      <use
         xlink:href="#glyph0-18"
         x="190.61163"
         y="583.46002"
         id="use1117"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1127">
      <use
         xlink:href="#glyph0-19"
         x="193.61121"
         y="583.46002"
         id="use1121"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph0-15"
         x="195.73033"
         y="583.46002"
         id="use1123"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph0-20"
         x="197.10262"
         y="583.46002"
         id="use1125"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1131">
      <use
         xlink:href="#glyph0-21"
         x="200.37541"
         y="583.46002"
         id="use1129"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1135">
      <use
         xlink:href="#glyph0-16"
         x="203.545"
         y="583.46002"
         id="use1133"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1139">
      <use
         xlink:href="#glyph0-22"
         x="206.80566"
         y="583.46002"
         id="use1137"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1143">
      <use
         xlink:href="#glyph0-23"
         x="209.97525"
         y="583.46002"
         id="use1141"
         width="100%"
         height="100%" />
    </g>
    <path
       style="fill:none;stroke:#2cdc2c;stroke-width:2.36739993;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
       d="m 225.39844,260.15156 h 17.05078"
       transform="matrix(1,0,0,-1,0,841.8)"
       id="path1145"
       inkscape:connector-curvature="0" />
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1155">
      <use
         xlink:href="#glyph0-24"
         x="244.37"
         y="583.46002"
         id="use1147"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph0-18"
         x="249.56155"
         y="583.46002"
         id="use1149"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph0-25"
         x="252.58542"
         y="583.46002"
         id="use1151"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph0-26"
         x="255.4939"
         y="583.46002"
         id="use1153"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1159">
      <use
         xlink:href="#glyph0-16"
         x="257.94699"
         y="583.46002"
         id="use1157"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1165">
      <use
         xlink:href="#glyph0-19"
         x="261.11658"
         y="583.46002"
         id="use1161"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph0-18"
         x="263.23572"
         y="583.46002"
         id="use1163"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1169">
      <use
         xlink:href="#glyph0-23"
         x="266.32028"
         y="583.46002"
         id="use1167"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1173">
      <use
         xlink:href="#glyph0-15"
         x="269.48987"
         y="583.46002"
         id="use1171"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1179">
      <use
         xlink:href="#glyph0-27"
         x="270.87427"
         y="583.46002"
         id="use1175"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph0-21"
         x="272.27084"
         y="583.46002"
         id="use1177"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1183">
      <use
         xlink:href="#glyph0-26"
         x="275.50113"
         y="583.46002"
         id="use1181"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1187">
      <use
         xlink:href="#glyph0-26"
         x="277.85101"
         y="583.46002"
         id="use1185"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1191">
      <use
         xlink:href="#glyph0-15"
         x="280.20087"
         y="583.46002"
         id="use1189"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1195">
      <use
         xlink:href="#glyph0-28"
         x="281.5853"
         y="583.46002"
         id="use1193"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1199">
      <use
         xlink:href="#glyph0-28"
         x="284.67593"
         y="583.46002"
         id="use1197"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1203">
      <use
         xlink:href="#glyph0-15"
         x="287.67551"
         y="583.46002"
         id="use1201"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1207">
      <use
         xlink:href="#glyph0-6"
         x="289.05991"
         y="583.46002"
         id="use1205"
         width="100%"
         height="100%" />
    </g>
    <path
       style="fill:none;stroke:#afaf00;stroke-width:2.36739993;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
       d="m 300.35937,260.15156 h 17.05079"
       transform="matrix(1,0,0,-1,0,841.8)"
       id="path1209"
       inkscape:connector-curvature="0" />
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1219">
      <use
         xlink:href="#glyph0-24"
         x="319.34"
         y="583.46002"
         id="use1211"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph0-18"
         x="324.53156"
         y="583.46002"
         id="use1213"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph0-25"
         x="327.55542"
         y="583.46002"
         id="use1215"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph0-26"
         x="330.4639"
         y="583.46002"
         id="use1217"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1223">
      <use
         xlink:href="#glyph0-16"
         x="332.91699"
         y="583.46002"
         id="use1221"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1229">
      <use
         xlink:href="#glyph0-19"
         x="336.08658"
         y="583.46002"
         id="use1225"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph0-18"
         x="338.20572"
         y="583.46002"
         id="use1227"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1233">
      <use
         xlink:href="#glyph0-23"
         x="341.29028"
         y="583.46002"
         id="use1231"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1237">
      <use
         xlink:href="#glyph0-15"
         x="344.45987"
         y="583.46002"
         id="use1235"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1243">
      <use
         xlink:href="#glyph0-27"
         x="345.84427"
         y="583.46002"
         id="use1239"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph0-21"
         x="347.24084"
         y="583.46002"
         id="use1241"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1247">
      <use
         xlink:href="#glyph0-26"
         x="350.47113"
         y="583.46002"
         id="use1245"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1251">
      <use
         xlink:href="#glyph0-26"
         x="352.82101"
         y="583.46002"
         id="use1249"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1255">
      <use
         xlink:href="#glyph0-15"
         x="355.17087"
         y="583.46002"
         id="use1253"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1259">
      <use
         xlink:href="#glyph0-29"
         x="356.5553"
         y="583.46002"
         id="use1257"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1263">
      <use
         xlink:href="#glyph0-28"
         x="359.64594"
         y="583.46002"
         id="use1261"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1267">
      <use
         xlink:href="#glyph0-15"
         x="362.64551"
         y="583.46002"
         id="use1265"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1271">
      <use
         xlink:href="#glyph0-12"
         x="364.02991"
         y="583.46002"
         id="use1269"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1275">
      <use
         xlink:href="#glyph0-30"
         x="367.19342"
         y="583.46002"
         id="use1273"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1279">
      <use
         xlink:href="#glyph0-14"
         x="369.71332"
         y="583.46002"
         id="use1277"
         width="100%"
         height="100%" />
    </g>
    <path
       style="fill:none;stroke:#ff5050;stroke-width:2.36739993;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
       d="m 375.32031,260.15156 h 17.05078"
       transform="matrix(1,0,0,-1,0,841.8)"
       id="path1281"
       inkscape:connector-curvature="0" />
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1287">
      <use
         xlink:href="#glyph0-24"
         x="394.32001"
         y="583.46002"
         id="use1283"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph0-18"
         x="399.51157"
         y="583.46002"
         id="use1285"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1291">
      <use
         xlink:href="#glyph0-25"
         x="402.50507"
         y="583.46002"
         id="use1289"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1295">
      <use
         xlink:href="#glyph0-26"
         x="405.42569"
         y="583.46002"
         id="use1293"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1299">
      <use
         xlink:href="#glyph0-16"
         x="407.84235"
         y="583.46002"
         id="use1297"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1305">
      <use
         xlink:href="#glyph0-19"
         x="411.01193"
         y="583.46002"
         id="use1301"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph0-18"
         x="413.13104"
         y="583.46002"
         id="use1303"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1309">
      <use
         xlink:href="#glyph0-23"
         x="416.21564"
         y="583.46002"
         id="use1307"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1313">
      <use
         xlink:href="#glyph0-15"
         x="419.38522"
         y="583.46002"
         id="use1311"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1319">
      <use
         xlink:href="#glyph0-27"
         x="420.76962"
         y="583.46002"
         id="use1315"
         width="100%"
         height="100%" />
      <use
         xlink:href="#glyph0-21"
         x="422.1662"
         y="583.46002"
         id="use1317"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1323">
      <use
         xlink:href="#glyph0-26"
         x="425.39648"
         y="583.46002"
         id="use1321"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1327">
      <use
         xlink:href="#glyph0-26"
         x="427.74637"
         y="583.46002"
         id="use1325"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1331">
      <use
         xlink:href="#glyph0-15"
         x="430.09622"
         y="583.46002"
         id="use1329"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1335">
      <use
         xlink:href="#glyph0-31"
         x="431.48065"
         y="583.46002"
         id="use1333"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1339">
      <use
         xlink:href="#glyph0-15"
         x="434.57129"
         y="583.46002"
         id="use1337"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1343">
      <use
         xlink:href="#glyph0-12"
         x="435.95572"
         y="583.46002"
         id="use1341"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1347">
      <use
         xlink:href="#glyph0-30"
         x="439.05243"
         y="583.46002"
         id="use1345"
         width="100%"
         height="100%" />
    </g>
    <g
       style="fill:#575757;fill-opacity:1"
       id="g1351">
      <use
         xlink:href="#glyph0-14"
         x="441.6391"
         y="583.46002"
         id="use1349"
         width="100%"
         height="100%" />
    </g>
    <g
       clip-path="url(#clip7)"
       id="g1355"
       style="clip-rule:nonzero">
      <path
         style="fill:none;stroke:#d9d9d9;stroke-width:0.50730997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
         d="M 50.816406,251.40156 H 544.63672 V 549.65937 H 50.816406 Z m 0,0"
         transform="matrix(1,0,0,-1,0,841.8)"
         id="path1353"
         inkscape:connector-curvature="0" />
    </g>
  </g>
</svg>