Files @ 965811f98666
Branch filter:

Location: Jabel/Hardware/chassis.svg - annotation

Fantawams
Updated tech draw of basic construction and added docu photos
   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
965811f98666
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
<svg xmlns:xlink="http://www.w3.org/1999/xlink" height="297mm" baseProfile="tiny" viewBox="0 0 4200 2970" width="420mm" xmlns="http://www.w3.org/2000/svg" version="1.2">
 <title>FreeCAD SVG Export</title>
 <desc>Drawing page: Page exported from FreeCAD document: basic_construction</desc>
 <defs/>
 <g stroke-linecap="square" stroke-linejoin="bevel" stroke-width="1" id="Page" fill-rule="evenodd" fill="none" stroke="black">
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,2970)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,2970)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(2.82258,0,0,2.82319,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(2.82258,0,0,2.82319,0,0)"/>
  <g font-weight="400" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="none" transform="matrix(10,0,0,10,0,0)">
   <rect height="283" width="395" x="18" y="7"/>
  </g>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="0.2" stroke-miterlimit="4" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(10,0,0,10,0,0)">
   <rect height="283" width="395" x="18" y="7"/>
  </g>
  <g font-weight="400" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="none" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M76,7 L76,11" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="0.2" stroke-miterlimit="4" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M76,7 L76,11" fill-rule="nonzero"/>
  </g>
  <g font-weight="400" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="none" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M132,7 L132,11" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="0.2" stroke-miterlimit="4" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M132,7 L132,11" fill-rule="nonzero"/>
  </g>
  <g font-weight="400" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="none" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M188,7 L188,11" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="0.2" stroke-miterlimit="4" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M188,7 L188,11" fill-rule="nonzero"/>
  </g>
  <g font-weight="400" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="none" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M244,7 L244,11" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="0.2" stroke-miterlimit="4" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M244,7 L244,11" fill-rule="nonzero"/>
  </g>
  <g font-weight="400" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="none" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M300,7 L300,11" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="0.2" stroke-miterlimit="4" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M300,7 L300,11" fill-rule="nonzero"/>
  </g>
  <g font-weight="400" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="none" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M356,7 L356,11" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="0.2" stroke-miterlimit="4" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M356,7 L356,11" fill-rule="nonzero"/>
  </g>
  <g font-weight="400" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="none" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M18,64 L22,64" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="0.2" stroke-miterlimit="4" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M18,64 L22,64" fill-rule="nonzero"/>
  </g>
  <g font-weight="400" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="none" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M18,120 L22,120" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="0.2" stroke-miterlimit="4" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M18,120 L22,120" fill-rule="nonzero"/>
  </g>
  <g font-weight="400" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="none" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M18,176 L22,176" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="0.2" stroke-miterlimit="4" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M18,176 L22,176" fill-rule="nonzero"/>
  </g>
  <g font-weight="400" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="none" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M18,232 L22,232" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="0.2" stroke-miterlimit="4" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M18,232 L22,232" fill-rule="nonzero"/>
  </g>
  <g font-weight="400" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="none" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M409,64 L413,64" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="0.2" stroke-miterlimit="4" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M409,64 L413,64" fill-rule="nonzero"/>
  </g>
  <g font-weight="400" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="none" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M409,120 L413,120" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="0.2" stroke-miterlimit="4" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M409,120 L413,120" fill-rule="nonzero"/>
  </g>
  <g font-weight="400" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="none" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M409,176 L413,176" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="0.2" stroke-miterlimit="4" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M409,176 L413,176" fill-rule="nonzero"/>
  </g>
  <g font-weight="400" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="none" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M409,232 L413,232" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="0.2" stroke-miterlimit="4" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M409,232 L413,232" fill-rule="nonzero"/>
  </g>
  <g font-weight="400" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="none" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M76,286 L76,290" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="0.2" stroke-miterlimit="4" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M76,286 L76,290" fill-rule="nonzero"/>
  </g>
  <g font-weight="400" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="none" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M132,286 L132,290" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="0.2" stroke-miterlimit="4" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M132,286 L132,290" fill-rule="nonzero"/>
  </g>
  <g font-weight="400" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="none" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M188,286 L188,290" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="0.2" stroke-miterlimit="4" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M188,286 L188,290" fill-rule="nonzero"/>
  </g>
  <g font-weight="400" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="none" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M244,286 L244,290" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="0.2" stroke-miterlimit="4" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M244,286 L244,290" fill-rule="nonzero"/>
  </g>
  <g font-weight="400" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="none" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M300,286 L300,290" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="0.2" stroke-miterlimit="4" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M300,286 L300,290" fill-rule="nonzero"/>
  </g>
  <g font-weight="400" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="none" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M356,286 L356,290" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="0.2" stroke-miterlimit="4" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M356,286 L356,290" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M1545.73,325.031 L1561.84,325.031 L1561.84,269.406 L1544.31,272.922 L1544.31,263.938 L1561.75,260.422 L1571.61,260.422 L1571.61,325.031 L1587.72,325.031 L1587.72,333.328 L1545.73,333.328 L1545.73,325.031" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M3452.52,325.031 L3486.94,325.031 L3486.94,333.328 L3440.66,333.328 L3440.66,325.031 C3444.4,321.156 3449.5,315.956 3455.96,309.43 C3462.42,302.904 3466.48,298.693 3468.14,296.797 C3471.3,293.255 3473.5,290.255 3474.76,287.797 C3476.01,285.339 3476.64,282.922 3476.64,280.547 C3476.64,276.672 3475.28,273.513 3472.56,271.07 C3469.84,268.628 3466.3,267.406 3461.94,267.406 C3458.84,267.406 3455.58,267.943 3452.15,269.016 C3448.72,270.089 3445.05,271.719 3441.14,273.906 L3441.14,263.938 C3445.11,262.344 3448.82,261.141 3452.27,260.328 C3455.73,259.516 3458.89,259.109 3461.75,259.109 C3469.3,259.109 3475.32,260.997 3479.81,264.773 C3484.3,268.549 3486.55,273.594 3486.55,279.906 C3486.55,282.906 3485.99,285.747 3484.87,288.43 C3483.75,291.112 3481.7,294.276 3478.73,297.922 C3477.92,298.87 3475.34,301.599 3470.98,306.109 C3466.62,310.62 3460.46,316.927 3452.52,325.031 " fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M5340.58,294.016 C5345.3,295.026 5348.98,297.128 5351.63,300.32 C5354.28,303.513 5355.61,307.453 5355.61,312.141 C5355.61,319.328 5353.14,324.893 5348.19,328.836 C5343.24,332.779 5336.21,334.75 5327.09,334.75 C5324.04,334.75 5320.9,334.448 5317.66,333.844 C5314.42,333.24 5311.07,332.333 5307.62,331.125 L5307.62,321.609 C5310.35,323.203 5313.35,324.406 5316.6,325.219 C5319.86,326.031 5323.26,326.438 5326.81,326.438 C5332.99,326.438 5337.7,325.219 5340.94,322.781 C5344.18,320.344 5345.8,316.797 5345.8,312.141 C5345.8,307.839 5344.29,304.477 5341.28,302.055 C5338.27,299.633 5334.08,298.422 5328.72,298.422 L5320.22,298.422 L5320.22,290.312 L5329.11,290.312 C5333.95,290.312 5337.66,289.344 5340.23,287.406 C5342.81,285.469 5344.09,282.677 5344.09,279.031 C5344.09,275.292 5342.77,272.419 5340.12,270.414 C5337.47,268.409 5333.67,267.406 5328.72,267.406 C5326.01,267.406 5323.11,267.701 5320.02,268.289 C5316.92,268.878 5313.52,269.786 5309.81,271.016 L5309.81,262.234 C5313.56,261.193 5317.07,260.411 5320.34,259.891 C5323.61,259.37 5326.7,259.109 5329.59,259.109 C5337.08,259.109 5343.01,260.81 5347.37,264.211 C5351.73,267.612 5353.91,272.208 5353.91,278 C5353.91,282.042 5352.75,285.453 5350.44,288.234 C5348.12,291.016 5344.84,292.943 5340.58,294.016 " fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M7204.45,269.016 L7179.55,307.938 L7204.45,307.938 L7204.45,269.016 M7201.86,260.422 L7214.27,260.422 L7214.27,307.938 L7224.67,307.938 L7224.67,316.141 L7214.27,316.141 L7214.27,333.328 L7204.45,333.328 L7204.45,316.141 L7171.55,316.141 L7171.55,306.625 L7201.86,260.422" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M9044.12,260.422 L9082.84,260.422 L9082.84,268.734 L9053.16,268.734 L9053.16,286.594 C9054.58,286.104 9056.01,285.74 9057.45,285.5 C9058.88,285.26 9060.31,285.141 9061.75,285.141 C9069.89,285.141 9076.33,287.37 9081.09,291.828 C9085.84,296.286 9088.22,302.323 9088.22,309.938 C9088.22,317.781 9085.78,323.878 9080.89,328.227 C9076.01,332.576 9069.12,334.75 9060.23,334.75 C9057.17,334.75 9054.05,334.49 9050.88,333.969 C9047.71,333.448 9044.43,332.667 9041.05,331.625 L9041.05,321.703 C9043.97,323.297 9047,324.484 9050.12,325.266 C9053.25,326.047 9056.55,326.438 9060.03,326.438 C9065.67,326.438 9070.13,324.958 9073.41,322 C9076.7,319.042 9078.34,315.021 9078.34,309.938 C9078.34,304.865 9076.7,300.846 9073.41,297.883 C9070.13,294.919 9065.67,293.438 9060.03,293.438 C9057.4,293.438 9054.77,293.729 9052.15,294.312 C9049.53,294.896 9046.85,295.807 9044.12,297.047 L9044.12,260.422" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M10933,292.953 C10928.6,292.953 10925.1,294.466 10922.5,297.492 C10919.9,300.518 10918.6,304.667 10918.6,309.938 C10918.6,315.177 10919.9,319.32 10922.5,322.367 C10925.1,325.414 10928.6,326.938 10933,326.938 C10937.4,326.938 10940.9,325.414 10943.5,322.367 C10946.1,319.32 10947.4,315.177 10947.4,309.938 C10947.4,304.667 10946.1,300.518 10943.5,297.492 C10940.9,294.466 10937.4,292.953 10933,292.953 M10952.6,262.031 L10952.6,271.016 C10950.1,269.849 10947.6,268.956 10945.1,268.336 C10942.6,267.716 10940.1,267.406 10937.6,267.406 C10931.1,267.406 10926.1,269.604 10922.7,274 C10919.2,278.396 10917.3,285.036 10916.8,293.922 C10918.7,291.089 10921.1,288.917 10924,287.406 C10926.9,285.896 10930.1,285.141 10933.6,285.141 C10940.9,285.141 10946.7,287.362 10951,291.805 C10955.2,296.247 10957.3,302.292 10957.3,309.938 C10957.3,317.427 10955.1,323.435 10950.7,327.961 C10946.3,332.487 10940.4,334.75 10933,334.75 C10924.6,334.75 10918.1,331.518 10913.7,325.055 C10909.2,318.591 10907,309.224 10907,296.953 C10907,285.432 10909.7,276.245 10915.2,269.391 C10920.7,262.536 10928,259.109 10937.2,259.109 C10939.7,259.109 10942.2,259.354 10944.7,259.844 C10947.2,260.333 10949.9,261.062 10952.6,262.031 " fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M12774.9,260.422 L12821.7,260.422 L12821.7,264.625 L12795.3,333.328 L12785,333.328 L12809.9,268.734 L12774.9,268.734 L12774.9,260.422" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M667.516,1136.81 L654.125,1173.09 L680.938,1173.09 L667.516,1136.81 M661.938,1127.09 L673.125,1127.09 L700.906,1200 L690.656,1200 L684.016,1181.3 L651.156,1181.3 L644.516,1200 L634.109,1200 L661.938,1127.09" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M653,3065.19 L653,3091.89 L668.828,3091.89 C674.13,3091.89 678.06,3090.79 680.617,3088.59 C683.174,3086.4 684.453,3083.04 684.453,3078.52 C684.453,3073.95 683.174,3070.59 680.617,3068.43 C678.06,3066.27 674.13,3065.19 668.828,3065.19 L653,3065.19 M653,3035.2 L653,3057.17 L667.609,3057.17 C672.422,3057.17 676.008,3056.27 678.367,3054.46 C680.727,3052.65 681.906,3049.9 681.906,3046.19 C681.906,3042.51 680.727,3039.76 678.367,3037.94 C676.008,3036.11 672.422,3035.2 667.609,3035.2 L653,3035.2 M643.141,3027.09 L668.344,3027.09 C675.865,3027.09 681.659,3028.66 685.727,3031.78 C689.794,3034.91 691.828,3039.35 691.828,3045.11 C691.828,3049.58 690.786,3053.13 688.703,3055.77 C686.62,3058.4 683.557,3060.04 679.516,3060.69 C684.37,3061.73 688.141,3063.9 690.828,3067.21 C693.516,3070.52 694.859,3074.65 694.859,3079.59 C694.859,3086.1 692.646,3091.13 688.219,3094.68 C683.792,3098.23 677.49,3100 669.312,3100 L643.141,3100 L643.141,3027.09" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M697.734,4899.38 L697.734,4909.77 C694.411,4906.67 690.87,4904.36 687.109,4902.84 C683.349,4901.31 679.354,4900.55 675.125,4900.55 C666.792,4900.55 660.411,4903.09 655.984,4908.19 C651.557,4913.28 649.344,4920.65 649.344,4930.28 C649.344,4939.89 651.557,4947.23 655.984,4952.33 C660.411,4957.42 666.792,4959.97 675.125,4959.97 C679.354,4959.97 683.349,4959.2 687.109,4957.67 C690.87,4956.14 694.411,4953.83 697.734,4950.73 L697.734,4961.05 C694.286,4963.39 690.633,4965.15 686.773,4966.32 C682.914,4967.49 678.839,4968.08 674.547,4968.08 C663.505,4968.08 654.81,4964.7 648.461,4957.95 C642.112,4951.19 638.938,4941.97 638.938,4930.28 C638.938,4918.56 642.112,4909.33 648.461,4902.57 C654.81,4895.82 663.505,4892.44 674.547,4892.44 C678.901,4892.44 683.008,4893.02 686.867,4894.17 C690.727,4895.33 694.349,4897.06 697.734,4899.38 " fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M653,6768.53 L653,6825.22 L664.922,6825.22 C674.984,6825.22 682.349,6822.94 687.016,6818.38 C691.682,6813.83 694.016,6806.63 694.016,6796.8 C694.016,6787.04 691.682,6779.89 687.016,6775.34 C682.349,6770.8 674.984,6768.53 664.922,6768.53 L653,6768.53 M643.141,6760.42 L663.406,6760.42 C677.531,6760.42 687.898,6763.36 694.508,6769.23 C701.117,6775.11 704.422,6784.3 704.422,6796.8 C704.422,6809.37 701.102,6818.6 694.461,6824.49 C687.82,6830.38 677.469,6833.33 663.406,6833.33 L643.141,6833.33 L643.141,6760.42" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M643.141,8627.09 L689.234,8627.09 L689.234,8635.41 L653,8635.41 L653,8656.98 L687.719,8656.98 L687.719,8665.28 L653,8665.28 L653,8691.7 L690.109,8691.7 L690.109,8700 L643.141,8700 L643.141,8627.09" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M13700.8,1136.81 L13687.5,1173.09 L13714.3,1173.09 L13700.8,1136.81 M13695.3,1127.09 L13706.5,1127.09 L13734.2,1200 L13724,1200 L13717.3,1181.3 L13684.5,1181.3 L13677.8,1200 L13667.4,1200 L13695.3,1127.09" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M13686.3,3065.19 L13686.3,3091.89 L13702.2,3091.89 C13707.5,3091.89 13711.4,3090.79 13713.9,3088.59 C13716.5,3086.4 13717.8,3083.04 13717.8,3078.52 C13717.8,3073.95 13716.5,3070.59 13713.9,3068.43 C13711.4,3066.27 13707.5,3065.19 13702.2,3065.19 L13686.3,3065.19 M13686.3,3035.2 L13686.3,3057.17 L13700.9,3057.17 C13705.8,3057.17 13709.3,3056.27 13711.7,3054.46 C13714.1,3052.65 13715.2,3049.9 13715.2,3046.19 C13715.2,3042.51 13714.1,3039.76 13711.7,3037.94 C13709.3,3036.11 13705.8,3035.2 13700.9,3035.2 L13686.3,3035.2 M13676.5,3027.09 L13701.7,3027.09 C13709.2,3027.09 13715,3028.66 13719.1,3031.78 C13723.1,3034.91 13725.2,3039.35 13725.2,3045.11 C13725.2,3049.58 13724.1,3053.13 13722,3055.77 C13719.9,3058.4 13716.9,3060.04 13712.8,3060.69 C13717.7,3061.73 13721.5,3063.9 13724.2,3067.21 C13726.8,3070.52 13728.2,3074.65 13728.2,3079.59 C13728.2,3086.1 13726,3091.13 13721.5,3094.68 C13717.1,3098.23 13710.8,3100 13702.6,3100 L13676.5,3100 L13676.5,3027.09" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M13731.1,4899.38 L13731.1,4909.77 C13727.7,4906.67 13724.2,4904.36 13720.4,4902.84 C13716.7,4901.31 13712.7,4900.55 13708.5,4900.55 C13700.1,4900.55 13693.7,4903.09 13689.3,4908.19 C13684.9,4913.28 13682.7,4920.65 13682.7,4930.28 C13682.7,4939.89 13684.9,4947.23 13689.3,4952.33 C13693.7,4957.42 13700.1,4959.97 13708.5,4959.97 C13712.7,4959.97 13716.7,4959.2 13720.4,4957.67 C13724.2,4956.14 13727.7,4953.83 13731.1,4950.73 L13731.1,4961.05 C13727.6,4963.39 13724,4965.15 13720.1,4966.32 C13716.2,4967.49 13712.2,4968.08 13707.9,4968.08 C13696.8,4968.08 13688.1,4964.7 13681.8,4957.95 C13675.4,4951.19 13672.3,4941.97 13672.3,4930.28 C13672.3,4918.56 13675.4,4909.33 13681.8,4902.57 C13688.1,4895.82 13696.8,4892.44 13707.9,4892.44 C13712.2,4892.44 13716.3,4893.02 13720.2,4894.17 C13724.1,4895.33 13727.7,4897.06 13731.1,4899.38 " fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M13686.3,6768.53 L13686.3,6825.22 L13698.2,6825.22 C13708.3,6825.22 13715.7,6822.94 13720.3,6818.38 C13725,6813.83 13727.3,6806.63 13727.3,6796.8 C13727.3,6787.04 13725,6779.89 13720.3,6775.34 C13715.7,6770.8 13708.3,6768.53 13698.2,6768.53 L13686.3,6768.53 M13676.5,6760.42 L13696.7,6760.42 C13710.9,6760.42 13721.2,6763.36 13727.8,6769.23 C13734.4,6775.11 13737.8,6784.3 13737.8,6796.8 C13737.8,6809.37 13734.4,6818.6 13727.8,6824.49 C13721.1,6830.38 13710.8,6833.33 13696.7,6833.33 L13676.5,6833.33 L13676.5,6760.42" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M13676.5,8627.09 L13722.6,8627.09 L13722.6,8635.41 L13686.3,8635.41 L13686.3,8656.98 L13721,8656.98 L13721,8665.28 L13686.3,8665.28 L13686.3,8691.7 L13723.4,8691.7 L13723.4,8700 L13676.5,8700 L13676.5,8627.09" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M1545.73,9625.03 L1561.84,9625.03 L1561.84,9569.41 L1544.31,9572.92 L1544.31,9563.94 L1561.75,9560.42 L1571.61,9560.42 L1571.61,9625.03 L1587.72,9625.03 L1587.72,9633.33 L1545.73,9633.33 L1545.73,9625.03" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M3452.52,9625.03 L3486.94,9625.03 L3486.94,9633.33 L3440.66,9633.33 L3440.66,9625.03 C3444.4,9621.16 3449.5,9615.96 3455.96,9609.43 C3462.42,9602.9 3466.48,9598.69 3468.14,9596.8 C3471.3,9593.26 3473.5,9590.26 3474.76,9587.8 C3476.01,9585.34 3476.64,9582.92 3476.64,9580.55 C3476.64,9576.67 3475.28,9573.51 3472.56,9571.07 C3469.84,9568.63 3466.3,9567.41 3461.94,9567.41 C3458.84,9567.41 3455.58,9567.94 3452.15,9569.02 C3448.72,9570.09 3445.05,9571.72 3441.14,9573.91 L3441.14,9563.94 C3445.11,9562.34 3448.82,9561.14 3452.27,9560.33 C3455.73,9559.52 3458.89,9559.11 3461.75,9559.11 C3469.3,9559.11 3475.32,9561 3479.81,9564.77 C3484.3,9568.55 3486.55,9573.59 3486.55,9579.91 C3486.55,9582.91 3485.99,9585.75 3484.87,9588.43 C3483.75,9591.11 3481.7,9594.28 3478.73,9597.92 C3477.92,9598.87 3475.34,9601.6 3470.98,9606.11 C3466.62,9610.62 3460.46,9616.93 3452.52,9625.03 " fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M5340.58,9594.02 C5345.3,9595.03 5348.98,9597.13 5351.63,9600.32 C5354.28,9603.51 5355.61,9607.45 5355.61,9612.14 C5355.61,9619.33 5353.14,9624.89 5348.19,9628.84 C5343.24,9632.78 5336.21,9634.75 5327.09,9634.75 C5324.04,9634.75 5320.9,9634.45 5317.66,9633.84 C5314.42,9633.24 5311.07,9632.33 5307.62,9631.12 L5307.62,9621.61 C5310.35,9623.2 5313.35,9624.41 5316.6,9625.22 C5319.86,9626.03 5323.26,9626.44 5326.81,9626.44 C5332.99,9626.44 5337.7,9625.22 5340.94,9622.78 C5344.18,9620.34 5345.8,9616.8 5345.8,9612.14 C5345.8,9607.84 5344.29,9604.48 5341.28,9602.05 C5338.27,9599.63 5334.08,9598.42 5328.72,9598.42 L5320.22,9598.42 L5320.22,9590.31 L5329.11,9590.31 C5333.95,9590.31 5337.66,9589.34 5340.23,9587.41 C5342.81,9585.47 5344.09,9582.68 5344.09,9579.03 C5344.09,9575.29 5342.77,9572.42 5340.12,9570.41 C5337.47,9568.41 5333.67,9567.41 5328.72,9567.41 C5326.01,9567.41 5323.11,9567.7 5320.02,9568.29 C5316.92,9568.88 5313.52,9569.79 5309.81,9571.02 L5309.81,9562.23 C5313.56,9561.19 5317.07,9560.41 5320.34,9559.89 C5323.61,9559.37 5326.7,9559.11 5329.59,9559.11 C5337.08,9559.11 5343.01,9560.81 5347.37,9564.21 C5351.73,9567.61 5353.91,9572.21 5353.91,9578 C5353.91,9582.04 5352.75,9585.45 5350.44,9588.23 C5348.12,9591.02 5344.84,9592.94 5340.58,9594.02 " fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M7204.45,9569.02 L7179.55,9607.94 L7204.45,9607.94 L7204.45,9569.02 M7201.86,9560.42 L7214.27,9560.42 L7214.27,9607.94 L7224.67,9607.94 L7224.67,9616.14 L7214.27,9616.14 L7214.27,9633.33 L7204.45,9633.33 L7204.45,9616.14 L7171.55,9616.14 L7171.55,9606.62 L7201.86,9560.42" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M9044.12,9560.42 L9082.84,9560.42 L9082.84,9568.73 L9053.16,9568.73 L9053.16,9586.59 C9054.58,9586.1 9056.01,9585.74 9057.45,9585.5 C9058.88,9585.26 9060.31,9585.14 9061.75,9585.14 C9069.89,9585.14 9076.33,9587.37 9081.09,9591.83 C9085.84,9596.29 9088.22,9602.32 9088.22,9609.94 C9088.22,9617.78 9085.78,9623.88 9080.89,9628.23 C9076.01,9632.58 9069.12,9634.75 9060.23,9634.75 C9057.17,9634.75 9054.05,9634.49 9050.88,9633.97 C9047.71,9633.45 9044.43,9632.67 9041.05,9631.62 L9041.05,9621.7 C9043.97,9623.3 9047,9624.48 9050.12,9625.27 C9053.25,9626.05 9056.55,9626.44 9060.03,9626.44 C9065.67,9626.44 9070.13,9624.96 9073.41,9622 C9076.7,9619.04 9078.34,9615.02 9078.34,9609.94 C9078.34,9604.86 9076.7,9600.85 9073.41,9597.88 C9070.13,9594.92 9065.67,9593.44 9060.03,9593.44 C9057.4,9593.44 9054.77,9593.73 9052.15,9594.31 C9049.53,9594.9 9046.85,9595.81 9044.12,9597.05 L9044.12,9560.42" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M10933,9592.95 C10928.6,9592.95 10925.1,9594.47 10922.5,9597.49 C10919.9,9600.52 10918.6,9604.67 10918.6,9609.94 C10918.6,9615.18 10919.9,9619.32 10922.5,9622.37 C10925.1,9625.41 10928.6,9626.94 10933,9626.94 C10937.4,9626.94 10940.9,9625.41 10943.5,9622.37 C10946.1,9619.32 10947.4,9615.18 10947.4,9609.94 C10947.4,9604.67 10946.1,9600.52 10943.5,9597.49 C10940.9,9594.47 10937.4,9592.95 10933,9592.95 M10952.6,9562.03 L10952.6,9571.02 C10950.1,9569.85 10947.6,9568.96 10945.1,9568.34 C10942.6,9567.72 10940.1,9567.41 10937.6,9567.41 C10931.1,9567.41 10926.1,9569.6 10922.7,9574 C10919.2,9578.4 10917.3,9585.04 10916.8,9593.92 C10918.7,9591.09 10921.1,9588.92 10924,9587.41 C10926.9,9585.9 10930.1,9585.14 10933.6,9585.14 C10940.9,9585.14 10946.7,9587.36 10951,9591.8 C10955.2,9596.25 10957.3,9602.29 10957.3,9609.94 C10957.3,9617.43 10955.1,9623.43 10950.7,9627.96 C10946.3,9632.49 10940.4,9634.75 10933,9634.75 C10924.6,9634.75 10918.1,9631.52 10913.7,9625.05 C10909.2,9618.59 10907,9609.22 10907,9596.95 C10907,9585.43 10909.7,9576.24 10915.2,9569.39 C10920.7,9562.54 10928,9559.11 10937.2,9559.11 C10939.7,9559.11 10942.2,9559.35 10944.7,9559.84 C10947.2,9560.33 10949.9,9561.06 10952.6,9562.03 " fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M12774.9,9560.42 L12821.7,9560.42 L12821.7,9564.62 L12795.3,9633.33 L12785,9633.33 L12809.9,9568.73 L12774.9,9568.73 L12774.9,9560.42" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g font-weight="400" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="none" transform="matrix(10,0,0,10,0,0)">
   <rect height="275" width="387" x="22" y="11"/>
  </g>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="0.35" stroke-miterlimit="4" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(10,0,0,10,0,0)">
   <rect height="275" width="387" x="22" y="11"/>
  </g>
  <g font-weight="400" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="none" transform="matrix(10,0,0,10,0,0)">
   <rect height="34" width="140" x="269" y="252"/>
  </g>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="0.35" stroke-miterlimit="4" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(10,0,0,10,0,0)">
   <rect height="34" width="140" x="269" y="252"/>
  </g>
  <g font-weight="400" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="none" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M269,260 L409,260" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="0.35" stroke-miterlimit="4" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M269,260 L409,260" fill-rule="nonzero"/>
  </g>
  <g font-weight="400" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="none" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M269,278 L356,278" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="0.35" stroke-miterlimit="4" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M269,278 L356,278" fill-rule="nonzero"/>
  </g>
  <g font-weight="400" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="none" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M269,282 L409,282" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="0.35" stroke-miterlimit="4" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M269,282 L409,282" fill-rule="nonzero"/>
  </g>
  <g font-weight="400" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="none" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M314,252 L314,260" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="0.35" stroke-miterlimit="4" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M314,252 L314,260" fill-rule="nonzero"/>
  </g>
  <g font-weight="400" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="none" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M356,252 L356,282" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="0.35" stroke-miterlimit="4" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M356,252 L356,282" fill-rule="nonzero"/>
  </g>
  <g font-weight="400" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="none" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M386,252 L386,260" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="0.35" stroke-miterlimit="4" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M386,252 L386,260" fill-rule="nonzero"/>
  </g>
  <g font-weight="400" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="none" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M356,268 L409,268" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="0.35" stroke-miterlimit="4" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M356,268 L409,268" fill-rule="nonzero"/>
  </g>
  <g font-weight="400" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="none" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M356,274 L409,274" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="0.35" stroke-miterlimit="4" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M356,274 L409,274" fill-rule="nonzero"/>
  </g>
  <g font-weight="400" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="none" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M386,274 L386,282" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="0.35" stroke-miterlimit="4" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(10,0,0,10,0,0)">
   <path vector-effect="none" d="M386,274 L386,282" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M9034.19,8436.81 L9020.8,8473.09 L9047.61,8473.09 L9034.19,8436.81 M9028.61,8427.09 L9039.8,8427.09 L9067.58,8500 L9057.33,8500 L9050.69,8481.3 L9017.83,8481.3 L9011.19,8500 L9000.78,8500 L9028.61,8427.09 M9076.91,8478.42 L9076.91,8445.31 L9085.89,8445.31 L9085.89,8478.08 C9085.89,8483.26 9086.9,8487.14 9088.91,8489.73 C9090.93,8492.32 9093.96,8493.61 9098,8493.61 C9102.84,8493.61 9106.67,8492.06 9109.49,8488.97 C9112.31,8485.88 9113.72,8481.66 9113.72,8476.31 L9113.72,8445.31 L9122.7,8445.31 L9122.7,8500 L9113.72,8500 L9113.72,8491.59 C9111.54,8494.92 9109.01,8497.39 9106.13,8499 C9103.25,8500.61 9099.91,8501.42 9096.09,8501.42 C9089.81,8501.42 9085.04,8499.47 9081.79,8495.56 C9078.53,8491.66 9076.91,8485.94 9076.91,8478.42 M9150.09,8429.78 L9150.09,8445.31 L9168.59,8445.31 L9168.59,8452.3 L9150.09,8452.3 L9150.09,8481.98 C9150.09,8486.44 9150.7,8489.31 9151.92,8490.58 C9153.14,8491.85 9155.62,8492.48 9159.38,8492.48 L9168.59,8492.48 L9168.59,8500 L9159.38,8500 C9152.44,8500 9147.65,8498.71 9145.02,8496.12 C9142.38,8493.53 9141.06,8488.82 9141.06,8481.98 L9141.06,8452.3 L9134.47,8452.3 L9134.47,8445.31 L9141.06,8445.31 L9141.06,8429.78 L9150.09,8429.78 M9225.88,8466.98 L9225.88,8500 L9216.89,8500 L9216.89,8467.28 C9216.89,8462.1 9215.88,8458.23 9213.86,8455.66 C9211.84,8453.1 9208.81,8451.81 9204.78,8451.81 C9199.93,8451.81 9196.1,8453.36 9193.3,8456.45 C9190.49,8459.53 9189.09,8463.75 9189.09,8469.09 L9189.09,8500 L9180.06,8500 L9180.06,8424.02 L9189.09,8424.02 L9189.09,8453.81 C9191.25,8450.52 9193.78,8448.06 9196.7,8446.44 C9199.61,8444.81 9202.97,8444 9206.78,8444 C9213.06,8444 9217.82,8445.94 9221.04,8449.83 C9224.26,8453.71 9225.88,8459.43 9225.88,8466.98 M9264.97,8451.61 C9260.16,8451.61 9256.35,8453.49 9253.55,8457.25 C9250.74,8461.01 9249.34,8466.16 9249.34,8472.7 C9249.34,8479.24 9250.74,8484.4 9253.52,8488.16 C9256.31,8491.92 9260.12,8493.8 9264.97,8493.8 C9269.76,8493.8 9273.55,8491.91 9276.35,8488.13 C9279.15,8484.36 9280.55,8479.21 9280.55,8472.7 C9280.55,8466.22 9279.15,8461.09 9276.35,8457.3 C9273.55,8453.51 9269.76,8451.61 9264.97,8451.61 M9264.97,8444 C9272.78,8444 9278.92,8446.54 9283.38,8451.62 C9287.85,8456.7 9290.08,8463.72 9290.08,8472.7 C9290.08,8481.65 9287.85,8488.67 9283.38,8493.77 C9278.92,8498.87 9272.78,8501.42 9264.97,8501.42 C9257.12,8501.42 9250.98,8498.87 9246.54,8493.77 C9242.1,8488.67 9239.88,8481.65 9239.88,8472.7 C9239.88,8463.72 9242.1,8456.7 9246.54,8451.62 C9250.98,8446.54 9257.12,8444 9264.97,8444 M9336.64,8453.7 C9335.63,8453.12 9334.53,8452.69 9333.34,8452.41 C9332.16,8452.14 9330.85,8452 9329.42,8452 C9324.34,8452 9320.44,8453.65 9317.72,8456.95 C9315,8460.26 9313.64,8465 9313.64,8471.19 L9313.64,8500 L9304.61,8500 L9304.61,8445.31 L9313.64,8445.31 L9313.64,8453.81 C9315.54,8450.49 9318,8448.02 9321.02,8446.41 C9324.05,8444.8 9327.73,8444 9332.06,8444 C9332.68,8444 9333.36,8444.04 9334.11,8444.12 C9334.86,8444.2 9335.69,8444.32 9336.59,8444.48 L9336.64,8453.7 M9348.36,8487.59 L9358.66,8487.59 L9358.66,8500 L9348.36,8500 L9348.36,8487.59 M9348.36,8448.3 L9358.66,8448.3 L9358.66,8460.69 L9348.36,8460.69 L9348.36,8448.3" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M9034.19,8570.14 L9020.8,8606.42 L9047.61,8606.42 L9034.19,8570.14 M9028.61,8560.42 L9039.8,8560.42 L9067.58,8633.33 L9057.33,8633.33 L9050.69,8614.62 L9017.83,8614.62 L9011.19,8633.33 L9000.78,8633.33 L9028.61,8560.42 M9086.52,8625.12 L9086.52,8654.12 L9077.48,8654.12 L9077.48,8578.64 L9086.52,8578.64 L9086.52,8586.94 C9088.41,8583.69 9090.8,8581.27 9093.68,8579.7 C9096.56,8578.12 9100,8577.33 9104,8577.33 C9110.65,8577.33 9116.04,8579.96 9120.2,8585.23 C9124.35,8590.51 9126.42,8597.44 9126.42,8606.03 C9126.42,8614.62 9124.35,8621.56 9120.2,8626.84 C9116.04,8632.11 9110.65,8634.75 9104,8634.75 C9100,8634.75 9096.56,8633.96 9093.68,8632.38 C9090.8,8630.79 9088.41,8628.38 9086.52,8625.12 M9117.09,8606.03 C9117.09,8599.43 9115.73,8594.24 9113.02,8590.48 C9110.3,8586.72 9106.56,8584.84 9101.81,8584.84 C9097.05,8584.84 9093.31,8586.72 9090.59,8590.48 C9087.88,8594.24 9086.52,8599.43 9086.52,8606.03 C9086.52,8612.64 9087.88,8617.82 9090.59,8621.58 C9093.31,8625.34 9097.05,8627.22 9101.81,8627.22 C9106.56,8627.22 9110.3,8625.34 9113.02,8621.58 C9115.73,8617.82 9117.09,8612.64 9117.09,8606.03 M9149.98,8625.12 L9149.98,8654.12 L9140.95,8654.12 L9140.95,8578.64 L9149.98,8578.64 L9149.98,8586.94 C9151.88,8583.69 9154.27,8581.27 9157.15,8579.7 C9160.03,8578.12 9163.47,8577.33 9167.47,8577.33 C9174.11,8577.33 9179.51,8579.96 9183.66,8585.23 C9187.82,8590.51 9189.89,8597.44 9189.89,8606.03 C9189.89,8614.62 9187.82,8621.56 9183.66,8626.84 C9179.51,8632.11 9174.11,8634.75 9167.47,8634.75 C9163.47,8634.75 9160.03,8633.96 9157.15,8632.38 C9154.27,8630.79 9151.88,8628.38 9149.98,8625.12 M9180.56,8606.03 C9180.56,8599.43 9179.2,8594.24 9176.48,8590.48 C9173.77,8586.72 9170.03,8584.84 9165.28,8584.84 C9160.52,8584.84 9156.78,8586.72 9154.06,8590.48 C9151.34,8594.24 9149.98,8599.43 9149.98,8606.03 C9149.98,8612.64 9151.34,8617.82 9154.06,8621.58 C9156.78,8625.34 9160.52,8627.22 9165.28,8627.22 C9170.03,8627.22 9173.77,8625.34 9176.48,8621.58 C9179.2,8617.82 9180.56,8612.64 9180.56,8606.03 M9236.45,8587.03 C9235.44,8586.45 9234.34,8586.02 9233.16,8585.74 C9231.97,8585.47 9230.66,8585.33 9229.23,8585.33 C9224.15,8585.33 9220.25,8586.98 9217.53,8590.28 C9214.81,8593.58 9213.45,8598.33 9213.45,8604.52 L9213.45,8633.33 L9204.42,8633.33 L9204.42,8578.64 L9213.45,8578.64 L9213.45,8587.14 C9215.35,8583.82 9217.81,8581.35 9220.84,8579.74 C9223.86,8578.13 9227.54,8577.33 9231.88,8577.33 C9232.49,8577.33 9233.17,8577.37 9233.92,8577.45 C9234.67,8577.52 9235.5,8577.65 9236.41,8577.81 L9236.45,8587.03 M9247.14,8620.92 L9257.45,8620.92 L9257.45,8633.33 L9247.14,8633.33 L9247.14,8620.92 M9279.95,8620.92 L9290.25,8620.92 L9290.25,8633.33 L9279.95,8633.33 L9279.95,8620.92 M9279.95,8581.62 L9290.25,8581.62 L9290.25,8594.02 L9279.95,8594.02 L9279.95,8581.62" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M10509.8,8427.09 L10519.7,8427.09 L10519.7,8491.7 L10555.2,8491.7 L10555.2,8500 L10509.8,8500 L10509.8,8427.09 M10611.9,8470.41 L10611.9,8474.8 L10570.6,8474.8 C10571,8480.98 10572.9,8485.7 10576.2,8488.94 C10579.5,8492.18 10584.2,8493.8 10590.1,8493.8 C10593.6,8493.8 10596.9,8493.38 10600.2,8492.53 C10603.4,8491.69 10606.6,8490.42 10609.8,8488.72 L10609.8,8497.22 C10606.6,8498.58 10603.3,8499.62 10599.9,8500.34 C10596.5,8501.06 10593.1,8501.42 10589.6,8501.42 C10580.9,8501.42 10574,8498.88 10568.9,8493.8 C10563.8,8488.73 10561.2,8481.85 10561.2,8473.19 C10561.2,8464.24 10563.6,8457.14 10568.5,8451.88 C10573.3,8446.63 10579.8,8444 10588,8444 C10595.4,8444 10601.2,8446.37 10605.5,8451.1 C10609.8,8455.84 10611.9,8462.27 10611.9,8470.41 M10602.9,8467.77 C10602.9,8462.86 10601.5,8458.94 10598.8,8456.01 C10596.1,8453.08 10592.6,8451.61 10588.1,8451.61 C10583.1,8451.61 10579.1,8453.03 10576.1,8455.86 C10573.1,8458.69 10571.3,8462.68 10570.9,8467.83 L10602.9,8467.77 M10662.6,8472.02 C10662.6,8465.51 10661.3,8460.46 10658.6,8456.88 C10655.9,8453.3 10652.2,8451.52 10647.3,8451.52 C10642.5,8451.52 10638.7,8453.3 10636,8456.88 C10633.4,8460.46 10632,8465.51 10632,8472.02 C10632,8478.49 10633.4,8483.53 10636,8487.11 C10638.7,8490.69 10642.5,8492.48 10647.3,8492.48 C10652.2,8492.48 10655.9,8490.69 10658.6,8487.11 C10661.3,8483.53 10662.6,8478.49 10662.6,8472.02 M10671.6,8493.22 C10671.6,8502.52 10669.5,8509.44 10665.4,8513.98 C10661.3,8518.53 10655,8520.8 10646.4,8520.8 C10643.3,8520.8 10640.3,8520.56 10637.5,8520.09 C10634.7,8519.62 10632,8518.9 10629.3,8517.92 L10629.3,8509.19 C10632,8510.61 10634.6,8511.67 10637.1,8512.35 C10639.7,8513.03 10642.3,8513.38 10645,8513.38 C10650.9,8513.38 10655.3,8511.84 10658.2,8508.77 C10661.2,8505.69 10662.6,8501.05 10662.6,8494.83 L10662.6,8490.38 C10660.8,8493.6 10658.4,8496.02 10655.5,8497.61 C10652.6,8499.2 10649.1,8500 10645.1,8500 C10638.4,8500 10633,8497.45 10628.9,8492.34 C10624.8,8487.23 10622.7,8480.45 10622.7,8472.02 C10622.7,8463.56 10624.8,8456.77 10628.9,8451.66 C10633,8446.55 10638.4,8444 10645.1,8444 C10649.1,8444 10652.6,8444.8 10655.5,8446.39 C10658.4,8447.98 10660.8,8450.39 10662.6,8453.61 L10662.6,8445.31 L10671.6,8445.31 L10671.6,8493.22 M10715,8472.52 C10707.7,8472.52 10702.7,8473.34 10699.9,8475 C10697.1,8476.66 10695.7,8479.49 10695.7,8483.5 C10695.7,8486.69 10696.7,8489.22 10698.8,8491.09 C10700.9,8492.96 10703.8,8493.89 10707.4,8493.89 C10712.4,8493.89 10716.4,8492.12 10719.4,8488.59 C10722.4,8485.06 10723.9,8480.37 10723.9,8474.52 L10723.9,8472.52 L10715,8472.52 M10732.9,8468.8 L10732.9,8500 L10723.9,8500 L10723.9,8491.7 C10721.9,8495.02 10719.3,8497.46 10716.2,8499.05 C10713.2,8500.63 10709.4,8501.42 10705,8501.42 C10699.4,8501.42 10695,8499.85 10691.6,8496.7 C10688.3,8493.56 10686.7,8489.35 10686.7,8484.08 C10686.7,8477.93 10688.7,8473.3 10692.9,8470.17 C10697,8467.05 10703.1,8465.48 10711.3,8465.48 L10723.9,8465.48 L10723.9,8464.59 C10723.9,8460.46 10722.5,8457.26 10719.8,8455 C10717.1,8452.74 10713.3,8451.61 10708.4,8451.61 C10705.2,8451.61 10702.2,8451.98 10699.2,8452.73 C10696.3,8453.48 10693.4,8454.61 10690.7,8456.11 L10690.7,8447.8 C10694,8446.53 10697.2,8445.58 10700.3,8444.95 C10703.4,8444.32 10706.4,8444 10709.3,8444 C10717.2,8444 10723.1,8446.05 10727,8450.15 C10730.9,8454.25 10732.9,8460.46 10732.9,8468.8 M10751.4,8424.02 L10760.4,8424.02 L10760.4,8500 L10751.4,8500 L10751.4,8424.02 M10832.1,8451.61 C10827.3,8451.61 10823.5,8453.49 10820.7,8457.25 C10817.9,8461.01 10816.5,8466.16 10816.5,8472.7 C10816.5,8479.24 10817.9,8484.4 10820.7,8488.16 C10823.5,8491.92 10827.3,8493.8 10832.1,8493.8 C10836.9,8493.8 10840.7,8491.91 10843.5,8488.13 C10846.3,8484.36 10847.7,8479.21 10847.7,8472.7 C10847.7,8466.22 10846.3,8461.09 10843.5,8457.3 C10840.7,8453.51 10836.9,8451.61 10832.1,8451.61 M10832.1,8444 C10839.9,8444 10846.1,8446.54 10850.5,8451.62 C10855,8456.7 10857.2,8463.72 10857.2,8472.7 C10857.2,8481.65 10855,8488.67 10850.5,8493.77 C10846.1,8498.87 10839.9,8501.42 10832.1,8501.42 C10824.3,8501.42 10818.1,8498.87 10813.7,8493.77 C10809.3,8488.67 10807,8481.65 10807,8472.7 C10807,8463.72 10809.3,8456.7 10813.7,8451.62 C10818.1,8446.54 10824.3,8444 10832.1,8444 M10866.9,8445.31 L10875.9,8445.31 L10887.1,8487.98 L10898.3,8445.31 L10908.9,8445.31 L10920.1,8487.98 L10931.3,8445.31 L10940.3,8445.31 L10926,8500 L10915.4,8500 L10903.6,8455.17 L10891.8,8500 L10881.2,8500 L10866.9,8445.31 M10999.4,8466.98 L10999.4,8500 L10990.4,8500 L10990.4,8467.28 C10990.4,8462.1 10989.4,8458.23 10987.3,8455.66 C10985.3,8453.1 10982.3,8451.81 10978.3,8451.81 C10973.4,8451.81 10969.6,8453.36 10966.8,8456.45 C10964,8459.53 10962.6,8463.75 10962.6,8469.09 L10962.6,8500 L10953.5,8500 L10953.5,8445.31 L10962.6,8445.31 L10962.6,8453.81 C10964.7,8450.52 10967.3,8448.06 10970.2,8446.44 C10973.1,8444.81 10976.5,8444 10980.3,8444 C10986.5,8444 10991.3,8445.94 10994.5,8449.83 C10997.7,8453.71 10999.4,8459.43 10999.4,8466.98 M11064,8470.41 L11064,8474.8 L11022.7,8474.8 C11023.1,8480.98 11025,8485.7 11028.3,8488.94 C11031.7,8492.18 11036.3,8493.8 11042.3,8493.8 C11045.7,8493.8 11049.1,8493.38 11052.3,8492.53 C11055.5,8491.69 11058.8,8490.42 11062,8488.72 L11062,8497.22 C11058.7,8498.58 11055.4,8499.62 11052,8500.34 C11048.6,8501.06 11045.2,8501.42 11041.7,8501.42 C11033,8501.42 11026.1,8498.88 11021,8493.8 C11015.9,8488.73 11013.4,8481.85 11013.4,8473.19 C11013.4,8464.24 11015.8,8457.14 11020.6,8451.88 C11025.4,8446.63 11032,8444 11040.2,8444 C11047.5,8444 11053.3,8446.37 11057.6,8451.1 C11061.9,8455.84 11064,8462.27 11064,8470.41 M11055.1,8467.77 C11055,8462.86 11053.6,8458.94 11050.9,8456.01 C11048.2,8453.08 11044.7,8451.61 11040.3,8451.61 C11035.3,8451.61 11031.2,8453.03 11028.2,8455.86 C11025.2,8458.69 11023.5,8462.68 11023,8467.83 L11055.1,8467.77 M11110.5,8453.7 C11109.5,8453.12 11108.4,8452.69 11107.2,8452.41 C11106,8452.14 11104.7,8452 11103.2,8452 C11098.2,8452 11094.3,8453.65 11091.5,8456.95 C11088.8,8460.26 11087.5,8465 11087.5,8471.19 L11087.5,8500 L11078.4,8500 L11078.4,8445.31 L11087.5,8445.31 L11087.5,8453.81 C11089.4,8450.49 11091.8,8448.02 11094.9,8446.41 C11097.9,8444.8 11101.6,8444 11105.9,8444 C11106.5,8444 11107.2,8444.04 11107.9,8444.12 C11108.7,8444.2 11109.5,8444.32 11110.4,8444.48 L11110.5,8453.7 M11122.2,8487.59 L11132.5,8487.59 L11132.5,8500 L11122.2,8500 L11122.2,8487.59 M11122.2,8448.3 L11132.5,8448.3 L11132.5,8460.69 L11122.2,8460.69 L11122.2,8448.3" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M8999.7,8727.09 L9061.38,8727.09 L9061.38,8735.41 L9035.5,8735.41 L9035.5,8800 L9025.59,8800 L9025.59,8735.41 L8999.7,8735.41 L8999.7,8727.09 M9070.89,8727.09 L9080.75,8727.09 L9080.75,8800 L9070.89,8800 L9070.89,8727.09 M9090.27,8727.09 L9151.94,8727.09 L9151.94,8735.41 L9126.06,8735.41 L9126.06,8800 L9116.16,8800 L9116.16,8735.41 L9090.27,8735.41 L9090.27,8727.09 M9161.45,8727.09 L9171.31,8727.09 L9171.31,8791.7 L9206.81,8791.7 L9206.81,8800 L9161.45,8800 L9161.45,8727.09 M9217.16,8727.09 L9263.25,8727.09 L9263.25,8735.41 L9227.02,8735.41 L9227.02,8756.98 L9261.73,8756.98 L9261.73,8765.28 L9227.02,8765.28 L9227.02,8791.7 L9264.12,8791.7 L9264.12,8800 L9217.16,8800 L9217.16,8727.09 M9282.23,8787.59 L9292.53,8787.59 L9292.53,8800 L9282.23,8800 L9282.23,8787.59 M9282.23,8748.3 L9292.53,8748.3 L9292.53,8760.69 L9282.23,8760.69 L9282.23,8748.3" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M9019.67,9301.86 L9019.67,9358.55 L9031.59,9358.55 C9041.66,9358.55 9049.02,9356.27 9053.69,9351.71 C9058.35,9347.15 9060.69,9339.96 9060.69,9330.12 C9060.69,9320.36 9058.35,9313.21 9053.69,9308.67 C9049.02,9304.13 9041.66,9301.86 9031.59,9301.86 L9019.67,9301.86 M9009.81,9293.75 L9030.08,9293.75 C9044.2,9293.75 9054.57,9296.69 9061.18,9302.56 C9067.79,9308.44 9071.09,9317.62 9071.09,9330.12 C9071.09,9342.7 9067.77,9351.93 9061.13,9357.82 C9054.49,9363.71 9044.14,9366.66 9030.08,9366.66 L9009.81,9366.66 L9009.81,9293.75 M9107.61,9318.27 C9102.8,9318.27 9098.99,9320.15 9096.19,9323.91 C9093.39,9327.67 9091.98,9332.82 9091.98,9339.36 C9091.98,9345.9 9093.38,9351.05 9096.16,9354.81 C9098.95,9358.57 9102.77,9360.45 9107.61,9360.45 C9112.4,9360.45 9116.2,9358.57 9118.99,9354.79 C9121.79,9351.01 9123.19,9345.87 9123.19,9339.36 C9123.19,9332.88 9121.79,9327.74 9118.99,9323.95 C9116.2,9320.16 9112.4,9318.27 9107.61,9318.27 M9107.61,9310.66 C9115.42,9310.66 9121.56,9313.2 9126.02,9318.27 C9130.49,9323.35 9132.72,9330.38 9132.72,9339.36 C9132.72,9348.31 9130.49,9355.33 9126.02,9360.43 C9121.56,9365.53 9115.42,9368.08 9107.61,9368.08 C9099.77,9368.08 9093.62,9365.53 9089.18,9360.43 C9084.74,9355.33 9082.52,9348.31 9082.52,9339.36 C9082.52,9330.38 9084.74,9323.35 9089.18,9318.27 C9093.62,9313.2 9099.77,9310.66 9107.61,9310.66 M9186.95,9314.06 L9186.95,9322.47 C9184.41,9321.06 9181.86,9320.01 9179.31,9319.31 C9176.76,9318.61 9174.18,9318.27 9171.58,9318.27 C9165.74,9318.27 9161.22,9320.11 9157.99,9323.8 C9154.77,9327.5 9153.16,9332.68 9153.16,9339.36 C9153.16,9346.04 9154.77,9351.22 9157.99,9354.91 C9161.22,9358.61 9165.74,9360.45 9171.58,9360.45 C9174.18,9360.45 9176.76,9360.1 9179.31,9359.41 C9181.86,9358.71 9184.41,9357.66 9186.95,9356.25 L9186.95,9364.56 C9184.44,9365.73 9181.85,9366.61 9179.16,9367.2 C9176.48,9367.78 9173.62,9368.08 9170.59,9368.08 C9162.35,9368.08 9155.81,9365.49 9150.96,9360.31 C9146.11,9355.14 9143.69,9348.15 9143.69,9339.36 C9143.69,9330.44 9146.14,9323.43 9151.04,9318.32 C9155.94,9313.21 9162.66,9310.66 9171.19,9310.66 C9173.95,9310.66 9176.65,9310.94 9179.28,9311.51 C9181.92,9312.08 9184.47,9312.93 9186.95,9314.06 M9201.64,9345.08 L9201.64,9311.97 L9210.62,9311.97 L9210.62,9344.73 C9210.62,9349.91 9211.63,9353.79 9213.65,9356.38 C9215.66,9358.97 9218.69,9360.27 9222.73,9360.27 C9227.58,9360.27 9231.41,9358.72 9234.23,9355.62 C9237.04,9352.53 9238.45,9348.31 9238.45,9342.97 L9238.45,9311.97 L9247.44,9311.97 L9247.44,9366.66 L9238.45,9366.66 L9238.45,9358.25 C9236.28,9361.57 9233.75,9364.04 9230.87,9365.66 C9227.99,9367.27 9224.64,9368.08 9220.83,9368.08 C9214.55,9368.08 9209.78,9366.12 9206.52,9362.22 C9203.27,9358.31 9201.64,9352.6 9201.64,9345.08 M9308.52,9322.47 C9310.77,9318.43 9313.45,9315.45 9316.58,9313.53 C9319.7,9311.61 9323.38,9310.66 9327.61,9310.66 C9333.31,9310.66 9337.7,9312.65 9340.8,9316.63 C9343.89,9320.62 9345.44,9326.29 9345.44,9333.64 L9345.44,9366.66 L9336.41,9366.66 L9336.41,9333.94 C9336.41,9328.7 9335.48,9324.81 9333.62,9322.27 C9331.76,9319.74 9328.93,9318.47 9325.12,9318.47 C9320.47,9318.47 9316.79,9320.01 9314.09,9323.1 C9311.38,9326.19 9310.03,9330.41 9310.03,9335.75 L9310.03,9366.66 L9301,9366.66 L9301,9333.94 C9301,9328.67 9300.07,9324.77 9298.22,9322.25 C9296.36,9319.73 9293.5,9318.47 9289.62,9318.47 C9285.03,9318.47 9281.38,9320.02 9278.68,9323.12 C9275.98,9326.23 9274.62,9330.44 9274.62,9335.75 L9274.62,9366.66 L9265.59,9366.66 L9265.59,9311.97 L9274.62,9311.97 L9274.62,9320.47 C9276.68,9317.11 9279.14,9314.64 9282,9313.05 C9284.86,9311.45 9288.27,9310.66 9292.2,9310.66 C9296.18,9310.66 9299.56,9311.66 9302.34,9313.68 C9305.12,9315.7 9307.18,9318.62 9308.52,9322.47 M9410.12,9337.06 L9410.12,9341.45 L9368.81,9341.45 C9369.21,9347.64 9371.07,9352.35 9374.41,9355.59 C9377.74,9358.83 9382.39,9360.45 9388.34,9360.45 C9391.79,9360.45 9395.14,9360.03 9398.38,9359.19 C9401.61,9358.34 9404.83,9357.07 9408.03,9355.38 L9408.03,9363.88 C9404.8,9365.24 9401.49,9366.28 9398.11,9367 C9394.72,9367.72 9391.29,9368.08 9387.81,9368.08 C9379.08,9368.08 9372.17,9365.54 9367.08,9360.46 C9361.98,9355.38 9359.44,9348.51 9359.44,9339.84 C9359.44,9330.9 9361.85,9323.79 9366.69,9318.54 C9371.52,9313.28 9378.04,9310.66 9386.25,9310.66 C9393.6,9310.66 9399.42,9313.02 9403.7,9317.76 C9407.98,9322.49 9410.12,9328.93 9410.12,9337.06 M9401.14,9334.42 C9401.08,9329.52 9399.7,9325.6 9397.02,9322.66 C9394.33,9319.73 9390.77,9318.27 9386.34,9318.27 C9381.33,9318.27 9377.32,9319.68 9374.31,9322.52 C9371.3,9325.35 9369.57,9329.34 9369.11,9334.48 L9401.14,9334.42 M9470.33,9333.64 L9470.33,9366.66 L9461.34,9366.66 L9461.34,9333.94 C9461.34,9328.76 9460.33,9324.89 9458.31,9322.32 C9456.29,9319.75 9453.27,9318.47 9449.23,9318.47 C9444.38,9318.47 9440.55,9320.01 9437.75,9323.1 C9434.95,9326.19 9433.55,9330.41 9433.55,9335.75 L9433.55,9366.66 L9424.52,9366.66 L9424.52,9311.97 L9433.55,9311.97 L9433.55,9320.47 C9435.7,9317.18 9438.24,9314.72 9441.15,9313.09 C9444.06,9311.47 9447.42,9310.66 9451.23,9310.66 C9457.52,9310.66 9462.27,9312.6 9465.49,9316.48 C9468.72,9320.37 9470.33,9326.09 9470.33,9333.64 M9497.12,9296.44 L9497.12,9311.97 L9515.62,9311.97 L9515.62,9318.95 L9497.12,9318.95 L9497.12,9348.64 C9497.12,9353.1 9497.73,9355.96 9498.95,9357.23 C9500.17,9358.51 9502.66,9359.14 9506.41,9359.14 L9515.62,9359.14 L9515.62,9366.66 L9506.41,9366.66 C9499.47,9366.66 9494.68,9365.36 9492.05,9362.77 C9489.41,9360.18 9488.09,9355.47 9488.09,9348.64 L9488.09,9318.95 L9481.5,9318.95 L9481.5,9311.97 L9488.09,9311.97 L9488.09,9296.44 L9497.12,9296.44 M9568.11,9296.44 L9568.11,9311.97 L9586.61,9311.97 L9586.61,9318.95 L9568.11,9318.95 L9568.11,9348.64 C9568.11,9353.1 9568.72,9355.96 9569.94,9357.23 C9571.16,9358.51 9573.64,9359.14 9577.39,9359.14 L9586.61,9359.14 L9586.61,9366.66 L9577.39,9366.66 C9570.45,9366.66 9565.67,9365.36 9563.03,9362.77 C9560.4,9360.18 9559.08,9355.47 9559.08,9348.64 L9559.08,9318.95 L9552.48,9318.95 L9552.48,9311.97 L9559.08,9311.97 L9559.08,9296.44 L9568.11,9296.44 M9621.17,9371.73 C9618.64,9378.24 9616.17,9382.49 9613.76,9384.48 C9611.35,9386.46 9608.12,9387.45 9604.09,9387.45 L9596.91,9387.45 L9596.91,9379.94 L9602.19,9379.94 C9604.66,9379.94 9606.58,9379.35 9607.95,9378.18 C9609.32,9377.01 9610.83,9374.24 9612.48,9369.88 L9614.09,9365.78 L9591.98,9311.97 L9601.5,9311.97 L9618.59,9354.73 L9635.69,9311.97 L9645.2,9311.97 L9621.17,9371.73 M9666.28,9358.45 L9666.28,9387.45 L9657.25,9387.45 L9657.25,9311.97 L9666.28,9311.97 L9666.28,9320.27 C9668.18,9317.02 9670.57,9314.6 9673.45,9313.02 C9676.33,9311.45 9679.77,9310.66 9683.77,9310.66 C9690.41,9310.66 9695.81,9313.29 9699.96,9318.56 C9704.11,9323.83 9706.19,9330.77 9706.19,9339.36 C9706.19,9347.95 9704.11,9354.89 9699.96,9360.16 C9695.81,9365.44 9690.41,9368.08 9683.77,9368.08 C9679.77,9368.08 9676.33,9367.29 9673.45,9365.7 C9670.57,9364.12 9668.18,9361.7 9666.28,9358.45 M9696.86,9339.36 C9696.86,9332.76 9695.5,9327.57 9692.78,9323.81 C9690.06,9320.05 9686.33,9318.17 9681.58,9318.17 C9676.82,9318.17 9673.08,9320.05 9670.36,9323.81 C9667.64,9327.57 9666.28,9332.76 9666.28,9339.36 C9666.28,9345.96 9667.64,9351.15 9670.36,9354.91 C9673.08,9358.67 9676.82,9360.55 9681.58,9360.55 C9686.33,9360.55 9690.06,9358.67 9692.78,9354.91 C9695.5,9351.15 9696.86,9345.96 9696.86,9339.36 M9767.84,9337.06 L9767.84,9341.45 L9726.53,9341.45 C9726.93,9347.64 9728.79,9352.35 9732.12,9355.59 C9735.46,9358.83 9740.1,9360.45 9746.06,9360.45 C9749.51,9360.45 9752.85,9360.03 9756.09,9359.19 C9759.33,9358.34 9762.55,9357.07 9765.75,9355.38 L9765.75,9363.88 C9762.52,9365.24 9759.21,9366.28 9755.83,9367 C9752.44,9367.72 9749.01,9368.08 9745.53,9368.08 C9736.8,9368.08 9729.89,9365.54 9724.8,9360.46 C9719.7,9355.38 9717.16,9348.51 9717.16,9339.84 C9717.16,9330.9 9719.57,9323.79 9724.41,9318.54 C9729.24,9313.28 9735.76,9310.66 9743.97,9310.66 C9751.32,9310.66 9757.14,9313.02 9761.42,9317.76 C9765.7,9322.49 9767.84,9328.93 9767.84,9337.06 M9758.86,9334.42 C9758.8,9329.52 9757.42,9325.6 9754.73,9322.66 C9752.05,9319.73 9748.49,9318.27 9744.06,9318.27 C9739.05,9318.27 9735.04,9319.68 9732.03,9322.52 C9729.02,9325.35 9727.29,9329.34 9726.83,9334.48 L9758.86,9334.42 M9784.88,9354.25 L9795.17,9354.25 L9795.17,9366.66 L9784.88,9366.66 L9784.88,9354.25 M9784.88,9314.95 L9795.17,9314.95 L9795.17,9327.34 L9784.88,9327.34 L9784.88,9314.95" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M12953.5,8429.48 L12953.5,8439.11 C12949.8,8437.32 12946.2,8435.98 12942.9,8435.1 C12939.6,8434.22 12936.4,8433.78 12933.3,8433.78 C12927.9,8433.78 12923.8,8434.82 12920.9,8436.91 C12918,8438.99 12916.5,8441.95 12916.5,8445.8 C12916.5,8449.03 12917.5,8451.46 12919.4,8453.1 C12921.3,8454.74 12925,8456.07 12930.4,8457.08 L12936.4,8458.3 C12943.7,8459.7 12949.2,8462.17 12952.7,8465.7 C12956.2,8469.23 12957.9,8473.96 12957.9,8479.88 C12957.9,8486.95 12955.5,8492.31 12950.8,8495.95 C12946.1,8499.6 12939.1,8501.42 12930,8501.42 C12926.5,8501.42 12922.9,8501.03 12919,8500.25 C12915.1,8499.47 12911.1,8498.31 12906.9,8496.78 L12906.9,8486.62 C12910.9,8488.86 12914.8,8490.55 12918.7,8491.7 C12922.5,8492.84 12926.3,8493.41 12930,8493.41 C12935.6,8493.41 12940,8492.3 12943,8490.09 C12946.1,8487.87 12947.6,8484.71 12947.6,8480.61 C12947.6,8477.04 12946.5,8474.24 12944.3,8472.22 C12942.1,8470.2 12938.5,8468.68 12933.5,8467.67 L12927.5,8466.5 C12920.1,8465.04 12914.8,8462.75 12911.5,8459.62 C12908.2,8456.5 12906.6,8452.15 12906.6,8446.58 C12906.6,8440.13 12908.9,8435.05 12913.4,8431.34 C12917.9,8427.64 12924.2,8425.78 12932.2,8425.78 C12935.6,8425.78 12939.1,8426.09 12942.6,8426.71 C12946.2,8427.33 12949.8,8428.26 12953.5,8429.48 M13018.4,8466.98 L13018.4,8500 L13009.4,8500 L13009.4,8467.28 C13009.4,8462.1 13008.4,8458.23 13006.3,8455.66 C13004.3,8453.1 13001.3,8451.81 12997.3,8451.81 C12992.4,8451.81 12988.6,8453.36 12985.8,8456.45 C12983,8459.53 12981.6,8463.75 12981.6,8469.09 L12981.6,8500 L12972.5,8500 L12972.5,8424.02 L12981.6,8424.02 L12981.6,8453.81 C12983.7,8450.52 12986.3,8448.06 12989.2,8446.44 C12992.1,8444.81 12995.5,8444 12999.3,8444 C13005.5,8444 13010.3,8445.94 13013.5,8449.83 C13016.7,8453.71 13018.4,8459.43 13018.4,8466.98 M13083,8470.41 L13083,8474.8 L13041.7,8474.8 C13042.1,8480.98 13044,8485.7 13047.3,8488.94 C13050.7,8492.18 13055.3,8493.8 13061.3,8493.8 C13064.7,8493.8 13068.1,8493.38 13071.3,8492.53 C13074.5,8491.69 13077.8,8490.42 13081,8488.72 L13081,8497.22 C13077.7,8498.58 13074.4,8499.62 13071,8500.34 C13067.6,8501.06 13064.2,8501.42 13060.7,8501.42 C13052,8501.42 13045.1,8498.88 13040,8493.8 C13034.9,8488.73 13032.4,8481.85 13032.4,8473.19 C13032.4,8464.24 13034.8,8457.14 13039.6,8451.88 C13044.4,8446.63 13051,8444 13059.2,8444 C13066.5,8444 13072.3,8446.37 13076.6,8451.1 C13080.9,8455.84 13083,8462.27 13083,8470.41 M13074.1,8467.77 C13074,8462.86 13072.6,8458.94 13069.9,8456.01 C13067.2,8453.08 13063.7,8451.61 13059.3,8451.61 C13054.3,8451.61 13050.2,8453.03 13047.2,8455.86 C13044.2,8458.69 13042.5,8462.68 13042,8467.83 L13074.1,8467.77 M13144.6,8470.41 L13144.6,8474.8 L13103.2,8474.8 C13103.6,8480.98 13105.5,8485.7 13108.8,8488.94 C13112.2,8492.18 13116.8,8493.8 13122.8,8493.8 C13126.2,8493.8 13129.6,8493.38 13132.8,8492.53 C13136.1,8491.69 13139.3,8490.42 13142.5,8488.72 L13142.5,8497.22 C13139.2,8498.58 13135.9,8499.62 13132.5,8500.34 C13129.2,8501.06 13125.7,8501.42 13122.2,8501.42 C13113.5,8501.42 13106.6,8498.88 13101.5,8493.8 C13096.4,8488.73 13093.9,8481.85 13093.9,8473.19 C13093.9,8464.24 13096.3,8457.14 13101.1,8451.88 C13106,8446.63 13112.5,8444 13120.7,8444 C13128,8444 13133.9,8446.37 13138.1,8451.1 C13142.4,8455.84 13144.6,8462.27 13144.6,8470.41 M13135.6,8467.77 C13135.5,8462.86 13134.1,8458.94 13131.5,8456.01 C13128.8,8453.08 13125.2,8451.61 13120.8,8451.61 C13115.8,8451.61 13111.8,8453.03 13108.8,8455.86 C13105.7,8458.69 13104,8462.68 13103.5,8467.83 L13135.6,8467.77 M13168.2,8429.78 L13168.2,8445.31 L13186.7,8445.31 L13186.7,8452.3 L13168.2,8452.3 L13168.2,8481.98 C13168.2,8486.44 13168.8,8489.31 13170,8490.58 C13171.2,8491.85 13173.7,8492.48 13177.5,8492.48 L13186.7,8492.48 L13186.7,8500 L13177.5,8500 C13170.5,8500 13165.7,8498.71 13163.1,8496.12 C13160.5,8493.53 13159.2,8488.82 13159.2,8481.98 L13159.2,8452.3 L13152.6,8452.3 L13152.6,8445.31 L13159.2,8445.31 L13159.2,8429.78 L13168.2,8429.78 M13200.8,8487.59 L13211.1,8487.59 L13211.1,8500 L13200.8,8500 L13200.8,8487.59 M13200.8,8448.3 L13211.1,8448.3 L13211.1,8460.69 L13200.8,8460.69 L13200.8,8448.3" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M12953.5,8562.81 L12953.5,8572.44 C12949.8,8570.65 12946.2,8569.31 12942.9,8568.43 C12939.6,8567.55 12936.4,8567.11 12933.3,8567.11 C12927.9,8567.11 12923.8,8568.15 12920.9,8570.23 C12918,8572.32 12916.5,8575.28 12916.5,8579.12 C12916.5,8582.35 12917.5,8584.79 12919.4,8586.43 C12921.3,8588.07 12925,8589.4 12930.4,8590.41 L12936.4,8591.62 C12943.7,8593.03 12949.2,8595.5 12952.7,8599.03 C12956.2,8602.56 12957.9,8607.29 12957.9,8613.2 C12957.9,8620.28 12955.5,8625.64 12950.8,8629.28 C12946.1,8632.93 12939.1,8634.75 12930,8634.75 C12926.5,8634.75 12922.9,8634.36 12919,8633.58 C12915.1,8632.8 12911.1,8631.64 12906.9,8630.11 L12906.9,8619.95 C12910.9,8622.19 12914.8,8623.88 12918.7,8625.02 C12922.5,8626.16 12926.3,8626.73 12930,8626.73 C12935.6,8626.73 12940,8625.63 12943,8623.41 C12946.1,8621.2 12947.6,8618.04 12947.6,8613.94 C12947.6,8610.36 12946.5,8607.57 12944.3,8605.55 C12942.1,8603.53 12938.5,8602.01 12933.5,8601 L12927.5,8599.83 C12920.1,8598.37 12914.8,8596.08 12911.5,8592.95 C12908.2,8589.83 12906.6,8585.48 12906.6,8579.91 C12906.6,8573.46 12908.9,8568.38 12913.4,8564.67 C12917.9,8560.96 12924.2,8559.11 12932.2,8559.11 C12935.6,8559.11 12939.1,8559.42 12942.6,8560.04 C12946.2,8560.66 12949.8,8561.58 12953.5,8562.81 M12972.9,8578.64 L12981.9,8578.64 L12981.9,8633.33 L12972.9,8633.33 L12972.9,8578.64 M12972.9,8557.34 L12981.9,8557.34 L12981.9,8568.73 L12972.9,8568.73 L12972.9,8557.34 M12996.8,8578.64 L13039.4,8578.64 L13039.4,8586.84 L13005.7,8626.16 L13039.4,8626.16 L13039.4,8633.33 L12995.5,8633.33 L12995.5,8625.12 L13029.3,8585.81 L12996.8,8585.81 L12996.8,8578.64 M13099.9,8603.73 L13099.9,8608.12 L13058.6,8608.12 C13059,8614.31 13060.9,8619.03 13064.2,8622.27 C13067.6,8625.51 13072.2,8627.12 13078.2,8627.12 C13081.6,8627.12 13084.9,8626.7 13088.2,8625.86 C13091.4,8625.02 13094.6,8623.74 13097.8,8622.05 L13097.8,8630.55 C13094.6,8631.91 13091.3,8632.95 13087.9,8633.67 C13084.5,8634.39 13081.1,8634.75 13077.6,8634.75 C13068.9,8634.75 13062,8632.21 13056.9,8627.13 C13051.8,8622.05 13049.2,8615.18 13049.2,8606.52 C13049.2,8597.57 13051.7,8590.47 13056.5,8585.21 C13061.3,8579.96 13067.9,8577.33 13076.1,8577.33 C13083.4,8577.33 13089.2,8579.7 13093.5,8584.43 C13097.8,8589.16 13099.9,8595.6 13099.9,8603.73 M13091,8601.09 C13090.9,8596.19 13089.5,8592.27 13086.8,8589.34 C13084.1,8586.4 13080.6,8584.94 13076.2,8584.94 C13071.1,8584.94 13067.1,8586.35 13064.1,8589.19 C13061.1,8592.02 13059.4,8596.01 13058.9,8601.16 L13091,8601.09 M13117,8620.92 L13127.3,8620.92 L13127.3,8633.33 L13117,8633.33 L13117,8620.92 M13117,8581.62 L13127.3,8581.62 L13127.3,8594.02 L13117,8594.02 L13117,8581.62" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M11953.5,8429.48 L11953.5,8439.11 C11949.8,8437.32 11946.2,8435.98 11942.9,8435.1 C11939.6,8434.22 11936.4,8433.78 11933.3,8433.78 C11927.9,8433.78 11923.8,8434.82 11920.9,8436.91 C11918,8438.99 11916.5,8441.95 11916.5,8445.8 C11916.5,8449.03 11917.5,8451.46 11919.4,8453.1 C11921.3,8454.74 11925,8456.07 11930.4,8457.08 L11936.4,8458.3 C11943.7,8459.7 11949.2,8462.17 11952.7,8465.7 C11956.2,8469.23 11957.9,8473.96 11957.9,8479.88 C11957.9,8486.95 11955.5,8492.31 11950.8,8495.95 C11946.1,8499.6 11939.1,8501.42 11930,8501.42 C11926.5,8501.42 11922.9,8501.03 11919,8500.25 C11915.1,8499.47 11911.1,8498.31 11906.9,8496.78 L11906.9,8486.62 C11910.9,8488.86 11914.8,8490.55 11918.7,8491.7 C11922.5,8492.84 11926.3,8493.41 11930,8493.41 C11935.6,8493.41 11940,8492.3 11943,8490.09 C11946.1,8487.87 11947.6,8484.71 11947.6,8480.61 C11947.6,8477.04 11946.5,8474.24 11944.3,8472.22 C11942.1,8470.2 11938.5,8468.68 11933.5,8467.67 L11927.5,8466.5 C11920.1,8465.04 11914.8,8462.75 11911.5,8459.62 C11908.2,8456.5 11906.6,8452.15 11906.6,8446.58 C11906.6,8440.13 11908.9,8435.05 11913.4,8431.34 C11917.9,8427.64 11924.2,8425.78 11932.2,8425.78 C11935.6,8425.78 11939.1,8426.09 11942.6,8426.71 C11946.2,8427.33 11949.8,8428.26 11953.5,8429.48 M12012.2,8447.41 L12012.2,8455.81 C12009.7,8454.41 12007.2,8453.35 12004.6,8452.66 C12002.1,8451.96 11999.5,8451.61 11996.9,8451.61 C11991,8451.61 11986.5,8453.46 11983.3,8457.15 C11980.1,8460.84 11978.5,8466.03 11978.5,8472.7 C11978.5,8479.38 11980.1,8484.57 11983.3,8488.26 C11986.5,8491.95 11991,8493.8 11996.9,8493.8 C11999.5,8493.8 12002.1,8493.45 12004.6,8492.75 C12007.2,8492.05 12009.7,8491 12012.2,8489.59 L12012.2,8497.91 C12009.7,8499.07 12007.1,8499.95 12004.5,8500.54 C12001.8,8501.13 11998.9,8501.42 11995.9,8501.42 C11987.7,8501.42 11981.1,8498.83 11976.3,8493.66 C11971.4,8488.48 11969,8481.49 11969,8472.7 C11969,8463.79 11971.4,8456.77 11976.3,8451.66 C11981.2,8446.55 11988,8444 11996.5,8444 C11999.2,8444 12001.9,8444.28 12004.6,8444.85 C12007.2,8445.42 12009.8,8446.27 12012.2,8447.41 M12052.7,8472.52 C12045.5,8472.52 12040.4,8473.34 12037.6,8475 C12034.8,8476.66 12033.4,8479.49 12033.4,8483.5 C12033.4,8486.69 12034.5,8489.22 12036.6,8491.09 C12038.7,8492.96 12041.5,8493.89 12045.1,8493.89 C12050.1,8493.89 12054.1,8492.12 12057.1,8488.59 C12060.2,8485.06 12061.7,8480.37 12061.7,8474.52 L12061.7,8472.52 L12052.7,8472.52 M12070.6,8468.8 L12070.6,8500 L12061.7,8500 L12061.7,8491.7 C12059.6,8495.02 12057,8497.46 12054,8499.05 C12050.9,8500.63 12047.2,8501.42 12042.8,8501.42 C12037.2,8501.42 12032.7,8499.85 12029.4,8496.7 C12026.1,8493.56 12024.4,8489.35 12024.4,8484.08 C12024.4,8477.93 12026.5,8473.3 12030.6,8470.17 C12034.7,8467.05 12040.9,8465.48 12049,8465.48 L12061.7,8465.48 L12061.7,8464.59 C12061.7,8460.46 12060.3,8457.26 12057.6,8455 C12054.9,8452.74 12051,8451.61 12046.1,8451.61 C12043,8451.61 12040,8451.98 12037,8452.73 C12034,8453.48 12031.2,8454.61 12028.5,8456.11 L12028.5,8447.8 C12031.7,8446.53 12034.9,8445.58 12038,8444.95 C12041.1,8444.32 12044.1,8444 12047,8444 C12055,8444 12060.9,8446.05 12064.8,8450.15 C12068.7,8454.25 12070.6,8460.46 12070.6,8468.8 M12089.1,8424.02 L12098.1,8424.02 L12098.1,8500 L12089.1,8500 L12089.1,8424.02 M12163.7,8470.41 L12163.7,8474.8 L12122.4,8474.8 C12122.8,8480.98 12124.6,8485.7 12128,8488.94 C12131.3,8492.18 12135.9,8493.8 12141.9,8493.8 C12145.4,8493.8 12148.7,8493.38 12151.9,8492.53 C12155.2,8491.69 12158.4,8490.42 12161.6,8488.72 L12161.6,8497.22 C12158.4,8498.58 12155.1,8499.62 12151.7,8500.34 C12148.3,8501.06 12144.9,8501.42 12141.4,8501.42 C12132.6,8501.42 12125.7,8498.88 12120.6,8493.8 C12115.5,8488.73 12113,8481.85 12113,8473.19 C12113,8464.24 12115.4,8457.14 12120.2,8451.88 C12125.1,8446.63 12131.6,8444 12139.8,8444 C12147.2,8444 12153,8446.37 12157.3,8451.1 C12161.5,8455.84 12163.7,8462.27 12163.7,8470.41 M12154.7,8467.77 C12154.6,8462.86 12153.3,8458.94 12150.6,8456.01 C12147.9,8453.08 12144.3,8451.61 12139.9,8451.61 C12134.9,8451.61 12130.9,8453.03 12127.9,8455.86 C12124.9,8458.69 12123.1,8462.68 12122.7,8467.83 L12154.7,8467.77 M12180.7,8487.59 L12191,8487.59 L12191,8500 L12180.7,8500 L12180.7,8487.59 M12180.7,8448.3 L12191,8448.3 L12191,8460.69 L12180.7,8460.69 L12180.7,8448.3" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M11899.7,8560.42 L11961.4,8560.42 L11961.4,8568.73 L11935.5,8568.73 L11935.5,8633.33 L11925.6,8633.33 L11925.6,8568.73 L11899.7,8568.73 L11899.7,8560.42 M11991.7,8584.94 C11986.9,8584.94 11983.1,8586.82 11980.3,8590.58 C11977.5,8594.34 11976.1,8599.49 11976.1,8606.03 C11976.1,8612.57 11977.5,8617.72 11980.2,8621.48 C11983,8625.24 11986.8,8627.12 11991.7,8627.12 C11996.5,8627.12 12000.3,8625.24 12003.1,8621.46 C12005.9,8617.68 12007.3,8612.54 12007.3,8606.03 C12007.3,8599.55 12005.9,8594.42 12003.1,8590.62 C12000.3,8586.83 11996.5,8584.94 11991.7,8584.94 M11991.7,8577.33 C11999.5,8577.33 12005.6,8579.87 12010.1,8584.95 C12014.6,8590.02 12016.8,8597.05 12016.8,8606.03 C12016.8,8614.98 12014.6,8622 12010.1,8627.1 C12005.6,8632.2 11999.5,8634.75 11991.7,8634.75 C11983.8,8634.75 11977.7,8632.2 11973.3,8627.1 C11968.8,8622 11966.6,8614.98 11966.6,8606.03 C11966.6,8597.05 11968.8,8590.02 11973.3,8584.95 C11977.7,8579.87 11983.8,8577.33 11991.7,8577.33 M12031.7,8557.34 L12040.7,8557.34 L12040.7,8633.33 L12031.7,8633.33 L12031.7,8557.34 M12106.2,8603.73 L12106.2,8608.12 L12064.9,8608.12 C12065.3,8614.31 12067.2,8619.03 12070.5,8622.27 C12073.8,8625.51 12078.5,8627.12 12084.5,8627.12 C12087.9,8627.12 12091.2,8626.7 12094.5,8625.86 C12097.7,8625.02 12100.9,8623.74 12104.1,8622.05 L12104.1,8630.55 C12100.9,8631.91 12097.6,8632.95 12094.2,8633.67 C12090.8,8634.39 12087.4,8634.75 12083.9,8634.75 C12075.2,8634.75 12068.3,8632.21 12063.2,8627.13 C12058.1,8622.05 12055.5,8615.18 12055.5,8606.52 C12055.5,8597.57 12058,8590.47 12062.8,8585.21 C12067.6,8579.96 12074.2,8577.33 12082.4,8577.33 C12089.7,8577.33 12095.5,8579.7 12099.8,8584.43 C12104.1,8589.16 12106.2,8595.6 12106.2,8603.73 M12097.2,8601.09 C12097.2,8596.19 12095.8,8592.27 12093.1,8589.34 C12090.4,8586.4 12086.9,8584.94 12082.5,8584.94 C12077.4,8584.94 12073.4,8586.35 12070.4,8589.19 C12067.4,8592.02 12065.7,8596.01 12065.2,8601.16 L12097.2,8601.09 M12152.7,8587.03 C12151.6,8586.45 12150.5,8586.02 12149.4,8585.74 C12148.2,8585.47 12146.9,8585.33 12145.4,8585.33 C12140.4,8585.33 12136.5,8586.98 12133.7,8590.28 C12131,8593.58 12129.7,8598.33 12129.7,8604.52 L12129.7,8633.33 L12120.6,8633.33 L12120.6,8578.64 L12129.7,8578.64 L12129.7,8587.14 C12131.6,8583.82 12134,8581.35 12137,8579.74 C12140.1,8578.13 12143.7,8577.33 12148.1,8577.33 C12148.7,8577.33 12149.4,8577.37 12150.1,8577.45 C12150.9,8577.52 12151.7,8577.65 12152.6,8577.81 L12152.7,8587.03 M12163.3,8620.92 L12173.7,8620.92 L12173.7,8633.33 L12163.3,8633.33 L12163.3,8620.92 M12196.2,8620.92 L12206.5,8620.92 L12206.5,8633.33 L12196.2,8633.33 L12196.2,8620.92 M12196.2,8581.62 L12206.5,8581.62 L12206.5,8594.02 L12196.2,8594.02 L12196.2,8581.62" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M11919.7,8701.86 L11919.7,8729.25 L11932.1,8729.25 C11936.7,8729.25 11940.2,8728.06 11942.7,8725.69 C11945.2,8723.31 11946.5,8719.93 11946.5,8715.53 C11946.5,8711.17 11945.2,8707.8 11942.7,8705.42 C11940.2,8703.05 11936.7,8701.86 11932.1,8701.86 L11919.7,8701.86 M11909.8,8693.75 L11932.1,8693.75 C11940.3,8693.75 11946.4,8695.6 11950.6,8699.3 C11954.8,8702.99 11956.9,8708.41 11956.9,8715.53 C11956.9,8722.73 11954.8,8728.17 11950.6,8731.84 C11946.4,8735.52 11940.3,8737.36 11932.1,8737.36 L11919.7,8737.36 L11919.7,8766.66 L11909.8,8766.66 L11909.8,8693.75 M11994.6,8739.17 C11987.3,8739.17 11982.3,8740 11979.5,8741.66 C11976.7,8743.31 11975.3,8746.15 11975.3,8750.16 C11975.3,8753.34 11976.3,8755.87 11978.4,8757.74 C11980.5,8759.61 11983.4,8760.55 11987,8760.55 C11992,8760.55 11996,8758.78 11999,8755.25 C12002,8751.72 12003.5,8747.03 12003.5,8741.17 L12003.5,8739.17 L11994.6,8739.17 M12012.5,8735.45 L12012.5,8766.66 L12003.5,8766.66 L12003.5,8758.36 C12001.5,8761.67 11998.9,8764.12 11995.8,8765.7 C11992.8,8767.29 11989,8768.08 11984.6,8768.08 C11979,8768.08 11974.6,8766.51 11971.3,8763.36 C11968,8760.21 11966.3,8756.01 11966.3,8750.73 C11966.3,8744.59 11968.4,8739.95 11972.5,8736.83 C11976.6,8733.7 11982.7,8732.14 11990.9,8732.14 L12003.5,8732.14 L12003.5,8731.25 C12003.5,8727.11 12002.2,8723.92 11999.4,8721.66 C11996.7,8719.4 11992.9,8718.27 11988,8718.27 C11984.9,8718.27 11981.8,8718.64 11978.9,8719.39 C11975.9,8720.14 11973,8721.27 11970.3,8722.77 L11970.3,8714.45 C11973.6,8713.18 11976.8,8712.23 11979.9,8711.6 C11983,8710.97 11986,8710.66 11988.9,8710.66 C11996.8,8710.66 12002.7,8712.71 12006.6,8716.8 C12010.5,8720.9 12012.5,8727.12 12012.5,8735.45 M12062.7,8720.36 C12061.7,8719.78 12060.6,8719.35 12059.4,8719.07 C12058.2,8718.79 12056.9,8718.66 12055.5,8718.66 C12050.4,8718.66 12046.5,8720.31 12043.8,8723.61 C12041,8726.91 12039.7,8731.66 12039.7,8737.84 L12039.7,8766.66 L12030.6,8766.66 L12030.6,8711.97 L12039.7,8711.97 L12039.7,8720.47 C12041.6,8717.15 12044,8714.68 12047.1,8713.07 C12050.1,8711.46 12053.8,8710.66 12058.1,8710.66 C12058.7,8710.66 12059.4,8710.7 12060.1,8710.77 C12060.9,8710.85 12061.7,8710.97 12062.6,8711.14 L12062.7,8720.36 M12081,8696.44 L12081,8711.97 L12099.5,8711.97 L12099.5,8718.95 L12081,8718.95 L12081,8748.64 C12081,8753.1 12081.6,8755.96 12082.8,8757.23 C12084,8758.51 12086.5,8759.14 12090.3,8759.14 L12099.5,8759.14 L12099.5,8766.66 L12090.3,8766.66 C12083.3,8766.66 12078.5,8765.36 12075.9,8762.77 C12073.3,8760.18 12072,8755.47 12072,8748.64 L12072,8718.95 L12065.4,8718.95 L12065.4,8711.97 L12072,8711.97 L12072,8696.44 L12081,8696.44 M12185.7,8722.47 C12187.9,8718.43 12190.6,8715.45 12193.7,8713.53 C12196.8,8711.61 12200.5,8710.66 12204.8,8710.66 C12210.4,8710.66 12214.8,8712.65 12217.9,8716.63 C12221,8720.62 12222.6,8726.29 12222.6,8733.64 L12222.6,8766.66 L12213.5,8766.66 L12213.5,8733.94 C12213.5,8728.7 12212.6,8724.81 12210.8,8722.27 C12208.9,8719.74 12206.1,8718.47 12202.3,8718.47 C12197.6,8718.47 12193.9,8720.01 12191.2,8723.1 C12188.5,8726.19 12187.2,8730.41 12187.2,8735.75 L12187.2,8766.66 L12178.1,8766.66 L12178.1,8733.94 C12178.1,8728.67 12177.2,8724.77 12175.4,8722.25 C12173.5,8719.73 12170.6,8718.47 12166.8,8718.47 C12162.2,8718.47 12158.5,8720.02 12155.8,8723.12 C12153.1,8726.23 12151.8,8730.44 12151.8,8735.75 L12151.8,8766.66 L12142.7,8766.66 L12142.7,8711.97 L12151.8,8711.97 L12151.8,8720.47 C12153.8,8717.11 12156.3,8714.64 12159.1,8713.05 C12162,8711.45 12165.4,8710.66 12169.3,8710.66 C12173.3,8710.66 12176.7,8711.66 12179.5,8713.68 C12182.3,8715.7 12184.3,8718.62 12185.7,8722.47 M12265.3,8739.17 C12258.1,8739.17 12253.1,8740 12250.2,8741.66 C12247.4,8743.31 12246,8746.15 12246,8750.16 C12246,8753.34 12247.1,8755.87 12249.2,8757.74 C12251.3,8759.61 12254.2,8760.55 12257.8,8760.55 C12262.8,8760.55 12266.8,8758.78 12269.8,8755.25 C12272.8,8751.72 12274.3,8747.03 12274.3,8741.17 L12274.3,8739.17 L12265.3,8739.17 M12283.3,8735.45 L12283.3,8766.66 L12274.3,8766.66 L12274.3,8758.36 C12272.2,8761.67 12269.7,8764.12 12266.6,8765.7 C12263.5,8767.29 12259.8,8768.08 12255.4,8768.08 C12249.8,8768.08 12245.3,8766.51 12242,8763.36 C12238.7,8760.21 12237.1,8756.01 12237.1,8750.73 C12237.1,8744.59 12239.1,8739.95 12243.2,8736.83 C12247.4,8733.7 12253.5,8732.14 12261.7,8732.14 L12274.3,8732.14 L12274.3,8731.25 C12274.3,8727.11 12272.9,8723.92 12270.2,8721.66 C12267.5,8719.4 12263.7,8718.27 12258.8,8718.27 C12255.6,8718.27 12252.6,8718.64 12249.6,8719.39 C12246.7,8720.14 12243.8,8721.27 12241.1,8722.77 L12241.1,8714.45 C12244.4,8713.18 12247.5,8712.23 12250.6,8711.6 C12253.7,8710.97 12256.7,8710.66 12259.7,8710.66 C12267.6,8710.66 12273.5,8712.71 12277.4,8716.8 C12281.3,8720.9 12283.3,8727.12 12283.3,8735.45 M12310.6,8696.44 L12310.6,8711.97 L12329.1,8711.97 L12329.1,8718.95 L12310.6,8718.95 L12310.6,8748.64 C12310.6,8753.1 12311.2,8755.96 12312.5,8757.23 C12313.7,8758.51 12316.2,8759.14 12319.9,8759.14 L12329.1,8759.14 L12329.1,8766.66 L12319.9,8766.66 C12313,8766.66 12308.2,8765.36 12305.6,8762.77 C12302.9,8760.18 12301.6,8755.47 12301.6,8748.64 L12301.6,8718.95 L12295,8718.95 L12295,8711.97 L12301.6,8711.97 L12301.6,8696.44 L12310.6,8696.44 M12387.7,8737.06 L12387.7,8741.45 L12346.4,8741.45 C12346.8,8747.64 12348.7,8752.35 12352,8755.59 C12355.3,8758.83 12360,8760.45 12366,8760.45 C12369.4,8760.45 12372.7,8760.03 12376,8759.19 C12379.2,8758.34 12382.4,8757.07 12385.6,8755.38 L12385.6,8763.88 C12382.4,8765.24 12379.1,8766.28 12375.7,8767 C12372.3,8767.72 12368.9,8768.08 12365.4,8768.08 C12356.7,8768.08 12349.8,8765.54 12344.7,8760.46 C12339.6,8755.38 12337,8748.51 12337,8739.84 C12337,8730.9 12339.5,8723.79 12344.3,8718.54 C12349.1,8713.28 12355.7,8710.66 12363.9,8710.66 C12371.2,8710.66 12377,8713.02 12381.3,8717.76 C12385.6,8722.49 12387.7,8728.93 12387.7,8737.06 M12378.8,8734.42 C12378.7,8729.52 12377.3,8725.6 12374.6,8722.66 C12371.9,8719.73 12368.4,8718.27 12364,8718.27 C12358.9,8718.27 12354.9,8719.68 12351.9,8722.52 C12348.9,8725.35 12347.2,8729.34 12346.7,8734.48 L12378.8,8734.42 M12434.2,8720.36 C12433.1,8719.78 12432,8719.35 12430.9,8719.07 C12429.7,8718.79 12428.4,8718.66 12426.9,8718.66 C12421.9,8718.66 12418,8720.31 12415.2,8723.61 C12412.5,8726.91 12411.2,8731.66 12411.2,8737.84 L12411.2,8766.66 L12402.1,8766.66 L12402.1,8711.97 L12411.2,8711.97 L12411.2,8720.47 C12413.1,8717.15 12415.5,8714.68 12418.5,8713.07 C12421.6,8711.46 12425.2,8710.66 12429.6,8710.66 C12430.2,8710.66 12430.9,8710.7 12431.6,8710.77 C12432.4,8710.85 12433.2,8710.97 12434.1,8711.14 L12434.2,8720.36 M12443.6,8711.97 L12452.6,8711.97 L12452.6,8766.66 L12443.6,8766.66 L12443.6,8711.97 M12443.6,8690.67 L12452.6,8690.67 L12452.6,8702.06 L12443.6,8702.06 L12443.6,8690.67 M12496.2,8739.17 C12489,8739.17 12483.9,8740 12481.1,8741.66 C12478.3,8743.31 12476.9,8746.15 12476.9,8750.16 C12476.9,8753.34 12478,8755.87 12480.1,8757.74 C12482.2,8759.61 12485,8760.55 12488.6,8760.55 C12493.6,8760.55 12497.6,8758.78 12500.6,8755.25 C12503.7,8751.72 12505.2,8747.03 12505.2,8741.17 L12505.2,8739.17 L12496.2,8739.17 M12514.1,8735.45 L12514.1,8766.66 L12505.2,8766.66 L12505.2,8758.36 C12503.1,8761.67 12500.5,8764.12 12497.5,8765.7 C12494.4,8767.29 12490.7,8768.08 12486.2,8768.08 C12480.7,8768.08 12476.2,8766.51 12472.9,8763.36 C12469.6,8760.21 12467.9,8756.01 12467.9,8750.73 C12467.9,8744.59 12470,8739.95 12474.1,8736.83 C12478.2,8733.7 12484.4,8732.14 12492.5,8732.14 L12505.2,8732.14 L12505.2,8731.25 C12505.2,8727.11 12503.8,8723.92 12501.1,8721.66 C12498.4,8719.4 12494.5,8718.27 12489.6,8718.27 C12486.5,8718.27 12483.5,8718.64 12480.5,8719.39 C12477.5,8720.14 12474.7,8721.27 12472,8722.77 L12472,8714.45 C12475.2,8713.18 12478.4,8712.23 12481.5,8711.6 C12484.6,8710.97 12487.6,8710.66 12490.5,8710.66 C12498.5,8710.66 12504.4,8712.71 12508.3,8716.8 C12512.2,8720.9 12514.1,8727.12 12514.1,8735.45 M12532.6,8690.67 L12541.6,8690.67 L12541.6,8766.66 L12532.6,8766.66 L12532.6,8690.67 M12562.7,8754.25 L12573,8754.25 L12573,8766.66 L12562.7,8766.66 L12562.7,8754.25 M12562.7,8714.95 L12573,8714.95 L12573,8727.34 L12562.7,8727.34 L12562.7,8714.95" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M11919.7,8835.2 L11919.7,8862.59 L11932.1,8862.59 C11936.7,8862.59 11940.2,8861.41 11942.7,8859.03 C11945.2,8856.66 11946.5,8853.27 11946.5,8848.88 C11946.5,8844.51 11945.2,8841.14 11942.7,8838.77 C11940.2,8836.39 11936.7,8835.2 11932.1,8835.2 L11919.7,8835.2 M11909.8,8827.09 L11932.1,8827.09 C11940.3,8827.09 11946.4,8828.94 11950.6,8832.64 C11954.8,8836.34 11956.9,8841.75 11956.9,8848.88 C11956.9,8856.07 11954.8,8861.51 11950.6,8865.19 C11946.4,8868.86 11940.3,8870.7 11932.1,8870.7 L11919.7,8870.7 L11919.7,8900 L11909.8,8900 L11909.8,8827.09 M11994.6,8872.52 C11987.3,8872.52 11982.3,8873.34 11979.5,8875 C11976.7,8876.66 11975.3,8879.49 11975.3,8883.5 C11975.3,8886.69 11976.3,8889.22 11978.4,8891.09 C11980.5,8892.96 11983.4,8893.89 11987,8893.89 C11992,8893.89 11996,8892.12 11999,8888.59 C12002,8885.06 12003.5,8880.37 12003.5,8874.52 L12003.5,8872.52 L11994.6,8872.52 M12012.5,8868.8 L12012.5,8900 L12003.5,8900 L12003.5,8891.7 C12001.5,8895.02 11998.9,8897.46 11995.8,8899.05 C11992.8,8900.63 11989,8901.42 11984.6,8901.42 C11979,8901.42 11974.6,8899.85 11971.3,8896.7 C11968,8893.56 11966.3,8889.35 11966.3,8884.08 C11966.3,8877.93 11968.4,8873.3 11972.5,8870.17 C11976.6,8867.05 11982.7,8865.48 11990.9,8865.48 L12003.5,8865.48 L12003.5,8864.59 C12003.5,8860.46 12002.2,8857.26 11999.4,8855 C11996.7,8852.74 11992.9,8851.61 11988,8851.61 C11984.9,8851.61 11981.8,8851.98 11978.9,8852.73 C11975.9,8853.48 11973,8854.61 11970.3,8856.11 L11970.3,8847.8 C11973.6,8846.53 11976.8,8845.58 11979.9,8844.95 C11983,8844.32 11986,8844 11988.9,8844 C11996.8,8844 12002.7,8846.05 12006.6,8850.15 C12010.5,8854.25 12012.5,8860.46 12012.5,8868.8 M12062.7,8853.7 C12061.7,8853.12 12060.6,8852.69 12059.4,8852.41 C12058.2,8852.14 12056.9,8852 12055.5,8852 C12050.4,8852 12046.5,8853.65 12043.8,8856.95 C12041,8860.26 12039.7,8865 12039.7,8871.19 L12039.7,8900 L12030.6,8900 L12030.6,8845.31 L12039.7,8845.31 L12039.7,8853.81 C12041.6,8850.49 12044,8848.02 12047.1,8846.41 C12050.1,8844.8 12053.8,8844 12058.1,8844 C12058.7,8844 12059.4,8844.04 12060.1,8844.12 C12060.9,8844.2 12061.7,8844.32 12062.6,8844.48 L12062.7,8853.7 M12081,8829.78 L12081,8845.31 L12099.5,8845.31 L12099.5,8852.3 L12081,8852.3 L12081,8881.98 C12081,8886.44 12081.6,8889.31 12082.8,8890.58 C12084,8891.85 12086.5,8892.48 12090.3,8892.48 L12099.5,8892.48 L12099.5,8900 L12090.3,8900 C12083.3,8900 12078.5,8898.71 12075.9,8896.12 C12073.3,8893.53 12072,8888.82 12072,8881.98 L12072,8852.3 L12065.4,8852.3 L12065.4,8845.31 L12072,8845.31 L12072,8829.78 L12081,8829.78 M12188.5,8866.98 L12188.5,8900 L12179.6,8900 L12179.6,8867.28 C12179.6,8862.1 12178.6,8858.23 12176.5,8855.66 C12174.5,8853.1 12171.5,8851.81 12167.5,8851.81 C12162.6,8851.81 12158.8,8853.36 12156,8856.45 C12153.2,8859.53 12151.8,8863.75 12151.8,8869.09 L12151.8,8900 L12142.7,8900 L12142.7,8845.31 L12151.8,8845.31 L12151.8,8853.81 C12153.9,8850.52 12156.5,8848.06 12159.4,8846.44 C12162.3,8844.81 12165.6,8844 12169.5,8844 C12175.7,8844 12180.5,8845.94 12183.7,8849.83 C12186.9,8853.71 12188.5,8859.43 12188.5,8866.98 M12205.5,8878.42 L12205.5,8845.31 L12214.5,8845.31 L12214.5,8878.08 C12214.5,8883.26 12215.5,8887.14 12217.5,8889.73 C12219.6,8892.32 12222.6,8893.61 12226.6,8893.61 C12231.5,8893.61 12235.3,8892.06 12238.1,8888.97 C12240.9,8885.88 12242.3,8881.66 12242.3,8876.31 L12242.3,8845.31 L12251.3,8845.31 L12251.3,8900 L12242.3,8900 L12242.3,8891.59 C12240.2,8894.92 12237.6,8897.39 12234.8,8899 C12231.9,8900.61 12228.5,8901.42 12224.7,8901.42 C12218.4,8901.42 12213.7,8899.47 12210.4,8895.56 C12207.2,8891.66 12205.5,8885.94 12205.5,8878.42 M12312.4,8855.81 C12314.7,8851.77 12317.3,8848.79 12320.5,8846.88 C12323.6,8844.96 12327.3,8844 12331.5,8844 C12337.2,8844 12341.6,8845.99 12344.7,8849.98 C12347.8,8853.96 12349.3,8859.63 12349.3,8866.98 L12349.3,8900 L12340.3,8900 L12340.3,8867.28 C12340.3,8862.04 12339.4,8858.15 12337.5,8855.62 C12335.6,8853.08 12332.8,8851.81 12329,8851.81 C12324.4,8851.81 12320.7,8853.36 12318,8856.45 C12315.3,8859.53 12313.9,8863.75 12313.9,8869.09 L12313.9,8900 L12304.9,8900 L12304.9,8867.28 C12304.9,8862.01 12304,8858.11 12302.1,8855.59 C12300.3,8853.07 12297.4,8851.81 12293.5,8851.81 C12288.9,8851.81 12285.3,8853.36 12282.6,8856.47 C12279.9,8859.57 12278.5,8863.78 12278.5,8869.09 L12278.5,8900 L12269.5,8900 L12269.5,8845.31 L12278.5,8845.31 L12278.5,8853.81 C12280.6,8850.46 12283,8847.98 12285.9,8846.39 C12288.8,8844.8 12292.2,8844 12296.1,8844 C12300.1,8844 12303.5,8845.01 12306.2,8847.02 C12309,8849.04 12311.1,8851.97 12312.4,8855.81 M12406.5,8872.7 C12406.5,8866.1 12405.1,8860.92 12402.4,8857.16 C12399.7,8853.4 12396,8851.52 12391.2,8851.52 C12386.5,8851.52 12382.7,8853.4 12380,8857.16 C12377.3,8860.92 12375.9,8866.1 12375.9,8872.7 C12375.9,8879.31 12377.3,8884.49 12380,8888.25 C12382.7,8892.01 12386.5,8893.89 12391.2,8893.89 C12396,8893.89 12399.7,8892.01 12402.4,8888.25 C12405.1,8884.49 12406.5,8879.31 12406.5,8872.7 M12375.9,8853.61 C12377.8,8850.36 12380.2,8847.95 12383.1,8846.37 C12386,8844.79 12389.4,8844 12393.4,8844 C12400.1,8844 12405.5,8846.64 12409.6,8851.91 C12413.8,8857.18 12415.8,8864.11 12415.8,8872.7 C12415.8,8881.3 12413.8,8888.23 12409.6,8893.51 C12405.5,8898.78 12400.1,8901.42 12393.4,8901.42 C12389.4,8901.42 12386,8900.63 12383.1,8899.05 C12380.2,8897.46 12377.8,8895.05 12375.9,8891.8 L12375.9,8900 L12366.9,8900 L12366.9,8824.02 L12375.9,8824.02 L12375.9,8853.61 M12477.5,8870.41 L12477.5,8874.8 L12436.2,8874.8 C12436.6,8880.98 12438.4,8885.7 12441.8,8888.94 C12445.1,8892.18 12449.7,8893.8 12455.7,8893.8 C12459.2,8893.8 12462.5,8893.38 12465.7,8892.53 C12469,8891.69 12472.2,8890.42 12475.4,8888.72 L12475.4,8897.22 C12472.2,8898.58 12468.9,8899.62 12465.5,8900.34 C12462.1,8901.06 12458.7,8901.42 12455.2,8901.42 C12446.4,8901.42 12439.5,8898.88 12434.4,8893.8 C12429.3,8888.73 12426.8,8881.85 12426.8,8873.19 C12426.8,8864.24 12429.2,8857.14 12434,8851.88 C12438.9,8846.63 12445.4,8844 12453.6,8844 C12461,8844 12466.8,8846.37 12471.1,8851.1 C12475.3,8855.84 12477.5,8862.27 12477.5,8870.41 M12468.5,8867.77 C12468.4,8862.86 12467.1,8858.94 12464.4,8856.01 C12461.7,8853.08 12458.1,8851.61 12453.7,8851.61 C12448.7,8851.61 12444.7,8853.03 12441.7,8855.86 C12438.7,8858.69 12436.9,8862.68 12436.5,8867.83 L12468.5,8867.77 M12523.9,8853.7 C12522.9,8853.12 12521.8,8852.69 12520.6,8852.41 C12519.4,8852.14 12518.1,8852 12516.7,8852 C12511.6,8852 12507.7,8853.65 12505,8856.95 C12502.3,8860.26 12500.9,8865 12500.9,8871.19 L12500.9,8900 L12491.9,8900 L12491.9,8845.31 L12500.9,8845.31 L12500.9,8853.81 C12502.8,8850.49 12505.3,8848.02 12508.3,8846.41 C12511.3,8844.8 12515,8844 12519.3,8844 C12519.9,8844 12520.6,8844.04 12521.4,8844.12 C12522.1,8844.2 12523,8844.32 12523.9,8844.48 L12523.9,8853.7 M12535.6,8887.59 L12545.9,8887.59 L12545.9,8900 L12535.6,8900 L12535.6,8887.59 M12535.6,8848.3 L12545.9,8848.3 L12545.9,8860.69 L12535.6,8860.69 L12535.6,8848.3" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M11919.7,9001.86 L11919.7,9058.55 L11931.6,9058.55 C11941.7,9058.55 11949,9056.27 11953.7,9051.71 C11958.4,9047.15 11960.7,9039.96 11960.7,9030.12 C11960.7,9020.36 11958.4,9013.21 11953.7,9008.67 C11949,9004.13 11941.7,9001.86 11931.6,9001.86 L11919.7,9001.86 M11909.8,8993.75 L11930.1,8993.75 C11944.2,8993.75 11954.6,8996.69 11961.2,9002.56 C11967.8,9008.44 11971.1,9017.62 11971.1,9030.12 C11971.1,9042.7 11967.8,9051.93 11961.1,9057.82 C11954.5,9063.71 11944.1,9066.66 11930.1,9066.66 L11909.8,9066.66 L11909.8,8993.75 M12018.1,9020.36 C12017.1,9019.78 12016,9019.35 12014.8,9019.07 C12013.6,9018.79 12012.3,9018.66 12010.9,9018.66 C12005.8,9018.66 12001.9,9020.31 11999.2,9023.61 C11996.5,9026.91 11995.1,9031.66 11995.1,9037.84 L11995.1,9066.66 L11986.1,9066.66 L11986.1,9011.97 L11995.1,9011.97 L11995.1,9020.47 C11997,9017.15 11999.5,9014.68 12002.5,9013.07 C12005.5,9011.46 12009.2,9010.66 12013.5,9010.66 C12014.1,9010.66 12014.8,9010.7 12015.6,9010.77 C12016.3,9010.85 12017.2,9010.97 12018.1,9011.14 L12018.1,9020.36 M12052.4,9039.17 C12045.1,9039.17 12040.1,9040 12037.3,9041.66 C12034.5,9043.31 12033.1,9046.15 12033.1,9050.16 C12033.1,9053.34 12034.1,9055.87 12036.2,9057.74 C12038.4,9059.61 12041.2,9060.55 12044.8,9060.55 C12049.8,9060.55 12053.8,9058.78 12056.8,9055.25 C12059.8,9051.72 12061.3,9047.03 12061.3,9041.17 L12061.3,9039.17 L12052.4,9039.17 M12070.3,9035.45 L12070.3,9066.66 L12061.3,9066.66 L12061.3,9058.36 C12059.3,9061.67 12056.7,9064.12 12053.7,9065.7 C12050.6,9067.29 12046.8,9068.08 12042.4,9068.08 C12036.8,9068.08 12032.4,9066.51 12029.1,9063.36 C12025.8,9060.21 12024.1,9056.01 12024.1,9050.73 C12024.1,9044.59 12026.2,9039.95 12030.3,9036.83 C12034.4,9033.7 12040.6,9032.14 12048.7,9032.14 L12061.3,9032.14 L12061.3,9031.25 C12061.3,9027.11 12060,9023.92 12057.2,9021.66 C12054.5,9019.4 12050.7,9018.27 12045.8,9018.27 C12042.7,9018.27 12039.6,9018.64 12036.7,9019.39 C12033.7,9020.14 12030.9,9021.27 12028.1,9022.77 L12028.1,9014.45 C12031.4,9013.18 12034.6,9012.23 12037.7,9011.6 C12040.8,9010.97 12043.8,9010.66 12046.7,9010.66 C12054.6,9010.66 12060.5,9012.71 12064.5,9016.8 C12068.4,9020.9 12070.3,9027.12 12070.3,9035.45 M12083.6,9011.97 L12092.6,9011.97 L12103.8,9054.64 L12115,9011.97 L12125.6,9011.97 L12136.8,9054.64 L12148,9011.97 L12157,9011.97 L12142.7,9066.66 L12132.1,9066.66 L12120.3,9021.83 L12108.5,9066.66 L12097.9,9066.66 L12083.6,9011.97 M12170.6,9011.97 L12179.6,9011.97 L12179.6,9066.66 L12170.6,9066.66 L12170.6,9011.97 M12170.6,8990.67 L12179.6,8990.67 L12179.6,9002.06 L12170.6,9002.06 L12170.6,8990.67 M12243.8,9033.64 L12243.8,9066.66 L12234.8,9066.66 L12234.8,9033.94 C12234.8,9028.76 12233.8,9024.89 12231.8,9022.32 C12229.8,9019.75 12226.8,9018.47 12222.7,9018.47 C12217.9,9018.47 12214.1,9020.01 12211.2,9023.1 C12208.4,9026.19 12207,9030.41 12207,9035.75 L12207,9066.66 L12198,9066.66 L12198,9011.97 L12207,9011.97 L12207,9020.47 C12209.2,9017.18 12211.7,9014.72 12214.6,9013.09 C12217.6,9011.47 12220.9,9010.66 12224.7,9010.66 C12231,9010.66 12235.8,9012.6 12239,9016.48 C12242.2,9020.37 12243.8,9026.09 12243.8,9033.64 M12297.7,9038.67 C12297.7,9032.16 12296.4,9027.12 12293.7,9023.54 C12291,9019.96 12287.2,9018.17 12282.4,9018.17 C12277.6,9018.17 12273.8,9019.96 12271.1,9023.54 C12268.5,9027.12 12267.1,9032.16 12267.1,9038.67 C12267.1,9045.15 12268.5,9050.18 12271.1,9053.77 C12273.8,9057.35 12277.6,9059.14 12282.4,9059.14 C12287.2,9059.14 12291,9057.35 12293.7,9053.77 C12296.4,9050.18 12297.7,9045.15 12297.7,9038.67 M12306.7,9059.88 C12306.7,9069.18 12304.6,9076.1 12300.5,9080.64 C12296.4,9085.18 12290,9087.45 12281.5,9087.45 C12278.4,9087.45 12275.4,9087.22 12272.6,9086.75 C12269.8,9086.28 12267.1,9085.56 12264.4,9084.58 L12264.4,9075.84 C12267.1,9077.27 12269.7,9078.33 12272.2,9079.01 C12274.8,9079.69 12277.4,9080.03 12280.1,9080.03 C12286,9080.03 12290.4,9078.49 12293.3,9075.42 C12296.3,9072.35 12297.7,9067.7 12297.7,9061.48 L12297.7,9057.03 C12295.9,9060.26 12293.5,9062.67 12290.6,9064.27 C12287.7,9065.86 12284.2,9066.66 12280.2,9066.66 C12273.5,9066.66 12268.1,9064.1 12264,9058.99 C12259.9,9053.88 12257.8,9047.11 12257.8,9038.67 C12257.8,9030.21 12259.9,9023.43 12264,9018.32 C12268.1,9013.21 12273.5,9010.66 12280.2,9010.66 C12284.2,9010.66 12287.7,9011.45 12290.6,9013.05 C12293.5,9014.64 12295.9,9017.05 12297.7,9020.27 L12297.7,9011.97 L12306.7,9011.97 L12306.7,9059.88 M12402.5,9033.64 L12402.5,9066.66 L12393.5,9066.66 L12393.5,9033.94 C12393.5,9028.76 12392.5,9024.89 12390.4,9022.32 C12388.4,9019.75 12385.4,9018.47 12381.4,9018.47 C12376.5,9018.47 12372.7,9020.01 12369.9,9023.1 C12367.1,9026.19 12365.7,9030.41 12365.7,9035.75 L12365.7,9066.66 L12356.6,9066.66 L12356.6,9011.97 L12365.7,9011.97 L12365.7,9020.47 C12367.8,9017.18 12370.4,9014.72 12373.3,9013.09 C12376.2,9011.47 12379.5,9010.66 12383.4,9010.66 C12389.6,9010.66 12394.4,9012.6 12397.6,9016.48 C12400.8,9020.37 12402.5,9026.09 12402.5,9033.64 M12441.5,9018.27 C12436.7,9018.27 12432.9,9020.15 12430.1,9023.91 C12427.3,9027.67 12425.9,9032.82 12425.9,9039.36 C12425.9,9045.9 12427.3,9051.05 12430.1,9054.81 C12432.9,9058.57 12436.7,9060.45 12441.5,9060.45 C12446.3,9060.45 12450.1,9058.57 12452.9,9054.79 C12455.7,9051.01 12457.1,9045.87 12457.1,9039.36 C12457.1,9032.88 12455.7,9027.74 12452.9,9023.95 C12450.1,9020.16 12446.3,9018.27 12441.5,9018.27 M12441.5,9010.66 C12449.4,9010.66 12455.5,9013.2 12460,9018.27 C12464.4,9023.35 12466.7,9030.38 12466.7,9039.36 C12466.7,9048.31 12464.4,9055.33 12460,9060.43 C12455.5,9065.53 12449.4,9068.08 12441.5,9068.08 C12433.7,9068.08 12427.6,9065.53 12423.1,9060.43 C12418.7,9055.33 12416.5,9048.31 12416.5,9039.36 C12416.5,9030.38 12418.7,9023.35 12423.1,9018.27 C12427.6,9013.2 12433.7,9010.66 12441.5,9010.66 M12482.8,9054.25 L12493.1,9054.25 L12493.1,9066.66 L12482.8,9066.66 L12482.8,9054.25 M12515.6,9054.25 L12525.9,9054.25 L12525.9,9066.66 L12515.6,9066.66 L12515.6,9054.25 M12515.6,9014.95 L12525.9,9014.95 L12525.9,9027.34 L12515.6,9027.34 L12515.6,9014.95" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M11919.7,9168.53 L11919.7,9225.22 L11931.6,9225.22 C11941.7,9225.22 11949,9222.94 11953.7,9218.38 C11958.4,9213.83 11960.7,9206.63 11960.7,9196.8 C11960.7,9187.04 11958.4,9179.89 11953.7,9175.34 C11949,9170.8 11941.7,9168.53 11931.6,9168.53 L11919.7,9168.53 M11909.8,9160.42 L11930.1,9160.42 C11944.2,9160.42 11954.6,9163.36 11961.2,9169.23 C11967.8,9175.11 11971.1,9184.3 11971.1,9196.8 C11971.1,9209.37 11967.8,9218.6 11961.1,9224.49 C11954.5,9230.38 11944.1,9233.33 11930.1,9233.33 L11909.8,9233.33 L11909.8,9160.42 M12011.3,9205.84 C12004,9205.84 11999,9206.67 11996.2,9208.33 C11993.4,9209.98 11992,9212.82 11992,9216.83 C11992,9220.02 11993,9222.54 11995.1,9224.41 C11997.2,9226.28 12000.1,9227.22 12003.7,9227.22 C12008.7,9227.22 12012.7,9225.45 12015.7,9221.92 C12018.7,9218.39 12020.2,9213.7 12020.2,9207.84 L12020.2,9205.84 L12011.3,9205.84 M12029.2,9202.12 L12029.2,9233.33 L12020.2,9233.33 L12020.2,9225.03 C12018.2,9228.34 12015.6,9230.79 12012.5,9232.38 C12009.5,9233.96 12005.7,9234.75 12001.3,9234.75 C11995.7,9234.75 11991.3,9233.18 11988,9230.03 C11984.7,9226.89 11983,9222.68 11983,9217.41 C11983,9211.26 11985.1,9206.62 11989.2,9203.5 C11993.3,9200.38 11999.4,9198.81 12007.6,9198.81 L12020.2,9198.81 L12020.2,9197.92 C12020.2,9193.79 12018.9,9190.59 12016.1,9188.33 C12013.4,9186.07 12009.6,9184.94 12004.7,9184.94 C12001.6,9184.94 11998.5,9185.31 11995.6,9186.06 C11992.6,9186.81 11989.7,9187.94 11987,9189.44 L11987,9181.12 C11990.3,9179.85 11993.5,9178.9 11996.6,9178.27 C11999.7,9177.64 12002.7,9177.33 12005.6,9177.33 C12013.5,9177.33 12019.4,9179.38 12023.3,9183.48 C12027.2,9187.58 12029.2,9193.79 12029.2,9202.12 M12056.6,9163.11 L12056.6,9178.64 L12075.1,9178.64 L12075.1,9185.62 L12056.6,9185.62 L12056.6,9215.31 C12056.6,9219.77 12057.2,9222.64 12058.4,9223.91 C12059.6,9225.18 12062.1,9225.81 12065.9,9225.81 L12075.1,9225.81 L12075.1,9233.33 L12065.9,9233.33 C12058.9,9233.33 12054.1,9232.03 12051.5,9229.45 C12048.9,9226.86 12047.5,9222.15 12047.5,9215.31 L12047.5,9185.62 L12041,9185.62 L12041,9178.64 L12047.5,9178.64 L12047.5,9163.11 L12056.6,9163.11 M12133.7,9203.73 L12133.7,9208.12 L12092.4,9208.12 C12092.8,9214.31 12094.6,9219.03 12098,9222.27 C12101.3,9225.51 12105.9,9227.12 12111.9,9227.12 C12115.3,9227.12 12118.7,9226.7 12121.9,9225.86 C12125.2,9225.02 12128.4,9223.74 12131.6,9222.05 L12131.6,9230.55 C12128.3,9231.91 12125,9232.95 12121.7,9233.67 C12118.3,9234.39 12114.8,9234.75 12111.4,9234.75 C12102.6,9234.75 12095.7,9232.21 12090.6,9227.13 C12085.5,9222.05 12083,9215.18 12083,9206.52 C12083,9197.57 12085.4,9190.47 12090.2,9185.21 C12095.1,9179.96 12101.6,9177.33 12109.8,9177.33 C12117.2,9177.33 12123,9179.7 12127.2,9184.43 C12131.5,9189.16 12133.7,9195.6 12133.7,9203.73 M12124.7,9201.09 C12124.6,9196.19 12123.2,9192.27 12120.6,9189.34 C12117.9,9186.4 12114.3,9184.94 12109.9,9184.94 C12104.9,9184.94 12100.9,9186.35 12097.9,9189.19 C12094.8,9192.02 12093.1,9196.01 12092.7,9201.16 L12124.7,9201.09 M12150.7,9220.92 L12161,9220.92 L12161,9233.33 L12150.7,9233.33 L12150.7,9220.92 M12150.7,9181.62 L12161,9181.62 L12161,9194.02 L12150.7,9194.02 L12150.7,9181.62" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M12944.4,9199.14 C12946.5,9199.86 12948.6,9201.39 12950.6,9203.73 C12952.6,9206.08 12954.6,9209.3 12956.6,9213.41 L12966.6,9233.33 L12956,9233.33 L12946.7,9214.62 C12944.3,9209.74 12941.9,9206.5 12939.7,9204.91 C12937.4,9203.31 12934.3,9202.52 12930.4,9202.52 L12919.7,9202.52 L12919.7,9233.33 L12909.8,9233.33 L12909.8,9160.42 L12932.1,9160.42 C12940.4,9160.42 12946.6,9162.16 12950.7,9165.65 C12954.8,9169.13 12956.9,9174.39 12956.9,9181.42 C12956.9,9186.02 12955.8,9189.83 12953.7,9192.85 C12951.6,9195.88 12948.5,9197.97 12944.4,9199.14 M12919.7,9168.53 L12919.7,9194.41 L12932.1,9194.41 C12936.8,9194.41 12940.4,9193.31 12942.8,9191.11 C12945.3,9188.91 12946.5,9185.68 12946.5,9181.42 C12946.5,9177.16 12945.3,9173.95 12942.8,9171.78 C12940.4,9169.61 12936.8,9168.53 12932.1,9168.53 L12919.7,9168.53 M13025.7,9203.73 L13025.7,9208.12 L12984.4,9208.12 C12984.8,9214.31 12986.6,9219.03 12990,9222.27 C12993.3,9225.51 12997.9,9227.12 13003.9,9227.12 C13007.3,9227.12 13010.7,9226.7 13013.9,9225.86 C13017.2,9225.02 13020.4,9223.74 13023.6,9222.05 L13023.6,9230.55 C13020.3,9231.91 13017,9232.95 13013.7,9233.67 C13010.3,9234.39 13006.8,9234.75 13003.4,9234.75 C12994.6,9234.75 12987.7,9232.21 12982.6,9227.13 C12977.5,9222.05 12975,9215.18 12975,9206.52 C12975,9197.57 12977.4,9190.47 12982.2,9185.21 C12987.1,9179.96 12993.6,9177.33 13001.8,9177.33 C13009.2,9177.33 13015,9179.7 13019.2,9184.43 C13023.5,9189.16 13025.7,9195.6 13025.7,9203.73 M13016.7,9201.09 C13016.6,9196.19 13015.2,9192.27 13012.6,9189.34 C13009.9,9186.4 13006.3,9184.94 13001.9,9184.94 C12996.9,9184.94 12992.9,9186.35 12989.9,9189.19 C12986.8,9192.02 12985.1,9196.01 12984.7,9201.16 L13016.7,9201.09 M13034,9178.64 L13043.5,9178.64 L13060.6,9224.53 L13077.7,9178.64 L13087.2,9178.64 L13066.7,9233.33 L13054.5,9233.33 L13034,9178.64 M13099.6,9178.64 L13108.6,9178.64 L13108.6,9233.33 L13099.6,9233.33 L13099.6,9178.64 M13099.6,9157.34 L13108.6,9157.34 L13108.6,9168.73 L13099.6,9168.73 L13099.6,9157.34 M13162.2,9180.25 L13162.2,9188.75 C13159.7,9187.45 13157.1,9186.47 13154.3,9185.82 C13151.6,9185.17 13148.8,9184.84 13145.8,9184.84 C13141.4,9184.84 13138,9185.53 13135.8,9186.89 C13133.6,9188.26 13132.4,9190.31 13132.4,9193.05 C13132.4,9195.13 13133.2,9196.77 13134.8,9197.95 C13136.4,9199.14 13139.6,9200.27 13144.5,9201.34 L13147.5,9202.03 C13153.9,9203.4 13158.4,9205.32 13161.1,9207.81 C13163.8,9210.3 13165.2,9213.78 13165.2,9218.23 C13165.2,9223.32 13163.1,9227.34 13159.1,9230.3 C13155.1,9233.27 13149.6,9234.75 13142.5,9234.75 C13139.6,9234.75 13136.6,9234.46 13133.4,9233.89 C13130.2,9233.32 13126.9,9232.46 13123.4,9231.33 L13123.4,9222.05 C13126.7,9223.78 13130,9225.07 13133.2,9225.93 C13136.4,9226.79 13139.6,9227.22 13142.8,9227.22 C13147,9227.22 13150.2,9226.49 13152.5,9225.05 C13154.8,9223.6 13155.9,9221.56 13155.9,9218.92 C13155.9,9216.48 13155.1,9214.61 13153.5,9213.31 C13151.8,9212.01 13148.2,9210.76 13142.6,9209.55 L13139.5,9208.81 C13134,9207.65 13129.9,9205.85 13127.5,9203.42 C13125,9200.99 13123.8,9197.67 13123.8,9193.44 C13123.8,9188.29 13125.6,9184.32 13129.2,9181.52 C13132.9,9178.73 13138,9177.33 13144.8,9177.33 C13148.1,9177.33 13151.2,9177.57 13154.1,9178.05 C13157,9178.54 13159.8,9179.27 13162.2,9180.25 M13179.5,9178.64 L13188.4,9178.64 L13188.4,9233.33 L13179.5,9233.33 L13179.5,9178.64 M13179.5,9157.34 L13188.4,9157.34 L13188.4,9168.73 L13179.5,9168.73 L13179.5,9157.34 M13228.4,9184.94 C13223.6,9184.94 13219.8,9186.82 13217,9190.58 C13214.2,9194.34 13212.8,9199.49 13212.8,9206.03 C13212.8,9212.57 13214.2,9217.72 13217,9221.48 C13219.8,9225.24 13223.6,9227.12 13228.4,9227.12 C13233.2,9227.12 13237,9225.24 13239.8,9221.46 C13242.6,9217.68 13244,9212.54 13244,9206.03 C13244,9199.55 13242.6,9194.42 13239.8,9190.62 C13237,9186.83 13233.2,9184.94 13228.4,9184.94 M13228.4,9177.33 C13236.2,9177.33 13242.4,9179.87 13246.8,9184.95 C13251.3,9190.02 13253.5,9197.05 13253.5,9206.03 C13253.5,9214.98 13251.3,9222 13246.8,9227.1 C13242.4,9232.2 13236.2,9234.75 13228.4,9234.75 C13220.6,9234.75 13214.4,9232.2 13210,9227.1 C13205.5,9222 13203.3,9214.98 13203.3,9206.03 C13203.3,9197.05 13205.5,9190.02 13210,9184.95 C13214.4,9179.87 13220.6,9177.33 13228.4,9177.33 M13313.9,9200.31 L13313.9,9233.33 L13304.9,9233.33 L13304.9,9200.61 C13304.9,9195.43 13303.9,9191.56 13301.9,9188.99 C13299.8,9186.42 13296.8,9185.14 13292.8,9185.14 C13287.9,9185.14 13284.1,9186.68 13281.3,9189.77 C13278.5,9192.86 13277.1,9197.08 13277.1,9202.42 L13277.1,9233.33 L13268.1,9233.33 L13268.1,9178.64 L13277.1,9178.64 L13277.1,9187.14 C13279.2,9183.85 13281.8,9181.39 13284.7,9179.77 C13287.6,9178.14 13291,9177.33 13294.8,9177.33 C13301.1,9177.33 13305.8,9179.27 13309,9183.16 C13312.3,9187.04 13313.9,9192.76 13313.9,9200.31 M13334.1,9220.92 L13344.4,9220.92 L13344.4,9233.33 L13334.1,9233.33 L13334.1,9220.92 M13334.1,9181.62 L13344.4,9181.62 L13344.4,9194.02 L13334.1,9194.02 L13334.1,9181.62" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M9376.47,8427.09 L9418.36,8427.09 L9418.36,8435.41 L9386.33,8435.41 L9386.33,8456.89 L9415.23,8456.89 L9415.23,8465.19 L9386.33,8465.19 L9386.33,8500 L9376.47,8500 L9376.47,8427.09 M9458.45,8472.52 C9451.19,8472.52 9446.16,8473.34 9443.36,8475 C9440.56,8476.66 9439.16,8479.49 9439.16,8483.5 C9439.16,8486.69 9440.21,8489.22 9442.31,8491.09 C9444.42,8492.96 9447.27,8493.89 9450.88,8493.89 C9455.86,8493.89 9459.86,8492.12 9462.88,8488.59 C9465.89,8485.06 9467.39,8480.37 9467.39,8474.52 L9467.39,8472.52 L9458.45,8472.52 M9476.38,8468.8 L9476.38,8500 L9467.39,8500 L9467.39,8491.7 C9465.34,8495.02 9462.78,8497.46 9459.72,8499.05 C9456.66,8500.63 9452.91,8501.42 9448.48,8501.42 C9442.89,8501.42 9438.44,8499.85 9435.13,8496.7 C9431.83,8493.56 9430.17,8489.35 9430.17,8484.08 C9430.17,8477.93 9432.23,8473.3 9436.35,8470.17 C9440.47,8467.05 9446.61,8465.48 9454.78,8465.48 L9467.39,8465.48 L9467.39,8464.59 C9467.39,8460.46 9466.03,8457.26 9463.31,8455 C9460.59,8452.74 9456.78,8451.61 9451.86,8451.61 C9448.73,8451.61 9445.69,8451.98 9442.73,8452.73 C9439.76,8453.48 9436.92,8454.61 9434.19,8456.11 L9434.19,8447.8 C9437.47,8446.53 9440.66,8445.58 9443.75,8444.95 C9446.84,8444.32 9449.85,8444 9452.78,8444 C9460.7,8444 9466.61,8446.05 9470.52,8450.15 C9474.42,8454.25 9476.38,8460.46 9476.38,8468.8 M9540.33,8466.98 L9540.33,8500 L9531.34,8500 L9531.34,8467.28 C9531.34,8462.1 9530.33,8458.23 9528.31,8455.66 C9526.29,8453.1 9523.27,8451.81 9519.23,8451.81 C9514.38,8451.81 9510.55,8453.36 9507.75,8456.45 C9504.95,8459.53 9503.55,8463.75 9503.55,8469.09 L9503.55,8500 L9494.52,8500 L9494.52,8445.31 L9503.55,8445.31 L9503.55,8453.81 C9505.7,8450.52 9508.24,8448.06 9511.15,8446.44 C9514.06,8444.81 9517.42,8444 9521.23,8444 C9527.52,8444 9532.27,8445.94 9535.49,8449.83 C9538.72,8453.71 9540.33,8459.43 9540.33,8466.98 M9567.12,8429.78 L9567.12,8445.31 L9585.62,8445.31 L9585.62,8452.3 L9567.12,8452.3 L9567.12,8481.98 C9567.12,8486.44 9567.73,8489.31 9568.95,8490.58 C9570.17,8491.85 9572.66,8492.48 9576.41,8492.48 L9585.62,8492.48 L9585.62,8500 L9576.41,8500 C9569.47,8500 9564.68,8498.71 9562.05,8496.12 C9559.41,8493.53 9558.09,8488.82 9558.09,8481.98 L9558.09,8452.3 L9551.5,8452.3 L9551.5,8445.31 L9558.09,8445.31 L9558.09,8429.78 L9567.12,8429.78 M9622.3,8472.52 C9615.04,8472.52 9610.01,8473.34 9607.2,8475 C9604.4,8476.66 9603,8479.49 9603,8483.5 C9603,8486.69 9604.05,8489.22 9606.16,8491.09 C9608.26,8492.96 9611.11,8493.89 9614.72,8493.89 C9619.71,8493.89 9623.71,8492.12 9626.72,8488.59 C9629.73,8485.06 9631.23,8480.37 9631.23,8474.52 L9631.23,8472.52 L9622.3,8472.52 M9640.22,8468.8 L9640.22,8500 L9631.23,8500 L9631.23,8491.7 C9629.18,8495.02 9626.62,8497.46 9623.56,8499.05 C9620.5,8500.63 9616.76,8501.42 9612.33,8501.42 C9606.73,8501.42 9602.28,8499.85 9598.98,8496.7 C9595.67,8493.56 9594.02,8489.35 9594.02,8484.08 C9594.02,8477.93 9596.08,8473.3 9600.2,8470.17 C9604.32,8467.05 9610.46,8465.48 9618.62,8465.48 L9631.23,8465.48 L9631.23,8464.59 C9631.23,8460.46 9629.88,8457.26 9627.16,8455 C9624.44,8452.74 9620.62,8451.61 9615.7,8451.61 C9612.58,8451.61 9609.53,8451.98 9606.57,8452.73 C9603.61,8453.48 9600.76,8454.61 9598.03,8456.11 L9598.03,8447.8 C9601.31,8446.53 9604.5,8445.58 9607.59,8444.95 C9610.69,8444.32 9613.7,8444 9616.62,8444 C9624.54,8444 9630.45,8446.05 9634.36,8450.15 C9638.27,8454.25 9640.22,8460.46 9640.22,8468.8 M9653.48,8445.31 L9662.47,8445.31 L9673.7,8487.98 L9684.88,8445.31 L9695.47,8445.31 L9706.7,8487.98 L9717.89,8445.31 L9726.88,8445.31 L9712.56,8500 L9701.97,8500 L9690.2,8455.17 L9678.39,8500 L9667.78,8500 L9653.48,8445.31 M9765.34,8472.52 C9758.08,8472.52 9753.05,8473.34 9750.25,8475 C9747.45,8476.66 9746.05,8479.49 9746.05,8483.5 C9746.05,8486.69 9747.1,8489.22 9749.2,8491.09 C9751.31,8492.96 9754.16,8493.89 9757.77,8493.89 C9762.76,8493.89 9766.76,8492.12 9769.77,8488.59 C9772.78,8485.06 9774.28,8480.37 9774.28,8474.52 L9774.28,8472.52 L9765.34,8472.52 M9783.27,8468.8 L9783.27,8500 L9774.28,8500 L9774.28,8491.7 C9772.23,8495.02 9769.67,8497.46 9766.61,8499.05 C9763.55,8500.63 9759.8,8501.42 9755.38,8501.42 C9749.78,8501.42 9745.33,8499.85 9742.02,8496.7 C9738.72,8493.56 9737.06,8489.35 9737.06,8484.08 C9737.06,8477.93 9739.12,8473.3 9743.24,8470.17 C9747.36,8467.05 9753.51,8465.48 9761.67,8465.48 L9774.28,8465.48 L9774.28,8464.59 C9774.28,8460.46 9772.92,8457.26 9770.2,8455 C9767.48,8452.74 9763.67,8451.61 9758.75,8451.61 C9755.62,8451.61 9752.58,8451.98 9749.62,8452.73 C9746.65,8453.48 9743.81,8454.61 9741.08,8456.11 L9741.08,8447.8 C9744.36,8446.53 9747.55,8445.58 9750.64,8444.95 C9753.73,8444.32 9756.74,8444 9759.67,8444 C9767.59,8444 9773.5,8446.05 9777.41,8450.15 C9781.31,8454.25 9783.27,8460.46 9783.27,8468.8 M9844.33,8455.81 C9846.58,8451.77 9849.27,8448.79 9852.39,8446.88 C9855.52,8444.96 9859.19,8444 9863.42,8444 C9869.12,8444 9873.52,8445.99 9876.61,8449.98 C9879.7,8453.96 9881.25,8459.63 9881.25,8466.98 L9881.25,8500 L9872.22,8500 L9872.22,8467.28 C9872.22,8462.04 9871.29,8458.15 9869.43,8455.62 C9867.57,8453.08 9864.74,8451.81 9860.94,8451.81 C9856.28,8451.81 9852.6,8453.36 9849.9,8456.45 C9847.2,8459.53 9845.84,8463.75 9845.84,8469.09 L9845.84,8500 L9836.81,8500 L9836.81,8467.28 C9836.81,8462.01 9835.89,8458.11 9834.03,8455.59 C9832.18,8453.07 9829.31,8451.81 9825.44,8451.81 C9820.84,8451.81 9817.2,8453.36 9814.49,8456.47 C9811.79,8459.57 9810.44,8463.78 9810.44,8469.09 L9810.44,8500 L9801.41,8500 L9801.41,8445.31 L9810.44,8445.31 L9810.44,8453.81 C9812.49,8450.46 9814.95,8447.98 9817.81,8446.39 C9820.68,8444.8 9824.08,8444 9828.02,8444 C9831.99,8444 9835.38,8445.01 9838.16,8447.02 C9840.94,8449.04 9842.99,8451.97 9844.33,8455.81 M9934.02,8446.92 L9934.02,8455.42 C9931.48,8454.12 9928.85,8453.14 9926.12,8452.49 C9923.38,8451.84 9920.55,8451.52 9917.61,8451.52 C9913.15,8451.52 9909.81,8452.2 9907.58,8453.56 C9905.35,8454.93 9904.23,8456.98 9904.23,8459.72 C9904.23,8461.8 9905.03,8463.44 9906.62,8464.62 C9908.22,8465.81 9911.43,8466.94 9916.25,8468.02 L9919.33,8468.7 C9925.7,8470.07 9930.23,8471.99 9932.92,8474.48 C9935.61,8476.97 9936.95,8480.45 9936.95,8484.91 C9936.95,8489.99 9934.94,8494.01 9930.92,8496.98 C9926.9,8499.94 9921.38,8501.42 9914.34,8501.42 C9911.42,8501.42 9908.36,8501.14 9905.19,8500.56 C9902.01,8499.99 9898.67,8499.14 9895.16,8498 L9895.16,8488.72 C9898.48,8490.45 9901.75,8491.74 9904.97,8492.6 C9908.19,8493.46 9911.38,8493.89 9914.55,8493.89 C9918.78,8493.89 9922.03,8493.17 9924.3,8491.72 C9926.58,8490.27 9927.72,8488.23 9927.72,8485.59 C9927.72,8483.16 9926.9,8481.29 9925.26,8479.98 C9923.62,8478.68 9920.01,8477.43 9914.44,8476.22 L9911.31,8475.48 C9905.75,8474.32 9901.73,8472.52 9899.26,8470.09 C9896.78,8467.67 9895.55,8464.34 9895.55,8460.11 C9895.55,8454.96 9897.37,8450.99 9901.02,8448.2 C9904.66,8445.4 9909.84,8444 9916.55,8444 C9919.86,8444 9922.98,8444.24 9925.91,8444.73 C9928.85,8445.21 9931.55,8445.94 9934.02,8446.92 " fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M9376.47,8560.42 L9418.36,8560.42 L9418.36,8568.73 L9386.33,8568.73 L9386.33,8590.22 L9415.23,8590.22 L9415.23,8598.52 L9386.33,8598.52 L9386.33,8633.33 L9376.47,8633.33 L9376.47,8560.42 M9458.45,8605.84 C9451.19,8605.84 9446.16,8606.67 9443.36,8608.33 C9440.56,8609.98 9439.16,8612.82 9439.16,8616.83 C9439.16,8620.02 9440.21,8622.54 9442.31,8624.41 C9444.42,8626.28 9447.27,8627.22 9450.88,8627.22 C9455.86,8627.22 9459.86,8625.45 9462.88,8621.92 C9465.89,8618.39 9467.39,8613.7 9467.39,8607.84 L9467.39,8605.84 L9458.45,8605.84 M9476.38,8602.12 L9476.38,8633.33 L9467.39,8633.33 L9467.39,8625.03 C9465.34,8628.34 9462.78,8630.79 9459.72,8632.38 C9456.66,8633.96 9452.91,8634.75 9448.48,8634.75 C9442.89,8634.75 9438.44,8633.18 9435.13,8630.03 C9431.83,8626.89 9430.17,8622.68 9430.17,8617.41 C9430.17,8611.26 9432.23,8606.62 9436.35,8603.5 C9440.47,8600.38 9446.61,8598.81 9454.78,8598.81 L9467.39,8598.81 L9467.39,8597.92 C9467.39,8593.79 9466.03,8590.59 9463.31,8588.33 C9460.59,8586.07 9456.78,8584.94 9451.86,8584.94 C9448.73,8584.94 9445.69,8585.31 9442.73,8586.06 C9439.76,8586.81 9436.92,8587.94 9434.19,8589.44 L9434.19,8581.12 C9437.47,8579.85 9440.66,8578.9 9443.75,8578.27 C9446.84,8577.64 9449.85,8577.33 9452.78,8577.33 C9460.7,8577.33 9466.61,8579.38 9470.52,8583.48 C9474.42,8587.58 9476.38,8593.79 9476.38,8602.12 M9540.33,8600.31 L9540.33,8633.33 L9531.34,8633.33 L9531.34,8600.61 C9531.34,8595.43 9530.33,8591.56 9528.31,8588.99 C9526.29,8586.42 9523.27,8585.14 9519.23,8585.14 C9514.38,8585.14 9510.55,8586.68 9507.75,8589.77 C9504.95,8592.86 9503.55,8597.08 9503.55,8602.42 L9503.55,8633.33 L9494.52,8633.33 L9494.52,8578.64 L9503.55,8578.64 L9503.55,8587.14 C9505.7,8583.85 9508.24,8581.39 9511.15,8579.77 C9514.06,8578.14 9517.42,8577.33 9521.23,8577.33 C9527.52,8577.33 9532.27,8579.27 9535.49,8583.16 C9538.72,8587.04 9540.33,8592.76 9540.33,8600.31 M9567.12,8563.11 L9567.12,8578.64 L9585.62,8578.64 L9585.62,8585.62 L9567.12,8585.62 L9567.12,8615.31 C9567.12,8619.77 9567.73,8622.64 9568.95,8623.91 C9570.17,8625.18 9572.66,8625.81 9576.41,8625.81 L9585.62,8625.81 L9585.62,8633.33 L9576.41,8633.33 C9569.47,8633.33 9564.68,8632.03 9562.05,8629.45 C9559.41,8626.86 9558.09,8622.15 9558.09,8615.31 L9558.09,8585.62 L9551.5,8585.62 L9551.5,8578.64 L9558.09,8578.64 L9558.09,8563.11 L9567.12,8563.11 M9622.3,8605.84 C9615.04,8605.84 9610.01,8606.67 9607.2,8608.33 C9604.4,8609.98 9603,8612.82 9603,8616.83 C9603,8620.02 9604.05,8622.54 9606.16,8624.41 C9608.26,8626.28 9611.11,8627.22 9614.72,8627.22 C9619.71,8627.22 9623.71,8625.45 9626.72,8621.92 C9629.73,8618.39 9631.23,8613.7 9631.23,8607.84 L9631.23,8605.84 L9622.3,8605.84 M9640.22,8602.12 L9640.22,8633.33 L9631.23,8633.33 L9631.23,8625.03 C9629.18,8628.34 9626.62,8630.79 9623.56,8632.38 C9620.5,8633.96 9616.76,8634.75 9612.33,8634.75 C9606.73,8634.75 9602.28,8633.18 9598.98,8630.03 C9595.67,8626.89 9594.02,8622.68 9594.02,8617.41 C9594.02,8611.26 9596.08,8606.62 9600.2,8603.5 C9604.32,8600.38 9610.46,8598.81 9618.62,8598.81 L9631.23,8598.81 L9631.23,8597.92 C9631.23,8593.79 9629.88,8590.59 9627.16,8588.33 C9624.44,8586.07 9620.62,8584.94 9615.7,8584.94 C9612.58,8584.94 9609.53,8585.31 9606.57,8586.06 C9603.61,8586.81 9600.76,8587.94 9598.03,8589.44 L9598.03,8581.12 C9601.31,8579.85 9604.5,8578.9 9607.59,8578.27 C9610.69,8577.64 9613.7,8577.33 9616.62,8577.33 C9624.54,8577.33 9630.45,8579.38 9634.36,8583.48 C9638.27,8587.58 9640.22,8593.79 9640.22,8602.12 M9653.48,8578.64 L9662.47,8578.64 L9673.7,8621.31 L9684.88,8578.64 L9695.47,8578.64 L9706.7,8621.31 L9717.89,8578.64 L9726.88,8578.64 L9712.56,8633.33 L9701.97,8633.33 L9690.2,8588.5 L9678.39,8633.33 L9667.78,8633.33 L9653.48,8578.64 M9765.34,8605.84 C9758.08,8605.84 9753.05,8606.67 9750.25,8608.33 C9747.45,8609.98 9746.05,8612.82 9746.05,8616.83 C9746.05,8620.02 9747.1,8622.54 9749.2,8624.41 C9751.31,8626.28 9754.16,8627.22 9757.77,8627.22 C9762.76,8627.22 9766.76,8625.45 9769.77,8621.92 C9772.78,8618.39 9774.28,8613.7 9774.28,8607.84 L9774.28,8605.84 L9765.34,8605.84 M9783.27,8602.12 L9783.27,8633.33 L9774.28,8633.33 L9774.28,8625.03 C9772.23,8628.34 9769.67,8630.79 9766.61,8632.38 C9763.55,8633.96 9759.8,8634.75 9755.38,8634.75 C9749.78,8634.75 9745.33,8633.18 9742.02,8630.03 C9738.72,8626.89 9737.06,8622.68 9737.06,8617.41 C9737.06,8611.26 9739.12,8606.62 9743.24,8603.5 C9747.36,8600.38 9753.51,8598.81 9761.67,8598.81 L9774.28,8598.81 L9774.28,8597.92 C9774.28,8593.79 9772.92,8590.59 9770.2,8588.33 C9767.48,8586.07 9763.67,8584.94 9758.75,8584.94 C9755.62,8584.94 9752.58,8585.31 9749.62,8586.06 C9746.65,8586.81 9743.81,8587.94 9741.08,8589.44 L9741.08,8581.12 C9744.36,8579.85 9747.55,8578.9 9750.64,8578.27 C9753.73,8577.64 9756.74,8577.33 9759.67,8577.33 C9767.59,8577.33 9773.5,8579.38 9777.41,8583.48 C9781.31,8587.58 9783.27,8593.79 9783.27,8602.12 M9844.33,8589.14 C9846.58,8585.1 9849.27,8582.12 9852.39,8580.2 C9855.52,8578.29 9859.19,8577.33 9863.42,8577.33 C9869.12,8577.33 9873.52,8579.32 9876.61,8583.3 C9879.7,8587.29 9881.25,8592.96 9881.25,8600.31 L9881.25,8633.33 L9872.22,8633.33 L9872.22,8600.61 C9872.22,8595.37 9871.29,8591.48 9869.43,8588.95 C9867.57,8586.41 9864.74,8585.14 9860.94,8585.14 C9856.28,8585.14 9852.6,8586.68 9849.9,8589.77 C9847.2,8592.86 9845.84,8597.08 9845.84,8602.42 L9845.84,8633.33 L9836.81,8633.33 L9836.81,8600.61 C9836.81,8595.34 9835.89,8591.44 9834.03,8588.92 C9832.18,8586.4 9829.31,8585.14 9825.44,8585.14 C9820.84,8585.14 9817.2,8586.69 9814.49,8589.8 C9811.79,8592.9 9810.44,8597.11 9810.44,8602.42 L9810.44,8633.33 L9801.41,8633.33 L9801.41,8578.64 L9810.44,8578.64 L9810.44,8587.14 C9812.49,8583.79 9814.95,8581.31 9817.81,8579.72 C9820.68,8578.12 9824.08,8577.33 9828.02,8577.33 C9831.99,8577.33 9835.38,8578.34 9838.16,8580.35 C9840.94,8582.37 9842.99,8585.3 9844.33,8589.14 M9934.02,8580.25 L9934.02,8588.75 C9931.48,8587.45 9928.85,8586.47 9926.12,8585.82 C9923.38,8585.17 9920.55,8584.84 9917.61,8584.84 C9913.15,8584.84 9909.81,8585.53 9907.58,8586.89 C9905.35,8588.26 9904.23,8590.31 9904.23,8593.05 C9904.23,8595.13 9905.03,8596.77 9906.62,8597.95 C9908.22,8599.14 9911.43,8600.27 9916.25,8601.34 L9919.33,8602.03 C9925.7,8603.4 9930.23,8605.32 9932.92,8607.81 C9935.61,8610.3 9936.95,8613.78 9936.95,8618.23 C9936.95,8623.32 9934.94,8627.34 9930.92,8630.3 C9926.9,8633.27 9921.38,8634.75 9914.34,8634.75 C9911.42,8634.75 9908.36,8634.46 9905.19,8633.89 C9902.01,8633.32 9898.67,8632.46 9895.16,8631.33 L9895.16,8622.05 C9898.48,8623.78 9901.75,8625.07 9904.97,8625.93 C9908.19,8626.79 9911.38,8627.22 9914.55,8627.22 C9918.78,8627.22 9922.03,8626.49 9924.3,8625.05 C9926.58,8623.6 9927.72,8621.56 9927.72,8618.92 C9927.72,8616.48 9926.9,8614.61 9925.26,8613.31 C9923.62,8612.01 9920.01,8610.76 9914.44,8609.55 L9911.31,8608.81 C9905.75,8607.65 9901.73,8605.85 9899.26,8603.42 C9896.78,8600.99 9895.55,8597.67 9895.55,8593.44 C9895.55,8588.29 9897.37,8584.32 9901.02,8581.52 C9904.66,8578.73 9909.84,8577.33 9916.55,8577.33 C9919.86,8577.33 9922.98,8577.57 9925.91,8578.05 C9928.85,8578.54 9931.55,8579.27 9934.02,8580.25 " fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M10597.7,8566.05 L10597.7,8576.44 C10594.4,8573.34 10590.9,8571.03 10587.1,8569.51 C10583.3,8567.98 10579.4,8567.22 10575.1,8567.22 C10566.8,8567.22 10560.4,8569.77 10556,8574.86 C10551.6,8579.95 10549.3,8587.32 10549.3,8596.95 C10549.3,8606.56 10551.6,8613.91 10556,8619 C10560.4,8624.09 10566.8,8626.64 10575.1,8626.64 C10579.4,8626.64 10583.3,8625.88 10587.1,8624.34 C10590.9,8622.81 10594.4,8620.5 10597.7,8617.41 L10597.7,8627.72 C10594.3,8630.06 10590.6,8631.82 10586.8,8632.99 C10582.9,8634.16 10578.8,8634.75 10574.5,8634.75 C10563.5,8634.75 10554.8,8631.37 10548.5,8624.62 C10542.1,8617.86 10538.9,8608.64 10538.9,8596.95 C10538.9,8585.23 10542.1,8576 10548.5,8569.24 C10554.8,8562.49 10563.5,8559.11 10574.5,8559.11 C10578.9,8559.11 10583,8559.69 10586.9,8560.84 C10590.7,8562 10594.3,8563.73 10597.7,8566.05 M10643.7,8594.02 C10648.4,8595.03 10652.1,8597.13 10654.8,8600.32 C10657.4,8603.51 10658.8,8607.45 10658.8,8612.14 C10658.8,8619.33 10656.3,8624.89 10651.3,8628.84 C10646.4,8632.78 10639.3,8634.75 10630.2,8634.75 C10627.2,8634.75 10624,8634.45 10620.8,8633.84 C10617.6,8633.24 10614.2,8632.33 10610.8,8631.12 L10610.8,8621.61 C10613.5,8623.2 10616.5,8624.41 10619.7,8625.22 C10623,8626.03 10626.4,8626.44 10630,8626.44 C10636.1,8626.44 10640.8,8625.22 10644.1,8622.78 C10647.3,8620.34 10648.9,8616.8 10648.9,8612.14 C10648.9,8607.84 10647.4,8604.48 10644.4,8602.05 C10641.4,8599.63 10637.2,8598.42 10631.9,8598.42 L10623.4,8598.42 L10623.4,8590.31 L10632.2,8590.31 C10637.1,8590.31 10640.8,8589.34 10643.4,8587.41 C10645.9,8585.47 10647.2,8582.68 10647.2,8579.03 C10647.2,8575.29 10645.9,8572.42 10643.3,8570.41 C10640.6,8568.41 10636.8,8567.41 10631.9,8567.41 C10629.2,8567.41 10626.2,8567.7 10623.2,8568.29 C10620.1,8568.88 10616.7,8569.79 10613,8571.02 L10613,8562.23 C10616.7,8561.19 10620.2,8560.41 10623.5,8559.89 C10626.8,8559.37 10629.8,8559.11 10632.7,8559.11 C10640.2,8559.11 10646.1,8560.81 10650.5,8564.21 C10654.9,8567.61 10657,8572.21 10657,8578 C10657,8582.04 10655.9,8585.45 10653.6,8588.23 C10651.3,8591.02 10648,8592.94 10643.7,8594.02 M10676.6,8560.42 L10686.4,8560.42 L10686.4,8625.03 L10721.9,8625.03 L10721.9,8633.33 L10676.6,8633.33 L10676.6,8560.42" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M9043.14,8860.42 L9053,8860.42 L9053,8928.25 C9053,8937.04 9051.33,8943.42 9048,8947.39 C9044.67,8951.36 9039.3,8953.34 9031.91,8953.34 L9028.16,8953.34 L9028.16,8945.05 L9031.23,8945.05 C9035.59,8945.05 9038.66,8943.83 9040.45,8941.38 C9042.24,8938.94 9043.14,8934.56 9043.14,8928.25 L9043.14,8860.42 M9097.09,8905.84 C9089.83,8905.84 9084.8,8906.67 9082,8908.33 C9079.2,8909.98 9077.8,8912.82 9077.8,8916.83 C9077.8,8920.02 9078.85,8922.54 9080.95,8924.41 C9083.06,8926.28 9085.91,8927.22 9089.52,8927.22 C9094.51,8927.22 9098.51,8925.45 9101.52,8921.92 C9104.53,8918.39 9106.03,8913.7 9106.03,8907.84 L9106.03,8905.84 L9097.09,8905.84 M9115.02,8902.12 L9115.02,8933.33 L9106.03,8933.33 L9106.03,8925.03 C9103.98,8928.34 9101.42,8930.79 9098.36,8932.38 C9095.3,8933.96 9091.55,8934.75 9087.12,8934.75 C9081.53,8934.75 9077.08,8933.18 9073.77,8930.03 C9070.47,8926.89 9068.81,8922.68 9068.81,8917.41 C9068.81,8911.26 9070.87,8906.62 9074.99,8903.5 C9079.11,8900.38 9085.26,8898.81 9093.42,8898.81 L9106.03,8898.81 L9106.03,8897.92 C9106.03,8893.79 9104.67,8890.59 9101.95,8888.33 C9099.23,8886.07 9095.42,8884.94 9090.5,8884.94 C9087.38,8884.94 9084.33,8885.31 9081.37,8886.06 C9078.4,8886.81 9075.56,8887.94 9072.83,8889.44 L9072.83,8881.12 C9076.11,8879.85 9079.3,8878.9 9082.39,8878.27 C9085.48,8877.64 9088.49,8877.33 9091.42,8877.33 C9099.34,8877.33 9105.25,8879.38 9109.16,8883.48 C9113.06,8887.58 9115.02,8893.79 9115.02,8902.12 M9172.77,8906.03 C9172.77,8899.43 9171.41,8894.24 9168.69,8890.48 C9165.97,8886.72 9162.23,8884.84 9157.48,8884.84 C9152.72,8884.84 9148.98,8886.72 9146.27,8890.48 C9143.55,8894.24 9142.19,8899.43 9142.19,8906.03 C9142.19,8912.64 9143.55,8917.82 9146.27,8921.58 C9148.98,8925.34 9152.72,8927.22 9157.48,8927.22 C9162.23,8927.22 9165.97,8925.34 9168.69,8921.58 C9171.41,8917.82 9172.77,8912.64 9172.77,8906.03 M9142.19,8886.94 C9144.08,8883.69 9146.47,8881.27 9149.35,8879.7 C9152.23,8878.12 9155.67,8877.33 9159.67,8877.33 C9166.32,8877.33 9171.72,8879.96 9175.87,8885.23 C9180.02,8890.51 9182.09,8897.44 9182.09,8906.03 C9182.09,8914.62 9180.02,8921.56 9175.87,8926.84 C9171.72,8932.11 9166.32,8934.75 9159.67,8934.75 C9155.67,8934.75 9152.23,8933.96 9149.35,8932.38 C9146.47,8930.79 9144.08,8928.38 9142.19,8925.12 L9142.19,8933.33 L9133.16,8933.33 L9133.16,8857.34 L9142.19,8857.34 L9142.19,8886.94 M9243.75,8903.73 L9243.75,8908.12 L9202.44,8908.12 C9202.83,8914.31 9204.7,8919.03 9208.03,8922.27 C9211.36,8925.51 9216.01,8927.12 9221.97,8927.12 C9225.42,8927.12 9228.76,8926.7 9232,8925.86 C9235.24,8925.02 9238.46,8923.74 9241.66,8922.05 L9241.66,8930.55 C9238.43,8931.91 9235.12,8932.95 9231.73,8933.67 C9228.35,8934.39 9224.92,8934.75 9221.44,8934.75 C9212.71,8934.75 9205.8,8932.21 9200.7,8927.13 C9195.61,8922.05 9193.06,8915.18 9193.06,8906.52 C9193.06,8897.57 9195.48,8890.47 9200.31,8885.21 C9205.15,8879.96 9211.67,8877.33 9219.88,8877.33 C9227.23,8877.33 9233.05,8879.7 9237.33,8884.43 C9241.61,8889.16 9243.75,8895.6 9243.75,8903.73 M9234.77,8901.09 C9234.7,8896.19 9233.33,8892.27 9230.64,8889.34 C9227.95,8886.4 9224.4,8884.94 9219.97,8884.94 C9214.96,8884.94 9210.95,8886.35 9207.94,8889.19 C9204.93,8892.02 9203.19,8896.01 9202.73,8901.16 L9234.77,8901.09 M9258.48,8857.34 L9267.47,8857.34 L9267.47,8933.33 L9258.48,8933.33 L9258.48,8857.34" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M9082.11,9014.06 L9082.11,9022.47 C9079.57,9021.06 9077.02,9020.01 9074.47,9019.31 C9071.92,9018.61 9069.34,9018.27 9066.73,9018.27 C9060.9,9018.27 9056.37,9020.11 9053.15,9023.8 C9049.92,9027.5 9048.31,9032.68 9048.31,9039.36 C9048.31,9046.04 9049.92,9051.22 9053.15,9054.91 C9056.37,9058.61 9060.9,9060.45 9066.73,9060.45 C9069.34,9060.45 9071.92,9060.1 9074.47,9059.41 C9077.02,9058.71 9079.57,9057.66 9082.11,9056.25 L9082.11,9064.56 C9079.6,9065.73 9077,9066.61 9074.32,9067.2 C9071.64,9067.78 9068.78,9068.08 9065.75,9068.08 C9057.51,9068.08 9050.97,9065.49 9046.12,9060.31 C9041.27,9055.14 9038.84,9048.15 9038.84,9039.36 C9038.84,9030.44 9041.29,9023.43 9046.2,9018.32 C9051.1,9013.21 9057.81,9010.66 9066.34,9010.66 C9069.1,9010.66 9071.8,9010.94 9074.44,9011.51 C9077.07,9012.08 9079.63,9012.93 9082.11,9014.06 M9143.19,9033.64 L9143.19,9066.66 L9134.2,9066.66 L9134.2,9033.94 C9134.2,9028.76 9133.19,9024.89 9131.17,9022.32 C9129.15,9019.75 9126.12,9018.47 9122.09,9018.47 C9117.24,9018.47 9113.41,9020.01 9110.61,9023.1 C9107.81,9026.19 9106.41,9030.41 9106.41,9035.75 L9106.41,9066.66 L9097.38,9066.66 L9097.38,8990.67 L9106.41,8990.67 L9106.41,9020.47 C9108.56,9017.18 9111.1,9014.72 9114.01,9013.09 C9116.92,9011.47 9120.28,9010.66 9124.09,9010.66 C9130.38,9010.66 9135.13,9012.6 9138.35,9016.48 C9141.58,9020.37 9143.19,9026.09 9143.19,9033.64 M9185.95,9039.17 C9178.69,9039.17 9173.66,9040 9170.86,9041.66 C9168.06,9043.31 9166.66,9046.15 9166.66,9050.16 C9166.66,9053.34 9167.71,9055.87 9169.81,9057.74 C9171.92,9059.61 9174.77,9060.55 9178.38,9060.55 C9183.36,9060.55 9187.36,9058.78 9190.38,9055.25 C9193.39,9051.72 9194.89,9047.03 9194.89,9041.17 L9194.89,9039.17 L9185.95,9039.17 M9203.88,9035.45 L9203.88,9066.66 L9194.89,9066.66 L9194.89,9058.36 C9192.84,9061.67 9190.28,9064.12 9187.22,9065.7 C9184.16,9067.29 9180.41,9068.08 9175.98,9068.08 C9170.39,9068.08 9165.94,9066.51 9162.63,9063.36 C9159.33,9060.21 9157.67,9056.01 9157.67,9050.73 C9157.67,9044.59 9159.73,9039.95 9163.85,9036.83 C9167.97,9033.7 9174.11,9032.14 9182.28,9032.14 L9194.89,9032.14 L9194.89,9031.25 C9194.89,9027.11 9193.53,9023.92 9190.81,9021.66 C9188.09,9019.4 9184.28,9018.27 9179.36,9018.27 C9176.23,9018.27 9173.19,9018.64 9170.23,9019.39 C9167.26,9020.14 9164.42,9021.27 9161.69,9022.77 L9161.69,9014.45 C9164.97,9013.18 9168.16,9012.23 9171.25,9011.6 C9174.34,9010.97 9177.35,9010.66 9180.28,9010.66 C9188.2,9010.66 9194.11,9012.71 9198.02,9016.8 C9201.92,9020.9 9203.88,9027.12 9203.88,9035.45 M9257.22,9013.58 L9257.22,9022.08 C9254.69,9020.78 9252.05,9019.8 9249.32,9019.15 C9246.59,9018.5 9243.75,9018.17 9240.81,9018.17 C9236.35,9018.17 9233.01,9018.85 9230.78,9020.22 C9228.55,9021.58 9227.44,9023.64 9227.44,9026.38 C9227.44,9028.46 9228.23,9030.09 9229.83,9031.28 C9231.42,9032.47 9234.63,9033.6 9239.45,9034.67 L9242.53,9035.36 C9248.91,9036.72 9253.44,9038.65 9256.12,9041.14 C9258.81,9043.63 9260.16,9047.1 9260.16,9051.56 C9260.16,9056.65 9258.15,9060.67 9254.12,9063.63 C9250.1,9066.6 9244.58,9068.08 9237.55,9068.08 C9234.62,9068.08 9231.57,9067.79 9228.39,9067.22 C9225.21,9066.65 9221.87,9065.79 9218.36,9064.66 L9218.36,9055.38 C9221.68,9057.1 9224.95,9058.4 9228.17,9059.26 C9231.39,9060.12 9234.58,9060.55 9237.75,9060.55 C9241.98,9060.55 9245.23,9059.82 9247.51,9058.38 C9249.78,9056.93 9250.92,9054.89 9250.92,9052.25 C9250.92,9049.81 9250.1,9047.94 9248.46,9046.64 C9246.82,9045.34 9243.21,9044.08 9237.64,9042.88 L9234.52,9042.14 C9228.95,9040.97 9224.93,9039.18 9222.46,9036.75 C9219.99,9034.32 9218.75,9030.99 9218.75,9026.77 C9218.75,9021.62 9220.57,9017.65 9224.22,9014.85 C9227.86,9012.05 9233.04,9010.66 9239.75,9010.66 C9243.06,9010.66 9246.18,9010.9 9249.12,9011.38 C9252.05,9011.87 9254.75,9012.6 9257.22,9013.58 M9309.31,9013.58 L9309.31,9022.08 C9306.78,9020.78 9304.15,9019.8 9301.41,9019.15 C9298.68,9018.5 9295.84,9018.17 9292.91,9018.17 C9288.45,9018.17 9285.1,9018.85 9282.88,9020.22 C9280.65,9021.58 9279.53,9023.64 9279.53,9026.38 C9279.53,9028.46 9280.33,9030.09 9281.92,9031.28 C9283.52,9032.47 9286.72,9033.6 9291.55,9034.67 L9294.62,9035.36 C9301,9036.72 9305.53,9038.65 9308.22,9041.14 C9310.91,9043.63 9312.25,9047.1 9312.25,9051.56 C9312.25,9056.65 9310.24,9060.67 9306.22,9063.63 C9302.2,9066.6 9296.67,9068.08 9289.64,9068.08 C9286.71,9068.08 9283.66,9067.79 9280.48,9067.22 C9277.31,9066.65 9273.96,9065.79 9270.45,9064.66 L9270.45,9055.38 C9273.78,9057.1 9277.05,9058.4 9280.27,9059.26 C9283.48,9060.12 9286.68,9060.55 9289.84,9060.55 C9294.07,9060.55 9297.33,9059.82 9299.6,9058.38 C9301.88,9056.93 9303.02,9054.89 9303.02,9052.25 C9303.02,9049.81 9302.2,9047.94 9300.55,9046.64 C9298.91,9045.34 9295.31,9044.08 9289.73,9042.88 L9286.61,9042.14 C9281.05,9040.97 9277.03,9039.18 9274.55,9036.75 C9272.08,9034.32 9270.84,9030.99 9270.84,9026.77 C9270.84,9021.62 9272.67,9017.65 9276.31,9014.85 C9279.96,9012.05 9285.14,9010.66 9291.84,9010.66 C9295.16,9010.66 9298.28,9010.9 9301.21,9011.38 C9304.14,9011.87 9306.84,9012.6 9309.31,9013.58 M9326.55,9011.97 L9335.53,9011.97 L9335.53,9066.66 L9326.55,9066.66 L9326.55,9011.97 M9326.55,8990.67 L9335.53,8990.67 L9335.53,9002.06 L9326.55,9002.06 L9326.55,8990.67 M9389.19,9013.58 L9389.19,9022.08 C9386.66,9020.78 9384.02,9019.8 9381.29,9019.15 C9378.55,9018.5 9375.72,9018.17 9372.78,9018.17 C9368.32,9018.17 9364.98,9018.85 9362.75,9020.22 C9360.52,9021.58 9359.41,9023.64 9359.41,9026.38 C9359.41,9028.46 9360.2,9030.09 9361.8,9031.28 C9363.39,9032.47 9366.6,9033.6 9371.42,9034.67 L9374.5,9035.36 C9380.88,9036.72 9385.41,9038.65 9388.09,9041.14 C9390.78,9043.63 9392.12,9047.1 9392.12,9051.56 C9392.12,9056.65 9390.11,9060.67 9386.09,9063.63 C9382.07,9066.6 9376.55,9068.08 9369.52,9068.08 C9366.59,9068.08 9363.54,9067.79 9360.36,9067.22 C9357.18,9066.65 9353.84,9065.79 9350.33,9064.66 L9350.33,9055.38 C9353.65,9057.1 9356.92,9058.4 9360.14,9059.26 C9363.36,9060.12 9366.55,9060.55 9369.72,9060.55 C9373.95,9060.55 9377.2,9059.82 9379.48,9058.38 C9381.75,9056.93 9382.89,9054.89 9382.89,9052.25 C9382.89,9049.81 9382.07,9047.94 9380.43,9046.64 C9378.79,9045.34 9375.18,9044.08 9369.61,9042.88 L9366.48,9042.14 C9360.92,9040.97 9356.9,9039.18 9354.43,9036.75 C9351.96,9034.32 9350.72,9030.99 9350.72,9026.77 C9350.72,9021.62 9352.54,9017.65 9356.19,9014.85 C9359.83,9012.05 9365.01,9010.66 9371.72,9010.66 C9375.03,9010.66 9378.15,9010.9 9381.09,9011.38 C9384.02,9011.87 9386.72,9012.6 9389.19,9013.58 " fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M9082.02,9172.7 C9082.02,9166.1 9080.66,9160.92 9077.94,9157.16 C9075.22,9153.4 9071.48,9151.52 9066.73,9151.52 C9061.97,9151.52 9058.23,9153.4 9055.52,9157.16 C9052.8,9160.92 9051.44,9166.1 9051.44,9172.7 C9051.44,9179.31 9052.8,9184.49 9055.52,9188.25 C9058.23,9192.01 9061.97,9193.89 9066.73,9193.89 C9071.48,9193.89 9075.22,9192.01 9077.94,9188.25 C9080.66,9184.49 9082.02,9179.31 9082.02,9172.7 M9051.44,9153.61 C9053.33,9150.36 9055.72,9147.95 9058.6,9146.37 C9061.48,9144.79 9064.92,9144 9068.92,9144 C9075.57,9144 9080.97,9146.64 9085.12,9151.91 C9089.27,9157.18 9091.34,9164.11 9091.34,9172.7 C9091.34,9181.3 9089.27,9188.23 9085.12,9193.51 C9080.97,9198.78 9075.57,9201.42 9068.92,9201.42 C9064.92,9201.42 9061.48,9200.63 9058.6,9199.05 C9055.72,9197.46 9053.33,9195.05 9051.44,9191.8 L9051.44,9200 L9042.41,9200 L9042.41,9124.02 L9051.44,9124.02 L9051.44,9153.61 M9131.08,9172.52 C9123.82,9172.52 9118.79,9173.34 9115.98,9175 C9113.18,9176.66 9111.78,9179.49 9111.78,9183.5 C9111.78,9186.69 9112.83,9189.22 9114.94,9191.09 C9117.04,9192.96 9119.9,9193.89 9123.5,9193.89 C9128.49,9193.89 9132.49,9192.12 9135.5,9188.59 C9138.51,9185.06 9140.02,9180.37 9140.02,9174.52 L9140.02,9172.52 L9131.08,9172.52 M9149,9168.8 L9149,9200 L9140.02,9200 L9140.02,9191.7 C9137.96,9195.02 9135.41,9197.46 9132.34,9199.05 C9129.28,9200.63 9125.54,9201.42 9121.11,9201.42 C9115.52,9201.42 9111.07,9199.85 9107.76,9196.7 C9104.45,9193.56 9102.8,9189.35 9102.8,9184.08 C9102.8,9177.93 9104.86,9173.3 9108.98,9170.17 C9113.1,9167.05 9119.24,9165.48 9127.41,9165.48 L9140.02,9165.48 L9140.02,9164.59 C9140.02,9160.46 9138.66,9157.26 9135.94,9155 C9133.22,9152.74 9129.4,9151.61 9124.48,9151.61 C9121.36,9151.61 9118.32,9151.98 9115.35,9152.73 C9112.39,9153.48 9109.54,9154.61 9106.81,9156.11 L9106.81,9147.8 C9110.09,9146.53 9113.28,9145.58 9116.38,9144.95 C9119.47,9144.32 9122.48,9144 9125.41,9144 C9133.32,9144 9139.23,9146.05 9143.14,9150.15 C9147.05,9154.25 9149,9160.46 9149,9168.8 M9202.34,9146.92 L9202.34,9155.42 C9199.81,9154.12 9197.18,9153.14 9194.45,9152.49 C9191.71,9151.84 9188.88,9151.52 9185.94,9151.52 C9181.48,9151.52 9178.14,9152.2 9175.91,9153.56 C9173.68,9154.93 9172.56,9156.98 9172.56,9159.72 C9172.56,9161.8 9173.36,9163.44 9174.95,9164.62 C9176.55,9165.81 9179.76,9166.94 9184.58,9168.02 L9187.66,9168.7 C9194.03,9170.07 9198.56,9171.99 9201.25,9174.48 C9203.94,9176.97 9205.28,9180.45 9205.28,9184.91 C9205.28,9189.99 9203.27,9194.01 9199.25,9196.98 C9195.23,9199.94 9189.7,9201.42 9182.67,9201.42 C9179.74,9201.42 9176.69,9201.14 9173.52,9200.56 C9170.34,9199.99 9166.99,9199.14 9163.48,9198 L9163.48,9188.72 C9166.81,9190.45 9170.08,9191.74 9173.3,9192.6 C9176.52,9193.46 9179.71,9193.89 9182.88,9193.89 C9187.1,9193.89 9190.36,9193.17 9192.63,9191.72 C9194.91,9190.27 9196.05,9188.23 9196.05,9185.59 C9196.05,9183.16 9195.23,9181.29 9193.59,9179.98 C9191.95,9178.68 9188.34,9177.43 9182.77,9176.22 L9179.64,9175.48 C9174.08,9174.32 9170.06,9172.52 9167.59,9170.09 C9165.11,9167.67 9163.88,9164.34 9163.88,9160.11 C9163.88,9154.96 9165.7,9150.99 9169.34,9148.2 C9172.99,9145.4 9178.17,9144 9184.88,9144 C9188.19,9144 9191.31,9144.24 9194.24,9144.73 C9197.17,9145.21 9199.88,9145.94 9202.34,9146.92 M9219.58,9145.31 L9228.56,9145.31 L9228.56,9200 L9219.58,9200 L9219.58,9145.31 M9219.58,9124.02 L9228.56,9124.02 L9228.56,9135.41 L9219.58,9135.41 L9219.58,9124.02 M9286.72,9147.41 L9286.72,9155.81 C9284.18,9154.41 9281.63,9153.35 9279.08,9152.66 C9276.53,9151.96 9273.95,9151.61 9271.34,9151.61 C9265.51,9151.61 9260.98,9153.46 9257.76,9157.15 C9254.53,9160.84 9252.92,9166.03 9252.92,9172.7 C9252.92,9179.38 9254.53,9184.57 9257.76,9188.26 C9260.98,9191.95 9265.51,9193.8 9271.34,9193.8 C9273.95,9193.8 9276.53,9193.45 9279.08,9192.75 C9281.63,9192.05 9284.18,9191 9286.72,9189.59 L9286.72,9197.91 C9284.21,9199.07 9281.61,9199.95 9278.93,9200.54 C9276.25,9201.13 9273.39,9201.42 9270.36,9201.42 C9262.12,9201.42 9255.58,9198.83 9250.73,9193.66 C9245.88,9188.48 9243.45,9181.49 9243.45,9172.7 C9243.45,9163.79 9245.9,9156.77 9250.8,9151.66 C9255.71,9146.55 9262.42,9144 9270.95,9144 C9273.71,9144 9276.41,9144.28 9279.05,9144.85 C9281.68,9145.42 9284.24,9146.27 9286.72,9147.41 M9373.47,9147.41 L9373.47,9155.81 C9370.93,9154.41 9368.38,9153.35 9365.83,9152.66 C9363.28,9151.96 9360.7,9151.61 9358.09,9151.61 C9352.26,9151.61 9347.73,9153.46 9344.51,9157.15 C9341.28,9160.84 9339.67,9166.03 9339.67,9172.7 C9339.67,9179.38 9341.28,9184.57 9344.51,9188.26 C9347.73,9191.95 9352.26,9193.8 9358.09,9193.8 C9360.7,9193.8 9363.28,9193.45 9365.83,9192.75 C9368.38,9192.05 9370.93,9191 9373.47,9189.59 L9373.47,9197.91 C9370.96,9199.07 9368.36,9199.95 9365.68,9200.54 C9363,9201.13 9360.14,9201.42 9357.11,9201.42 C9348.87,9201.42 9342.33,9198.83 9337.48,9193.66 C9332.63,9188.48 9330.2,9181.49 9330.2,9172.7 C9330.2,9163.79 9332.65,9156.77 9337.55,9151.66 C9342.46,9146.55 9349.17,9144 9357.7,9144 C9360.46,9144 9363.16,9144.28 9365.8,9144.85 C9368.43,9145.42 9370.99,9146.27 9373.47,9147.41 M9410.27,9151.61 C9405.45,9151.61 9401.65,9153.49 9398.84,9157.25 C9396.04,9161.01 9394.64,9166.16 9394.64,9172.7 C9394.64,9179.24 9396.03,9184.4 9398.82,9188.16 C9401.61,9191.92 9405.42,9193.8 9410.27,9193.8 C9415.06,9193.8 9418.85,9191.91 9421.65,9188.13 C9424.45,9184.36 9425.84,9179.21 9425.84,9172.7 C9425.84,9166.22 9424.45,9161.09 9421.65,9157.3 C9418.85,9153.51 9415.06,9151.61 9410.27,9151.61 M9410.27,9144 C9418.08,9144 9424.22,9146.54 9428.68,9151.62 C9433.14,9156.7 9435.38,9163.72 9435.38,9172.7 C9435.38,9181.65 9433.14,9188.67 9428.68,9193.77 C9424.22,9198.87 9418.08,9201.42 9410.27,9201.42 C9402.42,9201.42 9396.28,9198.87 9391.84,9193.77 C9387.39,9188.67 9385.17,9181.65 9385.17,9172.7 C9385.17,9163.72 9387.39,9156.7 9391.84,9151.62 C9396.28,9146.54 9402.42,9144 9410.27,9144 M9495.72,9166.98 L9495.72,9200 L9486.73,9200 L9486.73,9167.28 C9486.73,9162.1 9485.72,9158.23 9483.7,9155.66 C9481.68,9153.1 9478.66,9151.81 9474.62,9151.81 C9469.77,9151.81 9465.94,9153.36 9463.14,9156.45 C9460.34,9159.53 9458.94,9163.75 9458.94,9169.09 L9458.94,9200 L9449.91,9200 L9449.91,9145.31 L9458.94,9145.31 L9458.94,9153.81 C9461.09,9150.52 9463.63,9148.06 9466.54,9146.44 C9469.45,9144.81 9472.81,9144 9476.62,9144 C9482.91,9144 9487.66,9145.94 9490.88,9149.83 C9494.11,9153.71 9495.72,9159.43 9495.72,9166.98 M9548.48,9146.92 L9548.48,9155.42 C9545.95,9154.12 9543.32,9153.14 9540.59,9152.49 C9537.85,9151.84 9535.02,9151.52 9532.08,9151.52 C9527.62,9151.52 9524.28,9152.2 9522.05,9153.56 C9519.82,9154.93 9518.7,9156.98 9518.7,9159.72 C9518.7,9161.8 9519.5,9163.44 9521.09,9164.62 C9522.69,9165.81 9525.9,9166.94 9530.72,9168.02 L9533.8,9168.7 C9540.17,9170.07 9544.7,9171.99 9547.39,9174.48 C9550.08,9176.97 9551.42,9180.45 9551.42,9184.91 C9551.42,9189.99 9549.41,9194.01 9545.39,9196.98 C9541.37,9199.94 9535.84,9201.42 9528.81,9201.42 C9525.89,9201.42 9522.83,9201.14 9519.66,9200.56 C9516.48,9199.99 9513.14,9199.14 9509.62,9198 L9509.62,9188.72 C9512.95,9190.45 9516.22,9191.74 9519.44,9192.6 C9522.66,9193.46 9525.85,9193.89 9529.02,9193.89 C9533.24,9193.89 9536.5,9193.17 9538.77,9191.72 C9541.05,9190.27 9542.19,9188.23 9542.19,9185.59 C9542.19,9183.16 9541.37,9181.29 9539.73,9179.98 C9538.09,9178.68 9534.48,9177.43 9528.91,9176.22 L9525.78,9175.48 C9520.22,9174.32 9516.2,9172.52 9513.73,9170.09 C9511.25,9167.67 9510.02,9164.34 9510.02,9160.11 C9510.02,9154.96 9511.84,9150.99 9515.48,9148.2 C9519.13,9145.4 9524.31,9144 9531.02,9144 C9534.33,9144 9537.45,9144.24 9540.38,9144.73 C9543.32,9145.21 9546.02,9145.94 9548.48,9146.92 M9574.61,9129.78 L9574.61,9145.31 L9593.11,9145.31 L9593.11,9152.3 L9574.61,9152.3 L9574.61,9181.98 C9574.61,9186.44 9575.22,9189.31 9576.44,9190.58 C9577.66,9191.85 9580.14,9192.48 9583.89,9192.48 L9593.11,9192.48 L9593.11,9200 L9583.89,9200 C9576.95,9200 9572.17,9198.71 9569.53,9196.12 C9566.9,9193.53 9565.58,9188.82 9565.58,9181.98 L9565.58,9152.3 L9558.98,9152.3 L9558.98,9145.31 L9565.58,9145.31 L9565.58,9129.78 L9574.61,9129.78 M9636.61,9153.7 C9635.6,9153.12 9634.5,9152.69 9633.31,9152.41 C9632.12,9152.14 9630.82,9152 9629.39,9152 C9624.31,9152 9620.41,9153.65 9617.69,9156.95 C9614.97,9160.26 9613.61,9165 9613.61,9171.19 L9613.61,9200 L9604.58,9200 L9604.58,9145.31 L9613.61,9145.31 L9613.61,9153.81 C9615.51,9150.49 9617.97,9148.02 9620.99,9146.41 C9624.02,9144.8 9627.7,9144 9632.03,9144 C9632.65,9144 9633.33,9144.04 9634.08,9144.12 C9634.83,9144.2 9635.66,9144.32 9636.56,9144.48 L9636.61,9153.7 M9645.11,9178.42 L9645.11,9145.31 L9654.09,9145.31 L9654.09,9178.08 C9654.09,9183.26 9655.1,9187.14 9657.12,9189.73 C9659.13,9192.32 9662.16,9193.61 9666.2,9193.61 C9671.05,9193.61 9674.88,9192.06 9677.7,9188.97 C9680.51,9185.88 9681.92,9181.66 9681.92,9176.31 L9681.92,9145.31 L9690.91,9145.31 L9690.91,9200 L9681.92,9200 L9681.92,9191.59 C9679.74,9194.92 9677.22,9197.39 9674.34,9199 C9671.46,9200.61 9668.11,9201.42 9664.3,9201.42 C9658.02,9201.42 9653.25,9199.47 9649.99,9195.56 C9646.74,9191.66 9645.11,9185.94 9645.11,9178.42 M9748.77,9147.41 L9748.77,9155.81 C9746.22,9154.41 9743.68,9153.35 9741.12,9152.66 C9738.57,9151.96 9735.99,9151.61 9733.39,9151.61 C9727.56,9151.61 9723.03,9153.46 9719.8,9157.15 C9716.58,9160.84 9714.97,9166.03 9714.97,9172.7 C9714.97,9179.38 9716.58,9184.57 9719.8,9188.26 C9723.03,9191.95 9727.56,9193.8 9733.39,9193.8 C9735.99,9193.8 9738.57,9193.45 9741.12,9192.75 C9743.68,9192.05 9746.22,9191 9748.77,9189.59 L9748.77,9197.91 C9746.26,9199.07 9743.66,9199.95 9740.98,9200.54 C9738.29,9201.13 9735.44,9201.42 9732.41,9201.42 C9724.17,9201.42 9717.62,9198.83 9712.77,9193.66 C9707.92,9188.48 9705.5,9181.49 9705.5,9172.7 C9705.5,9163.79 9707.95,9156.77 9712.85,9151.66 C9717.75,9146.55 9724.47,9144 9733,9144 C9735.76,9144 9738.46,9144.28 9741.09,9144.85 C9743.73,9145.42 9746.29,9146.27 9748.77,9147.41 M9764.38,9145.31 L9773.36,9145.31 L9773.36,9200 L9764.38,9200 L9764.38,9145.31 M9764.38,9124.02 L9773.36,9124.02 L9773.36,9135.41 L9764.38,9135.41 L9764.38,9124.02 M9801.05,9129.78 L9801.05,9145.31 L9819.55,9145.31 L9819.55,9152.3 L9801.05,9152.3 L9801.05,9181.98 C9801.05,9186.44 9801.66,9189.31 9802.88,9190.58 C9804.09,9191.85 9806.58,9192.48 9810.33,9192.48 L9819.55,9192.48 L9819.55,9200 L9810.33,9200 C9803.39,9200 9798.6,9198.71 9795.97,9196.12 C9793.33,9193.53 9792.02,9188.82 9792.02,9181.98 L9792.02,9152.3 L9785.42,9152.3 L9785.42,9145.31 L9792.02,9145.31 L9792.02,9129.78 L9801.05,9129.78 M9852.55,9151.61 C9847.73,9151.61 9843.93,9153.49 9841.12,9157.25 C9838.32,9161.01 9836.92,9166.16 9836.92,9172.7 C9836.92,9179.24 9838.32,9184.4 9841.1,9188.16 C9843.89,9191.92 9847.7,9193.8 9852.55,9193.8 C9857.34,9193.8 9861.13,9191.91 9863.93,9188.13 C9866.73,9184.36 9868.12,9179.21 9868.12,9172.7 C9868.12,9166.22 9866.73,9161.09 9863.93,9157.3 C9861.13,9153.51 9857.34,9151.61 9852.55,9151.61 M9852.55,9144 C9860.36,9144 9866.5,9146.54 9870.96,9151.62 C9875.42,9156.7 9877.66,9163.72 9877.66,9172.7 C9877.66,9181.65 9875.42,9188.67 9870.96,9193.77 C9866.5,9198.87 9860.36,9201.42 9852.55,9201.42 C9844.7,9201.42 9838.56,9198.87 9834.12,9193.77 C9829.67,9188.67 9827.45,9181.65 9827.45,9172.7 C9827.45,9163.72 9829.67,9156.7 9834.12,9151.62 C9838.56,9146.54 9844.7,9144 9852.55,9144 M9938,9166.98 L9938,9200 L9929.02,9200 L9929.02,9167.28 C9929.02,9162.1 9928.01,9158.23 9925.98,9155.66 C9923.96,9153.1 9920.94,9151.81 9916.91,9151.81 C9912.05,9151.81 9908.22,9153.36 9905.42,9156.45 C9902.62,9159.53 9901.22,9163.75 9901.22,9169.09 L9901.22,9200 L9892.19,9200 L9892.19,9145.31 L9901.22,9145.31 L9901.22,9153.81 C9903.38,9150.52 9905.91,9148.06 9908.82,9146.44 C9911.73,9144.81 9915.09,9144 9918.91,9144 C9925.19,9144 9929.94,9145.94 9933.16,9149.83 C9936.39,9153.71 9938,9159.43 9938,9166.98 " fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M9776.47,9293.75 L9791.17,9293.75 L9809.77,9343.36 L9828.47,9293.75 L9843.17,9293.75 L9843.17,9366.66 L9833.55,9366.66 L9833.55,9302.64 L9814.75,9352.64 L9804.84,9352.64 L9786.05,9302.64 L9786.05,9366.66 L9776.47,9366.66 L9776.47,9293.75 M9909.12,9337.06 L9909.12,9341.45 L9867.81,9341.45 C9868.21,9347.64 9870.07,9352.35 9873.41,9355.59 C9876.74,9358.83 9881.39,9360.45 9887.34,9360.45 C9890.79,9360.45 9894.14,9360.03 9897.38,9359.19 C9900.61,9358.34 9903.83,9357.07 9907.03,9355.38 L9907.03,9363.88 C9903.8,9365.24 9900.49,9366.28 9897.11,9367 C9893.72,9367.72 9890.29,9368.08 9886.81,9368.08 C9878.08,9368.08 9871.17,9365.54 9866.08,9360.46 C9860.98,9355.38 9858.44,9348.51 9858.44,9339.84 C9858.44,9330.9 9860.85,9323.79 9865.69,9318.54 C9870.52,9313.28 9877.04,9310.66 9885.25,9310.66 C9892.6,9310.66 9898.42,9313.02 9902.7,9317.76 C9906.98,9322.49 9909.12,9328.93 9909.12,9337.06 M9900.14,9334.42 C9900.08,9329.52 9898.7,9325.6 9896.02,9322.66 C9893.33,9319.73 9889.77,9318.27 9885.34,9318.27 C9880.33,9318.27 9876.32,9319.68 9873.31,9322.52 C9870.3,9325.35 9868.57,9329.34 9868.11,9334.48 L9900.14,9334.42 M9963.22,9314.06 L9963.22,9322.47 C9960.68,9321.06 9958.13,9320.01 9955.58,9319.31 C9953.03,9318.61 9950.45,9318.27 9947.84,9318.27 C9942.01,9318.27 9937.48,9320.11 9934.26,9323.8 C9931.03,9327.5 9929.42,9332.68 9929.42,9339.36 C9929.42,9346.04 9931.03,9351.22 9934.26,9354.91 C9937.48,9358.61 9942.01,9360.45 9947.84,9360.45 C9950.45,9360.45 9953.03,9360.1 9955.58,9359.41 C9958.13,9358.71 9960.68,9357.66 9963.22,9356.25 L9963.22,9364.56 C9960.71,9365.73 9958.11,9366.61 9955.43,9367.2 C9952.75,9367.78 9949.89,9368.08 9946.86,9368.08 C9938.62,9368.08 9932.08,9365.49 9927.23,9360.31 C9922.38,9355.14 9919.95,9348.15 9919.95,9339.36 C9919.95,9330.44 9922.4,9323.43 9927.3,9318.32 C9932.21,9313.21 9938.92,9310.66 9947.45,9310.66 C9950.21,9310.66 9952.91,9310.94 9955.55,9311.51 C9958.18,9312.08 9960.74,9312.93 9963.22,9314.06 M10024.3,9333.64 L10024.3,9366.66 L10015.3,9366.66 L10015.3,9333.94 C10015.3,9328.76 10014.3,9324.89 10012.3,9322.32 C10010.3,9319.75 10007.2,9318.47 10003.2,9318.47 C9998.35,9318.47 9994.52,9320.01 9991.72,9323.1 C9988.92,9326.19 9987.52,9330.41 9987.52,9335.75 L9987.52,9366.66 L9978.48,9366.66 L9978.48,9290.67 L9987.52,9290.67 L9987.52,9320.47 C9989.67,9317.18 9992.21,9314.72 9995.12,9313.09 C9998.03,9311.47 10001.4,9310.66 10005.2,9310.66 C10011.5,9310.66 10016.2,9312.6 10019.5,9316.48 C10022.7,9320.37 10024.3,9326.09 10024.3,9333.64 M10067.1,9339.17 C10059.8,9339.17 10054.8,9340 10052,9341.66 C10049.2,9343.31 10047.8,9346.15 10047.8,9350.16 C10047.8,9353.34 10048.8,9355.87 10050.9,9357.74 C10053,9359.61 10055.9,9360.55 10059.5,9360.55 C10064.5,9360.55 10068.5,9358.78 10071.5,9355.25 C10074.5,9351.72 10076,9347.03 10076,9341.17 L10076,9339.17 L10067.1,9339.17 M10085,9335.45 L10085,9366.66 L10076,9366.66 L10076,9358.36 C10073.9,9361.67 10071.4,9364.12 10068.3,9365.7 C10065.3,9367.29 10061.5,9368.08 10057.1,9368.08 C10051.5,9368.08 10047,9366.51 10043.7,9363.36 C10040.4,9360.21 10038.8,9356.01 10038.8,9350.73 C10038.8,9344.59 10040.8,9339.95 10045,9336.83 C10049.1,9333.7 10055.2,9332.14 10063.4,9332.14 L10076,9332.14 L10076,9331.25 C10076,9327.11 10074.6,9323.92 10071.9,9321.66 C10069.2,9319.4 10065.4,9318.27 10060.5,9318.27 C10057.3,9318.27 10054.3,9318.64 10051.3,9319.39 C10048.4,9320.14 10045.5,9321.27 10042.8,9322.77 L10042.8,9314.45 C10046.1,9313.18 10049.3,9312.23 10052.4,9311.6 C10055.5,9310.97 10058.5,9310.66 10061.4,9310.66 C10069.3,9310.66 10075.2,9312.71 10079.1,9316.8 C10083,9320.9 10085,9327.12 10085,9335.45 M10148.9,9333.64 L10148.9,9366.66 L10140,9366.66 L10140,9333.94 C10140,9328.76 10138.9,9324.89 10136.9,9322.32 C10134.9,9319.75 10131.9,9318.47 10127.8,9318.47 C10123,9318.47 10119.2,9320.01 10116.4,9323.1 C10113.6,9326.19 10112.2,9330.41 10112.2,9335.75 L10112.2,9366.66 L10103.1,9366.66 L10103.1,9311.97 L10112.2,9311.97 L10112.2,9320.47 C10114.3,9317.18 10116.8,9314.72 10119.8,9313.09 C10122.7,9311.47 10126,9310.66 10129.8,9310.66 C10136.1,9310.66 10140.9,9312.6 10144.1,9316.48 C10147.3,9320.37 10148.9,9326.09 10148.9,9333.64 M10166.8,9311.97 L10175.8,9311.97 L10175.8,9366.66 L10166.8,9366.66 L10166.8,9311.97 M10166.8,9290.67 L10175.8,9290.67 L10175.8,9302.06 L10166.8,9302.06 L10166.8,9290.67 M10234,9314.06 L10234,9322.47 C10231.4,9321.06 10228.9,9320.01 10226.3,9319.31 C10223.8,9318.61 10221.2,9318.27 10218.6,9318.27 C10212.8,9318.27 10208.2,9320.11 10205,9323.8 C10201.8,9327.5 10200.2,9332.68 10200.2,9339.36 C10200.2,9346.04 10201.8,9351.22 10205,9354.91 C10208.2,9358.61 10212.8,9360.45 10218.6,9360.45 C10221.2,9360.45 10223.8,9360.1 10226.3,9359.41 C10228.9,9358.71 10231.4,9357.66 10234,9356.25 L10234,9364.56 C10231.5,9365.73 10228.9,9366.61 10226.2,9367.2 C10223.5,9367.78 10220.7,9368.08 10217.6,9368.08 C10209.4,9368.08 10202.8,9365.49 10198,9360.31 C10193.1,9355.14 10190.7,9348.15 10190.7,9339.36 C10190.7,9330.44 10193.2,9323.43 10198.1,9318.32 C10203,9313.21 10209.7,9310.66 10218.2,9310.66 C10221,9310.66 10223.7,9310.94 10226.3,9311.51 C10228.9,9312.08 10231.5,9312.93 10234,9314.06 M10274.5,9339.17 C10267.2,9339.17 10262.2,9340 10259.4,9341.66 C10256.6,9343.31 10255.2,9346.15 10255.2,9350.16 C10255.2,9353.34 10256.2,9355.87 10258.3,9357.74 C10260.4,9359.61 10263.3,9360.55 10266.9,9360.55 C10271.9,9360.55 10275.9,9358.78 10278.9,9355.25 C10281.9,9351.72 10283.4,9347.03 10283.4,9341.17 L10283.4,9339.17 L10274.5,9339.17 M10292.4,9335.45 L10292.4,9366.66 L10283.4,9366.66 L10283.4,9358.36 C10281.3,9361.67 10278.8,9364.12 10275.7,9365.7 C10272.7,9367.29 10268.9,9368.08 10264.5,9368.08 C10258.9,9368.08 10254.4,9366.51 10251.1,9363.36 C10247.8,9360.21 10246.2,9356.01 10246.2,9350.73 C10246.2,9344.59 10248.2,9339.95 10252.4,9336.83 C10256.5,9333.7 10262.6,9332.14 10270.8,9332.14 L10283.4,9332.14 L10283.4,9331.25 C10283.4,9327.11 10282,9323.92 10279.3,9321.66 C10276.6,9319.4 10272.8,9318.27 10267.9,9318.27 C10264.7,9318.27 10261.7,9318.64 10258.7,9319.39 C10255.8,9320.14 10252.9,9321.27 10250.2,9322.77 L10250.2,9314.45 C10253.5,9313.18 10256.7,9312.23 10259.8,9311.6 C10262.8,9310.97 10265.9,9310.66 10268.8,9310.66 C10276.7,9310.66 10282.6,9312.71 10286.5,9316.8 C10290.4,9320.9 10292.4,9327.12 10292.4,9335.45 M10310.9,9290.67 L10319.8,9290.67 L10319.8,9366.66 L10310.9,9366.66 L10310.9,9290.67 M10395.3,9339.17 C10388,9339.17 10383,9340 10380.2,9341.66 C10377.4,9343.31 10376,9346.15 10376,9350.16 C10376,9353.34 10377,9355.87 10379.1,9357.74 C10381.2,9359.61 10384.1,9360.55 10387.7,9360.55 C10392.7,9360.55 10396.7,9358.78 10399.7,9355.25 C10402.7,9351.72 10404.2,9347.03 10404.2,9341.17 L10404.2,9339.17 L10395.3,9339.17 M10413.2,9335.45 L10413.2,9366.66 L10404.2,9366.66 L10404.2,9358.36 C10402.2,9361.67 10399.6,9364.12 10396.5,9365.7 C10393.5,9367.29 10389.7,9368.08 10385.3,9368.08 C10379.7,9368.08 10375.3,9366.51 10372,9363.36 C10368.7,9360.21 10367,9356.01 10367,9350.73 C10367,9344.59 10369.1,9339.95 10373.2,9336.83 C10377.3,9333.7 10383.4,9332.14 10391.6,9332.14 L10404.2,9332.14 L10404.2,9331.25 C10404.2,9327.11 10402.9,9323.92 10400.1,9321.66 C10397.4,9319.4 10393.6,9318.27 10388.7,9318.27 C10385.6,9318.27 10382.5,9318.64 10379.6,9319.39 C10376.6,9320.14 10373.7,9321.27 10371,9322.77 L10371,9314.45 C10374.3,9313.18 10377.5,9312.23 10380.6,9311.6 C10383.7,9310.97 10386.7,9310.66 10389.6,9310.66 C10397.5,9310.66 10403.4,9312.71 10407.3,9316.8 C10411.2,9320.9 10413.2,9327.12 10413.2,9335.45 M10466.5,9313.58 L10466.5,9322.08 C10464,9320.78 10461.4,9319.8 10458.6,9319.15 C10455.9,9318.5 10453.1,9318.17 10450.1,9318.17 C10445.7,9318.17 10442.3,9318.85 10440.1,9320.22 C10437.9,9321.58 10436.8,9323.64 10436.8,9326.38 C10436.8,9328.46 10437.6,9330.09 10439.2,9331.28 C10440.8,9332.47 10444,9333.6 10448.8,9334.67 L10451.9,9335.36 C10458.2,9336.72 10462.8,9338.65 10465.5,9341.14 C10468.1,9343.63 10469.5,9347.1 10469.5,9351.56 C10469.5,9356.65 10467.5,9360.67 10463.5,9363.63 C10459.4,9366.6 10453.9,9368.08 10446.9,9368.08 C10443.9,9368.08 10440.9,9367.79 10437.7,9367.22 C10434.5,9366.65 10431.2,9365.79 10427.7,9364.66 L10427.7,9355.38 C10431,9357.1 10434.3,9358.4 10437.5,9359.26 C10440.7,9360.12 10443.9,9360.55 10447.1,9360.55 C10451.3,9360.55 10454.6,9359.82 10456.8,9358.38 C10459.1,9356.93 10460.2,9354.89 10460.2,9352.25 C10460.2,9349.81 10459.4,9347.94 10457.8,9346.64 C10456.1,9345.34 10452.5,9344.08 10447,9342.88 L10443.8,9342.14 C10438.3,9340.97 10434.3,9339.18 10431.8,9336.75 C10429.3,9334.32 10428.1,9330.99 10428.1,9326.77 C10428.1,9321.62 10429.9,9317.65 10433.5,9314.85 C10437.2,9312.05 10442.4,9310.66 10449.1,9310.66 C10452.4,9310.66 10455.5,9310.9 10458.4,9311.38 C10461.4,9311.87 10464.1,9312.6 10466.5,9313.58 M10518.6,9313.58 L10518.6,9322.08 C10516.1,9320.78 10513.5,9319.8 10510.7,9319.15 C10508,9318.5 10505.2,9318.17 10502.2,9318.17 C10497.8,9318.17 10494.4,9318.85 10492.2,9320.22 C10490,9321.58 10488.9,9323.64 10488.9,9326.38 C10488.9,9328.46 10489.7,9330.09 10491.2,9331.28 C10492.8,9332.47 10496.1,9333.6 10500.9,9334.67 L10504,9335.36 C10510.3,9336.72 10514.9,9338.65 10517.5,9341.14 C10520.2,9343.63 10521.6,9347.1 10521.6,9351.56 C10521.6,9356.65 10519.6,9360.67 10515.5,9363.63 C10511.5,9366.6 10506,9368.08 10499,9368.08 C10496,9368.08 10493,9367.79 10489.8,9367.22 C10486.6,9366.65 10483.3,9365.79 10479.8,9364.66 L10479.8,9355.38 C10483.1,9357.1 10486.4,9358.4 10489.6,9359.26 C10492.8,9360.12 10496,9360.55 10499.2,9360.55 C10503.4,9360.55 10506.7,9359.82 10508.9,9358.38 C10511.2,9356.93 10512.3,9354.89 10512.3,9352.25 C10512.3,9349.81 10511.5,9347.94 10509.9,9346.64 C10508.2,9345.34 10504.6,9344.08 10499.1,9342.88 L10495.9,9342.14 C10490.4,9340.97 10486.4,9339.18 10483.9,9336.75 C10481.4,9334.32 10480.2,9330.99 10480.2,9326.77 C10480.2,9321.62 10482,9317.65 10485.6,9314.85 C10489.3,9312.05 10494.5,9310.66 10501.2,9310.66 C10504.5,9310.66 10507.6,9310.9 10510.5,9311.38 C10513.5,9311.87 10516.2,9312.6 10518.6,9313.58 M10582.7,9337.06 L10582.7,9341.45 L10541.3,9341.45 C10541.7,9347.64 10543.6,9352.35 10546.9,9355.59 C10550.3,9358.83 10554.9,9360.45 10560.9,9360.45 C10564.3,9360.45 10567.7,9360.03 10570.9,9359.19 C10574.1,9358.34 10577.4,9357.07 10580.6,9355.38 L10580.6,9363.88 C10577.3,9365.24 10574,9366.28 10570.6,9367 C10567.3,9367.72 10563.8,9368.08 10560.3,9368.08 C10551.6,9368.08 10544.7,9365.54 10539.6,9360.46 C10534.5,9355.38 10532,9348.51 10532,9339.84 C10532,9330.9 10534.4,9323.79 10539.2,9318.54 C10544.1,9313.28 10550.6,9310.66 10558.8,9310.66 C10566.1,9310.66 10572,9313.02 10576.2,9317.76 C10580.5,9322.49 10582.7,9328.93 10582.7,9337.06 M10573.7,9334.42 C10573.6,9329.52 10572.2,9325.6 10569.5,9322.66 C10566.9,9319.73 10563.3,9318.27 10558.9,9318.27 C10553.9,9318.27 10549.9,9319.68 10546.8,9322.52 C10543.8,9325.35 10542.1,9329.34 10541.6,9334.48 L10573.7,9334.42 M10640,9322.47 C10642.2,9318.43 10644.9,9315.45 10648,9313.53 C10651.2,9311.61 10654.8,9310.66 10659.1,9310.66 C10664.8,9310.66 10669.2,9312.65 10672.2,9316.63 C10675.3,9320.62 10676.9,9326.29 10676.9,9333.64 L10676.9,9366.66 L10667.9,9366.66 L10667.9,9333.94 C10667.9,9328.7 10666.9,9324.81 10665.1,9322.27 C10663.2,9319.74 10660.4,9318.47 10656.6,9318.47 C10651.9,9318.47 10648.2,9320.01 10645.5,9323.1 C10642.8,9326.19 10641.5,9330.41 10641.5,9335.75 L10641.5,9366.66 L10632.5,9366.66 L10632.5,9333.94 C10632.5,9328.67 10631.5,9324.77 10629.7,9322.25 C10627.8,9319.73 10625,9318.47 10621.1,9318.47 C10616.5,9318.47 10612.8,9320.02 10610.1,9323.12 C10607.4,9326.23 10606.1,9330.44 10606.1,9335.75 L10606.1,9366.66 L10597,9366.66 L10597,9311.97 L10606.1,9311.97 L10606.1,9320.47 C10608.1,9317.11 10610.6,9314.64 10613.5,9313.05 C10616.3,9311.45 10619.7,9310.66 10623.7,9310.66 C10627.6,9310.66 10631,9311.66 10633.8,9313.68 C10636.6,9315.7 10638.6,9318.62 10640,9322.47 M10734.1,9339.36 C10734.1,9332.76 10732.7,9327.57 10730,9323.81 C10727.3,9320.05 10723.5,9318.17 10718.8,9318.17 C10714,9318.17 10710.3,9320.05 10707.6,9323.81 C10704.8,9327.57 10703.5,9332.76 10703.5,9339.36 C10703.5,9345.96 10704.8,9351.15 10707.6,9354.91 C10710.3,9358.67 10714,9360.55 10718.8,9360.55 C10723.5,9360.55 10727.3,9358.67 10730,9354.91 C10732.7,9351.15 10734.1,9345.96 10734.1,9339.36 M10703.5,9320.27 C10705.4,9317.02 10707.8,9314.6 10710.6,9313.02 C10713.5,9311.45 10717,9310.66 10721,9310.66 C10727.6,9310.66 10733,9313.29 10737.2,9318.56 C10741.3,9323.83 10743.4,9330.77 10743.4,9339.36 C10743.4,9347.95 10741.3,9354.89 10737.2,9360.16 C10733,9365.44 10727.6,9368.08 10721,9368.08 C10717,9368.08 10713.5,9367.29 10710.6,9365.7 C10707.8,9364.12 10705.4,9361.7 10703.5,9358.45 L10703.5,9366.66 L10694.5,9366.66 L10694.5,9290.67 L10703.5,9290.67 L10703.5,9320.27 M10758.3,9290.67 L10767.2,9290.67 L10767.2,9366.66 L10758.3,9366.66 L10758.3,9290.67 M10808.8,9371.73 C10806.3,9378.24 10803.8,9382.49 10801.4,9384.48 C10799,9386.46 10795.8,9387.45 10791.7,9387.45 L10784.5,9387.45 L10784.5,9379.94 L10789.8,9379.94 C10792.3,9379.94 10794.2,9379.35 10795.6,9378.18 C10796.9,9377.01 10798.5,9374.24 10800.1,9369.88 L10801.7,9365.78 L10779.6,9311.97 L10789.1,9311.97 L10806.2,9354.73 L10823.3,9311.97 L10832.8,9311.97 L10808.8,9371.73 M10913,9320.27 L10913,9290.67 L10922,9290.67 L10922,9366.66 L10913,9366.66 L10913,9358.45 C10911.1,9361.7 10908.7,9364.12 10905.8,9365.7 C10903,9367.29 10899.5,9368.08 10895.5,9368.08 C10888.8,9368.08 10883.5,9365.44 10879.3,9360.16 C10875.2,9354.89 10873.1,9347.95 10873.1,9339.36 C10873.1,9330.77 10875.2,9323.83 10879.3,9318.56 C10883.5,9313.29 10888.8,9310.66 10895.5,9310.66 C10899.5,9310.66 10903,9311.45 10905.8,9313.02 C10908.7,9314.6 10911.1,9317.02 10913,9320.27 M10882.4,9339.36 C10882.4,9345.96 10883.7,9351.15 10886.5,9354.91 C10889.2,9358.67 10892.9,9360.55 10897.7,9360.55 C10902.4,9360.55 10906.1,9358.67 10908.9,9354.91 C10911.6,9351.15 10913,9345.96 10913,9339.36 C10913,9332.76 10911.6,9327.57 10908.9,9323.81 C10906.1,9320.05 10902.4,9318.17 10897.7,9318.17 C10892.9,9318.17 10889.2,9320.05 10886.5,9323.81 C10883.7,9327.57 10882.4,9332.76 10882.4,9339.36 M10972.2,9320.36 C10971.1,9319.78 10970,9319.35 10968.9,9319.07 C10967.7,9318.79 10966.4,9318.66 10964.9,9318.66 C10959.9,9318.66 10956,9320.31 10953.2,9323.61 C10950.5,9326.91 10949.2,9331.66 10949.2,9337.84 L10949.2,9366.66 L10940.1,9366.66 L10940.1,9311.97 L10949.2,9311.97 L10949.2,9320.47 C10951.1,9317.15 10953.5,9314.68 10956.5,9313.07 C10959.6,9311.46 10963.2,9310.66 10967.6,9310.66 C10968.2,9310.66 10968.9,9310.7 10969.6,9310.77 C10970.4,9310.85 10971.2,9310.97 10972.1,9311.14 L10972.2,9320.36 M11006.4,9339.17 C10999.2,9339.17 10994.1,9340 10991.3,9341.66 C10988.5,9343.31 10987.1,9346.15 10987.1,9350.16 C10987.1,9353.34 10988.2,9355.87 10990.3,9357.74 C10992.4,9359.61 10995.3,9360.55 10998.9,9360.55 C11003.8,9360.55 11007.8,9358.78 11010.9,9355.25 C11013.9,9351.72 11015.4,9347.03 11015.4,9341.17 L11015.4,9339.17 L11006.4,9339.17 M11024.4,9335.45 L11024.4,9366.66 L11015.4,9366.66 L11015.4,9358.36 C11013.3,9361.67 11010.8,9364.12 11007.7,9365.7 C11004.6,9367.29 11000.9,9368.08 10996.5,9368.08 C10990.9,9368.08 10986.4,9366.51 10983.1,9363.36 C10979.8,9360.21 10978.2,9356.01 10978.2,9350.73 C10978.2,9344.59 10980.2,9339.95 10984.3,9336.83 C10988.5,9333.7 10994.6,9332.14 11002.8,9332.14 L11015.4,9332.14 L11015.4,9331.25 C11015.4,9327.11 11014,9323.92 11011.3,9321.66 C11008.6,9319.4 11004.8,9318.27 10999.8,9318.27 C10996.7,9318.27 10993.7,9318.64 10990.7,9319.39 C10987.7,9320.14 10984.9,9321.27 10982.2,9322.77 L10982.2,9314.45 C10985.5,9313.18 10988.6,9312.23 10991.7,9311.6 C10994.8,9310.97 10997.8,9310.66 11000.8,9310.66 C11008.7,9310.66 11014.6,9312.71 11018.5,9316.8 C11022.4,9320.9 11024.4,9327.12 11024.4,9335.45 M11037.6,9311.97 L11046.6,9311.97 L11057.8,9354.64 L11069,9311.97 L11079.6,9311.97 L11090.8,9354.64 L11102,9311.97 L11111,9311.97 L11096.7,9366.66 L11086.1,9366.66 L11074.3,9321.83 L11062.5,9366.66 L11051.9,9366.66 L11037.6,9311.97 M11124.6,9311.97 L11133.6,9311.97 L11133.6,9366.66 L11124.6,9366.66 L11124.6,9311.97 M11124.6,9290.67 L11133.6,9290.67 L11133.6,9302.06 L11124.6,9302.06 L11124.6,9290.67 M11197.9,9333.64 L11197.9,9366.66 L11188.9,9366.66 L11188.9,9333.94 C11188.9,9328.76 11187.9,9324.89 11185.9,9322.32 C11183.8,9319.75 11180.8,9318.47 11176.8,9318.47 C11171.9,9318.47 11168.1,9320.01 11165.3,9323.1 C11162.5,9326.19 11161.1,9330.41 11161.1,9335.75 L11161.1,9366.66 L11152.1,9366.66 L11152.1,9311.97 L11161.1,9311.97 L11161.1,9320.47 C11163.2,9317.18 11165.8,9314.72 11168.7,9313.09 C11171.6,9311.47 11175,9310.66 11178.8,9310.66 C11185.1,9310.66 11189.8,9312.6 11193,9316.48 C11196.3,9320.37 11197.9,9326.09 11197.9,9333.64 M11251.8,9338.67 C11251.8,9332.16 11250.4,9327.12 11247.7,9323.54 C11245.1,9319.96 11241.3,9318.17 11236.4,9318.17 C11231.6,9318.17 11227.9,9319.96 11225.2,9323.54 C11222.5,9327.12 11221.2,9332.16 11221.2,9338.67 C11221.2,9345.15 11222.5,9350.18 11225.2,9353.77 C11227.9,9357.35 11231.6,9359.14 11236.4,9359.14 C11241.3,9359.14 11245.1,9357.35 11247.7,9353.77 C11250.4,9350.18 11251.8,9345.15 11251.8,9338.67 M11260.8,9359.88 C11260.8,9369.18 11258.7,9376.1 11254.6,9380.64 C11250.4,9385.18 11244.1,9387.45 11235.6,9387.45 C11232.4,9387.45 11229.4,9387.22 11226.6,9386.75 C11223.8,9386.28 11221.1,9385.56 11218.5,9384.58 L11218.5,9375.84 C11221.1,9377.27 11223.7,9378.33 11226.3,9379.01 C11228.9,9379.69 11231.5,9380.03 11234.1,9380.03 C11240,9380.03 11244.4,9378.49 11247.4,9375.42 C11250.3,9372.35 11251.8,9367.7 11251.8,9361.48 L11251.8,9357.03 C11249.9,9360.26 11247.5,9362.67 11244.6,9364.27 C11241.7,9365.86 11238.3,9366.66 11234.2,9366.66 C11227.5,9366.66 11222.1,9364.1 11218,9358.99 C11213.9,9353.88 11211.9,9347.11 11211.9,9338.67 C11211.9,9330.21 11213.9,9323.43 11218,9318.32 C11222.1,9313.21 11227.5,9310.66 11234.2,9310.66 C11238.3,9310.66 11241.7,9311.45 11244.6,9313.05 C11247.5,9314.64 11249.9,9317.05 11251.8,9320.27 L11251.8,9311.97 L11260.8,9311.97 L11260.8,9359.88" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M13212.4,8491.7 L13228.5,8491.7 L13228.5,8436.08 L13211,8439.59 L13211,8430.61 L13228.4,8427.09 L13238.3,8427.09 L13238.3,8491.7 L13254.4,8491.7 L13254.4,8500 L13212.4,8500 L13212.4,8491.7 M13326,8451.61 C13321.2,8451.61 13317.4,8453.49 13314.6,8457.25 C13311.8,8461.01 13310.4,8466.16 13310.4,8472.7 C13310.4,8479.24 13311.8,8484.4 13314.6,8488.16 C13317.3,8491.92 13321.2,8493.8 13326,8493.8 C13330.8,8493.8 13334.6,8491.91 13337.4,8488.13 C13340.2,8484.36 13341.6,8479.21 13341.6,8472.7 C13341.6,8466.22 13340.2,8461.09 13337.4,8457.3 C13334.6,8453.51 13330.8,8451.61 13326,8451.61 M13326,8444 C13333.8,8444 13340,8446.54 13344.4,8451.62 C13348.9,8456.7 13351.1,8463.72 13351.1,8472.7 C13351.1,8481.65 13348.9,8488.67 13344.4,8493.77 C13340,8498.87 13333.8,8501.42 13326,8501.42 C13318.2,8501.42 13312,8498.87 13307.6,8493.77 C13303.1,8488.67 13300.9,8481.65 13300.9,8472.7 C13300.9,8463.72 13303.1,8456.7 13307.6,8451.62 C13312,8446.54 13318.2,8444 13326,8444 M13393.7,8424.02 L13393.7,8431.5 L13385.1,8431.5 C13381.9,8431.5 13379.6,8432.15 13378.4,8433.45 C13377.1,8434.76 13376.5,8437.1 13376.5,8440.48 L13376.5,8445.31 L13391.3,8445.31 L13391.3,8452.3 L13376.5,8452.3 L13376.5,8500 L13367.5,8500 L13367.5,8452.3 L13358.9,8452.3 L13358.9,8445.31 L13367.5,8445.31 L13367.5,8441.5 C13367.5,8435.42 13368.9,8430.98 13371.7,8428.2 C13374.5,8425.41 13379,8424.02 13385.2,8424.02 L13393.7,8424.02 M13436,8491.7 L13452.1,8491.7 L13452.1,8436.08 L13434.5,8439.59 L13434.5,8430.61 L13452,8427.09 L13461.8,8427.09 L13461.8,8491.7 L13477.9,8491.7 L13477.9,8500 L13436,8500 L13436,8491.7" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M12212.4,8491.7 L12228.5,8491.7 L12228.5,8436.08 L12211,8439.59 L12211,8430.61 L12228.4,8427.09 L12238.3,8427.09 L12238.3,8491.7 L12254.4,8491.7 L12254.4,8500 L12212.4,8500 L12212.4,8491.7 M12274.3,8487.59 L12284.6,8487.59 L12284.6,8500 L12274.3,8500 L12274.3,8487.59 M12307.8,8491.7 L12323.9,8491.7 L12323.9,8436.08 L12306.4,8439.59 L12306.4,8430.61 L12323.8,8427.09 L12333.7,8427.09 L12333.7,8491.7 L12349.8,8491.7 L12349.8,8500 L12307.8,8500 L12307.8,8491.7 M12390.8,8433.59 C12385.7,8433.59 12381.9,8436.09 12379.3,8441.09 C12376.8,8446.08 12375.5,8453.59 12375.5,8463.62 C12375.5,8473.61 12376.8,8481.11 12379.3,8486.11 C12381.9,8491.11 12385.7,8493.61 12390.8,8493.61 C12395.9,8493.61 12399.7,8491.11 12402.3,8486.11 C12404.8,8481.11 12406.1,8473.61 12406.1,8463.62 C12406.1,8453.59 12404.8,8446.08 12402.3,8441.09 C12399.7,8436.09 12395.9,8433.59 12390.8,8433.59 M12390.8,8425.78 C12399,8425.78 12405.2,8429.01 12409.5,8435.48 C12413.8,8441.94 12416,8451.32 12416,8463.62 C12416,8475.9 12413.8,8485.26 12409.5,8491.73 C12405.2,8498.19 12399,8501.42 12390.8,8501.42 C12382.6,8501.42 12376.4,8498.19 12372.1,8491.73 C12367.8,8485.26 12365.6,8475.9 12365.6,8463.62 C12365.6,8451.32 12367.8,8441.94 12372.1,8435.48 C12376.4,8429.01 12382.6,8425.78 12390.8,8425.78 " fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M12246,8570.62 L12246,8597.83 L12273.2,8597.83 L12273.2,8606.12 L12246,8606.12 L12246,8633.33 L12237.8,8633.33 L12237.8,8606.12 L12210.6,8606.12 L12210.6,8597.83 L12237.8,8597.83 L12237.8,8570.62 L12246,8570.62 M12309.2,8560.42 L12317.5,8560.42 L12292.1,8642.61 L12283.8,8642.61 L12309.2,8560.42 M12322.4,8601.94 L12348.7,8601.94 L12348.7,8609.94 L12322.4,8609.94 L12322.4,8601.94 M12397.7,8625.03 L12413.8,8625.03 L12413.8,8569.41 L12396.3,8572.92 L12396.3,8563.94 L12413.8,8560.42 L12423.6,8560.42 L12423.6,8625.03 L12439.7,8625.03 L12439.7,8633.33 L12397.7,8633.33 L12397.7,8625.03" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M12545,8754.25 L12555.3,8754.25 L12555.3,8766.66 L12545,8766.66 L12545,8754.25 M12545,8714.95 L12555.3,8714.95 L12555.3,8727.34 L12545,8727.34 L12545,8714.95 M12611.3,8713.58 L12611.3,8722.08 C12608.8,8720.78 12606.1,8719.8 12603.4,8719.15 C12600.7,8718.5 12597.8,8718.17 12594.9,8718.17 C12590.4,8718.17 12587.1,8718.85 12584.9,8720.22 C12582.6,8721.58 12581.5,8723.64 12581.5,8726.38 C12581.5,8728.46 12582.3,8730.09 12583.9,8731.28 C12585.5,8732.47 12588.7,8733.6 12593.5,8734.67 L12596.6,8735.36 C12603,8736.72 12607.5,8738.65 12610.2,8741.14 C12612.9,8743.63 12614.2,8747.1 12614.2,8751.56 C12614.2,8756.65 12612.2,8760.67 12608.2,8763.63 C12604.2,8766.6 12598.7,8768.08 12591.6,8768.08 C12588.7,8768.08 12585.6,8767.79 12582.5,8767.22 C12579.3,8766.65 12575.9,8765.79 12572.4,8764.66 L12572.4,8755.38 C12575.8,8757.1 12579,8758.4 12582.2,8759.26 C12585.5,8760.12 12588.7,8760.55 12591.8,8760.55 C12596.1,8760.55 12599.3,8759.82 12601.6,8758.38 C12603.9,8756.93 12605,8754.89 12605,8752.25 C12605,8749.81 12604.2,8747.94 12602.5,8746.64 C12600.9,8745.34 12597.3,8744.08 12591.7,8742.88 L12588.6,8742.14 C12583,8740.97 12579,8739.18 12576.5,8736.75 C12574.1,8734.32 12572.8,8730.99 12572.8,8726.77 C12572.8,8721.62 12574.7,8717.65 12578.3,8714.85 C12581.9,8712.05 12587.1,8710.66 12593.8,8710.66 C12597.1,8710.66 12600.3,8710.9 12603.2,8711.38 C12606.1,8711.87 12608.8,8712.6 12611.3,8713.58 M12637.4,8696.44 L12637.4,8711.97 L12655.9,8711.97 L12655.9,8718.95 L12637.4,8718.95 L12637.4,8748.64 C12637.4,8753.1 12638,8755.96 12639.2,8757.23 C12640.5,8758.51 12643,8759.14 12646.7,8759.14 L12655.9,8759.14 L12655.9,8766.66 L12646.7,8766.66 C12639.8,8766.66 12635,8765.36 12632.3,8762.77 C12629.7,8760.18 12628.4,8755.47 12628.4,8748.64 L12628.4,8718.95 L12621.8,8718.95 L12621.8,8711.97 L12628.4,8711.97 L12628.4,8696.44 L12637.4,8696.44 M12714.5,8737.06 L12714.5,8741.45 L12673.2,8741.45 C12673.6,8747.64 12675.5,8752.35 12678.8,8755.59 C12682.1,8758.83 12686.8,8760.45 12692.7,8760.45 C12696.2,8760.45 12699.5,8760.03 12702.8,8759.19 C12706,8758.34 12709.2,8757.07 12712.4,8755.38 L12712.4,8763.88 C12709.2,8765.24 12705.9,8766.28 12702.5,8767 C12699.1,8767.72 12695.7,8768.08 12692.2,8768.08 C12683.5,8768.08 12676.6,8765.54 12671.5,8760.46 C12666.4,8755.38 12663.8,8748.51 12663.8,8739.84 C12663.8,8730.9 12666.2,8723.79 12671.1,8718.54 C12675.9,8713.28 12682.4,8710.66 12690.6,8710.66 C12698,8710.66 12703.8,8713.02 12708.1,8717.76 C12712.4,8722.49 12714.5,8728.93 12714.5,8737.06 M12705.5,8734.42 C12705.5,8729.52 12704.1,8725.6 12701.4,8722.66 C12698.7,8719.73 12695.2,8718.27 12690.7,8718.27 C12685.7,8718.27 12681.7,8719.68 12678.7,8722.52 C12675.7,8725.35 12674,8729.34 12673.5,8734.48 L12705.5,8734.42 M12776,8737.06 L12776,8741.45 L12734.7,8741.45 C12735.1,8747.64 12737,8752.35 12740.3,8755.59 C12743.6,8758.83 12748.3,8760.45 12754.2,8760.45 C12757.7,8760.45 12761,8760.03 12764.3,8759.19 C12767.5,8758.34 12770.7,8757.07 12773.9,8755.38 L12773.9,8763.88 C12770.7,8765.24 12767.4,8766.28 12764,8767 C12760.6,8767.72 12757.2,8768.08 12753.7,8768.08 C12745,8768.08 12738.1,8765.54 12733,8760.46 C12727.9,8755.38 12725.3,8748.51 12725.3,8739.84 C12725.3,8730.9 12727.8,8723.79 12732.6,8718.54 C12737.4,8713.28 12743.9,8710.66 12752.2,8710.66 C12759.5,8710.66 12765.3,8713.02 12769.6,8717.76 C12773.9,8722.49 12776,8728.93 12776,8737.06 M12767,8734.42 C12767,8729.52 12765.6,8725.6 12762.9,8722.66 C12760.2,8719.73 12756.7,8718.27 12752.2,8718.27 C12747.2,8718.27 12743.2,8719.68 12740.2,8722.52 C12737.2,8725.35 12735.5,8729.34 12735,8734.48 L12767,8734.42 M12790.8,8690.67 L12799.8,8690.67 L12799.8,8766.66 L12790.8,8766.66 L12790.8,8690.67" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M12553,8835.2 L12553,8862.59 L12565.4,8862.59 C12570,8862.59 12573.5,8861.41 12576.1,8859.03 C12578.6,8856.66 12579.8,8853.27 12579.8,8848.88 C12579.8,8844.51 12578.6,8841.14 12576.1,8838.77 C12573.5,8836.39 12570,8835.2 12565.4,8835.2 L12553,8835.2 M12543.1,8827.09 L12565.4,8827.09 C12573.6,8827.09 12579.8,8828.94 12583.9,8832.64 C12588.1,8836.34 12590.2,8841.75 12590.2,8848.88 C12590.2,8856.07 12588.1,8861.51 12583.9,8865.19 C12579.8,8868.86 12573.6,8870.7 12565.4,8870.7 L12553,8870.7 L12553,8900 L12543.1,8900 L12543.1,8827.09 M12603.4,8827.09 L12616.7,8827.09 L12649,8888.08 L12649,8827.09 L12658.6,8827.09 L12658.6,8900 L12645.3,8900 L12613,8839.02 L12613,8900 L12603.4,8900 L12603.4,8827.09" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M12553,9001.86 L12553,9058.55 L12564.9,9058.55 C12575,9058.55 12582.3,9056.27 12587,9051.71 C12591.7,9047.15 12594,9039.96 12594,9030.12 C12594,9020.36 12591.7,9013.21 12587,9008.67 C12582.3,9004.13 12575,9001.86 12564.9,9001.86 L12553,9001.86 M12543.1,8993.75 L12563.4,8993.75 C12577.5,8993.75 12587.9,8996.69 12594.5,9002.56 C12601.1,9008.44 12604.4,9017.62 12604.4,9030.12 C12604.4,9042.7 12601.1,9051.93 12594.5,9057.82 C12587.8,9063.71 12577.5,9066.66 12563.4,9066.66 L12543.1,9066.66 L12543.1,8993.75 M12620.1,8993.75 L12633.4,8993.75 L12665.8,9054.73 L12665.8,8993.75 L12675.3,8993.75 L12675.3,9066.66 L12662,9066.66 L12629.7,9005.67 L12629.7,9066.66 L12620.1,9066.66 L12620.1,8993.75" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M11952.5,9358.36 L11986.9,9358.36 L11986.9,9366.66 L11940.7,9366.66 L11940.7,9358.36 C11944.4,9354.48 11949.5,9349.28 11956,9342.76 C11962.4,9336.23 11966.5,9332.02 11968.1,9330.12 C11971.3,9326.58 11973.5,9323.58 11974.8,9321.12 C11976,9318.67 11976.6,9316.25 11976.6,9313.88 C11976.6,9310 11975.3,9306.84 11972.6,9304.4 C11969.8,9301.96 11966.3,9300.73 11961.9,9300.73 C11958.8,9300.73 11955.6,9301.27 11952.1,9302.34 C11948.7,9303.42 11945,9305.05 11941.1,9307.23 L11941.1,9297.27 C11945.1,9295.67 11948.8,9294.47 11952.3,9293.66 C11955.7,9292.84 11958.9,9292.44 11961.8,9292.44 C11969.3,9292.44 11975.3,9294.33 11979.8,9298.1 C11984.3,9301.88 11986.5,9306.92 11986.5,9313.23 C11986.5,9316.23 11986,9319.08 11984.9,9321.76 C11983.7,9324.44 11981.7,9327.6 11978.7,9331.25 C11977.9,9332.2 11975.3,9334.93 11971,9339.44 C11966.6,9343.95 11960.5,9350.26 11952.5,9358.36 M12028.7,9300.25 C12023.6,9300.25 12019.8,9302.75 12017.3,9307.74 C12014.7,9312.74 12013.4,9320.25 12013.4,9330.28 C12013.4,9340.27 12014.7,9347.77 12017.3,9352.77 C12019.8,9357.77 12023.6,9360.27 12028.7,9360.27 C12033.8,9360.27 12037.7,9357.77 12040.2,9352.77 C12042.8,9347.77 12044.1,9340.27 12044.1,9330.28 C12044.1,9320.25 12042.8,9312.74 12040.2,9307.74 C12037.7,9302.75 12033.8,9300.25 12028.7,9300.25 M12028.7,9292.44 C12036.9,9292.44 12043.1,9295.67 12047.5,9302.13 C12051.8,9308.6 12053.9,9317.98 12053.9,9330.28 C12053.9,9342.55 12051.8,9351.92 12047.5,9358.38 C12043.1,9364.85 12036.9,9368.08 12028.7,9368.08 C12020.6,9368.08 12014.3,9364.85 12010,9358.38 C12005.7,9351.92 12003.5,9342.55 12003.5,9330.28 C12003.5,9317.98 12005.7,9308.6 12010,9302.13 C12014.3,9295.67 12020.6,9292.44 12028.7,9292.44 M12073,9358.36 L12089.1,9358.36 L12089.1,9302.73 L12071.5,9306.25 L12071.5,9297.27 L12089,9293.75 L12098.8,9293.75 L12098.8,9358.36 L12114.9,9358.36 L12114.9,9366.66 L12073,9366.66 L12073,9358.36 M12135.1,9365.14 L12135.1,9356.16 C12137.6,9357.33 12140.1,9358.23 12142.7,9358.84 C12145.2,9359.46 12147.7,9359.77 12150.1,9359.77 C12156.7,9359.77 12161.6,9357.58 12165.1,9353.2 C12168.5,9348.83 12170.4,9342.18 12170.9,9333.25 C12169.1,9336.05 12166.7,9338.2 12163.8,9339.7 C12160.9,9341.2 12157.7,9341.95 12154.1,9341.95 C12146.8,9341.95 12141.1,9339.75 12136.8,9335.34 C12132.6,9330.92 12130.5,9324.89 12130.5,9317.23 C12130.5,9309.76 12132.7,9303.75 12137.1,9299.23 C12141.5,9294.7 12147.4,9292.44 12154.8,9292.44 C12163.2,9292.44 12169.6,9295.67 12174.1,9302.13 C12178.5,9308.6 12180.8,9317.98 12180.8,9330.28 C12180.8,9341.77 12178,9350.94 12172.6,9357.8 C12167.1,9364.65 12159.8,9368.08 12150.6,9368.08 C12148.1,9368.08 12145.6,9367.83 12143.1,9367.34 C12140.5,9366.85 12137.9,9366.12 12135.1,9365.14 M12154.8,9334.23 C12159.2,9334.23 12162.7,9332.72 12165.3,9329.7 C12167.9,9326.67 12169.2,9322.52 12169.2,9317.23 C12169.2,9311.99 12167.9,9307.85 12165.3,9304.81 C12162.7,9301.77 12159.2,9300.25 12154.8,9300.25 C12150.3,9300.25 12146.8,9301.77 12144.2,9304.81 C12141.7,9307.85 12140.4,9311.99 12140.4,9317.23 C12140.4,9322.52 12141.7,9326.67 12144.2,9329.7 C12146.8,9332.72 12150.3,9334.23 12154.8,9334.23 M12192.7,9335.27 L12219,9335.27 L12219,9343.27 L12192.7,9343.27 L12192.7,9335.27 M12255.6,9300.25 C12250.6,9300.25 12246.7,9302.75 12244.2,9307.74 C12241.6,9312.74 12240.3,9320.25 12240.3,9330.28 C12240.3,9340.27 12241.6,9347.77 12244.2,9352.77 C12246.7,9357.77 12250.6,9360.27 12255.6,9360.27 C12260.7,9360.27 12264.6,9357.77 12267.1,9352.77 C12269.7,9347.77 12271,9340.27 12271,9330.28 C12271,9320.25 12269.7,9312.74 12267.1,9307.74 C12264.6,9302.75 12260.7,9300.25 12255.6,9300.25 M12255.6,9292.44 C12263.8,9292.44 12270,9295.67 12274.4,9302.13 C12278.7,9308.6 12280.8,9317.98 12280.8,9330.28 C12280.8,9342.55 12278.7,9351.92 12274.4,9358.38 C12270,9364.85 12263.8,9368.08 12255.6,9368.08 C12247.5,9368.08 12241.2,9364.85 12236.9,9358.38 C12232.6,9351.92 12230.4,9342.55 12230.4,9330.28 C12230.4,9317.98 12232.6,9308.6 12236.9,9302.13 C12241.2,9295.67 12247.5,9292.44 12255.6,9292.44 M12298.4,9365.14 L12298.4,9356.16 C12300.9,9357.33 12303.4,9358.23 12306,9358.84 C12308.5,9359.46 12311,9359.77 12313.4,9359.77 C12319.9,9359.77 12324.9,9357.58 12328.4,9353.2 C12331.8,9348.83 12333.7,9342.18 12334.2,9333.25 C12332.3,9336.05 12330,9338.2 12327.1,9339.7 C12324.2,9341.2 12320.9,9341.95 12317.4,9341.95 C12310.1,9341.95 12304.4,9339.75 12300.1,9335.34 C12295.9,9330.92 12293.8,9324.89 12293.8,9317.23 C12293.8,9309.76 12296,9303.75 12300.4,9299.23 C12304.8,9294.7 12310.7,9292.44 12318.1,9292.44 C12326.5,9292.44 12332.9,9295.67 12337.4,9302.13 C12341.8,9308.6 12344,9317.98 12344,9330.28 C12344,9341.77 12341.3,9350.94 12335.9,9357.8 C12330.4,9364.65 12323.1,9368.08 12313.9,9368.08 C12311.4,9368.08 12308.9,9367.83 12306.4,9367.34 C12303.8,9366.85 12301.2,9366.12 12298.4,9365.14 M12318.1,9334.23 C12322.5,9334.23 12326,9332.72 12328.6,9329.7 C12331.2,9326.67 12332.5,9322.52 12332.5,9317.23 C12332.5,9311.99 12331.2,9307.85 12328.6,9304.81 C12326,9301.77 12322.5,9300.25 12318.1,9300.25 C12313.6,9300.25 12310.1,9301.77 12307.5,9304.81 C12305,9307.85 12303.7,9311.99 12303.7,9317.23 C12303.7,9322.52 12305,9326.67 12307.5,9329.7 C12310.1,9332.72 12313.6,9334.23 12318.1,9334.23 M12356,9335.27 L12382.3,9335.27 L12382.3,9343.27 L12356,9343.27 L12356,9335.27 M12418.9,9300.25 C12413.8,9300.25 12410,9302.75 12407.5,9307.74 C12404.9,9312.74 12403.6,9320.25 12403.6,9330.28 C12403.6,9340.27 12404.9,9347.77 12407.5,9352.77 C12410,9357.77 12413.8,9360.27 12418.9,9360.27 C12424,9360.27 12427.9,9357.77 12430.4,9352.77 C12433,9347.77 12434.3,9340.27 12434.3,9330.28 C12434.3,9320.25 12433,9312.74 12430.4,9307.74 C12427.9,9302.75 12424,9300.25 12418.9,9300.25 M12418.9,9292.44 C12427.1,9292.44 12433.3,9295.67 12437.7,9302.13 C12442,9308.6 12444.1,9317.98 12444.1,9330.28 C12444.1,9342.55 12442,9351.92 12437.7,9358.38 C12433.3,9364.85 12427.1,9368.08 12418.9,9368.08 C12410.8,9368.08 12404.5,9364.85 12400.2,9358.38 C12395.9,9351.92 12393.7,9342.55 12393.7,9330.28 C12393.7,9317.98 12395.9,9308.6 12400.2,9302.13 C12404.5,9295.67 12410.8,9292.44 12418.9,9292.44 M12463.2,9358.36 L12479.3,9358.36 L12479.3,9302.73 L12461.7,9306.25 L12461.7,9297.27 L12479.2,9293.75 L12489,9293.75 L12489,9358.36 L12505.1,9358.36 L12505.1,9366.66 L12463.2,9366.66 L12463.2,9358.36" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M12977.7,9332.47 C12979.8,9333.19 12981.9,9334.72 12983.9,9337.06 C12985.9,9339.41 12987.9,9342.63 12989.9,9346.73 L12999.9,9366.66 L12989.3,9366.66 L12980,9347.95 C12977.6,9343.07 12975.3,9339.83 12973,9338.23 C12970.7,9336.64 12967.7,9335.84 12963.8,9335.84 L12953,9335.84 L12953,9366.66 L12943.1,9366.66 L12943.1,9293.75 L12965.4,9293.75 C12973.7,9293.75 12980,9295.49 12984.1,9298.98 C12988.2,9302.46 12990.2,9307.72 12990.2,9314.75 C12990.2,9319.34 12989.2,9323.15 12987,9326.18 C12984.9,9329.21 12981.8,9331.3 12977.7,9332.47 M12953,9301.86 L12953,9327.73 L12965.4,9327.73 C12970.2,9327.73 12973.7,9326.64 12976.2,9324.44 C12978.6,9322.24 12979.8,9319.01 12979.8,9314.75 C12979.8,9310.49 12978.6,9307.28 12976.2,9305.11 C12973.7,9302.94 12970.2,9301.86 12965.4,9301.86 L12953,9301.86 M13012.6,9293.75 L13058.7,9293.75 L13058.7,9302.06 L13022.5,9302.06 L13022.5,9323.64 L13057.2,9323.64 L13057.2,9331.94 L13022.5,9331.94 L13022.5,9358.36 L13059.6,9358.36 L13059.6,9366.66 L13012.6,9366.66 L13012.6,9293.75 M13094.6,9366.66 L13066.8,9293.75 L13077,9293.75 L13100.2,9355.12 L13123.3,9293.75 L13133.5,9293.75 L13105.8,9366.66 L13094.6,9366.66 M13185.3,9358.36 L13219.8,9358.36 L13219.8,9366.66 L13173.5,9366.66 L13173.5,9358.36 C13177.2,9354.48 13182.3,9349.28 13188.8,9342.76 C13195.3,9336.23 13199.3,9332.02 13201,9330.12 C13204.1,9326.58 13206.3,9323.58 13207.6,9321.12 C13208.8,9318.67 13209.5,9316.25 13209.5,9313.88 C13209.5,9310 13208.1,9306.84 13205.4,9304.4 C13202.7,9301.96 13199.1,9300.73 13194.8,9300.73 C13191.7,9300.73 13188.4,9301.27 13185,9302.34 C13181.5,9303.42 13177.9,9305.05 13174,9307.23 L13174,9297.27 C13177.9,9295.67 13181.6,9294.47 13185.1,9293.66 C13188.6,9292.84 13191.7,9292.44 13194.6,9292.44 C13202.1,9292.44 13208.2,9294.33 13212.6,9298.1 C13217.1,9301.88 13219.4,9306.92 13219.4,9313.23 C13219.4,9316.23 13218.8,9319.08 13217.7,9321.76 C13216.6,9324.44 13214.5,9327.6 13211.6,9331.25 C13210.8,9332.2 13208.2,9334.93 13203.8,9339.44 C13199.4,9343.95 13193.3,9350.26 13185.3,9358.36 " fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M13234.2,8570.14 L13220.8,8606.42 L13247.6,8606.42 L13234.2,8570.14 M13228.6,8560.42 L13239.8,8560.42 L13267.6,8633.33 L13257.3,8633.33 L13250.7,8614.62 L13217.8,8614.62 L13211.2,8633.33 L13200.8,8633.33 L13228.6,8560.42 M13309,8594.02 C13313.7,8595.03 13317.4,8597.13 13320,8600.32 C13322.7,8603.51 13324,8607.45 13324,8612.14 C13324,8619.33 13321.5,8624.89 13316.6,8628.84 C13311.6,8632.78 13304.6,8634.75 13295.5,8634.75 C13292.4,8634.75 13289.3,8634.45 13286.1,8633.84 C13282.8,8633.24 13279.5,8632.33 13276,8631.12 L13276,8621.61 C13278.8,8623.2 13281.8,8624.41 13285,8625.22 C13288.3,8626.03 13291.7,8626.44 13295.2,8626.44 C13301.4,8626.44 13306.1,8625.22 13309.3,8622.78 C13312.6,8620.34 13314.2,8616.8 13314.2,8612.14 C13314.2,8607.84 13312.7,8604.48 13309.7,8602.05 C13306.7,8599.63 13302.5,8598.42 13297.1,8598.42 L13288.6,8598.42 L13288.6,8590.31 L13297.5,8590.31 C13302.4,8590.31 13306.1,8589.34 13308.6,8587.41 C13311.2,8585.47 13312.5,8582.68 13312.5,8579.03 C13312.5,8575.29 13311.2,8572.42 13308.5,8570.41 C13305.9,8568.41 13302.1,8567.41 13297.1,8567.41 C13294.4,8567.41 13291.5,8567.7 13288.4,8568.29 C13285.3,8568.88 13281.9,8569.79 13278.2,8571.02 L13278.2,8562.23 C13282,8561.19 13285.5,8560.41 13288.8,8559.89 C13292,8559.37 13295.1,8559.11 13298,8559.11 C13305.5,8559.11 13311.4,8560.81 13315.8,8564.21 C13320.1,8567.61 13322.3,8572.21 13322.3,8578 C13322.3,8582.04 13321.2,8585.45 13318.8,8588.23 C13316.5,8591.02 13313.2,8592.94 13309,8594.02 " fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="1" stroke-miterlimit="4" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)">
   <path vector-effect="none" d="M9030.61,9451.61 C9025.8,9451.61 9021.99,9453.49 9019.19,9457.25 C9016.39,9461.01 9014.98,9466.16 9014.98,9472.7 C9014.98,9479.24 9016.38,9484.4 9019.16,9488.16 C9021.95,9491.92 9025.77,9493.8 9030.61,9493.8 C9035.4,9493.8 9039.2,9491.91 9041.99,9488.13 C9044.79,9484.36 9046.19,9479.21 9046.19,9472.7 C9046.19,9466.22 9044.79,9461.09 9041.99,9457.3 C9039.2,9453.51 9035.4,9451.61 9030.61,9451.61 M9030.61,9444 C9038.42,9444 9044.56,9446.54 9049.02,9451.62 C9053.49,9456.7 9055.72,9463.72 9055.72,9472.7 C9055.72,9481.65 9053.49,9488.67 9049.02,9493.77 C9044.56,9498.87 9038.42,9501.42 9030.61,9501.42 C9022.77,9501.42 9016.62,9498.87 9012.18,9493.77 C9007.74,9488.67 9005.52,9481.65 9005.52,9472.7 C9005.52,9463.72 9007.74,9456.7 9012.18,9451.62 C9016.62,9446.54 9022.77,9444 9030.61,9444 M9079.28,9491.8 L9079.28,9520.8 L9070.25,9520.8 L9070.25,9445.31 L9079.28,9445.31 L9079.28,9453.61 C9081.18,9450.36 9083.57,9447.95 9086.45,9446.37 C9089.33,9444.79 9092.77,9444 9096.77,9444 C9103.41,9444 9108.81,9446.64 9112.96,9451.91 C9117.11,9457.18 9119.19,9464.11 9119.19,9472.7 C9119.19,9481.3 9117.11,9488.23 9112.96,9493.51 C9108.81,9498.78 9103.41,9501.42 9096.77,9501.42 C9092.77,9501.42 9089.33,9500.63 9086.45,9499.05 C9083.57,9497.46 9081.18,9495.05 9079.28,9491.8 M9109.86,9472.7 C9109.86,9466.1 9108.5,9460.92 9105.78,9457.16 C9103.06,9453.4 9099.33,9451.52 9094.58,9451.52 C9089.82,9451.52 9086.08,9453.4 9083.36,9457.16 C9080.64,9460.92 9079.28,9466.1 9079.28,9472.7 C9079.28,9479.31 9080.64,9484.49 9083.36,9488.25 C9086.08,9492.01 9089.82,9493.89 9094.58,9493.89 C9099.33,9493.89 9103.06,9492.01 9105.78,9488.25 C9108.5,9484.49 9109.86,9479.31 9109.86,9472.7 M9180.84,9470.41 L9180.84,9474.8 L9139.53,9474.8 C9139.93,9480.98 9141.79,9485.7 9145.12,9488.94 C9148.46,9492.18 9153.1,9493.8 9159.06,9493.8 C9162.51,9493.8 9165.85,9493.38 9169.09,9492.53 C9172.33,9491.69 9175.55,9490.42 9178.75,9488.72 L9178.75,9497.22 C9175.52,9498.58 9172.21,9499.62 9168.83,9500.34 C9165.44,9501.06 9162.01,9501.42 9158.53,9501.42 C9149.8,9501.42 9142.89,9498.88 9137.8,9493.8 C9132.7,9488.73 9130.16,9481.85 9130.16,9473.19 C9130.16,9464.24 9132.57,9457.14 9137.41,9451.88 C9142.24,9446.63 9148.76,9444 9156.97,9444 C9164.32,9444 9170.14,9446.37 9174.42,9451.1 C9178.7,9455.84 9180.84,9462.27 9180.84,9470.41 M9171.86,9467.77 C9171.8,9462.86 9170.42,9458.94 9167.73,9456.01 C9165.05,9453.08 9161.49,9451.61 9157.06,9451.61 C9152.05,9451.61 9148.04,9453.03 9145.03,9455.86 C9142.02,9458.69 9140.29,9462.68 9139.83,9467.83 L9171.86,9467.77 M9241.05,9466.98 L9241.05,9500 L9232.06,9500 L9232.06,9467.28 C9232.06,9462.1 9231.05,9458.23 9229.03,9455.66 C9227.01,9453.1 9223.98,9451.81 9219.95,9451.81 C9215.1,9451.81 9211.27,9453.36 9208.47,9456.45 C9205.67,9459.53 9204.27,9463.75 9204.27,9469.09 L9204.27,9500 L9195.23,9500 L9195.23,9445.31 L9204.27,9445.31 L9204.27,9453.81 C9206.42,9450.52 9208.96,9448.06 9211.87,9446.44 C9214.78,9444.81 9218.14,9444 9221.95,9444 C9228.23,9444 9232.99,9445.94 9236.21,9449.83 C9239.43,9453.71 9241.05,9459.43 9241.05,9466.98 M9254.42,9468.61 L9280.73,9468.61 L9280.73,9476.61 L9254.42,9476.61 L9254.42,9468.61 M9329.89,9446.92 L9329.89,9455.42 C9327.36,9454.12 9324.73,9453.14 9321.99,9452.49 C9319.26,9451.84 9316.42,9451.52 9313.48,9451.52 C9309.03,9451.52 9305.68,9452.2 9303.45,9453.56 C9301.22,9454.93 9300.11,9456.98 9300.11,9459.72 C9300.11,9461.8 9300.91,9463.44 9302.5,9464.62 C9304.09,9465.81 9307.3,9466.94 9312.12,9468.02 L9315.2,9468.7 C9321.58,9470.07 9326.11,9471.99 9328.8,9474.48 C9331.48,9476.97 9332.83,9480.45 9332.83,9484.91 C9332.83,9489.99 9330.82,9494.01 9326.8,9496.98 C9322.78,9499.94 9317.25,9501.42 9310.22,9501.42 C9307.29,9501.42 9304.24,9501.14 9301.06,9500.56 C9297.89,9499.99 9294.54,9499.14 9291.03,9498 L9291.03,9488.72 C9294.35,9490.45 9297.62,9491.74 9300.84,9492.6 C9304.06,9493.46 9307.26,9493.89 9310.42,9493.89 C9314.65,9493.89 9317.9,9493.17 9320.18,9491.72 C9322.46,9490.27 9323.59,9488.23 9323.59,9485.59 C9323.59,9483.16 9322.77,9481.29 9321.13,9479.98 C9319.49,9478.68 9315.89,9477.43 9310.31,9476.22 L9307.19,9475.48 C9301.62,9474.32 9297.61,9472.52 9295.13,9470.09 C9292.66,9467.67 9291.42,9464.34 9291.42,9460.11 C9291.42,9454.96 9293.24,9450.99 9296.89,9448.2 C9300.54,9445.4 9305.71,9444 9312.42,9444 C9315.73,9444 9318.86,9444.24 9321.79,9444.73 C9324.72,9445.21 9327.42,9445.94 9329.89,9446.92 M9368.31,9451.61 C9363.5,9451.61 9359.69,9453.49 9356.89,9457.25 C9354.09,9461.01 9352.69,9466.16 9352.69,9472.7 C9352.69,9479.24 9354.08,9484.4 9356.87,9488.16 C9359.65,9491.92 9363.47,9493.8 9368.31,9493.8 C9373.1,9493.8 9376.9,9491.91 9379.7,9488.13 C9382.49,9484.36 9383.89,9479.21 9383.89,9472.7 C9383.89,9466.22 9382.49,9461.09 9379.7,9457.3 C9376.9,9453.51 9373.1,9451.61 9368.31,9451.61 M9368.31,9444 C9376.12,9444 9382.26,9446.54 9386.73,9451.62 C9391.19,9456.7 9393.42,9463.72 9393.42,9472.7 C9393.42,9481.65 9391.19,9488.67 9386.73,9493.77 C9382.26,9498.87 9376.12,9501.42 9368.31,9501.42 C9360.47,9501.42 9354.33,9498.87 9349.88,9493.77 C9345.44,9488.67 9343.22,9481.65 9343.22,9472.7 C9343.22,9463.72 9345.44,9456.7 9349.88,9451.62 C9354.33,9446.54 9360.47,9444 9368.31,9444 M9407.38,9478.42 L9407.38,9445.31 L9416.36,9445.31 L9416.36,9478.08 C9416.36,9483.26 9417.37,9487.14 9419.38,9489.73 C9421.4,9492.32 9424.43,9493.61 9428.47,9493.61 C9433.31,9493.61 9437.14,9492.06 9439.96,9488.97 C9442.78,9485.88 9444.19,9481.66 9444.19,9476.31 L9444.19,9445.31 L9453.17,9445.31 L9453.17,9500 L9444.19,9500 L9444.19,9491.59 C9442.01,9494.92 9439.48,9497.39 9436.6,9499 C9433.72,9500.61 9430.38,9501.42 9426.56,9501.42 C9420.28,9501.42 9415.51,9499.47 9412.26,9495.56 C9409,9491.66 9407.38,9485.94 9407.38,9478.42 M9503.36,9453.7 C9502.35,9453.12 9501.25,9452.69 9500.06,9452.41 C9498.88,9452.14 9497.57,9452 9496.14,9452 C9491.06,9452 9487.16,9453.65 9484.44,9456.95 C9481.72,9460.26 9480.36,9465 9480.36,9471.19 L9480.36,9500 L9471.33,9500 L9471.33,9445.31 L9480.36,9445.31 L9480.36,9453.81 C9482.26,9450.49 9484.72,9448.02 9487.74,9446.41 C9490.77,9444.8 9494.45,9444 9498.78,9444 C9499.4,9444 9500.08,9444.04 9500.83,9444.12 C9501.58,9444.2 9502.41,9444.32 9503.31,9444.48 L9503.36,9453.7 M9552.14,9447.41 L9552.14,9455.81 C9549.6,9454.41 9547.05,9453.35 9544.5,9452.66 C9541.95,9451.96 9539.37,9451.61 9536.77,9451.61 C9530.93,9451.61 9526.4,9453.46 9523.18,9457.15 C9519.96,9460.84 9518.34,9466.03 9518.34,9472.7 C9518.34,9479.38 9519.96,9484.57 9523.18,9488.26 C9526.4,9491.95 9530.93,9493.8 9536.77,9493.8 C9539.37,9493.8 9541.95,9493.45 9544.5,9492.75 C9547.05,9492.05 9549.6,9491 9552.14,9489.59 L9552.14,9497.91 C9549.63,9499.07 9547.03,9499.95 9544.35,9500.54 C9541.67,9501.13 9538.81,9501.42 9535.78,9501.42 C9527.54,9501.42 9521,9498.83 9516.15,9493.66 C9511.3,9488.48 9508.88,9481.49 9508.88,9472.7 C9508.88,9463.79 9511.33,9456.77 9516.23,9451.66 C9521.13,9446.55 9527.84,9444 9536.38,9444 C9539.14,9444 9541.83,9444.28 9544.47,9444.85 C9547.1,9445.42 9549.66,9446.27 9552.14,9447.41 M9614.53,9470.41 L9614.53,9474.8 L9573.22,9474.8 C9573.61,9480.98 9575.48,9485.7 9578.81,9488.94 C9582.15,9492.18 9586.79,9493.8 9592.75,9493.8 C9596.2,9493.8 9599.54,9493.38 9602.78,9492.53 C9606.02,9491.69 9609.24,9490.42 9612.44,9488.72 L9612.44,9497.22 C9609.21,9498.58 9605.9,9499.62 9602.52,9500.34 C9599.13,9501.06 9595.7,9501.42 9592.22,9501.42 C9583.49,9501.42 9576.58,9498.88 9571.48,9493.8 C9566.39,9488.73 9563.84,9481.85 9563.84,9473.19 C9563.84,9464.24 9566.26,9457.14 9571.09,9451.88 C9575.93,9446.63 9582.45,9444 9590.66,9444 C9598.01,9444 9603.83,9446.37 9608.11,9451.1 C9612.39,9455.84 9614.53,9462.27 9614.53,9470.41 M9605.55,9467.77 C9605.48,9462.86 9604.11,9458.94 9601.42,9456.01 C9598.73,9453.08 9595.18,9451.61 9590.75,9451.61 C9585.74,9451.61 9581.73,9453.03 9578.72,9455.86 C9575.71,9458.69 9573.97,9462.68 9573.52,9467.83 L9605.55,9467.77 M9669.73,9491.8 L9669.73,9520.8 L9660.7,9520.8 L9660.7,9445.31 L9669.73,9445.31 L9669.73,9453.61 C9671.63,9450.36 9674.02,9447.95 9676.9,9446.37 C9679.78,9444.79 9683.22,9444 9687.22,9444 C9693.86,9444 9699.26,9446.64 9703.41,9451.91 C9707.57,9457.18 9709.64,9464.11 9709.64,9472.7 C9709.64,9481.3 9707.57,9488.23 9703.41,9493.51 C9699.26,9498.78 9693.86,9501.42 9687.22,9501.42 C9683.22,9501.42 9679.78,9500.63 9676.9,9499.05 C9674.02,9497.46 9671.63,9495.05 9669.73,9491.8 M9700.31,9472.7 C9700.31,9466.1 9698.95,9460.92 9696.23,9457.16 C9693.52,9453.4 9689.78,9451.52 9685.03,9451.52 C9680.27,9451.52 9676.53,9453.4 9673.81,9457.16 C9671.09,9460.92 9669.73,9466.1 9669.73,9472.7 C9669.73,9479.31 9671.09,9484.49 9673.81,9488.25 C9676.53,9492.01 9680.27,9493.89 9685.03,9493.89 C9689.78,9493.89 9693.52,9492.01 9696.23,9488.25 C9698.95,9484.49 9700.31,9479.31 9700.31,9472.7 M9756.2,9453.7 C9755.19,9453.12 9754.09,9452.69 9752.91,9452.41 C9751.72,9452.14 9750.41,9452 9748.98,9452 C9743.9,9452 9740,9453.65 9737.28,9456.95 C9734.56,9460.26 9733.2,9465 9733.2,9471.19 L9733.2,9500 L9724.17,9500 L9724.17,9445.31 L9733.2,9445.31 L9733.2,9453.81 C9735.1,9450.49 9737.56,9448.02 9740.59,9446.41 C9743.61,9444.8 9747.29,9444 9751.62,9444 C9752.24,9444 9752.92,9444.04 9753.67,9444.12 C9754.42,9444.2 9755.25,9444.32 9756.16,9444.48 L9756.2,9453.7 M9786.81,9451.61 C9782,9451.61 9778.19,9453.49 9775.39,9457.25 C9772.59,9461.01 9771.19,9466.16 9771.19,9472.7 C9771.19,9479.24 9772.58,9484.4 9775.37,9488.16 C9778.15,9491.92 9781.97,9493.8 9786.81,9493.8 C9791.6,9493.8 9795.4,9491.91 9798.2,9488.13 C9800.99,9484.36 9802.39,9479.21 9802.39,9472.7 C9802.39,9466.22 9800.99,9461.09 9798.2,9457.3 C9795.4,9453.51 9791.6,9451.61 9786.81,9451.61 M9786.81,9444 C9794.62,9444 9800.76,9446.54 9805.23,9451.62 C9809.69,9456.7 9811.92,9463.72 9811.92,9472.7 C9811.92,9481.65 9809.69,9488.67 9805.23,9493.77 C9800.76,9498.87 9794.62,9501.42 9786.81,9501.42 C9778.97,9501.42 9772.83,9498.87 9768.38,9493.77 C9763.94,9488.67 9761.72,9481.65 9761.72,9472.7 C9761.72,9463.72 9763.94,9456.7 9768.38,9451.62 C9772.83,9446.54 9778.97,9444 9786.81,9444 M9826.8,9445.31 L9835.78,9445.31 L9835.78,9500.98 C9835.78,9507.94 9834.46,9512.98 9831.8,9516.11 C9829.15,9519.23 9824.88,9520.8 9818.98,9520.8 L9815.56,9520.8 L9815.56,9513.19 L9817.97,9513.19 C9821.39,9513.19 9823.71,9512.4 9824.95,9510.82 C9826.18,9509.24 9826.8,9505.96 9826.8,9500.98 L9826.8,9445.31 M9826.8,9424.02 L9835.78,9424.02 L9835.78,9435.41 L9826.8,9435.41 L9826.8,9424.02 M9901.36,9470.41 L9901.36,9474.8 L9860.05,9474.8 C9860.44,9480.98 9862.31,9485.7 9865.64,9488.94 C9868.97,9492.18 9873.62,9493.8 9879.58,9493.8 C9883.03,9493.8 9886.37,9493.38 9889.61,9492.53 C9892.85,9491.69 9896.07,9490.42 9899.27,9488.72 L9899.27,9497.22 C9896.04,9498.58 9892.73,9499.62 9889.34,9500.34 C9885.96,9501.06 9882.53,9501.42 9879.05,9501.42 C9870.32,9501.42 9863.41,9498.88 9858.31,9493.8 C9853.22,9488.73 9850.67,9481.85 9850.67,9473.19 C9850.67,9464.24 9853.09,9457.14 9857.92,9451.88 C9862.76,9446.63 9869.28,9444 9877.48,9444 C9884.84,9444 9890.66,9446.37 9894.94,9451.1 C9899.22,9455.84 9901.36,9462.27 9901.36,9470.41 M9892.38,9467.77 C9892.31,9462.86 9890.94,9458.94 9888.25,9456.01 C9885.56,9453.08 9882.01,9451.61 9877.58,9451.61 C9872.57,9451.61 9868.56,9453.03 9865.55,9455.86 C9862.54,9458.69 9860.8,9462.68 9860.34,9467.83 L9892.38,9467.77 M9955.45,9447.41 L9955.45,9455.81 C9952.91,9454.41 9950.36,9453.35 9947.81,9452.66 C9945.26,9451.96 9942.68,9451.61 9940.08,9451.61 C9934.24,9451.61 9929.72,9453.46 9926.49,9457.15 C9923.27,9460.84 9921.66,9466.03 9921.66,9472.7 C9921.66,9479.38 9923.27,9484.57 9926.49,9488.26 C9929.72,9491.95 9934.24,9493.8 9940.08,9493.8 C9942.68,9493.8 9945.26,9493.45 9947.81,9492.75 C9950.36,9492.05 9952.91,9491 9955.45,9489.59 L9955.45,9497.91 C9952.94,9499.07 9950.35,9499.95 9947.66,9500.54 C9944.98,9501.13 9942.12,9501.42 9939.09,9501.42 C9930.85,9501.42 9924.31,9498.83 9919.46,9493.66 C9914.61,9488.48 9912.19,9481.49 9912.19,9472.7 C9912.19,9463.79 9914.64,9456.77 9919.54,9451.66 C9924.44,9446.55 9931.16,9444 9939.69,9444 C9942.45,9444 9945.15,9444.28 9947.78,9444.85 C9950.42,9445.42 9952.97,9446.27 9955.45,9447.41 M9979.95,9429.78 L9979.95,9445.31 L9998.45,9445.31 L9998.45,9452.3 L9979.95,9452.3 L9979.95,9481.98 C9979.95,9486.44 9980.56,9489.31 9981.78,9490.58 C9983,9491.85 9985.48,9492.48 9989.23,9492.48 L9998.45,9492.48 L9998.45,9500 L9989.23,9500 C9982.3,9500 9977.51,9498.71 9974.88,9496.12 C9972.24,9493.53 9970.92,9488.82 9970.92,9481.98 L9970.92,9452.3 L9964.33,9452.3 L9964.33,9445.31 L9970.92,9445.31 L9970.92,9429.78 L9979.95,9429.78 M10069.7,9424.02 L10069.7,9431.5 L10061.1,9431.5 C10057.9,9431.5 10055.7,9432.15 10054.4,9433.45 C10053.2,9434.76 10052.5,9437.1 10052.5,9440.48 L10052.5,9445.31 L10067.3,9445.31 L10067.3,9452.3 L10052.5,9452.3 L10052.5,9500 L10043.5,9500 L10043.5,9452.3 L10034.9,9452.3 L10034.9,9445.31 L10043.5,9445.31 L10043.5,9441.5 C10043.5,9435.42 10044.9,9430.98 10047.8,9428.2 C10050.6,9425.41 10055.1,9424.02 10061.2,9424.02 L10069.7,9424.02 M10108.9,9453.7 C10107.9,9453.12 10106.8,9452.69 10105.6,9452.41 C10104.5,9452.14 10103.1,9452 10101.7,9452 C10096.6,9452 10092.7,9453.65 10090,9456.95 C10087.3,9460.26 10085.9,9465 10085.9,9471.19 L10085.9,9500 L10076.9,9500 L10076.9,9445.31 L10085.9,9445.31 L10085.9,9453.81 C10087.8,9450.49 10090.3,9448.02 10093.3,9446.41 C10096.3,9444.8 10100,9444 10104.4,9444 C10105,9444 10105.7,9444.04 10106.4,9444.12 C10107.2,9444.2 10108,9444.32 10108.9,9444.48 L10108.9,9453.7 M10165.1,9470.41 L10165.1,9474.8 L10123.8,9474.8 C10124.2,9480.98 10126.1,9485.7 10129.4,9488.94 C10132.8,9492.18 10137.4,9493.8 10143.4,9493.8 C10146.8,9493.8 10150.2,9493.38 10153.4,9492.53 C10156.6,9491.69 10159.8,9490.42 10163,9488.72 L10163,9497.22 C10159.8,9498.58 10156.5,9499.62 10153.1,9500.34 C10149.7,9501.06 10146.3,9501.42 10142.8,9501.42 C10134.1,9501.42 10127.2,9498.88 10122.1,9493.8 C10117,9488.73 10114.5,9481.85 10114.5,9473.19 C10114.5,9464.24 10116.9,9457.14 10121.7,9451.88 C10126.5,9446.63 10133.1,9444 10141.3,9444 C10148.6,9444 10154.4,9446.37 10158.7,9451.1 C10163,9455.84 10165.1,9462.27 10165.1,9470.41 M10156.2,9467.77 C10156.1,9462.86 10154.7,9458.94 10152,9456.01 C10149.3,9453.08 10145.8,9451.61 10141.4,9451.61 C10136.3,9451.61 10132.3,9453.03 10129.3,9455.86 C10126.3,9458.69 10124.6,9462.68 10124.1,9467.83 L10156.2,9467.77 M10226.7,9470.41 L10226.7,9474.8 L10185.3,9474.8 C10185.7,9480.98 10187.6,9485.7 10190.9,9488.94 C10194.3,9492.18 10198.9,9493.8 10204.9,9493.8 C10208.3,9493.8 10211.7,9493.38 10214.9,9492.53 C10218.1,9491.69 10221.4,9490.42 10224.6,9488.72 L10224.6,9497.22 C10221.3,9498.58 10218,9499.62 10214.6,9500.34 C10211.3,9501.06 10207.8,9501.42 10204.3,9501.42 C10195.6,9501.42 10188.7,9498.88 10183.6,9493.8 C10178.5,9488.73 10176,9481.85 10176,9473.19 C10176,9464.24 10178.4,9457.14 10183.2,9451.88 C10188.1,9446.63 10194.6,9444 10202.8,9444 C10210.1,9444 10216,9446.37 10220.2,9451.1 C10224.5,9455.84 10226.7,9462.27 10226.7,9470.41 M10217.7,9467.77 C10217.6,9462.86 10216.2,9458.94 10213.5,9456.01 C10210.9,9453.08 10207.3,9451.61 10202.9,9451.61 C10197.9,9451.61 10193.9,9453.03 10190.8,9455.86 C10187.8,9458.69 10186.1,9462.68 10185.6,9467.83 L10217.7,9467.77 M10282.1,9429.78 L10282.1,9445.31 L10300.6,9445.31 L10300.6,9452.3 L10282.1,9452.3 L10282.1,9481.98 C10282.1,9486.44 10282.7,9489.31 10283.9,9490.58 C10285.1,9491.85 10287.6,9492.48 10291.3,9492.48 L10300.6,9492.48 L10300.6,9500 L10291.3,9500 C10284.4,9500 10279.6,9498.71 10277,9496.12 C10274.3,9493.53 10273,9488.82 10273,9481.98 L10273,9452.3 L10266.4,9452.3 L10266.4,9445.31 L10273,9445.31 L10273,9429.78 L10282.1,9429.78 M10333.6,9451.61 C10328.8,9451.61 10324.9,9453.49 10322.1,9457.25 C10319.3,9461.01 10317.9,9466.16 10317.9,9472.7 C10317.9,9479.24 10319.3,9484.4 10322.1,9488.16 C10324.9,9491.92 10328.7,9493.8 10333.6,9493.8 C10338.4,9493.8 10342.1,9491.91 10344.9,9488.13 C10347.7,9484.36 10349.1,9479.21 10349.1,9472.7 C10349.1,9466.22 10347.7,9461.09 10344.9,9457.3 C10342.1,9453.51 10338.4,9451.61 10333.6,9451.61 M10333.6,9444 C10341.4,9444 10347.5,9446.54 10352,9451.62 C10356.4,9456.7 10358.7,9463.72 10358.7,9472.7 C10358.7,9481.65 10356.4,9488.67 10352,9493.77 C10347.5,9498.87 10341.4,9501.42 10333.6,9501.42 C10325.7,9501.42 10319.6,9498.87 10315.1,9493.77 C10310.7,9488.67 10308.5,9481.65 10308.5,9472.7 C10308.5,9463.72 10310.7,9456.7 10315.1,9451.62 C10319.6,9446.54 10325.7,9444 10333.6,9444 M10404.4,9478.42 L10404.4,9445.31 L10413.4,9445.31 L10413.4,9478.08 C10413.4,9483.26 10414.4,9487.14 10416.4,9489.73 C10418.4,9492.32 10421.5,9493.61 10425.5,9493.61 C10430.3,9493.61 10434.2,9492.06 10437,9488.97 C10439.8,9485.88 10441.2,9481.66 10441.2,9476.31 L10441.2,9445.31 L10450.2,9445.31 L10450.2,9500 L10441.2,9500 L10441.2,9491.59 C10439,9494.92 10436.5,9497.39 10433.6,9499 C10430.8,9500.61 10427.4,9501.42 10423.6,9501.42 C10417.3,9501.42 10412.5,9499.47 10409.3,9495.56 C10406,9491.66 10404.4,9485.94 10404.4,9478.42 M10503.6,9446.92 L10503.6,9455.42 C10501,9454.12 10498.4,9453.14 10495.7,9452.49 C10492.9,9451.84 10490.1,9451.52 10487.2,9451.52 C10482.7,9451.52 10479.4,9452.2 10477.1,9453.56 C10474.9,9454.93 10473.8,9456.98 10473.8,9459.72 C10473.8,9461.8 10474.6,9463.44 10476.2,9464.62 C10477.8,9465.81 10481,9466.94 10485.8,9468.02 L10488.9,9468.7 C10495.2,9470.07 10499.8,9471.99 10502.5,9474.48 C10505.2,9476.97 10506.5,9480.45 10506.5,9484.91 C10506.5,9489.99 10504.5,9494.01 10500.5,9496.98 C10496.4,9499.94 10490.9,9501.42 10483.9,9501.42 C10481,9501.42 10477.9,9501.14 10474.7,9500.56 C10471.6,9499.99 10468.2,9499.14 10464.7,9498 L10464.7,9488.72 C10468,9490.45 10471.3,9491.74 10474.5,9492.6 C10477.7,9493.46 10480.9,9493.89 10484.1,9493.89 C10488.3,9493.89 10491.6,9493.17 10493.9,9491.72 C10496.1,9490.27 10497.3,9488.23 10497.3,9485.59 C10497.3,9483.16 10496.4,9481.29 10494.8,9479.98 C10493.2,9478.68 10489.6,9477.43 10484,9476.22 L10480.9,9475.48 C10475.3,9474.32 10471.3,9472.52 10468.8,9470.09 C10466.3,9467.67 10465.1,9464.34 10465.1,9460.11 C10465.1,9454.96 10466.9,9450.99 10470.6,9448.2 C10474.2,9445.4 10479.4,9444 10486.1,9444 C10489.4,9444 10492.5,9444.24 10495.5,9444.73 C10498.4,9445.21 10501.1,9445.94 10503.6,9446.92 M10567.6,9470.41 L10567.6,9474.8 L10526.3,9474.8 C10526.7,9480.98 10528.5,9485.7 10531.9,9488.94 C10535.2,9492.18 10539.8,9493.8 10545.8,9493.8 C10549.2,9493.8 10552.6,9493.38 10555.8,9492.53 C10559.1,9491.69 10562.3,9490.42 10565.5,9488.72 L10565.5,9497.22 C10562.3,9498.58 10558.9,9499.62 10555.6,9500.34 C10552.2,9501.06 10548.7,9501.42 10545.3,9501.42 C10536.5,9501.42 10529.6,9498.88 10524.5,9493.8 C10519.4,9488.73 10516.9,9481.85 10516.9,9473.19 C10516.9,9464.24 10519.3,9457.14 10524.1,9451.88 C10529,9446.63 10535.5,9444 10543.7,9444 C10551.1,9444 10556.9,9446.37 10561.2,9451.1 C10565.4,9455.84 10567.6,9462.27 10567.6,9470.41 M10558.6,9467.77 C10558.5,9462.86 10557.2,9458.94 10554.5,9456.01 C10551.8,9453.08 10548.2,9451.61 10543.8,9451.61 C10538.8,9451.61 10534.8,9453.03 10531.8,9455.86 C10528.8,9458.69 10527,9462.68 10526.6,9467.83 L10558.6,9467.77 M10608.9,9445.31 L10617.9,9445.31 L10629.1,9487.98 L10640.3,9445.31 L10650.9,9445.31 L10662.1,9487.98 L10673.3,9445.31 L10682.3,9445.31 L10668,9500 L10657.4,9500 L10645.6,9455.17 L10633.8,9500 L10623.2,9500 L10608.9,9445.31 M10695.9,9445.31 L10704.9,9445.31 L10704.9,9500 L10695.9,9500 L10695.9,9445.31 M10695.9,9424.02 L10704.9,9424.02 L10704.9,9435.41 L10695.9,9435.41 L10695.9,9424.02 M10732.5,9429.78 L10732.5,9445.31 L10751,9445.31 L10751,9452.3 L10732.5,9452.3 L10732.5,9481.98 C10732.5,9486.44 10733.2,9489.31 10734.4,9490.58 C10735.6,9491.85 10738.1,9492.48 10741.8,9492.48 L10751,9492.48 L10751,9500 L10741.8,9500 C10734.9,9500 10730.1,9498.71 10727.5,9496.12 C10724.8,9493.53 10723.5,9488.82 10723.5,9481.98 L10723.5,9452.3 L10716.9,9452.3 L10716.9,9445.31 L10723.5,9445.31 L10723.5,9429.78 L10732.5,9429.78 M10808.3,9466.98 L10808.3,9500 L10799.3,9500 L10799.3,9467.28 C10799.3,9462.1 10798.3,9458.23 10796.3,9455.66 C10794.3,9453.1 10791.3,9451.81 10787.2,9451.81 C10782.4,9451.81 10778.6,9453.36 10775.8,9456.45 C10772.9,9459.53 10771.5,9463.75 10771.5,9469.09 L10771.5,9500 L10762.5,9500 L10762.5,9424.02 L10771.5,9424.02 L10771.5,9453.81 C10773.7,9450.52 10776.2,9448.06 10779.1,9446.44 C10782.1,9444.81 10785.4,9444 10789.2,9444 C10795.5,9444 10800.3,9445.94 10803.5,9449.83 C10806.7,9453.71 10808.3,9459.43 10808.3,9466.98 M10847.4,9451.61 C10842.6,9451.61 10838.8,9453.49 10836,9457.25 C10833.2,9461.01 10831.8,9466.16 10831.8,9472.7 C10831.8,9479.24 10833.2,9484.4 10836,9488.16 C10838.8,9491.92 10842.6,9493.8 10847.4,9493.8 C10852.2,9493.8 10856,9491.91 10858.8,9488.13 C10861.6,9484.36 10863,9479.21 10863,9472.7 C10863,9466.22 10861.6,9461.09 10858.8,9457.3 C10856,9453.51 10852.2,9451.61 10847.4,9451.61 M10847.4,9444 C10855.2,9444 10861.4,9446.54 10865.8,9451.62 C10870.3,9456.7 10872.5,9463.72 10872.5,9472.7 C10872.5,9481.65 10870.3,9488.67 10865.8,9493.77 C10861.4,9498.87 10855.2,9501.42 10847.4,9501.42 C10839.6,9501.42 10833.4,9498.87 10829,9493.77 C10824.5,9488.67 10822.3,9481.65 10822.3,9472.7 C10822.3,9463.72 10824.5,9456.7 10829,9451.62 C10833.4,9446.54 10839.6,9444 10847.4,9444 M10886.5,9478.42 L10886.5,9445.31 L10895.5,9445.31 L10895.5,9478.08 C10895.5,9483.26 10896.5,9487.14 10898.5,9489.73 C10900.5,9492.32 10903.5,9493.61 10907.6,9493.61 C10912.4,9493.61 10916.3,9492.06 10919.1,9488.97 C10921.9,9485.88 10923.3,9481.66 10923.3,9476.31 L10923.3,9445.31 L10932.3,9445.31 L10932.3,9500 L10923.3,9500 L10923.3,9491.59 C10921.1,9494.92 10918.6,9497.39 10915.7,9499 C10912.8,9500.61 10909.5,9501.42 10905.7,9501.42 C10899.4,9501.42 10894.6,9499.47 10891.4,9495.56 C10888.1,9491.66 10886.5,9485.94 10886.5,9478.42 M10959.7,9429.78 L10959.7,9445.31 L10978.2,9445.31 L10978.2,9452.3 L10959.7,9452.3 L10959.7,9481.98 C10959.7,9486.44 10960.3,9489.31 10961.5,9490.58 C10962.7,9491.85 10965.2,9492.48 10969,9492.48 L10978.2,9492.48 L10978.2,9500 L10969,9500 C10962,9500 10957.2,9498.71 10954.6,9496.12 C10952,9493.53 10950.6,9488.82 10950.6,9481.98 L10950.6,9452.3 L10944,9452.3 L10944,9445.31 L10950.6,9445.31 L10950.6,9429.78 L10959.7,9429.78 M11046.6,9472.52 C11039.4,9472.52 11034.3,9473.34 11031.5,9475 C11028.7,9476.66 11027.3,9479.49 11027.3,9483.5 C11027.3,9486.69 11028.4,9489.22 11030.5,9491.09 C11032.6,9492.96 11035.4,9493.89 11039,9493.89 C11044,9493.89 11048,9492.12 11051,9488.59 C11054.1,9485.06 11055.6,9480.37 11055.6,9474.52 L11055.6,9472.52 L11046.6,9472.52 M11064.5,9468.8 L11064.5,9500 L11055.6,9500 L11055.6,9491.7 C11053.5,9495.02 11051,9497.46 11047.9,9499.05 C11044.8,9500.63 11041.1,9501.42 11036.7,9501.42 C11031.1,9501.42 11026.6,9499.85 11023.3,9496.7 C11020,9493.56 11018.3,9489.35 11018.3,9484.08 C11018.3,9477.93 11020.4,9473.3 11024.5,9470.17 C11028.6,9467.05 11034.8,9465.48 11043,9465.48 L11055.6,9465.48 L11055.6,9464.59 C11055.6,9460.46 11054.2,9457.26 11051.5,9455 C11048.8,9452.74 11044.9,9451.61 11040,9451.61 C11036.9,9451.61 11033.9,9451.98 11030.9,9452.73 C11027.9,9453.48 11025.1,9454.61 11022.4,9456.11 L11022.4,9447.8 C11025.6,9446.53 11028.8,9445.58 11031.9,9444.95 C11035,9444.32 11038,9444 11041,9444 C11048.9,9444 11054.8,9446.05 11058.7,9450.15 C11062.6,9454.25 11064.5,9460.46 11064.5,9468.8 M11128.5,9466.98 L11128.5,9500 L11119.5,9500 L11119.5,9467.28 C11119.5,9462.1 11118.5,9458.23 11116.5,9455.66 C11114.5,9453.1 11111.4,9451.81 11107.4,9451.81 C11102.6,9451.81 11098.7,9453.36 11095.9,9456.45 C11093.1,9459.53 11091.7,9463.75 11091.7,9469.09 L11091.7,9500 L11082.7,9500 L11082.7,9445.31 L11091.7,9445.31 L11091.7,9453.81 C11093.9,9450.52 11096.4,9448.06 11099.3,9446.44 C11102.2,9444.81 11105.6,9444 11109.4,9444 C11115.7,9444 11120.4,9445.94 11123.7,9449.83 C11126.9,9453.71 11128.5,9459.43 11128.5,9466.98 M11169.2,9505.08 C11166.6,9511.59 11164.2,9515.84 11161.7,9517.82 C11159.3,9519.8 11156.1,9520.8 11152.1,9520.8 L11144.9,9520.8 L11144.9,9513.28 L11150.2,9513.28 C11152.6,9513.28 11154.6,9512.7 11155.9,9511.52 C11157.3,9510.35 11158.8,9507.58 11160.5,9503.22 L11162.1,9499.12 L11140,9445.31 L11149.5,9445.31 L11166.6,9488.08 L11183.7,9445.31 L11193.2,9445.31 L11169.2,9505.08 M11232.1,9445.31 L11241.1,9445.31 L11252.4,9487.98 L11263.5,9445.31 L11274.1,9445.31 L11285.4,9487.98 L11296.5,9445.31 L11305.5,9445.31 L11291.2,9500 L11280.6,9500 L11268.9,9455.17 L11257,9500 L11246.4,9500 L11232.1,9445.31 M11344,9472.52 C11336.7,9472.52 11331.7,9473.34 11328.9,9475 C11326.1,9476.66 11324.7,9479.49 11324.7,9483.5 C11324.7,9486.69 11325.8,9489.22 11327.9,9491.09 C11330,9492.96 11332.8,9493.89 11336.4,9493.89 C11341.4,9493.89 11345.4,9492.12 11348.4,9488.59 C11351.4,9485.06 11352.9,9480.37 11352.9,9474.52 L11352.9,9472.52 L11344,9472.52 M11361.9,9468.8 L11361.9,9500 L11352.9,9500 L11352.9,9491.7 C11350.9,9495.02 11348.3,9497.46 11345.3,9499.05 C11342.2,9500.63 11338.5,9501.42 11334,9501.42 C11328.4,9501.42 11324,9499.85 11320.7,9496.7 C11317.4,9493.56 11315.7,9489.35 11315.7,9484.08 C11315.7,9477.93 11317.8,9473.3 11321.9,9470.17 C11326,9467.05 11332.2,9465.48 11340.3,9465.48 L11352.9,9465.48 L11352.9,9464.59 C11352.9,9460.46 11351.6,9457.26 11348.9,9455 C11346.1,9452.74 11342.3,9451.61 11337.4,9451.61 C11334.3,9451.61 11331.2,9451.98 11328.3,9452.73 C11325.3,9453.48 11322.5,9454.61 11319.7,9456.11 L11319.7,9447.8 C11323,9446.53 11326.2,9445.58 11329.3,9444.95 C11332.4,9444.32 11335.4,9444 11338.3,9444 C11346.2,9444 11352.2,9446.05 11356.1,9450.15 C11360,9454.25 11361.9,9460.46 11361.9,9468.8 M11412.1,9453.7 C11411.1,9453.12 11410,9452.69 11408.8,9452.41 C11407.6,9452.14 11406.3,9452 11404.9,9452 C11399.8,9452 11395.9,9453.65 11393.2,9456.95 C11390.5,9460.26 11389.1,9465 11389.1,9471.19 L11389.1,9500 L11380.1,9500 L11380.1,9445.31 L11389.1,9445.31 L11389.1,9453.81 C11391,9450.49 11393.5,9448.02 11396.5,9446.41 C11399.5,9444.8 11403.2,9444 11407.5,9444 C11408.1,9444 11408.8,9444.04 11409.6,9444.12 C11410.3,9444.2 11411.1,9444.32 11412,9444.48 L11412.1,9453.7 M11453.2,9453.7 C11452.2,9453.12 11451.1,9452.69 11449.9,9452.41 C11448.7,9452.14 11447.4,9452 11446,9452 C11440.9,9452 11437,9453.65 11434.3,9456.95 C11431.6,9460.26 11430.2,9465 11430.2,9471.19 L11430.2,9500 L11421.2,9500 L11421.2,9445.31 L11430.2,9445.31 L11430.2,9453.81 C11432.1,9450.49 11434.6,9448.02 11437.6,9446.41 C11440.6,9444.8 11444.3,9444 11448.6,9444 C11449.2,9444 11449.9,9444.04 11450.7,9444.12 C11451.4,9444.2 11452.2,9444.32 11453.2,9444.48 L11453.2,9453.7 M11487.5,9472.52 C11480.2,9472.52 11475.2,9473.34 11472.4,9475 C11469.6,9476.66 11468.2,9479.49 11468.2,9483.5 C11468.2,9486.69 11469.2,9489.22 11471.3,9491.09 C11473.4,9492.96 11476.3,9493.89 11479.9,9493.89 C11484.9,9493.89 11488.9,9492.12 11491.9,9488.59 C11494.9,9485.06 11496.4,9480.37 11496.4,9474.52 L11496.4,9472.52 L11487.5,9472.52 M11505.4,9468.8 L11505.4,9500 L11496.4,9500 L11496.4,9491.7 C11494.4,9495.02 11491.8,9497.46 11488.8,9499.05 C11485.7,9500.63 11481.9,9501.42 11477.5,9501.42 C11471.9,9501.42 11467.5,9499.85 11464.2,9496.7 C11460.9,9493.56 11459.2,9489.35 11459.2,9484.08 C11459.2,9477.93 11461.3,9473.3 11465.4,9470.17 C11469.5,9467.05 11475.6,9465.48 11483.8,9465.48 L11496.4,9465.48 L11496.4,9464.59 C11496.4,9460.46 11495.1,9457.26 11492.3,9455 C11489.6,9452.74 11485.8,9451.61 11480.9,9451.61 C11477.8,9451.61 11474.7,9451.98 11471.8,9452.73 C11468.8,9453.48 11465.9,9454.61 11463.2,9456.11 L11463.2,9447.8 C11466.5,9446.53 11469.7,9445.58 11472.8,9444.95 C11475.9,9444.32 11478.9,9444 11481.8,9444 C11489.7,9444 11495.6,9446.05 11499.5,9450.15 C11503.5,9454.25 11505.4,9460.46 11505.4,9468.8 M11569.4,9466.98 L11569.4,9500 L11560.4,9500 L11560.4,9467.28 C11560.4,9462.1 11559.4,9458.23 11557.3,9455.66 C11555.3,9453.1 11552.3,9451.81 11548.3,9451.81 C11543.4,9451.81 11539.6,9453.36 11536.8,9456.45 C11534,9459.53 11532.6,9463.75 11532.6,9469.09 L11532.6,9500 L11523.5,9500 L11523.5,9445.31 L11532.6,9445.31 L11532.6,9453.81 C11534.7,9450.52 11537.3,9448.06 11540.2,9446.44 C11543.1,9444.81 11546.5,9444 11550.3,9444 C11556.5,9444 11561.3,9445.94 11564.5,9449.83 C11567.7,9453.71 11569.4,9459.43 11569.4,9466.98 M11596.2,9429.78 L11596.2,9445.31 L11614.7,9445.31 L11614.7,9452.3 L11596.2,9452.3 L11596.2,9481.98 C11596.2,9486.44 11596.8,9489.31 11598,9490.58 C11599.2,9491.85 11601.7,9492.48 11605.4,9492.48 L11614.7,9492.48 L11614.7,9500 L11605.4,9500 C11598.5,9500 11593.7,9498.71 11591.1,9496.12 C11588.4,9493.53 11587.1,9488.82 11587.1,9481.98 L11587.1,9452.3 L11580.5,9452.3 L11580.5,9445.31 L11587.1,9445.31 L11587.1,9429.78 L11596.2,9429.78 M11649.2,9505.08 C11646.7,9511.59 11644.2,9515.84 11641.8,9517.82 C11639.4,9519.8 11636.2,9520.8 11632.1,9520.8 L11625,9520.8 L11625,9513.28 L11630.2,9513.28 C11632.7,9513.28 11634.6,9512.7 11636,9511.52 C11637.4,9510.35 11638.9,9507.58 11640.5,9503.22 L11642.1,9499.12 L11620,9445.31 L11629.5,9445.31 L11646.6,9488.08 L11663.7,9445.31 L11673.2,9445.31 L11649.2,9505.08" fill-rule="nonzero"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="tahoma" fill-opacity="1" font-size="10.5833" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(0.3,0,0,0.3,0,0)"/>
  <g font-weight="400" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="none" transform="matrix(10,0,0,10,2570,2750)">
   <path vector-effect="none" d="M0.1524,0.15254 L0.1524,9.00744 L2.1268,9.00744 L2.1268,5.54224 L3.5228,5.54224 L3.5228,4.17614 L2.1268,4.17614 L2.1268,2.70164 L5.5659,2.70164 L5.5659,0.15754 L0.1524,0.15254" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="0.35" stroke-miterlimit="4" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(10,0,0,10,2570,2750)">
   <path vector-effect="none" d="M0.1524,0.15254 L0.1524,9.00744 L2.1268,9.00744 L2.1268,5.54224 L3.5228,5.54224 L3.5228,4.17614 L2.1268,4.17614 L2.1268,2.70164 L5.5659,2.70164 L5.5659,0.15754 L0.1524,0.15254" fill-rule="evenodd"/>
  </g>
  <g font-weight="400" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="none" transform="matrix(10,0,0,10,2570,2750)">
   <path vector-effect="none" d="M7.7927,3.4504 L7.28555,3.2744 L6.80168,2.0378 L6.04053,2.0778 L5.69335,3.3565 L5.20745,3.58919 L3.99555,3.05904 L3.48367,3.62786 L4.14259,4.77636 L3.96253,5.28203 L2.72593,5.7659 L2.76999,6.52853 L4.04869,6.87571 L4.28138,7.36161 L3.74717,8.57201 L4.31599,9.08389 L5.46449,8.42498 L5.97422,8.60653 L6.45402,9.84163 L7.22072,9.79905 L7.56383,8.51885 L8.04973,8.28616 L9.26423,8.82186 L9.77611,8.25304 L9.1172,7.10454 L9.29468,6.59332 L10.5298,6.11352 L10.4913,5.34831 L9.21107,5.0052 L8.97838,4.5193 L9.51001,3.3033 L8.9412,2.79146 L7.7927,3.4504 M7.2212,4.6748 L7.45696,4.81159 L7.66122,4.99678 L7.82475,5.21779 L7.94238,5.46351 L8.01154,5.7284 L8.023,5.99986 L7.98379,6.27125 L7.89431,6.52889 L7.75197,6.76723 L7.57233,6.9689 L7.35132,7.13243 L7.1056,7.25006 L6.84071,7.31922 L6.56776,7.33475 L6.29586,7.29475 L6.03826,7.20575 L5.79996,7.06275 L5.59976,6.87975 L5.43476,6.66275 L5.31706,6.41675 L5.24946,6.14775 L5.23386,5.87475 L5.27307,5.60335 L5.36255,5.34571 L5.5034,5.11144 L5.68453,4.9057 L5.90554,4.74218 L6.15126,4.62455 L6.42021,4.55687 L6.69168,4.54541 L6.96307,4.58462 L7.22071,4.6741 L7.2212,4.6748" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" font-weight="400" stroke-width="0.35" stroke-miterlimit="4" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(10,0,0,10,2570,2750)">
   <path vector-effect="none" d="M7.7927,3.4504 L7.28555,3.2744 L6.80168,2.0378 L6.04053,2.0778 L5.69335,3.3565 L5.20745,3.58919 L3.99555,3.05904 L3.48367,3.62786 L4.14259,4.77636 L3.96253,5.28203 L2.72593,5.7659 L2.76999,6.52853 L4.04869,6.87571 L4.28138,7.36161 L3.74717,8.57201 L4.31599,9.08389 L5.46449,8.42498 L5.97422,8.60653 L6.45402,9.84163 L7.22072,9.79905 L7.56383,8.51885 L8.04973,8.28616 L9.26423,8.82186 L9.77611,8.25304 L9.1172,7.10454 L9.29468,6.59332 L10.5298,6.11352 L10.4913,5.34831 L9.21107,5.0052 L8.97838,4.5193 L9.51001,3.3033 L8.9412,2.79146 L7.7927,3.4504 M7.2212,4.6748 L7.45696,4.81159 L7.66122,4.99678 L7.82475,5.21779 L7.94238,5.46351 L8.01154,5.7284 L8.023,5.99986 L7.98379,6.27125 L7.89431,6.52889 L7.75197,6.76723 L7.57233,6.9689 L7.35132,7.13243 L7.1056,7.25006 L6.84071,7.31922 L6.56776,7.33475 L6.29586,7.29475 L6.03826,7.20575 L5.79996,7.06275 L5.59976,6.87975 L5.43476,6.66275 L5.31706,6.41675 L5.24946,6.14775 L5.23386,5.87475 L5.27307,5.60335 L5.36255,5.34571 L5.5034,5.11144 L5.68453,4.9057 L5.90554,4.74218 L6.15126,4.62455 L6.42021,4.55687 L6.69168,4.54541 L6.96307,4.58462 L7.22071,4.6741 L7.2212,4.6748" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(2.82258,0,0,2.82319,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(2.82258,0,0,2.82319,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(2.82258,0,0,2.82319,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)">
   <rect height="0" width="0" x="0" y="0"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2023.78,1837.81)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2015.78,1890.67)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2015.78,1890.67)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2015.78,1890.67)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2015.78,1890.67)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2015.78,1890.67)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2015.78,1890.67)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2023.78,1837.81)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g font-weight="400" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#ffffff" stroke="none" transform="matrix(1,0,0,1,2027.78,1505.31)">
   <path vector-effect="non-scaling-stroke" d="M415,-315 L415,315 L-415,315 L-415,-315 L415,-315" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g font-weight="400" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#ffffff" stroke="none" transform="matrix(1,0,0,1,2027.78,1505.31)">
   <path vector-effect="non-scaling-stroke" d="M385,-285 L385,285 L145,285 L115,285 L-115,285 L-145,285 L-385,285 L-385,-285 L-145,-285 L-115,-285 L115,-285 L145,-285 L385,-285" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g font-weight="400" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#ffffff" stroke="none" transform="matrix(1,0,0,1,2027.78,1505.31)">
   <path vector-effect="non-scaling-stroke" d="M145,-285 L385,-285 L385,285 L145,285 L145,-285" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g font-weight="400" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#ffffff" stroke="none" transform="matrix(1,0,0,1,2027.78,1505.31)">
   <path vector-effect="non-scaling-stroke" d="M-145,285 L-145,-285 L-385,-285 L-385,285 L-145,285" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g font-weight="400" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#ffffff" stroke="none" transform="matrix(1,0,0,1,2027.78,1505.31)">
   <path vector-effect="non-scaling-stroke" d="M115,285 L115,-285 L-115,-285 L-115,285 L115,285" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g font-weight="400" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#ffffff" stroke="none" transform="matrix(1,0,0,1,2027.78,1505.31)">
   <path vector-effect="non-scaling-stroke" d="M-115,-285 L-115,285 L-145,285 L-145,-285 L-115,-285" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g font-weight="400" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#ffffff" stroke="none" transform="matrix(1,0,0,1,2027.78,1505.31)">
   <path vector-effect="non-scaling-stroke" d="M145,-285 L145,285 L115,285 L115,-285 L145,-285" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)">
   <path vector-effect="none" d="M-415,-315 L415,-315" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)">
   <path vector-effect="none" d="M-415,315 L-415,-315" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)">
   <path vector-effect="none" d="M415,-315 L415,315" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)">
   <path vector-effect="none" d="M415,315 L-415,315" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)">
   <path vector-effect="none" d="M-385,285 L-385,-285" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)">
   <path vector-effect="none" d="M385,285 L145,285" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)">
   <path vector-effect="none" d="M145,285 L115,285" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)">
   <path vector-effect="none" d="M115,285 L-115,285" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)">
   <path vector-effect="none" d="M-115,285 L-145,285" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)">
   <path vector-effect="none" d="M-145,285 L-385,285" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)">
   <path vector-effect="none" d="M385,-285 L385,285" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)">
   <path vector-effect="none" d="M-385,-285 L-145,-285" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)">
   <path vector-effect="none" d="M-145,-285 L-115,-285" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)">
   <path vector-effect="none" d="M-115,-285 L115,-285" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)">
   <path vector-effect="none" d="M115,-285 L145,-285" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)">
   <path vector-effect="none" d="M145,-285 L385,-285" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)">
   <path vector-effect="none" d="M145,-285 L145,285" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)">
   <path vector-effect="none" d="M115,285 L115,-285" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)">
   <path vector-effect="none" d="M-115,-285 L-115,285" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)">
   <path vector-effect="none" d="M-145,285 L-145,-285" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)">
   <rect height="0" width="0" x="0" y="0"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-1,1,0,1170.93,1669.29)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-1,1,0,1170.93,1669.29)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-1,1,0,1170.93,1669.29)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1223.79,1677.29)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1223.79,1677.29)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1223.79,1677.29)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1223.79,1677.29)">
   <text font-weight="400" font-family="osifont" fill-opacity="1" x="4" y="127" font-size="123.472" font-style="normal" xml:space="preserve" fill="#000000" stroke="none">570,00 mm</text>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1223.79,1677.29)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1223.79,1677.29)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1223.79,1677.29)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-1,1,0,1170.93,1669.29)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-1,1,0,1170.93,1258.65)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1218.54,1266.65)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1218.54,1266.65)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1218.54,1266.65)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1218.54,1266.65)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1218.54,1266.65)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1218.54,1266.65)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-1,1,0,1170.93,1258.65)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="3.5" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)">
   <path vector-effect="none" d="M-165,285 L-757.85,285 M-165,-285 L-757.85,-285 M-737.85,285 L-737.85,-45.3387 M-737.85,-285 L-737.85,-45.3387" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,1289.93,1790.31)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="3.5" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(1,0,0,1,1289.93,1790.31)">
   <path vector-effect="none" d="M0,0 L5.83333,-35 L-5.83333,-35 L0,0" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,1289.93,1790.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,1289.93,1220.31)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="3.5" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(1,0,0,1,1289.93,1220.31)">
   <path vector-effect="none" d="M0,0 L-5.83333,35 L5.83333,35 L0,0" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,1289.93,1220.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)">
   <rect height="0" width="0" x="0" y="0"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,1838.31,2027.61)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,1838.31,2027.61)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,1838.31,2027.61)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,1830.31,2080.47)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,1830.31,2080.47)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,1830.31,2080.47)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,1830.31,2080.47)">
   <text font-weight="400" font-family="osifont" fill-opacity="1" x="4" y="127" font-size="123.472" font-style="normal" xml:space="preserve" fill="#000000" stroke="none">770,00 mm</text>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,1830.31,2080.47)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,1830.31,2080.47)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,1830.31,2080.47)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,1838.31,2027.61)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2247.19,2027.61)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2239.19,2075.22)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2239.19,2075.22)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2239.19,2075.22)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2239.19,2075.22)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2239.19,2075.22)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2239.19,2075.22)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2247.19,2027.61)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="3.5" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)">
   <path vector-effect="none" d="M-385,305 L-385,661.295 M385,305 L385,661.295 M-385,641.295 L18.967,641.295 M385,641.295 L18.967,641.295" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,1642.78,2146.61)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="3.5" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(1,0,0,1,1642.78,2146.61)">
   <path vector-effect="none" d="M0,0 L35,5.83333 L35,-5.83333 L0,0" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,1642.78,2146.61)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2412.78,2146.61)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="3.5" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(1,0,0,1,2412.78,2146.61)">
   <path vector-effect="none" d="M0,0 L-35,-5.83333 L-35,5.83333 L0,0" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2412.78,2146.61)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)">
   <rect height="0" width="0" x="0" y="0"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,1487.11,984.568)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,1487.11,984.568)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,1487.11,984.568)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,1479.11,1037.43)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,1479.11,1037.43)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,1479.11,1037.43)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,1479.11,1037.43)">
   <text font-weight="400" font-family="osifont" fill-opacity="1" x="4" y="127" font-size="123.472" font-style="normal" xml:space="preserve" fill="#000000" stroke="none">30,00 mm</text>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,1479.11,1037.43)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,1479.11,1037.43)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,1479.11,1037.43)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,1487.11,984.568)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,1851.75,984.568)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,1843.75,1032.18)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,1843.75,1032.18)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,1843.75,1032.18)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,1843.75,1032.18)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,1843.75,1032.18)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,1843.75,1032.18)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,1851.75,984.568)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="3.5" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)">
   <path vector-effect="none" d="M-145,-305 L-145,-421.743 M-115,-305 L-115,-421.743 M-145,-401.743 L-354.347,-401.743 M-115,-401.743" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,1882.78,1103.57)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="3.5" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(1,0,0,1,1882.78,1103.57)">
   <path vector-effect="none" d="M0,0 L-35,-5.83333 L-35,5.83333 L0,0" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,1882.78,1103.57)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,1912.78,1103.57)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="3.5" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(1,0,0,1,1912.78,1103.57)">
   <path vector-effect="none" d="M0,0 L35,5.83333 L35,-5.83333 L0,0" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,1912.78,1103.57)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)">
   <rect height="0" width="0" x="0" y="0"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2222.96,976.865)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2222.96,976.865)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2222.96,976.865)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2214.96,1029.73)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2214.96,1029.73)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2214.96,1029.73)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2214.96,1029.73)">
   <text font-weight="400" font-family="osifont" fill-opacity="1" x="4" y="127" font-size="123.472" font-style="normal" xml:space="preserve" fill="#000000" stroke="none">30,00 mm</text>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2214.96,1029.73)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2214.96,1029.73)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2214.96,1029.73)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2222.96,976.865)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2587.6,976.865)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2579.6,1024.48)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2579.6,1024.48)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2579.6,1024.48)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2579.6,1024.48)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2579.6,1024.48)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2579.6,1024.48)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2587.6,976.865)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="3.5" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)">
   <path vector-effect="none" d="M115,-305 L115,-429.447 M145,-305 L145,-429.447 M145,-409.447 L381.502,-409.447" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2142.78,1095.87)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="3.5" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(1,0,0,1,2142.78,1095.87)">
   <path vector-effect="none" d="M0,0 L-35,-5.83333 L-35,5.83333 L0,0" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2142.78,1095.87)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2172.78,1095.87)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="3.5" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(1,0,0,1,2172.78,1095.87)">
   <path vector-effect="none" d="M0,0 L35,5.83333 L35,-5.83333 L0,0" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2172.78,1095.87)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,489.825)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,489.825)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2023.78,522.325)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2015.78,575.185)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2015.78,575.185)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2015.78,575.185)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2015.78,575.185)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2015.78,575.185)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2015.78,575.185)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2023.78,522.325)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,489.825)"/>
  <g font-weight="400" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#ffffff" stroke="none" transform="matrix(1,0,0,1,2027.78,489.825)">
   <path vector-effect="non-scaling-stroke" d="M415,15 L415,-15 L-415,-15 L-415,15 L415,15" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,489.825)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,489.825)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,489.825)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,489.825)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,489.825)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,489.825)">
   <path vector-effect="none" d="M-415,15 L-415,-15" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,489.825)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,489.825)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,489.825)">
   <path vector-effect="none" d="M415,15 L415,-15" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,489.825)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,489.825)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,489.825)">
   <path vector-effect="none" d="M415,15 L-415,15" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,489.825)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,489.825)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,489.825)">
   <path vector-effect="none" d="M415,-15 L-415,-15" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,489.825)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,489.825)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,489.825)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,489.825)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,489.825)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,489.825)">
   <rect height="0" width="0" x="0" y="0"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,489.825)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,489.825)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,534.885)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,534.885)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,534.885)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,534.885)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,534.885)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,534.885)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,489.825)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-1,1,0,1389.18,914.527)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-1,1,0,1389.18,914.527)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-1,1,0,1389.18,914.527)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1442.04,922.527)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1442.04,922.527)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1442.04,922.527)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1442.04,922.527)">
   <text font-weight="400" font-family="osifont" fill-opacity="1" x="4" y="127" font-size="123.472" font-style="normal" xml:space="preserve" fill="#000000" stroke="none">30,00 mm</text>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1442.04,922.527)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1442.04,922.527)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1442.04,922.527)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-1,1,0,1389.18,914.527)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-1,1,0,1389.18,549.887)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1436.79,557.887)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1436.79,557.887)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1436.79,557.887)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1436.79,557.887)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1436.79,557.887)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1436.79,557.887)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-1,1,0,1389.18,549.887)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,489.825)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="3.5" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,489.825)">
   <path vector-effect="none" d="M-435,15 L-539.603,15 M-435,-15 L-539.603,-15 M-519.603,15 L-519.603,238.382 M-519.603,-15" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,489.825)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,1508.18,504.825)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="3.5" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(1,0,0,1,1508.18,504.825)">
   <path vector-effect="none" d="M0,0 L-5.83333,35 L5.83333,35 L0,0" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,1508.18,504.825)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,1508.18,474.825)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="3.5" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(1,0,0,1,1508.18,474.825)">
   <path vector-effect="none" d="M0,0 L5.83333,-35 L-5.83333,-35 L0,0" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,1508.18,474.825)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,736.96,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,736.96,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,732.96,1837.81)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,724.96,1890.67)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,724.96,1890.67)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,724.96,1890.67)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,724.96,1890.67)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,724.96,1890.67)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,724.96,1890.67)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,732.96,1837.81)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,736.96,1505.31)"/>
  <g font-weight="400" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#ffffff" stroke="none" transform="matrix(1,0,0,1,736.96,1505.31)">
   <path vector-effect="non-scaling-stroke" d="M15,-315 L15,315 L-15,315 L-15,-315 L15,-315" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,736.96,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,736.96,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,736.96,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,736.96,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,736.96,1505.31)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,736.96,1505.31)">
   <path vector-effect="none" d="M15,-315 L-15,-315" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,736.96,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,736.96,1505.31)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,736.96,1505.31)">
   <path vector-effect="none" d="M15,315 L-15,315" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,736.96,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,736.96,1505.31)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,736.96,1505.31)">
   <path vector-effect="none" d="M15,-315 L15,315" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,736.96,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,736.96,1505.31)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,736.96,1505.31)">
   <path vector-effect="none" d="M-15,-315 L-15,315" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,736.96,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,736.96,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,736.96,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,736.96,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,736.96,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,736.96,1505.31)">
   <rect height="0" width="0" x="0" y="0"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,736.96,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,736.96,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,728.96,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,728.96,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,728.96,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,728.96,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,728.96,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,728.96,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,736.96,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-1,1,0,1021.45,1667.03)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-1,1,0,1021.45,1667.03)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-1,1,0,1021.45,1667.03)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1074.31,1675.03)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1074.31,1675.03)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1074.31,1675.03)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1074.31,1675.03)">
   <text font-weight="400" font-family="osifont" fill-opacity="1" x="4" y="127" font-size="123.472" font-style="normal" xml:space="preserve" fill="#000000" stroke="none">630,00 mm</text>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1074.31,1675.03)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1074.31,1675.03)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1074.31,1675.03)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-1,1,0,1021.45,1667.03)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-1,1,0,1021.45,1256.39)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1069.06,1264.39)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1069.06,1264.39)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1069.06,1264.39)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1069.06,1264.39)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1069.06,1264.39)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-0.353,0.353,0,1069.06,1264.39)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0,-1,1,0,1021.45,1256.39)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,736.96,1505.31)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="3.5" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,736.96,1505.31)">
   <path vector-effect="none" d="M5,315 L423.491,315 M5,-315 L423.491,-315 M403.491,315 L403.491,-47.6043 M403.491,-315 L403.491,-47.6043" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,736.96,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,1140.45,1820.31)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="3.5" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(1,0,0,1,1140.45,1820.31)">
   <path vector-effect="none" d="M0,0 L5.83333,-35 L-5.83333,-35 L0,0" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,1140.45,1820.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,1140.45,1190.31)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="3.5" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(1,0,0,1,1140.45,1190.31)">
   <path vector-effect="none" d="M0,0 L-5.83333,35 L5.83333,35 L0,0" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,1140.45,1190.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,2520.8)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,2520.8)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2023.78,2553.3)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2015.78,2606.16)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2015.78,2606.16)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2015.78,2606.16)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2015.78,2606.16)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2015.78,2606.16)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2015.78,2606.16)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2023.78,2553.3)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,2520.8)"/>
  <g font-weight="400" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#ffffff" stroke="none" transform="matrix(1,0,0,1,2027.78,2520.8)">
   <path vector-effect="non-scaling-stroke" d="M-415,-15 L415,-15 L415,15 L-415,15 L-415,-15" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,2520.8)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,2520.8)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,2520.8)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,2520.8)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,2520.8)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,2520.8)">
   <path vector-effect="none" d="M-415,-15 L-415,15" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,2520.8)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,2520.8)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,2520.8)">
   <path vector-effect="none" d="M415,-15 L415,15" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,2520.8)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,2520.8)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,2520.8)">
   <path vector-effect="none" d="M-415,-15 L415,-15" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,2520.8)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,2520.8)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,2520.8)">
   <path vector-effect="none" d="M-415,15 L415,15" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,2520.8)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,2520.8)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,2520.8)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,2520.8)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,2520.8)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,2520.8)">
   <rect height="0" width="0" x="0" y="0"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,2520.8)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,2520.8)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,2565.86)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,2565.86)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,2565.86)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,2565.86)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,2565.86)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2019.78,2565.86)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,2520.8)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,1835.89,2185.49)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,1835.89,2185.49)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,1835.89,2185.49)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,1827.89,2238.35)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,1827.89,2238.35)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,1827.89,2238.35)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,1827.89,2238.35)">
   <text font-weight="400" font-family="osifont" fill-opacity="1" x="4" y="127" font-size="123.472" font-style="normal" xml:space="preserve" fill="#000000" stroke="none">830,00 mm</text>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,1827.89,2238.35)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,1827.89,2238.35)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,1827.89,2238.35)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,1835.89,2185.49)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2248.49,2185.49)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2240.49,2233.1)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2240.49,2233.1)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2240.49,2233.1)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2240.49,2233.1)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2240.49,2233.1)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2240.49,2233.1)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2248.49,2185.49)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,2520.8)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="3.5" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,2520.8)">
   <path vector-effect="none" d="M-415,-5 L-415,-236.308 M415,-5 L415,-236.308 M-415,-216.308 L18.409,-216.308 M415,-216.308 L18.409,-216.308" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2027.78,2520.8)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,1612.78,2304.49)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="3.5" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(1,0,0,1,1612.78,2304.49)">
   <path vector-effect="none" d="M0,0 L35,5.83333 L35,-5.83333 L0,0" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,1612.78,2304.49)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2442.78,2304.49)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="3.5" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(1,0,0,1,2442.78,2304.49)">
   <path vector-effect="none" d="M0,0 L-35,-5.83333 L-35,5.83333 L0,0" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2442.78,2304.49)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2885.29,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2885.29,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2881.29,1837.81)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2873.29,1890.67)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2873.29,1890.67)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2873.29,1890.67)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2873.29,1890.67)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2873.29,1890.67)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2873.29,1890.67)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2881.29,1837.81)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2885.29,1505.31)"/>
  <g font-weight="400" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#ffffff" stroke="none" transform="matrix(1,0,0,1,2885.29,1505.31)">
   <path vector-effect="non-scaling-stroke" d="M-15,315 L15,315 L15,-315 L-15,-315 L-15,315" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2885.29,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2885.29,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2885.29,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2885.29,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2885.29,1505.31)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2885.29,1505.31)">
   <path vector-effect="none" d="M-15,-315 L15,-315" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2885.29,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2885.29,1505.31)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2885.29,1505.31)">
   <path vector-effect="none" d="M-15,315 L15,315" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2885.29,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2885.29,1505.31)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2885.29,1505.31)">
   <path vector-effect="none" d="M-15,315 L-15,-315" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2885.29,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2885.29,1505.31)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2885.29,1505.31)">
   <path vector-effect="none" d="M15,315 L15,-315" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2885.29,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2885.29,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2885.29,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2885.29,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2885.29,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2885.29,1505.31)">
   <rect height="0" width="0" x="0" y="0"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2885.29,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2885.29,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2877.29,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2877.29,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2877.29,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2877.29,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2877.29,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,2877.29,1550.37)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2885.29,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3159.74,1913.25)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3159.74,1913.25)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3159.74,1913.25)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,3151.74,1966.11)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,3151.74,1966.11)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,3151.74,1966.11)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,3151.74,1966.11)">
   <text font-weight="400" font-family="osifont" fill-opacity="1" x="4" y="127" font-size="123.472" font-style="normal" xml:space="preserve" fill="#000000" stroke="none">30,00 mm</text>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,3151.74,1966.11)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,3151.74,1966.11)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,3151.74,1966.11)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3159.74,1913.25)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3524.38,1913.25)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,3516.38,1960.86)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,3516.38,1960.86)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,3516.38,1960.86)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,3516.38,1960.86)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,3516.38,1960.86)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,3516.38,1960.86)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3524.38,1913.25)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2885.29,1505.31)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="3.5" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2885.29,1505.31)">
   <path vector-effect="none" d="M-15,-295 L-15,546.938 M15,-295 L15,546.938 M15,526.938 L460.773,526.938" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2885.29,1505.31)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2870.29,2032.25)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="3.5" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(1,0,0,1,2870.29,2032.25)">
   <path vector-effect="none" d="M0,0 L-35,-5.83333 L-35,5.83333 L0,0" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2870.29,2032.25)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2900.29,2032.25)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="3.5" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#000000" stroke="#000000" transform="matrix(1,0,0,1,2900.29,2032.25)">
   <path vector-effect="none" d="M0,0 L35,5.83333 L35,-5.83333 L0,0" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,2900.29,2032.25)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3461.3,1244.74)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,3453.3,1297.6)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,3453.3,1297.6)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,3453.3,1297.6)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,3453.3,1297.6)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,3453.3,1297.6)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(0.353,0,0,0.353,3453.3,1297.6)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3461.3,1244.74)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g font-weight="400" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#ffffff" stroke="none" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="non-scaling-stroke" d="M282.843,432.743 L-304.056,93.8971 L-304.056,-420.496 L-282.843,-432.743 L304.056,-93.8971 L304.056,420.496 L282.843,432.743" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g font-weight="400" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#ffffff" stroke="none" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="non-scaling-stroke" d="M304.056,-93.8971 L304.056,420.496 L-282.843,81.6497 L-282.843,-432.743 L304.056,-93.8971" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g font-weight="400" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#ffffff" stroke="none" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="non-scaling-stroke" d="M282.843,-81.6497 L282.843,383.753 L261.63,371.506 L113.137,285.774 L91.9239,273.526 L70.7107,261.279 L-70.7107,179.629 L-91.9239,167.382 L-113.137,155.134 L-261.63,69.4022 L-261.63,-371.506 L-261.63,-396.001 L-91.9239,-298.021 L-70.7107,-285.774 L91.9239,-191.877 L113.137,-179.629 L282.843,-81.6497" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g font-weight="400" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#ffffff" stroke="none" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="non-scaling-stroke" d="M113.137,-155.134 L261.63,-69.4022 L261.63,371.506 L113.137,285.774 L113.137,-155.134" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g font-weight="400" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#ffffff" stroke="none" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="non-scaling-stroke" d="M-113.137,155.134 L-113.137,-285.774 L-261.63,-371.506 L-261.63,69.4022 L-113.137,155.134" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g font-weight="400" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#ffffff" stroke="none" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="non-scaling-stroke" d="M70.7107,261.279 L70.7107,-179.629 L-70.7107,-261.279 L-70.7107,179.629 L70.7107,261.279" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g font-weight="400" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#ffffff" stroke="none" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="non-scaling-stroke" d="M282.843,432.743 L304.056,420.496 L-282.843,81.6497 L-304.056,93.8971 L282.843,432.743" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g font-weight="400" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#ffffff" stroke="none" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="non-scaling-stroke" d="M-304.056,93.8971 L-282.843,81.6497 L-282.843,-432.743 L-304.056,-420.496 L-304.056,93.8971" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g font-weight="400" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#ffffff" stroke="none" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="non-scaling-stroke" d="M113.137,-155.134 L113.137,285.774 L91.9239,273.526 L91.9239,-191.877 L113.137,-179.629 L113.137,-155.134" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g font-weight="400" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#ffffff" stroke="none" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="non-scaling-stroke" d="M-70.7107,-261.279 L-70.7107,179.629 L-91.9239,167.382 L-91.9239,-298.021 L-70.7107,-285.774 L-70.7107,-261.279" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g font-weight="400" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#ffffff" stroke="none" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="non-scaling-stroke" d="M-91.9239,167.382 L-91.9239,-298.021 L-113.137,-285.774 L-113.137,155.134 L-91.9239,167.382" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g font-weight="400" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#ffffff" stroke="none" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="non-scaling-stroke" d="M261.63,-69.4022 L282.843,-81.6497 L282.843,383.753 L261.63,371.506 L261.63,-69.4022" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g font-weight="400" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#ffffff" stroke="none" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="non-scaling-stroke" d="M91.9239,273.526 L91.9239,-191.877 L70.7107,-179.629 L70.7107,261.279 L91.9239,273.526" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g font-weight="400" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#ffffff" stroke="none" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="non-scaling-stroke" d="M-261.63,-371.506 L-113.137,-285.774 L-91.9239,-298.021 L-261.63,-396.001 L-261.63,-371.506" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g font-weight="400" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#ffffff" stroke="none" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="non-scaling-stroke" d="M113.137,-179.629 L113.137,-155.134 L261.63,-69.4022 L282.843,-81.6497 L113.137,-179.629" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g font-weight="400" font-family="Noto Sans" fill-opacity="1" font-size="31.75" font-style="normal" fill="#ffffff" stroke="none" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="non-scaling-stroke" d="M-70.7107,-285.774 L-70.7107,-261.279 L70.7107,-179.629 L91.9239,-191.877 L-70.7107,-285.774" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="none" d="M-304.056,-420.496 L-282.843,-432.743" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="none" d="M-282.843,-432.743 L304.056,-93.8971" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="none" d="M-304.056,93.8971 L-282.843,81.6497" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="none" d="M-304.056,93.8971 L-304.056,-420.496" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="none" d="M-282.843,81.6497 L-282.843,-432.743" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="none" d="M282.843,432.743 L304.056,420.496" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="none" d="M304.056,-93.8971 L304.056,420.496" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="none" d="M282.843,432.743 L-304.056,93.8971" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="none" d="M261.63,-69.4022 L261.63,371.506" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="none" d="M-261.63,-371.506 L-113.137,-285.774" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="none" d="M-70.7107,-261.279 L70.7107,-179.629" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="none" d="M113.137,-155.134 L261.63,-69.4022" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="none" d="M304.056,420.496 L-282.843,81.6497" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="none" d="M-261.63,69.4022 L-261.63,-396.001" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="none" d="M282.843,383.753 L113.137,285.774" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="none" d="M113.137,285.774 L91.9239,273.526" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="none" d="M91.9239,273.526 L-70.7107,179.629" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="none" d="M-70.7107,179.629 L-91.9239,167.382" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="none" d="M-91.9239,167.382 L-261.63,69.4022" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="none" d="M282.843,-81.6497 L282.843,383.753" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="none" d="M-261.63,-396.001 L-91.9239,-298.021" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="none" d="M-91.9239,-298.021 L-70.7107,-285.774" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="none" d="M-70.7107,-285.774 L91.9239,-191.877" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="none" d="M91.9239,-191.877 L113.137,-179.629" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="none" d="M113.137,-179.629 L282.843,-81.6497" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="none" d="M70.7107,261.279 L70.7107,-179.629" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="none" d="M-113.137,155.134 L-113.137,-285.774" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="none" d="M261.63,-69.4022 L282.843,-81.6497" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="none" d="M-113.137,-285.774 L-91.9239,-298.021" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="none" d="M70.7107,-179.629 L91.9239,-191.877" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="none" d="M113.137,-179.629 L113.137,285.774" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="none" d="M91.9239,273.526 L91.9239,-191.877" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="none" d="M-70.7107,-285.774 L-70.7107,179.629" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="round" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="7" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)">
   <path vector-effect="none" d="M-91.9239,167.382 L-91.9239,-298.021" fill-rule="evenodd"/>
  </g>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,3465.3,794.498)"/>
  <g stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" font-weight="400" stroke-width="1" font-family="Noto Sans" font-size="31.75" font-style="normal" fill="none" stroke="#000000" transform="matrix(1,0,0,1,0,0)"/>
 </g>
</svg>