aboutsummaryrefslogblamecommitdiff
path: root/tests/testthat/_snaps/plot/mixed-model-fit-for-saem-object-with-mkin-transformations.svg
blob: 049992de4ce395bb2386aaebbc2b887c5faf22b0 (plain) (tree)
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
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487

































































































                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   



























































                                                                                                                                                                                                   
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 

















                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 



































                                                                                                     
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           



































                                                                                                     
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 

















                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

















                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    





















































                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 







































































                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                





















































                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           





















































                                                                                                     
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 



































                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           





















































                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    





















































                                                                                                     
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 



































                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 

















                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           








                                                                
                                                                                    
                                                                                    




                                                                                    
                                                                                                                                                           








                                                                                                                                                              
                                                                                    





                                                                                                                                                                                       
                                                                                                                                                                                      


                                                                                                                                                                                      












                                                                                                                                                                                                           































































































































































































































































































































































































































































































































































































                                                                                                                                      






                                                                
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   























































                                                                                                                                                                                               
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 













                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 































                                                                                                     
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           































                                                                                                     
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 















                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           














                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    















































                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 































































                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                















































                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           















































                                                                                                     
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 































                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           















































                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    















































                                                                                                     
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 































                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 















                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           








                                                                 
                                                                                    
                                                                                    



                                                                                    
                                                                                                                                                           







                                                                                                                                                            
                                                                                    





                                                                                                                                                                                       
                                                                                                                                                                                      


                                                                                                                                                                                      












                                                                                                                                                                                                           




























































































































































































































































































































































































































































































































                                                                                                                                      








                                                               
<?xml version='1.0' encoding='UTF-8' ?>
<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' class='svglite' data-engine-version='2.0' width='720.00pt' height='576.00pt' viewBox='0 0 720.00 576.00'>
<defs>
  <style type='text/css'><![CDATA[
    .svglite line, .svglite polyline, .svglite polygon, .svglite path, .svglite rect, .svglite circle {
      fill: none;
      stroke: #000000;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-miterlimit: 10.00;
    }
  ]]></style>
</defs>
<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
<defs>
  <clipPath id='cpMC4wMHw3MjAuMDB8MC4wMHw1NzYuMDA='>
    <rect x='0.00' y='0.00' width='720.00' height='576.00' />
  </clipPath>
</defs>
<g clip-path='url(#cpMC4wMHw3MjAuMDB8MC4wMHw1NzYuMDA=)'>
</g>
<defs>
  <clipPath id='cpMTkuOTZ8NzAwLjA0fDAuOTV8NzEuMDU='>
    <rect x='19.96' y='0.95' width='680.08' height='70.10' />
  </clipPath>
</defs>
<g clip-path='url(#cpMTkuOTZ8NzAwLjA0fDAuOTV8NzEuMDU=)'>
<line x1='238.45' y1='21.74' x2='252.70' y2='21.74' style='stroke-width: 1.50;' />
<line x1='238.45' y1='31.25' x2='252.70' y2='31.25' style='stroke-width: 0.75; stroke: #DF536B; stroke-dasharray: 4.00,4.00;' />
<line x1='238.45' y1='40.75' x2='252.70' y2='40.75' style='stroke-width: 0.75; stroke: #61D04F; stroke-dasharray: 1.00,3.00;' />
<line x1='238.45' y1='50.26' x2='252.70' y2='50.26' style='stroke-width: 0.75; stroke: #2297E6; stroke-dasharray: 1.00,3.00,4.00,3.00;' />
<line x1='299.40' y1='21.74' x2='313.66' y2='21.74' style='stroke-width: 0.75; stroke: #28E2E5; stroke-dasharray: 7.00,3.00;' />
<line x1='299.40' y1='31.25' x2='313.66' y2='31.25' style='stroke-width: 0.75; stroke: #CD0BBC; stroke-dasharray: 2.00,2.00,6.00,2.00;' />
<line x1='299.40' y1='40.75' x2='313.66' y2='40.75' style='stroke-width: 0.75; stroke: #F5C710;' />
<line x1='299.40' y1='50.26' x2='313.66' y2='50.26' style='stroke-width: 0.75; stroke: #9E9E9E; stroke-dasharray: 4.00,4.00;' />
<line x1='360.36' y1='21.74' x2='374.61' y2='21.74' style='stroke-width: 0.75; stroke-dasharray: 1.00,3.00;' />
<line x1='360.36' y1='31.25' x2='374.61' y2='31.25' style='stroke-width: 0.75; stroke: #DF536B; stroke-dasharray: 1.00,3.00,4.00,3.00;' />
<line x1='360.36' y1='40.75' x2='374.61' y2='40.75' style='stroke-width: 0.75; stroke: #61D04F; stroke-dasharray: 7.00,3.00;' />
<line x1='360.36' y1='50.26' x2='374.61' y2='50.26' style='stroke-width: 0.75; stroke: #2297E6; stroke-dasharray: 2.00,2.00,6.00,2.00;' />
<line x1='421.31' y1='21.74' x2='435.57' y2='21.74' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='421.31' y1='31.25' x2='435.57' y2='31.25' style='stroke-width: 0.75; stroke: #CD0BBC; stroke-dasharray: 4.00,4.00;' />
<line x1='421.31' y1='40.75' x2='435.57' y2='40.75' style='stroke-width: 0.75; stroke: #F5C710; stroke-dasharray: 1.00,3.00;' />
<line x1='421.31' y1='50.26' x2='435.57' y2='50.26' style='stroke-width: 0.75; stroke: #9E9E9E; stroke-dasharray: 1.00,3.00,4.00,3.00;' />
<circle cx='245.58' cy='31.25' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='245.58,37.98 247.98,42.14 243.18,42.14 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<line x1='243.06' y1='50.26' x2='248.10' y2='50.26' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='245.58' y1='52.78' x2='245.58' y2='47.74' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='304.75' y1='23.53' x2='308.31' y2='19.96' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='304.75' y1='19.96' x2='308.31' y2='23.53' style='stroke-width: 0.75; stroke: #28E2E5;' />
<polygon points='304.01,31.25 306.53,28.73 309.05,31.25 306.53,33.77 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='306.53,43.52 308.93,39.37 304.13,39.37 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='304.75' y='48.47' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='304.75' y1='52.04' x2='308.31' y2='48.47' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='304.75' y1='48.47' x2='308.31' y2='52.04' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='365.70' y1='23.53' x2='369.27' y2='19.96' style='stroke-width: 0.75;' />
<line x1='365.70' y1='19.96' x2='369.27' y2='23.53' style='stroke-width: 0.75;' />
<line x1='364.96' y1='21.74' x2='370.00' y2='21.74' style='stroke-width: 0.75;' />
<line x1='367.48' y1='24.26' x2='367.48' y2='19.22' style='stroke-width: 0.75;' />
<line x1='364.96' y1='31.25' x2='370.00' y2='31.25' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='367.48' y1='33.77' x2='367.48' y2='28.73' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='364.96,31.25 367.48,28.73 370.00,31.25 367.48,33.77 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<circle cx='367.48' cy='40.75' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='365.70' y1='40.75' x2='369.27' y2='40.75' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='367.48' y1='42.53' x2='367.48' y2='38.97' style='stroke-width: 0.75; stroke: #61D04F;' />
<polygon points='367.48,53.03 369.88,48.18 365.08,48.18 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='367.48,47.48 369.88,52.33 365.08,52.33 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<line x1='426.66' y1='21.74' x2='430.22' y2='21.74' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='428.44' y1='23.53' x2='428.44' y2='19.96' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='426.66' y='19.96' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<circle cx='428.44' cy='31.25' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='426.66' y1='33.03' x2='430.22' y2='29.47' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='426.66' y1='29.47' x2='430.22' y2='33.03' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<polygon points='428.44,38.97 430.22,42.53 426.66,42.53 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='426.66' y='38.97' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='426.66,52.04 430.22,52.04 430.22,48.47 426.66,48.47 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<text x='259.83' y='24.47' style='font-size: 7.92px; font-family: sans;' textLength='37.43px' lengthAdjust='spacingAndGlyphs'>Population</text>
<text x='259.83' y='33.97' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>1</text>
<text x='259.83' y='43.48' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>2</text>
<text x='259.83' y='52.98' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>3</text>
<text x='320.79' y='24.47' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>4</text>
<text x='320.79' y='33.97' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>5</text>
<text x='320.79' y='43.48' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>6</text>
<text x='320.79' y='52.98' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>7</text>
<text x='381.74' y='24.47' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>8</text>
<text x='381.74' y='33.97' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>9</text>
<text x='381.74' y='43.48' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>10</text>
<text x='381.74' y='52.98' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>11</text>
<text x='442.69' y='24.47' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>12</text>
<text x='442.69' y='33.97' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>13</text>
<text x='442.69' y='43.48' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>14</text>
<text x='442.69' y='52.98' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>15</text>
</g>
<defs>
  <clipPath id='cpMzguOTd8MzQwLjA0fDgyLjQ1fDI4My40OQ=='>
    <rect x='38.97' y='82.45' width='301.08' height='201.03' />
  </clipPath>
</defs>
<g clip-path='url(#cpMzguOTd8MzQwLjA0fDgyLjQ1fDI4My40OQ==)'>
<polyline points='50.12,111.29 52.44,115.60 55.81,121.63 57.09,123.85 61.50,131.23 66.38,138.94 67.19,140.16 72.87,148.46 78.56,156.18 82.64,161.39 84.25,163.37 89.94,170.07 95.63,176.31 101.32,182.12 107.01,187.55 112.70,192.62 115.16,194.71 118.39,197.35 124.08,201.78 129.77,205.92 135.46,209.79 141.15,213.41 146.83,216.81 152.52,220.00 158.21,222.98 163.90,225.79 169.59,228.42 175.28,230.90 180.97,233.22 186.66,235.41 189.50,236.46 192.35,237.47 198.04,239.41 203.73,241.24 209.42,242.97 215.11,244.60 220.79,246.13 226.48,247.58 232.17,248.96 237.86,250.25 243.55,251.48 249.24,252.64 254.93,253.74 259.20,254.53 260.62,254.78 266.31,255.77 272.00,256.70 277.69,257.59 283.38,258.44 289.07,259.24 294.76,260.00 300.44,260.72 306.13,261.40 311.82,262.06 317.51,262.68 323.20,263.27 328.89,263.83 ' style='stroke-width: 1.50;' />
</g>
<g clip-path='url(#cpMC4wMHw3MjAuMDB8MC4wMHw1NzYuMDA=)'>
<line x1='50.12' y1='283.49' x2='328.89' y2='283.49' style='stroke-width: 0.75;' />
<line x1='50.12' y1='283.49' x2='50.12' y2='288.24' style='stroke-width: 0.75;' />
<line x1='96.58' y1='283.49' x2='96.58' y2='288.24' style='stroke-width: 0.75;' />
<line x1='143.04' y1='283.49' x2='143.04' y2='288.24' style='stroke-width: 0.75;' />
<line x1='189.50' y1='283.49' x2='189.50' y2='288.24' style='stroke-width: 0.75;' />
<line x1='235.97' y1='283.49' x2='235.97' y2='288.24' style='stroke-width: 0.75;' />
<line x1='282.43' y1='283.49' x2='282.43' y2='288.24' style='stroke-width: 0.75;' />
<line x1='328.89' y1='283.49' x2='328.89' y2='288.24' style='stroke-width: 0.75;' />
<text x='50.12' y='300.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>0</text>
<text x='96.58' y='300.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>20</text>
<text x='143.04' y='300.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>40</text>
<text x='189.50' y='300.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>60</text>
<text x='235.97' y='300.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>80</text>
<text x='282.43' y='300.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='13.22px' lengthAdjust='spacingAndGlyphs'>100</text>
<text x='328.89' y='300.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='13.22px' lengthAdjust='spacingAndGlyphs'>120</text>
<line x1='38.97' y1='276.04' x2='38.97' y2='111.75' style='stroke-width: 0.75;' />
<line x1='38.97' y1='276.04' x2='34.21' y2='276.04' style='stroke-width: 0.75;' />
<line x1='38.97' y1='243.18' x2='34.21' y2='243.18' style='stroke-width: 0.75;' />
<line x1='38.97' y1='210.33' x2='34.21' y2='210.33' style='stroke-width: 0.75;' />
<line x1='38.97' y1='177.47' x2='34.21' y2='177.47' style='stroke-width: 0.75;' />
<line x1='38.97' y1='144.61' x2='34.21' y2='144.61' style='stroke-width: 0.75;' />
<line x1='38.97' y1='111.75' x2='34.21' y2='111.75' style='stroke-width: 0.75;' />
<text transform='translate(27.56,276.04) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>0</text>
<text transform='translate(27.56,243.18) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>20</text>
<text transform='translate(27.56,210.33) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>40</text>
<text transform='translate(27.56,177.47) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>60</text>
<text transform='translate(27.56,144.61) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>80</text>
<text transform='translate(27.56,111.75) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='13.22px' lengthAdjust='spacingAndGlyphs'>100</text>
<polygon points='38.97,283.49 340.04,283.49 340.04,82.45 38.97,82.45 ' style='stroke-width: 0.75; fill: none;' />
</g>
<defs>
  <clipPath id='cpMC4wMHwzNjAuMDB8NzIuMDB8MzEyLjAw'>
    <rect x='0.00' y='72.00' width='360.00' height='240.00' />
  </clipPath>
