summaryrefslogtreecommitdiff
path: root/results/figs/physical_grid_p5_full.svg
blob: 3fd95a7085b71789a4bfdcd8eb35596b4049e758 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
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
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns:xlink="http://www.w3.org/1999/xlink" width="511.2pt" height="198pt" viewBox="0 0 511.2 198" xmlns="http://www.w3.org/2000/svg" version="1.1">
 <metadata>
  <rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
   <cc:Work>
    <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
    <dc:date>2026-08-29T13:27:26.956331</dc:date>
    <dc:format>image/svg+xml</dc:format>
    <dc:creator>
     <cc:Agent>
      <dc:title>Matplotlib v3.10.8, https://matplotlib.org/</dc:title>
     </cc:Agent>
    </dc:creator>
   </cc:Work>
  </rdf:RDF>
 </metadata>
 <defs>
  <style type="text/css">*{stroke-linejoin: round; stroke-linecap: butt}</style>
 </defs>
 <g id="figure_1">
  <g id="patch_1">
   <path d="M 0 198 
L 511.2 198 
L 511.2 0 
L 0 0 
z
" style="fill: #ffffff"/>
  </g>
  <g id="axes_1">
   <g id="patch_2">
    <path d="M 32.890553 167.546948 
L 265.794916 167.546948 
L 265.794916 16.598678 
L 32.890553 16.598678 
z
" style="fill: #ffffff"/>
   </g>
   <g id="matplotlib.axis_1">
    <g id="xtick_1">
     <g id="line2d_1">
      <defs>
       <path id="m667d3cece7" d="M 0 0 
L 0 3.5 
" style="stroke: #000000; stroke-width: 0.8"/>
      </defs>
      <g>
       <use xlink:href="#m667d3cece7" x="46.258645" y="167.546948" style="stroke: #000000; stroke-width: 0.8"/>
      </g>
     </g>
     <g id="text_1">
      <text style="font-size: 8px; font-family: 'DejaVu Sans'; text-anchor: middle" x="46.258645" y="180.625698" transform="rotate(-0 46.258645 180.625698)">83.4</text>
     </g>
    </g>
    <g id="xtick_2">
     <g id="line2d_2">
      <g>
       <use xlink:href="#m667d3cece7" x="97.80069" y="167.546948" style="stroke: #000000; stroke-width: 0.8"/>
      </g>
     </g>
     <g id="text_2">
      <text style="font-size: 8px; font-family: 'DejaVu Sans'; text-anchor: middle" x="97.80069" y="180.625698" transform="rotate(-0 97.80069 180.625698)">166.8</text>
     </g>
    </g>
    <g id="xtick_3">
     <g id="line2d_3">
      <g>
       <use xlink:href="#m667d3cece7" x="149.342734" y="167.546948" style="stroke: #000000; stroke-width: 0.8"/>
      </g>
     </g>
     <g id="text_3">
      <text style="font-size: 8px; font-family: 'DejaVu Sans'; text-anchor: middle" x="149.342734" y="180.625698" transform="rotate(-0 149.342734 180.625698)">250.2</text>
     </g>
    </g>
    <g id="xtick_4">
     <g id="line2d_4">
      <g>
       <use xlink:href="#m667d3cece7" x="200.884779" y="167.546948" style="stroke: #000000; stroke-width: 0.8"/>
      </g>
     </g>
     <g id="text_4">
      <text style="font-size: 8px; font-family: 'DejaVu Sans'; text-anchor: middle" x="200.884779" y="180.625698" transform="rotate(-0 200.884779 180.625698)">333.5</text>
     </g>
    </g>
    <g id="xtick_5">
     <g id="line2d_5">
      <g>
       <use xlink:href="#m667d3cece7" x="252.426824" y="167.546948" style="stroke: #000000; stroke-width: 0.8"/>
      </g>
     </g>
     <g id="text_5">
      <text style="font-size: 8px; font-family: 'DejaVu Sans'; text-anchor: middle" x="252.426824" y="180.625698" transform="rotate(-0 252.426824 180.625698)">416.9</text>
     </g>
    </g>
    <g id="text_6">
     <text style="font-size: 9px; font-family: 'DejaVu Sans'; text-anchor: middle" x="149.342734" y="193.128041" transform="rotate(-0 149.342734 193.128041)">Input diameter (mV)</text>
    </g>
   </g>
   <g id="matplotlib.axis_2">
    <g id="ytick_1">
     <g id="line2d_6">
      <path d="M 32.890553 163.865282 