</defs>
<g clip-path='url(#cpMC4wMHwzNjAuMDB8NzIuMDB8MzEyLjAw)'>
<text x='189.50' y='319.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='17.60px' lengthAdjust='spacingAndGlyphs'>Time</text>
<text transform='translate(8.55,182.97) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='57.68px' lengthAdjust='spacingAndGlyphs'>Residues parent</text>
</g>
<g clip-path='url(#cpMzguOTd8MzQwLjA0fDgyLjQ1fDI4My40OQ==)'>
<circle cx='50.12' cy='104.69' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='50.12' cy='114.05' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='52.44' cy='119.97' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='52.44' cy='116.52' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='57.09' cy='109.94' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='57.09' cy='120.79' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='66.38' cy='135.08' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='66.38' cy='127.03' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='82.64' cy='159.89' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='82.64' cy='168.92' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='115.16' cy='198.83' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='115.16' cy='199.32' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='189.50' cy='224.45' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='189.50' cy='220.68' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='259.20' cy='236.12' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='259.20' cy='238.58' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='328.89' cy='250.25' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='328.89' cy='246.63' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<polyline points='50.12,111.29 52.44,116.50 55.81,123.61 57.09,126.18 61.50,134.52 66.38,142.91 67.19,144.21 72.87,152.82 78.56,160.49 82.64,165.48 84.25,167.34 89.94,173.48 95.63,179.00 101.32,183.96 107.01,188.45 112.70,192.51 115.16,194.16 118.39,196.21 124.08,199.58 129.77,202.67 135.46,205.51 141.15,208.12 146.83,210.54 152.52,212.78 158.21,214.87 163.90,216.83 169.59,218.66 175.28,220.38 180.97,222.00 186.66,223.54 189.50,224.28 192.35,225.00 198.04,226.39 203.73,227.71 209.42,228.97 215.11,230.18 220.79,231.34 226.48,232.46 232.17,233.54 237.86,234.57 243.55,235.57 249.24,236.54 254.93,237.48 259.20,238.16 260.62,238.39 266.31,239.27 272.00,240.12 277.69,240.95 283.38,241.76 289.07,242.54 294.76,243.31 300.44,244.05 306.13,244.78 311.82,245.48 317.51,246.17 323.20,246.84 328.89,247.50 ' style='stroke-width: 0.75; stroke: #DF536B; stroke-dasharray: 4.00,4.00;' />
<polygon points='50.12,95.84 52.52,99.99 47.72,99.99 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='50.12,100.44 52.52,104.59 47.72,104.59 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='52.44,104.87 54.84,109.03 50.04,109.03 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='52.44,122.45 54.84,126.61 50.04,126.61 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='57.09,130.01 59.49,134.17 54.69,134.17 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='57.09,114.07 59.49,118.23 54.69,118.23 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='66.38,135.10 68.78,139.26 63.98,139.26 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='66.38,142.66 68.78,146.82 63.98,146.82 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='82.64,156.13 85.04,160.29 80.24,160.29 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='82.64,160.07 85.04,164.23 80.24,164.23 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='115.16,189.98 117.56,194.13 112.76,194.13 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='115.16,186.03 117.56,190.19 112.76,190.19 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='189.50,214.29 191.90,218.45 187.10,218.45 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='189.50,221.68 191.90,225.84 187.10,225.84 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='259.20,237.13 261.60,241.28 256.80,241.28 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='259.20,233.68 261.60,237.83 256.80,237.83 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='328.89,241.23 331.29,245.39 326.49,245.39 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='328.89,238.61 331.29,242.76 326.49,242.76 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polyline points='50.12,111.29 52.44,115.95 55.81,122.36 57.09,124.69 61.50,132.32 66.38,140.07 67.19,141.28 72.87,149.37 78.56,156.68 82.64,161.48 84.25,163.29 89.94,169.28 95.63,174.72 101.32,179.68 107.01,184.19 112.70,188.31 115.16,189.99 118.39,192.09 124.08,195.56 129.77,198.75 135.46,201.69 141.15,204.41 146.83,206.93 152.52,209.28 158.21,211.46 163.90,213.50 169.59,215.41 175.28,217.20 180.97,218.89 186.66,220.48 189.50,221.25 192.35,221.99 198.04,223.42 203.73,224.78 209.42,226.07 215.11,227.30 220.79,228.48 226.48,229.61 232.17,230.70 237.86,231.74 243.55,232.74 249.24,233.71 254.93,234.65 259.20,235.33 260.62,235.55 266.31,236.42 272.00,237.27 277.69,238.09 283.38,238.89 289.07,239.67 294.76,240.42 300.44,241.15 306.13,241.87 311.82,242.57 317.51,243.25 323.20,243.91 328.89,244.55 ' style='stroke-width: 0.75; stroke: #61D04F; stroke-dasharray: 1.00,3.00;' />
<line x1='47.60' y1='126.87' x2='52.64' y2='126.87' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='50.12' y1='129.39' x2='50.12' y2='124.35' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='47.60' y1='108.14' x2='52.64' y2='108.14' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='50.12' y1='110.66' x2='50.12' y2='105.62' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='49.92' y1='127.85' x2='54.96' y2='127.85' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='52.44' y1='130.37' x2='52.44' y2='125.33' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='49.92' y1='108.30' x2='54.96' y2='108.30' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='52.44' y1='110.82' x2='52.44' y2='105.78' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='54.57' y1='129.82' x2='59.61' y2='129.82' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='57.09' y1='132.34' x2='57.09' y2='127.30' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='54.57' y1='123.74' x2='59.61' y2='123.74' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='57.09' y1='126.26' x2='57.09' y2='121.22' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='63.86' y1='149.87' x2='68.90' y2='149.87' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='66.38' y1='152.39' x2='66.38' y2='147.35' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='63.86' y1='155.12' x2='68.90' y2='155.12' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='66.38' y1='157.64' x2='66.38' y2='152.60' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='80.12' y1='153.15' x2='85.16' y2='153.15' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='82.64' y1='155.67' x2='82.64' y2='150.63' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='80.12' y1='164.49' x2='85.16' y2='164.49' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='82.64' y1='167.01' x2='82.64' y2='161.97' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='112.64' y1='198.00' x2='117.68' y2='198.00' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='115.16' y1='200.52' x2='115.16' y2='195.48' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='112.64' y1='188.47' x2='117.68' y2='188.47' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='115.16' y1='191.00' x2='115.16' y2='185.95' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='186.98' y1='231.52' x2='192.02' y2='231.52' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='189.50' y1='234.04' x2='189.50' y2='229.00' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='186.98' y1='228.23' x2='192.02' y2='228.23' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='189.50' y1='230.75' x2='189.50' y2='225.71' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='256.68' y1='244.01' x2='261.72' y2='244.01' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='259.20' y1='246.53' x2='259.20' y2='241.49' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='256.68' y1='244.99' x2='261.72' y2='244.99' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='259.20' y1='247.51' x2='259.20' y2='242.47' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='326.37' y1='255.34' x2='331.41' y2='255.34' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='328.89' y1='257.86' x2='328.89' y2='252.82' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='326.37' y1='256.82' x2='331.41' y2='256.82' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='328.89' y1='259.34' x2='328.89' y2='254.30' style='stroke-width: 0.75; stroke: #2297E6;' />
<polyline points='50.12,111.30 52.44,115.98 55.81,122.44 57.09,124.80 61.50,132.56 66.38,140.50 67.19,141.75 72.87,150.13 78.56,157.76 82.64,162.82 84.25,164.74 89.94,171.11 95.63,176.96 101.32,182.32 107.01,187.25 112.70,191.80 115.16,193.65 118.39,195.99 124.08,199.87 129.77,203.46 135.46,206.79 141.15,209.89 146.83,212.78 152.52,215.48 158.21,218.00 163.90,220.36 169.59,222.58 175.28,224.66 180.97,226.63 186.66,228.48 189.50,229.37 192.35,230.24 198.04,231.90 203.73,233.47 209.42,234.97 215.11,236.39 220.79,237.74 226.48,239.04 232.17,240.27 237.86,241.45 243.55,242.58 249.24,243.66 254.93,244.69 259.20,245.44 260.62,245.69 266.31,246.65 272.00,247.56 277.69,248.45 283.38,249.30 289.07,250.12 294.76,250.91 300.44,251.68 306.13,252.41 311.82,253.12 317.51,253.81 323.20,254.47 328.89,255.12 ' style='stroke-width: 0.75; stroke: #2297E6; stroke-dasharray: 1.00,3.00,4.00,3.00;' />
<line x1='48.34' y1='121.58' x2='51.90' y2='118.02' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='48.34' y1='118.02' x2='51.90' y2='121.58' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='48.34' y1='103.02' x2='51.90' y2='99.45' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='48.34' y1='99.45' x2='51.90' y2='103.02' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='50.66' y1='125.03' x2='54.22' y2='121.47' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='50.66' y1='121.47' x2='54.22' y2='125.03' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='50.66' y1='115.83' x2='54.22' y2='112.27' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='50.66' y1='112.27' x2='54.22' y2='115.83' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='55.30' y1='126.84' x2='58.87' y2='123.28' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='55.30' y1='123.28' x2='58.87' y2='126.84' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='55.30' y1='129.96' x2='58.87' y2='126.40' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='55.30' y1='126.40' x2='58.87' y2='129.96' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='64.60' y1='142.94' x2='68.16' y2='139.38' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='64.60' y1='139.38' x2='68.16' y2='142.94' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='64.60' y1='143.93' x2='68.16' y2='140.36' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='64.60' y1='140.36' x2='68.16' y2='143.93' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='80.86' y1='168.41' x2='84.42' y2='164.84' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='80.86' y1='164.84' x2='84.42' y2='168.41' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='80.86' y1='156.74' x2='84.42' y2='153.18' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='80.86' y1='153.18' x2='84.42' y2='156.74' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='113.38' y1='195.84' x2='116.95' y2='192.28' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='113.38' y1='192.28' x2='116.95' y2='195.84' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='113.38' y1='194.69' x2='116.95' y2='191.13' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='113.38' y1='191.13' x2='116.95' y2='194.69' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='187.72' y1='229.85' x2='191.29' y2='226.29' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='187.72' y1='226.29' x2='191.29' y2='229.85' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='187.72' y1='237.57' x2='191.29' y2='234.01' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='187.72' y1='234.01' x2='191.29' y2='237.57' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='257.42' y1='256.30' x2='260.98' y2='252.74' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='257.42' y1='252.74' x2='260.98' y2='256.30' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='257.42' y1='255.81' x2='260.98' y2='252.25' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='257.42' y1='252.25' x2='260.98' y2='255.81' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='327.11' y1='263.20' x2='330.67' y2='259.64' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='327.11' y1='259.64' x2='330.67' y2='263.20' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='327.11' y1='260.57' x2='330.67' y2='257.01' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='327.11' y1='257.01' x2='330.67' y2='260.57' style='stroke-width: 0.75; stroke: #28E2E5;' />
<polyline points='50.12,111.29 52.44,115.59 55.81,121.59 57.09,123.80 61.50,131.13 66.38,138.76 67.19,139.97 72.87,148.17 78.56,155.77 82.64,160.89 84.25,162.83 89.94,169.39 95.63,175.49 101.32,181.17 107.01,186.46 112.70,191.39 115.16,193.42 118.39,195.99 124.08,200.28 129.77,204.29 135.46,208.04 141.15,211.55 146.83,214.84 152.52,217.93 158.21,220.82 163.90,223.54 169.59,226.09 175.28,228.49 180.97,230.76 186.66,232.89 189.50,233.90 192.35,234.89 198.04,236.79 203.73,238.58 209.42,240.27 215.11,241.87 220.79,243.39 226.48,244.82 232.17,246.18 237.86,247.47 243.55,248.69 249.24,249.85 254.93,250.96 259.20,251.75 260.62,252.01 266.31,253.01 272.00,253.96 277.69,254.86 283.38,255.73 289.07,256.55 294.76,257.34 300.44,258.08 306.13,258.80 311.82,259.48 317.51,260.14 323.20,260.76 328.89,261.36 ' style='stroke-width: 0.75; stroke: #28E2E5; stroke-dasharray: 7.00,3.00;' />
<polygon points='47.60,102.06 50.12,99.54 52.64,102.06 50.12,104.58 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='47.60,118.49 50.12,115.97 52.64,118.49 50.12,121.01 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='49.92,113.07 52.44,110.55 54.96,113.07 52.44,115.59 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='49.92,135.24 52.44,132.72 54.96,135.24 52.44,137.76 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='54.57,135.08 57.09,132.56 59.61,135.08 57.09,137.60 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='54.57,129.82 57.09,127.30 59.61,129.82 57.09,132.34 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='63.86,151.67 66.38,149.15 68.90,151.67 66.38,154.19 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='63.86,147.24 66.38,144.72 68.90,147.24 66.38,149.76 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='80.12,180.10 82.64,177.58 85.16,180.10 82.64,182.62 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='80.12,176.97 82.64,174.45 85.16,176.97 82.64,179.49 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='112.64,203.43 115.16,200.91 117.68,203.43 115.16,205.95 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='112.64,197.68 115.16,195.16 117.68,197.68 115.16,200.20 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='186.98,230.70 189.50,228.18 192.02,230.70 189.50,233.22 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='186.98,224.29 189.50,221.77 192.02,224.29 189.50,226.81 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='256.68,240.88 259.20,238.36 261.72,240.88 259.20,243.40 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='256.68,241.05 259.20,238.53 261.72,241.05 259.20,243.57 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='326.37,253.53 328.89,251.01 331.41,253.53 328.89,256.05 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='326.37,252.71 328.89,250.19 331.41,252.71 328.89,255.23 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polyline points='50.12,111.28 52.44,118.09 55.81,127.15 57.09,130.36 61.50,140.53 66.38,150.36 67.19,151.86 72.87,161.49 78.56,169.73 82.64,174.91 84.25,176.81 89.94,182.94 95.63,188.27 101.32,192.94 107.01,197.07 112.70,200.73 115.16,202.20 118.39,204.01 124.08,206.97 129.77,209.66 135.46,212.12 141.15,214.39 146.83,216.48 152.52,218.44 158.21,220.27 163.90,222.00 169.59,223.63 175.28,225.18 180.97,226.66 186.66,228.07 189.50,228.75 192.35,229.42 198.04,230.72 203.73,231.97 209.42,233.17 215.11,234.33 220.79,235.46 226.48,236.55 232.17,237.60 237.86,238.62 243.55,239.62 249.24,240.58 254.93,241.52 259.20,242.20 260.62,242.43 266.31,243.31 272.00,244.17 277.69,245.01 283.38,245.82 289.07,246.61 294.76,247.38 300.44,248.13 306.13,248.86 311.82,249.57 317.51,250.26 323.20,250.93 328.89,251.59 ' style='stroke-width: 0.75; stroke: #CD0BBC; stroke-dasharray: 2.00,2.00,6.00,2.00;' />
<polygon points='50.12,119.94 52.52,115.79 47.72,115.79 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='50.12,114.85 52.52,110.69 47.72,110.69 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='52.44,110.58 54.84,106.42 50.04,106.42 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='52.44,117.32 54.84,113.16 50.04,113.16 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='57.09,125.69 59.49,121.54 54.69,121.54 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='57.09,120.27 59.49,116.12 54.69,116.12 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='66.38,155.10 68.78,150.95 63.98,150.95 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='66.38,149.68 68.78,145.52 63.98,145.52 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='82.64,170.55 85.04,166.39 80.24,166.39 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='82.64,162.66 85.04,158.50 80.24,158.50 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='115.16,200.28 117.56,196.13 112.76,196.13 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='115.16,194.86 117.56,190.70 112.76,190.70 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='189.50,216.05 191.90,211.90 187.10,211.90 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='189.50,219.18 191.90,215.02 187.10,215.02 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='259.20,234.45 261.60,230.30 256.80,230.30 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='259.20,232.65 261.60,228.49 256.80,228.49 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='328.89,242.34 331.29,238.18 326.49,238.18 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='328.89,243.16 331.29,239.01 326.49,239.01 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polyline points='50.12,111.29 52.44,116.97 55.81,124.62 57.09,127.36 61.50,136.11 66.38,144.70 67.19,146.02 72.87,154.61 78.56,162.08 82.64,166.84 84.25,168.59 89.94,174.30 95.63,179.31 101.32,183.75 107.01,187.68 112.70,191.20 115.16,192.60 118.39,194.35 124.08,197.20 129.77,199.78 135.46,202.13 141.15,204.29 146.83,206.29 152.52,208.14 158.21,209.87 163.90,211.49 169.59,213.01 175.28,214.45 180.97,215.82 186.66,217.13 189.50,217.76 192.35,218.38 198.04,219.58 203.73,220.73 209.42,221.84 215.11,222.92 220.79,223.96 226.48,224.97 232.17,225.95 237.86,226.91 243.55,227.84 249.24,228.75 254.93,229.63 259.20,230.29 260.62,230.50 266.31,231.35 272.00,232.18 277.69,232.99 283.38,233.78 289.07,234.56 294.76,235.32 300.44,236.07 306.13,236.80 311.82,237.52 317.51,238.22 323.20,238.91 328.89,239.59 ' style='stroke-width: 0.75; stroke: #F5C710;' />
<rect x='48.34' y='106.03' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='48.34' y1='109.59' x2='51.90' y2='106.03' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='48.34' y1='106.03' x2='51.90' y2='109.59' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='48.34' y='113.75' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='48.34' y1='117.31' x2='51.90' y2='113.75' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='48.34' y1='113.75' x2='51.90' y2='117.31' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='50.66' y='113.42' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='50.66' y1='116.98' x2='54.22' y2='113.42' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='50.66' y1='113.42' x2='54.22' y2='116.98' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='50.66' y='106.85' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='50.66' y1='110.41' x2='54.22' y2='106.85' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='50.66' y1='106.85' x2='54.22' y2='110.41' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='55.30' y='122.13' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='55.30' y1='125.69' x2='58.87' y2='122.13' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='55.30' y1='122.13' x2='58.87' y2='125.69' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='55.30' y='133.79' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='55.30' y1='137.36' x2='58.87' y2='133.79' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='55.30' y1='133.79' x2='58.87' y2='137.36' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='64.60' y='167.80' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='64.60' y1='171.36' x2='68.16' y2='167.80' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='64.60' y1='167.80' x2='68.16' y2='171.36' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='64.60' y='156.96' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='64.60' y1='160.52' x2='68.16' y2='156.96' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='64.60' y1='156.96' x2='68.16' y2='160.52' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='80.86' y='186.53' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='80.86' y1='190.09' x2='84.42' y2='186.53' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='80.86' y1='186.53' x2='84.42' y2='190.09' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='80.86' y='186.69' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='80.86' y1='190.26' x2='84.42' y2='186.69' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='80.86' y1='186.69' x2='84.42' y2='190.26' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='113.38' y='221.52' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='113.38' y1='225.09' x2='116.95' y2='221.52' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='113.38' y1='221.52' x2='116.95' y2='225.09' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='113.38' y='222.84' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='113.38' y1='226.40' x2='116.95' y2='222.84' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='113.38' y1='222.84' x2='116.95' y2='226.40' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='187.72' y='247.97' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='187.72' y1='251.54' x2='191.29' y2='247.97' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='187.72' y1='247.97' x2='191.29' y2='251.54' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='187.72' y='244.36' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='187.72' y1='247.92' x2='191.29' y2='244.36' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='187.72' y1='244.36' x2='191.29' y2='247.92' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='257.42' y='254.55' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='257.42' y1='258.11' x2='260.98' y2='254.55' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='257.42' y1='254.55' x2='260.98' y2='258.11' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='257.42' y='258.65' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='257.42' y1='262.22' x2='260.98' y2='258.65' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='257.42' y1='258.65' x2='260.98' y2='262.22' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='327.11' y='261.77' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='327.11' y1='265.34' x2='330.67' y2='261.77' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='327.11' y1='261.77' x2='330.67' y2='265.34' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='327.11' y='264.24' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='327.11' y1='267.80' x2='330.67' y2='264.24' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='327.11' y1='264.24' x2='330.67' y2='267.80' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<polyline points='50.12,111.29 52.44,119.93 55.81,131.34 57.09,135.37 61.50,148.01 66.38,160.10 67.19,161.93 72.87,173.60 78.56,183.44 82.64,189.55 84.25,191.78 89.94,198.89 95.63,205.00 101.32,210.28 107.01,214.88 112.70,218.92 115.16,220.51 118.39,222.48 124.08,225.66 129.77,228.50 135.46,231.07 141.15,233.41 146.83,235.55 152.52,237.51 158.21,239.33 163.90,241.02 169.59,242.60 175.28,244.08 180.97,245.47 186.66,246.78 189.50,247.41 192.35,248.02 198.04,249.19 203.73,250.31 209.42,251.37 215.11,252.38 220.79,253.34 226.48,254.26 232.17,255.14 237.86,255.99 243.55,256.79 249.24,257.56 254.93,258.30 259.20,258.83 260.62,259.01 266.31,259.69 272.00,260.34 277.69,260.96 283.38,261.56 289.07,262.14 294.76,262.69 300.44,263.22 306.13,263.73 311.82,264.21 317.51,264.68 323.20,265.13 328.89,265.56 ' style='stroke-width: 0.75; stroke: #9E9E9E; stroke-dasharray: 4.00,4.00;' />
<line x1='48.34' y1='112.38' x2='51.90' y2='108.82' style='stroke-width: 0.75;' />
<line x1='48.34' y1='108.82' x2='51.90' y2='112.38' style='stroke-width: 0.75;' />
<line x1='47.60' y1='110.60' x2='52.64' y2='110.60' style='stroke-width: 0.75;' />
<line x1='50.12' y1='113.12' x2='50.12' y2='108.08' style='stroke-width: 0.75;' />
<line x1='48.34' y1='109.26' x2='51.90' y2='105.70' style='stroke-width: 0.75;' />
<line x1='48.34' y1='105.70' x2='51.90' y2='109.26' style='stroke-width: 0.75;' />
<line x1='47.60' y1='107.48' x2='52.64' y2='107.48' style='stroke-width: 0.75;' />
<line x1='50.12' y1='110.00' x2='50.12' y2='104.96' style='stroke-width: 0.75;' />
<line x1='50.66' y1='142.45' x2='54.22' y2='138.88' style='stroke-width: 0.75;' />
<line x1='50.66' y1='138.88' x2='54.22' y2='142.45' style='stroke-width: 0.75;' />
<line x1='49.92' y1='140.67' x2='54.96' y2='140.67' style='stroke-width: 0.75;' />
<line x1='52.44' y1='143.19' x2='52.44' y2='138.15' style='stroke-width: 0.75;' />
<line x1='50.66' y1='119.61' x2='54.22' y2='116.05' style='stroke-width: 0.75;' />
<line x1='50.66' y1='116.05' x2='54.22' y2='119.61' style='stroke-width: 0.75;' />
<line x1='49.92' y1='117.83' x2='54.96' y2='117.83' style='stroke-width: 0.75;' />
<line x1='52.44' y1='120.35' x2='52.44' y2='115.31' style='stroke-width: 0.75;' />
<line x1='55.30' y1='137.19' x2='58.87' y2='133.63' style='stroke-width: 0.75;' />
<line x1='55.30' y1='133.63' x2='58.87' y2='137.19' style='stroke-width: 0.75;' />
<line x1='54.57' y1='135.41' x2='59.61' y2='135.41' style='stroke-width: 0.75;' />
<line x1='57.09' y1='137.93' x2='57.09' y2='132.89' style='stroke-width: 0.75;' />
<line x1='55.30' y1='146.06' x2='58.87' y2='142.50' style='stroke-width: 0.75;' />
<line x1='55.30' y1='142.50' x2='58.87' y2='146.06' style='stroke-width: 0.75;' />
<line x1='54.57' y1='144.28' x2='59.61' y2='144.28' style='stroke-width: 0.75;' />
<line x1='57.09' y1='146.80' x2='57.09' y2='141.76' style='stroke-width: 0.75;' />
<line x1='64.60' y1='175.64' x2='68.16' y2='172.07' style='stroke-width: 0.75;' />
<line x1='64.60' y1='172.07' x2='68.16' y2='175.64' style='stroke-width: 0.75;' />
<line x1='63.86' y1='173.85' x2='68.90' y2='173.85' style='stroke-width: 0.75;' />
<line x1='66.38' y1='176.37' x2='66.38' y2='171.33' style='stroke-width: 0.75;' />
<line x1='64.60' y1='164.46' x2='68.16' y2='160.90' style='stroke-width: 0.75;' />
<line x1='64.60' y1='160.90' x2='68.16' y2='164.46' style='stroke-width: 0.75;' />
<line x1='63.86' y1='162.68' x2='68.90' y2='162.68' style='stroke-width: 0.75;' />
<line x1='66.38' y1='165.20' x2='66.38' y2='160.16' style='stroke-width: 0.75;' />
<line x1='80.86' y1='197.32' x2='84.42' y2='193.76' style='stroke-width: 0.75;' />
<line x1='80.86' y1='193.76' x2='84.42' y2='197.32' style='stroke-width: 0.75;' />
<line x1='80.12' y1='195.54' x2='85.16' y2='195.54' style='stroke-width: 0.75;' />
<line x1='82.64' y1='198.06' x2='82.64' y2='193.02' style='stroke-width: 0.75;' />
<line x1='80.86' y1='191.74' x2='84.42' y2='188.17' style='stroke-width: 0.75;' />
<line x1='80.86' y1='188.17' x2='84.42' y2='191.74' style='stroke-width: 0.75;' />
<line x1='80.12' y1='189.95' x2='85.16' y2='189.95' style='stroke-width: 0.75;' />
<line x1='82.64' y1='192.47' x2='82.64' y2='187.43' style='stroke-width: 0.75;' />
<line x1='113.38' y1='217.04' x2='116.95' y2='213.47' style='stroke-width: 0.75;' />
<line x1='113.38' y1='213.47' x2='116.95' y2='217.04' style='stroke-width: 0.75;' />
<line x1='112.64' y1='215.25' x2='117.68' y2='215.25' style='stroke-width: 0.75;' />
<line x1='115.16' y1='217.77' x2='115.16' y2='212.73' style='stroke-width: 0.75;' />
<line x1='113.38' y1='217.04' x2='116.95' y2='213.47' style='stroke-width: 0.75;' />
<line x1='113.38' y1='213.47' x2='116.95' y2='217.04' style='stroke-width: 0.75;' />
<line x1='112.64' y1='215.25' x2='117.68' y2='215.25' style='stroke-width: 0.75;' />
<line x1='115.16' y1='217.77' x2='115.16' y2='212.73' style='stroke-width: 0.75;' />
<line x1='187.72' y1='243.82' x2='191.29' y2='240.25' style='stroke-width: 0.75;' />
<line x1='187.72' y1='240.25' x2='191.29' y2='243.82' style='stroke-width: 0.75;' />
<line x1='186.98' y1='242.03' x2='192.02' y2='242.03' style='stroke-width: 0.75;' />
<line x1='189.50' y1='244.55' x2='189.50' y2='239.51' style='stroke-width: 0.75;' />
<line x1='187.72' y1='233.14' x2='191.29' y2='229.57' style='stroke-width: 0.75;' />
<line x1='187.72' y1='229.57' x2='191.29' y2='233.14' style='stroke-width: 0.75;' />
<line x1='186.98' y1='231.36' x2='192.02' y2='231.36' style='stroke-width: 0.75;' />
<line x1='189.50' y1='233.88' x2='189.50' y2='228.83' style='stroke-width: 0.75;' />
<line x1='257.42' y1='250.55' x2='260.98' y2='246.99' style='stroke-width: 0.75;' />
<line x1='257.42' y1='246.99' x2='260.98' y2='250.55' style='stroke-width: 0.75;' />
<line x1='256.68' y1='248.77' x2='261.72' y2='248.77' style='stroke-width: 0.75;' />
<line x1='259.20' y1='251.29' x2='259.20' y2='246.25' style='stroke-width: 0.75;' />
<line x1='257.42' y1='249.89' x2='260.98' y2='246.33' style='stroke-width: 0.75;' />
<line x1='257.42' y1='246.33' x2='260.98' y2='249.89' style='stroke-width: 0.75;' />
<line x1='256.68' y1='248.11' x2='261.72' y2='248.11' style='stroke-width: 0.75;' />
<line x1='259.20' y1='250.63' x2='259.20' y2='245.59' style='stroke-width: 0.75;' />
<line x1='327.11' y1='258.60' x2='330.67' y2='255.04' style='stroke-width: 0.75;' />
<line x1='327.11' y1='255.04' x2='330.67' y2='258.60' style='stroke-width: 0.75;' />
<line x1='326.37' y1='256.82' x2='331.41' y2='256.82' style='stroke-width: 0.75;' />
<line x1='328.89' y1='259.34' x2='328.89' y2='254.30' style='stroke-width: 0.75;' />
<line x1='327.11' y1='256.47' x2='330.67' y2='252.90' style='stroke-width: 0.75;' />
<line x1='327.11' y1='252.90' x2='330.67' y2='256.47' style='stroke-width: 0.75;' />
<line x1='326.37' y1='254.68' x2='331.41' y2='254.68' style='stroke-width: 0.75;' />
<line x1='328.89' y1='257.20' x2='328.89' y2='252.16' style='stroke-width: 0.75;' />
<polyline points='50.12,111.29 52.44,122.15 55.81,135.84 57.09,140.48 61.50,154.44 66.38,166.86 67.19,168.65 72.87,179.61 78.56,188.17 82.64,193.18 84.25,194.95 89.94,200.40 95.63,204.87 101.32,208.59 107.01,211.76 112.70,214.50 115.16,215.58 118.39,216.92 124.08,219.10 129.77,221.08 135.46,222.90 141.15,224.61 146.83,226.21 152.52,227.73 158.21,229.17 163.90,230.56 169.59,231.89 175.28,233.17 180.97,234.40 186.66,235.60 189.50,236.18 192.35,236.76 198.04,237.88 203.73,238.96 209.42,240.02 215.11,241.04 220.79,242.03 226.48,243.00 232.17,243.93 237.86,244.84 243.55,245.73 249.24,246.58 254.93,247.42 259.20,248.03 260.62,248.23 266.31,249.02 272.00,249.78 277.69,250.52 283.38,251.25 289.07,251.95 294.76,252.63 300.44,253.29 306.13,253.93 311.82,254.56 317.51,255.17 323.20,255.76 328.89,256.33 ' style='stroke-width: 0.75; stroke-dasharray: 1.00,3.00;' />
<line x1='47.60' y1='100.09' x2='52.64' y2='100.09' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='50.12' y1='102.61' x2='50.12' y2='97.57' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='47.60,100.09 50.12,97.57 52.64,100.09 50.12,102.61 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='47.60' y1='114.54' x2='52.64' y2='114.54' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='50.12' y1='117.06' x2='50.12' y2='112.02' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='47.60,114.54 50.12,112.02 52.64,114.54 50.12,117.06 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='49.92' y1='123.58' x2='54.96' y2='123.58' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='52.44' y1='126.10' x2='52.44' y2='121.06' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='49.92,123.58 52.44,121.06 54.96,123.58 52.44,126.10 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='49.92' y1='125.88' x2='54.96' y2='125.88' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='52.44' y1='128.40' x2='52.44' y2='123.36' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='49.92,125.88 52.44,123.36 54.96,125.88 52.44,128.40 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='54.57' y1='124.57' x2='59.61' y2='124.57' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='57.09' y1='127.09' x2='57.09' y2='122.05' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='54.57,124.57 57.09,122.05 59.61,124.57 57.09,127.09 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='54.57' y1='128.18' x2='59.61' y2='128.18' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='57.09' y1='130.70' x2='57.09' y2='125.66' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='54.57,128.18 57.09,125.66 59.61,128.18 57.09,130.70 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='63.86' y1='159.07' x2='68.90' y2='159.07' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='66.38' y1='161.59' x2='66.38' y2='156.55' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='63.86,159.07 66.38,156.55 68.90,159.07 66.38,161.59 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='63.86' y1='166.95' x2='68.90' y2='166.95' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='66.38' y1='169.47' x2='66.38' y2='164.43' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='63.86,166.95 66.38,164.43 68.90,166.95 66.38,169.47 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='80.12' y1='179.44' x2='85.16' y2='179.44' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='82.64' y1='181.96' x2='82.64' y2='176.92' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='80.12,179.44 82.64,176.92 85.16,179.44 82.64,181.96 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='80.12' y1='185.85' x2='85.16' y2='185.85' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='82.64' y1='188.37' x2='82.64' y2='183.33' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='80.12,185.85 82.64,183.33 85.16,185.85 82.64,188.37 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='112.64' y1='202.93' x2='117.68' y2='202.93' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='115.16' y1='205.45' x2='115.16' y2='200.41' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='112.64,202.93 115.16,200.41 117.68,202.93 115.16,205.45 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='112.64' y1='203.43' x2='117.68' y2='203.43' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='115.16' y1='205.95' x2='115.16' y2='200.91' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='112.64,203.43 115.16,200.91 117.68,203.43 115.16,205.95 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='186.98' y1='234.97' x2='192.02' y2='234.97' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='189.50' y1='237.49' x2='189.50' y2='232.45' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='186.98,234.97 189.50,232.45 192.02,234.97 189.50,237.49 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='186.98' y1='236.28' x2='192.02' y2='236.28' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='189.50' y1='238.80' x2='189.50' y2='233.76' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='186.98,236.28 189.50,233.76 192.02,236.28 189.50,238.80 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='256.68' y1='246.47' x2='261.72' y2='246.47' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='259.20' y1='248.99' x2='259.20' y2='243.95' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='256.68,246.47 259.20,243.95 261.72,246.47 259.20,248.99 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='256.68' y1='250.58' x2='261.72' y2='250.58' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='259.20' y1='253.10' x2='259.20' y2='248.06' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='256.68,250.58 259.20,248.06 261.72,250.58 259.20,253.10 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='326.37' y1='258.46' x2='331.41' y2='258.46' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='328.89' y1='260.98' x2='328.89' y2='255.94' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='326.37,258.46 328.89,255.94 331.41,258.46 328.89,260.98 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='326.37' y1='256.82' x2='331.41' y2='256.82' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='328.89' y1='259.34' x2='328.89' y2='254.30' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='326.37,256.82 328.89,254.30 331.41,256.82 328.89,259.34 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<polyline points='50.12,111.29 52.44,118.41 55.81,127.91 57.09,131.29 61.50,142.01 66.38,152.42 67.19,154.01 72.87,164.26 78.56,173.06 82.64,178.61 84.25,180.66 89.94,187.24 95.63,192.98 101.32,198.01 107.01,202.45 112.70,206.40 115.16,207.97 118.39,209.92 124.08,213.09 129.77,215.96 135.46,218.57 141.15,220.97 146.83,223.18 152.52,225.22 158.21,227.13 163.90,228.91 169.59,230.59 175.28,232.17 180.97,233.66 186.66,235.08 189.50,235.76 192.35,236.43 198.04,237.72 203.73,238.96 209.42,240.14 215.11,241.28 220.79,242.37 226.48,243.42 232.17,244.43 237.86,245.41 243.55,246.36 249.24,247.27 254.93,248.15 259.20,248.79 260.62,249.00 266.31,249.82 272.00,250.62 277.69,251.39 283.38,252.14 289.07,252.86 294.76,253.57 300.44,254.24 306.13,254.90 311.82,255.54 317.51,256.16 323.20,256.76 328.89,257.34 ' style='stroke-width: 0.75; stroke: #DF536B; stroke-dasharray: 1.00,3.00,4.00,3.00;' />
<circle cx='50.12' cy='103.37' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='48.34' y1='103.37' x2='51.90' y2='103.37' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='50.12' y1='105.15' x2='50.12' y2='101.59' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='50.12' cy='122.43' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='48.34' y1='122.43' x2='51.90' y2='122.43' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='50.12' y1='124.21' x2='50.12' y2='120.65' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='52.44' cy='103.04' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='50.66' y1='103.04' x2='54.22' y2='103.04' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='52.44' y1='104.83' x2='52.44' y2='101.26' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='52.44' cy='120.46' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='50.66' y1='120.46' x2='54.22' y2='120.46' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='52.44' y1='122.24' x2='52.44' y2='118.68' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='57.09' cy='112.08' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='55.30' y1='112.08' x2='58.87' y2='112.08' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='57.09' y1='113.86' x2='57.09' y2='110.30' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='57.09' cy='116.19' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='55.30' y1='116.19' x2='58.87' y2='116.19' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='57.09' y1='117.97' x2='57.09' y2='114.40' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='66.38' cy='145.76' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='64.60' y1='145.76' x2='68.16' y2='145.76' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='66.38' y1='147.54' x2='66.38' y2='143.98' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='66.38' cy='132.94' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='64.60' y1='132.94' x2='68.16' y2='132.94' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='66.38' y1='134.73' x2='66.38' y2='131.16' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='82.64' cy='168.60' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='80.86' y1='168.60' x2='84.42' y2='168.60' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='82.64' y1='170.38' x2='82.64' y2='166.81' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='82.64' cy='152.17' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='80.86' y1='152.17' x2='84.42' y2='152.17' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='82.64' y1='153.95' x2='82.64' y2='150.38' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='115.16' cy='187.00' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='113.38' y1='187.00' x2='116.95' y2='187.00' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='115.16' y1='188.78' x2='115.16' y2='185.21' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='115.16' cy='191.43' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='113.38' y1='191.43' x2='116.95' y2='191.43' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='115.16' y1='193.21' x2='115.16' y2='189.65' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='189.50' cy='222.15' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='187.72' y1='222.15' x2='191.29' y2='222.15' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='189.50' y1='223.94' x2='189.50' y2='220.37' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='189.50' cy='222.65' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='187.72' y1='222.65' x2='191.29' y2='222.65' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='189.50' y1='224.43' x2='189.50' y2='220.87' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='259.20' cy='238.26' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='257.42' y1='238.26' x2='260.98' y2='238.26' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='259.20' y1='240.04' x2='259.20' y2='236.47' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='259.20' cy='240.39' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='257.42' y1='240.39' x2='260.98' y2='240.39' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='259.20' y1='242.17' x2='259.20' y2='238.61' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='328.89' cy='250.58' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='327.11' y1='250.58' x2='330.67' y2='250.58' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='328.89' y1='252.36' x2='328.89' y2='248.80' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='328.89' cy='250.25' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='327.11' y1='250.25' x2='330.67' y2='250.25' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='328.89' y1='252.03' x2='328.89' y2='248.47' style='stroke-width: 0.75; stroke: #61D04F;' />
<polyline points='50.12,111.29 52.44,115.28 55.81,120.83 57.09,122.88 61.50,129.64 66.38,136.66 67.19,137.77 72.87,145.28 78.56,152.22 82.64,156.88 84.25,158.65 89.94,164.61 95.63,170.14 101.32,175.28 107.01,180.05 112.70,184.50 115.16,186.33 118.39,188.64 124.08,192.51 129.77,196.12 135.46,199.50 141.15,202.67 146.83,205.64 152.52,208.42 158.21,211.05 163.90,213.52 169.59,215.84 175.28,218.04 180.97,220.12 186.66,222.08 189.50,223.03 192.35,223.94 198.04,225.71 203.73,227.39 209.42,228.99 215.11,230.51 220.79,231.95 226.48,233.34 232.17,234.66 237.86,235.92 243.55,237.13 249.24,238.29 254.93,239.40 259.20,240.21 260.62,240.47 266.31,241.49 272.00,242.48 277.69,243.43 283.38,244.34 289.07,245.22 294.76,246.07 300.44,246.89 306.13,247.69 311.82,248.45 317.51,249.19 323.20,249.91 328.89,250.60 ' style='stroke-width: 0.75; stroke: #61D04F; stroke-dasharray: 7.00,3.00;' />
<polygon points='50.12,128.16 52.52,123.31 47.72,123.31 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='50.12,122.62 52.52,127.47 47.72,127.47 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='50.12,105.49 52.52,100.64 47.72,100.64 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='50.12,99.94 52.52,104.79 47.72,104.79 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='52.44,128.49 54.84,123.64 50.04,123.64 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='52.44,122.94 54.84,127.79 50.04,127.79 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='52.44,101.38 54.84,96.53 50.04,96.53 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='52.44,95.84 54.84,100.69 50.04,100.69 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='57.09,138.02 59.49,133.17 54.69,133.17 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='57.09,132.47 59.49,137.32 54.69,137.32 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='57.09,119.29 59.49,114.44 54.69,114.44 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='57.09,113.74 59.49,118.59 54.69,118.59 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='66.38,122.74 68.78,117.89 63.98,117.89 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='66.38,117.19 68.78,122.04 63.98,122.04 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='66.38,141.14 68.78,136.29 63.98,136.29 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='66.38,135.59 68.78,140.44 63.98,140.44 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='82.64,149.84 85.04,145.00 80.24,145.00 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='82.64,144.30 85.04,149.15 80.24,149.15 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='82.64,146.23 85.04,141.38 80.24,141.38 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='82.64,140.69 85.04,145.54 80.24,145.54 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='115.16,179.58 117.56,174.73 112.76,174.73 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='115.16,174.04 117.56,178.89 112.76,178.89 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='115.16,180.90 117.56,176.05 112.76,176.05 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='115.16,175.35 117.56,180.20 112.76,180.20 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='189.50,209.65 191.90,204.80 187.10,204.80 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='189.50,204.10 191.90,208.95 187.10,208.95 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='189.50,209.98 191.90,205.13 187.10,205.13 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='189.50,204.43 191.90,209.28 187.10,209.28 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='259.20,225.75 261.60,220.90 256.80,220.90 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='259.20,220.20 261.60,225.05 256.80,225.05 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='259.20,231.50 261.60,226.65 256.80,226.65 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='259.20,225.96 261.60,230.80 256.80,230.80 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='328.89,242.18 331.29,237.33 326.49,237.33 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='328.89,236.63 331.29,241.48 326.49,241.48 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='328.89,241.85 331.29,237.00 326.49,237.00 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='328.89,236.31 331.29,241.16 326.49,241.16 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polyline points='50.12,111.29 52.44,114.68 55.81,119.41 57.09,121.15 61.50,126.94 66.38,132.96 67.19,133.92 72.87,140.40 78.56,146.42 82.64,150.47 84.25,152.01 89.94,157.23 95.63,162.08 101.32,166.61 107.01,170.84 112.70,174.80 115.16,176.43 118.39,178.50 124.08,181.97 129.77,185.23 135.46,188.28 141.15,191.16 146.83,193.87 152.52,196.42 158.21,198.84 163.90,201.12 169.59,203.27 175.28,205.32 180.97,207.26 186.66,209.11 189.50,210.00 192.35,210.87 198.04,212.54 203.73,214.14 209.42,215.66 215.11,217.13 220.79,218.52 226.48,219.86 232.17,221.15 237.86,222.39 243.55,223.58 249.24,224.73 254.93,225.83 259.20,226.64 260.62,226.90 266.31,227.93 272.00,228.93 277.69,229.89 283.38,230.83 289.07,231.74 294.76,232.62 300.44,233.47 306.13,234.30 311.82,235.11 317.51,235.89 323.20,236.66 328.89,237.40 ' style='stroke-width: 0.75; stroke: #2297E6; stroke-dasharray: 2.00,2.00,6.00,2.00;' />
<line x1='48.34' y1='116.19' x2='51.90' y2='116.19' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='50.12' y1='117.97' x2='50.12' y2='114.40' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='48.34' y='114.40' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='48.34' y1='104.19' x2='51.90' y2='104.19' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='50.12' y1='105.98' x2='50.12' y2='102.41' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='48.34' y='102.41' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='50.66' y1='116.19' x2='54.22' y2='116.19' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='52.44' y1='117.97' x2='52.44' y2='114.40' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='50.66' y='114.40' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='50.66' y1='113.39' x2='54.22' y2='113.39' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='52.44' y1='115.18' x2='52.44' y2='111.61' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='50.66' y='111.61' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='55.30' y1='121.44' x2='58.87' y2='121.44' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='57.09' y1='123.23' x2='57.09' y2='119.66' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='55.30' y='119.66' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='55.30' y1='120.46' x2='58.87' y2='120.46' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='57.09' y1='122.24' x2='57.09' y2='118.68' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='55.30' y='118.68' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='64.60' y1='131.63' x2='68.16' y2='131.63' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='66.38' y1='133.41' x2='66.38' y2='129.85' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='64.60' y='129.85' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='64.60' y1='137.22' x2='68.16' y2='137.22' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='66.38' y1='139.00' x2='66.38' y2='135.43' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='64.60' y='135.43' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='80.86' y1='160.22' x2='84.42' y2='160.22' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='82.64' y1='162.00' x2='82.64' y2='158.43' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='80.86' y='158.43' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='80.86' y1='167.28' x2='84.42' y2='167.28' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='82.64' y1='169.06' x2='82.64' y2='165.50' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='80.86' y='165.50' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='113.38' y1='187.16' x2='116.95' y2='187.16' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='115.16' y1='188.94' x2='115.16' y2='185.38' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='113.38' y='185.38' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='113.38' y1='185.68' x2='116.95' y2='185.68' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='115.16' y1='187.46' x2='115.16' y2='183.90' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='113.38' y='183.90' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='187.72' y1='224.95' x2='191.29' y2='224.95' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='189.50' y1='226.73' x2='189.50' y2='223.17' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='187.72' y='223.17' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='187.72' y1='230.53' x2='191.29' y2='230.53' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='189.50' y1='232.32' x2='189.50' y2='228.75' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='187.72' y='228.75' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='257.42' y1='241.05' x2='260.98' y2='241.05' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='259.20' y1='242.83' x2='259.20' y2='239.27' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='257.42' y='239.27' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='257.42' y1='246.96' x2='260.98' y2='246.96' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='259.20' y1='248.74' x2='259.20' y2='245.18' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='257.42' y='245.18' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='327.11' y1='256.33' x2='330.67' y2='256.33' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='328.89' y1='258.11' x2='328.89' y2='254.55' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='327.11' y='254.55' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='327.11' y1='251.23' x2='330.67' y2='251.23' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='328.89' y1='253.02' x2='328.89' y2='249.45' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='327.11' y='249.45' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<polyline points='50.12,111.29 52.44,115.45 55.81,121.25 57.09,123.38 61.50,130.43 66.38,137.74 67.19,138.89 72.87,146.71 78.56,153.92 82.64,158.76 84.25,160.60 89.94,166.77 95.63,172.50 101.32,177.81 107.01,182.74 112.70,187.33 115.16,189.21 118.39,191.60 124.08,195.58 129.77,199.29 135.46,202.76 141.15,206.01 146.83,209.05 152.52,211.90 158.21,214.57 163.90,217.09 169.59,219.46 175.28,221.69 180.97,223.80 186.66,225.79 189.50,226.75 192.35,227.67 198.04,229.46 203.73,231.15 209.42,232.76 215.11,234.28 220.79,235.73 226.48,237.12 232.17,238.44 237.86,239.69 243.55,240.90 249.24,242.05 254.93,243.15 259.20,243.94 260.62,244.20 266.31,245.21 272.00,246.18 277.69,247.11 283.38,248.00 289.07,248.86 294.76,249.69 300.44,250.49 306.13,251.26 311.82,252.00 317.51,252.71 323.20,253.40 328.89,254.06 ' style='stroke-width: 0.75; stroke: #28E2E5;' />
<circle cx='50.12' cy='113.23' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='48.34' y1='115.01' x2='51.90' y2='111.45' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='48.34' y1='111.45' x2='51.90' y2='115.01' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='50.12' cy='114.05' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='48.34' y1='115.83' x2='51.90' y2='112.27' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='48.34' y1='112.27' x2='51.90' y2='115.83' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='52.44' cy='114.22' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='50.66' y1='116.00' x2='54.22' y2='112.43' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='50.66' y1='112.43' x2='54.22' y2='116.00' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='52.44' cy='119.97' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='50.66' y1='121.75' x2='54.22' y2='118.18' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='50.66' y1='118.18' x2='54.22' y2='121.75' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='57.09' cy='127.85' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='55.30' y1='129.63' x2='58.87' y2='126.07' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='55.30' y1='126.07' x2='58.87' y2='129.63' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='57.09' cy='130.32' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='55.30' y1='132.10' x2='58.87' y2='128.53' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='55.30' y1='128.53' x2='58.87' y2='132.10' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='66.38' cy='131.14' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='64.60' y1='132.92' x2='68.16' y2='129.36' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='64.60' y1='129.36' x2='68.16' y2='132.92' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='66.38' cy='145.92' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='64.60' y1='147.71' x2='68.16' y2='144.14' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='64.60' y1='144.14' x2='68.16' y2='147.71' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='82.64' cy='171.88' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='80.86' y1='173.66' x2='84.42' y2='170.10' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='80.86' y1='170.10' x2='84.42' y2='173.66' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='82.64' cy='161.70' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='80.86' y1='163.48' x2='84.42' y2='159.91' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='80.86' y1='159.91' x2='84.42' y2='163.48' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='115.16' cy='203.92' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='113.38' y1='205.70' x2='116.95' y2='202.14' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='113.38' y1='202.14' x2='116.95' y2='205.70' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='115.16' cy='200.47' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='113.38' y1='202.25' x2='116.95' y2='198.69' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='113.38' y1='198.69' x2='116.95' y2='202.25' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='189.50' cy='236.78' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='187.72' y1='238.56' x2='191.29' y2='234.99' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='187.72' y1='234.99' x2='191.29' y2='238.56' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='189.50' cy='232.34' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='187.72' y1='234.12' x2='191.29' y2='230.56' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='187.72' y1='230.56' x2='191.29' y2='234.12' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='259.20' cy='245.81' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='257.42' y1='247.59' x2='260.98' y2='244.03' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='257.42' y1='244.03' x2='260.98' y2='247.59' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='259.20' cy='248.93' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='257.42' y1='250.72' x2='260.98' y2='247.15' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='257.42' y1='247.15' x2='260.98' y2='250.72' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='328.89' cy='258.63' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='327.11' y1='260.41' x2='330.67' y2='256.85' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='327.11' y1='256.85' x2='330.67' y2='260.41' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='328.89' cy='259.61' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='327.11' y1='261.40' x2='330.67' y2='257.83' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='327.11' y1='257.83' x2='330.67' y2='261.40' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<polyline points='50.12,111.29 52.44,116.24 55.81,123.07 57.09,125.57 61.50,133.75 66.38,142.13 67.19,143.44 72.87,152.25 78.56,160.27 82.64,165.57 84.25,167.57 89.94,174.24 95.63,180.34 101.32,185.92 107.01,191.04 112.70,195.74 115.16,197.66 118.39,200.06 124.08,204.05 129.77,207.74 135.46,211.14 141.15,214.30 146.83,217.24 152.52,219.96 158.21,222.51 163.90,224.88 169.59,227.10 175.28,229.18 180.97,231.14 186.66,232.97 189.50,233.85 192.35,234.70 198.04,236.33 203.73,237.87 209.42,239.33 215.11,240.71 220.79,242.03 226.48,243.27 232.17,244.46 237.86,245.59 243.55,246.66 249.24,247.69 254.93,248.67 259.20,249.38 260.62,249.61 266.31,250.51 272.00,251.37 277.69,252.20 283.38,253.00 289.07,253.76 294.76,254.49 300.44,255.20 306.13,255.88 311.82,256.53 317.51,257.16 323.20,257.77 328.89,258.35 ' style='stroke-width: 0.75; stroke: #CD0BBC; stroke-dasharray: 4.00,4.00;' />
<polygon points='50.12,121.96 51.90,125.53 48.34,125.53 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='48.34' y='121.96' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='50.12,103.89 51.90,107.45 48.34,107.45 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='48.34' y='103.89' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='52.44,115.06 54.22,118.63 50.66,118.63 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='50.66' y='115.06' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='52.44,128.86 54.22,132.43 50.66,132.43 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='50.66' y='128.86' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='57.09,125.41 58.87,128.98 55.30,128.98 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='55.30' y='125.41' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='57.09,125.91 58.87,129.47 55.30,129.47 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='55.30' y='125.91' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='66.38,149.73 68.16,153.29 64.60,153.29 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='64.60' y='149.73' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='66.38,132.48 68.16,136.04 64.60,136.04 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='64.60' y='132.48' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='82.64,173.39 84.42,176.95 80.86,176.95 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='80.86' y='173.39' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='82.64,179.30 84.42,182.86 80.86,182.86 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='80.86' y='179.30' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='115.16,198.19 116.95,201.76 113.38,201.76 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='113.38' y='198.19' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='115.16,203.94 116.95,207.51 113.38,207.51 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='113.38' y='203.94' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='189.50,232.53 191.29,236.09 187.72,236.09 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='187.72' y='232.53' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='189.50,233.35 191.29,236.92 187.72,236.92 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='187.72' y='233.35' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='259.20,246.82 260.98,250.39 257.42,250.39 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='257.42' y='246.82' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='259.20,247.32 260.98,250.88 257.42,250.88 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='257.42' y='247.32' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='328.89,256.68 330.67,260.25 327.11,260.25 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='327.11' y='256.68' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='328.89,257.83 330.67,261.40 327.11,261.40 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='327.11' y='257.83' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polyline points='50.12,111.28 52.44,117.90 55.81,126.77 57.09,129.94 61.50,140.06 66.38,149.99 67.19,151.51 72.87,161.41 78.56,170.01 82.64,175.49 84.25,177.52 89.94,184.10 95.63,189.91 101.32,195.05 107.01,199.63 112.70,203.74 115.16,205.39 118.39,207.44 124.08,210.79 129.77,213.85 135.46,216.64 141.15,219.22 146.83,221.60 152.52,223.81 158.21,225.88 163.90,227.81 169.59,229.63 175.28,231.35 180.97,232.98 186.66,234.52 189.50,235.26 192.35,235.98 198.04,237.38 203.73,238.72 209.42,239.99 215.11,241.22 220.79,242.39 226.48,243.52 232.17,244.60 237.86,245.64 243.55,246.65 249.24,247.62 254.93,248.55 259.20,249.23 260.62,249.45 266.31,250.32 272.00,251.16 277.69,251.97 283.38,252.75 289.07,253.51 294.76,254.24 300.44,254.94 306.13,255.63 311.82,256.29 317.51,256.93 323.20,257.54 328.89,258.14 ' style='stroke-width: 0.75; stroke: #F5C710; stroke-dasharray: 1.00,3.00;' />
<polygon points='48.34,115.83 51.90,115.83 51.90,112.27 48.34,112.27 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='48.34,91.68 51.90,91.68 51.90,88.12 48.34,88.12 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='50.66,117.48 54.22,117.48 54.22,113.91 50.66,113.91 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='50.66,119.94 54.22,119.94 54.22,116.38 50.66,116.38 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='55.30,134.40 58.87,134.40 58.87,130.83 55.30,130.83 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='55.30,128.15 58.87,128.15 58.87,124.59 55.30,124.59 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='64.60,138.01 68.16,138.01 68.16,134.45 64.60,134.45 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='64.60,149.84 68.16,149.84 68.16,146.28 64.60,146.28 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='80.86,164.96 84.42,164.96 84.42,161.39 80.86,161.39 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='80.86,172.51 84.42,172.51 84.42,168.95 80.86,168.95 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='113.38,198.96 116.95,198.96 116.95,195.40 113.38,195.40 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='113.38,199.13 116.95,199.13 116.95,195.56 113.38,195.56 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='187.72,229.19 191.29,229.19 191.29,225.63 187.72,225.63 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='187.72,226.24 191.29,226.24 191.29,222.67 187.72,222.67 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='257.42,237.41 260.98,237.41 260.98,233.84 257.42,233.84 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='257.42,242.17 260.98,242.17 260.98,238.61 257.42,238.61 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='327.11,246.94 330.67,246.94 330.67,243.37 327.11,243.37 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='327.11,251.04 330.67,251.04 330.67,247.48 327.11,247.48 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polyline points='50.12,111.29 52.44,117.02 55.81,124.78 57.09,127.57 61.50,136.56 66.38,145.48 67.19,146.85 72.87,155.88 78.56,163.82 82.64,168.92 84.25,170.81 89.94,177.00 95.63,182.49 101.32,187.38 107.01,191.75 112.70,195.68 115.16,197.25 118.39,199.21 124.08,202.42 129.77,205.33 135.46,207.99 141.15,210.43 146.83,212.68 152.52,214.76 158.21,216.69 163.90,218.49 169.59,220.18 175.28,221.77 180.97,223.28 186.66,224.70 189.50,225.38 192.35,226.05 198.04,227.34 203.73,228.57 209.42,229.74 215.11,230.87 220.79,231.96 226.48,233.01 232.17,234.02 237.86,235.00 243.55,235.95 249.24,236.87 254.93,237.76 259.20,238.41 260.62,238.63 266.31,239.47 272.00,240.29 277.69,241.09 283.38,241.87 289.07,242.62 294.76,243.36 300.44,244.08 306.13,244.79 311.82,245.47 317.51,246.14 323.20,246.80 328.89,247.44 ' style='stroke-width: 0.75; stroke: #9E9E9E; stroke-dasharray: 1.00,3.00,4.00,3.00;' />
</g>
<defs>
  <clipPath id='cpMzk4Ljk3fDcwMC4wNHw4Mi40NXwyODMuNDk='>
    <rect x='398.97' y='82.45' width='301.08' height='201.03' />
  </clipPath>
</defs>
<g clip-path='url(#cpMzk4Ljk3fDcwMC4wNHw4Mi40NXwyODMuNDk=)'>
</g>
<g clip-path='url(#cpMC4wMHw3MjAuMDB8MC4wMHw1NzYuMDA=)'>
<line x1='410.12' y1='283.49' x2='688.10' y2='283.49' style='stroke-width: 0.75;' />
<line x1='410.12' y1='283.49' x2='410.12' y2='288.24' style='stroke-width: 0.75;' />
<line x1='465.71' y1='283.49' x2='465.71' y2='288.24' style='stroke-width: 0.75;' />
<line x1='521.31' y1='283.49' x2='521.31' y2='288.24' style='stroke-width: 0.75;' />
<line x1='576.91' y1='283.49' x2='576.91' y2='288.24' style='stroke-width: 0.75;' />
<line x1='632.50' y1='283.49' x2='632.50' y2='288.24' style='stroke-width: 0.75;' />
<line x1='688.10' y1='283.49' x2='688.10' y2='288.24' style='stroke-width: 0.75;' />
<text x='410.12' y='300.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>0</text>
<text x='465.71' y='300.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>20</text>
<text x='521.31' y='300.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>40</text>
<text x='576.91' y='300.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>60</text>
<text x='632.50' y='300.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>80</text>
<text x='688.10' y='300.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='13.22px' lengthAdjust='spacingAndGlyphs'>100</text>
<line x1='398.97' y1='277.51' x2='398.97' y2='88.44' style='stroke-width: 0.75;' />
<line x1='398.97' y1='277.51' x2='394.21' y2='277.51' style='stroke-width: 0.75;' />
<line x1='398.97' y1='245.99' x2='394.21' y2='245.99' style='stroke-width: 0.75;' />
<line x1='398.97' y1='214.48' x2='394.21' y2='214.48' style='stroke-width: 0.75;' />
<line x1='398.97' y1='182.97' x2='394.21' y2='182.97' style='stroke-width: 0.75;' />
<line x1='398.97' y1='151.46' x2='394.21' y2='151.46' style='stroke-width: 0.75;' />
<line x1='398.97' y1='119.95' x2='394.21' y2='119.95' style='stroke-width: 0.75;' />
<line x1='398.97' y1='88.44' x2='394.21' y2='88.44' style='stroke-width: 0.75;' />
<text transform='translate(387.56,277.51) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='7.04px' lengthAdjust='spacingAndGlyphs'>-3</text>
<text transform='translate(387.56,245.99) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='7.04px' lengthAdjust='spacingAndGlyphs'>-2</text>
<text transform='translate(387.56,214.48) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='7.04px' lengthAdjust='spacingAndGlyphs'>-1</text>
<text transform='translate(387.56,182.97) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>0</text>
<text transform='translate(387.56,151.46) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>1</text>
<text transform='translate(387.56,119.95) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>2</text>
<text transform='translate(387.56,88.44) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>3</text>
<polygon points='398.97,283.49 700.04,283.49 700.04,82.45 398.97,82.45 ' style='stroke-width: 0.75; fill: none;' />
</g>
<defs>
  <clipPath id='cpMzYwLjAwfDcyMC4wMHw3Mi4wMHwzMTIuMDA='>
    <rect x='360.00' y='72.00' width='360.00' height='240.00' />
  </clipPath>