L 265.794916 163.865282 
" clip-path="url(#p57c295fd8d)" style="fill: none; stroke: #d9d9d9; stroke-width: 0.7; stroke-linecap: square"/>
     </g>
     <g id="line2d_7">
      <defs>
       <path id="m1f0665df1f" d="M 0 0 
L -3.5 0 
" style="stroke: #000000; stroke-width: 0.8"/>
      </defs>
      <g>
       <use xlink:href="#m1f0665df1f" x="32.890553" y="163.865282" style="stroke: #000000; stroke-width: 0.8"/>
      </g>
     </g>
     <g id="text_7">
      <text style="font-size: 8px; font-family: 'DejaVu Sans'; text-anchor: end" x="25.890553" y="166.904657" transform="rotate(-0 25.890553 166.904657)">0</text>
     </g>
    </g>
    <g id="ytick_2">
     <g id="line2d_8">
      <path d="M 32.890553 127.048631 
L 265.794916 127.048631 
" clip-path="url(#p57c295fd8d)" style="fill: none; stroke: #d9d9d9; stroke-width: 0.7; stroke-linecap: square"/>
     </g>
     <g id="line2d_9">
      <g>
       <use xlink:href="#m1f0665df1f" x="32.890553" y="127.048631" style="stroke: #000000; stroke-width: 0.8"/>
      </g>
     </g>
     <g id="text_8">
      <text style="font-size: 8px; font-family: 'DejaVu Sans'; text-anchor: end" x="25.890553" y="130.088006" transform="rotate(-0 25.890553 130.088006)">20</text>
     </g>
    </g>
    <g id="ytick_3">
     <g id="line2d_10">
      <path d="M 32.890553 90.23198 
L 265.794916 90.23198 
" clip-path="url(#p57c295fd8d)" style="fill: none; stroke: #d9d9d9; stroke-width: 0.7; stroke-linecap: square"/>
     </g>
     <g id="line2d_11">
      <g>
       <use xlink:href="#m1f0665df1f" x="32.890553" y="90.23198" style="stroke: #000000; stroke-width: 0.8"/>
      </g>
     </g>
     <g id="text_9">
      <text style="font-size: 8px; font-family: 'DejaVu Sans'; text-anchor: end" x="25.890553" y="93.271355" transform="rotate(-0 25.890553 93.271355)">40</text>
     </g>
    </g>
    <g id="ytick_4">
     <g id="line2d_12">
      <path d="M 32.890553 53.415329 
L 265.794916 53.415329 
" clip-path="url(#p57c295fd8d)" style="fill: none; stroke: #d9d9d9; stroke-width: 0.7; stroke-linecap: square"/>
     </g>
     <g id="line2d_13">
      <g>
       <use xlink:href="#m1f0665df1f" x="32.890553" y="53.415329" style="stroke: #000000; stroke-width: 0.8"/>
      </g>
     </g>
     <g id="text_10">
      <text style="font-size: 8px; font-family: 'DejaVu Sans'; text-anchor: end" x="25.890553" y="56.454704" transform="rotate(-0 25.890553 56.454704)">60</text>
     </g>
    </g>
    <g id="ytick_5">
     <g id="line2d_14">
      <path d="M 32.890553 16.598677 
L 265.794916 16.598677 
" clip-path="url(#p57c295fd8d)" style="fill: none; stroke: #d9d9d9; stroke-width: 0.7; stroke-linecap: square"/>
     </g>
     <g id="line2d_15">
      <g>
       <use xlink:href="#m1f0665df1f" x="32.890553" y="16.598677" style="stroke: #000000; stroke-width: 0.8"/>
      </g>
     </g>
     <g id="text_11">
      <text style="font-size: 8px; font-family: 'DejaVu Sans'; text-anchor: end" x="25.890553" y="19.638052" transform="rotate(-0 25.890553 19.638052)">80</text>
     </g>
    </g>
    <g id="text_12">
     <text style="font-size: 9px; font-family: 'DejaVu Sans'; text-anchor: middle" x="9.838834" y="92.072812" transform="rotate(-90 9.838834 92.072812)">Classification error (%)</text>
    </g>
   </g>
   <g id="PathCollection_1">
    <defs>
     <path id="mcac38870fe" d="M -2.12132 2.12132 
L 2.12132 -2.12132 
M -2.12132 -2.12132 
L 2.12132 2.12132 
" style="stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
    </defs>
    <g clip-path="url(#p57c295fd8d)">
     <use xlink:href="#mcac38870fe" x="43.477114" y="71.823654" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="43.536932" y="117.844468" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="43.59675" y="71.823654" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="43.656568" y="48.813247" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="43.716386" y="71.823654" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="43.776204" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="43.836022" y="94.834061" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="43.89584" y="48.813247" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="43.955657" y="71.823654" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="44.015475" y="117.844468" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="44.075293" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="44.135111" y="94.834061" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="44.194929" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="44.254747" y="71.823654" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="44.314565" y="163.865282" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="44.374382" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="44.4342" y="71.823654" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="44.494018" y="71.823654" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="44.553836" y="71.823654" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="44.613654" y="71.823654" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="44.673472" y="71.823654" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="44.73329" y="71.823654" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="44.793108" y="48.813247" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="44.852925" y="71.823654" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="44.912743" y="117.844468" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="44.972561" y="71.823654" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="45.032379" y="48.813247" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="45.092197" y="117.844468" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="45.152015" y="163.865282" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="45.211833" y="71.823654" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="45.27165" y="117.844468" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="45.331468" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
    </g>
   </g>
   <g id="PathCollection_2">
    <g clip-path="url(#p57c295fd8d)">
     <use xlink:href="#mcac38870fe" x="95.019159" y="71.823654" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="95.078977" y="117.844468" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="95.138795" y="94.834061" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="95.198613" y="71.823654" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="95.258431" y="71.823654" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="95.318248" y="163.865282" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="95.378066" y="117.844468" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="95.437884" y="25.80284" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="95.497702" y="94.834061" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="95.55752" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="95.617338" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="95.677156" y="94.834061" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="95.736973" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="95.796791" y="71.823654" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="95.856609" y="163.865282" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="95.916427" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="95.976245" y="94.834061" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="96.036063" y="117.844468" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="96.095881" y="48.813247" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="96.155699" y="48.813247" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="96.215516" y="117.844468" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="96.275334" y="117.844468" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="96.335152" y="25.80284" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="96.39497" y="94.834061" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="96.454788" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="96.514606" y="117.844468" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="96.574424" y="48.813247" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="96.634241" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="96.694059" y="163.865282" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="96.753877" y="71.823654" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="96.813695" y="117.844468" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="96.873513" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
    </g>
   </g>
   <g id="PathCollection_3">
    <g clip-path="url(#p57c295fd8d)">
     <use xlink:href="#mcac38870fe" x="146.561204" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="146.621022" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="146.680839" y="117.844468" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="146.740657" y="71.823654" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="146.800475" y="71.823654" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="146.860293" y="163.865282" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="146.920111" y="163.865282" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="146.979929" y="48.813247" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="147.039747" y="94.834061" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="147.099564" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="147.159382" y="163.865282" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="147.2192" y="94.834061" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="147.279018" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="147.338836" y="71.823654" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="147.398654" y="163.865282" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="147.458472" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="147.51829" y="117.844468" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="147.578107" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="147.637925" y="117.844468" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="147.697743" y="25.80284" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="147.757561" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="147.817379" y="163.865282" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="147.877197" y="71.823654" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="147.937015" y="94.834061" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="147.996832" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="148.05665" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="148.116468" y="48.813247" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="148.176286" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="148.236104" y="163.865282" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="148.295922" y="71.823654" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="148.35574" y="117.844468" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="148.415557" y="163.865282" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
    </g>
   </g>
   <g id="PathCollection_4">
    <g clip-path="url(#p57c295fd8d)">
     <use xlink:href="#mcac38870fe" x="198.103248" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="198.163066" y="163.865282" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="198.222884" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="198.282702" y="163.865282" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="198.34252" y="117.844468" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="198.402338" y="163.865282" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="198.462155" y="163.865282" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="198.521973" y="71.823654" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="198.581791" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="198.641609" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="198.701427" y="163.865282" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="198.761245" y="94.834061" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="198.821063" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="198.880881" y="71.823654" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="198.940698" y="163.865282" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="199.000516" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="199.060334" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="199.120152" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="199.17997" y="117.844468" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="199.239788" y="71.823654" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="199.299606" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="199.359423" y="163.865282" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="199.419241" y="71.823654" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="199.479059" y="94.834061" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="199.538877" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="199.598695" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="199.658513" y="48.813247" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="199.718331" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="199.778148" y="163.865282" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="199.837966" y="71.823654" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="199.897784" y="117.844468" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="199.957602" y="163.865282" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
    </g>
   </g>
   <g id="PathCollection_5">
    <g clip-path="url(#p57c295fd8d)">
     <use xlink:href="#mcac38870fe" x="249.645293" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="249.705111" y="163.865282" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="249.764929" y="163.865282" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="249.824746" y="163.865282" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="249.884564" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="249.944382" y="163.865282" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="250.0042" y="163.865282" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="250.064018" y="94.834061" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="250.123836" y="163.865282" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="250.183654" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="250.243472" y="163.865282" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="250.303289" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="250.363107" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="250.422925" y="71.823654" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="250.482743" y="163.865282" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="250.542561" y="163.865282" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="250.602379" y="117.844468" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="250.662197" y="163.865282" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="250.722014" y="117.844468" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="250.781832" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="250.84165" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="250.901468" y="163.865282" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="250.961286" y="71.823654" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="251.021104" y="94.834061" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="251.080922" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="251.140739" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="251.200557" y="48.813247" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="251.260375" y="140.854875" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="251.320193" y="163.865282" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="251.380011" y="71.823654" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="251.439829" y="117.844468" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mcac38870fe" x="251.499647" y="163.865282" style="fill: #666666; fill-opacity: 0.28; stroke: #666666; stroke-opacity: 0.28; stroke-width: 0.8"/>
    </g>
   </g>
   <g id="PathCollection_6">
    <defs>
     <path id="mf5e3ed13a5" d="M 0 -2.12132 
L -2.12132 2.12132 
L 2.12132 2.12132 
z
" style="stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
    </defs>
    <g clip-path="url(#p57c295fd8d)">
     <use xlink:href="#mf5e3ed13a5" x="45.331468" y="117.844468" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="45.391286" y="117.844468" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="45.451104" y="140.854875" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="45.510922" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="45.57074" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="45.630558" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="45.690375" y="140.854875" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="45.750193" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="45.810011" y="140.854875" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="45.869829" y="117.844468" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="45.929647" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="45.989465" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="46.049283" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="46.109101" y="94.834061" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="46.168918" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="46.228736" y="117.844468" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="46.288554" y="117.844468" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="46.348372" y="140.854875" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="46.40819" y="117.844468" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="46.468008" y="117.844468" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="46.527826" y="140.854875" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="46.587643" y="71.823654" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="46.647461" y="117.844468" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="46.707279" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="46.767097" y="140.854875" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="46.826915" y="71.823654" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="46.886733" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="46.946551" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="47.006368" y="140.854875" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="47.066186" y="71.823654" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="47.126004" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="47.185822" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
    </g>
   </g>
   <g id="PathCollection_7">
    <g clip-path="url(#p57c295fd8d)">
     <use xlink:href="#mf5e3ed13a5" x="96.873513" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="96.933331" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="96.993149" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="97.052966" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="97.112784" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="97.172602" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="97.23242" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="97.292238" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="97.352056" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="97.411874" y="117.844468" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="97.471692" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="97.531509" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="97.591327" y="117.844468" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="97.651145" y="117.844468" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="97.710963" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="97.770781" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="97.830599" y="117.844468" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="97.890417" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="97.950234" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="98.010052" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="98.06987" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="98.129688" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="98.189506" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="98.249324" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="98.309142" y="140.854875" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="98.368959" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="98.428777" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="98.488595" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="98.548413" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="98.608231" y="140.854875" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="98.668049" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="98.727867" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
    </g>
   </g>
   <g id="PathCollection_8">
    <g clip-path="url(#p57c295fd8d)">
     <use xlink:href="#mf5e3ed13a5" x="148.415557" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="148.475375" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="148.535193" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="148.595011" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="148.654829" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="148.714647" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="148.774465" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="148.834283" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="148.8941" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="148.953918" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="149.013736" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="149.073554" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="149.133372" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="149.19319" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="149.253008" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="149.312825" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="149.372643" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="149.432461" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="149.492279" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="149.552097" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="149.611915" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="149.671733" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="149.73155" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="149.791368" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="149.851186" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="149.911004" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="149.970822" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="150.03064" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="150.090458" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="150.150276" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="150.210093" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="150.269911" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
    </g>
   </g>
   <g id="PathCollection_9">
    <g clip-path="url(#p57c295fd8d)">
     <use xlink:href="#mf5e3ed13a5" x="199.957602" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="200.01742" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="200.077238" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="200.137056" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="200.196874" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="200.256691" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="200.316509" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="200.376327" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="200.436145" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="200.495963" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="200.555781" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="200.615599" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="200.675416" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="200.735234" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="200.795052" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="200.85487" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="200.914688" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="200.974506" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="201.034324" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="201.094141" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="201.153959" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="201.213777" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="201.273595" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="201.333413" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="201.393231" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="201.453049" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="201.512867" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="201.572684" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="201.632502" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="201.69232" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="201.752138" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="201.811956" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
    </g>
   </g>
   <g id="PathCollection_10">
    <g clip-path="url(#p57c295fd8d)">
     <use xlink:href="#mf5e3ed13a5" x="251.499647" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="251.559465" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="251.619282" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="251.6791" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="251.738918" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="251.798736" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="251.858554" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="251.918372" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="251.97819" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="252.038007" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="252.097825" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="252.157643" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="252.217461" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="252.277279" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="252.337097" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="252.396915" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="252.456733" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="252.51655" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="252.576368" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="252.636186" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="252.696004" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="252.755822" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="252.81564" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="252.875458" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="252.935275" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="252.995093" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="253.054911" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="253.114729" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="253.174547" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="253.234365" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="253.294183" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mf5e3ed13a5" x="253.354" y="163.865282" style="fill: #e69f00; fill-opacity: 0.28; stroke: #e69f00; stroke-opacity: 0.28; stroke-width: 0.8"/>
    </g>
   </g>
   <g id="PathCollection_11">
    <defs>
     <path id="m5a831f6183" d="M 0 2.12132 
C 0.562581 2.12132 1.102195 1.897805 1.5 1.5 
C 1.897805 1.102195 2.12132 0.562581 2.12132 0 
C 2.12132 -0.562581 1.897805 -1.102195 1.5 -1.5 
C 1.102195 -1.897805 0.562581 -2.12132 0 -2.12132 
C -0.562581 -2.12132 -1.102195 -1.897805 -1.5 -1.5 
C -1.897805 -1.102195 -2.12132 -0.562581 -2.12132 0 
C -2.12132 0.562581 -1.897805 1.102195 -1.5 1.5 
C -1.102195 1.897805 -0.562581 2.12132 0 2.12132 
z
" style="stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
    </defs>
    <g clip-path="url(#p57c295fd8d)">
     <use xlink:href="#m5a831f6183" x="47.185822" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="47.24564" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="47.305458" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="47.365276" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="47.425094" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="47.484911" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="47.544729" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="47.604547" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="47.664365" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="47.724183" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="47.784001" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="47.843819" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="47.903636" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="47.963454" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="48.023272" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="48.08309" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="48.142908" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="48.202726" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="48.262544" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="48.322361" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="48.382179" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="48.441997" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="48.501815" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="48.561633" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="48.621451" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="48.681269" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="48.741087" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="48.800904" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="48.860722" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="48.92054" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="48.980358" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="49.040176" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
    </g>
   </g>
   <g id="PathCollection_12">
    <g clip-path="url(#p57c295fd8d)">
     <use xlink:href="#m5a831f6183" x="98.727867" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="98.787685" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="98.847502" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="98.90732" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="98.967138" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="99.026956" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="99.086774" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="99.146592" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="99.20641" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="99.266227" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="99.326045" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="99.385863" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="99.445681" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="99.505499" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="99.565317" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="99.625135" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="99.684952" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="99.74477" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="99.804588" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="99.864406" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="99.924224" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="99.984042" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="100.04386" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="100.103678" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="100.163495" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="100.223313" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="100.283131" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="100.342949" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="100.402767" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="100.462585" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="100.522403" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="100.58222" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
    </g>
   </g>
   <g id="PathCollection_13">
    <g clip-path="url(#p57c295fd8d)">
     <use xlink:href="#m5a831f6183" x="150.269911" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="150.329729" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="150.389547" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="150.449365" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="150.509183" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="150.569001" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="150.628818" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="150.688636" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="150.748454" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="150.808272" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="150.86809" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="150.927908" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="150.987726" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="151.047544" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="151.107361" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="151.167179" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="151.226997" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="151.286815" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="151.346633" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="151.406451" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="151.466269" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="151.526086" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="151.585904" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="151.645722" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="151.70554" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="151.765358" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="151.825176" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="151.884994" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="151.944811" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="152.004629" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="152.064447" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="152.124265" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
    </g>
   </g>
   <g id="PathCollection_14">
    <g clip-path="url(#p57c295fd8d)">
     <use xlink:href="#m5a831f6183" x="201.811956" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="201.871774" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="201.931592" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="201.991409" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="202.051227" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="202.111045" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="202.170863" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="202.230681" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="202.290499" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="202.350317" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="202.410135" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="202.469952" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="202.52977" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="202.589588" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="202.649406" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="202.709224" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="202.769042" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="202.82886" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="202.888677" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="202.948495" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="203.008313" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="203.068131" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="203.127949" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="203.187767" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="203.247585" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="203.307402" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="203.36722" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="203.427038" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="203.486856" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="203.546674" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="203.606492" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="203.66631" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
    </g>
   </g>
   <g id="PathCollection_15">
    <g clip-path="url(#p57c295fd8d)">
     <use xlink:href="#m5a831f6183" x="253.354" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="253.413818" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="253.473636" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="253.533454" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="253.593272" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="253.65309" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="253.712908" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="253.772726" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="253.832543" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="253.892361" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="253.952179" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="254.011997" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="254.071815" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="254.131633" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="254.191451" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="254.251268" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="254.311086" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="254.370904" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="254.430722" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="254.49054" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="254.550358" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="254.610176" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="254.669993" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="254.729811" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="254.789629" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="254.849447" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="254.909265" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="254.969083" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="255.028901" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="255.088719" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="255.148536" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m5a831f6183" x="255.208354" y="163.865282" style="fill: #0072b2; fill-opacity: 0.28; stroke: #0072b2; stroke-opacity: 0.28; stroke-width: 0.8"/>
    </g>
   </g>
   <g id="patch_3">
    <path d="M 32.890553 167.546948 
L 32.890553 16.598677 
" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/>
   </g>
   <g id="patch_4">
    <path d="M 32.890553 167.546948 
L 265.794916 167.546948 
" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/>
   </g>
   <g id="line2d_16">
    <path d="M 46.258645 94.114986 
L 97.80069 104.182039 
L 149.342734 118.563544 
L 200.884779 128.630597 
L 252.426824 135.821349 
" clip-path="url(#p57c295fd8d)" style="fill: none; stroke-dasharray: 1.8,2.97; stroke-dashoffset: 0; stroke: #666666; stroke-width: 1.8"/>
    <defs>
     <path id="mde058279d7" d="M -2.75 2.75 
L 2.75 -2.75 
M -2.75 -2.75 
L 2.75 2.75 
" style="stroke: #666666; stroke-width: 1.2"/>
    </defs>
    <g clip-path="url(#p57c295fd8d)">
     <use xlink:href="#mde058279d7" x="46.258645" y="94.114986" style="fill: #666666; stroke: #666666; stroke-width: 1.2"/>
     <use xlink:href="#mde058279d7" x="97.80069" y="104.182039" style="fill: #666666; stroke: #666666; stroke-width: 1.2"/>
     <use xlink:href="#mde058279d7" x="149.342734" y="118.563544" style="fill: #666666; stroke: #666666; stroke-width: 1.2"/>
     <use xlink:href="#mde058279d7" x="200.884779" y="128.630597" style="fill: #666666; stroke: #666666; stroke-width: 1.2"/>
     <use xlink:href="#mde058279d7" x="252.426824" y="135.821349" style="fill: #666666; stroke: #666666; stroke-width: 1.2"/>
    </g>
   </g>
   <g id="line2d_17">
    <path d="M 46.258645 136.540424 
L 97.80069 156.67453 
L 149.342734 163.865282 
L 200.884779 163.865282 
L 252.426824 163.865282 
" clip-path="url(#p57c295fd8d)" style="fill: none; stroke-dasharray: 6.66,2.88; stroke-dashoffset: 0; stroke: #e69f00; stroke-width: 1.8"/>
    <defs>
     <path id="me5cca1d380" d="M 0 -2.75 
L -2.75 2.75 
L 2.75 2.75 
z
" style="stroke: #e69f00; stroke-width: 1.2; stroke-linejoin: miter"/>
    </defs>
    <g clip-path="url(#p57c295fd8d)">
     <use xlink:href="#me5cca1d380" x="46.258645" y="136.540424" style="fill: #e69f00; stroke: #e69f00; stroke-width: 1.2; stroke-linejoin: miter"/>
     <use xlink:href="#me5cca1d380" x="97.80069" y="156.67453" style="fill: #e69f00; stroke: #e69f00; stroke-width: 1.2; stroke-linejoin: miter"/>
     <use xlink:href="#me5cca1d380" x="149.342734" y="163.865282" style="fill: #e69f00; stroke: #e69f00; stroke-width: 1.2; stroke-linejoin: miter"/>
     <use xlink:href="#me5cca1d380" x="200.884779" y="163.865282" style="fill: #e69f00; stroke: #e69f00; stroke-width: 1.2; stroke-linejoin: miter"/>
     <use xlink:href="#me5cca1d380" x="252.426824" y="163.865282" style="fill: #e69f00; stroke: #e69f00; stroke-width: 1.2; stroke-linejoin: miter"/>
    </g>
   </g>
   <g id="line2d_18">
    <path d="M 46.258645 163.865282 
L 97.80069 163.865282 
L 149.342734 163.865282 
L 200.884779 163.865282 
L 252.426824 163.865282 
" clip-path="url(#p57c295fd8d)" style="fill: none; stroke: #0072b2; stroke-width: 1.8; stroke-linecap: square"/>
    <defs>
     <path id="m1ae5dc724b" d="M 0 2.75 
C 0.729309 2.75 1.428845 2.460243 1.944544 1.944544 
C 2.460243 1.428845 2.75 0.729309 2.75 0 
C 2.75 -0.729309 2.460243 -1.428845 1.944544 -1.944544 
C 1.428845 -2.460243 0.729309 -2.75 0 -2.75 
C -0.729309 -2.75 -1.428845 -2.460243 -1.944544 -1.944544 
C -2.460243 -1.428845 -2.75 -0.729309 -2.75 0 
C -2.75 0.729309 -2.460243 1.428845 -1.944544 1.944544 
C -1.428845 2.460243 -0.729309 2.75 0 2.75 
z
" style="stroke: #0072b2; stroke-width: 1.2"/>
    </defs>
    <g clip-path="url(#p57c295fd8d)">
     <use xlink:href="#m1ae5dc724b" x="46.258645" y="163.865282" style="fill: #ffffff; stroke: #0072b2; stroke-width: 1.2"/>
     <use xlink:href="#m1ae5dc724b" x="97.80069" y="163.865282" style="fill: #ffffff; stroke: #0072b2; stroke-width: 1.2"/>
     <use xlink:href="#m1ae5dc724b" x="149.342734" y="163.865282" style="fill: #ffffff; stroke: #0072b2; stroke-width: 1.2"/>
     <use xlink:href="#m1ae5dc724b" x="200.884779" y="163.865282" style="fill: #ffffff; stroke: #0072b2; stroke-width: 1.2"/>
     <use xlink:href="#m1ae5dc724b" x="252.426824" y="163.865282" style="fill: #ffffff; stroke: #0072b2; stroke-width: 1.2"/>
    </g>
   </g>
   <g id="text_13">
    <text style="font-weight: 700; font-size: 10px; font-family: 'DejaVu Sans'; text-anchor: start" x="32.890553" y="10.598678" transform="rotate(-0 32.890553 10.598678)">(a) Standard local learning</text>
   </g>
   <g id="legend_1">
    <g id="line2d_19">
     <path d="M 148.445776 27.732349 
L 156.945776 27.732349 
L 165.445776 27.732349 
" style="fill: none; stroke-dasharray: 1.8,2.97; stroke-dashoffset: 0; stroke: #666666; stroke-width: 1.8"/>
     <g>
      <use xlink:href="#mde058279d7" x="156.945776" y="27.732349" style="fill: #666666; stroke: #666666; stroke-width: 1.2"/>
     </g>
    </g>
    <g id="text_14">
     <text style="font-size: 8.5px; font-family: 'DejaVu Sans'; text-anchor: start" x="172.245776" y="30.707349" transform="rotate(-0 172.245776 30.707349)">Raw local update</text>
    </g>
    <g id="line2d_20">
     <path d="M 148.445776 40.208756 
L 156.945776 40.208756 
L 165.445776 40.208756 
" style="fill: none; stroke-dasharray: 6.66,2.88; stroke-dashoffset: 0; stroke: #e69f00; stroke-width: 1.8"/>
     <g>
      <use xlink:href="#me5cca1d380" x="156.945776" y="40.208756" style="fill: #e69f00; stroke: #e69f00; stroke-width: 1.2; stroke-linejoin: miter"/>
     </g>
    </g>
    <g id="text_15">
     <text style="font-size: 8.5px; font-family: 'DejaVu Sans'; text-anchor: start" x="172.245776" y="43.183756" transform="rotate(-0 172.245776 43.183756)">Constant calibration</text>
    </g>
    <g id="line2d_21">
     <path d="M 148.445776 52.685162 
L 156.945776 52.685162 
L 165.445776 52.685162 
" style="fill: none; stroke: #0072b2; stroke-width: 1.8; stroke-linecap: square"/>
     <g>
      <use xlink:href="#m1ae5dc724b" x="156.945776" y="52.685162" style="fill: #ffffff; stroke: #0072b2; stroke-width: 1.2"/>
     </g>
    </g>
    <g id="text_16">
     <text style="font-size: 8.5px; font-family: 'DejaVu Sans'; text-anchor: start" x="172.245776" y="55.660162" transform="rotate(-0 172.245776 55.660162)">SDIL</text>
    </g>
   </g>
  </g>
  <g id="axes_2">
   <g id="patch_5">
    <path d="M 275.295396 167.546948 
L 508.19976 167.546948 
L 508.19976 16.598678 
L 275.295396 16.598678 
z
" style="fill: #ffffff"/>
   </g>
   <g id="matplotlib.axis_3">
    <g id="xtick_6">
     <g id="line2d_22">
      <g>
       <use xlink:href="#m667d3cece7" x="288.663489" y="167.546948" style="stroke: #000000; stroke-width: 0.8"/>
      </g>
     </g>
     <g id="text_17">
      <text style="font-size: 8px; font-family: 'DejaVu Sans'; text-anchor: middle" x="288.663489" y="180.625698" transform="rotate(-0 288.663489 180.625698)">83.4</text>
     </g>
    </g>
    <g id="xtick_7">
     <g id="line2d_23">
      <g>
       <use xlink:href="#m667d3cece7" x="340.205534" y="167.546948" style="stroke: #000000; stroke-width: 0.8"/>
      </g>
     </g>
     <g id="text_18">
      <text style="font-size: 8px; font-family: 'DejaVu Sans'; text-anchor: middle" x="340.205534" y="180.625698" transform="rotate(-0 340.205534 180.625698)">166.8</text>
     </g>
    </g>
    <g id="xtick_8">
     <g id="line2d_24">
      <g>
       <use xlink:href="#m667d3cece7" x="391.747578" y="167.546948" style="stroke: #000000; stroke-width: 0.8"/>
      </g>
     </g>
     <g id="text_19">
      <text style="font-size: 8px; font-family: 'DejaVu Sans'; text-anchor: middle" x="391.747578" y="180.625698" transform="rotate(-0 391.747578 180.625698)">250.2</text>
     </g>
    </g>
    <g id="xtick_9">
     <g id="line2d_25">
      <g>
       <use xlink:href="#m667d3cece7" x="443.289623" y="167.546948" style="stroke: #000000; stroke-width: 0.8"/>
      </g>
     </g>
     <g id="text_20">
      <text style="font-size: 8px; font-family: 'DejaVu Sans'; text-anchor: middle" x="443.289623" y="180.625698" transform="rotate(-0 443.289623 180.625698)">333.5</text>
     </g>
    </g>
    <g id="xtick_10">
     <g id="line2d_26">
      <g>
       <use xlink:href="#m667d3cece7" x="494.831667" y="167.546948" style="stroke: #000000; stroke-width: 0.8"/>
      </g>
     </g>
     <g id="text_21">
      <text style="font-size: 8px; font-family: 'DejaVu Sans'; text-anchor: middle" x="494.831667" y="180.625698" transform="rotate(-0 494.831667 180.625698)">416.9</text>
     </g>
    </g>
    <g id="text_22">
     <text style="font-size: 9px; font-family: 'DejaVu Sans'; text-anchor: middle" x="391.747578" y="193.128041" transform="rotate(-0 391.747578 193.128041)">Input diameter (mV)</text>
    </g>
   </g>
   <g id="matplotlib.axis_4">
    <g id="ytick_6">
     <g id="line2d_27">
      <path d="M 275.295396 163.865282 
L 508.19976 163.865282 
" clip-path="url(#pac92521c8d)" style="fill: none; stroke: #d9d9d9; stroke-width: 0.7; stroke-linecap: square"/>
     </g>
     <g id="line2d_28">
      <g>
       <use xlink:href="#m1f0665df1f" x="275.295396" y="163.865282" style="stroke: #000000; stroke-width: 0.8"/>
      </g>
     </g>
    </g>
    <g id="ytick_7">
     <g id="line2d_29">
      <path d="M 275.295396 127.048631 
L 508.19976 127.048631 
" clip-path="url(#pac92521c8d)" style="fill: none; stroke: #d9d9d9; stroke-width: 0.7; stroke-linecap: square"/>
     </g>
     <g id="line2d_30">
      <g>
       <use xlink:href="#m1f0665df1f" x="275.295396" y="127.048631" style="stroke: #000000; stroke-width: 0.8"/>
      </g>
     </g>
    </g>
    <g id="ytick_8">
     <g id="line2d_31">
      <path d="M 275.295396 90.23198 
L 508.19976 90.23198 
" clip-path="url(#pac92521c8d)" style="fill: none; stroke: #d9d9d9; stroke-width: 0.7; stroke-linecap: square"/>
     </g>
     <g id="line2d_32">
      <g>
       <use xlink:href="#m1f0665df1f" x="275.295396" y="90.23198" style="stroke: #000000; stroke-width: 0.8"/>
      </g>
     </g>
    </g>
    <g id="ytick_9">
     <g id="line2d_33">
      <path d="M 275.295396 53.415329 
L 508.19976 53.415329 
" clip-path="url(#pac92521c8d)" style="fill: none; stroke: #d9d9d9; stroke-width: 0.7; stroke-linecap: square"/>
     </g>
     <g id="line2d_34">
      <g>
       <use xlink:href="#m1f0665df1f" x="275.295396" y="53.415329" style="stroke: #000000; stroke-width: 0.8"/>
      </g>
     </g>
    </g>
    <g id="ytick_10">
     <g id="line2d_35">
      <path d="M 275.295396 16.598677 
L 508.19976 16.598677 
" clip-path="url(#pac92521c8d)" style="fill: none; stroke: #d9d9d9; stroke-width: 0.7; stroke-linecap: square"/>
     </g>
     <g id="line2d_36">
      <g>
       <use xlink:href="#m1f0665df1f" x="275.295396" y="16.598677" style="stroke: #000000; stroke-width: 0.8"/>
      </g>
     </g>
    </g>
   </g>
   <g id="PathCollection_16">
    <defs>
     <path id="mba5f6ec625" d="M -0 3 
L 3 0 
L 0 -3 
L -3 -0 
z
" style="stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
    </defs>
    <g clip-path="url(#pac92521c8d)">
     <use xlink:href="#mba5f6ec625" x="285.881958" y="140.854875" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="285.941776" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="286.001594" y="140.854875" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="286.061412" y="117.844468" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="286.12123" y="117.844468" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="286.181048" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="286.240865" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="286.300683" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="286.360501" y="117.844468" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="286.420319" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="286.480137" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="286.539955" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="286.599773" y="117.844468" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="286.65959" y="71.823654" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="286.719408" y="140.854875" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="286.779226" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="286.839044" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="286.898862" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="286.95868" y="25.80284" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="287.018498" y="71.823654" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="287.078316" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="287.138133" y="71.823654" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="287.197951" y="2.792433" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="287.257769" y="71.823654" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="287.317587" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="287.377405" y="71.823654" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="287.437223" y="94.834061" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="287.497041" y="117.844468" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="287.556858" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="287.616676" y="71.823654" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="287.676494" y="117.844468" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="287.736312" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
    </g>
   </g>
   <g id="PathCollection_17">
    <g clip-path="url(#pac92521c8d)">
     <use xlink:href="#mba5f6ec625" x="337.424003" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="337.483821" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="337.543639" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="337.603456" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="337.663274" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="337.723092" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="337.78291" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="337.842728" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="337.902546" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="337.962364" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="338.022181" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="338.081999" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="338.141817" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="338.201635" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="338.261453" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="338.321271" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="338.381089" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="338.440907" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="338.500724" y="117.844468" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="338.560542" y="117.844468" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="338.62036" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="338.680178" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="338.739996" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="338.799814" y="117.844468" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="338.859632" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="338.919449" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="338.979267" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="339.039085" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="339.098903" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="339.158721" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="339.218539" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="339.278357" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
    </g>
   </g>
   <g id="PathCollection_18">
    <g clip-path="url(#pac92521c8d)">
     <use xlink:href="#mba5f6ec625" x="388.966047" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="389.025865" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="389.085683" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="389.145501" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="389.205319" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="389.265137" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="389.324955" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="389.384772" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="389.44459" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="389.504408" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="389.564226" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="389.624044" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="389.683862" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="389.74368" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="389.803498" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="389.863315" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="389.923133" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="389.982951" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="390.042769" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="390.102587" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="390.162405" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="390.222223" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="390.28204" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="390.341858" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="390.401676" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="390.461494" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="390.521312" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="390.58113" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="390.640948" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="390.700766" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="390.760583" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="390.820401" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
    </g>
   </g>
   <g id="PathCollection_19">
    <g clip-path="url(#pac92521c8d)">
     <use xlink:href="#mba5f6ec625" x="440.508092" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="440.56791" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="440.627728" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="440.687546" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="440.747363" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="440.807181" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="440.866999" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="440.926817" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="440.986635" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="441.046453" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="441.106271" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="441.166089" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="441.225906" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="441.285724" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="441.345542" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="441.40536" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="441.465178" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="441.524996" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="441.584814" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="441.644631" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="441.704449" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="441.764267" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="441.824085" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="441.883903" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="441.943721" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="442.003539" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="442.063357" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="442.123174" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="442.182992" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="442.24281" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="442.302628" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="442.362446" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
    </g>
   </g>
   <g id="PathCollection_20">
    <g clip-path="url(#pac92521c8d)">
     <use xlink:href="#mba5f6ec625" x="492.050137" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="492.109955" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="492.169772" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="492.22959" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="492.289408" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="492.349226" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="492.409044" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="492.468862" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="492.52868" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="492.588497" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="492.648315" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="492.708133" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="492.767951" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="492.827769" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="492.887587" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="492.947405" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="493.007222" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="493.06704" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="493.126858" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="493.186676" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="493.246494" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="493.306312" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="493.36613" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="493.425948" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="493.485765" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="493.545583" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="493.605401" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="493.665219" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="493.725037" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="493.784855" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="493.844673" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#mba5f6ec625" x="493.90449" y="163.865282" style="fill: #222222; fill-opacity: 0.28; stroke: #222222; stroke-opacity: 0.28; stroke-width: 0.8"/>
    </g>
   </g>
   <g id="PathCollection_21">
    <defs>
     <path id="m6e2208a971" d="M -2.12132 2.12132 
L 2.12132 2.12132 
L 2.12132 -2.12132 
L -2.12132 -2.12132 
z
" style="stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
    </defs>
    <g clip-path="url(#pac92521c8d)">
     <use xlink:href="#m6e2208a971" x="289.590666" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="289.650484" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="289.710302" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="289.770119" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="289.829937" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="289.889755" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="289.949573" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="290.009391" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="290.069209" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="290.129027" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="290.188844" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="290.248662" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="290.30848" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="290.368298" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="290.428116" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="290.487934" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="290.547752" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="290.60757" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="290.667387" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="290.727205" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="290.787023" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="290.846841" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="290.906659" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="290.966477" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="291.026295" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="291.086112" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="291.14593" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="291.205748" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="291.265566" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="291.325384" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="291.385202" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="291.44502" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
    </g>
   </g>
   <g id="PathCollection_22">
    <g clip-path="url(#pac92521c8d)">
     <use xlink:href="#m6e2208a971" x="341.13271" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="341.192528" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="341.252346" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="341.312164" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="341.371982" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="341.4318" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="341.491618" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="341.551435" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="341.611253" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="341.671071" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="341.730889" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="341.790707" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="341.850525" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="341.910343" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="341.970161" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="342.029978" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="342.089796" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="342.149614" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="342.209432" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="342.26925" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="342.329068" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="342.388886" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="342.448703" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="342.508521" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="342.568339" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="342.628157" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="342.687975" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="342.747793" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="342.807611" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="342.867428" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="342.927246" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="342.987064" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
    </g>
   </g>
   <g id="PathCollection_23">
    <g clip-path="url(#pac92521c8d)">
     <use xlink:href="#m6e2208a971" x="392.674755" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="392.734573" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="392.794391" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="392.854209" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="392.914026" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="392.973844" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="393.033662" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="393.09348" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="393.153298" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="393.213116" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="393.272934" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="393.332752" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="393.392569" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="393.452387" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="393.512205" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="393.572023" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="393.631841" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="393.691659" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="393.751477" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="393.811294" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="393.871112" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="393.93093" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="393.990748" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="394.050566" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="394.110384" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="394.170202" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="394.230019" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="394.289837" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="394.349655" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="394.409473" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="394.469291" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="394.529109" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
    </g>
   </g>
   <g id="PathCollection_24">
    <g clip-path="url(#pac92521c8d)">
     <use xlink:href="#m6e2208a971" x="444.2168" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="444.276617" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="444.336435" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="444.396253" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="444.456071" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="444.515889" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="444.575707" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="444.635525" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="444.695343" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="444.75516" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="444.814978" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="444.874796" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="444.934614" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="444.994432" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="445.05425" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="445.114068" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="445.173885" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="445.233703" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="445.293521" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="445.353339" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="445.413157" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="445.472975" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="445.532793" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="445.59261" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="445.652428" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="445.712246" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="445.772064" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="445.831882" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="445.8917" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="445.951518" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="446.011336" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="446.071153" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
    </g>
   </g>
   <g id="PathCollection_25">
    <g clip-path="url(#pac92521c8d)">
     <use xlink:href="#m6e2208a971" x="495.758844" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="495.818662" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="495.87848" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="495.938298" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="495.998116" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="496.057934" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="496.117751" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="496.177569" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="496.237387" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="496.297205" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="496.357023" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="496.416841" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="496.476659" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="496.536476" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="496.596294" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="496.656112" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="496.71593" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="496.775748" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="496.835566" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="496.895384" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="496.955202" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="497.015019" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="497.074837" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="497.134655" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="497.194473" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="497.254291" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="497.314109" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="497.373927" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="497.433744" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="497.493562" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="497.55338" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
     <use xlink:href="#m6e2208a971" x="497.613198" y="163.865282" style="fill: #009e73; fill-opacity: 0.28; stroke: #009e73; stroke-opacity: 0.28; stroke-width: 0.8"/>
    </g>
   </g>
   <g id="patch_6">
    <path d="M 275.295396 167.546948 
L 275.295396 16.598677 
" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/>
   </g>
   <g id="patch_7">
    <path d="M 275.295396 167.546948 
L 508.19976 167.546948 
" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/>
   </g>
   <g id="line2d_37">
    <path d="M 288.663489 124.316145 
L 340.205534 159.550831 
L 391.747578 163.865282 
L 443.289623 163.865282 
L 494.831667 163.865282 
" clip-path="url(#pac92521c8d)" style="fill: none; stroke-dasharray: 6.66,2.88; stroke-dashoffset: 0; stroke: #222222; stroke-width: 1.8"/>
    <defs>
     <path id="m8c98f900e0" d="M -0 3.889087 
L 3.889087 0 
L 0 -3.889087 
L -3.889087 -0 
z
" style="stroke: #222222; stroke-width: 1.2; stroke-linejoin: miter"/>
    </defs>
    <g clip-path="url(#pac92521c8d)">
     <use xlink:href="#m8c98f900e0" x="288.663489" y="124.316145" style="fill: #222222; stroke: #222222; stroke-width: 1.2; stroke-linejoin: miter"/>
     <use xlink:href="#m8c98f900e0" x="340.205534" y="159.550831" style="fill: #222222; stroke: #222222; stroke-width: 1.2; stroke-linejoin: miter"/>
     <use xlink:href="#m8c98f900e0" x="391.747578" y="163.865282" style="fill: #222222; stroke: #222222; stroke-width: 1.2; stroke-linejoin: miter"/>
     <use xlink:href="#m8c98f900e0" x="443.289623" y="163.865282" style="fill: #222222; stroke: #222222; stroke-width: 1.2; stroke-linejoin: miter"/>
     <use xlink:href="#m8c98f900e0" x="494.831667" y="163.865282" style="fill: #222222; stroke: #222222; stroke-width: 1.2; stroke-linejoin: miter"/>
    </g>
   </g>
   <g id="line2d_38">
    <path d="M 288.663489 163.865282 
L 340.205534 163.865282 
L 391.747578 163.865282 
L 443.289623 163.865282 
L 494.831667 163.865282 
" clip-path="url(#pac92521c8d)" style="fill: none; stroke: #009e73; stroke-width: 1.8; stroke-linecap: square"/>
    <defs>
     <path id="m6c4a0fefb0" d="M -2.75 2.75 
L 2.75 2.75 
L 2.75 -2.75 
L -2.75 -2.75 
z
" style="stroke: #009e73; stroke-width: 1.2; stroke-linejoin: miter"/>
    </defs>
    <g clip-path="url(#pac92521c8d)">
     <use xlink:href="#m6c4a0fefb0" x="288.663489" y="163.865282" style="fill: #ffffff; stroke: #009e73; stroke-width: 1.2; stroke-linejoin: miter"/>
     <use xlink:href="#m6c4a0fefb0" x="340.205534" y="163.865282" style="fill: #ffffff; stroke: #009e73; stroke-width: 1.2; stroke-linejoin: miter"/>
     <use xlink:href="#m6c4a0fefb0" x="391.747578" y="163.865282" style="fill: #ffffff; stroke: #009e73; stroke-width: 1.2; stroke-linejoin: miter"/>
     <use xlink:href="#m6c4a0fefb0" x="443.289623" y="163.865282" style="fill: #ffffff; stroke: #009e73; stroke-width: 1.2; stroke-linejoin: miter"/>
     <use xlink:href="#m6c4a0fefb0" x="494.831667" y="163.865282" style="fill: #ffffff; stroke: #009e73; stroke-width: 1.2; stroke-linejoin: miter"/>
    </g>
   </g>
   <g id="text_23">
    <text style="font-size: 8px; font-family: 'DejaVu Sans'; text-anchor: end; fill: #666666" x="503.541673" y="80.03777" transform="rotate(-0 503.541673 80.03777)">32 trials per input diameter</text>
   </g>
   <g id="text_24">
    <text style="font-weight: 700; font-size: 10px; font-family: 'DejaVu Sans'; text-anchor: start" x="275.295396" y="10.598678" transform="rotate(-0 275.295396 10.598678)">(b) Composition with overclamping</text>
   </g>
   <g id="legend_2">
    <g id="line2d_39">
     <path d="M 385.720073 27.732349 
L 394.220073 27.732349 
L 402.720073 27.732349 
" style="fill: none; stroke-dasharray: 6.66,2.88; stroke-dashoffset: 0; stroke: #222222; stroke-width: 1.8"/>
     <g>
      <use xlink:href="#m8c98f900e0" x="394.220073" y="27.732349" style="fill: #222222; stroke: #222222; stroke-width: 1.2; stroke-linejoin: miter"/>
     </g>
    </g>
    <g id="text_25">
     <text style="font-size: 8.5px; font-family: 'DejaVu Sans'; text-anchor: start" x="409.520073" y="30.707349" transform="rotate(-0 409.520073 30.707349)">Overclamping</text>
    </g>
    <g id="line2d_40">
     <path d="M 385.720073 40.208756 
L 394.220073 40.208756 
L 402.720073 40.208756 
" style="fill: none; stroke: #009e73; stroke-width: 1.8; stroke-linecap: square"/>
     <g>
      <use xlink:href="#m6c4a0fefb0" x="394.220073" y="40.208756" style="fill: #ffffff; stroke: #009e73; stroke-width: 1.2; stroke-linejoin: miter"/>
     </g>
    </g>
    <g id="text_26">
     <text style="font-size: 8.5px; font-family: 'DejaVu Sans'; text-anchor: start" x="409.520073" y="43.183756" transform="rotate(-0 409.520073 43.183756)">Overclamping + SDIL</text>
    </g>
   </g>
  </g>
 </g>
 <defs>
  <clipPath id="p57c295fd8d">
   <rect x="32.890553" y="16.598678" width="232.904364" height="150.94827"/>
  </clipPath>
  <clipPath id="pac92521c8d">
   <rect x="275.295396" y="16.598678" width="232.904364" height="150.94827"/>
  </clipPath>
 </defs>
</svg>