</defs>
<g clip-path='url(#cpMzYwLjAwfDcyMC4wMHw3Mi4wMHwzMTIuMDA=)'>
<text x='549.50' y='319.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='33.46px' lengthAdjust='spacingAndGlyphs'>Predicted</text>
<text transform='translate(368.55,182.97) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='76.62px' lengthAdjust='spacingAndGlyphs'>Standardized residual</text>
</g>
<g clip-path='url(#cpMzk4Ljk3fDcwMC4wNHw4Mi40NXwyODMuNDk=)'>
<line x1='398.97' y1='182.97' x2='700.04' y2='182.97' style='stroke-width: 0.75; stroke-dasharray: 4.00,4.00;' />
<circle cx='688.89' cy='159.04' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='688.89' cy='193.00' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='680.06' cy='195.93' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='680.06' cy='183.02' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='663.68' cy='118.42' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='663.68' cy='161.52' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='635.39' cy='148.13' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='635.39' cy='112.28' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='597.19' cy='153.29' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='597.19' cy='201.26' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='548.66' cy='215.57' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='548.66' cy='219.01' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='497.70' cy='184.76' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='497.70' cy='146.10' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='474.21' cy='156.99' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='474.21' cy='188.36' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='458.41' cy='224.00' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='458.41' cy='170.03' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='688.89,134.22 691.29,138.38 686.49,138.38 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='688.89,150.90 691.29,155.06 686.49,155.06 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='680.99,149.22 683.39,153.38 678.59,153.38 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='680.99,214.78 683.39,218.93 678.59,218.93 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='666.20,212.05 668.60,216.20 663.80,216.20 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='666.20,149.31 668.60,153.46 663.80,153.46 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='640.18,170.61 642.58,174.77 637.78,174.77 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='640.18,203.60 642.58,207.75 637.78,207.75 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='603.95,166.95 606.35,171.11 601.55,171.11 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='603.95,187.19 606.35,191.35 601.55,191.35 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='555.72,198.61 558.12,202.77 553.32,202.77 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='555.72,172.26 558.12,176.42 553.32,176.42 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='502.83,139.21 505.23,143.37 500.43,143.37 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='502.83,211.60 505.23,215.76 500.43,215.76 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='479.01,235.74 481.41,239.90 476.61,239.90 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='479.01,193.83 481.41,197.99 476.61,197.99 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='463.39,172.41 465.79,176.56 460.99,176.56 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='463.39,135.10 465.79,139.26 460.99,139.26 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<line x1='686.35' y1='239.44' x2='691.39' y2='239.44' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='688.87' y1='241.96' x2='688.87' y2='236.92' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='686.35' y1='171.51' x2='691.39' y2='171.51' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='688.87' y1='174.03' x2='688.87' y2='168.99' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='678.43' y1='227.25' x2='683.47' y2='227.25' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='680.95' y1='229.77' x2='680.95' y2='224.73' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='678.43' y1='154.33' x2='683.47' y2='154.33' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='680.95' y1='156.85' x2='680.95' y2='151.81' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='663.50' y1='202.75' x2='668.54' y2='202.75' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='666.02' y1='205.27' x2='666.02' y2='200.23' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='663.50' y1='178.80' x2='668.54' y2='178.80' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='666.02' y1='181.32' x2='666.02' y2='176.28' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='636.93' y1='223.95' x2='641.97' y2='223.95' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='639.45' y1='226.47' x2='639.45' y2='221.43' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='636.93' y1='246.97' x2='641.97' y2='246.97' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='639.45' y1='249.49' x2='639.45' y2='244.45' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='599.17' y1='132.77' x2='604.21' y2='132.77' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='601.69' y1='135.29' x2='601.69' y2='130.25' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='599.17' y1='191.62' x2='604.21' y2='191.62' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='601.69' y1='194.14' x2='601.69' y2='189.10' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='547.00' y1='213.19' x2='552.04' y2='213.19' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='549.52' y1='215.71' x2='549.52' y2='210.67' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='547.00' y1='146.99' x2='552.04' y2='146.99' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='549.52' y1='149.51' x2='549.52' y2='144.47' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='486.56' y1='206.68' x2='491.60' y2='206.68' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='489.08' y1='209.20' x2='489.08' y2='204.16' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='486.56' y1='170.37' x2='491.60' y2='170.37' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='489.08' y1='172.89' x2='489.08' y2='167.85' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='459.37' y1='162.23' x2='464.41' y2='162.23' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='461.89' y1='164.75' x2='461.89' y2='159.71' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='459.37' y1='176.44' x2='464.41' y2='176.44' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='461.89' y1='178.96' x2='461.89' y2='173.92' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='443.00' y1='186.79' x2='448.04' y2='186.79' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='445.52' y1='189.31' x2='445.52' y2='184.27' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='443.00' y1='211.92' x2='448.04' y2='211.92' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='445.52' y1='214.44' x2='445.52' y2='209.40' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='687.10' y1='215.63' x2='690.67' y2='212.07' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='687.10' y1='212.07' x2='690.67' y2='215.63' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='687.10' y1='148.30' x2='690.67' y2='144.74' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='687.10' y1='144.74' x2='690.67' y2='148.30' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='679.82' y1='213.25' x2='683.38' y2='209.69' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='679.82' y1='209.69' x2='683.38' y2='213.25' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='679.82' y1='179.02' x2='683.38' y2='175.46' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='679.82' y1='175.46' x2='683.38' y2='179.02' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='665.92' y1='189.66' x2='669.49' y2='186.10' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='665.92' y1='186.10' x2='669.49' y2='189.66' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='665.92' y1='201.88' x2='669.49' y2='198.32' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='665.92' y1='198.32' x2='669.49' y2='201.88' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='640.61' y1='195.12' x2='644.18' y2='191.55' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='640.61' y1='191.55' x2='644.18' y2='195.12' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='640.61' y1='199.38' x2='644.18' y2='195.82' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='640.61' y1='195.82' x2='644.18' y2='199.38' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='603.18' y1='214.07' x2='606.75' y2='210.51' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='603.18' y1='210.51' x2='606.75' y2='214.07' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='603.18' y1='154.47' x2='606.75' y2='150.91' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='603.18' y1='150.91' x2='606.75' y2='154.47' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='548.13' y1='189.20' x2='551.70' y2='185.64' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='548.13' y1='185.64' x2='551.70' y2='189.20' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='548.13' y1='181.23' x2='551.70' y2='177.67' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='548.13' y1='177.67' x2='551.70' y2='181.23' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='479.63' y1='115.48' x2='483.20' y2='111.92' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='479.63' y1='111.92' x2='483.20' y2='115.48' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='479.63' y1='207.14' x2='483.20' y2='203.58' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='479.63' y1='203.58' x2='483.20' y2='207.14' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='449.44' y1='229.24' x2='453.00' y2='225.68' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='449.44' y1='225.68' x2='453.00' y2='229.24' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='449.44' y1='221.32' x2='453.00' y2='217.76' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='449.44' y1='217.76' x2='453.00' y2='221.32' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='433.18' y1='185.89' x2='436.74' y2='182.32' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='433.18' y1='182.32' x2='436.74' y2='185.89' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='433.18' y1='136.71' x2='436.74' y2='133.15' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='433.18' y1='133.15' x2='436.74' y2='136.71' style='stroke-width: 0.75; stroke: #28E2E5;' />
<polygon points='686.37,149.51 688.89,146.99 691.41,149.51 688.89,152.03 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='686.37,209.10 688.89,206.58 691.41,209.10 688.89,211.62 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='674.85,163.97 677.37,161.45 679.89,163.97 677.37,166.49 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='674.85,247.77 677.37,245.25 679.89,247.77 677.37,250.29 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='654.09,202.26 656.61,199.74 659.13,202.26 656.61,204.78 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='654.09,180.78 656.61,178.26 659.13,180.78 656.61,183.30 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='620.25,189.14 622.77,186.62 625.29,189.14 622.77,191.66 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='620.25,168.28 622.77,165.76 625.29,168.28 622.77,170.80 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='578.71,212.87 581.23,210.35 583.75,212.87 581.23,215.39 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='578.71,194.87 581.23,192.35 583.75,194.87 581.23,197.39 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='532.54,192.37 535.06,189.85 537.58,192.37 535.06,194.89 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='532.54,148.38 535.06,145.86 537.58,148.38 535.06,150.90 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='487.62,204.30 490.14,201.78 492.66,204.30 490.14,206.82 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='487.62,134.18 490.14,131.66 492.66,134.18 490.14,136.70 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='464.86,165.02 467.38,162.50 469.90,165.02 467.38,167.54 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='464.86,167.26 467.38,164.74 469.90,167.26 467.38,169.78 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='448.97,214.14 451.49,211.62 454.01,214.14 451.49,216.66 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='448.97,200.98 451.49,198.46 454.01,200.98 451.49,203.50 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='688.89,207.09 691.29,202.93 686.49,202.93 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='688.89,188.62 691.29,184.46 686.49,184.46 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='679.26,151.35 681.66,147.19 676.86,147.19 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='679.26,176.62 681.66,172.46 676.86,172.46 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='661.70,167.99 664.10,163.83 659.30,163.83 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='661.70,146.28 664.10,142.12 659.30,142.12 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='632.34,220.15 634.74,215.99 629.94,215.99 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='632.34,195.69 634.74,191.53 629.94,191.53 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='594.89,190.78 597.29,186.62 592.49,186.62 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='594.89,148.43 597.29,144.27 592.49,144.27 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='551.29,219.45 553.69,215.29 548.89,215.29 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='551.29,182.20 553.69,178.05 548.89,178.05 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='508.73,143.99 511.13,139.83 506.33,139.83 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='508.73,173.10 511.13,168.94 506.33,168.94 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='487.54,201.40 489.94,197.25 485.14,197.25 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='487.54,181.15 489.94,176.99 485.14,176.99 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='471.80,185.50 474.20,181.34 469.40,181.34 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='471.80,196.21 474.20,192.05 469.40,192.05 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='687.10' y='168.57' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='687.10' y1='172.13' x2='690.66' y2='168.57' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='687.10' y1='168.57' x2='690.66' y2='172.13' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='687.10' y='196.57' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='687.10' y1='200.14' x2='690.66' y2='196.57' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='687.10' y1='196.57' x2='690.66' y2='200.14' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='672.47' y='163.11' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='672.47' y1='166.67' x2='676.04' y2='163.11' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='672.47' y1='163.11' x2='676.04' y2='166.67' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='672.47' y='138.00' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='672.47' y1='141.56' x2='676.04' y2='138.00' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='672.47' y1='138.00' x2='676.04' y2='141.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='646.36' y='132.79' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='646.36' y1='136.36' x2='649.93' y2='132.79' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='646.36' y1='132.79' x2='649.93' y2='136.36' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='646.36' y='182.07' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='646.36' y1='185.63' x2='649.93' y2='182.07' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='646.36' y1='182.07' x2='649.93' y2='185.63' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='604.50' y='229.30' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='604.50' y1='232.87' x2='608.07' y2='229.30' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='604.50' y1='229.30' x2='608.07' y2='232.87' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='604.50' y='174.25' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='604.50' y1='177.82' x2='608.07' y2='174.25' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='604.50' y1='174.25' x2='608.07' y2='177.82' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='554.68' y='172.96' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='554.68' y1='176.52' x2='558.25' y2='172.96' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='554.68' y1='172.96' x2='558.25' y2='176.52' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='554.68' y='174.05' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='554.68' y1='177.61' x2='558.25' y2='174.05' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='554.68' y1='174.05' x2='558.25' y2='177.61' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='502.29' y='208.23' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='502.29' y1='211.80' x2='505.85' y2='208.23' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='502.29' y1='208.23' x2='505.85' y2='211.80' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='502.29' y='220.97' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='502.29' y1='224.53' x2='505.85' y2='220.97' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='502.29' y1='220.97' x2='505.85' y2='224.53' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='456.79' y='216.20' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='456.79' y1='219.77' x2='460.35' y2='216.20' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='456.79' y1='216.20' x2='460.35' y2='219.77' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='456.79' y='162.32' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='456.79' y1='165.88' x2='460.35' y2='162.32' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='456.79' y1='162.32' x2='460.35' y2='165.88' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='437.45' y='135.99' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='437.45' y1='139.55' x2='441.02' y2='135.99' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='437.45' y1='135.99' x2='441.02' y2='139.55' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='437.45' y='210.04' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='437.45' y1='213.61' x2='441.02' y2='210.04' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='437.45' y1='210.04' x2='441.02' y2='213.61' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='426.07' y='141.59' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='426.07' y1='145.16' x2='429.63' y2='141.59' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='426.07' y1='141.59' x2='429.63' y2='145.16' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='426.07' y='190.20' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='426.07' y1='193.77' x2='429.63' y2='190.20' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='426.07' y1='190.20' x2='429.63' y2='193.77' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='687.10' y1='182.27' x2='690.67' y2='178.70' style='stroke-width: 0.75;' />
<line x1='687.10' y1='178.70' x2='690.67' y2='182.27' style='stroke-width: 0.75;' />
<line x1='686.37' y1='180.49' x2='691.41' y2='180.49' style='stroke-width: 0.75;' />
<line x1='688.89' y1='183.01' x2='688.89' y2='177.97' style='stroke-width: 0.75;' />
<line x1='687.10' y1='170.95' x2='690.67' y2='167.38' style='stroke-width: 0.75;' />
<line x1='687.10' y1='167.38' x2='690.67' y2='170.95' style='stroke-width: 0.75;' />
<line x1='686.37' y1='169.17' x2='691.41' y2='169.17' style='stroke-width: 0.75;' />
<line x1='688.89' y1='171.69' x2='688.89' y2='166.65' style='stroke-width: 0.75;' />
<line x1='668.72' y1='256.49' x2='672.29' y2='252.92' style='stroke-width: 0.75;' />
<line x1='668.72' y1='252.92' x2='672.29' y2='256.49' style='stroke-width: 0.75;' />
<line x1='667.98' y1='254.71' x2='673.02' y2='254.71' style='stroke-width: 0.75;' />
<line x1='670.50' y1='257.23' x2='670.50' y2='252.19' style='stroke-width: 0.75;' />
<line x1='668.72' y1='168.01' x2='672.29' y2='164.45' style='stroke-width: 0.75;' />
<line x1='668.72' y1='164.45' x2='672.29' y2='168.01' style='stroke-width: 0.75;' />
<line x1='667.98' y1='166.23' x2='673.02' y2='166.23' style='stroke-width: 0.75;' />
<line x1='670.50' y1='168.75' x2='670.50' y2='163.71' style='stroke-width: 0.75;' />
<line x1='637.71' y1='162.57' x2='641.28' y2='159.01' style='stroke-width: 0.75;' />
<line x1='637.71' y1='159.01' x2='641.28' y2='162.57' style='stroke-width: 0.75;' />
<line x1='636.97' y1='160.79' x2='642.01' y2='160.79' style='stroke-width: 0.75;' />
<line x1='639.49' y1='163.31' x2='639.49' y2='158.27' style='stroke-width: 0.75;' />
<line x1='637.71' y1='201.40' x2='641.28' y2='197.83' style='stroke-width: 0.75;' />
<line x1='637.71' y1='197.83' x2='641.28' y2='201.40' style='stroke-width: 0.75;' />
<line x1='636.97' y1='199.62' x2='642.01' y2='199.62' style='stroke-width: 0.75;' />
<line x1='639.49' y1='202.14' x2='639.49' y2='197.09' style='stroke-width: 0.75;' />
<line x1='593.08' y1='222.33' x2='596.64' y2='218.77' style='stroke-width: 0.75;' />
<line x1='593.08' y1='218.77' x2='596.64' y2='222.33' style='stroke-width: 0.75;' />
<line x1='592.34' y1='220.55' x2='597.38' y2='220.55' style='stroke-width: 0.75;' />
<line x1='594.86' y1='223.07' x2='594.86' y2='218.03' style='stroke-width: 0.75;' />
<line x1='593.08' y1='162.33' x2='596.64' y2='158.77' style='stroke-width: 0.75;' />
<line x1='593.08' y1='158.77' x2='596.64' y2='162.33' style='stroke-width: 0.75;' />
<line x1='592.34' y1='160.55' x2='597.38' y2='160.55' style='stroke-width: 0.75;' />
<line x1='594.86' y1='163.07' x2='594.86' y2='158.03' style='stroke-width: 0.75;' />
<line x1='548.54' y1='201.05' x2='552.10' y2='197.49' style='stroke-width: 0.75;' />
<line x1='548.54' y1='197.49' x2='552.10' y2='201.05' style='stroke-width: 0.75;' />
<line x1='547.80' y1='199.27' x2='552.84' y2='199.27' style='stroke-width: 0.75;' />
<line x1='550.32' y1='201.79' x2='550.32' y2='196.75' style='stroke-width: 0.75;' />
<line x1='548.54' y1='162.44' x2='552.10' y2='158.88' style='stroke-width: 0.75;' />
<line x1='548.54' y1='158.88' x2='552.10' y2='162.44' style='stroke-width: 0.75;' />
<line x1='547.80' y1='160.66' x2='552.84' y2='160.66' style='stroke-width: 0.75;' />
<line x1='550.32' y1='163.18' x2='550.32' y2='158.14' style='stroke-width: 0.75;' />
<line x1='510.63' y1='181.76' x2='514.19' y2='178.20' style='stroke-width: 0.75;' />
<line x1='510.63' y1='178.20' x2='514.19' y2='181.76' style='stroke-width: 0.75;' />
<line x1='509.89' y1='179.98' x2='514.93' y2='179.98' style='stroke-width: 0.75;' />
<line x1='512.41' y1='182.50' x2='512.41' y2='177.46' style='stroke-width: 0.75;' />
<line x1='510.63' y1='181.76' x2='514.19' y2='178.20' style='stroke-width: 0.75;' />
<line x1='510.63' y1='178.20' x2='514.19' y2='181.76' style='stroke-width: 0.75;' />
<line x1='509.89' y1='179.98' x2='514.93' y2='179.98' style='stroke-width: 0.75;' />
<line x1='512.41' y1='182.50' x2='512.41' y2='177.46' style='stroke-width: 0.75;' />
<line x1='475.78' y1='256.85' x2='479.34' y2='253.28' style='stroke-width: 0.75;' />
<line x1='475.78' y1='253.28' x2='479.34' y2='256.85' style='stroke-width: 0.75;' />
<line x1='475.04' y1='255.06' x2='480.08' y2='255.06' style='stroke-width: 0.75;' />
<line x1='477.56' y1='257.58' x2='477.56' y2='252.54' style='stroke-width: 0.75;' />
<line x1='475.78' y1='125.29' x2='479.34' y2='121.72' style='stroke-width: 0.75;' />
<line x1='475.78' y1='121.72' x2='479.34' y2='125.29' style='stroke-width: 0.75;' />
<line x1='475.04' y1='123.50' x2='480.08' y2='123.50' style='stroke-width: 0.75;' />
<line x1='477.56' y1='126.02' x2='477.56' y2='120.98' style='stroke-width: 0.75;' />
<line x1='455.74' y1='195.94' x2='459.30' y2='192.37' style='stroke-width: 0.75;' />
<line x1='455.74' y1='192.37' x2='459.30' y2='195.94' style='stroke-width: 0.75;' />
<line x1='455.00' y1='194.15' x2='460.04' y2='194.15' style='stroke-width: 0.75;' />
<line x1='457.52' y1='196.67' x2='457.52' y2='191.63' style='stroke-width: 0.75;' />
<line x1='455.74' y1='186.03' x2='459.30' y2='182.47' style='stroke-width: 0.75;' />
<line x1='455.74' y1='182.47' x2='459.30' y2='186.03' style='stroke-width: 0.75;' />
<line x1='455.00' y1='184.25' x2='460.04' y2='184.25' style='stroke-width: 0.75;' />
<line x1='457.52' y1='186.77' x2='457.52' y2='181.73' style='stroke-width: 0.75;' />
<line x1='441.69' y1='193.22' x2='445.25' y2='189.65' style='stroke-width: 0.75;' />
<line x1='441.69' y1='189.65' x2='445.25' y2='193.22' style='stroke-width: 0.75;' />
<line x1='440.95' y1='191.44' x2='445.99' y2='191.44' style='stroke-width: 0.75;' />
<line x1='443.47' y1='193.96' x2='443.47' y2='188.92' style='stroke-width: 0.75;' />
<line x1='441.69' y1='156.19' x2='445.25' y2='152.63' style='stroke-width: 0.75;' />
<line x1='441.69' y1='152.63' x2='445.25' y2='156.19' style='stroke-width: 0.75;' />
<line x1='440.95' y1='154.41' x2='445.99' y2='154.41' style='stroke-width: 0.75;' />
<line x1='443.47' y1='156.93' x2='443.47' y2='151.89' style='stroke-width: 0.75;' />
<line x1='686.36' y1='142.35' x2='691.40' y2='142.35' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='688.88' y1='144.87' x2='688.88' y2='139.83' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='686.36,142.35 688.88,139.83 691.40,142.35 688.88,144.87 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='686.36' y1='194.78' x2='691.40' y2='194.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='688.88' y1='197.30' x2='688.88' y2='192.26' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='686.36,194.78 688.88,192.26 691.40,194.78 688.88,197.30 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='674.31' y1='202.53' x2='679.35' y2='202.53' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='676.83' y1='205.05' x2='676.83' y2='200.01' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='674.31,202.53 676.83,200.01 679.35,202.53 676.83,205.05 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='674.31' y1='211.24' x2='679.35' y2='211.24' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='676.83' y1='213.76' x2='676.83' y2='208.72' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='674.31,211.24 676.83,208.72 679.35,211.24 676.83,213.76 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='652.52' y1='155.34' x2='657.56' y2='155.34' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='655.04' y1='157.86' x2='655.04' y2='152.82' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='652.52,155.34 655.04,152.82 657.56,155.34 655.04,157.86 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='652.52' y1='170.19' x2='657.56' y2='170.19' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='655.04' y1='172.71' x2='655.04' y2='167.67' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='652.52,170.19 655.04,167.67 657.56,170.19 655.04,172.71 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='616.76' y1='214.72' x2='621.80' y2='214.72' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='619.28' y1='217.24' x2='619.28' y2='212.20' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='616.76,214.72 619.28,212.20 621.80,214.72 619.28,217.24 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='616.76' y1='252.40' x2='621.80' y2='252.40' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='619.28' y1='254.92' x2='619.28' y2='249.88' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='616.76,252.40 619.28,249.88 621.80,252.40 619.28,254.92 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='572.45' y1='187.89' x2='577.49' y2='187.89' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='574.97' y1='190.41' x2='574.97' y2='185.37' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='572.45,187.89 574.97,185.37 577.49,187.89 574.97,190.41 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='572.45' y1='226.14' x2='577.49' y2='226.14' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='574.97' y1='228.66' x2='574.97' y2='223.62' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='572.45,226.14 574.97,223.62 577.49,226.14 574.97,228.66 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='522.78' y1='141.65' x2='527.82' y2='141.65' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='525.30' y1='144.17' x2='525.30' y2='139.13' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='522.78,141.65 525.30,139.13 527.82,141.65 525.30,144.17 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='522.78' y1='145.69' x2='527.82' y2='145.69' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='525.30' y1='148.21' x2='525.30' y2='143.17' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='522.78,145.69 525.30,143.17 527.82,145.69 525.30,148.21 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='475.75' y1='173.24' x2='480.79' y2='173.24' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='478.27' y1='175.76' x2='478.27' y2='170.72' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='475.75,173.24 478.27,170.72 480.79,173.24 478.27,175.76 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='475.75' y1='189.32' x2='480.79' y2='189.32' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='478.27' y1='191.84' x2='478.27' y2='186.80' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='475.75,189.32 478.27,186.80 480.79,189.32 478.27,191.84 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='453.71' y1='147.57' x2='458.75' y2='147.57' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='456.23' y1='150.09' x2='456.23' y2='145.05' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='453.71,147.57 456.23,145.05 458.75,147.57 456.23,150.09 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='453.71' y1='210.28' x2='458.75' y2='210.28' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='456.23' y1='212.80' x2='456.23' y2='207.76' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='453.71,210.28 456.23,207.76 458.75,210.28 456.23,212.80 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='439.24' y1='202.72' x2='444.28' y2='202.72' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='441.76' y1='205.24' x2='441.76' y2='200.20' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='439.24,202.72 441.76,200.20 444.28,202.72 441.76,205.24 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='439.24' y1='173.78' x2='444.28' y2='173.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='441.76' y1='176.30' x2='441.76' y2='171.26' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='439.24,173.78 441.76,171.26 444.28,173.78 441.76,176.30 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<circle cx='688.88' cy='154.26' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='687.10' y1='154.26' x2='690.67' y2='154.26' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='688.88' y1='156.05' x2='688.88' y2='152.48' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='688.88' cy='223.38' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='687.10' y1='223.38' x2='690.67' y2='223.38' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='688.88' y1='225.16' x2='688.88' y2='221.60' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='682.13' cy='137.52' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='680.35' y1='137.52' x2='683.91' y2='137.52' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='682.13' y1='139.31' x2='682.13' y2='135.74' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='682.13' cy='202.20' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='680.35' y1='202.20' x2='683.91' y2='202.20' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='682.13' y1='203.99' x2='682.13' y2='200.42' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='669.27' cy='140.94' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='667.49' y1='140.94' x2='671.05' y2='140.94' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='669.27' y1='142.72' x2='669.27' y2='139.16' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='669.27' cy='156.93' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='667.49' y1='156.93' x2='671.05' y2='156.93' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='669.27' y1='158.71' x2='669.27' y2='155.15' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='645.96' cy='221.77' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='644.18' y1='221.77' x2='647.74' y2='221.77' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='645.96' y1='223.55' x2='645.96' y2='219.99' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='645.96' cy='167.16' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='644.18' y1='167.16' x2='647.74' y2='167.16' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='645.96' y1='168.94' x2='645.96' y2='165.38' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='611.74' cy='240.93' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='609.96' y1='240.93' x2='613.52' y2='240.93' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='611.74' y1='242.71' x2='611.74' y2='239.15' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='611.74' cy='159.65' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='609.96' y1='159.65' x2='613.52' y2='159.65' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='611.74' y1='161.43' x2='611.74' y2='157.86' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='561.91' cy='187.26' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='560.13' y1='187.26' x2='563.69' y2='187.26' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='561.91' y1='189.05' x2='561.91' y2='185.48' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='561.91' cy='215.81' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='560.13' y1='215.81' x2='563.69' y2='215.81' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='561.91' y1='217.60' x2='561.91' y2='214.03' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='499.82' cy='174.22' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='498.04' y1='174.22' x2='501.60' y2='174.22' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='499.82' y1='176.00' x2='499.82' y2='172.44' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='499.82' cy='179.17' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='498.04' y1='179.17' x2='501.60' y2='179.17' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='499.82' y1='180.95' x2='499.82' y2='177.39' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='470.75' cy='157.28' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='468.97' y1='157.28' x2='472.54' y2='157.28' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='470.75' y1='159.07' x2='470.75' y2='155.50' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='470.75' cy='185.42' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='468.97' y1='185.42' x2='472.54' y2='185.42' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='470.75' y1='187.20' x2='470.75' y2='183.64' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='453.16' cy='182.58' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='451.38' y1='182.58' x2='454.94' y2='182.58' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='453.16' y1='184.37' x2='453.16' y2='180.80' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='453.16' cy='177.41' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='451.38' y1='177.41' x2='454.94' y2='177.41' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='453.16' y1='179.19' x2='453.16' y2='175.63' style='stroke-width: 0.75; stroke: #61D04F;' />
<polygon points='688.88,236.87 691.28,232.02 686.48,232.02 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='688.88,231.33 691.28,236.18 686.48,236.18 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='688.88,154.65 691.28,149.80 686.48,149.80 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='688.88,149.11 691.28,153.96 686.48,153.96 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='683.14,226.58 685.54,221.73 680.74,221.73 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='683.14,221.04 685.54,225.89 680.74,225.89 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='683.14,126.26 685.54,121.42 680.74,121.42 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='683.14,120.72 685.54,125.57 680.74,125.57 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='672.19,240.00 674.59,235.15 669.79,235.15 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='672.19,234.45 674.59,239.30 669.79,239.30 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='672.19,167.89 674.59,163.04 669.79,163.04 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='672.19,162.34 674.59,167.19 669.79,167.19 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='652.22,131.74 654.62,126.90 649.82,126.90 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='652.22,126.20 654.62,131.05 649.82,131.05 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='652.22,208.21 654.62,203.36 649.82,203.36 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='652.22,202.67 654.62,207.52 649.82,207.52 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='622.59,169.76 624.99,164.91 620.19,164.91 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='622.59,164.22 624.99,169.07 620.19,169.07 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='622.59,152.74 624.99,147.89 620.19,147.89 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='622.59,147.20 624.99,152.05 620.19,152.05 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='578.65,187.94 581.05,183.09 576.25,183.09 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='578.65,182.40 581.05,187.25 576.25,187.25 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='578.65,195.63 581.05,190.78 576.25,190.78 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='578.65,190.09 581.05,194.94 576.25,194.94 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='521.86,159.46 524.26,154.61 519.46,154.61 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='521.86,153.92 524.26,158.77 519.46,158.77 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='521.86,162.23 524.26,157.38 519.46,157.38 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='521.86,156.69 524.26,161.54 519.46,161.54 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='493.71,146.95 496.11,142.10 491.31,142.10 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='493.71,141.41 496.11,146.26 491.31,146.26 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='493.71,207.89 496.11,203.04 491.31,203.04 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='493.71,202.35 496.11,207.20 491.31,207.20 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='475.50,210.92 477.90,206.07 473.10,206.07 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='475.50,205.38 477.90,210.23 473.10,210.23 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='475.50,206.79 477.90,201.94 473.10,201.94 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='475.50,201.25 477.90,206.10 473.10,206.10 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<line x1='687.10' y1='200.74' x2='690.67' y2='200.74' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='688.89' y1='202.53' x2='688.89' y2='198.96' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='687.10' y='198.96' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='687.10' y1='157.25' x2='690.67' y2='157.25' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='688.89' y1='159.03' x2='688.89' y2='155.47' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='687.10' y='155.47' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='680.05' y1='185.69' x2='683.61' y2='185.69' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='681.83' y1='187.47' x2='681.83' y2='183.91' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='680.05' y='183.91' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='680.05' y1='175.31' x2='683.61' y2='175.31' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='681.83' y1='177.09' x2='681.83' y2='173.53' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='680.05' y='173.53' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='666.64' y1='175.40' x2='670.20' y2='175.40' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='668.42' y1='177.19' x2='668.42' y2='173.62' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='666.64' y='173.62' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='666.64' y1='171.55' x2='670.20' y2='171.55' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='668.42' y1='173.34' x2='668.42' y2='169.77' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='666.64' y='169.77' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='642.35' y1='156.75' x2='645.91' y2='156.75' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='644.13' y1='158.54' x2='644.13' y2='154.97' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='642.35' y='154.97' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='642.35' y1='180.74' x2='645.91' y2='180.74' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='644.13' y1='182.52' x2='644.13' y2='178.96' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='642.35' y='178.96' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='606.78' y1='190.30' x2='610.35' y2='190.30' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='608.57' y1='192.09' x2='608.57' y2='188.52' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='606.78' y='188.52' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='606.78' y1='225.78' x2='610.35' y2='225.78' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='608.57' y1='227.56' x2='608.57' y2='224.00' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='606.78' y='224.00' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='555.25' y1='169.36' x2='558.81' y2='169.36' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='557.03' y1='171.14' x2='557.03' y2='167.57' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='555.25' y='167.57' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='555.25' y1='159.55' x2='558.81' y2='159.55' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='557.03' y1='161.34' x2='557.03' y2='157.77' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='555.25' y='157.77' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='491.75' y1='163.89' x2='495.31' y2='163.89' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='493.53' y1='165.67' x2='493.53' y2='162.10' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='491.75' y='162.10' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='491.75' y1='223.18' x2='495.31' y2='223.18' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='493.53' y1='224.96' x2='493.53' y2='221.40' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='491.75' y='221.40' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='462.65' y1='142.37' x2='466.22' y2='142.37' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='464.44' y1='144.15' x2='464.44' y2='140.59' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='462.65' y='140.59' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='462.65' y1='225.42' x2='466.22' y2='225.42' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='464.44' y1='227.20' x2='464.44' y2='223.64' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='462.65' y='223.64' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='445.52' y1='220.79' x2='449.09' y2='220.79' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='447.31' y1='222.57' x2='447.31' y2='219.01' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='445.52' y='219.01' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='445.52' y1='135.72' x2='449.09' y2='135.72' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='447.31' y1='137.50' x2='447.31' y2='133.93' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='445.52' y='133.93' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<circle cx='688.88' cy='190.01' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='687.10' y1='191.79' x2='690.66' y2='188.23' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='687.10' y1='188.23' x2='690.66' y2='191.79' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='688.88' cy='192.99' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='687.10' y1='194.77' x2='690.66' y2='191.21' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='687.10' y1='191.21' x2='690.66' y2='194.77' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='680.50' cy='175.41' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='678.72' y1='177.19' x2='682.28' y2='173.62' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='678.72' y1='173.62' x2='682.28' y2='177.19' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='680.50' cy='196.89' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='678.72' y1='198.67' x2='682.28' y2='195.10' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='678.72' y1='195.10' x2='682.28' y2='198.67' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='664.72' cy='192.02' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='662.94' y1='193.80' x2='666.51' y2='190.24' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='662.94' y1='190.24' x2='666.51' y2='193.80' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='664.72' cy='201.78' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='662.94' y1='203.56' x2='666.51' y2='200.00' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='662.94' y1='200.00' x2='666.51' y2='203.56' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='636.70' cy='134.31' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='634.92' y1='136.09' x2='638.49' y2='132.53' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='634.92' y1='132.53' x2='638.49' y2='136.09' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='636.70' cy='199.78' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='634.92' y1='201.57' x2='638.49' y2='198.00' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='634.92' y1='198.00' x2='638.49' y2='201.57' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='597.03' cy='216.49' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='595.25' y1='218.28' x2='598.82' y2='214.71' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='595.25' y1='214.71' x2='598.82' y2='218.28' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='597.03' cy='162.38' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='595.25' y1='164.16' x2='598.82' y2='160.60' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='595.25' y1='160.60' x2='598.82' y2='164.16' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='542.75' cy='228.45' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='540.97' y1='230.23' x2='544.53' y2='226.66' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='540.97' y1='226.66' x2='544.53' y2='230.23' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='542.75' cy='203.39' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='540.97' y1='205.18' x2='544.53' y2='201.61' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='540.97' y1='201.61' x2='544.53' y2='205.18' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='481.51' cy='217.68' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='479.73' y1='219.46' x2='483.29' y2='215.90' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='479.73' y1='215.90' x2='483.29' y2='219.46' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='481.51' cy='165.07' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='479.73' y1='166.85' x2='483.29' y2='163.29' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='479.73' y1='163.29' x2='483.29' y2='166.85' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='455.23' cy='127.93' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='453.45' y1='129.71' x2='457.01' y2='126.14' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='453.45' y1='126.14' x2='457.01' y2='129.71' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='455.23' cy='176.08' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='453.45' y1='177.86' x2='457.01' y2='174.29' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='453.45' y1='174.29' x2='457.01' y2='177.86' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='440.05' cy='187.93' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='438.27' y1='189.71' x2='441.83' y2='186.15' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='438.27' y1='186.15' x2='441.83' y2='189.71' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='440.05' cy='205.57' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='438.27' y1='207.36' x2='441.83' y2='203.79' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='438.27' y1='203.79' x2='441.83' y2='207.36' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<polygon points='688.89,226.38 690.67,229.94 687.11,229.94 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='687.11' y='226.38' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='688.89,160.84 690.67,164.40 687.11,164.40 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='687.11' y='160.84' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='677.70,177.21 679.48,180.78 675.92,180.78 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='675.92' y='177.21' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='677.70,229.29 679.48,232.85 675.92,232.85 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='675.92' y='229.29' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='657.33,170.02 659.11,173.58 655.55,173.58 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='655.55' y='170.02' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='657.33,172.03 659.11,175.59 655.55,175.59 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='655.55' y='172.03' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='623.41,188.33 625.19,191.90 621.62,191.90 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='621.62' y='188.33' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='623.41,107.42 625.19,110.98 621.62,110.98 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='621.62' y='107.42' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='580.25,179.30 582.03,182.86 578.46,182.86 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='578.46' y='179.30' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='580.25,213.59 582.03,217.16 578.46,217.16 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='578.46' y='213.59' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='529.66,138.17 531.44,141.73 527.88,141.73 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='527.88' y='138.17' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='529.66,183.86 531.44,187.43 527.88,187.43 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='527.88' y='183.86' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='479.12,169.70 480.90,173.26 477.34,173.26 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='477.34' y='169.70' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='479.12,179.66 480.90,183.23 477.34,183.23 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='477.34' y='179.66' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='455.49,171.63 457.27,175.19 453.71,175.19 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='453.71' y='171.63' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='455.49,179.21 457.27,182.77 453.71,182.77 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='453.71' y='179.21' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='440.41,186.92 442.19,190.49 438.62,190.49 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='438.62' y='186.92' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='440.41,207.44 442.19,211.00 438.62,211.00 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='438.62' y='207.44' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='687.10,194.78 690.67,194.78 690.67,191.22 687.10,191.22 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='687.10,107.19 690.67,107.19 690.67,103.63 687.10,103.63 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='677.40,179.77 680.96,179.77 680.96,176.20 677.40,176.20 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='677.40,189.02 680.96,189.02 680.96,185.45 677.40,185.45 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='659.55,204.98 663.11,204.98 663.11,201.42 659.55,201.42 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='659.55,179.94 663.11,179.94 663.11,176.38 659.55,176.38 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='629.25,142.81 632.82,142.81 632.82,139.24 629.25,139.24 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='629.25,196.47 632.82,196.47 632.82,192.91 629.25,192.91 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='589.59,153.36 593.16,153.36 593.16,149.80 589.59,149.80 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='589.59,194.68 593.16,194.68 593.16,191.11 589.59,191.11 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='541.65,184.23 545.21,184.23 545.21,180.67 541.65,180.67 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='541.65,185.42 545.21,185.42 545.21,181.86 541.65,181.86 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='494.05,205.88 497.62,205.88 497.62,202.31 494.05,202.31 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='494.05,175.12 497.62,175.12 497.62,171.56 494.05,171.56 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='472.00,149.11 475.57,149.11 475.57,145.54 472.00,145.54 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='472.00,210.02 475.57,210.02 475.57,206.45 472.00,206.45 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='456.74,150.73 460.30,150.73 460.30,147.17 456.74,147.17 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='456.74,211.99 460.30,211.99 460.30,208.43 456.74,208.43 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
</g>
<defs>
  <clipPath id='cpMzguOTd8MzQwLjA0fDMyMi40NXw1MjcuNTM='>
    <rect x='38.97' y='322.45' width='301.08' height='205.08' />
  </clipPath>
</defs>
<g clip-path='url(#cpMzguOTd8MzQwLjA0fDMyMi40NXw1MjcuNTM=)'>
<polyline points='50.12,519.93 52.44,514.33 55.81,506.56 57.09,503.70 61.50,494.29 66.38,484.58 67.19,483.04 72.87,472.74 78.56,463.30 82.64,457.04 84.25,454.67 89.94,446.77 95.63,439.56 101.32,432.98 107.01,426.97 112.70,421.51 115.16,419.29 118.39,416.54 124.08,412.02 129.77,407.93 135.46,404.24 141.15,400.90 146.83,397.90 152.52,395.21 158.21,392.81 163.90,390.67 169.59,388.77 175.28,387.11 180.97,385.65 186.66,384.39 189.50,383.83 192.35,383.31 198.04,382.40 203.73,381.64 209.42,381.03 215.11,380.55 220.79,380.20 226.48,379.95 232.17,379.82 237.86,379.78 243.55,379.84 249.24,379.97 254.93,380.19 259.20,380.40 260.62,380.48 266.31,380.83 272.00,381.25 277.69,381.73 283.38,382.25 289.07,382.83 294.76,383.45 300.44,384.12 306.13,384.82 311.82,385.55 317.51,386.32 323.20,387.12 328.89,387.95 ' style='stroke-width: 1.50;' />
</g>
<g clip-path='url(#cpMC4wMHw3MjAuMDB8MC4wMHw1NzYuMDA=)'>
<line x1='50.12' y1='527.53' x2='328.89' y2='527.53' style='stroke-width: 0.75;' />
<line x1='50.12' y1='527.53' x2='50.12' y2='532.28' style='stroke-width: 0.75;' />
<line x1='96.58' y1='527.53' x2='96.58' y2='532.28' style='stroke-width: 0.75;' />
<line x1='143.04' y1='527.53' x2='143.04' y2='532.28' style='stroke-width: 0.75;' />
<line x1='189.50' y1='527.53' x2='189.50' y2='532.28' style='stroke-width: 0.75;' />
<line x1='235.97' y1='527.53' x2='235.97' y2='532.28' style='stroke-width: 0.75;' />
<line x1='282.43' y1='527.53' x2='282.43' y2='532.28' style='stroke-width: 0.75;' />
<line x1='328.89' y1='527.53' x2='328.89' y2='532.28' style='stroke-width: 0.75;' />
<text x='50.12' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>0</text>
<text x='96.58' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>20</text>
<text x='143.04' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>40</text>
<text x='189.50' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>60</text>
<text x='235.97' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>80</text>
<text x='282.43' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='13.22px' lengthAdjust='spacingAndGlyphs'>100</text>
<text x='328.89' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='13.22px' lengthAdjust='spacingAndGlyphs'>120</text>
<line x1='38.97' y1='519.93' x2='38.97' y2='342.47' style='stroke-width: 0.75;' />
<line x1='38.97' y1='519.93' x2='34.21' y2='519.93' style='stroke-width: 0.75;' />
<line x1='38.97' y1='475.57' x2='34.21' y2='475.57' style='stroke-width: 0.75;' />
<line x1='38.97' y1='431.20' x2='34.21' y2='431.20' style='stroke-width: 0.75;' />
<line x1='38.97' y1='386.84' x2='34.21' y2='386.84' style='stroke-width: 0.75;' />
<line x1='38.97' y1='342.47' x2='34.21' y2='342.47' style='stroke-width: 0.75;' />
<text transform='translate(27.56,519.93) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>0</text>
<text transform='translate(27.56,475.57) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>10</text>
<text transform='translate(27.56,431.20) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>20</text>
<text transform='translate(27.56,386.84) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>30</text>
<text transform='translate(27.56,342.47) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>40</text>
<polygon points='38.97,527.53 340.04,527.53 340.04,322.45 38.97,322.45 ' style='stroke-width: 0.75; fill: none;' />
</g>
<defs>
  <clipPath id='cpMC4wMHwzNjAuMDB8MzEyLjAwfDU3Ni4wMA=='>
    <rect x='0.00' y='312.00' width='360.00' height='264.00' />
  </clipPath>
</defs>
<g clip-path='url(#cpMC4wMHwzNjAuMDB8MzEyLjAwfDU3Ni4wMA==)'>
<text x='189.50' y='563.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='17.60px' lengthAdjust='spacingAndGlyphs'>Time</text>
<text transform='translate(8.55,424.99) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='46.23px' lengthAdjust='spacingAndGlyphs'>Residues m1</text>
</g>
<g clip-path='url(#cpMzguOTd8MzQwLjA0fDMyMi40NXw1MjcuNTM=)'>
<circle cx='52.44' cy='516.38' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='52.44' cy='507.51' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='57.09' cy='500.86' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='57.09' cy='499.97' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='66.38' cy='477.79' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='66.38' cy='482.22' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='82.64' cy='453.39' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='82.64' cy='449.84' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='115.16' cy='417.01' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='115.16' cy='427.65' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='189.50' cy='407.25' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='189.50' cy='400.59' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='259.20' cy='405.91' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='259.20' cy='418.78' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='328.89' cy='408.58' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='328.89' cy='406.80' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<polyline points='50.12,519.93 52.44,513.28 55.81,504.28 57.09,501.04 61.50,490.63 66.38,480.31 67.19,478.72 72.87,468.33 78.56,459.27 82.64,453.50 84.25,451.37 89.94,444.49 95.63,438.49 101.32,433.26 107.01,428.72 112.70,424.77 115.16,423.22 118.39,421.34 124.08,418.36 129.77,415.79 135.46,413.57 141.15,411.67 146.83,410.04 152.52,408.65 158.21,407.47 163.90,406.49 169.59,405.67 175.28,405.00 180.97,404.46 186.66,404.04 189.50,403.88 192.35,403.73 198.04,403.52 203.73,403.38 209.42,403.33 215.11,403.34 220.79,403.41 226.48,403.54 232.17,403.73 237.86,403.95 243.55,404.23 249.24,404.53 254.93,404.88 259.20,405.16 260.62,405.25 266.31,405.66 272.00,406.09 277.69,406.55 283.38,407.03 289.07,407.54 294.76,408.06 300.44,408.60 306.13,409.16 311.82,409.73 317.51,410.32 323.20,410.93 328.89,411.54 ' style='stroke-width: 0.75; stroke: #DF536B; stroke-dasharray: 4.00,4.00;' />
<polygon points='57.09,503.85 59.49,508.01 54.69,508.01 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='57.09,503.41 59.49,507.57 54.69,507.57 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='66.38,489.21 68.78,493.37 63.98,493.37 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='66.38,484.78 68.78,488.93 63.98,488.93 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='82.64,463.04 85.04,467.19 80.24,467.19 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='82.64,468.36 85.04,472.52 80.24,472.52 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='115.16,432.87 117.56,437.03 112.76,437.03 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='115.16,437.75 117.56,441.91 112.76,441.91 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='189.50,416.90 191.90,421.05 187.10,421.05 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='189.50,415.57 191.90,419.72 187.10,419.72 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='259.20,418.67 261.60,422.83 256.80,422.83 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='259.20,420.45 261.60,424.60 256.80,424.60 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='328.89,412.46 331.29,416.62 326.49,416.62 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='328.89,417.34 331.29,421.50 326.49,421.50 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polyline points='50.12,519.93 52.44,514.85 55.81,507.91 57.09,505.40 61.50,497.23 66.38,489.02 67.19,487.74 72.87,479.31 78.56,471.82 82.64,466.98 84.25,465.17 89.94,459.27 95.63,454.03 101.32,449.38 107.01,445.25 112.70,441.59 115.16,440.14 118.39,438.35 124.08,435.49 129.77,432.95 135.46,430.72 141.15,428.74 146.83,427.01 152.52,425.49 158.21,424.16 163.90,423.00 169.59,421.99 175.28,421.12 180.97,420.38 186.66,419.74 189.50,419.46 192.35,419.21 198.04,418.77 203.73,418.40 209.42,418.12 215.11,417.90 220.79,417.74 226.48,417.64 232.17,417.59 237.86,417.58 243.55,417.62 249.24,417.70 254.93,417.81 259.20,417.91 260.62,417.95 266.31,418.12 272.00,418.33 277.69,418.55 283.38,418.80 289.07,419.07 294.76,419.36 300.44,419.67 306.13,420.00 311.82,420.35 317.51,420.70 323.20,421.08 328.89,421.46 ' style='stroke-width: 0.75; stroke: #61D04F; stroke-dasharray: 1.00,3.00;' />
<line x1='49.92' y1='511.95' x2='54.96' y2='511.95' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='52.44' y1='514.47' x2='52.44' y2='509.43' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='49.92' y1='515.94' x2='54.96' y2='515.94' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='52.44' y1='518.46' x2='52.44' y2='513.42' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='54.57' y1='500.41' x2='59.61' y2='500.41' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='57.09' y1='502.93' x2='57.09' y2='497.89' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='54.57' y1='499.53' x2='59.61' y2='499.53' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='57.09' y1='502.05' x2='57.09' y2='497.01' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='63.86' y1='482.67' x2='68.90' y2='482.67' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='66.38' y1='485.19' x2='66.38' y2='480.15' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='63.86' y1='476.90' x2='68.90' y2='476.90' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='66.38' y1='479.42' x2='66.38' y2='474.38' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='80.12' y1='457.82' x2='85.16' y2='457.82' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='82.64' y1='460.34' x2='82.64' y2='455.30' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='80.12' y1='457.38' x2='85.16' y2='457.38' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='82.64' y1='459.90' x2='82.64' y2='454.86' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='112.64' y1='428.98' x2='117.68' y2='428.98' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='115.16' y1='431.51' x2='115.16' y2='426.46' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='112.64' y1='416.12' x2='117.68' y2='416.12' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='115.16' y1='418.64' x2='115.16' y2='413.60' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='186.98' y1='401.92' x2='192.02' y2='401.92' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='189.50' y1='404.44' x2='189.50' y2='399.40' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='186.98' y1='388.17' x2='192.02' y2='388.17' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='189.50' y1='390.69' x2='189.50' y2='385.65' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='256.68' y1='382.84' x2='261.72' y2='382.84' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='259.20' y1='385.36' x2='259.20' y2='380.32' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='256.68' y1='381.96' x2='261.72' y2='381.96' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='259.20' y1='384.48' x2='259.20' y2='379.44' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='326.37' y1='405.47' x2='331.41' y2='405.47' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='328.89' y1='407.99' x2='328.89' y2='402.95' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='326.37' y1='395.71' x2='331.41' y2='395.71' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='328.89' y1='398.23' x2='328.89' y2='393.19' style='stroke-width: 0.75; stroke: #2297E6;' />
<polyline points='50.12,519.93 52.44,513.82 55.81,505.43 57.09,502.39 61.50,492.44 66.38,482.38 67.19,480.81 72.87,470.39 78.56,461.05 82.64,454.97 84.25,452.69 89.94,445.21 95.63,438.51 101.32,432.52 107.01,427.16 112.70,422.37 115.16,420.46 118.39,418.09 124.08,414.28 129.77,410.89 135.46,407.87 141.15,405.19 146.83,402.82 152.52,400.73 158.21,398.90 163.90,397.29 169.59,395.89 175.28,394.67 180.97,393.63 186.66,392.75 189.50,392.36 192.35,392.01 198.04,391.40 203.73,390.90 209.42,390.52 215.11,390.24 220.79,390.05 226.48,389.94 232.17,389.91 237.86,389.95 243.55,390.05 249.24,390.22 254.93,390.44 259.20,390.64 260.62,390.71 266.31,391.04 272.00,391.40 277.69,391.81 283.38,392.25 289.07,392.73 294.76,393.24 300.44,393.78 306.13,394.35 311.82,394.95 317.51,395.56 323.20,396.21 328.89,396.87 ' style='stroke-width: 0.75; stroke: #2297E6; stroke-dasharray: 1.00,3.00,4.00,3.00;' />
<line x1='50.66' y1='519.05' x2='54.22' y2='515.49' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='50.66' y1='515.49' x2='54.22' y2='519.05' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='50.66' y1='513.29' x2='54.22' y2='509.72' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='50.66' y1='509.72' x2='54.22' y2='513.29' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='55.30' y1='501.75' x2='58.87' y2='498.19' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='55.30' y1='498.19' x2='58.87' y2='501.75' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='55.30' y1='506.63' x2='58.87' y2='503.07' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='55.30' y1='503.07' x2='58.87' y2='506.63' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='64.60' y1='475.13' x2='68.16' y2='471.57' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='64.60' y1='471.57' x2='68.16' y2='475.13' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='64.60' y1='476.46' x2='68.16' y2='472.90' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='64.60' y1='472.90' x2='68.16' y2='476.46' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='80.86' y1='455.61' x2='84.42' y2='452.05' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='80.86' y1='452.05' x2='84.42' y2='455.61' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='80.86' y1='441.41' x2='84.42' y2='437.85' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='80.86' y1='437.85' x2='84.42' y2='441.41' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='113.38' y1='404.59' x2='116.95' y2='401.03' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='113.38' y1='401.03' x2='116.95' y2='404.59' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='113.38' y1='389.51' x2='116.95' y2='385.94' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='113.38' y1='385.94' x2='116.95' y2='389.51' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='187.72' y1='358.01' x2='191.29' y2='354.44' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='187.72' y1='354.44' x2='191.29' y2='358.01' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='187.72' y1='367.32' x2='191.29' y2='363.76' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='187.72' y1='363.76' x2='191.29' y2='367.32' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='257.42' y1='331.83' x2='260.98' y2='328.27' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='257.42' y1='328.27' x2='260.98' y2='331.83' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='257.42' y1='349.58' x2='260.98' y2='346.01' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='257.42' y1='346.01' x2='260.98' y2='349.58' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='327.11' y1='357.56' x2='330.67' y2='354.00' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='327.11' y1='354.00' x2='330.67' y2='357.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='327.11' y1='344.25' x2='330.67' y2='340.69' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='327.11' y1='340.69' x2='330.67' y2='344.25' style='stroke-width: 0.75; stroke: #28E2E5;' />
<polyline points='50.12,519.93 52.44,513.17 55.81,503.78 57.09,500.33 61.50,488.97 66.38,477.26 67.19,475.41 72.87,462.99 78.56,451.62 82.64,444.06 84.25,441.20 89.94,431.67 95.63,422.96 101.32,414.98 107.01,407.70 112.70,401.05 115.16,398.35 118.39,394.98 124.08,389.45 129.77,384.41 135.46,379.83 141.15,375.67 146.83,371.90 152.52,368.48 158.21,365.40 163.90,362.62 169.59,360.13 175.28,357.89 180.97,355.90 186.66,354.14 189.50,353.33 192.35,352.58 198.04,351.21 203.73,350.02 209.42,349.00 215.11,348.13 220.79,347.40 226.48,346.81 232.17,346.34 237.86,345.98 243.55,345.73 249.24,345.58 254.93,345.53 259.20,345.54 260.62,345.55 266.31,345.66 272.00,345.84 277.69,346.09 283.38,346.40 289.07,346.78 294.76,347.21 300.44,347.69 306.13,348.22 311.82,348.80 317.51,349.41 323.20,350.07 328.89,350.76 ' style='stroke-width: 0.75; stroke: #28E2E5; stroke-dasharray: 7.00,3.00;' />
<polygon points='49.92,513.28 52.44,510.76 54.96,513.28 52.44,515.80 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='49.92,517.27 52.44,514.75 54.96,517.27 52.44,519.79 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='54.57,505.74 57.09,503.22 59.61,505.74 57.09,508.26 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='54.57,494.65 57.09,492.13 59.61,494.65 57.09,497.17 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='63.86,483.55 66.38,481.03 68.90,483.55 66.38,486.07 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='63.86,476.90 66.38,474.38 68.90,476.90 66.38,479.42 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='80.12,459.60 82.64,457.08 85.16,459.60 82.64,462.12 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='80.12,440.08 82.64,437.56 85.16,440.08 82.64,442.60 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='112.64,423.22 115.16,420.70 117.68,423.22 115.16,425.74 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='112.64,431.65 115.16,429.13 117.68,431.65 115.16,434.17 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='186.98,411.24 189.50,408.72 192.02,411.24 189.50,413.76 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='186.98,421.89 189.50,419.37 192.02,421.89 189.50,424.41 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='256.68,420.56 259.20,418.04 261.72,420.56 259.20,423.08 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='256.68,424.55 259.20,422.03 261.72,424.55 259.20,427.07 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='326.37,415.23 328.89,412.71 331.41,415.23 328.89,417.75 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='326.37,424.10 328.89,421.58 331.41,424.10 328.89,426.62 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polyline points='50.12,519.93 52.44,512.49 55.81,502.65 57.09,499.18 61.50,488.29 66.38,477.90 67.19,476.34 72.87,466.38 78.56,458.07 82.64,452.97 84.25,451.12 89.94,445.31 95.63,440.43 101.32,436.32 107.01,432.87 112.70,429.96 115.16,428.85 118.39,427.51 124.08,425.43 129.77,423.68 135.46,422.20 141.15,420.95 146.83,419.89 152.52,419.01 158.21,418.27 163.90,417.66 169.59,417.15 175.28,416.74 180.97,416.42 186.66,416.17 189.50,416.07 192.35,415.99 198.04,415.87 203.73,415.80 209.42,415.79 215.11,415.82 220.79,415.89 226.48,416.00 232.17,416.14 237.86,416.32 243.55,416.53 249.24,416.77 254.93,417.03 259.20,417.25 260.62,417.32 266.31,417.64 272.00,417.98 277.69,418.33 283.38,418.71 289.07,419.11 294.76,419.53 300.44,419.96 306.13,420.41 311.82,420.88 317.51,421.36 323.20,421.85 328.89,422.36 ' style='stroke-width: 0.75; stroke: #CD0BBC; stroke-dasharray: 2.00,2.00,6.00,2.00;' />
<polygon points='52.44,517.83 54.84,513.67 50.04,513.67 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='57.09,504.96 59.49,500.80 54.69,500.80 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='57.09,504.52 59.49,500.36 54.69,500.36 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='66.38,482.78 68.78,478.62 63.98,478.62 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='66.38,488.10 68.78,483.94 63.98,483.94 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='82.64,478.34 85.04,474.18 80.24,474.18 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='82.64,469.47 85.04,465.31 80.24,465.31 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='115.16,448.62 117.56,444.46 112.76,444.46 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='115.16,443.29 117.56,439.13 112.76,439.13 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='189.50,447.28 191.90,443.13 187.10,443.13 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='189.50,432.64 191.90,428.49 187.10,428.49 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='259.20,434.42 261.60,430.26 256.80,430.26 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='259.20,433.53 261.60,429.37 256.80,429.37 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='328.89,431.31 331.29,427.16 326.49,427.16 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='328.89,437.97 331.29,433.81 326.49,433.81 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polyline points='50.12,519.93 52.44,514.22 55.81,506.59 57.09,503.87 61.50,495.25 66.38,486.88 67.19,485.60 72.87,477.40 78.56,470.41 82.64,466.05 84.25,464.46 89.94,459.38 95.63,455.06 101.32,451.36 107.01,448.21 112.70,445.51 115.16,444.47 118.39,443.21 124.08,441.24 129.77,439.55 135.46,438.12 141.15,436.89 146.83,435.84 152.52,434.95 158.21,434.19 163.90,433.55 169.59,433.02 175.28,432.57 180.97,432.20 186.66,431.89 189.50,431.77 192.35,431.65 198.04,431.46 203.73,431.32 209.42,431.22 215.11,431.16 220.79,431.13 226.48,431.14 232.17,431.17 237.86,431.23 243.55,431.31 249.24,431.42 254.93,431.54 259.20,431.65 260.62,431.69 266.31,431.85 272.00,432.03 277.69,432.22 283.38,432.43 289.07,432.65 294.76,432.89 300.44,433.14 306.13,433.40 311.82,433.67 317.51,433.95 323.20,434.25 328.89,434.55 ' style='stroke-width: 0.75; stroke: #F5C710;' />
<rect x='50.66' y='511.50' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='50.66' y1='515.06' x2='54.22' y2='511.50' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='50.66' y1='511.50' x2='54.22' y2='515.06' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='50.66' y='504.84' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='50.66' y1='508.41' x2='54.22' y2='504.84' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='50.66' y1='504.84' x2='54.22' y2='508.41' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='55.30' y='492.42' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='55.30' y1='495.98' x2='58.87' y2='492.42' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='55.30' y1='492.42' x2='58.87' y2='495.98' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='55.30' y='491.98' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='55.30' y1='495.54' x2='58.87' y2='491.98' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='55.30' y1='491.98' x2='58.87' y2='495.54' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='64.60' y='458.70' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='64.60' y1='462.27' x2='68.16' y2='458.70' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='64.60' y1='458.70' x2='68.16' y2='462.27' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='64.60' y='461.36' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='64.60' y1='464.93' x2='68.16' y2='461.36' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='64.60' y1='461.36' x2='68.16' y2='464.93' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='80.86' y='423.21' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='80.86' y1='426.77' x2='84.42' y2='423.21' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='80.86' y1='423.21' x2='84.42' y2='426.77' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='80.86' y='429.86' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='80.86' y1='433.43' x2='84.42' y2='429.86' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='80.86' y1='429.86' x2='84.42' y2='433.43' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='113.38' y='392.15' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='113.38' y1='395.72' x2='116.95' y2='392.15' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='113.38' y1='392.15' x2='116.95' y2='395.72' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='113.38' y='386.39' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='113.38' y1='389.95' x2='116.95' y2='386.39' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='113.38' y1='386.39' x2='116.95' y2='389.95' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='187.72' y='385.94' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='187.72' y1='389.51' x2='191.29' y2='385.94' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='187.72' y1='385.94' x2='191.29' y2='389.51' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='187.72' y='382.39' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='187.72' y1='385.96' x2='191.29' y2='382.39' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='187.72' y1='382.39' x2='191.29' y2='385.96' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='257.42' y='386.39' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='257.42' y1='389.95' x2='260.98' y2='386.39' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='257.42' y1='386.39' x2='260.98' y2='389.95' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='257.42' y='384.61' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='257.42' y1='388.18' x2='260.98' y2='384.61' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='257.42' y1='384.61' x2='260.98' y2='388.18' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='327.11' y='393.49' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='327.11' y1='397.05' x2='330.67' y2='393.49' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='327.11' y1='393.49' x2='330.67' y2='397.05' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='327.11' y='399.70' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='327.11' y1='403.26' x2='330.67' y2='399.70' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='327.11' y1='399.70' x2='330.67' y2='403.26' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<polyline points='50.12,519.93 52.44,509.35 55.81,495.47 57.09,490.60 61.50,475.41 66.38,461.09 67.19,458.95 72.87,445.41 78.56,434.27 82.64,427.50 84.25,425.08 89.94,417.48 95.63,411.21 101.32,406.01 107.01,401.71 112.70,398.14 115.16,396.79 118.39,395.19 124.08,392.75 129.77,390.73 135.46,389.08 141.15,387.73 146.83,386.64 152.52,385.77 158.21,385.09 163.90,384.58 169.59,384.20 175.28,383.96 180.97,383.82 186.66,383.78 189.50,383.80 192.35,383.83 198.04,383.96 203.73,384.16 209.42,384.42 215.11,384.75 220.79,385.12 226.48,385.54 232.17,386.01 237.86,386.52 243.55,387.07 249.24,387.66 254.93,388.27 259.20,388.75 260.62,388.92 266.31,389.59 272.00,390.30 277.69,391.02 283.38,391.77 289.07,392.54 294.76,393.33 300.44,394.13 306.13,394.96 311.82,395.80 317.51,396.65 323.20,397.51 328.89,398.39 ' style='stroke-width: 0.75; stroke: #9E9E9E; stroke-dasharray: 4.00,4.00;' />
<line x1='50.66' y1='512.40' x2='54.22' y2='508.84' style='stroke-width: 0.75;' />
<line x1='50.66' y1='508.84' x2='54.22' y2='512.40' style='stroke-width: 0.75;' />
<line x1='49.92' y1='510.62' x2='54.96' y2='510.62' style='stroke-width: 0.75;' />
<line x1='52.44' y1='513.14' x2='52.44' y2='508.10' style='stroke-width: 0.75;' />
<line x1='50.66' y1='506.19' x2='54.22' y2='502.62' style='stroke-width: 0.75;' />
<line x1='50.66' y1='502.62' x2='54.22' y2='506.19' style='stroke-width: 0.75;' />
<line x1='49.92' y1='504.41' x2='54.96' y2='504.41' style='stroke-width: 0.75;' />
<line x1='52.44' y1='506.93' x2='52.44' y2='501.89' style='stroke-width: 0.75;' />
<line x1='55.30' y1='480.01' x2='58.87' y2='476.45' style='stroke-width: 0.75;' />
<line x1='55.30' y1='476.45' x2='58.87' y2='480.01' style='stroke-width: 0.75;' />
<line x1='54.57' y1='478.23' x2='59.61' y2='478.23' style='stroke-width: 0.75;' />
<line x1='57.09' y1='480.75' x2='57.09' y2='475.71' style='stroke-width: 0.75;' />
<line x1='55.30' y1='474.69' x2='58.87' y2='471.12' style='stroke-width: 0.75;' />
<line x1='55.30' y1='471.12' x2='58.87' y2='474.69' style='stroke-width: 0.75;' />
<line x1='54.57' y1='472.91' x2='59.61' y2='472.91' style='stroke-width: 0.75;' />
<line x1='57.09' y1='475.43' x2='57.09' y2='470.39' style='stroke-width: 0.75;' />
<line x1='64.60' y1='435.65' x2='68.16' y2='432.08' style='stroke-width: 0.75;' />
<line x1='64.60' y1='432.08' x2='68.16' y2='435.65' style='stroke-width: 0.75;' />
<line x1='63.86' y1='433.87' x2='68.90' y2='433.87' style='stroke-width: 0.75;' />
<line x1='66.38' y1='436.39' x2='66.38' y2='431.34' style='stroke-width: 0.75;' />
<line x1='64.60' y1='446.74' x2='68.16' y2='443.17' style='stroke-width: 0.75;' />
<line x1='64.60' y1='443.17' x2='68.16' y2='446.74' style='stroke-width: 0.75;' />
<line x1='63.86' y1='444.96' x2='68.90' y2='444.96' style='stroke-width: 0.75;' />
<line x1='66.38' y1='447.48' x2='66.38' y2='442.44' style='stroke-width: 0.75;' />
<line x1='80.86' y1='425.89' x2='84.42' y2='422.32' style='stroke-width: 0.75;' />
<line x1='80.86' y1='422.32' x2='84.42' y2='425.89' style='stroke-width: 0.75;' />
<line x1='80.12' y1='424.10' x2='85.16' y2='424.10' style='stroke-width: 0.75;' />
<line x1='82.64' y1='426.62' x2='82.64' y2='421.58' style='stroke-width: 0.75;' />
<line x1='80.86' y1='405.92' x2='84.42' y2='402.36' style='stroke-width: 0.75;' />
<line x1='80.86' y1='402.36' x2='84.42' y2='405.92' style='stroke-width: 0.75;' />
<line x1='80.12' y1='404.14' x2='85.16' y2='404.14' style='stroke-width: 0.75;' />
<line x1='82.64' y1='406.66' x2='82.64' y2='401.62' style='stroke-width: 0.75;' />
<line x1='113.38' y1='387.29' x2='116.95' y2='383.72' style='stroke-width: 0.75;' />
<line x1='113.38' y1='383.72' x2='116.95' y2='387.29' style='stroke-width: 0.75;' />
<line x1='112.64' y1='385.51' x2='117.68' y2='385.51' style='stroke-width: 0.75;' />
<line x1='115.16' y1='388.03' x2='115.16' y2='382.99' style='stroke-width: 0.75;' />
<line x1='113.38' y1='370.43' x2='116.95' y2='366.87' style='stroke-width: 0.75;' />
<line x1='113.38' y1='366.87' x2='116.95' y2='370.43' style='stroke-width: 0.75;' />
<line x1='112.64' y1='368.65' x2='117.68' y2='368.65' style='stroke-width: 0.75;' />
<line x1='115.16' y1='371.17' x2='115.16' y2='366.13' style='stroke-width: 0.75;' />
<line x1='187.72' y1='378.86' x2='191.29' y2='375.30' style='stroke-width: 0.75;' />
<line x1='187.72' y1='375.30' x2='191.29' y2='378.86' style='stroke-width: 0.75;' />
<line x1='186.98' y1='377.08' x2='192.02' y2='377.08' style='stroke-width: 0.75;' />
<line x1='189.50' y1='379.60' x2='189.50' y2='374.56' style='stroke-width: 0.75;' />
<line x1='187.72' y1='371.32' x2='191.29' y2='367.75' style='stroke-width: 0.75;' />
<line x1='187.72' y1='367.75' x2='191.29' y2='371.32' style='stroke-width: 0.75;' />
<line x1='186.98' y1='369.54' x2='192.02' y2='369.54' style='stroke-width: 0.75;' />
<line x1='189.50' y1='372.06' x2='189.50' y2='367.01' style='stroke-width: 0.75;' />
<line x1='257.42' y1='380.63' x2='260.98' y2='377.07' style='stroke-width: 0.75;' />
<line x1='257.42' y1='377.07' x2='260.98' y2='380.63' style='stroke-width: 0.75;' />
<line x1='256.68' y1='378.85' x2='261.72' y2='378.85' style='stroke-width: 0.75;' />
<line x1='259.20' y1='381.37' x2='259.20' y2='376.33' style='stroke-width: 0.75;' />
<line x1='257.42' y1='389.51' x2='260.98' y2='385.94' style='stroke-width: 0.75;' />
<line x1='257.42' y1='385.94' x2='260.98' y2='389.51' style='stroke-width: 0.75;' />
<line x1='256.68' y1='387.72' x2='261.72' y2='387.72' style='stroke-width: 0.75;' />
<line x1='259.20' y1='390.25' x2='259.20' y2='385.20' style='stroke-width: 0.75;' />
<line x1='327.11' y1='393.50' x2='330.67' y2='389.94' style='stroke-width: 0.75;' />
<line x1='327.11' y1='389.94' x2='330.67' y2='393.50' style='stroke-width: 0.75;' />
<line x1='326.37' y1='391.72' x2='331.41' y2='391.72' style='stroke-width: 0.75;' />
<line x1='328.89' y1='394.24' x2='328.89' y2='389.20' style='stroke-width: 0.75;' />
<line x1='327.11' y1='389.06' x2='330.67' y2='385.50' style='stroke-width: 0.75;' />
<line x1='327.11' y1='385.50' x2='330.67' y2='389.06' style='stroke-width: 0.75;' />
<line x1='326.37' y1='387.28' x2='331.41' y2='387.28' style='stroke-width: 0.75;' />
<line x1='328.89' y1='389.80' x2='328.89' y2='384.76' style='stroke-width: 0.75;' />
<polyline points='50.12,519.93 52.44,504.27 55.81,484.67 57.09,478.06 61.50,458.38 66.38,441.17 67.19,438.72 72.87,423.97 78.56,412.85 82.64,406.59 84.25,404.43 89.94,398.02 95.63,393.11 101.32,389.32 107.01,386.37 112.70,384.07 115.16,383.24 118.39,382.26 124.08,380.83 129.77,379.70 135.46,378.80 141.15,378.09 146.83,377.53 152.52,377.10 158.21,376.78 163.90,376.55 169.59,376.40 175.28,376.33 180.97,376.32 186.66,376.37 189.50,376.41 192.35,376.47 198.04,376.63 203.73,376.83 209.42,377.07 215.11,377.36 220.79,377.69 226.48,378.05 232.17,378.45 237.86,378.89 243.55,379.35 249.24,379.85 254.93,380.37 259.20,380.78 260.62,380.93 266.31,381.50 272.00,382.11 277.69,382.74 283.38,383.39 289.07,384.06 294.76,384.75 300.44,385.46 306.13,386.19 311.82,386.94 317.51,387.70 323.20,388.48 328.89,389.27 ' style='stroke-width: 0.75; stroke-dasharray: 1.00,3.00;' />
<line x1='49.92' y1='503.52' x2='54.96' y2='503.52' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='52.44' y1='506.04' x2='52.44' y2='501.00' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='49.92,503.52 52.44,501.00 54.96,503.52 52.44,506.04 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='49.92' y1='509.73' x2='54.96' y2='509.73' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='52.44' y1='512.25' x2='52.44' y2='507.21' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='49.92,509.73 52.44,507.21 54.96,509.73 52.44,512.25 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='54.57' y1='504.41' x2='59.61' y2='504.41' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='57.09' y1='506.93' x2='57.09' y2='501.89' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='54.57,504.41 57.09,501.89 59.61,504.41 57.09,506.93 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='54.57' y1='489.32' x2='59.61' y2='489.32' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='57.09' y1='491.84' x2='57.09' y2='486.80' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='54.57,489.32 57.09,486.80 59.61,489.32 57.09,491.84 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='63.86' y1='444.07' x2='68.90' y2='444.07' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='66.38' y1='446.59' x2='66.38' y2='441.55' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='63.86,444.07 66.38,441.55 68.90,444.07 66.38,446.59 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='63.86' y1='448.06' x2='68.90' y2='448.06' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='66.38' y1='450.58' x2='66.38' y2='445.54' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='63.86,448.06 66.38,445.54 68.90,448.06 66.38,450.58 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='80.12' y1='418.78' x2='85.16' y2='418.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='82.64' y1='421.30' x2='82.64' y2='416.26' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='80.12,418.78 82.64,416.26 85.16,418.78 82.64,421.30 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='80.12' y1='407.69' x2='85.16' y2='407.69' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='82.64' y1='410.21' x2='82.64' y2='405.17' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='80.12,407.69 82.64,405.17 85.16,407.69 82.64,410.21 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='112.64' y1='361.99' x2='117.68' y2='361.99' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='115.16' y1='364.51' x2='115.16' y2='359.47' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='112.64,361.99 115.16,359.47 117.68,361.99 115.16,364.51 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='112.64' y1='354.45' x2='117.68' y2='354.45' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='115.16' y1='356.97' x2='115.16' y2='351.93' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='112.64,354.45 115.16,351.93 117.68,354.45 115.16,356.97 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='186.98' y1='366.87' x2='192.02' y2='366.87' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='189.50' y1='369.39' x2='189.50' y2='364.35' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='186.98,366.87 189.50,364.35 192.02,366.87 189.50,369.39 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='186.98' y1='336.26' x2='192.02' y2='336.26' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='189.50' y1='338.78' x2='189.50' y2='333.74' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='186.98,336.26 189.50,333.74 192.02,336.26 189.50,338.78 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='256.68' y1='347.35' x2='261.72' y2='347.35' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='259.20' y1='349.87' x2='259.20' y2='344.83' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='256.68,347.35 259.20,344.83 261.72,347.35 259.20,349.87 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='256.68' y1='354.01' x2='261.72' y2='354.01' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='259.20' y1='356.53' x2='259.20' y2='351.49' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='256.68,354.01 259.20,351.49 261.72,354.01 259.20,356.53 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='326.37' y1='359.77' x2='331.41' y2='359.77' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='328.89' y1='362.29' x2='328.89' y2='357.25' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='326.37,359.77 328.89,357.25 331.41,359.77 328.89,362.29 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='326.37' y1='373.97' x2='331.41' y2='373.97' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='328.89' y1='376.49' x2='328.89' y2='371.45' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='326.37,373.97 328.89,371.45 331.41,373.97 328.89,376.49 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<polyline points='50.12,519.93 52.44,507.89 55.81,491.93 57.09,486.29 61.50,468.53 66.38,451.52 67.19,448.95 72.87,432.55 78.56,418.80 82.64,410.33 84.25,407.26 89.94,397.56 95.63,389.40 101.32,382.53 107.01,376.74 112.70,371.86 115.16,370.00 118.39,367.75 124.08,364.29 129.77,361.37 135.46,358.92 141.15,356.87 146.83,355.16 152.52,353.74 158.21,352.58 163.90,351.64 169.59,350.89 175.28,350.31 180.97,349.88 186.66,349.59 189.50,349.48 192.35,349.41 198.04,349.33 203.73,349.35 209.42,349.46 215.11,349.65 220.79,349.91 226.48,350.23 232.17,350.61 237.86,351.05 243.55,351.55 249.24,352.09 254.93,352.67 259.20,353.14 260.62,353.30 266.31,353.96 272.00,354.66 277.69,355.40 283.38,356.17 289.07,356.96 294.76,357.79 300.44,358.64 306.13,359.52 311.82,360.42 317.51,361.34 323.20,362.29 328.89,363.25 ' style='stroke-width: 0.75; stroke: #DF536B; stroke-dasharray: 1.00,3.00,4.00,3.00;' />
<circle cx='52.44' cy='510.17' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='50.66' y1='510.17' x2='54.22' y2='510.17' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='52.44' y1='511.96' x2='52.44' y2='508.39' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='52.44' cy='511.50' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='50.66' y1='511.50' x2='54.22' y2='511.50' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='52.44' y1='513.29' x2='52.44' y2='509.72' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='57.09' cy='504.85' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='55.30' y1='504.85' x2='58.87' y2='504.85' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='57.09' y1='506.63' x2='57.09' y2='503.07' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='57.09' cy='503.96' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='55.30' y1='503.96' x2='58.87' y2='503.96' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='57.09' y1='505.74' x2='57.09' y2='502.18' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='66.38' cy='477.34' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='64.60' y1='477.34' x2='68.16' y2='477.34' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='66.38' y1='479.13' x2='66.38' y2='475.56' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='66.38' cy='483.11' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='64.60' y1='483.11' x2='68.16' y2='483.11' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='66.38' y1='484.89' x2='66.38' y2='481.33' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='82.64' cy='444.96' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='80.86' y1='444.96' x2='84.42' y2='444.96' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='82.64' y1='446.74' x2='82.64' y2='443.17' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='82.64' cy='447.17' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='80.86' y1='447.17' x2='84.42' y2='447.17' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='82.64' y1='448.96' x2='82.64' y2='445.39' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='115.16' cy='405.91' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='113.38' y1='405.91' x2='116.95' y2='405.91' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='115.16' y1='407.70' x2='115.16' y2='404.13' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='115.16' cy='407.69' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='113.38' y1='407.69' x2='116.95' y2='407.69' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='115.16' y1='409.47' x2='115.16' y2='405.91' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='189.50' cy='382.40' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='187.72' y1='382.40' x2='191.29' y2='382.40' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='189.50' y1='384.18' x2='189.50' y2='380.62' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='189.50' cy='355.78' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='187.72' y1='355.78' x2='191.29' y2='355.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='189.50' y1='357.56' x2='189.50' y2='354.00' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='259.20' cy='338.48' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='257.42' y1='338.48' x2='260.98' y2='338.48' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='259.20' y1='340.26' x2='259.20' y2='336.70' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='259.20' cy='339.37' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='257.42' y1='339.37' x2='260.98' y2='339.37' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='259.20' y1='341.15' x2='259.20' y2='337.58' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='328.89' cy='368.65' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='327.11' y1='368.65' x2='330.67' y2='368.65' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='328.89' y1='370.43' x2='328.89' y2='366.87' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='328.89' cy='353.12' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='327.11' y1='353.12' x2='330.67' y2='353.12' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='328.89' y1='354.90' x2='328.89' y2='351.34' style='stroke-width: 0.75; stroke: #61D04F;' />
<polyline points='50.12,519.93 52.44,513.47 55.81,504.52 57.09,501.24 61.50,490.45 66.38,479.35 67.19,477.60 72.87,465.87 78.56,455.15 82.64,448.06 84.25,445.37 89.94,436.45 95.63,428.29 101.32,420.86 107.01,414.07 112.70,407.87 115.16,405.36 118.39,402.23 124.08,397.08 129.77,392.39 135.46,388.12 141.15,384.23 146.83,380.70 152.52,377.49 158.21,374.58 163.90,371.95 169.59,369.57 175.28,367.42 180.97,365.48 186.66,363.75 189.50,362.95 192.35,362.19 198.04,360.81 203.73,359.58 209.42,358.49 215.11,357.54 220.79,356.71 226.48,356.00 232.17,355.39 237.86,354.88 243.55,354.46 249.24,354.13 254.93,353.88 259.20,353.74 260.62,353.70 266.31,353.59 272.00,353.55 277.69,353.56 283.38,353.64 289.07,353.76 294.76,353.93 300.44,354.15 306.13,354.42 311.82,354.72 317.51,355.06 323.20,355.44 328.89,355.85 ' style='stroke-width: 0.75; stroke: #61D04F; stroke-dasharray: 7.00,3.00;' />
<polygon points='52.44,516.05 54.84,511.20 50.04,511.20 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='52.44,510.51 54.84,515.36 50.04,515.36 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='52.44,512.95 54.84,508.10 50.04,508.10 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='52.44,507.40 54.84,512.25 50.04,512.25 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='57.09,513.39 59.49,508.54 54.69,508.54 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='57.09,507.85 59.49,512.70 54.69,512.70 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='57.09,504.07 59.49,499.22 54.69,499.22 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='57.09,498.53 59.49,503.38 54.69,503.38 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='66.38,493.87 68.78,489.02 63.98,489.02 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='66.38,488.33 68.78,493.18 63.98,493.18 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='66.38,489.87 68.78,485.03 63.98,485.03 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='66.38,484.33 68.78,489.18 63.98,489.18 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='82.64,476.12 85.04,471.27 80.24,471.27 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='82.64,470.58 85.04,475.43 80.24,475.43 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='82.64,473.02 85.04,468.17 80.24,468.17 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='82.64,467.47 85.04,472.32 80.24,472.32 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='115.16,455.27 117.56,450.42 112.76,450.42 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='115.16,449.73 117.56,454.58 112.76,454.58 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='115.16,449.50 117.56,444.65 112.76,444.65 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='115.16,443.96 117.56,448.81 112.76,448.81 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='189.50,426.88 191.90,422.03 187.10,422.03 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='189.50,421.33 191.90,426.18 187.10,426.18 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='189.50,426.88 191.90,422.03 187.10,422.03 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='189.50,421.33 191.90,426.18 187.10,426.18 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='259.20,437.52 261.60,432.67 256.80,432.67 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='259.20,431.98 261.60,436.83 256.80,436.83 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='259.20,423.77 261.60,418.92 256.80,418.92 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='259.20,418.23 261.60,423.08 256.80,423.08 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='328.89,425.54 331.29,420.70 326.49,420.70 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='328.89,420.00 331.29,424.85 326.49,424.85 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='328.89,435.31 331.29,430.46 326.49,430.46 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='328.89,429.76 331.29,434.61 326.49,434.61 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polyline points='50.12,519.93 52.44,515.77 55.81,510.01 57.09,507.90 61.50,500.97 66.38,493.86 67.19,492.74 72.87,485.26 78.56,478.45 82.64,473.97 84.25,472.28 89.94,466.67 95.63,461.58 101.32,456.98 107.01,452.82 112.70,449.05 115.16,447.54 118.39,445.66 124.08,442.61 129.77,439.87 135.46,437.41 141.15,435.21 146.83,433.26 152.52,431.52 158.21,429.99 163.90,428.64 169.59,427.46 175.28,426.44 180.97,425.56 186.66,424.81 189.50,424.48 192.35,424.18 198.04,423.67 203.73,423.25 209.42,422.93 215.11,422.70 220.79,422.55 226.48,422.46 232.17,422.45 237.86,422.49 243.55,422.60 249.24,422.75 254.93,422.95 259.20,423.13 260.62,423.20 266.31,423.48 272.00,423.81 277.69,424.16 283.38,424.55 289.07,424.97 294.76,425.41 300.44,425.88 306.13,426.37 311.82,426.88 317.51,427.40 323.20,427.95 328.89,428.51 ' style='stroke-width: 0.75; stroke: #2297E6; stroke-dasharray: 2.00,2.00,6.00,2.00;' />
<line x1='50.66' y1='516.83' x2='54.22' y2='516.83' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='52.44' y1='518.61' x2='52.44' y2='515.05' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='50.66' y='515.05' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='50.66' y1='513.28' x2='54.22' y2='513.28' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='52.44' y1='515.06' x2='52.44' y2='511.50' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='50.66' y='511.50' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='55.30' y1='503.96' x2='58.87' y2='503.96' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='57.09' y1='505.74' x2='57.09' y2='502.18' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='55.30' y='502.18' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='55.30' y1='506.62' x2='58.87' y2='506.62' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='57.09' y1='508.41' x2='57.09' y2='504.84' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='55.30' y='504.84' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='64.60' y1='494.65' x2='68.16' y2='494.65' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='66.38' y1='496.43' x2='66.38' y2='492.86' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='64.60' y='492.86' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='64.60' y1='495.09' x2='68.16' y2='495.09' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='66.38' y1='496.87' x2='66.38' y2='493.31' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='64.60' y='493.31' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='80.86' y1='468.91' x2='84.42' y2='468.91' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='82.64' y1='470.70' x2='82.64' y2='467.13' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='80.86' y='467.13' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='80.86' y1='467.14' x2='84.42' y2='467.14' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='82.64' y1='468.92' x2='82.64' y2='465.36' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='80.86' y='465.36' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='113.38' y1='432.53' x2='116.95' y2='432.53' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='115.16' y1='434.32' x2='115.16' y2='430.75' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='113.38' y='430.75' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='113.38' y1='437.86' x2='116.95' y2='437.86' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='115.16' y1='439.64' x2='115.16' y2='436.08' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='113.38' y='436.08' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='187.72' y1='414.79' x2='191.29' y2='414.79' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='189.50' y1='416.57' x2='189.50' y2='413.01' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='187.72' y='413.01' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='187.72' y1='411.68' x2='191.29' y2='411.68' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='189.50' y1='413.46' x2='189.50' y2='409.90' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='187.72' y='409.90' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='257.42' y1='411.68' x2='260.98' y2='411.68' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='259.20' y1='413.46' x2='259.20' y2='409.90' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='257.42' y='409.90' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='257.42' y1='421.00' x2='260.98' y2='421.00' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='259.20' y1='422.78' x2='259.20' y2='419.22' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='257.42' y='419.22' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='327.11' y1='433.87' x2='330.67' y2='433.87' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='328.89' y1='435.65' x2='328.89' y2='432.08' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='327.11' y='432.08' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='327.11' y1='428.10' x2='330.67' y2='428.10' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='328.89' y1='429.88' x2='328.89' y2='426.32' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='327.11' y='426.32' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<polyline points='50.12,519.93 52.44,515.13 55.81,508.52 57.09,506.10 61.50,498.18 66.38,490.11 67.19,488.84 72.87,480.40 78.56,472.78 82.64,467.78 84.25,465.91 89.94,459.71 95.63,454.14 101.32,449.14 107.01,444.65 112.70,440.63 115.16,439.02 118.39,437.03 124.08,433.83 129.77,430.99 135.46,428.48 141.15,426.26 146.83,424.31 152.52,422.61 158.21,421.14 163.90,419.88 169.59,418.81 175.28,417.91 180.97,417.17 186.66,416.57 189.50,416.32 192.35,416.11 198.04,415.77 203.73,415.54 209.42,415.41 215.11,415.38 220.79,415.43 226.48,415.56 232.17,415.76 237.86,416.03 243.55,416.36 249.24,416.74 254.93,417.18 259.20,417.53 260.62,417.65 266.31,418.18 272.00,418.73 277.69,419.33 283.38,419.95 289.07,420.61 294.76,421.29 300.44,422.00 306.13,422.73 311.82,423.47 317.51,424.24 323.20,425.02 328.89,425.81 ' style='stroke-width: 0.75; stroke: #28E2E5;' />
<circle cx='52.44' cy='513.72' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='50.66' y1='515.51' x2='54.22' y2='511.94' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='50.66' y1='511.94' x2='54.22' y2='515.51' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='52.44' cy='517.72' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='50.66' y1='519.50' x2='54.22' y2='515.93' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='50.66' y1='515.93' x2='54.22' y2='519.50' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='57.09' cy='509.29' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='55.30' y1='511.07' x2='58.87' y2='507.50' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='55.30' y1='507.50' x2='58.87' y2='511.07' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='57.09' cy='502.63' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='55.30' y1='504.41' x2='58.87' y2='500.85' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='55.30' y1='500.85' x2='58.87' y2='504.41' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='66.38' cy='484.44' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='64.60' y1='486.22' x2='68.16' y2='482.66' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='64.60' y1='482.66' x2='68.16' y2='486.22' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='66.38' cy='492.87' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='64.60' y1='494.65' x2='68.16' y2='491.09' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='64.60' y1='491.09' x2='68.16' y2='494.65' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='82.64' cy='459.15' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='80.86' y1='460.94' x2='84.42' y2='457.37' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='80.86' y1='457.37' x2='84.42' y2='460.94' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='82.64' cy='464.92' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='80.86' y1='466.70' x2='84.42' y2='463.14' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='80.86' y1='463.14' x2='84.42' y2='466.70' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='115.16' cy='437.86' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='113.38' y1='439.64' x2='116.95' y2='436.08' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='113.38' y1='436.08' x2='116.95' y2='439.64' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='115.16' cy='430.76' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='113.38' y1='432.54' x2='116.95' y2='428.98' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='113.38' y1='428.98' x2='116.95' y2='432.54' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='189.50' cy='413.90' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='187.72' y1='415.68' x2='191.29' y2='412.12' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='187.72' y1='412.12' x2='191.29' y2='415.68' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='189.50' cy='413.01' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='187.72' y1='414.80' x2='191.29' y2='411.23' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='187.72' y1='411.23' x2='191.29' y2='414.80' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='259.20' cy='388.17' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='257.42' y1='389.95' x2='260.98' y2='386.39' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='257.42' y1='386.39' x2='260.98' y2='389.95' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='259.20' cy='393.49' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='257.42' y1='395.27' x2='260.98' y2='391.71' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='257.42' y1='391.71' x2='260.98' y2='395.27' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='328.89' cy='404.14' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='327.11' y1='405.92' x2='330.67' y2='402.36' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='327.11' y1='402.36' x2='330.67' y2='405.92' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='328.89' cy='410.80' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='327.11' y1='412.58' x2='330.67' y2='409.01' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='327.11' y1='409.01' x2='330.67' y2='412.58' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<polyline points='50.12,519.93 52.44,514.60 55.81,507.28 57.09,504.62 61.50,495.93 66.38,487.12 67.19,485.75 72.87,476.60 78.56,468.39 82.64,463.02 84.25,461.01 89.94,454.39 95.63,448.44 101.32,443.10 107.01,438.31 112.70,434.00 115.16,432.28 118.39,430.14 124.08,426.68 129.77,423.57 135.46,420.79 141.15,418.30 146.83,416.07 152.52,414.09 158.21,412.32 163.90,410.75 169.59,409.36 175.28,408.14 180.97,407.06 186.66,406.11 189.50,405.69 192.35,405.29 198.04,404.58 203.73,403.98 209.42,403.47 215.11,403.05 220.79,402.70 226.48,402.43 232.17,402.23 237.86,402.09 243.55,402.00 249.24,401.97 254.93,401.99 259.20,402.04 260.62,402.06 266.31,402.17 272.00,402.31 277.69,402.49 283.38,402.71 289.07,402.96 294.76,403.24 300.44,403.54 306.13,403.87 311.82,404.23 317.51,404.60 323.20,405.00 328.89,405.42 ' style='stroke-width: 0.75; stroke: #CD0BBC; stroke-dasharray: 4.00,4.00;' />
<polygon points='52.44,511.50 54.22,515.06 50.66,515.06 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='50.66' y='511.50' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='52.44,499.08 54.22,502.64 50.66,502.64 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='50.66' y='499.08' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='57.09,494.64 58.87,498.20 55.30,498.20 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='55.30' y='494.64' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='57.09,499.08 58.87,502.64 55.30,502.64 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='55.30' y='499.08' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='66.38,464.47 68.16,468.03 64.60,468.03 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='64.60' y='464.47' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='66.38,468.46 68.16,472.03 64.60,472.03 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='64.60' y='468.46' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='82.64,436.96 84.42,440.53 80.86,440.53 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='80.86' y='436.96' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='82.64,439.63 84.42,443.19 80.86,443.19 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='80.86' y='439.63' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='115.16,413.01 116.95,416.57 113.38,416.57 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='113.38' y='413.01' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='115.16,408.57 116.95,412.13 113.38,412.13 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='113.38' y='408.57' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='189.50,394.37 191.29,397.94 187.72,397.94 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='187.72' y='394.37' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='189.50,396.59 191.29,400.15 187.72,400.15 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='187.72' y='396.59' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='259.20,399.25 260.98,402.82 257.42,402.82 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='257.42' y='399.25' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='259.20,387.72 260.98,391.28 257.42,391.28 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='257.42' y='387.72' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='328.89,403.69 330.67,407.25 327.11,407.25 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='327.11' y='403.69' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='328.89,391.27 330.67,394.83 327.11,394.83 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='327.11' y='391.27' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polyline points='50.12,519.93 52.44,511.59 55.81,500.47 57.09,496.52 61.50,484.00 66.38,471.90 67.19,470.06 72.87,458.23 78.56,448.18 82.64,441.91 84.25,439.63 89.94,432.34 95.63,426.13 101.32,420.83 107.01,416.29 112.70,412.41 115.16,410.91 118.39,409.09 124.08,406.25 129.77,403.81 135.46,401.73 141.15,399.96 146.83,398.45 152.52,397.17 158.21,396.09 163.90,395.19 169.59,394.44 175.28,393.84 180.97,393.35 186.66,392.98 189.50,392.83 192.35,392.71 198.04,392.52 203.73,392.42 209.42,392.39 215.11,392.43 220.79,392.53 226.48,392.69 232.17,392.90 237.86,393.16 243.55,393.47 249.24,393.82 254.93,394.20 259.20,394.52 260.62,394.63 266.31,395.08 272.00,395.57 277.69,396.09 283.38,396.64 289.07,397.21 294.76,397.81 300.44,398.43 306.13,399.08 311.82,399.74 317.51,400.43 323.20,401.13 328.89,401.84 ' style='stroke-width: 0.75; stroke: #F5C710; stroke-dasharray: 1.00,3.00;' />
<polygon points='50.66,505.30 54.22,505.30 54.22,501.74 50.66,501.74 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='50.66,518.17 54.22,518.17 54.22,514.60 50.66,514.60 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='55.30,500.86 58.87,500.86 58.87,497.30 55.30,497.30 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='55.30,499.98 58.87,499.98 58.87,496.41 55.30,496.41 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='64.60,479.13 68.16,479.13 68.16,475.56 64.60,475.56 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='64.60,473.36 68.16,473.36 68.16,469.79 64.60,469.79 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='80.86,434.32 84.42,434.32 84.42,430.75 80.86,430.75 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='80.86,441.86 84.42,441.86 84.42,438.29 80.86,438.29 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='113.38,417.01 116.95,417.01 116.95,413.45 113.38,413.45 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='113.38,418.34 116.95,418.34 116.95,414.78 113.38,414.78 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='187.72,388.62 191.29,388.62 191.29,385.06 187.72,385.06 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='187.72,385.51 191.29,385.51 191.29,381.95 187.72,381.95 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='257.42,395.27 260.98,395.27 260.98,391.71 257.42,391.71 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='257.42,388.18 260.98,388.18 260.98,384.61 257.42,384.61 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='327.11,373.09 330.67,373.09 330.67,369.53 327.11,369.53 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='327.11,401.49 330.67,401.49 330.67,397.92 327.11,397.92 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polyline points='50.12,519.93 52.44,512.02 55.81,501.36 57.09,497.55 61.50,485.35 66.38,473.36 67.19,471.53 72.87,459.59 78.56,449.28 82.64,442.77 84.25,440.37 89.94,432.66 95.63,425.99 101.32,420.20 107.01,415.20 112.70,410.85 115.16,409.15 118.39,407.09 124.08,403.82 129.77,400.99 135.46,398.53 141.15,396.40 146.83,394.55 152.52,392.96 158.21,391.58 163.90,390.39 169.59,389.38 175.28,388.51 180.97,387.77 186.66,387.15 189.50,386.88 192.35,386.63 198.04,386.21 203.73,385.87 209.42,385.60 215.11,385.40 220.79,385.26 226.48,385.18 232.17,385.15 237.86,385.16 243.55,385.22 249.24,385.32 254.93,385.45 259.20,385.57 260.62,385.62 266.31,385.82 272.00,386.04 277.69,386.30 283.38,386.58 289.07,386.89 294.76,387.21 300.44,387.56 306.13,387.93 311.82,388.32 317.51,388.73 323.20,389.16 328.89,389.60 ' style='stroke-width: 0.75; stroke: #9E9E9E; stroke-dasharray: 1.00,3.00,4.00,3.00;' />
</g>
<defs>
  <clipPath id='cpMzk4Ljk3fDcwMC4wNHwzMjIuNDV8NTI3LjUz'>
    <rect x='398.97' y='322.45' width='301.08' height='205.08' />
  </clipPath>
</defs>
<g clip-path='url(#cpMzk4Ljk3fDcwMC4wNHwzMjIuNDV8NTI3LjUz)'>
</g>
<g clip-path='url(#cpMC4wMHw3MjAuMDB8MC4wMHw1NzYuMDA=)'>
<line x1='410.12' y1='527.53' x2='693.77' y2='527.53' style='stroke-width: 0.75;' />
<line x1='410.12' y1='527.53' x2='410.12' y2='532.28' style='stroke-width: 0.75;' />
<line x1='481.03' y1='527.53' x2='481.03' y2='532.28' style='stroke-width: 0.75;' />
<line x1='551.94' y1='527.53' x2='551.94' y2='532.28' style='stroke-width: 0.75;' />
<line x1='622.86' y1='527.53' x2='622.86' y2='532.28' style='stroke-width: 0.75;' />
<line x1='693.77' y1='527.53' x2='693.77' y2='532.28' style='stroke-width: 0.75;' />
<text x='410.12' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>0</text>
<text x='481.03' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>10</text>
<text x='551.94' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>20</text>
<text x='622.86' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>30</text>
<text x='693.77' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>40</text>
<line x1='398.97' y1='521.43' x2='398.97' y2='328.56' style='stroke-width: 0.75;' />
<line x1='398.97' y1='521.43' x2='394.21' y2='521.43' style='stroke-width: 0.75;' />
<line x1='398.97' y1='489.28' x2='394.21' y2='489.28' style='stroke-width: 0.75;' />
<line x1='398.97' y1='457.14' x2='394.21' y2='457.14' style='stroke-width: 0.75;' />
<line x1='398.97' y1='424.99' x2='394.21' y2='424.99' style='stroke-width: 0.75;' />
<line x1='398.97' y1='392.85' x2='394.21' y2='392.85' style='stroke-width: 0.75;' />
<line x1='398.97' y1='360.70' x2='394.21' y2='360.70' style='stroke-width: 0.75;' />
<line x1='398.97' y1='328.56' x2='394.21' y2='328.56' style='stroke-width: 0.75;' />
<text transform='translate(387.56,521.43) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='7.04px' lengthAdjust='spacingAndGlyphs'>-3</text>
<text transform='translate(387.56,489.28) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='7.04px' lengthAdjust='spacingAndGlyphs'>-2</text>
<text transform='translate(387.56,457.14) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='7.04px' lengthAdjust='spacingAndGlyphs'>-1</text>
<text transform='translate(387.56,424.99) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>0</text>
<text transform='translate(387.56,392.85) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>1</text>
<text transform='translate(387.56,360.70) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>2</text>
<text transform='translate(387.56,328.56) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>3</text>
<polygon points='398.97,527.53 700.04,527.53 700.04,322.45 398.97,322.45 ' style='stroke-width: 0.75; fill: none;' />
</g>
<defs>
  <clipPath id='cpMzYwLjAwfDcyMC4wMHwzMTIuMDB8NTc2LjAw'>
    <rect x='360.00' y='312.00' width='360.00' height='264.00' />
  </clipPath>
</defs>
<g clip-path='url(#cpMzYwLjAwfDcyMC4wMHwzMTIuMDB8NTc2LjAw)'>
<text x='549.50' y='563.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='33.46px' lengthAdjust='spacingAndGlyphs'>Predicted</text>
<text transform='translate(368.55,424.99) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='76.62px' lengthAdjust='spacingAndGlyphs'>Standardized residual</text>
</g>
<g clip-path='url(#cpMzk4Ljk3fDcwMC4wNHwzMjIuNDV8NTI3LjUz)'>
<line x1='398.97' y1='424.99' x2='700.04' y2='424.99' style='stroke-width: 0.75; stroke-dasharray: 4.00,4.00;' />
<circle cx='420.75' cy='449.49' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='420.75' cy='379.42' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='440.31' cy='423.55' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='440.31' cy='416.72' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='473.46' cy='407.17' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='473.46' cy='438.53' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='516.30' cy='424.29' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='516.30' cy='402.87' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='564.71' cy='394.06' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='564.71' cy='447.07' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='595.62' cy='439.90' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='595.62' cy='410.46' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='593.58' cy='428.37' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='593.58' cy='485.73' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='583.37' cy='411.25' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='583.37' cy='403.03' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='433.36,431.80 435.76,435.95 430.96,435.95 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='433.36,428.34 435.76,432.50 430.96,432.50 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='459.54,444.09 461.94,448.24 457.14,448.24 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='459.54,411.39 461.94,415.55 457.14,415.55 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='494.76,414.55 497.16,418.71 492.36,418.71 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='494.76,449.47 497.16,453.63 492.36,453.63 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='537.66,397.27 540.06,401.42 535.26,401.42 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='537.66,424.32 540.06,428.47 535.26,428.47 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='570.71,423.22 573.11,427.38 568.31,427.38 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='570.71,416.75 573.11,420.90 568.31,420.90 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='573.19,439.23 575.59,443.38 570.79,443.38 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='573.19,447.77 575.59,451.93 570.79,451.93 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='567.51,391.53 569.91,395.69 565.11,395.69 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='567.51,415.56 569.91,419.72 565.11,419.72 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<line x1='417.37' y1='410.21' x2='422.41' y2='410.21' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='419.89' y1='412.73' x2='419.89' y2='407.69' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='417.37' y1='441.76' x2='422.41' y2='441.76' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='419.89' y1='444.28' x2='419.89' y2='439.24' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='435.65' y1='409.74' x2='440.69' y2='409.74' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='438.17' y1='412.26' x2='438.17' y2='407.22' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='435.65' y1='402.88' x2='440.69' y2='402.88' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='438.17' y1='405.40' x2='438.17' y2='400.36' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='467.62' y1='427.03' x2='472.66' y2='427.03' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='470.14' y1='429.55' x2='470.14' y2='424.51' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='467.62' y1='385.84' x2='472.66' y2='385.84' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='470.14' y1='388.36' x2='470.14' y2='383.32' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='511.44' y1='442.38' x2='516.48' y2='442.38' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='513.96' y1='444.90' x2='513.96' y2='439.86' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='511.44' y1='439.67' x2='516.48' y2='439.67' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='513.96' y1='442.19' x2='513.96' y2='437.15' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='566.60' y1='466.73' x2='571.64' y2='466.73' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='569.12' y1='469.25' x2='569.12' y2='464.21' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='566.60' y1='403.77' x2='571.64' y2='403.77' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='569.12' y1='406.29' x2='569.12' y2='401.25' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='611.51' y1='464.55' x2='616.55' y2='464.55' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='614.03' y1='467.07' x2='614.03' y2='462.03' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='611.51' y1='407.65' x2='616.55' y2='407.65' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='614.03' y1='410.17' x2='614.03' y2='405.13' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='614.26' y1='393.05' x2='619.30' y2='393.05' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='616.78' y1='395.57' x2='616.78' y2='390.53' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='614.26' y1='389.41' x2='619.30' y2='389.41' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='616.78' y1='391.93' x2='616.78' y2='386.89' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='604.30' y1='461.52' x2='609.34' y2='461.52' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='606.82' y1='464.04' x2='606.82' y2='459.00' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='604.30' y1='420.07' x2='609.34' y2='420.07' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='606.82' y1='422.59' x2='606.82' y2='417.55' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='419.15' y1='459.20' x2='422.72' y2='455.64' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='419.15' y1='455.64' x2='422.72' y2='459.20' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='419.15' y1='413.66' x2='422.72' y2='410.10' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='419.15' y1='410.10' x2='422.72' y2='413.66' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='439.67' y1='423.99' x2='443.23' y2='420.43' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='439.67' y1='420.43' x2='443.23' y2='423.99' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='439.67' y1='461.51' x2='443.23' y2='457.94' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='439.67' y1='457.94' x2='443.23' y2='461.51' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='476.54' y1='399.58' x2='480.11' y2='396.01' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='476.54' y1='396.01' x2='480.11' y2='399.58' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='476.54' y1='408.83' x2='480.11' y2='405.27' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='476.54' y1='405.27' x2='480.11' y2='408.83' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='529.61' y1='482.31' x2='533.18' y2='478.74' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='529.61' y1='478.74' x2='533.18' y2='482.31' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='529.61' y1='401.61' x2='533.18' y2='398.05' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='529.61' y1='398.05' x2='533.18' y2='401.61' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='602.67' y1='445.86' x2='606.23' y2='442.30' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='602.67' y1='442.30' x2='606.23' y2='445.86' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='602.67' y1='381.26' x2='606.23' y2='377.69' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='602.67' y1='377.69' x2='606.23' y2='381.26' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='674.63' y1='436.51' x2='678.20' y2='432.95' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='674.63' y1='432.95' x2='678.20' y2='436.51' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='674.63' y1='467.85' x2='678.20' y2='464.28' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='674.63' y1='464.28' x2='678.20' y2='467.85' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='687.09' y1='376.61' x2='690.65' y2='373.05' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='687.09' y1='373.05' x2='690.65' y2='376.61' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='687.09' y1='434.09' x2='690.65' y2='430.52' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='687.09' y1='430.52' x2='690.65' y2='434.09' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='678.74' y1='443.45' x2='682.30' y2='439.88' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='678.74' y1='439.88' x2='682.30' y2='443.45' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='678.74' y1='399.24' x2='682.30' y2='395.68' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='678.74' y1='395.68' x2='682.30' y2='399.24' style='stroke-width: 0.75; stroke: #28E2E5;' />
<polygon points='419.50,431.26 422.02,428.74 424.54,431.26 422.02,433.78 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='419.50,462.76 422.02,460.24 424.54,462.76 422.02,465.28 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='440.77,475.21 443.29,472.69 445.81,475.21 443.29,477.73 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='440.77,390.25 443.29,387.73 445.81,390.25 443.29,392.77 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='474.79,464.46 477.31,461.94 479.83,464.46 477.31,466.98 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='474.79,418.02 477.31,415.50 479.83,418.02 477.31,420.54 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='514.64,464.88 517.16,462.36 519.68,464.88 517.16,467.40 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='514.64,347.44 517.16,344.92 519.68,347.44 517.16,349.96 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='553.19,395.95 555.71,393.43 558.23,395.95 555.71,398.47 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='553.19,439.43 555.71,436.91 558.23,439.43 555.71,441.95 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='573.61,401.97 576.13,399.45 578.65,401.97 576.13,404.49 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='573.61,452.68 576.13,450.16 578.65,452.68 576.13,455.20 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='571.73,440.86 574.25,438.34 576.77,440.86 574.25,443.38 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='571.73,460.01 574.25,457.49 576.77,460.01 574.25,462.53 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='563.56,389.70 566.08,387.18 568.60,389.70 566.08,392.22 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='563.56,433.64 566.08,431.12 568.60,433.64 566.08,436.16 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='419.25,434.35 421.65,430.20 416.85,430.20 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='435.79,414.68 438.19,410.53 433.39,410.53 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='435.79,411.24 438.19,407.08 433.39,407.08 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='462.96,377.62 465.36,373.47 460.56,373.47 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='462.96,416.48 465.36,412.32 460.56,412.32 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='496.25,489.86 498.65,485.71 493.85,485.71 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='496.25,431.98 498.65,427.82 493.85,427.82 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='530.74,435.61 533.14,431.45 528.34,431.45 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='530.74,405.27 533.14,401.11 528.34,401.11 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='551.05,494.75 553.45,490.59 548.65,490.59 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='551.05,417.82 553.45,413.66 548.65,413.66 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='551.23,427.76 553.63,423.60 548.83,423.60 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='551.23,423.10 553.63,418.94 548.83,418.94 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='546.60,395.64 549.00,391.48 544.20,391.48 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<polygon points='546.60,431.23 549.00,427.08 544.20,427.08 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='425.25' y='454.07' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='425.25' y1='457.63' x2='428.82' y2='454.07' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='425.25' y1='454.07' x2='428.82' y2='457.63' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='425.25' y='401.80' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='425.25' y1='405.36' x2='428.82' y2='401.80' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='425.25' y1='401.80' x2='428.82' y2='405.36' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='455.22' y='449.92' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='455.22' y1='453.48' x2='458.78' y2='449.92' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='455.22' y1='449.92' x2='458.78' y2='453.48' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='455.22' y='446.63' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='455.22' y1='450.19' x2='458.78' y2='446.63' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='455.22' y1='446.63' x2='458.78' y2='450.19' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='502.39' y='419.38' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='502.39' y1='422.95' x2='505.96' y2='419.38' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='502.39' y1='419.38' x2='505.96' y2='422.95' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='502.39' y='436.23' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='502.39' y1='439.79' x2='505.96' y2='436.23' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='502.39' y1='436.23' x2='505.96' y2='439.79' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='556.08' y='410.37' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='556.08' y1='413.93' x2='559.64' y2='410.37' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='556.08' y1='410.37' x2='559.64' y2='413.93' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='556.08' y='444.40' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='556.08' y1='447.97' x2='559.64' y2='444.40' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='556.08' y1='444.40' x2='559.64' y2='447.97' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='605.16' y='411.09' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='605.16' y1='414.65' x2='608.73' y2='411.09' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='605.16' y1='411.09' x2='608.73' y2='414.65' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='605.16' y='386.61' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='605.16' y1='390.17' x2='608.73' y2='386.61' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='605.16' y1='386.61' x2='608.73' y2='390.17' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='625.93' y='438.69' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='625.93' y1='442.26' x2='629.50' y2='438.69' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='625.93' y1='438.69' x2='629.50' y2='442.26' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='625.93' y='424.70' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='625.93' y1='428.26' x2='629.50' y2='424.70' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='625.93' y1='424.70' x2='629.50' y2='428.26' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='618.01' y='420.83' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='618.01' y1='424.40' x2='621.58' y2='420.83' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='618.01' y1='420.83' x2='621.58' y2='424.40' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='618.01' y='413.64' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='618.01' y1='417.20' x2='621.58' y2='413.64' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='618.01' y1='413.64' x2='621.58' y2='417.20' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='602.61' y='409.82' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='602.61' y1='413.39' x2='606.17' y2='409.82' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='602.61' y1='409.82' x2='606.17' y2='413.39' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<rect x='602.61' y='436.43' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='602.61' y1='440.00' x2='606.17' y2='436.43' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='602.61' y1='436.43' x2='606.17' y2='440.00' style='stroke-width: 0.75; stroke: #9E9E9E;' />
<line x1='433.38' y1='476.13' x2='436.94' y2='472.56' style='stroke-width: 0.75;' />
<line x1='433.38' y1='472.56' x2='436.94' y2='476.13' style='stroke-width: 0.75;' />
<line x1='432.64' y1='474.35' x2='437.68' y2='474.35' style='stroke-width: 0.75;' />
<line x1='435.16' y1='476.87' x2='435.16' y2='471.83' style='stroke-width: 0.75;' />
<line x1='433.38' y1='427.86' x2='436.94' y2='424.30' style='stroke-width: 0.75;' />
<line x1='433.38' y1='424.30' x2='436.94' y2='427.86' style='stroke-width: 0.75;' />
<line x1='432.64' y1='426.08' x2='437.68' y2='426.08' style='stroke-width: 0.75;' />
<line x1='435.16' y1='428.60' x2='435.16' y2='423.56' style='stroke-width: 0.75;' />
<line x1='475.26' y1='427.95' x2='478.83' y2='424.38' style='stroke-width: 0.75;' />
<line x1='475.26' y1='424.38' x2='478.83' y2='427.95' style='stroke-width: 0.75;' />
<line x1='474.52' y1='426.16' x2='479.56' y2='426.16' style='stroke-width: 0.75;' />
<line x1='477.04' y1='428.68' x2='477.04' y2='423.64' style='stroke-width: 0.75;' />
<line x1='475.26' y1='390.76' x2='478.83' y2='387.19' style='stroke-width: 0.75;' />
<line x1='475.26' y1='387.19' x2='478.83' y2='390.76' style='stroke-width: 0.75;' />
<line x1='474.52' y1='388.98' x2='479.56' y2='388.98' style='stroke-width: 0.75;' />
<line x1='477.04' y1='391.50' x2='477.04' y2='386.46' style='stroke-width: 0.75;' />
<line x1='534.23' y1='386.01' x2='537.79' y2='382.44' style='stroke-width: 0.75;' />
<line x1='534.23' y1='382.44' x2='537.79' y2='386.01' style='stroke-width: 0.75;' />
<line x1='533.49' y1='384.22' x2='538.53' y2='384.22' style='stroke-width: 0.75;' />
<line x1='536.01' y1='386.74' x2='536.01' y2='381.70' style='stroke-width: 0.75;' />
<line x1='534.23' y1='447.90' x2='537.79' y2='444.33' style='stroke-width: 0.75;' />
<line x1='534.23' y1='444.33' x2='537.79' y2='447.90' style='stroke-width: 0.75;' />
<line x1='533.49' y1='446.11' x2='538.53' y2='446.11' style='stroke-width: 0.75;' />
<line x1='536.01' y1='448.63' x2='536.01' y2='443.59' style='stroke-width: 0.75;' />
<line x1='589.51' y1='505.54' x2='593.07' y2='501.97' style='stroke-width: 0.75;' />
<line x1='589.51' y1='501.97' x2='593.07' y2='505.54' style='stroke-width: 0.75;' />
<line x1='588.77' y1='503.75' x2='593.81' y2='503.75' style='stroke-width: 0.75;' />
<line x1='591.29' y1='506.27' x2='591.29' y2='501.23' style='stroke-width: 0.75;' />
<line x1='589.51' y1='415.77' x2='593.07' y2='412.21' style='stroke-width: 0.75;' />
<line x1='589.51' y1='412.21' x2='593.07' y2='415.77' style='stroke-width: 0.75;' />
<line x1='588.77' y1='413.99' x2='593.81' y2='413.99' style='stroke-width: 0.75;' />
<line x1='591.29' y1='416.51' x2='591.29' y2='411.47' style='stroke-width: 0.75;' />
<line x1='626.83' y1='435.70' x2='630.40' y2='432.14' style='stroke-width: 0.75;' />
<line x1='626.83' y1='432.14' x2='630.40' y2='435.70' style='stroke-width: 0.75;' />
<line x1='626.09' y1='433.92' x2='631.13' y2='433.92' style='stroke-width: 0.75;' />
<line x1='628.61' y1='436.44' x2='628.61' y2='431.40' style='stroke-width: 0.75;' />
<line x1='626.83' y1='369.43' x2='630.40' y2='365.86' style='stroke-width: 0.75;' />
<line x1='626.83' y1='365.86' x2='630.40' y2='369.43' style='stroke-width: 0.75;' />
<line x1='626.09' y1='367.64' x2='631.13' y2='367.64' style='stroke-width: 0.75;' />
<line x1='628.61' y1='370.16' x2='628.61' y2='365.12' style='stroke-width: 0.75;' />
<line x1='637.74' y1='429.28' x2='641.30' y2='425.72' style='stroke-width: 0.75;' />
<line x1='637.74' y1='425.72' x2='641.30' y2='429.28' style='stroke-width: 0.75;' />
<line x1='637.00' y1='427.50' x2='642.04' y2='427.50' style='stroke-width: 0.75;' />
<line x1='639.52' y1='430.02' x2='639.52' y2='424.98' style='stroke-width: 0.75;' />
<line x1='637.74' y1='400.72' x2='641.30' y2='397.15' style='stroke-width: 0.75;' />
<line x1='637.74' y1='397.15' x2='641.30' y2='400.72' style='stroke-width: 0.75;' />
<line x1='637.00' y1='398.94' x2='642.04' y2='398.94' style='stroke-width: 0.75;' />
<line x1='639.52' y1='401.46' x2='639.52' y2='396.42' style='stroke-width: 0.75;' />
<line x1='630.75' y1='419.28' x2='634.31' y2='415.71' style='stroke-width: 0.75;' />
<line x1='630.75' y1='415.71' x2='634.31' y2='419.28' style='stroke-width: 0.75;' />
<line x1='630.01' y1='417.50' x2='635.05' y2='417.50' style='stroke-width: 0.75;' />
<line x1='632.53' y1='420.02' x2='632.53' y2='414.98' style='stroke-width: 0.75;' />
<line x1='630.75' y1='453.69' x2='634.31' y2='450.13' style='stroke-width: 0.75;' />
<line x1='630.75' y1='450.13' x2='634.31' y2='453.69' style='stroke-width: 0.75;' />
<line x1='630.01' y1='451.91' x2='635.05' y2='451.91' style='stroke-width: 0.75;' />
<line x1='632.53' y1='454.43' x2='632.53' y2='449.39' style='stroke-width: 0.75;' />
<line x1='617.19' y1='436.73' x2='620.75' y2='433.17' style='stroke-width: 0.75;' />
<line x1='617.19' y1='433.17' x2='620.75' y2='436.73' style='stroke-width: 0.75;' />
<line x1='616.45' y1='434.95' x2='621.49' y2='434.95' style='stroke-width: 0.75;' />
<line x1='618.97' y1='437.47' x2='618.97' y2='432.43' style='stroke-width: 0.75;' />
<line x1='617.19' y1='418.70' x2='620.75' y2='415.13' style='stroke-width: 0.75;' />
<line x1='617.19' y1='415.13' x2='620.75' y2='418.70' style='stroke-width: 0.75;' />
<line x1='616.45' y1='416.91' x2='621.49' y2='416.91' style='stroke-width: 0.75;' />
<line x1='618.97' y1='419.43' x2='618.97' y2='414.39' style='stroke-width: 0.75;' />
<line x1='426.85' y1='390.78' x2='431.89' y2='390.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='429.37' y1='393.30' x2='429.37' y2='388.26' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='426.85,390.78 429.37,388.26 431.89,390.78 429.37,393.30 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='426.85' y1='439.44' x2='431.89' y2='439.44' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='429.37' y1='441.96' x2='429.37' y2='436.92' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='426.85,439.44 429.37,436.92 431.89,439.44 429.37,441.96 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='461.37' y1='556.85' x2='466.41' y2='556.85' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='463.89' y1='559.37' x2='463.89' y2='554.33' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='461.37,556.85 463.89,554.33 466.41,556.85 463.89,559.37 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='461.37' y1='447.05' x2='466.41' y2='447.05' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='463.89' y1='449.57' x2='463.89' y2='444.53' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='461.37,447.05 463.89,444.53 466.41,447.05 463.89,449.57 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='516.96' y1='380.61' x2='522.00' y2='380.61' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='519.48' y1='383.13' x2='519.48' y2='378.09' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='516.96,380.61 519.48,378.09 522.00,380.61 519.48,383.13 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='516.96' y1='404.41' x2='522.00' y2='404.41' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='519.48' y1='406.93' x2='519.48' y2='401.89' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='516.96,404.41 519.48,401.89 522.00,404.41 519.48,406.93 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='582.78' y1='463.85' x2='587.83' y2='463.85' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='585.30' y1='466.37' x2='585.30' y2='461.33' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='582.78,463.85 585.30,461.33 587.83,463.85 585.30,466.37 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='582.78' y1='412.84' x2='587.83' y2='412.84' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='585.30' y1='415.36' x2='585.30' y2='410.32' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='582.78,412.84 585.30,410.32 587.83,412.84 585.30,415.36 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='647.26' y1='395.70' x2='652.30' y2='395.70' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='649.78' y1='398.22' x2='649.78' y2='393.18' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='647.26,395.70 649.78,393.18 652.30,395.70 649.78,398.22 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='647.26' y1='368.09' x2='652.30' y2='368.09' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='649.78' y1='370.61' x2='649.78' y2='365.57' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='647.26,368.09 649.78,365.57 652.30,368.09 649.78,370.61 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='680.05' y1='482.40' x2='685.09' y2='482.40' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='682.57' y1='484.92' x2='682.57' y2='479.87' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='680.05,482.40 682.57,479.87 685.09,482.40 682.57,484.92 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='680.05' y1='381.35' x2='685.09' y2='381.35' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='682.57' y1='383.87' x2='682.57' y2='378.83' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='680.05,381.35 682.57,378.83 685.09,381.35 682.57,383.87 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='674.21' y1='405.56' x2='679.25' y2='405.56' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='676.73' y1='408.08' x2='676.73' y2='403.04' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='674.21,405.56 676.73,403.04 679.25,405.56 676.73,408.08 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='674.21' y1='427.92' x2='679.25' y2='427.92' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='676.73' y1='430.44' x2='676.73' y2='425.40' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='674.21,427.92 676.73,425.40 679.25,427.92 676.73,430.44 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='658.04' y1='412.71' x2='663.08' y2='412.71' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='660.56' y1='415.23' x2='660.56' y2='410.19' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='658.04,412.71 660.56,410.19 663.08,412.71 660.56,415.23 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<line x1='658.04' y1='462.89' x2='663.08' y2='462.89' style='stroke-width: 0.75; stroke: #DF536B;' />
<line x1='660.56' y1='465.41' x2='660.56' y2='460.37' style='stroke-width: 0.75; stroke: #DF536B;' />
<polygon points='658.04,462.89 660.56,460.37 663.08,462.89 660.56,465.41 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
<circle cx='420.45' cy='398.96' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='418.67' y1='398.96' x2='422.23' y2='398.96' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='420.45' y1='400.74' x2='420.45' y2='397.18' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='420.45' cy='409.47' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='418.67' y1='409.47' x2='422.23' y2='409.47' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='420.45' y1='411.25' x2='420.45' y2='407.69' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='440.00' cy='452.82' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='438.22' y1='452.82' x2='441.78' y2='452.82' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='440.00' y1='454.60' x2='440.00' y2='451.04' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='440.00' cy='445.98' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='438.22' y1='445.98' x2='441.78' y2='445.98' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='440.00' y1='447.76' x2='440.00' y2='444.20' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='474.99' cy='410.90' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='473.21' y1='410.90' x2='476.77' y2='410.90' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='474.99' y1='412.68' x2='474.99' y2='409.12' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='474.99' cy='451.46' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='473.21' y1='451.46' x2='476.77' y2='451.46' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='474.99' y1='453.24' x2='474.99' y2='449.68' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='525.01' cy='406.92' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='523.23' y1='406.92' x2='526.79' y2='406.92' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='525.01' y1='408.71' x2='525.01' y2='405.14' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='525.01' cy='419.86' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='523.23' y1='419.86' x2='526.79' y2='419.86' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='525.01' y1='421.64' x2='525.01' y2='418.08' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='593.25' cy='427.46' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='591.47' y1='427.46' x2='595.03' y2='427.46' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='593.25' y1='429.24' x2='593.25' y2='425.68' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='593.25' cy='435.38' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='591.47' y1='435.38' x2='595.03' y2='435.38' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='593.25' y1='437.16' x2='593.25' y2='433.60' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='661.04' cy='493.65' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='659.26' y1='493.65' x2='662.82' y2='493.65' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='661.04' y1='495.43' x2='661.04' y2='491.87' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='661.04' cy='399.69' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='659.26' y1='399.69' x2='662.82' y2='399.69' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='661.04' y1='401.48' x2='661.04' y2='397.91' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='675.76' cy='373.56' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='673.98' y1='373.56' x2='677.54' y2='373.56' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='675.76' y1='375.34' x2='675.76' y2='371.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='675.76' cy='376.55' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='673.98' y1='376.55' x2='677.54' y2='376.55' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='675.76' y1='378.33' x2='675.76' y2='374.77' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='672.39' cy='468.58' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='670.61' y1='468.58' x2='674.17' y2='468.58' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='672.39' y1='470.36' x2='672.39' y2='466.80' style='stroke-width: 0.75; stroke: #61D04F;' />
<circle cx='672.39' cy='415.70' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='670.61' y1='415.70' x2='674.17' y2='415.70' style='stroke-width: 0.75; stroke: #61D04F;' />
<line x1='672.39' y1='417.48' x2='672.39' y2='413.92' style='stroke-width: 0.75; stroke: #61D04F;' />
<polygon points='416.77,408.06 419.17,403.21 414.37,403.21 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='416.77,402.52 419.17,407.37 414.37,407.37 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='416.77,383.48 419.17,378.63 414.37,378.63 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='416.77,377.94 419.17,382.79 414.37,382.79 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='429.35,449.05 431.75,444.20 426.95,444.20 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='429.35,443.51 431.75,448.35 426.95,448.35 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='429.35,376.07 431.75,371.22 426.95,371.22 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='429.35,370.52 431.75,375.37 426.95,375.37 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='451.79,406.98 454.19,402.13 449.39,402.13 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='451.79,401.44 454.19,406.29 449.39,406.29 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='451.79,376.96 454.19,372.12 449.39,372.12 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='451.79,371.42 454.19,376.27 449.39,376.27 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='483.59,423.56 485.99,418.71 481.19,418.71 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='483.59,418.01 485.99,422.86 481.19,422.86 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='483.59,402.35 485.99,397.50 481.19,397.50 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='483.59,396.80 485.99,401.65 481.19,401.65 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='525.83,456.58 528.23,451.73 523.43,451.73 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='525.83,451.04 528.23,455.89 523.43,455.89 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='525.83,423.06 528.23,418.21 523.43,418.21 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='525.83,417.52 528.23,422.37 523.43,422.37 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='562.69,425.87 565.09,421.02 560.29,421.02 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='562.69,420.33 565.09,425.18 560.29,425.18 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='562.69,425.87 565.09,421.02 560.29,421.02 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='562.69,420.33 565.09,425.18 560.29,425.18 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='564.84,485.58 567.24,480.73 562.44,480.73 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='564.84,480.04 567.24,484.89 562.44,484.89 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='564.84,417.14 567.24,412.29 562.44,412.29 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='564.84,411.60 567.24,416.45 562.44,416.45 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='556.25,398.24 558.65,393.39 553.85,393.39 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='556.25,392.70 558.65,397.55 553.85,397.55 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='556.25,448.48 558.65,443.63 553.85,443.63 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='556.25,442.94 558.65,447.79 553.85,447.79 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<line x1='416.01' y1='438.40' x2='419.57' y2='438.40' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='417.79' y1='440.18' x2='417.79' y2='436.62' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='416.01' y='436.62' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='416.01' y1='410.32' x2='419.57' y2='410.32' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='417.79' y1='412.11' x2='417.79' y2='408.54' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='416.01' y='408.54' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='430.45' y1='408.32' x2='434.01' y2='408.32' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='432.23' y1='410.10' x2='432.23' y2='406.53' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='430.45' y='406.53' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='430.45' y1='429.09' x2='434.01' y2='429.09' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='432.23' y1='430.87' x2='432.23' y2='427.31' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='430.45' y='427.31' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='456.01' y1='458.59' x2='459.57' y2='458.59' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='457.79' y1='460.37' x2='457.79' y2='456.81' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='456.01' y='456.81' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='456.01' y1='461.87' x2='459.57' y2='461.87' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='457.79' y1='463.66' x2='457.79' y2='460.09' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='456.01' y='460.09' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='491.69' y1='432.45' x2='495.26' y2='432.45' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='493.48' y1='434.23' x2='493.48' y2='430.67' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='491.69' y='430.67' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='491.69' y1='420.75' x2='495.26' y2='420.75' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='493.48' y1='422.54' x2='493.48' y2='418.97' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='491.69' y='418.97' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='537.67' y1='389.30' x2='541.23' y2='389.30' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='539.45' y1='391.08' x2='539.45' y2='387.52' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='537.67' y='387.52' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='537.67' y1='418.60' x2='541.23' y2='418.60' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='539.45' y1='420.38' x2='539.45' y2='416.82' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='537.67' y='416.82' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='573.94' y1='417.66' x2='577.51' y2='417.66' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='575.73' y1='419.44' x2='575.73' y2='415.88' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='573.94' y='415.88' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='573.94' y1='402.85' x2='577.51' y2='402.85' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='575.73' y1='404.63' x2='575.73' y2='401.06' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='573.94' y='401.06' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='572.02' y1='396.89' x2='575.58' y2='396.89' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='573.80' y1='398.67' x2='573.80' y2='395.11' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='572.02' y='395.11' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='572.02' y1='441.66' x2='575.58' y2='441.66' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='573.80' y1='443.44' x2='573.80' y2='439.88' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='572.02' y='439.88' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='558.77' y1='465.73' x2='562.34' y2='465.73' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='560.56' y1='467.51' x2='560.56' y2='463.95' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='558.77' y='463.95' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='558.77' y1='436.54' x2='562.34' y2='436.54' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='560.56' y1='438.33' x2='560.56' y2='434.76' style='stroke-width: 0.75; stroke: #28E2E5;' />
<rect x='558.77' y='434.76' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
<circle cx='418.64' cy='418.04' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='416.86' y1='419.82' x2='420.42' y2='416.26' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='416.86' y1='416.26' x2='420.42' y2='419.82' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='418.64' cy='449.61' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='416.86' y1='451.39' x2='420.42' y2='447.83' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='416.86' y1='447.83' x2='420.42' y2='451.39' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='434.59' cy='461.27' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='432.81' y1='463.05' x2='436.37' y2='459.49' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='432.81' y1='459.49' x2='436.37' y2='463.05' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='434.59' cy='409.51' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='432.81' y1='411.29' x2='436.37' y2='407.73' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='432.81' y1='407.73' x2='436.37' y2='411.29' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='462.56' cy='405.40' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='460.78' y1='407.19' x2='464.35' y2='403.62' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='460.78' y1='403.62' x2='464.35' y2='407.19' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='462.56' cy='467.00' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='460.78' y1='468.78' x2='464.35' y2='465.22' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='460.78' y1='465.22' x2='464.35' y2='468.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='501.08' cy='400.20' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='499.30' y1='401.99' x2='502.86' y2='398.42' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='499.30' y1='398.42' x2='502.86' y2='401.99' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='501.08' cy='437.15' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='499.30' y1='438.93' x2='502.86' y2='435.36' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='499.30' y1='435.36' x2='502.86' y2='438.93' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='550.23' cy='454.41' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='548.44' y1='456.19' x2='552.01' y2='452.63' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='548.44' y1='452.63' x2='552.01' y2='456.19' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='550.23' cy='416.99' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='548.44' y1='418.77' x2='552.01' y2='415.20' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='548.44' y1='415.20' x2='552.01' y2='418.77' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='592.73' cy='461.72' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='590.95' y1='463.50' x2='594.51' y2='459.94' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='590.95' y1='459.94' x2='594.51' y2='463.50' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='592.73' cy='457.75' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='590.95' y1='459.53' x2='594.51' y2='455.97' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='590.95' y1='455.97' x2='594.51' y2='459.53' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='598.56' cy='364.29' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='596.78' y1='366.08' x2='600.34' y2='362.51' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='596.78' y1='362.51' x2='600.34' y2='366.08' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='598.56' cy='387.59' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='596.78' y1='389.38' x2='600.34' y2='385.81' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='596.78' y1='385.81' x2='600.34' y2='389.38' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='593.15' cy='419.27' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='591.37' y1='421.06' x2='594.94' y2='417.49' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='591.37' y1='417.49' x2='594.94' y2='421.06' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<circle cx='593.15' cy='448.99' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='591.37' y1='450.77' x2='594.94' y2='447.21' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<line x1='591.37' y1='447.21' x2='594.94' y2='450.77' style='stroke-width: 0.75; stroke: #CD0BBC;' />
<polygon points='423.46,436.53 425.24,440.09 421.67,440.09 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='421.67' y='436.53' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='423.46,338.63 425.24,342.19 421.67,342.19 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='421.67' y='338.63' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='447.54,422.44 449.32,426.00 445.76,426.00 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='445.76' y='422.44' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='447.54,456.12 449.32,459.68 445.76,459.68 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='445.76' y='456.12' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='486.90,385.11 488.68,388.67 485.12,388.67 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='485.12' y='385.11' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='486.90,412.06 488.68,415.63 485.12,415.63 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='485.12' y='412.06' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='534.83,405.46 536.61,409.02 533.05,409.02 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='533.05' y='405.46' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='534.83,420.38 536.61,423.95 533.05,423.95 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='533.05' y='420.38' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='584.38,441.12 586.17,444.68 582.60,444.68 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='582.60' y='441.12' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='584.38,420.64 586.17,424.21 582.60,424.21 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='582.60' y='420.64' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='613.28,437.00 615.06,440.56 611.49,440.56 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='611.49' y='437.00' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='613.28,446.20 615.06,449.76 611.49,449.76 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='611.49' y='446.20' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='610.58,450.52 612.37,454.08 608.80,454.08 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='608.80' y='450.52' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='610.58,402.20 612.37,405.76 608.80,405.76 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='608.80' y='402.20' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='598.87,439.06 600.65,442.63 597.09,442.63 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='597.09' y='439.06' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='598.87,384.76 600.65,388.33 597.09,388.33 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
<rect x='597.09' y='384.76' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
<polygon points='420.99,359.77 424.56,359.77 424.56,356.20 420.99,356.20 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='420.99,461.22 424.56,461.22 424.56,457.66 420.99,457.66 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='444.11,438.45 447.68,438.45 447.68,434.89 444.11,434.89 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='444.11,431.69 447.68,431.69 447.68,428.13 444.11,428.13 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='482.78,453.87 486.34,453.87 486.34,450.31 482.78,450.31 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='482.78,414.61 486.34,414.61 486.34,411.05 482.78,411.05 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='531.68,369.10 535.24,369.10 535.24,365.53 531.68,365.53 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='531.68,411.61 535.24,411.61 535.24,408.05 531.68,408.05 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='585.40,454.52 588.97,454.52 588.97,450.96 585.40,450.96 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='585.40,460.60 588.97,460.60 588.97,457.03 585.40,457.03 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='621.01,426.61 624.57,426.61 624.57,423.04 621.01,423.04 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='621.01,414.15 624.57,414.15 624.57,410.59 621.01,410.59 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='623.10,458.31 626.66,458.31 626.66,454.75 623.10,454.75 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='623.10,430.04 626.66,430.04 626.66,426.48 623.10,426.48 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='616.66,352.29 620.23,352.29 620.23,348.72 616.66,348.72 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
<polygon points='616.66,467.94 620.23,467.94 620.23,464.37 616.66,464.37 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
</g>
<defs>
  <clipPath id='cpNTkuMDR8Njg5Ljc2fDU5LjA0fDUwMi41Ng=='>
    <rect x='59.04' y='59.04' width='630.72' height='443.52' />
  </clipPath>
</defs>
<g clip-path='url(#cpNTkuMDR8Njg5Ljc2fDU5LjA0fDUwMi41Ng==)'>
</g>
</svg>

Contact - Imprint