aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2021-11-17 12:59:49 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2021-11-17 12:59:49 +0100
commitd75378911cef79b3ed95daef71bf67db413d2ac8 (patch)
tree9fe7f8349a5544f87f2797dddd5c5e3089120188
parente83e7c7c0aec23132a1a15c54cb8a8e0fe104ceb (diff)
Update required saemix version, update tests
-rw-r--r--R/saem.R5
-rw-r--r--test.log60
-rw-r--r--tests/testthat/_snaps/plot/mixed-model-fit-for-saem-object-with-mkin-transformations.svg2306
-rw-r--r--tests/testthat/_snaps/plot/mixed-model-fit-for-saem-object-with-saemix-transformations.svg572
-rw-r--r--tests/testthat/print_sfo_saem_1.txt8
-rw-r--r--tests/testthat/setup_script.R2
-rw-r--r--tests/testthat/summary_saem_biphasic_s.txt38
-rw-r--r--vignettes/FOCUS_D.html8
-rw-r--r--vignettes/FOCUS_L.html52
9 files changed, 1525 insertions, 1526 deletions
diff --git a/R/saem.R b/R/saem.R
index 9db2c04a..2c20f788 100644
--- a/R/saem.R
+++ b/R/saem.R
@@ -231,9 +231,8 @@ print.saem.mmkin <- function(x, digits = max(3, getOption("digits") - 3), ...) {
saemix_model <- function(object, solution_type = "auto", transformations = c("mkin", "saemix"),
degparms_start = numeric(), test_log_parms = FALSE, verbose = FALSE, ...)
{
- if (packageVersion("saemix") < "3.1.9000") {
- stop("To use the interface to saemix, you need to install a development version\n",
- "preferably https://github.com/jranke/saemixextension@warp_combined")
+ if (packageVersion("saemix") < "3.0") {
+ stop("To use the interface to saemix, you need to install a version >= 3.0\n")
}
if (nrow(object) > 1) stop("Only row objects allowed")
diff --git a/test.log b/test.log
index f68ec45a..4d5012a0 100644
--- a/test.log
+++ b/test.log
@@ -1,42 +1,42 @@
ℹ Loading mkin
Loading required package: parallel
ℹ Testing mkin
-✔ | OK F W S | Context
-✔ | 5 | AIC calculation
-✔ | 5 | Analytical solutions for coupled models [3.4 s]
-✔ | 5 | Calculation of Akaike weights
-✔ | 2 | Export dataset for reading into CAKE
-✔ | 12 | Confidence intervals and p-values [1.0 s]
-✔ | 14 | Error model fitting [4.6 s]
-✔ | 5 | Time step normalisation
-✔ | 4 | Calculation of FOCUS chi2 error levels [0.5 s]
-✔ | 14 | Results for FOCUS D established in expertise for UBA (Ranke 2014) [0.8 s]
-✔ | 4 | Test fitting the decline of metabolites from their maximum [0.3 s]
-✔ | 1 | Fitting the logistic model [0.2 s]
-✔ | 35 1 | Nonlinear mixed-effects models [26.3 s]
+✔ | F W S OK | Context
+✔ | 5 | AIC calculation
+✔ | 5 | Analytical solutions for coupled models [3.5s]
+✔ | 5 | Calculation of Akaike weights
+✔ | 2 | Export dataset for reading into CAKE
+✔ | 12 | Confidence intervals and p-values [1.0s]
+✔ | 14 | Error model fitting [5.0s]
+✔ | 5 | Time step normalisation
+✔ | 4 | Calculation of FOCUS chi2 error levels [0.6s]
+✔ | 14 | Results for FOCUS D established in expertise for UBA (Ranke 2014) [0.8s]
+✔ | 4 | Test fitting the decline of metabolites from their maximum [0.3s]
+✔ | 1 | Fitting the logistic model [0.2s]
+✔ | 1 35 | Nonlinear mixed-effects models [26.8s]
────────────────────────────────────────────────────────────────────────────────
Skip (test_mixed.R:161:3): saem results are reproducible for biphasic fits
Reason: Fitting with saemix takes around 10 minutes when using deSolve
────────────────────────────────────────────────────────────────────────────────
-✔ | 2 | Test dataset classes mkinds and mkindsg
-✔ | 10 | Special cases of mkinfit calls [0.4 s]
-✔ | 1 | mkinfit features [0.3 s]
-✔ | 8 | mkinmod model generation and printing [0.2 s]
-✔ | 3 | Model predictions with mkinpredict [0.3 s]
-✔ | 16 | Evaluations according to 2015 NAFTA guidance [1.4 s]
-✔ | 9 | Nonlinear mixed-effects models with nlme [7.9 s]
-✔ | 16 | Plotting [1.3 s]
-✔ | 4 | Residuals extracted from mkinfit models
-✔ | 2 | Complex test case from Schaefer et al. (2007) Piacenza paper [1.5 s]
-✔ | 7 | Fitting the SFORB model [3.7 s]
-✔ | 1 | Summaries of old mkinfit objects
-✔ | 4 | Summary [0.1 s]
-✔ | 4 | Results for synthetic data established in expertise for UBA (Ranke 2014) [2.3 s]
-✔ | 9 | Hypothesis tests [8.4 s]
-✔ | 4 | Calculation of maximum time weighted average concentrations (TWAs) [2.3 s]
+✔ | 2 | Test dataset classes mkinds and mkindsg
+✔ | 10 | Special cases of mkinfit calls [0.4s]
+✔ | 1 | mkinfit features [0.4s]
+✔ | 8 | mkinmod model generation and printing [0.2s]
+✔ | 3 | Model predictions with mkinpredict [0.3s]
+✔ | 16 | Evaluations according to 2015 NAFTA guidance [1.5s]
+✔ | 9 | Nonlinear mixed-effects models with nlme [8.2s]
+✔ | 16 | Plotting [1.3s]
+✔ | 4 | Residuals extracted from mkinfit models
+✔ | 2 | Complex test case from Schaefer et al. (2007) Piacenza paper [1.5s]
+✔ | 7 | Fitting the SFORB model [3.8s]
+✔ | 1 | Summaries of old mkinfit objects
+✔ | 4 | Summary [0.1s]
+✔ | 4 | Results for synthetic data established in expertise for UBA (Ranke 2014) [2.3s]
+✔ | 9 | Hypothesis tests [8.6s]
+✔ | 4 | Calculation of maximum time weighted average concentrations (TWAs) [2.2s]
══ Results ═════════════════════════════════════════════════════════════════════
-Duration: 67.6 s
+Duration: 69.5 s
── Skipped tests ──────────────────────────────────────────────────────────────
• Fitting with saemix takes around 10 minutes when using deSolve (1)
diff --git a/tests/testthat/_snaps/plot/mixed-model-fit-for-saem-object-with-mkin-transformations.svg b/tests/testthat/_snaps/plot/mixed-model-fit-for-saem-object-with-mkin-transformations.svg
index d3ca239b..6346a383 100644
--- a/tests/testthat/_snaps/plot/mixed-model-fit-for-saem-object-with-mkin-transformations.svg
+++ b/tests/testthat/_snaps/plot/mixed-model-fit-for-saem-object-with-mkin-transformations.svg
@@ -96,7 +96,7 @@
</clipPath>
</defs>
<g clip-path='url(#cpMzguOTd8MzQwLjA0fDgyLjQ1fDI4My40OQ==)'>
-<polyline points='50.12,110.89 52.44,114.97 55.81,120.70 57.09,122.83 61.50,129.93 66.38,137.40 67.19,138.60 72.87,146.74 78.56,154.40 82.64,159.60 84.25,161.60 89.94,168.36 95.63,174.72 101.32,180.70 107.01,186.32 112.70,191.60 115.16,193.79 118.39,196.57 124.08,201.24 129.77,205.63 135.46,209.76 141.15,213.65 146.83,217.30 152.52,220.74 158.21,223.97 163.90,227.01 169.59,229.87 175.28,232.56 180.97,235.10 186.66,237.48 189.50,238.62 192.35,239.72 198.04,241.83 203.73,243.81 209.42,245.68 215.11,247.44 220.79,249.10 226.48,250.65 232.17,252.12 237.86,253.50 243.55,254.80 249.24,256.02 254.93,257.17 259.20,257.99 260.62,258.26 266.31,259.28 272.00,260.24 277.69,261.15 283.38,262.00 289.07,262.81 294.76,263.56 300.44,264.28 306.13,264.95 311.82,265.58 317.51,266.18 323.20,266.74 328.89,267.27 ' style='stroke-width: 1.50;' />
+<polyline points='50.12,110.88 52.44,115.02 55.81,120.83 57.09,122.98 61.50,130.16 66.38,137.69 67.19,138.89 72.87,147.08 78.56,154.76 82.64,159.96 84.25,161.95 89.94,168.70 95.63,175.03 101.32,180.96 107.01,186.53 112.70,191.76 115.16,193.92 118.39,196.67 124.08,201.27 129.77,205.60 135.46,209.66 141.15,213.48 146.83,217.06 152.52,220.43 158.21,223.60 163.90,226.58 169.59,229.38 175.28,232.01 180.97,234.49 186.66,236.82 189.50,237.93 192.35,239.01 198.04,241.08 203.73,243.02 209.42,244.85 215.11,246.57 220.79,248.20 226.48,249.73 232.17,251.17 237.86,252.52 243.55,253.81 249.24,255.01 254.93,256.15 259.20,256.96 260.62,257.23 266.31,258.24 272.00,259.20 277.69,260.10 283.38,260.95 289.07,261.75 294.76,262.51 300.44,263.23 306.13,263.91 311.82,264.55 317.51,265.15 323.20,265.72 328.89,266.26 ' 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;' />
@@ -157,7 +157,7 @@
<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,108.96 52.44,113.99 55.81,120.88 57.09,123.39 61.50,131.56 66.38,139.86 67.19,141.15 72.87,149.77 78.56,157.53 82.64,162.62 84.25,164.53 89.94,170.85 95.63,176.57 101.32,181.76 107.01,186.47 112.70,190.77 115.16,192.51 118.39,194.69 124.08,198.28 129.77,201.58 135.46,204.61 141.15,207.40 146.83,209.99 152.52,212.38 158.21,214.61 163.90,216.69 169.59,218.63 175.28,220.45 180.97,222.16 186.66,223.76 189.50,224.54 192.35,225.28 198.04,226.72 203.73,228.09 209.42,229.38 215.11,230.62 220.79,231.80 226.48,232.93 232.17,234.01 237.86,235.05 243.55,236.05 249.24,237.01 254.93,237.93 259.20,238.61 260.62,238.83 266.31,239.69 272.00,240.53 277.69,241.34 283.38,242.13 289.07,242.89 294.76,243.63 300.44,244.35 306.13,245.05 311.82,245.74 317.51,246.40 323.20,247.05 328.89,247.68 ' style='stroke-width: 0.75; stroke: #DF536B; stroke-dasharray: 4.00,4.00;' />
+<polyline points='50.12,109.02 52.44,114.01 55.81,120.87 57.09,123.36 61.50,131.50 66.38,139.75 67.19,141.04 72.87,149.62 78.56,157.34 82.64,162.40 84.25,164.30 89.94,170.59 95.63,176.29 101.32,181.45 107.01,186.15 112.70,190.43 115.16,192.16 118.39,194.33 124.08,197.91 129.77,201.19 135.46,204.20 141.15,206.98 146.83,209.55 152.52,211.94 158.21,214.15 163.90,216.22 169.59,218.15 175.28,219.95 180.97,221.65 186.66,223.25 189.50,224.02 192.35,224.76 198.04,226.19 203.73,227.55 209.42,228.84 215.11,230.06 220.79,231.24 226.48,232.36 232.17,233.43 237.86,234.47 243.55,235.46 249.24,236.41 254.93,237.34 259.20,238.01 260.62,238.23 266.31,239.09 272.00,239.92 277.69,240.73 283.38,241.51 289.07,242.27 294.76,243.01 300.44,243.73 306.13,244.42 311.82,245.10 317.51,245.77 323.20,246.41 328.89,247.04 ' 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;' />
@@ -176,7 +176,7 @@
<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,109.54 52.44,114.44 55.81,121.16 57.09,123.60 61.50,131.56 66.38,139.64 67.19,140.90 72.87,149.28 78.56,156.82 82.64,161.77 84.25,163.62 89.94,169.76 95.63,175.31 101.32,180.34 107.01,184.92 112.70,189.08 115.16,190.77 118.39,192.88 124.08,196.36 129.77,199.55 135.46,202.48 141.15,205.18 146.83,207.68 152.52,210.00 158.21,212.16 163.90,214.17 169.59,216.05 175.28,217.81 180.97,219.47 186.66,221.03 189.50,221.78 192.35,222.51 198.04,223.91 203.73,225.24 209.42,226.50 215.11,227.71 220.79,228.86 226.48,229.97 232.17,231.03 237.86,232.05 243.55,233.03 249.24,233.97 254.93,234.89 259.20,235.55 260.62,235.77 266.31,236.63 272.00,237.46 277.69,238.27 283.38,239.05 289.07,239.81 294.76,240.55 300.44,241.27 306.13,241.97 311.82,242.66 317.51,243.33 323.20,243.98 328.89,244.62 ' style='stroke-width: 0.75; stroke: #61D04F; stroke-dasharray: 1.00,3.00;' />
+<polyline points='50.12,109.59 52.44,114.50 55.81,121.21 57.09,123.65 61.50,131.60 66.38,139.65 67.19,140.91 72.87,149.25 78.56,156.75 82.64,161.66 84.25,163.50 89.94,169.59 95.63,175.10 101.32,180.09 107.01,184.63 112.70,188.76 115.16,190.44 118.39,192.54 124.08,195.99 129.77,199.17 135.46,202.09 141.15,204.79 146.83,207.29 152.52,209.62 158.21,211.78 163.90,213.81 169.59,215.70 175.28,217.49 180.97,219.17 186.66,220.75 189.50,221.52 192.35,222.26 198.04,223.69 203.73,225.05 209.42,226.34 215.11,227.58 220.79,228.77 226.48,229.91 232.17,231.00 237.86,232.06 243.55,233.08 249.24,234.06 254.93,235.01 259.20,235.70 260.62,235.93 266.31,236.82 272.00,237.68 277.69,238.52 283.38,239.34 289.07,240.13 294.76,240.91 300.44,241.66 306.13,242.39 311.82,243.10 317.51,243.80 323.20,244.48 328.89,245.14 ' 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;' />
@@ -213,7 +213,7 @@
<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,113.43 52.44,118.06 55.81,124.44 57.09,126.77 61.50,134.42 66.38,142.26 67.19,143.49 72.87,151.75 78.56,159.27 82.64,164.26 84.25,166.14 89.94,172.42 95.63,178.17 101.32,183.45 107.01,188.29 112.70,192.76 115.16,194.59 118.39,196.88 124.08,200.69 129.77,204.21 135.46,207.49 141.15,210.53 146.83,213.36 152.52,216.01 158.21,218.48 163.90,220.80 169.59,222.98 175.28,225.03 180.97,226.95 186.66,228.77 189.50,229.65 192.35,230.49 198.04,232.12 203.73,233.67 209.42,235.14 215.11,236.53 220.79,237.87 226.48,239.13 232.17,240.35 237.86,241.51 243.55,242.62 249.24,243.68 254.93,244.70 259.20,245.44 260.62,245.68 266.31,246.62 272.00,247.53 277.69,248.40 283.38,249.24 289.07,250.05 294.76,250.83 300.44,251.59 306.13,252.31 311.82,253.02 317.51,253.70 323.20,254.35 328.89,254.99 ' style='stroke-width: 0.75; stroke: #2297E6; stroke-dasharray: 1.00,3.00,4.00,3.00;' />
+<polyline points='50.12,113.26 52.44,117.87 55.81,124.23 57.09,126.55 61.50,134.20 66.38,142.04 67.19,143.28 72.87,151.55 78.56,159.10 82.64,164.11 84.25,166.01 89.94,172.33 95.63,178.12 101.32,183.44 107.01,188.33 112.70,192.83 115.16,194.68 118.39,196.99 124.08,200.83 129.77,204.39 135.46,207.68 141.15,210.74 146.83,213.59 152.52,216.25 158.21,218.73 163.90,221.06 169.59,223.23 175.28,225.28 180.97,227.20 186.66,229.01 189.50,229.88 192.35,230.73 198.04,232.34 203.73,233.87 209.42,235.33 215.11,236.71 220.79,238.02 226.48,239.27 232.17,240.46 237.86,241.60 243.55,242.69 249.24,243.73 254.93,244.73 259.20,245.45 260.62,245.69 266.31,246.61 272.00,247.49 277.69,248.34 283.38,249.16 289.07,249.95 294.76,250.71 300.44,251.44 306.13,252.15 311.82,252.84 317.51,253.50 323.20,254.14 328.89,254.76 ' 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;' />
@@ -250,7 +250,7 @@
<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.90 52.44,116.14 55.81,122.06 57.09,124.24 61.50,131.49 66.38,139.03 67.19,140.23 72.87,148.35 78.56,155.89 82.64,160.97 84.25,162.90 89.94,169.42 95.63,175.49 101.32,181.14 107.01,186.41 112.70,191.33 115.16,193.35 118.39,195.91 124.08,200.20 129.77,204.21 135.46,207.95 141.15,211.46 146.83,214.75 152.52,217.83 158.21,220.73 163.90,223.44 169.59,226.00 175.28,228.40 180.97,230.66 186.66,232.79 189.50,233.80 192.35,234.79 198.04,236.69 203.73,238.47 209.42,240.16 215.11,241.76 220.79,243.27 226.48,244.70 232.17,246.06 237.86,247.34 243.55,248.56 249.24,249.72 254.93,250.82 259.20,251.61 260.62,251.86 266.31,252.86 272.00,253.80 277.69,254.70 283.38,255.56 289.07,256.38 294.76,257.16 300.44,257.90 306.13,258.62 311.82,259.29 317.51,259.94 323.20,260.56 328.89,261.16 ' style='stroke-width: 0.75; stroke: #28E2E5; stroke-dasharray: 7.00,3.00;' />
+<polyline points='50.12,112.08 52.44,116.27 55.81,122.12 57.09,124.28 61.50,131.44 66.38,138.92 67.19,140.11 72.87,148.17 78.56,155.67 82.64,160.72 84.25,162.65 89.94,169.16 95.63,175.22 101.32,180.88 107.01,186.16 112.70,191.10 115.16,193.13 118.39,195.71 124.08,200.03 129.77,204.07 135.46,207.85 141.15,211.40 146.83,214.72 152.52,217.85 158.21,220.78 163.90,223.54 169.59,226.14 175.28,228.58 180.97,230.88 186.66,233.05 189.50,234.09 192.35,235.09 198.04,237.02 203.73,238.85 209.42,240.57 215.11,242.20 220.79,243.74 226.48,245.20 232.17,246.58 237.86,247.90 243.55,249.14 249.24,250.32 254.93,251.44 259.20,252.24 260.62,252.50 266.31,253.52 272.00,254.48 277.69,255.39 283.38,256.27 289.07,257.10 294.76,257.89 300.44,258.64 306.13,259.36 311.82,260.05 317.51,260.70 323.20,261.33 328.89,261.92 ' 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;' />
@@ -269,7 +269,7 @@
<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.78 52.44,118.85 55.81,128.21 57.09,131.52 61.50,141.95 66.38,151.97 67.19,153.48 72.87,163.21 78.56,171.46 82.64,176.62 84.25,178.50 89.94,184.54 95.63,189.76 101.32,194.31 107.01,198.30 112.70,201.83 115.16,203.24 118.39,204.98 124.08,207.80 129.77,210.37 135.46,212.70 141.15,214.86 146.83,216.85 152.52,218.70 158.21,220.44 163.90,222.08 169.59,223.63 175.28,225.11 180.97,226.51 186.66,227.86 189.50,228.51 192.35,229.15 198.04,230.40 203.73,231.59 209.42,232.75 215.11,233.87 220.79,234.96 226.48,236.01 232.17,237.03 237.86,238.02 243.55,238.98 249.24,239.92 254.93,240.83 259.20,241.50 260.62,241.72 266.31,242.58 272.00,243.42 277.69,244.24 283.38,245.03 289.07,245.81 294.76,246.57 300.44,247.30 306.13,248.02 311.82,248.72 317.51,249.41 323.20,250.07 328.89,250.72 ' style='stroke-width: 0.75; stroke: #CD0BBC; stroke-dasharray: 2.00,2.00,6.00,2.00;' />
+<polyline points='50.12,112.03 52.44,118.78 55.81,127.79 57.09,130.99 61.50,141.17 66.38,151.06 67.19,152.57 72.87,162.31 78.56,170.68 82.64,175.95 84.25,177.88 89.94,184.12 95.63,189.54 101.32,194.29 107.01,198.46 112.70,202.16 115.16,203.63 118.39,205.44 124.08,208.39 129.77,211.05 135.46,213.46 141.15,215.66 146.83,217.69 152.52,219.56 158.21,221.30 163.90,222.93 169.59,224.45 175.28,225.90 180.97,227.26 186.66,228.56 189.50,229.19 192.35,229.80 198.04,230.99 203.73,232.13 209.42,233.23 215.11,234.28 220.79,235.31 226.48,236.29 232.17,237.25 237.86,238.18 243.55,239.08 249.24,239.96 254.93,240.81 259.20,241.43 260.62,241.64 266.31,242.44 272.00,243.23 277.69,244.00 283.38,244.74 289.07,245.47 294.76,246.18 300.44,246.88 306.13,247.55 311.82,248.21 317.51,248.86 323.20,249.49 328.89,250.10 ' 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;' />
@@ -288,7 +288,7 @@
<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,110.49 52.44,115.99 55.81,123.44 57.09,126.11 61.50,134.74 66.38,143.30 67.19,144.62 72.87,153.29 78.56,160.90 82.64,165.79 84.25,167.60 89.94,173.52 95.63,178.76 101.32,183.41 107.01,187.56 112.70,191.27 115.16,192.75 118.39,194.60 124.08,197.60 129.77,200.32 135.46,202.79 141.15,205.04 146.83,207.11 152.52,209.02 158.21,210.78 163.90,212.42 169.59,213.95 175.28,215.38 180.97,216.73 186.66,218.01 189.50,218.62 192.35,219.22 198.04,220.37 203.73,221.47 209.42,222.52 215.11,223.53 220.79,224.51 226.48,225.45 232.17,226.35 237.86,227.23 243.55,228.09 249.24,228.92 254.93,229.73 259.20,230.32 260.62,230.52 266.31,231.28 272.00,232.04 277.69,232.77 283.38,233.49 289.07,234.19 294.76,234.88 300.44,235.56 306.13,236.22 311.82,236.87 317.51,237.51 323.20,238.13 328.89,238.75 ' style='stroke-width: 0.75; stroke: #F5C710;' />
+<polyline points='50.12,110.60 52.44,116.03 55.81,123.40 57.09,126.06 61.50,134.62 66.38,143.15 67.19,144.47 72.87,153.13 78.56,160.76 82.64,165.67 84.25,167.50 89.94,173.46 95.63,178.75 101.32,183.45 107.01,187.65 112.70,191.41 115.16,192.91 118.39,194.78 124.08,197.82 129.77,200.58 135.46,203.08 141.15,205.35 146.83,207.44 152.52,209.36 158.21,211.13 163.90,212.77 169.59,214.30 175.28,215.73 180.97,217.07 186.66,218.34 189.50,218.94 192.35,219.53 198.04,220.67 203.73,221.75 209.42,222.78 215.11,223.77 220.79,224.72 226.48,225.63 232.17,226.52 237.86,227.37 243.55,228.20 249.24,229.00 254.93,229.78 259.20,230.35 260.62,230.54 266.31,231.28 272.00,232.01 277.69,232.71 283.38,233.40 289.07,234.08 294.76,234.74 300.44,235.39 306.13,236.03 311.82,236.65 317.51,237.27 323.20,237.87 328.89,238.46 ' 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;' />
@@ -343,7 +343,7 @@
<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,109.54 52.44,118.42 55.81,130.13 57.09,134.25 61.50,147.20 66.38,159.54 67.19,161.40 72.87,173.27 78.56,183.27 82.64,189.47 84.25,191.72 89.94,198.93 95.63,205.11 101.32,210.46 107.01,215.11 112.70,219.19 115.16,220.81 118.39,222.80 124.08,226.02 129.77,228.91 135.46,231.52 141.15,233.89 146.83,236.07 152.52,238.07 158.21,239.92 163.90,241.64 169.59,243.25 175.28,244.76 180.97,246.18 186.66,247.51 189.50,248.15 192.35,248.78 198.04,249.97 203.73,251.11 209.42,252.18 215.11,253.21 220.79,254.18 226.48,255.12 232.17,256.00 237.86,256.85 243.55,257.66 249.24,258.44 254.93,259.18 259.20,259.71 260.62,259.89 266.31,260.56 272.00,261.21 277.69,261.83 283.38,262.43 289.07,263.00 294.76,263.54 300.44,264.07 306.13,264.57 311.82,265.05 317.51,265.50 323.20,265.94 328.89,266.37 ' style='stroke-width: 0.75; stroke: #9E9E9E; stroke-dasharray: 4.00,4.00;' />
+<polyline points='50.12,109.54 52.44,118.50 55.81,130.27 57.09,134.41 61.50,147.38 66.38,159.72 67.19,161.58 72.87,173.42 78.56,183.37 82.64,189.53 84.25,191.78 89.94,198.94 95.63,205.08 101.32,210.39 107.01,215.01 112.70,219.08 115.16,220.69 118.39,222.68 124.08,225.90 129.77,228.79 135.46,231.41 141.15,233.80 146.83,235.99 152.52,238.01 158.21,239.89 163.90,241.64 169.59,243.27 175.28,244.80 180.97,246.24 186.66,247.60 189.50,248.25 192.35,248.89 198.04,250.10 203.73,251.26 209.42,252.36 215.11,253.40 220.79,254.40 226.48,255.34 232.17,256.25 237.86,257.11 243.55,257.93 249.24,258.71 254.93,259.47 259.20,260.01 260.62,260.18 266.31,260.87 272.00,261.52 277.69,262.15 283.38,262.75 289.07,263.32 294.76,263.87 300.44,264.39 306.13,264.89 311.82,265.37 317.51,265.83 323.20,266.27 328.89,266.69 ' 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;' />
@@ -416,7 +416,7 @@
<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.41 52.44,122.65 55.81,136.68 57.09,141.40 61.50,155.49 66.38,167.86 67.19,169.63 72.87,180.40 78.56,188.71 82.64,193.54 84.25,195.24 89.94,200.48 95.63,204.77 101.32,208.36 107.01,211.43 112.70,214.11 115.16,215.18 118.39,216.50 124.08,218.67 129.77,220.66 135.46,222.51 141.15,224.25 146.83,225.90 152.52,227.47 158.21,228.97 163.90,230.41 169.59,231.80 175.28,233.14 180.97,234.43 186.66,235.68 189.50,236.29 192.35,236.89 198.04,238.06 203.73,239.20 209.42,240.30 215.11,241.36 220.79,242.40 226.48,243.40 232.17,244.37 237.86,245.32 243.55,246.23 249.24,247.12 254.93,247.98 259.20,248.61 260.62,248.82 266.31,249.63 272.00,250.42 277.69,251.18 283.38,251.92 289.07,252.64 294.76,253.34 300.44,254.01 306.13,254.67 311.82,255.30 317.51,255.92 323.20,256.52 328.89,257.10 ' style='stroke-width: 0.75; stroke-dasharray: 1.00,3.00;' />
+<polyline points='50.12,110.27 52.44,122.13 55.81,136.74 57.09,141.62 61.50,155.99 66.38,168.40 67.19,170.16 72.87,180.75 78.56,188.82 82.64,193.47 84.25,195.10 89.94,200.11 95.63,204.21 101.32,207.66 107.01,210.63 112.70,213.25 115.16,214.30 118.39,215.61 124.08,217.77 129.77,219.77 135.46,221.65 141.15,223.43 146.83,225.12 152.52,226.74 158.21,228.30 163.90,229.80 169.59,231.24 175.28,232.63 180.97,233.98 186.66,235.28 189.50,235.92 192.35,236.55 198.04,237.77 203.73,238.95 209.42,240.10 215.11,241.21 220.79,242.28 226.48,243.32 232.17,244.33 237.86,245.31 243.55,246.26 249.24,247.18 254.93,248.07 259.20,248.72 260.62,248.93 266.31,249.77 272.00,250.58 277.69,251.36 283.38,252.12 289.07,252.86 294.76,253.58 300.44,254.27 306.13,254.94 311.82,255.59 317.51,256.22 323.20,256.83 328.89,257.43 ' 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;' />
@@ -471,7 +471,7 @@
<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,110.69 52.44,118.58 55.81,128.99 57.09,132.66 61.50,144.18 66.38,155.18 67.19,156.84 72.87,167.44 78.56,176.36 82.64,181.90 84.25,183.92 89.94,190.36 95.63,195.89 101.32,200.68 107.01,204.85 112.70,208.52 115.16,209.98 118.39,211.77 124.08,214.68 129.77,217.30 135.46,219.69 141.15,221.87 146.83,223.88 152.52,225.75 158.21,227.49 163.90,229.13 169.59,230.67 175.28,232.13 180.97,233.52 186.66,234.85 189.50,235.49 192.35,236.11 198.04,237.33 203.73,238.49 209.42,239.62 215.11,240.70 220.79,241.74 226.48,242.75 232.17,243.73 237.86,244.67 243.55,245.59 249.24,246.47 254.93,247.33 259.20,247.96 260.62,248.16 266.31,248.97 272.00,249.75 277.69,250.51 283.38,251.25 289.07,251.96 294.76,252.66 300.44,253.33 306.13,253.98 311.82,254.62 317.51,255.23 323.20,255.83 328.89,256.41 ' style='stroke-width: 0.75; stroke: #DF536B; stroke-dasharray: 1.00,3.00,4.00,3.00;' />
+<polyline points='50.12,110.76 52.44,118.70 55.81,129.15 57.09,132.82 61.50,144.33 66.38,155.29 67.19,156.94 72.87,167.46 78.56,176.30 82.64,181.78 84.25,183.77 89.94,190.14 95.63,195.61 101.32,200.34 107.01,204.48 112.70,208.12 115.16,209.57 118.39,211.36 124.08,214.27 129.77,216.90 135.46,219.30 141.15,221.51 146.83,223.55 152.52,225.45 158.21,227.22 163.90,228.90 169.59,230.48 175.28,231.99 180.97,233.42 186.66,234.79 189.50,235.45 192.35,236.10 198.04,237.35 203.73,238.56 209.42,239.72 215.11,240.84 220.79,241.93 226.48,242.97 232.17,243.98 237.86,244.96 243.55,245.90 249.24,246.81 254.93,247.70 259.20,248.35 260.62,248.56 266.31,249.39 272.00,250.19 277.69,250.97 283.38,251.73 289.07,252.46 294.76,253.17 300.44,253.86 306.13,254.53 311.82,255.18 317.51,255.80 323.20,256.41 328.89,257.00 ' 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;' />
@@ -526,7 +526,7 @@
<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,109.98 52.44,114.21 55.81,120.08 57.09,122.24 61.50,129.36 66.38,136.72 67.19,137.89 72.87,145.73 78.56,152.95 82.64,157.78 84.25,159.61 89.94,165.75 95.63,171.43 101.32,176.68 107.01,181.54 112.70,186.05 115.16,187.90 118.39,190.24 124.08,194.13 129.77,197.75 135.46,201.13 141.15,204.28 146.83,207.23 152.52,209.98 158.21,212.57 163.90,215.00 169.59,217.28 175.28,219.43 180.97,221.45 186.66,223.37 189.50,224.28 192.35,225.17 198.04,226.89 203.73,228.51 209.42,230.05 215.11,231.52 220.79,232.91 226.48,234.24 232.17,235.51 237.86,236.72 243.55,237.88 249.24,238.99 254.93,240.06 259.20,240.83 260.62,241.08 266.31,242.06 272.00,243.01 277.69,243.92 283.38,244.79 289.07,245.63 294.76,246.45 300.44,247.23 306.13,247.99 311.82,248.73 317.51,249.44 323.20,250.12 328.89,250.79 ' style='stroke-width: 0.75; stroke: #61D04F; stroke-dasharray: 7.00,3.00;' />
+<polyline points='50.12,110.11 52.44,114.25 55.81,120.00 57.09,122.12 61.50,129.11 66.38,136.36 67.19,137.50 72.87,145.24 78.56,152.38 82.64,157.16 84.25,158.97 89.94,165.07 95.63,170.72 101.32,175.95 107.01,180.81 112.70,185.32 115.16,187.18 118.39,189.52 124.08,193.43 129.77,197.07 135.46,200.47 141.15,203.65 146.83,206.63 152.52,209.43 158.21,212.05 163.90,214.51 169.59,216.83 175.28,219.01 180.97,221.08 186.66,223.03 189.50,223.96 192.35,224.87 198.04,226.62 203.73,228.28 209.42,229.85 215.11,231.35 220.79,232.78 226.48,234.14 232.17,235.43 237.86,236.68 243.55,237.86 249.24,239.00 254.93,240.09 259.20,240.88 260.62,241.13 266.31,242.14 272.00,243.10 277.69,244.03 283.38,244.93 289.07,245.79 294.76,246.62 300.44,247.42 306.13,248.19 311.82,248.94 317.51,249.67 323.20,250.36 328.89,251.04 ' 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;' />
@@ -563,7 +563,7 @@
<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.34 52.44,114.54 55.81,119.01 57.09,120.66 61.50,126.16 66.38,131.92 67.19,132.84 72.87,139.08 78.56,144.92 82.64,148.87 84.25,150.38 89.94,155.49 95.63,160.28 101.32,164.78 107.01,168.99 112.70,172.96 115.16,174.60 118.39,176.69 124.08,180.20 129.77,183.50 135.46,186.62 141.15,189.57 146.83,192.35 152.52,194.98 158.21,197.47 163.90,199.83 169.59,202.07 175.28,204.20 180.97,206.22 186.66,208.15 189.50,209.08 192.35,209.99 198.04,211.74 203.73,213.41 209.42,215.01 215.11,216.53 220.79,218.00 226.48,219.40 232.17,220.75 237.86,222.04 243.55,223.29 249.24,224.49 254.93,225.64 259.20,226.48 260.62,226.75 266.31,227.82 272.00,228.86 277.69,229.86 283.38,230.83 289.07,231.77 294.76,232.68 300.44,233.56 306.13,234.42 311.82,235.25 317.51,236.05 323.20,236.84 328.89,237.60 ' style='stroke-width: 0.75; stroke: #2297E6; stroke-dasharray: 2.00,2.00,6.00,2.00;' />
+<polyline points='50.12,111.22 52.44,114.42 55.81,118.90 57.09,120.56 61.50,126.07 66.38,131.85 67.19,132.77 72.87,139.03 78.56,144.88 82.64,148.84 84.25,150.35 89.94,155.47 95.63,160.28 101.32,164.78 107.01,169.01 112.70,172.98 115.16,174.63 118.39,176.72 124.08,180.24 129.77,183.55 135.46,186.67 141.15,189.62 146.83,192.41 152.52,195.04 158.21,197.53 163.90,199.90 169.59,202.14 175.28,204.27 180.97,206.29 186.66,208.21 189.50,209.14 192.35,210.05 198.04,211.80 203.73,213.46 209.42,215.06 215.11,216.59 220.79,218.05 226.48,219.45 232.17,220.79 237.86,222.08 243.55,223.32 249.24,224.51 254.93,225.66 259.20,226.49 260.62,226.77 266.31,227.84 272.00,228.87 277.69,229.86 283.38,230.83 289.07,231.76 294.76,232.67 300.44,233.54 306.13,234.39 311.82,235.22 317.51,236.02 323.20,236.80 328.89,237.55 ' 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;' />
@@ -618,7 +618,7 @@
<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,110.32 52.44,114.61 55.81,120.57 57.09,122.76 61.50,130.00 66.38,137.48 67.19,138.67 72.87,146.65 78.56,154.01 82.64,158.93 84.25,160.79 89.94,167.06 95.63,172.86 101.32,178.22 107.01,183.19 112.70,187.80 115.16,189.70 118.39,192.09 124.08,196.07 129.77,199.78 135.46,203.24 141.15,206.47 146.83,209.50 152.52,212.32 158.21,214.97 163.90,217.46 169.59,219.80 175.28,222.00 180.97,224.08 186.66,226.04 189.50,226.97 192.35,227.89 198.04,229.64 203.73,231.30 209.42,232.87 215.11,234.36 220.79,235.78 226.48,237.14 232.17,238.42 237.86,239.65 243.55,240.83 249.24,241.95 254.93,243.03 259.20,243.80 260.62,244.06 266.31,245.04 272.00,245.99 277.69,246.90 283.38,247.77 289.07,248.62 294.76,249.42 300.44,250.20 306.13,250.96 311.82,251.68 317.51,252.38 323.20,253.06 328.89,253.71 ' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<polyline points='50.12,110.07 52.44,114.46 55.81,120.54 57.09,122.77 61.50,130.14 66.38,137.76 67.19,138.97 72.87,147.08 78.56,154.54 82.64,159.52 84.25,161.42 89.94,167.76 95.63,173.61 101.32,179.03 107.01,184.04 112.70,188.68 115.16,190.59 118.39,192.99 124.08,196.99 129.77,200.72 135.46,204.19 141.15,207.42 146.83,210.45 152.52,213.28 158.21,215.93 163.90,218.41 169.59,220.75 175.28,222.95 180.97,225.02 186.66,226.97 189.50,227.90 192.35,228.81 198.04,230.56 203.73,232.21 209.42,233.77 215.11,235.26 220.79,236.67 226.48,238.02 232.17,239.30 237.86,240.52 243.55,241.69 249.24,242.81 254.93,243.87 259.20,244.64 260.62,244.89 266.31,245.87 272.00,246.81 277.69,247.72 283.38,248.58 289.07,249.42 294.76,250.22 300.44,250.99 306.13,251.74 311.82,252.46 317.51,253.15 323.20,253.82 328.89,254.46 ' 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;' />
@@ -673,7 +673,7 @@
<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.86 52.44,116.84 55.81,123.70 57.09,126.21 61.50,134.42 66.38,142.83 67.19,144.15 72.87,152.98 78.56,161.01 82.64,166.32 84.25,168.33 89.94,175.00 95.63,181.10 101.32,186.67 107.01,191.78 112.70,196.48 115.16,198.39 118.39,200.79 124.08,204.77 129.77,208.44 135.46,211.83 141.15,214.98 146.83,217.89 152.52,220.61 158.21,223.13 163.90,225.49 169.59,227.70 175.28,229.76 180.97,231.70 186.66,233.52 189.50,234.39 192.35,235.23 198.04,236.85 203.73,238.38 209.42,239.82 215.11,241.19 220.79,242.49 226.48,243.72 232.17,244.89 237.86,246.01 243.55,247.07 249.24,248.09 254.93,249.06 259.20,249.76 260.62,249.99 266.31,250.88 272.00,251.73 277.69,252.55 283.38,253.33 289.07,254.09 294.76,254.81 300.44,255.51 306.13,256.18 311.82,256.82 317.51,257.44 323.20,258.04 328.89,258.62 ' style='stroke-width: 0.75; stroke: #CD0BBC; stroke-dasharray: 4.00,4.00;' />
+<polyline points='50.12,111.74 52.44,116.72 55.81,123.58 57.09,126.08 61.50,134.30 66.38,142.70 67.19,144.02 72.87,152.85 78.56,160.87 82.64,166.18 84.25,168.18 89.94,174.85 95.63,180.95 101.32,186.52 107.01,191.63 112.70,196.32 115.16,198.24 118.39,200.64 124.08,204.62 129.77,208.29 135.46,211.69 141.15,214.83 146.83,217.76 152.52,220.47 158.21,223.01 163.90,225.37 169.59,227.58 175.28,229.65 180.97,231.59 186.66,233.42 189.50,234.29 192.35,235.14 198.04,236.76 203.73,238.30 209.42,239.75 215.11,241.12 220.79,242.43 226.48,243.67 232.17,244.85 237.86,245.97 243.55,247.04 249.24,248.06 254.93,249.04 259.20,249.74 260.62,249.97 266.31,250.87 272.00,251.73 277.69,252.55 283.38,253.34 289.07,254.09 294.76,254.82 300.44,255.52 306.13,256.20 311.82,256.85 317.51,257.47 323.20,258.07 328.89,258.66 ' 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;' />
@@ -710,7 +710,7 @@
<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,112.10 52.44,118.22 55.81,126.50 57.09,129.48 61.50,139.07 66.38,148.60 67.19,150.07 72.87,159.72 78.56,168.21 82.64,173.68 84.25,175.71 89.94,182.36 95.63,188.28 101.32,193.56 107.01,198.30 112.70,202.56 115.16,204.28 118.39,206.42 124.08,209.92 129.77,213.11 135.46,216.03 141.15,218.72 146.83,221.20 152.52,223.50 158.21,225.64 163.90,227.64 169.59,229.51 175.28,231.26 180.97,232.92 186.66,234.48 189.50,235.23 192.35,235.97 198.04,237.37 203.73,238.71 209.42,239.99 215.11,241.21 220.79,242.37 226.48,243.49 232.17,244.56 237.86,245.59 243.55,246.58 249.24,247.54 254.93,248.45 259.20,249.12 260.62,249.34 266.31,250.19 272.00,251.01 277.69,251.80 283.38,252.57 289.07,253.31 294.76,254.03 300.44,254.72 306.13,255.39 311.82,256.03 317.51,256.66 323.20,257.27 328.89,257.85 ' style='stroke-width: 0.75; stroke: #F5C710; stroke-dasharray: 1.00,3.00;' />
+<polyline points='50.12,111.94 52.44,118.04 55.81,126.29 57.09,129.27 61.50,138.86 66.38,148.42 67.19,149.90 72.87,159.60 78.56,168.17 82.64,173.70 84.25,175.75 89.94,182.48 95.63,188.47 101.32,193.82 107.01,198.62 112.70,202.94 115.16,204.68 118.39,206.84 124.08,210.37 129.77,213.59 135.46,216.52 141.15,219.22 146.83,221.70 152.52,223.99 158.21,226.11 163.90,228.09 169.59,229.93 175.28,231.66 180.97,233.29 186.66,234.82 189.50,235.55 192.35,236.26 198.04,237.63 203.73,238.93 209.42,240.17 215.11,241.35 220.79,242.48 226.48,243.56 232.17,244.59 237.86,245.58 243.55,246.54 249.24,247.45 254.93,248.34 259.20,248.98 260.62,249.19 266.31,250.01 272.00,250.80 277.69,251.56 283.38,252.30 289.07,253.01 294.76,253.70 300.44,254.37 306.13,255.02 311.82,255.64 317.51,256.25 323.20,256.84 328.89,257.41 ' 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;' />
@@ -729,7 +729,7 @@
<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,109.64 52.44,115.45 55.81,123.32 57.09,126.14 61.50,135.24 66.38,144.26 67.19,145.65 72.87,154.77 78.56,162.78 82.64,167.93 84.25,169.85 89.94,176.09 95.63,181.64 101.32,186.58 107.01,190.99 112.70,194.97 115.16,196.56 118.39,198.55 124.08,201.80 129.77,204.75 135.46,207.46 141.15,209.95 146.83,212.24 152.52,214.37 158.21,216.35 163.90,218.20 169.59,219.94 175.28,221.58 180.97,223.13 186.66,224.60 189.50,225.31 192.35,226.00 198.04,227.33 203.73,228.60 209.42,229.83 215.11,231.00 220.79,232.13 226.48,233.22 232.17,234.27 237.86,235.29 243.55,236.28 249.24,237.23 254.93,238.16 259.20,238.84 260.62,239.06 266.31,239.93 272.00,240.79 277.69,241.61 283.38,242.42 289.07,243.20 294.76,243.97 300.44,244.71 306.13,245.44 311.82,246.15 317.51,246.84 323.20,247.51 328.89,248.17 ' style='stroke-width: 0.75; stroke: #9E9E9E; stroke-dasharray: 1.00,3.00,4.00,3.00;' />
+<polyline points='50.12,109.38 52.44,115.24 55.81,123.17 57.09,126.01 61.50,135.18 66.38,144.26 67.19,145.67 72.87,154.85 78.56,162.92 82.64,168.11 84.25,170.03 89.94,176.32 95.63,181.91 101.32,186.88 107.01,191.33 112.70,195.33 115.16,196.94 118.39,198.94 124.08,202.21 129.77,205.19 135.46,207.92 141.15,210.42 146.83,212.74 152.52,214.88 158.21,216.88 163.90,218.75 169.59,220.50 175.28,222.15 180.97,223.72 186.66,225.20 189.50,225.91 192.35,226.61 198.04,227.95 203.73,229.24 209.42,230.47 215.11,231.65 220.79,232.79 226.48,233.89 232.17,234.95 237.86,235.97 243.55,236.96 249.24,237.92 254.93,238.85 259.20,239.53 260.62,239.76 266.31,240.64 272.00,241.49 277.69,242.32 283.38,243.13 289.07,243.91 294.76,244.68 300.44,245.42 306.13,246.15 311.82,246.86 317.51,247.55 323.20,248.22 328.89,248.88 ' style='stroke-width: 0.75; stroke: #9E9E9E; stroke-dasharray: 1.00,3.00,4.00,3.00;' />
</g>
<defs>
<clipPath id='cpMzk4Ljk3fDcwMC4wNHw4Mi40NXwyODMuNDk='>
@@ -739,30 +739,30 @@
<g clip-path='url(#cpMzk4Ljk3fDcwMC4wNHw4Mi40NXwyODMuNDk=)'>
</g>
<g clip-path='url(#cpMC4wMHw3MjAuMDB8MC4wMHw1NzYuMDA=)'>
-<line x1='410.12' y1='283.49' x2='684.23' y2='283.49' style='stroke-width: 0.75;' />
+<line x1='410.12' y1='283.49' x2='684.32' 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='464.94' y1='283.49' x2='464.94' y2='288.24' style='stroke-width: 0.75;' />
-<line x1='519.76' y1='283.49' x2='519.76' y2='288.24' style='stroke-width: 0.75;' />
-<line x1='574.59' y1='283.49' x2='574.59' y2='288.24' style='stroke-width: 0.75;' />
-<line x1='629.41' y1='283.49' x2='629.41' y2='288.24' style='stroke-width: 0.75;' />
-<line x1='684.23' y1='283.49' x2='684.23' y2='288.24' style='stroke-width: 0.75;' />
+<line x1='464.96' y1='283.49' x2='464.96' y2='288.24' style='stroke-width: 0.75;' />
+<line x1='519.80' y1='283.49' x2='519.80' y2='288.24' style='stroke-width: 0.75;' />
+<line x1='574.64' y1='283.49' x2='574.64' y2='288.24' style='stroke-width: 0.75;' />
+<line x1='629.48' y1='283.49' x2='629.48' y2='288.24' style='stroke-width: 0.75;' />
+<line x1='684.32' y1='283.49' x2='684.32' 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='464.94' y='300.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>20</text>
-<text x='519.76' y='300.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>40</text>
-<text x='574.59' y='300.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>60</text>
-<text x='629.41' y='300.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>80</text>
-<text x='684.23' 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='256.77' x2='398.97' y2='109.17' style='stroke-width: 0.75;' />
-<line x1='398.97' y1='256.77' x2='394.21' y2='256.77' style='stroke-width: 0.75;' />
-<line x1='398.97' y1='219.87' x2='394.21' y2='219.87' style='stroke-width: 0.75;' />
+<text x='464.96' y='300.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>20</text>
+<text x='519.80' y='300.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>40</text>
+<text x='574.64' y='300.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>60</text>
+<text x='629.48' y='300.60' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>80</text>
+<text x='684.32' 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='257.94' x2='398.97' y2='108.00' style='stroke-width: 0.75;' />
+<line x1='398.97' y1='257.94' x2='394.21' y2='257.94' style='stroke-width: 0.75;' />
+<line x1='398.97' y1='220.45' x2='394.21' y2='220.45' 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='146.07' x2='394.21' y2='146.07' style='stroke-width: 0.75;' />
-<line x1='398.97' y1='109.17' x2='394.21' y2='109.17' style='stroke-width: 0.75;' />
-<text transform='translate(387.56,256.77) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='7.04px' lengthAdjust='spacingAndGlyphs'>-4</text>
-<text transform='translate(387.56,219.87) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='7.04px' lengthAdjust='spacingAndGlyphs'>-2</text>
+<line x1='398.97' y1='145.49' x2='394.21' y2='145.49' style='stroke-width: 0.75;' />
+<line x1='398.97' y1='108.00' x2='394.21' y2='108.00' style='stroke-width: 0.75;' />
+<text transform='translate(387.56,257.94) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='7.04px' lengthAdjust='spacingAndGlyphs'>-4</text>
+<text transform='translate(387.56,220.45) 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,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,146.07) 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,109.17) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>4</text>
+<text transform='translate(387.56,145.49) 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,108.00) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>4</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>
@@ -776,582 +776,582 @@
</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='166.18' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='688.89' cy='202.98' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='680.50' cy='206.47' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='680.50' cy='192.91' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='664.82' cy='130.15' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='664.82' cy='172.76' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='637.34' cy='164.21' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='637.34' cy='132.57' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='599.37' cy='172.26' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='599.37' cy='207.76' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='549.48' cy='207.77' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='549.48' cy='209.71' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='496.06' cy='182.66' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='496.06' cy='167.81' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='472.57' cy='173.19' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='472.57' cy='182.87' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='457.44' cy='193.07' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='457.44' cy='178.87' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polygon points='687.93,137.26 690.33,141.41 685.53,141.41 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='687.93,155.33 690.33,159.49 685.53,159.49 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='679.75,153.50 682.15,157.66 677.35,157.66 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='679.75,222.58 682.15,226.74 677.35,226.74 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='664.46,216.28 666.86,220.44 662.06,220.44 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='664.46,153.66 666.86,157.81 662.06,157.81 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='637.71,173.27 640.11,177.43 635.31,177.43 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='637.71,202.97 640.11,207.13 635.31,207.13 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='600.78,168.94 603.18,173.10 598.38,173.10 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='600.78,184.44 603.18,188.60 598.38,188.60 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='552.39,187.97 554.79,192.13 549.99,192.13 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='552.39,172.48 554.79,176.63 549.99,176.63 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='500.65,161.65 503.05,165.81 498.25,165.81 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='500.65,190.71 503.05,194.86 498.25,194.86 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='477.67,197.27 480.07,201.42 475.27,201.42 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='477.67,183.71 480.07,187.87 475.27,187.87 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='462.55,177.79 464.95,181.95 460.15,181.95 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='462.55,167.46 464.95,171.62 460.15,171.62 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<line x1='678.90' y1='235.75' x2='683.94' y2='235.75' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='681.42' y1='238.27' x2='681.42' y2='233.23' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='678.90' y1='162.15' x2='683.94' y2='162.15' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='681.42' y1='164.67' x2='681.42' y2='159.63' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='671.19' y1='221.46' x2='676.23' y2='221.46' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='673.71' y1='223.98' x2='673.71' y2='218.93' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='671.19' y1='144.63' x2='676.23' y2='144.63' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='673.71' y1='147.15' x2='673.71' y2='142.11' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='656.65' y1='194.97' x2='661.69' y2='194.97' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='659.17' y1='197.49' x2='659.17' y2='192.45' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='656.65' y1='171.08' x2='661.69' y2='171.08' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='659.17' y1='173.60' x2='659.17' y2='168.56' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='630.81' y1='212.86' x2='635.85' y2='212.86' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='633.33' y1='215.38' x2='633.33' y2='210.34' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='630.81' y1='233.52' x2='635.85' y2='233.52' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='633.33' y1='236.04' x2='633.33' y2='231.00' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='594.11' y1='139.34' x2='599.15' y2='139.34' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='596.63' y1='141.86' x2='596.63' y2='136.82' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='594.11' y1='183.88' x2='599.15' y2='183.88' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='596.63' y1='186.40' x2='596.63' y2='181.36' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='543.50' y1='196.40' x2='548.55' y2='196.40' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='546.02' y1='198.92' x2='546.02' y2='193.88' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='543.50' y1='158.96' x2='548.55' y2='158.96' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='546.02' y1='161.48' x2='546.02' y2='156.44' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='485.01' y1='190.33' x2='490.05' y2='190.33' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='487.53' y1='192.85' x2='487.53' y2='187.81' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='485.01' y1='177.42' x2='490.05' y2='177.42' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='487.53' y1='179.94' x2='487.53' y2='174.90' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='458.66' y1='177.34' x2='463.70' y2='177.34' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='461.18' y1='179.86' x2='461.18' y2='174.82' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='458.66' y1='181.21' x2='463.70' y2='181.21' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='461.18' y1='183.73' x2='461.18' y2='178.69' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='442.72' y1='184.35' x2='447.76' y2='184.35' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='445.24' y1='186.87' x2='445.24' y2='181.83' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='442.72' y1='190.16' x2='447.76' y2='190.16' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='445.24' y1='192.68' x2='445.24' y2='187.64' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='682.21' y1='215.82' x2='685.77' y2='212.26' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='682.21' y1='212.26' x2='685.77' y2='215.82' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='682.21' y1='142.87' x2='685.77' y2='139.30' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='682.21' y1='139.30' x2='685.77' y2='142.87' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='675.13' y1='212.70' x2='678.69' y2='209.13' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='675.13' y1='209.13' x2='678.69' y2='212.70' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='675.13' y1='176.54' x2='678.69' y2='172.98' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='675.13' y1='172.98' x2='678.69' y2='176.54' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='661.60' y1='187.95' x2='665.17' y2='184.39' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='661.60' y1='184.39' x2='665.17' y2='187.95' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='661.60' y1='200.22' x2='665.17' y2='196.65' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='661.60' y1='196.65' x2='665.17' y2='200.22' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='636.93' y1='193.11' x2='640.50' y2='189.55' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='636.93' y1='189.55' x2='640.50' y2='193.11' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='636.93' y1='196.98' x2='640.50' y2='193.42' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='636.93' y1='193.42' x2='640.50' y2='196.98' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='600.34' y1='206.99' x2='603.90' y2='203.42' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='600.34' y1='203.42' x2='603.90' y2='206.99' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='600.34' y1='161.15' x2='603.90' y2='157.59' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='600.34' y1='157.59' x2='603.90' y2='161.15' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='546.30' y1='187.53' x2='549.86' y2='183.97' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='546.30' y1='183.97' x2='549.86' y2='187.53' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='546.30' y1='183.01' x2='549.86' y2='179.45' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='546.30' y1='179.45' x2='549.86' y2='183.01' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='478.81' y1='162.22' x2='482.37' y2='158.65' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='478.81' y1='158.65' x2='482.37' y2='162.22' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='478.81' y1='192.56' x2='482.37' y2='188.99' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='478.81' y1='188.99' x2='482.37' y2='192.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='449.11' y1='196.21' x2='452.67' y2='192.64' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='449.11' y1='192.64' x2='452.67' y2='196.21' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='449.11' y1='194.27' x2='452.67' y2='190.70' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='449.11' y1='190.70' x2='452.67' y2='194.27' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='433.17' y1='185.78' x2='436.73' y2='182.22' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='433.17' y1='182.22' x2='436.73' y2='185.78' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='433.17' y1='175.45' x2='436.73' y2='171.89' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='433.17' y1='171.89' x2='436.73' y2='175.45' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<polygon points='681.67,144.78 684.19,142.26 686.71,144.78 684.19,147.30 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='681.67,209.34 684.19,206.82 686.71,209.34 684.19,211.86 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='669.87,160.25 672.39,157.73 674.91,160.25 672.39,162.77 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='669.87,247.40 672.39,244.88 674.91,247.40 672.39,249.92 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='648.73,196.97 651.25,194.45 653.77,196.97 651.25,199.49 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='648.73,176.31 651.25,173.79 653.77,176.31 651.25,178.83 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='614.61,181.82 617.13,179.30 619.65,181.82 617.13,184.34 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='614.61,164.39 617.13,161.87 619.65,164.39 617.13,166.91 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='573.49,196.65 576.01,194.13 578.53,196.65 576.01,199.17 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='573.49,184.38 576.01,181.86 578.53,184.38 576.01,186.90 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='529.07,183.72 531.59,181.20 534.11,183.72 531.59,186.24 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='529.07,161.12 531.59,158.60 534.11,161.12 531.59,163.64 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='486.90,191.56 489.42,189.04 491.94,191.56 489.42,194.08 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='486.90,166.38 489.42,163.86 491.94,166.38 489.42,168.90 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='465.24,180.57 467.76,178.05 470.28,180.57 467.76,183.09 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='465.24,181.21 467.76,178.69 470.28,181.21 467.76,183.73 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='449.85,194.03 452.37,191.51 454.89,194.03 452.37,196.55 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='449.85,190.81 452.37,188.29 454.89,190.81 452.37,193.33 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='686.33,212.00 688.73,207.84 683.93,207.84 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<polygon points='686.33,191.98 688.73,187.83 683.93,187.83 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<polygon points='677.16,153.59 679.56,149.43 674.76,149.43 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<polygon points='677.16,180.05 679.56,175.90 674.76,175.90 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<polygon points='660.27,173.20 662.67,169.05 657.87,169.05 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<polygon points='660.27,151.90 662.67,147.74 657.87,147.74 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<polygon points='631.59,221.22 633.99,217.07 629.19,217.07 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<polygon points='631.59,199.92 633.99,195.76 629.19,195.76 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<polygon points='594.08,193.55 596.48,189.40 591.68,189.40 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<polygon points='594.08,162.57 596.48,158.41 591.68,158.41 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<polygon points='549.08,204.43 551.48,200.27 546.68,200.27 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<polygon points='549.08,183.13 551.48,178.97 546.68,178.97 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<polygon points='505.92,164.77 508.32,160.61 503.52,160.61 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<polygon points='505.92,177.03 508.32,172.87 503.52,172.87 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<polygon points='486.40,191.10 488.80,186.94 484.00,186.94 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<polygon points='486.40,184.00 488.80,179.84 484.00,179.84 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<polygon points='472.34,188.97 474.74,184.81 469.94,184.81 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<polygon points='472.34,192.20 474.74,188.04 469.94,188.04 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<rect x='686.14' y='174.39' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='686.14' y1='177.95' x2='689.71' y2='174.39' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='686.14' y1='174.39' x2='689.71' y2='177.95' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<rect x='686.14' y='204.73' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='686.14' y1='208.30' x2='689.71' y2='204.73' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='686.14' y1='204.73' x2='689.71' y2='208.30' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<rect x='671.32' y='168.52' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='671.32' y1='172.09' x2='674.88' y2='168.52' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='671.32' y1='168.52' x2='674.88' y2='172.09' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<rect x='671.32' y='142.70' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='671.32' y1='146.26' x2='674.88' y2='142.70' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='671.32' y1='142.70' x2='674.88' y2='146.26' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<rect x='644.90' y='140.53' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='644.90' y1='144.10' x2='648.47' y2='140.53' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='644.90' y1='140.53' x2='648.47' y2='144.10' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<rect x='644.90' y='186.37' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='644.90' y1='189.93' x2='648.47' y2='186.37' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='644.90' y1='186.37' x2='648.47' y2='189.93' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<rect x='602.72' y='220.66' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='602.72' y1='224.23' x2='606.29' y2='220.66' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='602.72' y1='220.66' x2='606.29' y2='224.23' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<rect x='602.72' y='178.05' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='602.72' y1='181.62' x2='606.29' y2='178.05' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='602.72' y1='178.05' x2='606.29' y2='181.62' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<rect x='552.79' y='176.65' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='552.79' y1='180.21' x2='556.35' y2='176.65' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='552.79' y1='176.65' x2='556.35' y2='180.21' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<rect x='552.79' y='177.30' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='552.79' y1='180.86' x2='556.35' y2='177.30' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='552.79' y1='177.30' x2='556.35' y2='180.86' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<rect x='500.49' y='190.99' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='500.49' y1='194.56' x2='504.05' y2='190.99' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='500.49' y1='190.99' x2='504.05' y2='194.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<rect x='500.49' y='196.16' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='500.49' y1='199.72' x2='504.05' y2='196.16' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='500.49' y1='196.16' x2='504.05' y2='199.72' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<rect x='454.87' y='187.49' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='454.87' y1='191.05' x2='458.43' y2='187.49' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='454.87' y1='187.49' x2='458.43' y2='191.05' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<rect x='454.87' y='173.28' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='454.87' y1='176.85' x2='458.43' y2='173.28' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='454.87' y1='173.28' x2='458.43' y2='176.85' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<rect x='435.58' y='167.89' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='435.58' y1='171.45' x2='439.15' y2='167.89' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='435.58' y1='167.89' x2='439.15' y2='171.45' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<rect x='435.58' y='184.03' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='435.58' y1='187.59' x2='439.15' y2='184.03' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='435.58' y1='184.03' x2='439.15' y2='187.59' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<rect x='424.48' y='170.15' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='424.48' y1='173.71' x2='428.04' y2='170.15' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='424.48' y1='170.15' x2='428.04' y2='173.71' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<rect x='424.48' y='179.83' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='424.48' y1='183.40' x2='428.04' y2='179.83' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='424.48' y1='179.83' x2='428.04' y2='183.40' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='683.02' y1='181.58' x2='686.59' y2='178.02' style='stroke-width: 0.75;' />
-<line x1='683.02' y1='178.02' x2='686.59' y2='181.58' style='stroke-width: 0.75;' />
-<line x1='682.28' y1='179.80' x2='687.32' y2='179.80' style='stroke-width: 0.75;' />
-<line x1='684.80' y1='182.32' x2='684.80' y2='177.28' style='stroke-width: 0.75;' />
-<line x1='683.02' y1='169.31' x2='686.59' y2='165.75' style='stroke-width: 0.75;' />
-<line x1='683.02' y1='165.75' x2='686.59' y2='169.31' style='stroke-width: 0.75;' />
-<line x1='682.28' y1='167.53' x2='687.32' y2='167.53' style='stroke-width: 0.75;' />
-<line x1='684.80' y1='170.05' x2='684.80' y2='165.01' style='stroke-width: 0.75;' />
-<line x1='664.27' y1='255.55' x2='667.83' y2='251.98' style='stroke-width: 0.75;' />
-<line x1='664.27' y1='251.98' x2='667.83' y2='255.55' style='stroke-width: 0.75;' />
-<line x1='663.53' y1='253.77' x2='668.57' y2='253.77' style='stroke-width: 0.75;' />
-<line x1='666.05' y1='256.29' x2='666.05' y2='251.25' style='stroke-width: 0.75;' />
-<line x1='664.27' y1='165.81' x2='667.83' y2='162.25' style='stroke-width: 0.75;' />
-<line x1='664.27' y1='162.25' x2='667.83' y2='165.81' style='stroke-width: 0.75;' />
-<line x1='663.53' y1='164.03' x2='668.57' y2='164.03' style='stroke-width: 0.75;' />
-<line x1='666.05' y1='166.55' x2='666.05' y2='161.51' style='stroke-width: 0.75;' />
-<line x1='632.97' y1='161.19' x2='636.54' y2='157.63' style='stroke-width: 0.75;' />
-<line x1='632.97' y1='157.63' x2='636.54' y2='161.19' style='stroke-width: 0.75;' />
-<line x1='632.24' y1='159.41' x2='637.28' y2='159.41' style='stroke-width: 0.75;' />
-<line x1='634.76' y1='161.93' x2='634.76' y2='156.89' style='stroke-width: 0.75;' />
-<line x1='632.97' y1='196.06' x2='636.54' y2='192.49' style='stroke-width: 0.75;' />
-<line x1='632.97' y1='192.49' x2='636.54' y2='196.06' style='stroke-width: 0.75;' />
-<line x1='632.24' y1='194.27' x2='637.28' y2='194.27' style='stroke-width: 0.75;' />
-<line x1='634.76' y1='196.79' x2='634.76' y2='191.75' style='stroke-width: 0.75;' />
-<line x1='588.83' y1='208.30' x2='592.40' y2='204.73' style='stroke-width: 0.75;' />
-<line x1='588.83' y1='204.73' x2='592.40' y2='208.30' style='stroke-width: 0.75;' />
-<line x1='588.09' y1='206.52' x2='593.13' y2='206.52' style='stroke-width: 0.75;' />
-<line x1='590.61' y1='209.04' x2='590.61' y2='204.00' style='stroke-width: 0.75;' />
-<line x1='588.83' y1='164.40' x2='592.40' y2='160.83' style='stroke-width: 0.75;' />
-<line x1='588.83' y1='160.83' x2='592.40' y2='164.40' style='stroke-width: 0.75;' />
-<line x1='588.09' y1='162.62' x2='593.13' y2='162.62' style='stroke-width: 0.75;' />
-<line x1='590.61' y1='165.14' x2='590.61' y2='160.10' style='stroke-width: 0.75;' />
-<line x1='545.98' y1='192.60' x2='549.55' y2='189.04' style='stroke-width: 0.75;' />
-<line x1='545.98' y1='189.04' x2='549.55' y2='192.60' style='stroke-width: 0.75;' />
-<line x1='545.25' y1='190.82' x2='550.29' y2='190.82' style='stroke-width: 0.75;' />
-<line x1='547.77' y1='193.34' x2='547.77' y2='188.30' style='stroke-width: 0.75;' />
-<line x1='545.98' y1='170.65' x2='549.55' y2='167.09' style='stroke-width: 0.75;' />
-<line x1='545.98' y1='167.09' x2='549.55' y2='170.65' style='stroke-width: 0.75;' />
-<line x1='545.25' y1='168.87' x2='550.29' y2='168.87' style='stroke-width: 0.75;' />
-<line x1='547.77' y1='171.39' x2='547.77' y2='166.35' style='stroke-width: 0.75;' />
-<line x1='509.88' y1='185.05' x2='513.45' y2='181.48' style='stroke-width: 0.75;' />
-<line x1='509.88' y1='181.48' x2='513.45' y2='185.05' style='stroke-width: 0.75;' />
-<line x1='509.15' y1='183.27' x2='514.19' y2='183.27' style='stroke-width: 0.75;' />
-<line x1='511.67' y1='185.79' x2='511.67' y2='180.75' style='stroke-width: 0.75;' />
-<line x1='509.88' y1='185.05' x2='513.45' y2='181.48' style='stroke-width: 0.75;' />
-<line x1='509.88' y1='181.48' x2='513.45' y2='185.05' style='stroke-width: 0.75;' />
-<line x1='509.15' y1='183.27' x2='514.19' y2='183.27' style='stroke-width: 0.75;' />
-<line x1='511.67' y1='185.79' x2='511.67' y2='180.75' style='stroke-width: 0.75;' />
-<line x1='474.66' y1='207.32' x2='478.22' y2='203.75' style='stroke-width: 0.75;' />
-<line x1='474.66' y1='203.75' x2='478.22' y2='207.32' style='stroke-width: 0.75;' />
-<line x1='473.92' y1='205.54' x2='478.96' y2='205.54' style='stroke-width: 0.75;' />
-<line x1='476.44' y1='208.06' x2='476.44' y2='203.02' style='stroke-width: 0.75;' />
-<line x1='474.66' y1='165.36' x2='478.22' y2='161.79' style='stroke-width: 0.75;' />
-<line x1='474.66' y1='161.79' x2='478.22' y2='165.36' style='stroke-width: 0.75;' />
-<line x1='473.92' y1='163.57' x2='478.96' y2='163.57' style='stroke-width: 0.75;' />
-<line x1='476.44' y1='166.09' x2='476.44' y2='161.05' style='stroke-width: 0.75;' />
-<line x1='454.10' y1='185.37' x2='457.66' y2='181.81' style='stroke-width: 0.75;' />
-<line x1='454.10' y1='181.81' x2='457.66' y2='185.37' style='stroke-width: 0.75;' />
-<line x1='453.36' y1='183.59' x2='458.40' y2='183.59' style='stroke-width: 0.75;' />
-<line x1='455.88' y1='186.11' x2='455.88' y2='181.07' style='stroke-width: 0.75;' />
-<line x1='454.10' y1='182.79' x2='457.66' y2='179.22' style='stroke-width: 0.75;' />
-<line x1='454.10' y1='179.22' x2='457.66' y2='182.79' style='stroke-width: 0.75;' />
-<line x1='453.36' y1='181.01' x2='458.40' y2='181.01' style='stroke-width: 0.75;' />
-<line x1='455.88' y1='183.53' x2='455.88' y2='178.49' style='stroke-width: 0.75;' />
-<line x1='439.93' y1='183.64' x2='443.50' y2='180.08' style='stroke-width: 0.75;' />
-<line x1='439.93' y1='180.08' x2='443.50' y2='183.64' style='stroke-width: 0.75;' />
-<line x1='439.20' y1='181.86' x2='444.24' y2='181.86' style='stroke-width: 0.75;' />
-<line x1='441.72' y1='184.38' x2='441.72' y2='179.34' style='stroke-width: 0.75;' />
-<line x1='439.93' y1='175.25' x2='443.50' y2='171.68' style='stroke-width: 0.75;' />
-<line x1='439.93' y1='171.68' x2='443.50' y2='175.25' style='stroke-width: 0.75;' />
-<line x1='439.20' y1='173.47' x2='444.24' y2='173.47' style='stroke-width: 0.75;' />
-<line x1='441.72' y1='175.99' x2='441.72' y2='170.95' style='stroke-width: 0.75;' />
-<line x1='683.49' y1='141.32' x2='688.53' y2='141.32' style='stroke-width: 0.75; stroke: #DF536B;' />
-<line x1='686.01' y1='143.84' x2='686.01' y2='138.80' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polygon points='683.49,141.32 686.01,138.80 688.53,141.32 686.01,143.84 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
-<line x1='683.49' y1='198.13' x2='688.53' y2='198.13' style='stroke-width: 0.75; stroke: #DF536B;' />
-<line x1='686.01' y1='200.65' x2='686.01' y2='195.61' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polygon points='683.49,198.13 686.01,195.61 688.53,198.13 686.01,200.65 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
-<line x1='670.32' y1='202.62' x2='675.36' y2='202.62' style='stroke-width: 0.75; stroke: #DF536B;' />
-<line x1='672.84' y1='205.14' x2='672.84' y2='200.10' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polygon points='670.32,202.62 672.84,200.10 675.36,202.62 672.84,205.14 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
-<line x1='670.32' y1='211.65' x2='675.36' y2='211.65' style='stroke-width: 0.75; stroke: #DF536B;' />
-<line x1='672.84' y1='214.17' x2='672.84' y2='209.13' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polygon points='670.32,211.65 672.84,209.13 675.36,211.65 672.84,214.17 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
-<line x1='646.83' y1='151.17' x2='651.87' y2='151.17' style='stroke-width: 0.75; stroke: #DF536B;' />
-<line x1='649.35' y1='153.69' x2='649.35' y2='148.65' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polygon points='646.83,151.17 649.35,148.65 651.87,151.17 649.35,153.69 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
-<line x1='646.83' y1='165.37' x2='651.87' y2='165.37' style='stroke-width: 0.75; stroke: #DF536B;' />
-<line x1='649.35' y1='167.89' x2='649.35' y2='162.85' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polygon points='646.83,165.37 649.35,162.85 651.87,165.37 649.35,167.89 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
-<line x1='609.25' y1='198.24' x2='614.29' y2='198.24' style='stroke-width: 0.75; stroke: #DF536B;' />
-<line x1='611.77' y1='200.76' x2='611.77' y2='195.72' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polygon points='609.25,198.24 611.77,195.72 614.29,198.24 611.77,200.76 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
-<line x1='609.25' y1='229.23' x2='614.29' y2='229.23' style='stroke-width: 0.75; stroke: #DF536B;' />
-<line x1='611.77' y1='231.75' x2='611.77' y2='226.71' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polygon points='609.25,229.23 611.77,226.71 614.29,229.23 611.77,231.75 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
-<line x1='564.68' y1='173.31' x2='569.72' y2='173.31' style='stroke-width: 0.75; stroke: #DF536B;' />
-<line x1='567.20' y1='175.83' x2='567.20' y2='170.79' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polygon points='564.68,173.31 567.20,170.79 569.72,173.31 567.20,175.83 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
-<line x1='564.68' y1='198.49' x2='569.72' y2='198.49' style='stroke-width: 0.75; stroke: #DF536B;' />
-<line x1='567.20' y1='201.01' x2='567.20' y2='195.97' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polygon points='564.68,198.49 567.20,195.97 569.72,198.49 567.20,201.01 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
-<line x1='517.83' y1='155.30' x2='522.87' y2='155.30' style='stroke-width: 0.75; stroke: #DF536B;' />
-<line x1='520.35' y1='157.82' x2='520.35' y2='152.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polygon points='517.83,155.30 520.35,152.78 522.87,155.30 520.35,157.82 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
-<line x1='517.83' y1='157.23' x2='522.87' y2='157.23' style='stroke-width: 0.75; stroke: #DF536B;' />
-<line x1='520.35' y1='159.75' x2='520.35' y2='154.71' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polygon points='517.83,157.23 520.35,154.71 522.87,157.23 520.35,159.75 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
-<line x1='475.26' y1='180.94' x2='480.30' y2='180.94' style='stroke-width: 0.75; stroke: #DF536B;' />
-<line x1='477.78' y1='183.46' x2='477.78' y2='178.42' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polygon points='475.26,180.94 477.78,178.42 480.30,180.94 477.78,183.46 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
-<line x1='475.26' y1='186.11' x2='480.30' y2='186.11' style='stroke-width: 0.75; stroke: #DF536B;' />
-<line x1='477.78' y1='188.63' x2='477.78' y2='183.59' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polygon points='475.26,186.11 477.78,183.59 480.30,186.11 477.78,188.63 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
-<line x1='454.46' y1='177.13' x2='459.50' y2='177.13' style='stroke-width: 0.75; stroke: #DF536B;' />
-<line x1='456.98' y1='179.65' x2='456.98' y2='174.61' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polygon points='454.46,177.13 456.98,174.61 459.50,177.13 456.98,179.65 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
-<line x1='454.46' y1='193.27' x2='459.50' y2='193.27' style='stroke-width: 0.75; stroke: #DF536B;' />
-<line x1='456.98' y1='195.79' x2='456.98' y2='190.75' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polygon points='454.46,193.27 456.98,190.75 459.50,193.27 456.98,195.79 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
-<line x1='440.35' y1='191.02' x2='445.39' y2='191.02' style='stroke-width: 0.75; stroke: #DF536B;' />
-<line x1='442.87' y1='193.54' x2='442.87' y2='188.50' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polygon points='440.35,191.02 442.87,188.50 445.39,191.02 442.87,193.54 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
-<line x1='440.35' y1='184.57' x2='445.39' y2='184.57' style='stroke-width: 0.75; stroke: #DF536B;' />
-<line x1='442.87' y1='187.09' x2='442.87' y2='182.05' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polygon points='440.35,184.57 442.87,182.05 445.39,184.57 442.87,187.09 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
-<circle cx='687.18' cy='157.00' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='685.40' y1='157.00' x2='688.97' y2='157.00' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='687.18' y1='158.78' x2='687.18' y2='155.22' style='stroke-width: 0.75; stroke: #61D04F;' />
-<circle cx='687.18' cy='231.89' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='685.40' y1='231.89' x2='688.97' y2='231.89' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='687.18' y1='233.67' x2='687.18' y2='230.10' style='stroke-width: 0.75; stroke: #61D04F;' />
-<circle cx='680.13' cy='139.08' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='678.34' y1='139.08' x2='681.91' y2='139.08' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='680.13' y1='140.87' x2='680.13' y2='137.30' style='stroke-width: 0.75; stroke: #61D04F;' />
-<circle cx='680.13' cy='207.52' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='678.34' y1='207.52' x2='681.91' y2='207.52' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='680.13' y1='209.30' x2='680.13' y2='205.73' style='stroke-width: 0.75; stroke: #61D04F;' />
-<circle cx='666.73' cy='143.04' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='664.95' y1='143.04' x2='668.51' y2='143.04' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='666.73' y1='144.82' x2='666.73' y2='141.26' style='stroke-width: 0.75; stroke: #61D04F;' />
-<circle cx='666.73' cy='159.18' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='664.95' y1='159.18' x2='668.51' y2='159.18' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='666.73' y1='160.96' x2='666.73' y2='157.40' style='stroke-width: 0.75; stroke: #61D04F;' />
-<circle cx='642.57' cy='218.48' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='640.79' y1='218.48' x2='644.35' y2='218.48' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='642.57' y1='220.26' x2='642.57' y2='216.70' style='stroke-width: 0.75; stroke: #61D04F;' />
-<circle cx='642.57' cy='168.13' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='640.79' y1='168.13' x2='644.35' y2='168.13' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='642.57' y1='169.91' x2='642.57' y2='166.35' style='stroke-width: 0.75; stroke: #61D04F;' />
-<circle cx='607.44' cy='225.48' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='605.66' y1='225.48' x2='609.22' y2='225.48' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='607.44' y1='227.26' x2='607.44' y2='223.70' style='stroke-width: 0.75; stroke: #61D04F;' />
-<circle cx='607.44' cy='160.92' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='605.66' y1='160.92' x2='609.22' y2='160.92' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='607.44' y1='162.70' x2='607.44' y2='159.14' style='stroke-width: 0.75; stroke: #61D04F;' />
-<circle cx='557.17' cy='179.40' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='555.39' y1='179.40' x2='558.95' y2='179.40' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='557.17' y1='181.19' x2='557.17' y2='177.62' style='stroke-width: 0.75; stroke: #61D04F;' />
-<circle cx='557.17' cy='196.83' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='555.39' y1='196.83' x2='558.95' y2='196.83' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='557.17' y1='198.62' x2='557.17' y2='195.05' style='stroke-width: 0.75; stroke: #61D04F;' />
-<circle cx='496.48' cy='174.61' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='494.69' y1='174.61' x2='498.26' y2='174.61' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='496.48' y1='176.39' x2='496.48' y2='172.83' style='stroke-width: 0.75; stroke: #61D04F;' />
-<circle cx='496.48' cy='176.55' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='494.69' y1='176.55' x2='498.26' y2='176.55' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='496.48' y1='178.33' x2='496.48' y2='174.76' style='stroke-width: 0.75; stroke: #61D04F;' />
-<circle cx='468.87' cy='172.85' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='467.09' y1='172.85' x2='470.65' y2='172.85' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='468.87' y1='174.64' x2='468.87' y2='171.07' style='stroke-width: 0.75; stroke: #61D04F;' />
-<circle cx='468.87' cy='181.25' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='467.09' y1='181.25' x2='470.65' y2='181.25' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='468.87' y1='183.03' x2='468.87' y2='179.46' style='stroke-width: 0.75; stroke: #61D04F;' />
-<circle cx='452.25' cy='182.14' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='450.47' y1='182.14' x2='454.03' y2='182.14' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='452.25' y1='183.92' x2='452.25' y2='180.36' style='stroke-width: 0.75; stroke: #61D04F;' />
-<circle cx='452.25' cy='180.85' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='450.47' y1='180.85' x2='454.03' y2='180.85' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='452.25' y1='182.63' x2='452.25' y2='179.06' style='stroke-width: 0.75; stroke: #61D04F;' />
-<polygon points='684.91,240.93 687.31,236.08 682.51,236.08 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='684.91,235.39 687.31,240.24 682.51,240.24 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='684.91,151.84 687.31,146.99 682.51,146.99 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='684.91,146.30 687.31,151.15 682.51,151.15 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='679.58,229.67 681.98,224.82 677.18,224.82 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='679.58,224.12 681.98,228.97 677.18,228.97 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='679.58,123.14 681.98,118.29 677.18,118.29 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='679.58,117.60 681.98,122.45 677.18,122.45 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='669.36,243.04 671.76,238.19 666.96,238.19 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='669.36,237.50 671.76,242.35 666.96,242.35 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='669.36,169.45 671.76,164.60 666.96,164.60 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='669.36,163.90 671.76,168.75 666.96,168.75 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='650.57,138.75 652.97,133.90 648.17,133.90 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='650.57,133.21 652.97,138.06 648.17,138.06 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='650.57,211.06 652.97,206.21 648.17,206.21 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='650.57,205.52 652.97,210.37 648.17,210.37 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='622.31,178.70 624.71,173.85 619.91,173.85 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='622.31,173.15 624.71,178.00 619.91,178.00 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='622.31,164.49 624.71,159.64 619.91,159.64 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='622.31,158.95 624.71,163.80 619.91,163.80 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<circle cx='688.89' cy='165.74' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='688.89' cy='203.02' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='680.55' cy='206.66' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='680.55' cy='192.93' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='664.94' cy='129.54' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='664.94' cy='172.71' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='637.59' cy='164.38' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='637.59' cy='132.33' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='599.79' cy='172.97' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='599.79' cy='208.94' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='550.11' cy='209.50' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='550.11' cy='211.46' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='496.95' cy='184.71' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='496.95' cy='169.67' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='473.60' cy='175.46' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='473.60' cy='185.27' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='458.52' cy='195.74' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='458.52' cy='181.35' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<polygon points='687.93,136.46 690.33,140.62 685.53,140.62 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='687.93,154.78 690.33,158.94 685.53,158.94 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='679.74,152.91 682.14,157.07 677.34,157.07 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='679.74,222.90 682.14,227.06 677.34,227.06 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='664.46,216.53 666.86,220.69 662.06,220.69 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='664.46,153.09 666.86,157.25 662.06,157.25 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='637.76,173.13 640.16,177.29 635.36,177.29 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='637.76,203.22 640.16,207.37 635.36,207.37 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='601.03,169.23 603.43,173.39 598.63,173.39 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='601.03,184.93 603.43,189.09 598.63,189.09 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='552.99,189.39 555.39,193.54 550.59,193.54 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='552.99,173.69 555.39,177.84 550.59,177.84 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='501.12,162.47 503.52,166.62 498.72,166.62 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='501.12,191.90 503.52,196.06 498.72,196.06 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='477.45,196.91 479.85,201.06 475.05,201.06 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='477.45,183.17 479.85,187.33 475.05,187.33 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='461.69,175.67 464.09,179.82 459.29,179.82 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='461.69,165.20 464.09,169.36 459.29,169.36 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<line x1='679.28' y1='237.13' x2='684.32' y2='237.13' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='681.80' y1='239.65' x2='681.80' y2='234.61' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='679.28' y1='162.57' x2='684.32' y2='162.57' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='681.80' y1='165.09' x2='681.80' y2='160.05' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='671.60' y1='222.73' x2='676.64' y2='222.73' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='674.12' y1='225.25' x2='674.12' y2='220.21' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='671.60' y1='144.89' x2='676.64' y2='144.89' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='674.12' y1='147.41' x2='674.12' y2='142.37' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='657.10' y1='195.99' x2='662.14' y2='195.99' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='659.62' y1='198.51' x2='659.62' y2='193.47' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='657.10' y1='171.79' x2='662.14' y2='171.79' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='659.62' y1='174.31' x2='659.62' y2='169.27' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='631.25' y1='214.13' x2='636.29' y2='214.13' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='633.77' y1='216.65' x2='633.77' y2='211.61' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='631.25' y1='235.06' x2='636.29' y2='235.06' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='633.77' y1='237.58' x2='633.77' y2='232.54' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='594.41' y1='139.33' x2='599.45' y2='139.33' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='596.93' y1='141.85' x2='596.93' y2='136.81' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='594.41' y1='184.46' x2='599.45' y2='184.46' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='596.93' y1='186.98' x2='596.93' y2='181.94' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='543.40' y1='196.22' x2='548.44' y2='196.22' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='545.92' y1='198.74' x2='545.92' y2='193.70' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='543.40' y1='158.28' x2='548.44' y2='158.28' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='545.92' y1='160.80' x2='545.92' y2='155.76' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='484.64' y1='189.49' x2='489.68' y2='189.49' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='487.16' y1='192.01' x2='487.16' y2='186.97' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='484.64' y1='176.41' x2='489.68' y2='176.41' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='487.16' y1='178.93' x2='487.16' y2='173.89' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='458.66' y1='177.22' x2='463.70' y2='177.22' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='461.18' y1='179.74' x2='461.18' y2='174.70' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='458.66' y1='181.14' x2='463.70' y2='181.14' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='461.18' y1='183.66' x2='461.18' y2='178.62' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='443.12' y1='185.30' x2='448.16' y2='185.30' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='445.64' y1='187.82' x2='445.64' y2='182.78' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='443.12' y1='191.18' x2='448.16' y2='191.18' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='445.64' y1='193.70' x2='445.64' y2='188.66' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='682.00' y1='215.50' x2='685.56' y2='211.93' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='682.00' y1='211.93' x2='685.56' y2='215.50' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='682.00' y1='141.59' x2='685.56' y2='138.02' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='682.00' y1='138.02' x2='685.56' y2='141.59' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='675.00' y1='212.55' x2='678.57' y2='208.99' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='675.00' y1='208.99' x2='678.57' y2='212.55' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='675.00' y1='175.92' x2='678.57' y2='172.36' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='675.00' y1='172.36' x2='678.57' y2='175.92' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='661.64' y1='187.86' x2='665.20' y2='184.30' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='661.64' y1='184.30' x2='665.20' y2='187.86' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='661.64' y1='200.29' x2='665.20' y2='196.73' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='661.64' y1='196.73' x2='665.20' y2='200.29' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='637.19' y1='193.66' x2='640.76' y2='190.10' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='637.19' y1='190.10' x2='640.76' y2='193.66' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='637.19' y1='197.59' x2='640.76' y2='194.02' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='637.19' y1='194.02' x2='640.76' y2='197.59' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='600.81' y1='208.25' x2='604.37' y2='204.68' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='600.81' y1='204.68' x2='604.37' y2='208.25' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='600.81' y1='161.81' x2='604.37' y2='158.24' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='600.81' y1='158.24' x2='604.37' y2='161.81' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='546.71' y1='188.44' x2='550.28' y2='184.88' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='546.71' y1='184.88' x2='550.28' y2='188.44' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='546.71' y1='183.86' x2='550.28' y2='180.30' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='546.71' y1='180.30' x2='550.28' y2='183.86' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='478.36' y1='160.80' x2='481.93' y2='157.24' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='478.36' y1='157.24' x2='481.93' y2='160.80' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='478.36' y1='191.54' x2='481.93' y2='187.98' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='478.36' y1='187.98' x2='481.93' y2='191.54' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='448.06' y1='193.82' x2='451.62' y2='190.25' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='448.06' y1='190.25' x2='451.62' y2='193.82' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='448.06' y1='191.85' x2='451.62' y2='188.29' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='448.06' y1='188.29' x2='451.62' y2='191.85' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='431.90' y1='182.75' x2='435.46' y2='179.18' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='431.90' y1='179.18' x2='435.46' y2='182.75' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='431.90' y1='172.28' x2='435.46' y2='168.72' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='431.90' y1='168.72' x2='435.46' y2='172.28' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<polygon points='681.33,143.26 683.85,140.74 686.37,143.26 683.85,145.78 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='681.33,208.67 683.85,206.15 686.37,208.67 683.85,211.19 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='670.07,160.21 672.59,157.69 675.11,160.21 672.59,162.73 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='670.07,248.51 672.59,245.99 675.11,248.51 672.59,251.03 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='649.69,199.25 652.21,196.73 654.73,199.25 652.21,201.77 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='649.69,178.32 652.21,175.80 654.73,178.32 652.21,180.84 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='616.19,185.40 618.71,182.88 621.23,185.40 618.71,187.92 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='616.19,167.74 618.71,165.22 621.23,167.74 618.71,170.26 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='574.66,199.50 577.18,196.98 579.70,199.50 577.18,202.02 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='574.66,187.07 577.18,184.55 579.70,187.07 577.18,189.59 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='528.46,182.17 530.98,179.65 533.50,182.17 530.98,184.69 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='528.46,159.28 530.98,156.76 533.50,159.28 530.98,161.80 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='485.80,188.98 488.32,186.45 490.84,188.98 488.32,191.50 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='485.80,163.47 488.32,160.95 490.84,163.47 488.32,165.99 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='465.36,180.79 467.88,178.27 470.40,180.79 467.88,183.31 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='465.36,181.44 467.88,178.92 470.40,181.44 467.88,183.96 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='450.89,196.64 453.41,194.12 455.93,196.64 453.41,199.16 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='450.89,193.37 453.41,190.85 455.93,193.37 453.41,195.89 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='686.25,211.92 688.65,207.76 683.85,207.76 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<polygon points='686.25,191.64 688.65,187.49 683.85,187.49 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<polygon points='677.18,153.00 679.58,148.84 674.78,148.84 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<polygon points='677.18,179.82 679.58,175.66 674.78,175.66 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<polygon points='660.45,173.26 662.85,169.10 658.05,169.10 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<polygon points='660.45,151.68 662.85,147.52 658.05,147.52 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<polygon points='631.91,222.28 634.31,218.12 629.51,218.12 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<polygon points='631.91,200.69 634.31,196.53 629.51,196.53 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<polygon points='594.33,194.10 596.73,189.95 591.93,189.95 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<polygon points='594.33,162.71 596.73,158.55 591.93,158.55 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<polygon points='548.86,204.04 551.26,199.89 546.46,199.89 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<polygon points='548.86,182.46 551.26,178.30 546.46,178.30 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<polygon points='505.42,163.21 507.82,159.05 503.02,159.05 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<polygon points='505.42,175.63 507.82,171.48 503.02,171.48 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<polygon points='486.38,191.04 488.78,186.89 483.98,186.89 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<polygon points='486.38,183.85 488.78,179.69 483.98,179.69 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<polygon points='472.84,190.16 475.24,186.00 470.44,186.00 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<polygon points='472.84,193.43 475.24,189.27 470.44,189.27 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<rect x='686.22' y='174.27' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='686.22' y1='177.84' x2='689.79' y2='174.27' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='686.22' y1='174.27' x2='689.79' y2='177.84' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<rect x='686.22' y='205.02' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='686.22' y1='208.58' x2='689.79' y2='205.02' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='686.22' y1='205.02' x2='689.79' y2='208.58' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<rect x='671.29' y='168.07' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='671.29' y1='171.64' x2='674.85' y2='168.07' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='671.29' y1='168.07' x2='674.85' y2='171.64' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<rect x='671.29' y='141.91' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='671.29' y1='145.47' x2='674.85' y2='141.91' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='671.29' y1='141.91' x2='674.85' y2='145.47' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<rect x='644.73' y='139.39' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='644.73' y1='142.96' x2='648.29' y2='139.39' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='644.73' y1='139.39' x2='648.29' y2='142.96' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<rect x='644.73' y='185.83' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='644.73' y1='189.40' x2='648.29' y2='185.83' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='644.73' y1='185.83' x2='648.29' y2='189.40' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<rect x='602.48' y='220.45' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='602.48' y1='224.02' x2='606.05' y2='220.45' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='602.48' y1='220.45' x2='606.05' y2='224.02' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<rect x='602.48' y='177.28' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='602.48' y1='180.85' x2='606.05' y2='177.28' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='602.48' y1='177.28' x2='606.05' y2='180.85' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<rect x='552.72' y='176.32' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='552.72' y1='179.88' x2='556.28' y2='176.32' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='552.72' y1='176.32' x2='556.28' y2='179.88' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<rect x='552.72' y='176.97' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='552.72' y1='180.54' x2='556.28' y2='176.97' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='552.72' y1='176.97' x2='556.28' y2='180.54' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<rect x='500.71' y='191.58' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='500.71' y1='195.15' x2='504.28' y2='191.58' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='500.71' y1='191.58' x2='504.28' y2='195.15' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<rect x='500.71' y='196.82' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='500.71' y1='200.38' x2='504.28' y2='196.82' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='500.71' y1='196.82' x2='504.28' y2='200.38' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<rect x='454.72' y='187.17' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='454.72' y1='190.74' x2='458.28' y2='187.17' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='454.72' y1='187.17' x2='458.28' y2='190.74' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<rect x='454.72' y='172.78' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='454.72' y1='176.35' x2='458.28' y2='172.78' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='454.72' y1='172.78' x2='458.28' y2='176.35' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<rect x='435.10' y='166.54' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='435.10' y1='170.11' x2='438.66' y2='166.54' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='435.10' y1='166.54' x2='438.66' y2='170.11' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<rect x='435.10' y='182.90' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='435.10' y1='186.46' x2='438.66' y2='182.90' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='435.10' y1='182.90' x2='438.66' y2='186.46' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<rect x='423.94' y='168.70' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='423.94' y1='172.26' x2='427.50' y2='168.70' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='423.94' y1='168.70' x2='427.50' y2='172.26' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<rect x='423.94' y='178.51' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='423.94' y1='182.07' x2='427.50' y2='178.51' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='423.94' y1='178.51' x2='427.50' y2='182.07' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='685.01' y1='186.06' x2='688.58' y2='182.50' style='stroke-width: 0.75;' />
+<line x1='685.01' y1='182.50' x2='688.58' y2='186.06' style='stroke-width: 0.75;' />
+<line x1='684.27' y1='184.28' x2='689.31' y2='184.28' style='stroke-width: 0.75;' />
+<line x1='686.79' y1='186.80' x2='686.79' y2='181.76' style='stroke-width: 0.75;' />
+<line x1='685.01' y1='173.64' x2='688.58' y2='170.07' style='stroke-width: 0.75;' />
+<line x1='685.01' y1='170.07' x2='688.58' y2='173.64' style='stroke-width: 0.75;' />
+<line x1='684.27' y1='171.85' x2='689.31' y2='171.85' style='stroke-width: 0.75;' />
+<line x1='686.79' y1='174.37' x2='686.79' y2='169.33' style='stroke-width: 0.75;' />
+<line x1='665.23' y1='258.57' x2='668.79' y2='255.00' style='stroke-width: 0.75;' />
+<line x1='665.23' y1='255.00' x2='668.79' y2='258.57' style='stroke-width: 0.75;' />
+<line x1='664.49' y1='256.79' x2='669.53' y2='256.79' style='stroke-width: 0.75;' />
+<line x1='667.01' y1='259.31' x2='667.01' y2='254.27' style='stroke-width: 0.75;' />
+<line x1='665.23' y1='167.65' x2='668.79' y2='164.09' style='stroke-width: 0.75;' />
+<line x1='665.23' y1='164.09' x2='668.79' y2='167.65' style='stroke-width: 0.75;' />
+<line x1='664.49' y1='165.87' x2='669.53' y2='165.87' style='stroke-width: 0.75;' />
+<line x1='667.01' y1='168.39' x2='667.01' y2='163.35' style='stroke-width: 0.75;' />
+<line x1='632.70' y1='160.04' x2='636.26' y2='156.48' style='stroke-width: 0.75;' />
+<line x1='632.70' y1='156.48' x2='636.26' y2='160.04' style='stroke-width: 0.75;' />
+<line x1='631.96' y1='158.26' x2='637.00' y2='158.26' style='stroke-width: 0.75;' />
+<line x1='634.48' y1='160.78' x2='634.48' y2='155.74' style='stroke-width: 0.75;' />
+<line x1='632.70' y1='195.36' x2='636.26' y2='191.80' style='stroke-width: 0.75;' />
+<line x1='632.70' y1='191.80' x2='636.26' y2='195.36' style='stroke-width: 0.75;' />
+<line x1='631.96' y1='193.58' x2='637.00' y2='193.58' style='stroke-width: 0.75;' />
+<line x1='634.48' y1='196.10' x2='634.48' y2='191.06' style='stroke-width: 0.75;' />
+<line x1='587.99' y1='206.46' x2='591.56' y2='202.90' style='stroke-width: 0.75;' />
+<line x1='587.99' y1='202.90' x2='591.56' y2='206.46' style='stroke-width: 0.75;' />
+<line x1='587.26' y1='204.68' x2='592.30' y2='204.68' style='stroke-width: 0.75;' />
+<line x1='589.78' y1='207.20' x2='589.78' y2='202.16' style='stroke-width: 0.75;' />
+<line x1='587.99' y1='161.99' x2='591.56' y2='158.42' style='stroke-width: 0.75;' />
+<line x1='587.99' y1='158.42' x2='591.56' y2='161.99' style='stroke-width: 0.75;' />
+<line x1='587.26' y1='160.20' x2='592.30' y2='160.20' style='stroke-width: 0.75;' />
+<line x1='589.78' y1='162.72' x2='589.78' y2='157.68' style='stroke-width: 0.75;' />
+<line x1='546.16' y1='193.00' x2='549.72' y2='189.44' style='stroke-width: 0.75;' />
+<line x1='546.16' y1='189.44' x2='549.72' y2='193.00' style='stroke-width: 0.75;' />
+<line x1='545.42' y1='191.22' x2='550.46' y2='191.22' style='stroke-width: 0.75;' />
+<line x1='547.94' y1='193.74' x2='547.94' y2='188.70' style='stroke-width: 0.75;' />
+<line x1='546.16' y1='170.76' x2='549.72' y2='167.20' style='stroke-width: 0.75;' />
+<line x1='546.16' y1='167.20' x2='549.72' y2='170.76' style='stroke-width: 0.75;' />
+<line x1='545.42' y1='168.98' x2='550.46' y2='168.98' style='stroke-width: 0.75;' />
+<line x1='547.94' y1='171.50' x2='547.94' y2='166.46' style='stroke-width: 0.75;' />
+<line x1='511.39' y1='188.56' x2='514.95' y2='185.00' style='stroke-width: 0.75;' />
+<line x1='511.39' y1='185.00' x2='514.95' y2='188.56' style='stroke-width: 0.75;' />
+<line x1='510.65' y1='186.78' x2='515.69' y2='186.78' style='stroke-width: 0.75;' />
+<line x1='513.17' y1='189.30' x2='513.17' y2='184.26' style='stroke-width: 0.75;' />
+<line x1='511.39' y1='188.56' x2='514.95' y2='185.00' style='stroke-width: 0.75;' />
+<line x1='511.39' y1='185.00' x2='514.95' y2='188.56' style='stroke-width: 0.75;' />
+<line x1='510.65' y1='186.78' x2='515.69' y2='186.78' style='stroke-width: 0.75;' />
+<line x1='513.17' y1='189.30' x2='513.17' y2='184.26' style='stroke-width: 0.75;' />
+<line x1='475.30' y1='209.09' x2='478.86' y2='205.53' style='stroke-width: 0.75;' />
+<line x1='475.30' y1='205.53' x2='478.86' y2='209.09' style='stroke-width: 0.75;' />
+<line x1='474.56' y1='207.31' x2='479.60' y2='207.31' style='stroke-width: 0.75;' />
+<line x1='477.08' y1='209.83' x2='477.08' y2='204.79' style='stroke-width: 0.75;' />
+<line x1='475.30' y1='166.58' x2='478.86' y2='163.01' style='stroke-width: 0.75;' />
+<line x1='475.30' y1='163.01' x2='478.86' y2='166.58' style='stroke-width: 0.75;' />
+<line x1='474.56' y1='164.80' x2='479.60' y2='164.80' style='stroke-width: 0.75;' />
+<line x1='477.08' y1='167.32' x2='477.08' y2='162.28' style='stroke-width: 0.75;' />
+<line x1='453.94' y1='184.96' x2='457.51' y2='181.40' style='stroke-width: 0.75;' />
+<line x1='453.94' y1='181.40' x2='457.51' y2='184.96' style='stroke-width: 0.75;' />
+<line x1='453.20' y1='183.18' x2='458.24' y2='183.18' style='stroke-width: 0.75;' />
+<line x1='455.72' y1='185.70' x2='455.72' y2='180.66' style='stroke-width: 0.75;' />
+<line x1='453.94' y1='182.35' x2='457.51' y2='178.78' style='stroke-width: 0.75;' />
+<line x1='453.94' y1='178.78' x2='457.51' y2='182.35' style='stroke-width: 0.75;' />
+<line x1='453.20' y1='180.56' x2='458.24' y2='180.56' style='stroke-width: 0.75;' />
+<line x1='455.72' y1='183.08' x2='455.72' y2='178.04' style='stroke-width: 0.75;' />
+<line x1='439.40' y1='182.34' x2='442.97' y2='178.77' style='stroke-width: 0.75;' />
+<line x1='439.40' y1='178.77' x2='442.97' y2='182.34' style='stroke-width: 0.75;' />
+<line x1='438.67' y1='180.56' x2='443.71' y2='180.56' style='stroke-width: 0.75;' />
+<line x1='441.19' y1='183.08' x2='441.19' y2='178.04' style='stroke-width: 0.75;' />
+<line x1='439.40' y1='173.83' x2='442.97' y2='170.27' style='stroke-width: 0.75;' />
+<line x1='439.40' y1='170.27' x2='442.97' y2='173.83' style='stroke-width: 0.75;' />
+<line x1='438.67' y1='172.05' x2='443.71' y2='172.05' style='stroke-width: 0.75;' />
+<line x1='441.19' y1='174.57' x2='441.19' y2='169.53' style='stroke-width: 0.75;' />
+<line x1='683.45' y1='140.46' x2='688.49' y2='140.46' style='stroke-width: 0.75; stroke: #DF536B;' />
+<line x1='685.97' y1='142.98' x2='685.97' y2='137.94' style='stroke-width: 0.75; stroke: #DF536B;' />
+<polygon points='683.45,140.46 685.97,137.94 688.49,140.46 685.97,142.98 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
+<line x1='683.45' y1='198.02' x2='688.49' y2='198.02' style='stroke-width: 0.75; stroke: #DF536B;' />
+<line x1='685.97' y1='200.54' x2='685.97' y2='195.50' style='stroke-width: 0.75; stroke: #DF536B;' />
+<polygon points='683.45,198.02 685.97,195.50 688.49,198.02 685.97,200.54 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
+<line x1='670.20' y1='202.39' x2='675.24' y2='202.39' style='stroke-width: 0.75; stroke: #DF536B;' />
+<line x1='672.72' y1='204.91' x2='672.72' y2='199.87' style='stroke-width: 0.75; stroke: #DF536B;' />
+<polygon points='670.20,202.39 672.72,199.87 675.24,202.39 672.72,204.91 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
+<line x1='670.20' y1='211.55' x2='675.24' y2='211.55' style='stroke-width: 0.75; stroke: #DF536B;' />
+<line x1='672.72' y1='214.07' x2='672.72' y2='209.03' style='stroke-width: 0.75; stroke: #DF536B;' />
+<polygon points='670.20,211.55 672.72,209.03 675.24,211.55 672.72,214.07 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
+<line x1='646.65' y1='150.12' x2='651.69' y2='150.12' style='stroke-width: 0.75; stroke: #DF536B;' />
+<line x1='649.17' y1='152.64' x2='649.17' y2='147.60' style='stroke-width: 0.75; stroke: #DF536B;' />
+<polygon points='646.65,150.12 649.17,147.60 651.69,150.12 649.17,152.64 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
+<line x1='646.65' y1='164.51' x2='651.69' y2='164.51' style='stroke-width: 0.75; stroke: #DF536B;' />
+<line x1='649.17' y1='167.03' x2='649.17' y2='161.99' style='stroke-width: 0.75; stroke: #DF536B;' />
+<polygon points='646.65,164.51 649.17,161.99 651.69,164.51 649.17,167.03 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
+<line x1='609.14' y1='198.02' x2='614.18' y2='198.02' style='stroke-width: 0.75; stroke: #DF536B;' />
+<line x1='611.66' y1='200.54' x2='611.66' y2='195.50' style='stroke-width: 0.75; stroke: #DF536B;' />
+<polygon points='609.14,198.02 611.66,195.50 614.18,198.02 611.66,200.54 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
+<line x1='609.14' y1='229.41' x2='614.18' y2='229.41' style='stroke-width: 0.75; stroke: #DF536B;' />
+<line x1='611.66' y1='231.93' x2='611.66' y2='226.89' style='stroke-width: 0.75; stroke: #DF536B;' />
+<polygon points='609.14,229.41 611.66,226.89 614.18,229.41 611.66,231.93 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
+<line x1='564.93' y1='173.66' x2='569.97' y2='173.66' style='stroke-width: 0.75; stroke: #DF536B;' />
+<line x1='567.45' y1='176.18' x2='567.45' y2='171.14' style='stroke-width: 0.75; stroke: #DF536B;' />
+<polygon points='564.93,173.66 567.45,171.14 569.97,173.66 567.45,176.18 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
+<line x1='564.93' y1='199.17' x2='569.97' y2='199.17' style='stroke-width: 0.75; stroke: #DF536B;' />
+<line x1='567.45' y1='201.69' x2='567.45' y2='196.65' style='stroke-width: 0.75; stroke: #DF536B;' />
+<polygon points='564.93,199.17 567.45,196.65 569.97,199.17 567.45,201.69 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
+<line x1='518.54' y1='156.54' x2='523.58' y2='156.54' style='stroke-width: 0.75; stroke: #DF536B;' />
+<line x1='521.06' y1='159.06' x2='521.06' y2='154.02' style='stroke-width: 0.75; stroke: #DF536B;' />
+<polygon points='518.54,156.54 521.06,154.02 523.58,156.54 521.06,159.06 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
+<line x1='518.54' y1='158.50' x2='523.58' y2='158.50' style='stroke-width: 0.75; stroke: #DF536B;' />
+<line x1='521.06' y1='161.02' x2='521.06' y2='155.98' style='stroke-width: 0.75; stroke: #DF536B;' />
+<polygon points='518.54,158.50 521.06,155.98 523.58,158.50 521.06,161.02 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
+<line x1='475.35' y1='181.06' x2='480.39' y2='181.06' style='stroke-width: 0.75; stroke: #DF536B;' />
+<line x1='477.87' y1='183.58' x2='477.87' y2='178.54' style='stroke-width: 0.75; stroke: #DF536B;' />
+<polygon points='475.35,181.06 477.87,178.54 480.39,181.06 477.87,183.58 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
+<line x1='475.35' y1='186.30' x2='480.39' y2='186.30' style='stroke-width: 0.75; stroke: #DF536B;' />
+<line x1='477.87' y1='188.82' x2='477.87' y2='183.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<polygon points='475.35,186.30 477.87,183.78 480.39,186.30 477.87,188.82 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
+<line x1='453.82' y1='175.50' x2='458.86' y2='175.50' style='stroke-width: 0.75; stroke: #DF536B;' />
+<line x1='456.34' y1='178.02' x2='456.34' y2='172.98' style='stroke-width: 0.75; stroke: #DF536B;' />
+<polygon points='453.82,175.50 456.34,172.98 458.86,175.50 456.34,178.02 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
+<line x1='453.82' y1='191.86' x2='458.86' y2='191.86' style='stroke-width: 0.75; stroke: #DF536B;' />
+<line x1='456.34' y1='194.38' x2='456.34' y2='189.34' style='stroke-width: 0.75; stroke: #DF536B;' />
+<polygon points='453.82,191.86 456.34,189.34 458.86,191.86 456.34,194.38 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
+<line x1='439.37' y1='188.78' x2='444.41' y2='188.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<line x1='441.89' y1='191.30' x2='441.89' y2='186.26' style='stroke-width: 0.75; stroke: #DF536B;' />
+<polygon points='439.37,188.78 441.89,186.26 444.41,188.78 441.89,191.30 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
+<line x1='439.37' y1='182.24' x2='444.41' y2='182.24' style='stroke-width: 0.75; stroke: #DF536B;' />
+<line x1='441.89' y1='184.76' x2='441.89' y2='179.72' style='stroke-width: 0.75; stroke: #DF536B;' />
+<polygon points='439.37,182.24 441.89,179.72 444.41,182.24 441.89,184.76 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
+<circle cx='687.07' cy='156.16' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='685.29' y1='156.16' x2='688.85' y2='156.16' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='687.07' y1='157.95' x2='687.07' y2='154.38' style='stroke-width: 0.75; stroke: #61D04F;' />
+<circle cx='687.07' cy='232.04' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='685.29' y1='232.04' x2='688.85' y2='232.04' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='687.07' y1='233.82' x2='687.07' y2='230.26' style='stroke-width: 0.75; stroke: #61D04F;' />
+<circle cx='680.16' cy='138.36' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='678.38' y1='138.36' x2='681.94' y2='138.36' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='680.16' y1='140.15' x2='680.16' y2='136.58' style='stroke-width: 0.75; stroke: #61D04F;' />
+<circle cx='680.16' cy='207.70' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='678.38' y1='207.70' x2='681.94' y2='207.70' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='680.16' y1='209.48' x2='680.16' y2='205.92' style='stroke-width: 0.75; stroke: #61D04F;' />
+<circle cx='667.02' cy='143.00' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='665.24' y1='143.00' x2='668.80' y2='143.00' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='667.02' y1='144.78' x2='667.02' y2='141.21' style='stroke-width: 0.75; stroke: #61D04F;' />
+<circle cx='667.02' cy='159.35' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='665.24' y1='159.35' x2='668.80' y2='159.35' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='667.02' y1='161.13' x2='667.02' y2='157.57' style='stroke-width: 0.75; stroke: #61D04F;' />
+<circle cx='643.26' cy='220.40' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='641.47' y1='220.40' x2='645.04' y2='220.40' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='643.26' y1='222.19' x2='643.26' y2='218.62' style='stroke-width: 0.75; stroke: #61D04F;' />
+<circle cx='643.26' cy='169.38' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='641.47' y1='169.38' x2='645.04' y2='169.38' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='643.26' y1='171.17' x2='643.26' y2='167.60' style='stroke-width: 0.75; stroke: #61D04F;' />
+<circle cx='608.54' cy='228.50' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='606.76' y1='228.50' x2='610.32' y2='228.50' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='608.54' y1='230.29' x2='608.54' y2='226.72' style='stroke-width: 0.75; stroke: #61D04F;' />
+<circle cx='608.54' cy='163.10' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='606.76' y1='163.10' x2='610.32' y2='163.10' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='608.54' y1='164.88' x2='608.54' y2='161.31' style='stroke-width: 0.75; stroke: #61D04F;' />
+<circle cx='558.44' cy='182.25' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='556.65' y1='182.25' x2='560.22' y2='182.25' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='558.44' y1='184.03' x2='558.44' y2='180.47' style='stroke-width: 0.75; stroke: #61D04F;' />
+<circle cx='558.44' cy='199.91' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='556.65' y1='199.91' x2='560.22' y2='199.91' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='558.44' y1='201.69' x2='558.44' y2='198.13' style='stroke-width: 0.75; stroke: #61D04F;' />
+<circle cx='497.04' cy='175.78' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='495.26' y1='175.78' x2='498.83' y2='175.78' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='497.04' y1='177.56' x2='497.04' y2='174.00' style='stroke-width: 0.75; stroke: #61D04F;' />
+<circle cx='497.04' cy='177.74' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='495.26' y1='177.74' x2='498.83' y2='177.74' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='497.04' y1='179.53' x2='497.04' y2='175.96' style='stroke-width: 0.75; stroke: #61D04F;' />
+<circle cx='468.81' cy='172.53' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='467.03' y1='172.53' x2='470.59' y2='172.53' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='468.81' y1='174.32' x2='468.81' y2='170.75' style='stroke-width: 0.75; stroke: #61D04F;' />
+<circle cx='468.81' cy='181.04' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='467.03' y1='181.04' x2='470.59' y2='181.04' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='468.81' y1='182.82' x2='468.81' y2='179.26' style='stroke-width: 0.75; stroke: #61D04F;' />
+<circle cx='451.84' cy='181.12' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='450.06' y1='181.12' x2='453.63' y2='181.12' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='451.84' y1='182.90' x2='451.84' y2='179.34' style='stroke-width: 0.75; stroke: #61D04F;' />
+<circle cx='451.84' cy='179.81' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='450.06' y1='179.81' x2='453.63' y2='179.81' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='451.84' y1='181.59' x2='451.84' y2='178.03' style='stroke-width: 0.75; stroke: #61D04F;' />
+<polygon points='685.21,242.16 687.61,237.31 682.82,237.31 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='685.21,236.61 687.61,241.46 682.82,241.46 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='685.21,151.89 687.61,147.04 682.82,147.04 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='685.21,146.35 687.61,151.20 682.82,151.20 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='679.87,230.71 682.27,225.86 677.47,225.86 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='679.87,225.17 682.27,230.02 677.47,230.02 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='679.87,122.79 682.27,117.94 677.47,117.94 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='679.87,117.25 682.27,122.10 677.47,122.10 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='669.62,244.21 672.02,239.36 667.22,239.36 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='669.62,238.66 672.02,243.51 667.22,243.51 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='669.62,169.64 672.02,164.79 667.22,164.79 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='669.62,164.10 672.02,168.95 667.22,168.95 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='650.78,138.43 653.18,133.58 648.38,133.58 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='650.78,132.89 653.18,137.74 648.38,137.74 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='650.78,211.69 653.18,206.84 648.38,206.84 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='650.78,206.15 653.18,211.00 648.38,211.00 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='622.43,178.73 624.83,173.88 620.03,173.88 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='622.43,173.19 624.83,178.04 620.03,178.04 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='622.43,164.34 624.83,159.49 620.03,159.49 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='622.43,158.80 624.83,163.65 620.03,163.65 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='579.37,194.42 581.77,189.57 576.97,189.57 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
<polygon points='579.37,188.87 581.77,193.72 576.97,193.72 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='579.37,199.58 581.77,194.73 576.97,194.73 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='579.37,194.04 581.77,198.89 576.97,198.89 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='521.84,177.08 524.24,172.23 519.44,172.23 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='521.84,171.54 524.24,176.39 519.44,176.39 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='521.84,178.37 524.24,173.52 519.44,173.52 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='521.84,172.83 524.24,177.68 519.44,177.68 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='492.82,171.99 495.22,167.14 490.42,167.14 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='492.82,166.45 495.22,171.30 490.42,171.30 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='492.82,194.58 495.22,189.73 490.42,189.73 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='492.82,189.04 495.22,193.89 490.42,193.89 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='474.26,192.84 476.66,187.99 471.86,187.99 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='474.26,187.30 476.66,192.15 471.86,192.15 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='474.26,191.55 476.66,186.70 471.86,186.70 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='474.26,186.01 476.66,190.86 471.86,190.86 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<line x1='684.84' y1='206.03' x2='688.40' y2='206.03' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='686.62' y1='207.81' x2='686.62' y2='204.25' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<rect x='684.84' y='204.25' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='684.84' y1='158.90' x2='688.40' y2='158.90' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='686.62' y1='160.69' x2='686.62' y2='157.12' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<rect x='684.84' y='157.12' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='677.68' y1='189.16' x2='681.24' y2='189.16' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='679.46' y1='190.94' x2='679.46' y2='187.38' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<rect x='677.68' y='187.38' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='677.68' y1='178.19' x2='681.24' y2='178.19' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='679.46' y1='179.97' x2='679.46' y2='176.40' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<rect x='677.68' y='176.40' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='664.07' y1='177.78' x2='667.64' y2='177.78' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='665.86' y1='179.56' x2='665.86' y2='176.00' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<rect x='664.07' y='176.00' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='664.07' y1='173.91' x2='667.64' y2='173.91' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='665.86' y1='175.69' x2='665.86' y2='172.13' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<rect x='664.07' y='172.13' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='639.52' y1='159.97' x2='643.08' y2='159.97' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='641.30' y1='161.75' x2='641.30' y2='158.19' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<rect x='639.52' y='158.19' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='639.52' y1='181.92' x2='643.08' y2='181.92' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='641.30' y1='183.70' x2='641.30' y2='180.14' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<rect x='639.52' y='180.14' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='603.74' y1='188.04' x2='607.30' y2='188.04' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='605.52' y1='189.83' x2='605.52' y2='186.26' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<rect x='603.74' y='186.26' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='603.74' y1='215.80' x2='607.30' y2='215.80' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='605.52' y1='217.59' x2='605.52' y2='214.02' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<rect x='603.74' y='214.02' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='552.40' y1='173.00' x2='555.96' y2='173.00' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='554.18' y1='174.78' x2='554.18' y2='171.21' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<rect x='552.40' y='171.21' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='552.40' y1='167.19' x2='555.96' y2='167.19' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='554.18' y1='168.97' x2='554.18' y2='165.40' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<rect x='552.40' y='165.40' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='490.20' y1='175.01' x2='493.77' y2='175.01' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='491.99' y1='176.79' x2='491.99' y2='173.23' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<rect x='490.20' y='173.23' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='490.20' y1='196.96' x2='493.77' y2='196.96' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='491.99' y1='198.74' x2='491.99' y2='195.18' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<rect x='490.20' y='195.18' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='462.13' y1='172.15' x2='465.69' y2='172.15' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='463.91' y1='173.93' x2='463.91' y2='170.37' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<rect x='462.13' y='170.37' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='462.13' y1='195.39' x2='465.69' y2='195.39' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='463.91' y1='197.17' x2='463.91' y2='193.61' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<rect x='462.13' y='193.61' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='445.60' y1='193.25' x2='449.16' y2='193.25' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='447.38' y1='195.04' x2='447.38' y2='191.47' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<rect x='445.60' y='191.47' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='445.60' y1='173.24' x2='449.16' y2='173.24' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='447.38' y1='175.02' x2='447.38' y2='171.46' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<rect x='445.60' y='171.46' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<circle cx='684.05' cy='188.34' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='682.26' y1='190.13' x2='685.83' y2='186.56' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='682.26' y1='186.56' x2='685.83' y2='190.13' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<circle cx='684.05' cy='191.57' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='682.26' y1='193.35' x2='685.83' y2='189.79' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='682.26' y1='189.79' x2='685.83' y2='193.35' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<circle cx='675.74' cy='172.66' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='673.96' y1='174.44' x2='677.52' y2='170.88' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='673.96' y1='170.88' x2='677.52' y2='174.44' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<circle cx='675.74' cy='195.26' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='673.96' y1='197.04' x2='677.52' y2='193.47' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='673.96' y1='193.47' x2='677.52' y2='197.04' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<circle cx='660.11' cy='189.44' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='658.33' y1='191.22' x2='661.90' y2='187.65' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='658.33' y1='187.65' x2='661.90' y2='191.22' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<circle cx='660.11' cy='199.12' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='658.33' y1='200.90' x2='661.90' y2='197.34' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='658.33' y1='197.34' x2='661.90' y2='200.90' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<circle cx='632.38' cy='137.03' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='630.60' y1='138.81' x2='634.16' y2='135.25' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='630.60' y1='135.25' x2='634.16' y2='138.81' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<circle cx='632.38' cy='195.13' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='630.60' y1='196.92' x2='634.16' y2='193.35' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='630.60' y1='193.35' x2='634.16' y2='196.92' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<circle cx='593.18' cy='204.81' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='591.40' y1='206.59' x2='594.96' y2='203.03' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='591.40' y1='203.03' x2='594.96' y2='206.59' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<circle cx='593.18' cy='164.78' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='591.40' y1='166.57' x2='594.96' y2='163.00' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='591.40' y1='163.00' x2='594.96' y2='166.57' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<circle cx='539.68' cy='204.69' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='537.89' y1='206.47' x2='541.46' y2='202.91' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='537.89' y1='202.91' x2='541.46' y2='206.47' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<circle cx='539.68' cy='191.13' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='537.89' y1='192.92' x2='541.46' y2='189.35' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='537.89' y1='189.35' x2='541.46' y2='192.92' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<circle cx='479.61' cy='192.35' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='477.83' y1='194.13' x2='481.40' y2='190.57' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='477.83' y1='190.57' x2='481.40' y2='194.13' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<circle cx='479.61' cy='174.92' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='477.83' y1='176.70' x2='481.40' y2='173.14' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='477.83' y1='173.14' x2='481.40' y2='176.70' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<circle cx='453.97' cy='167.45' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='452.18' y1='169.23' x2='455.75' y2='165.67' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='452.18' y1='165.67' x2='455.75' y2='169.23' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<circle cx='453.97' cy='179.72' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='452.18' y1='181.50' x2='455.75' y2='177.94' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='452.18' y1='177.94' x2='455.75' y2='181.50' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<circle cx='439.18' cy='183.00' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='437.40' y1='184.78' x2='440.97' y2='181.22' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='437.40' y1='181.22' x2='440.97' y2='184.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<circle cx='439.18' cy='186.87' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='437.40' y1='188.65' x2='440.97' y2='185.09' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='437.40' y1='185.09' x2='440.97' y2='188.65' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<polygon points='683.65,226.96 685.44,230.52 681.87,230.52 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<rect x='681.87' y='226.96' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
-<polygon points='683.65,155.94 685.44,159.51 681.87,159.51 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<rect x='681.87' y='155.94' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
-<polygon points='673.44,175.78 675.22,179.34 671.66,179.34 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<rect x='671.66' y='175.78' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
-<polygon points='673.44,230.01 675.22,233.57 671.66,233.57 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<rect x='671.66' y='230.01' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
-<polygon points='654.65,172.20 656.43,175.76 652.87,175.76 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<rect x='652.87' y='172.20' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
-<polygon points='654.65,174.14 656.43,177.70 652.87,177.70 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<rect x='652.87' y='174.14' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
-<polygon points='622.75,192.63 624.53,196.19 620.97,196.19 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<rect x='620.97' y='192.63' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
-<polygon points='622.75,124.84 624.53,128.40 620.97,128.40 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<rect x='620.97' y='124.84' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
-<polygon points='580.90,187.03 582.69,190.60 579.12,190.60 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<rect x='579.12' y='187.03' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
-<polygon points='580.90,210.27 582.69,213.84 579.12,213.84 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<rect x='579.12' y='210.27' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
-<polygon points='529.85,164.28 531.63,167.84 528.07,167.84 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<rect x='528.07' y='164.28' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
-<polygon points='529.85,186.87 531.63,190.44 528.07,190.44 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<rect x='528.07' y='186.87' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
-<polygon points='478.20,177.56 479.99,181.13 476.42,181.13 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<rect x='476.42' y='177.56' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
-<polygon points='478.20,180.79 479.99,184.36 476.42,184.36 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<rect x='476.42' y='180.79' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
-<polygon points='455.04,179.18 456.82,182.74 453.26,182.74 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<rect x='453.26' y='179.18' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
-<polygon points='455.04,181.11 456.82,184.68 453.26,184.68 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<rect x='453.26' y='181.11' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
-<polygon points='440.47,183.59 442.25,187.16 438.69,187.16 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<rect x='438.69' y='183.59' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
-<polygon points='440.47,188.11 442.25,191.68 438.69,191.68 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<rect x='438.69' y='188.11' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
-<polygon points='685.98,202.09 689.54,202.09 689.54,198.53 685.98,198.53 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
-<polygon points='685.98,107.19 689.54,107.19 689.54,103.63 685.98,103.63 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
-<polygon points='676.27,185.70 679.84,185.70 679.84,182.13 676.27,182.13 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
-<polygon points='676.27,195.38 679.84,195.38 679.84,191.82 676.27,191.82 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
-<polygon points='658.44,210.19 662.00,210.19 662.00,206.62 658.44,206.62 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
-<polygon points='658.44,185.66 662.00,185.66 662.00,182.09 658.44,182.09 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
-<polygon points='628.21,153.21 631.78,153.21 631.78,149.64 628.21,149.64 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
-<polygon points='628.21,199.69 631.78,199.69 631.78,196.12 628.21,196.12 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
-<polygon points='588.71,166.05 592.27,166.05 592.27,162.49 588.71,162.49 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
-<polygon points='588.71,195.75 592.27,195.75 592.27,192.18 588.71,192.18 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
-<polygon points='540.95,187.19 544.51,187.19 544.51,183.63 540.95,183.63 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
-<polygon points='540.95,187.84 544.51,187.84 544.51,184.27 540.95,184.27 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
-<polygon points='492.99,193.03 496.55,193.03 496.55,189.47 492.99,189.47 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
-<polygon points='492.99,181.41 496.55,181.41 496.55,177.85 492.99,177.85 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
-<polygon points='470.41,172.13 473.97,172.13 473.97,168.57 470.41,168.57 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
-<polygon points='470.41,190.86 473.97,190.86 473.97,187.29 470.41,187.29 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
-<polygon points='454.84,172.91 458.40,172.91 458.40,169.34 454.84,169.34 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
-<polygon points='454.84,189.05 458.40,189.05 458.40,185.48 454.84,185.48 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
+<polygon points='579.37,199.65 581.77,194.80 576.97,194.80 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='579.37,194.11 581.77,198.96 576.97,198.96 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='521.78,176.72 524.18,171.87 519.38,171.87 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='521.78,171.18 524.18,176.03 519.38,176.03 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='521.78,178.03 524.18,173.18 519.38,173.18 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='521.78,172.49 524.18,177.34 519.38,177.34 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='492.81,171.73 495.21,166.89 490.41,166.89 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='492.81,166.19 495.21,171.04 490.41,171.04 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='492.81,194.63 495.21,189.78 490.41,189.78 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='492.81,189.09 495.21,193.93 490.41,193.93 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='474.36,193.11 476.76,188.26 471.96,188.26 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='474.36,187.57 476.76,192.42 471.96,192.42 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='474.36,191.80 476.76,186.96 471.96,186.96 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='474.36,186.26 476.76,191.11 471.96,191.11 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<line x1='685.35' y1='207.32' x2='688.91' y2='207.32' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='687.13' y1='209.10' x2='687.13' y2='205.54' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<rect x='685.35' y='205.54' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='685.35' y1='159.57' x2='688.91' y2='159.57' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='687.13' y1='161.35' x2='687.13' y2='157.79' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<rect x='685.35' y='157.79' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='678.03' y1='189.86' x2='681.59' y2='189.86' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='679.81' y1='191.65' x2='679.81' y2='188.08' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<rect x='678.03' y='188.08' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='678.03' y1='178.75' x2='681.59' y2='178.75' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='679.81' y1='180.53' x2='679.81' y2='176.96' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<rect x='678.03' y='176.96' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='664.15' y1='177.68' x2='667.71' y2='177.68' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='665.93' y1='179.46' x2='665.93' y2='175.90' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<rect x='664.15' y='175.90' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='664.15' y1='173.76' x2='667.71' y2='173.76' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='665.93' y1='175.54' x2='665.93' y2='171.97' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<rect x='664.15' y='171.97' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='639.13' y1='158.56' x2='642.69' y2='158.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='640.91' y1='160.34' x2='640.91' y2='156.78' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<rect x='639.13' y='156.78' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='639.13' y1='180.80' x2='642.69' y2='180.80' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='640.91' y1='182.58' x2='640.91' y2='179.02' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<rect x='639.13' y='179.02' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='602.81' y1='185.73' x2='606.37' y2='185.73' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='604.59' y1='187.51' x2='604.59' y2='183.95' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<rect x='602.81' y='183.95' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='602.81' y1='213.86' x2='606.37' y2='213.86' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='604.59' y1='215.64' x2='604.59' y2='212.07' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<rect x='602.81' y='212.07' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='550.96' y1='169.33' x2='554.53' y2='169.33' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='552.75' y1='171.11' x2='552.75' y2='167.55' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<rect x='550.96' y='167.55' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='550.96' y1='163.44' x2='554.53' y2='163.44' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='552.75' y1='165.23' x2='552.75' y2='161.66' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<rect x='550.96' y='161.66' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='488.68' y1='171.20' x2='492.24' y2='171.20' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='490.46' y1='172.99' x2='490.46' y2='169.42' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<rect x='488.68' y='169.42' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='488.68' y1='193.44' x2='492.24' y2='193.44' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='490.46' y1='195.22' x2='490.46' y2='191.66' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<rect x='488.68' y='191.66' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='460.74' y1='168.66' x2='464.31' y2='168.66' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='462.52' y1='170.44' x2='462.52' y2='166.88' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<rect x='460.74' y='166.88' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='460.74' y1='192.21' x2='464.31' y2='192.21' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='462.52' y1='193.99' x2='462.52' y2='190.42' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<rect x='460.74' y='190.42' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='444.35' y1='190.39' x2='447.91' y2='190.39' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='446.13' y1='192.17' x2='446.13' y2='188.61' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<rect x='444.35' y='188.61' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='444.35' y1='170.11' x2='447.91' y2='170.11' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='446.13' y1='171.89' x2='446.13' y2='168.33' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<rect x='444.35' y='168.33' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<circle cx='684.34' cy='188.89' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='682.56' y1='190.67' x2='686.12' y2='187.11' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='682.56' y1='187.11' x2='686.12' y2='190.67' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<circle cx='684.34' cy='192.16' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='682.56' y1='193.94' x2='686.12' y2='190.38' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='682.56' y1='190.38' x2='686.12' y2='193.94' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<circle cx='676.03' cy='173.00' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='674.25' y1='174.79' x2='677.81' y2='171.22' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='674.25' y1='171.22' x2='677.81' y2='174.79' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<circle cx='676.03' cy='195.90' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='674.25' y1='197.68' x2='677.81' y2='194.11' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='674.25' y1='194.11' x2='677.81' y2='197.68' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<circle cx='660.40' cy='190.01' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='658.62' y1='191.79' x2='662.19' y2='188.23' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='658.62' y1='188.23' x2='662.19' y2='191.79' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<circle cx='660.40' cy='199.82' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='658.62' y1='201.61' x2='662.19' y2='198.04' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='658.62' y1='198.04' x2='662.19' y2='201.61' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<circle cx='632.67' cy='136.95' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='630.89' y1='138.73' x2='634.46' y2='135.17' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='630.89' y1='135.17' x2='634.46' y2='138.73' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<circle cx='632.67' cy='195.82' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='630.89' y1='197.60' x2='634.46' y2='194.03' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='630.89' y1='194.03' x2='634.46' y2='197.60' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<circle cx='593.48' cy='205.67' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='591.70' y1='207.45' x2='595.26' y2='203.88' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='591.70' y1='203.88' x2='595.26' y2='207.45' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<circle cx='593.48' cy='165.11' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='591.70' y1='166.90' x2='595.26' y2='163.33' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='591.70' y1='163.33' x2='595.26' y2='166.90' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<circle cx='539.97' cy='205.58' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='538.19' y1='207.36' x2='541.76' y2='203.80' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='538.19' y1='203.80' x2='541.76' y2='207.36' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<circle cx='539.97' cy='191.85' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='538.19' y1='193.63' x2='541.76' y2='190.06' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='538.19' y1='190.06' x2='541.76' y2='193.63' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<circle cx='479.80' cy='192.86' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='478.01' y1='194.64' x2='481.58' y2='191.07' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='478.01' y1='191.07' x2='481.58' y2='194.64' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<circle cx='479.80' cy='175.19' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='478.01' y1='176.98' x2='481.58' y2='173.41' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='478.01' y1='173.41' x2='481.58' y2='176.98' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<circle cx='454.01' cy='167.32' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='452.23' y1='169.11' x2='455.79' y2='165.54' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='452.23' y1='165.54' x2='455.79' y2='169.11' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<circle cx='454.01' cy='179.75' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='452.23' y1='181.53' x2='455.79' y2='177.97' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='452.23' y1='177.97' x2='455.79' y2='181.53' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<circle cx='439.14' cy='182.86' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='437.35' y1='184.64' x2='440.92' y2='181.08' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='437.35' y1='181.08' x2='440.92' y2='184.64' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<circle cx='439.14' cy='186.78' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='437.35' y1='188.57' x2='440.92' y2='185.00' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='437.35' y1='185.00' x2='440.92' y2='188.57' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<polygon points='684.00,228.17 685.78,231.73 682.22,231.73 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<rect x='682.22' y='228.17' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
+<polygon points='684.00,156.22 685.78,159.78 682.22,159.78 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<rect x='682.22' y='156.22' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
+<polygon points='673.83,176.44 675.62,180.00 672.05,180.00 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<rect x='672.05' y='176.44' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
+<polygon points='673.83,231.38 675.62,234.95 672.05,234.95 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<rect x='672.05' y='231.38' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
+<polygon points='655.09,172.93 656.87,176.50 653.31,176.50 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<rect x='653.31' y='172.93' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
+<polygon points='655.09,174.90 656.87,178.46 653.31,178.46 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<rect x='653.31' y='174.90' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
+<polygon points='623.13,193.50 624.91,197.06 621.34,197.06 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<rect x='621.34' y='193.50' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
+<polygon points='623.13,124.82 624.91,128.38 621.34,128.38 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<rect x='621.34' y='124.82' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
+<polygon points='580.93,187.04 582.72,190.61 579.15,190.61 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<rect x='579.15' y='187.04' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
+<polygon points='580.93,210.59 582.72,214.15 579.15,214.15 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<rect x='579.15' y='210.59' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
+<polygon points='529.23,162.47 531.01,166.04 527.45,166.04 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<rect x='527.45' y='162.47' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
+<polygon points='529.23,185.37 531.01,188.93 527.45,188.93 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<rect x='527.45' y='185.37' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
+<polygon points='477.70,176.26 479.48,179.82 475.92,179.82 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<rect x='475.92' y='176.26' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
+<polygon points='477.70,179.53 479.48,183.09 475.92,183.09 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<rect x='475.92' y='179.53' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
+<polygon points='455.29,179.72 457.07,183.28 453.51,183.28 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<rect x='453.51' y='179.72' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
+<polygon points='455.29,181.68 457.07,185.24 453.51,185.24 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<rect x='453.51' y='181.68' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
+<polygon points='441.22,185.40 443.00,188.96 439.44,188.96 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<rect x='439.44' y='185.40' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
+<polygon points='441.22,189.97 443.00,193.54 439.44,193.54 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<rect x='439.44' y='189.97' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
+<polygon points='686.50,203.34 690.06,203.34 690.06,199.78 686.50,199.78 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
+<polygon points='686.50,107.19 690.06,107.19 690.06,103.63 686.50,103.63 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
+<polygon points='676.71,186.55 680.28,186.55 680.28,182.98 676.71,182.98 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
+<polygon points='676.71,196.36 680.28,196.36 680.28,192.80 676.71,192.80 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
+<polygon points='658.74,211.04 662.30,211.04 662.30,207.47 658.74,207.47 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
+<polygon points='658.74,186.18 662.30,186.18 662.30,182.62 658.74,182.62 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
+<polygon points='628.28,152.77 631.84,152.77 631.84,149.21 628.28,149.21 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
+<polygon points='628.28,199.86 631.84,199.86 631.84,196.30 628.28,196.30 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
+<polygon points='588.48,165.11 592.05,165.11 592.05,161.55 588.48,161.55 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
+<polygon points='588.48,195.20 592.05,195.20 592.05,191.64 588.48,191.64 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
+<polygon points='540.36,185.73 543.93,185.73 543.93,182.16 540.36,182.16 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
+<polygon points='540.36,186.38 543.93,186.38 543.93,182.82 540.36,182.82 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
+<polygon points='492.01,190.73 495.57,190.73 495.57,187.17 492.01,187.17 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
+<polygon points='492.01,178.96 495.57,178.96 495.57,175.39 492.01,175.39 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
+<polygon points='469.27,169.20 472.83,169.20 472.83,165.63 469.27,165.63 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
+<polygon points='469.27,188.16 472.83,188.16 472.83,184.60 469.27,184.60 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
+<polygon points='453.67,169.92 457.23,169.92 457.23,166.36 453.67,166.36 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
+<polygon points='453.67,186.28 457.23,186.28 457.23,182.71 453.67,182.71 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
</g>
<defs>
<clipPath id='cpMzguOTd8MzQwLjA0fDMyMi40NXw1MjcuNTM='>
@@ -1359,7 +1359,7 @@
</clipPath>
</defs>
<g clip-path='url(#cpMzguOTd8MzQwLjA0fDMyMi40NXw1MjcuNTM=)'>
-<polyline points='50.12,519.93 52.44,514.72 55.81,507.44 57.09,504.75 61.50,495.84 66.38,486.56 67.19,485.08 72.87,475.10 78.56,465.87 82.64,459.67 84.25,457.32 89.94,449.42 95.63,442.12 101.32,435.39 107.01,429.19 112.70,423.50 115.16,421.17 118.39,418.26 124.08,413.47 129.77,409.08 135.46,405.08 141.15,401.43 146.83,398.12 152.52,395.12 158.21,392.42 163.90,389.99 169.59,387.82 175.28,385.89 180.97,384.18 186.66,382.68 189.50,382.01 192.35,381.38 198.04,380.26 203.73,379.32 209.42,378.53 215.11,377.89 220.79,377.39 226.48,377.02 232.17,376.77 237.86,376.63 243.55,376.60 249.24,376.66 254.93,376.81 259.20,376.98 260.62,377.05 266.31,377.37 272.00,377.75 277.69,378.21 283.38,378.72 289.07,379.30 294.76,379.92 300.44,380.60 306.13,381.32 311.82,382.08 317.51,382.88 323.20,383.72 328.89,384.58 ' style='stroke-width: 1.50;' />
+<polyline points='50.12,519.93 52.44,514.62 55.81,507.20 57.09,504.47 61.50,495.42 66.38,486.02 67.19,484.52 72.87,474.46 78.56,465.17 82.64,458.95 84.25,456.60 89.94,448.70 95.63,441.43 101.32,434.74 107.01,428.60 112.70,422.97 115.16,420.68 118.39,417.82 124.08,413.11 129.77,408.82 135.46,404.91 141.15,401.36 146.83,398.15 152.52,395.25 158.21,392.64 163.90,390.31 169.59,388.23 175.28,386.39 180.97,384.77 186.66,383.36 189.50,382.72 192.35,382.14 198.04,381.10 203.73,380.22 209.42,379.50 215.11,378.92 220.79,378.48 226.48,378.17 232.17,377.97 237.86,377.88 243.55,377.89 249.24,377.99 254.93,378.18 259.20,378.38 260.62,378.45 266.31,378.80 272.00,379.21 277.69,379.69 283.38,380.23 289.07,380.82 294.76,381.46 300.44,382.15 306.13,382.88 311.82,383.66 317.51,384.46 323.20,385.30 328.89,386.18 ' 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;' />
@@ -1416,7 +1416,7 @@
<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.77 55.81,505.37 57.09,502.33 61.50,492.49 66.38,482.64 67.19,481.11 72.87,471.06 78.56,462.17 82.64,456.45 84.25,454.33 89.94,447.40 95.63,441.30 101.32,435.92 107.01,431.18 112.70,427.01 115.16,425.36 118.39,423.35 124.08,420.14 129.77,417.33 135.46,414.88 141.15,412.74 146.83,410.89 152.52,409.29 158.21,407.92 163.90,406.75 169.59,405.76 175.28,404.93 180.97,404.24 186.66,403.69 189.50,403.45 192.35,403.25 198.04,402.91 203.73,402.67 209.42,402.52 215.11,402.44 220.79,402.43 226.48,402.48 232.17,402.59 237.86,402.76 243.55,402.96 249.24,403.22 254.93,403.51 259.20,403.75 260.62,403.83 266.31,404.19 272.00,404.58 277.69,404.99 283.38,405.43 289.07,405.90 294.76,406.38 300.44,406.89 306.13,407.41 311.82,407.95 317.51,408.50 323.20,409.07 328.89,409.65 ' style='stroke-width: 0.75; stroke: #DF536B; stroke-dasharray: 4.00,4.00;' />
+<polyline points='50.12,519.93 52.44,513.82 55.81,505.49 57.09,502.47 61.50,492.71 66.38,482.92 67.19,481.40 72.87,471.40 78.56,462.55 82.64,456.85 84.25,454.73 89.94,447.82 95.63,441.71 101.32,436.32 107.01,431.57 112.70,427.38 115.16,425.73 118.39,423.69 124.08,420.45 129.77,417.61 135.46,415.12 141.15,412.94 146.83,411.05 152.52,409.41 158.21,407.98 163.90,406.76 169.59,405.72 175.28,404.84 180.97,404.10 186.66,403.50 189.50,403.24 192.35,403.00 198.04,402.62 203.73,402.32 209.42,402.11 215.11,401.98 220.79,401.91 226.48,401.91 232.17,401.97 237.86,402.08 243.55,402.23 249.24,402.43 254.93,402.66 259.20,402.87 260.62,402.94 266.31,403.24 272.00,403.58 277.69,403.94 283.38,404.33 289.07,404.74 294.76,405.17 300.44,405.63 306.13,406.10 311.82,406.59 317.51,407.09 323.20,407.61 328.89,408.14 ' 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;' />
@@ -1431,7 +1431,7 @@
<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.62 55.81,507.37 57.09,504.75 61.50,496.27 66.38,487.76 67.19,486.44 72.87,477.76 78.56,470.08 82.64,465.14 84.25,463.30 89.94,457.30 95.63,452.01 101.32,447.33 107.01,443.21 112.70,439.57 115.16,438.13 118.39,436.37 124.08,433.55 129.77,431.08 135.46,428.91 141.15,427.01 146.83,425.35 152.52,423.91 158.21,422.66 163.90,421.59 169.59,420.66 175.28,419.88 180.97,419.21 186.66,418.66 189.50,418.42 192.35,418.20 198.04,417.84 203.73,417.55 209.42,417.34 215.11,417.19 220.79,417.10 226.48,417.06 232.17,417.08 237.86,417.13 243.55,417.23 249.24,417.36 254.93,417.53 259.20,417.67 260.62,417.73 266.31,417.95 272.00,418.20 277.69,418.48 283.38,418.77 289.07,419.09 294.76,419.43 300.44,419.78 306.13,420.15 311.82,420.53 317.51,420.93 323.20,421.34 328.89,421.76 ' style='stroke-width: 0.75; stroke: #61D04F; stroke-dasharray: 1.00,3.00;' />
+<polyline points='50.12,519.93 52.44,514.59 55.81,507.32 57.09,504.69 61.50,496.18 66.38,487.68 67.19,486.36 72.87,477.69 78.56,470.04 82.64,465.12 84.25,463.29 89.94,457.33 95.63,452.08 101.32,447.45 107.01,443.37 112.70,439.77 115.16,438.35 118.39,436.61 124.08,433.83 129.77,431.38 135.46,429.24 141.15,427.36 146.83,425.72 152.52,424.30 158.21,423.06 163.90,421.99 169.59,421.07 175.28,420.29 180.97,419.62 186.66,419.07 189.50,418.83 192.35,418.61 198.04,418.24 203.73,417.94 209.42,417.72 215.11,417.57 220.79,417.47 226.48,417.43 232.17,417.43 237.86,417.48 243.55,417.57 249.24,417.69 254.93,417.85 259.20,417.99 260.62,418.04 266.31,418.26 272.00,418.50 277.69,418.77 283.38,419.07 289.07,419.38 294.76,419.71 300.44,420.06 306.13,420.43 311.82,420.81 317.51,421.21 323.20,421.62 328.89,422.05 ' 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;' />
@@ -1464,7 +1464,7 @@
<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.90 55.81,505.61 57.09,502.60 61.50,492.78 66.38,482.84 67.19,481.29 72.87,470.98 78.56,461.75 82.64,455.72 84.25,453.47 89.94,446.05 95.63,439.41 101.32,433.46 107.01,428.13 112.70,423.36 115.16,421.45 118.39,419.09 124.08,415.28 129.77,411.88 135.46,408.84 141.15,406.15 146.83,403.75 152.52,401.62 158.21,399.74 163.90,398.09 169.59,396.64 175.28,395.38 180.97,394.28 186.66,393.34 189.50,392.92 192.35,392.53 198.04,391.86 203.73,391.30 209.42,390.85 215.11,390.50 220.79,390.23 226.48,390.05 232.17,389.95 237.86,389.91 243.55,389.94 249.24,390.03 254.93,390.18 259.20,390.32 260.62,390.38 266.31,390.62 272.00,390.91 277.69,391.24 283.38,391.60 289.07,392.01 294.76,392.44 300.44,392.91 306.13,393.40 311.82,393.92 317.51,394.47 323.20,395.03 328.89,395.62 ' style='stroke-width: 0.75; stroke: #2297E6; stroke-dasharray: 1.00,3.00,4.00,3.00;' />
+<polyline points='50.12,519.93 52.44,513.90 55.81,505.61 57.09,502.59 61.50,492.74 66.38,482.76 67.19,481.20 72.87,470.83 78.56,461.53 82.64,455.46 84.25,453.19 89.94,445.70 95.63,439.00 101.32,432.99 107.01,427.61 112.70,422.79 115.16,420.87 118.39,418.49 124.08,414.65 129.77,411.23 135.46,408.18 141.15,405.48 146.83,403.08 152.52,400.97 158.21,399.11 163.90,397.47 169.59,396.05 175.28,394.82 180.97,393.76 186.66,392.86 189.50,392.46 192.35,392.10 198.04,391.47 203.73,390.96 209.42,390.56 215.11,390.26 220.79,390.05 226.48,389.93 232.17,389.88 237.86,389.90 243.55,389.99 249.24,390.14 254.93,390.34 259.20,390.52 260.62,390.59 266.31,390.89 272.00,391.24 277.69,391.62 283.38,392.04 289.07,392.49 294.76,392.98 300.44,393.50 306.13,394.04 311.82,394.61 317.51,395.20 323.20,395.81 328.89,396.44 ' 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;' />
@@ -1497,7 +1497,7 @@
<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.25 55.81,503.98 57.09,500.57 61.50,489.34 66.38,477.74 67.19,475.90 72.87,463.58 78.56,452.27 82.64,444.76 84.25,441.91 89.94,432.41 95.63,423.72 101.32,415.75 107.01,408.47 112.70,401.80 115.16,399.10 118.39,395.72 124.08,390.17 129.77,385.10 135.46,380.49 141.15,376.30 146.83,372.50 152.52,369.05 158.21,365.94 163.90,363.13 169.59,360.60 175.28,358.34 180.97,356.31 186.66,354.52 189.50,353.70 192.35,352.93 198.04,351.53 203.73,350.32 209.42,349.27 215.11,348.37 220.79,347.62 226.48,347.00 232.17,346.51 237.86,346.13 243.55,345.86 249.24,345.68 254.93,345.60 259.20,345.60 260.62,345.61 266.31,345.69 272.00,345.85 277.69,346.08 283.38,346.38 289.07,346.73 294.76,347.14 300.44,347.60 306.13,348.11 311.82,348.67 317.51,349.27 323.20,349.90 328.89,350.58 ' style='stroke-width: 0.75; stroke: #28E2E5; stroke-dasharray: 7.00,3.00;' />
+<polyline points='50.12,519.93 52.44,513.08 55.81,503.58 57.09,500.09 61.50,488.58 66.38,476.70 67.19,474.82 72.87,462.22 78.56,450.67 82.64,443.00 84.25,440.10 89.94,430.43 95.63,421.58 101.32,413.51 107.01,406.14 112.70,399.42 115.16,396.70 118.39,393.30 124.08,387.74 129.77,382.69 135.46,378.12 141.15,373.99 146.83,370.26 152.52,366.91 158.21,363.90 163.90,361.22 169.59,358.84 175.28,356.73 180.97,354.87 186.66,353.26 189.50,352.53 192.35,351.86 198.04,350.66 203.73,349.66 209.42,348.83 215.11,348.16 220.79,347.64 226.48,347.26 232.17,347.01 237.86,346.88 243.55,346.86 249.24,346.95 254.93,347.13 259.20,347.33 260.62,347.40 266.31,347.76 272.00,348.19 277.69,348.69 283.38,349.26 289.07,349.88 294.76,350.57 300.44,351.31 306.13,352.09 311.82,352.92 317.51,353.79 323.20,354.70 328.89,355.65 ' 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;' />
@@ -1514,7 +1514,7 @@
<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.21 55.81,502.05 57.09,498.49 61.50,487.32 66.38,476.74 67.19,475.15 72.87,465.09 78.56,456.76 82.64,451.68 84.25,449.85 89.94,444.10 95.63,439.31 101.32,435.32 107.01,431.97 112.70,429.17 115.16,428.10 118.39,426.81 124.08,424.83 129.77,423.16 135.46,421.76 141.15,420.57 146.83,419.58 152.52,418.74 158.21,418.04 163.90,417.46 169.59,416.98 175.28,416.59 180.97,416.27 186.66,416.03 189.50,415.93 192.35,415.85 198.04,415.72 203.73,415.64 209.42,415.61 215.11,415.62 220.79,415.67 226.48,415.75 232.17,415.87 237.86,416.02 243.55,416.19 249.24,416.40 254.93,416.63 259.20,416.81 260.62,416.88 266.31,417.15 272.00,417.45 277.69,417.77 283.38,418.10 289.07,418.46 294.76,418.83 300.44,419.22 306.13,419.62 311.82,420.04 317.51,420.48 323.20,420.92 328.89,421.38 ' style='stroke-width: 0.75; stroke: #CD0BBC; stroke-dasharray: 2.00,2.00,6.00,2.00;' />
+<polyline points='50.12,519.93 52.44,512.55 55.81,502.75 57.09,499.29 61.50,488.36 66.38,477.87 67.19,476.29 72.87,466.17 78.56,457.67 82.64,452.44 84.25,450.54 89.94,444.54 95.63,439.50 101.32,435.26 107.01,431.69 112.70,428.69 115.16,427.54 118.39,426.16 124.08,424.03 129.77,422.25 135.46,420.75 141.15,419.50 146.83,418.46 152.52,417.60 158.21,416.89 163.90,416.31 169.59,415.84 175.28,415.48 180.97,415.20 186.66,415.00 189.50,414.92 192.35,414.86 198.04,414.79 203.73,414.77 209.42,414.79 215.11,414.86 220.79,414.96 226.48,415.11 232.17,415.28 237.86,415.48 243.55,415.71 249.24,415.97 254.93,416.24 259.20,416.47 260.62,416.54 266.31,416.86 272.00,417.20 277.69,417.56 283.38,417.93 289.07,418.32 294.76,418.73 300.44,419.15 306.13,419.58 311.82,420.02 317.51,420.48 323.20,420.95 328.89,421.43 ' 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;' />
@@ -1530,7 +1530,7 @@
<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.38 55.81,506.91 57.09,504.24 61.50,495.69 66.38,487.31 67.19,486.03 72.87,477.70 78.56,470.53 82.64,466.02 84.25,464.36 89.94,459.05 95.63,454.48 101.32,450.55 107.01,447.18 112.70,444.28 115.16,443.16 118.39,441.80 124.08,439.68 129.77,437.87 135.46,436.33 141.15,435.03 146.83,433.92 152.52,433.00 158.21,432.22 163.90,431.58 169.59,431.06 175.28,430.64 180.97,430.31 186.66,430.06 189.50,429.96 192.35,429.88 198.04,429.76 203.73,429.69 209.42,429.67 215.11,429.69 220.79,429.75 226.48,429.85 232.17,429.97 237.86,430.12 243.55,430.29 249.24,430.49 254.93,430.71 259.20,430.88 260.62,430.94 266.31,431.19 272.00,431.46 277.69,431.74 283.38,432.03 289.07,432.33 294.76,432.65 300.44,432.97 306.13,433.31 311.82,433.65 317.51,434.00 323.20,434.36 328.89,434.73 ' style='stroke-width: 0.75; stroke: #F5C710;' />
+<polyline points='50.12,519.93 52.44,514.46 55.81,507.08 57.09,504.43 61.50,495.96 66.38,487.62 67.19,486.35 72.87,478.04 78.56,470.86 82.64,466.33 84.25,464.67 89.94,459.32 95.63,454.72 101.32,450.75 107.01,447.34 112.70,444.41 115.16,443.27 118.39,441.89 124.08,439.74 129.77,437.91 135.46,436.35 141.15,435.03 146.83,433.92 152.52,433.00 158.21,432.22 163.90,431.59 169.59,431.08 175.28,430.68 180.97,430.37 186.66,430.14 189.50,430.05 192.35,429.98 198.04,429.88 203.73,429.84 209.42,429.85 215.11,429.90 220.79,429.99 226.48,430.12 232.17,430.27 237.86,430.46 243.55,430.66 249.24,430.89 254.93,431.14 259.20,431.34 260.62,431.41 266.31,431.69 272.00,431.99 277.69,432.30 283.38,432.62 289.07,432.95 294.76,433.30 300.44,433.65 306.13,434.01 311.82,434.38 317.51,434.76 323.20,435.14 328.89,435.53 ' 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;' />
@@ -1579,7 +1579,7 @@
<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.18 55.81,495.10 57.09,490.17 61.50,474.80 66.38,460.35 67.19,458.20 72.87,444.58 78.56,433.39 82.64,426.61 84.25,424.18 89.94,416.59 95.63,410.32 101.32,405.13 107.01,400.84 112.70,397.28 115.16,395.93 118.39,394.33 124.08,391.89 129.77,389.88 135.46,388.22 141.15,386.87 146.83,385.77 152.52,384.89 158.21,384.21 163.90,383.69 169.59,383.31 175.28,383.06 180.97,382.92 186.66,382.88 189.50,382.89 192.35,382.93 198.04,383.06 203.73,383.26 209.42,383.53 215.11,383.85 220.79,384.24 226.48,384.67 232.17,385.15 237.86,385.67 243.55,386.24 249.24,386.84 254.93,387.47 259.20,387.96 260.62,388.13 266.31,388.83 272.00,389.55 277.69,390.29 283.38,391.06 289.07,391.86 294.76,392.67 300.44,393.50 306.13,394.34 311.82,395.21 317.51,396.08 323.20,396.97 328.89,397.87 ' style='stroke-width: 0.75; stroke: #9E9E9E; stroke-dasharray: 4.00,4.00;' />
+<polyline points='50.12,519.93 52.44,509.12 55.81,494.98 57.09,490.03 61.50,474.66 66.38,460.23 67.19,458.09 72.87,444.53 78.56,433.43 82.64,426.71 84.25,424.30 89.94,416.79 95.63,410.59 101.32,405.46 107.01,401.22 112.70,397.69 115.16,396.36 118.39,394.77 124.08,392.35 129.77,390.34 135.46,388.69 141.15,387.33 146.83,386.23 152.52,385.34 158.21,384.64 163.90,384.11 169.59,383.71 175.28,383.45 180.97,383.29 186.66,383.24 189.50,383.25 192.35,383.28 198.04,383.39 203.73,383.58 209.42,383.84 215.11,384.16 220.79,384.54 226.48,384.97 232.17,385.44 237.86,385.96 243.55,386.52 249.24,387.12 254.93,387.76 259.20,388.26 260.62,388.43 266.31,389.12 272.00,389.85 277.69,390.60 283.38,391.38 289.07,392.18 294.76,393.00 300.44,393.84 306.13,394.70 311.82,395.57 317.51,396.46 323.20,397.36 328.89,398.27 ' 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;' />
@@ -1644,7 +1644,7 @@
<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.02 55.81,484.29 57.09,477.69 61.50,458.17 66.38,441.33 67.19,438.95 72.87,424.72 78.56,414.11 82.64,408.17 84.25,406.13 89.94,400.08 95.63,395.43 101.32,391.83 107.01,389.00 112.70,386.75 115.16,385.91 118.39,384.93 124.08,383.46 129.77,382.25 135.46,381.24 141.15,380.41 146.83,379.72 152.52,379.15 158.21,378.68 163.90,378.30 169.59,378.00 175.28,377.78 180.97,377.62 186.66,377.52 189.50,377.50 192.35,377.49 198.04,377.50 203.73,377.57 209.42,377.68 215.11,377.85 220.79,378.05 226.48,378.30 232.17,378.58 237.86,378.91 243.55,379.27 249.24,379.66 254.93,380.09 259.20,380.43 260.62,380.55 266.31,381.04 272.00,381.56 277.69,382.10 283.38,382.67 289.07,383.26 294.76,383.88 300.44,384.52 306.13,385.18 311.82,385.86 317.51,386.56 323.20,387.28 328.89,388.01 ' style='stroke-width: 0.75; stroke-dasharray: 1.00,3.00;' />
+<polyline points='50.12,519.93 52.44,503.18 55.81,482.66 57.09,475.87 61.50,455.99 66.38,439.14 67.19,436.78 72.87,422.82 78.56,412.58 82.64,406.91 84.25,404.97 89.94,399.24 95.63,394.85 101.32,391.44 107.01,388.73 112.70,386.55 115.16,385.73 118.39,384.76 124.08,383.27 129.77,382.02 135.46,380.96 141.15,380.05 146.83,379.27 152.52,378.61 158.21,378.04 163.90,377.56 169.59,377.17 175.28,376.85 180.97,376.59 186.66,376.41 189.50,376.33 192.35,376.28 198.04,376.21 203.73,376.20 209.42,376.24 215.11,376.33 220.79,376.46 226.48,376.64 232.17,376.87 237.86,377.14 243.55,377.44 249.24,377.79 254.93,378.17 259.20,378.47 260.62,378.58 266.31,379.03 272.00,379.51 277.69,380.01 283.38,380.55 289.07,381.11 294.76,381.70 300.44,382.31 306.13,382.95 311.82,383.61 317.51,384.29 323.20,384.99 328.89,385.70 ' 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;' />
@@ -1693,7 +1693,7 @@
<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.06 55.81,490.17 57.09,484.26 61.50,465.81 66.38,448.43 67.19,445.83 72.87,429.43 78.56,415.92 82.64,407.73 84.25,404.79 89.94,395.59 95.63,387.97 101.32,381.65 107.01,376.40 112.70,372.02 115.16,370.35 118.39,368.36 124.08,365.31 129.77,362.76 135.46,360.62 141.15,358.84 146.83,357.35 152.52,356.11 158.21,355.09 163.90,354.25 169.59,353.58 175.28,353.04 180.97,352.63 186.66,352.32 189.50,352.21 192.35,352.12 198.04,352.00 203.73,351.96 209.42,351.99 215.11,352.09 220.79,352.24 226.48,352.46 232.17,352.72 237.86,353.04 243.55,353.40 249.24,353.80 254.93,354.24 259.20,354.60 260.62,354.72 266.31,355.24 272.00,355.79 277.69,356.37 283.38,356.98 289.07,357.62 294.76,358.29 300.44,358.98 306.13,359.70 311.82,360.44 317.51,361.20 323.20,361.98 328.89,362.78 ' style='stroke-width: 0.75; stroke: #DF536B; stroke-dasharray: 1.00,3.00,4.00,3.00;' />
+<polyline points='50.12,519.93 52.44,506.86 55.81,489.76 57.09,483.79 61.50,465.19 66.38,447.73 67.19,445.13 72.87,428.73 78.56,415.28 82.64,407.14 84.25,404.22 89.94,395.12 95.63,387.59 101.32,381.35 107.01,376.17 112.70,371.86 115.16,370.22 118.39,368.26 124.08,365.24 129.77,362.72 135.46,360.61 141.15,358.84 146.83,357.36 152.52,356.13 158.21,355.11 163.90,354.27 169.59,353.59 175.28,353.05 180.97,352.64 186.66,352.34 189.50,352.22 192.35,352.13 198.04,352.02 203.73,351.98 209.42,352.02 215.11,352.13 220.79,352.30 226.48,352.53 232.17,352.82 237.86,353.15 243.55,353.54 249.24,353.97 254.93,354.44 259.20,354.82 260.62,354.96 266.31,355.51 272.00,356.09 277.69,356.72 283.38,357.37 289.07,358.05 294.76,358.76 300.44,359.50 306.13,360.27 311.82,361.06 317.51,361.87 323.20,362.71 328.89,363.56 ' 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;' />
@@ -1742,7 +1742,7 @@
<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.22 55.81,503.95 57.09,500.56 61.50,489.42 66.38,478.02 67.19,476.23 72.87,464.24 78.56,453.34 82.64,446.16 84.25,443.45 89.94,434.46 95.63,426.30 101.32,418.89 107.01,412.17 112.70,406.07 115.16,403.61 118.39,400.54 124.08,395.53 129.77,390.99 135.46,386.89 141.15,383.18 146.83,379.83 152.52,376.81 158.21,374.10 163.90,371.66 169.59,369.47 175.28,367.51 180.97,365.77 186.66,364.23 189.50,363.52 192.35,362.86 198.04,361.66 203.73,360.61 209.42,359.70 215.11,358.92 220.79,358.26 226.48,357.71 232.17,357.26 237.86,356.90 243.55,356.63 249.24,356.44 254.93,356.33 259.20,356.29 260.62,356.28 266.31,356.30 272.00,356.38 277.69,356.51 283.38,356.70 289.07,356.93 294.76,357.21 300.44,357.53 306.13,357.89 311.82,358.28 317.51,358.71 323.20,359.17 328.89,359.66 ' style='stroke-width: 0.75; stroke: #61D04F; stroke-dasharray: 7.00,3.00;' />
+<polyline points='50.12,519.93 52.44,513.05 55.81,503.55 57.09,500.07 61.50,488.66 66.38,476.98 67.19,475.14 72.87,462.85 78.56,451.70 82.64,444.35 84.25,441.58 89.94,432.39 95.63,424.06 101.32,416.51 107.01,409.68 112.70,403.49 115.16,401.00 118.39,397.90 124.08,392.85 129.77,388.29 135.46,384.19 141.15,380.50 146.83,377.19 152.52,374.23 158.21,371.58 163.90,369.23 169.59,367.14 175.28,365.30 180.97,363.68 186.66,362.27 189.50,361.64 192.35,361.05 198.04,360.00 203.73,359.11 209.42,358.37 215.11,357.77 220.79,357.29 226.48,356.93 232.17,356.68 237.86,356.52 243.55,356.45 249.24,356.47 254.93,356.57 259.20,356.69 260.62,356.73 266.31,356.97 272.00,357.26 277.69,357.62 283.38,358.02 289.07,358.48 294.76,358.98 300.44,359.52 306.13,360.10 311.82,360.72 317.51,361.37 323.20,362.06 328.89,362.77 ' 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;' />
@@ -1775,7 +1775,7 @@
<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,516.23 55.81,511.08 57.09,509.19 61.50,502.93 66.38,496.45 67.19,495.43 72.87,488.53 78.56,482.19 82.64,477.97 84.25,476.36 89.94,471.01 95.63,466.10 101.32,461.59 107.01,457.46 112.70,453.67 115.16,452.13 118.39,450.21 124.08,447.04 129.77,444.14 135.46,441.50 141.15,439.10 146.83,436.91 152.52,434.93 158.21,433.13 163.90,431.50 169.59,430.04 175.28,428.72 180.97,427.54 186.66,426.49 189.50,426.00 192.35,425.55 198.04,424.73 203.73,424.01 209.42,423.38 215.11,422.84 220.79,422.38 226.48,422.00 232.17,421.68 237.86,421.43 243.55,421.25 249.24,421.12 254.93,421.04 259.20,421.01 260.62,421.01 266.31,421.03 272.00,421.08 277.69,421.18 283.38,421.31 289.07,421.48 294.76,421.68 300.44,421.91 306.13,422.17 311.82,422.45 317.51,422.75 323.20,423.08 328.89,423.43 ' style='stroke-width: 0.75; stroke: #2297E6; stroke-dasharray: 2.00,2.00,6.00,2.00;' />
+<polyline points='50.12,519.93 52.44,516.29 55.81,511.21 57.09,509.35 61.50,503.17 66.38,496.78 67.19,495.77 72.87,488.95 78.56,482.67 82.64,478.48 84.25,476.89 89.94,471.57 95.63,466.68 101.32,462.19 107.01,458.06 112.70,454.27 115.16,452.73 118.39,450.79 124.08,447.61 129.77,444.69 135.46,442.02 141.15,439.58 146.83,437.35 152.52,435.32 158.21,433.47 163.90,431.79 169.59,430.27 175.28,428.90 180.97,427.66 186.66,426.55 189.50,426.03 192.35,425.55 198.04,424.66 203.73,423.87 209.42,423.18 215.11,422.57 220.79,422.04 226.48,421.59 232.17,421.21 237.86,420.89 243.55,420.63 249.24,420.43 254.93,420.28 259.20,420.21 260.62,420.18 266.31,420.13 272.00,420.12 277.69,420.15 283.38,420.21 289.07,420.31 294.76,420.44 300.44,420.60 306.13,420.79 311.82,421.01 317.51,421.25 323.20,421.51 328.89,421.79 ' 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;' />
@@ -1824,7 +1824,7 @@
<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.28 55.81,508.87 57.09,506.52 61.50,498.84 66.38,490.99 67.19,489.76 72.87,481.54 78.56,474.10 82.64,469.21 84.25,467.38 89.94,461.30 95.63,455.81 101.32,450.86 107.01,446.40 112.70,442.38 115.16,440.77 118.39,438.77 124.08,435.53 129.77,432.63 135.46,430.03 141.15,427.72 146.83,425.66 152.52,423.84 158.21,422.24 163.90,420.83 169.59,419.60 175.28,418.53 180.97,417.62 186.66,416.84 189.50,416.50 192.35,416.19 198.04,415.66 203.73,415.23 209.42,414.90 215.11,414.66 220.79,414.50 226.48,414.42 232.17,414.40 237.86,414.45 243.55,414.56 249.24,414.73 254.93,414.94 259.20,415.13 260.62,415.20 266.31,415.51 272.00,415.85 277.69,416.23 283.38,416.64 289.07,417.08 294.76,417.55 300.44,418.04 306.13,418.56 311.82,419.10 317.51,419.66 323.20,420.24 328.89,420.84 ' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<polyline points='50.12,519.93 52.44,515.46 55.81,509.28 57.09,507.03 61.50,499.64 66.38,492.08 67.19,490.90 72.87,482.98 78.56,475.82 82.64,471.11 84.25,469.34 89.94,463.47 95.63,458.17 101.32,453.38 107.01,449.06 112.70,445.16 115.16,443.59 118.39,441.65 124.08,438.49 129.77,435.64 135.46,433.09 141.15,430.81 146.83,428.77 152.52,426.95 158.21,425.34 163.90,423.91 169.59,422.65 175.28,421.55 180.97,420.59 186.66,419.76 189.50,419.39 192.35,419.05 198.04,418.44 203.73,417.94 209.42,417.54 215.11,417.22 220.79,416.97 226.48,416.80 232.17,416.70 237.86,416.66 243.55,416.67 249.24,416.74 254.93,416.85 259.20,416.97 260.62,417.01 266.31,417.21 272.00,417.45 277.69,417.73 283.38,418.03 289.07,418.37 294.76,418.73 300.44,419.12 306.13,419.54 311.82,419.98 317.51,420.44 323.20,420.91 328.89,421.41 ' 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;' />
@@ -1873,7 +1873,7 @@
<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.37 55.81,506.73 57.09,503.96 61.50,494.92 66.38,485.77 67.19,484.34 72.87,474.87 78.56,466.39 82.64,460.87 84.25,458.80 89.94,452.02 95.63,445.94 101.32,440.51 107.01,435.66 112.70,431.32 115.16,429.59 118.39,427.46 124.08,424.01 129.77,420.94 135.46,418.21 141.15,415.79 146.83,413.65 152.52,411.75 158.21,410.09 163.90,408.63 169.59,407.36 175.28,406.26 180.97,405.31 186.66,404.50 189.50,404.14 192.35,403.82 198.04,403.25 203.73,402.80 209.42,402.43 215.11,402.16 220.79,401.97 226.48,401.85 232.17,401.80 237.86,401.82 243.55,401.89 249.24,402.01 254.93,402.19 259.20,402.35 260.62,402.41 266.31,402.67 272.00,402.97 277.69,403.31 283.38,403.67 289.07,404.07 294.76,404.50 300.44,404.96 306.13,405.43 311.82,405.94 317.51,406.46 323.20,407.00 328.89,407.56 ' style='stroke-width: 0.75; stroke: #CD0BBC; stroke-dasharray: 4.00,4.00;' />
+<polyline points='50.12,519.93 52.44,514.28 55.81,506.52 57.09,503.71 61.50,494.53 66.38,485.26 67.19,483.81 72.87,474.23 78.56,465.66 82.64,460.09 84.25,458.01 89.94,451.17 95.63,445.06 101.32,439.62 107.01,434.76 112.70,430.43 115.16,428.70 118.39,426.57 124.08,423.15 129.77,420.11 135.46,417.42 141.15,415.04 146.83,412.95 152.52,411.11 158.21,409.50 163.90,408.10 169.59,406.90 175.28,405.86 180.97,404.98 186.66,404.24 189.50,403.93 192.35,403.64 198.04,403.15 203.73,402.76 209.42,402.48 215.11,402.28 220.79,402.17 226.48,402.13 232.17,402.16 237.86,402.25 243.55,402.41 249.24,402.61 254.93,402.86 259.20,403.08 260.62,403.16 266.31,403.50 272.00,403.88 277.69,404.29 283.38,404.74 289.07,405.22 294.76,405.72 300.44,406.25 306.13,406.81 311.82,407.38 317.51,407.98 323.20,408.60 328.89,409.23 ' 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;' />
@@ -1906,7 +1906,7 @@
<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,512.21 55.81,501.83 57.09,498.12 61.50,486.25 66.38,474.61 67.19,472.83 72.87,461.26 78.56,451.28 82.64,444.98 84.25,442.67 89.94,435.23 95.63,428.80 101.32,423.24 107.01,418.43 112.70,414.27 115.16,412.65 118.39,410.67 124.08,407.57 129.77,404.89 135.46,402.57 141.15,400.59 146.83,398.88 152.52,397.42 158.21,396.19 163.90,395.14 169.59,394.27 175.28,393.55 180.97,392.96 186.66,392.50 189.50,392.31 192.35,392.15 198.04,391.89 203.73,391.72 209.42,391.64 215.11,391.62 220.79,391.68 226.48,391.79 232.17,391.96 237.86,392.18 243.55,392.45 249.24,392.76 254.93,393.11 259.20,393.40 260.62,393.51 266.31,393.93 272.00,394.39 277.69,394.88 283.38,395.40 289.07,395.94 294.76,396.51 300.44,397.10 306.13,397.71 311.82,398.35 317.51,399.00 323.20,399.67 328.89,400.36 ' style='stroke-width: 0.75; stroke: #F5C710; stroke-dasharray: 1.00,3.00;' />
+<polyline points='50.12,519.93 52.44,512.29 55.81,501.99 57.09,498.30 61.50,486.48 66.38,474.86 67.19,473.07 72.87,461.48 78.56,451.44 82.64,445.09 84.25,442.76 89.94,435.24 95.63,428.73 101.32,423.09 107.01,418.22 112.70,414.00 115.16,412.35 118.39,410.35 124.08,407.21 129.77,404.49 135.46,402.16 141.15,400.16 146.83,398.45 152.52,396.99 158.21,395.76 163.90,394.73 169.59,393.87 175.28,393.17 180.97,392.61 186.66,392.18 189.50,392.00 192.35,391.85 198.04,391.62 203.73,391.48 209.42,391.43 215.11,391.44 220.79,391.52 226.48,391.66 232.17,391.86 237.86,392.10 243.55,392.40 249.24,392.73 254.93,393.10 259.20,393.41 260.62,393.51 266.31,393.95 272.00,394.42 277.69,394.92 283.38,395.45 289.07,396.00 294.76,396.58 300.44,397.17 306.13,397.79 311.82,398.42 317.51,399.07 323.20,399.74 328.89,400.42 ' 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;' />
@@ -1923,7 +1923,7 @@
<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,511.96 55.81,501.25 57.09,497.42 61.50,485.17 66.38,473.16 67.19,471.32 72.87,459.38 78.56,449.09 82.64,442.58 84.25,440.20 89.94,432.52 95.63,425.88 101.32,420.14 107.01,415.17 112.70,410.86 115.16,409.18 118.39,407.13 124.08,403.90 129.77,401.10 135.46,398.67 141.15,396.57 146.83,394.76 152.52,393.19 158.21,391.83 163.90,390.67 169.59,389.67 175.28,388.83 180.97,388.11 186.66,387.51 189.50,387.25 192.35,387.02 198.04,386.61 203.73,386.30 209.42,386.05 215.11,385.88 220.79,385.76 226.48,385.71 232.17,385.70 237.86,385.75 243.55,385.83 249.24,385.96 254.93,386.12 259.20,386.27 260.62,386.32 266.31,386.55 272.00,386.82 277.69,387.11 283.38,387.43 289.07,387.77 294.76,388.14 300.44,388.53 306.13,388.94 311.82,389.37 317.51,389.82 323.20,390.29 328.89,390.77 ' style='stroke-width: 0.75; stroke: #9E9E9E; stroke-dasharray: 1.00,3.00,4.00,3.00;' />
+<polyline points='50.12,519.93 52.44,511.68 55.81,500.58 57.09,496.62 61.50,483.95 66.38,471.54 67.19,469.64 72.87,457.33 78.56,446.73 82.64,440.05 84.25,437.60 89.94,429.73 95.63,422.94 101.32,417.08 107.01,412.03 112.70,407.67 115.16,405.97 118.39,403.91 124.08,400.67 129.77,397.87 135.46,395.46 141.15,393.39 146.83,391.62 152.52,390.10 158.21,388.80 163.90,387.71 169.59,386.78 175.28,386.01 180.97,385.38 186.66,384.86 189.50,384.65 192.35,384.46 198.04,384.15 203.73,383.92 209.42,383.77 215.11,383.70 220.79,383.68 226.48,383.73 232.17,383.82 237.86,383.97 243.55,384.16 249.24,384.39 254.93,384.66 259.20,384.88 260.62,384.96 266.31,385.30 272.00,385.67 277.69,386.07 283.38,386.49 289.07,386.94 294.76,387.41 300.44,387.91 306.13,388.42 311.82,388.96 317.51,389.51 323.20,390.08 328.89,390.67 ' style='stroke-width: 0.75; stroke: #9E9E9E; stroke-dasharray: 1.00,3.00,4.00,3.00;' />
</g>
<defs>
<clipPath id='cpMzk4Ljk3fDcwMC4wNHwzMjIuNDV8NTI3LjUz'>
@@ -1933,28 +1933,28 @@
<g clip-path='url(#cpMzk4Ljk3fDcwMC4wNHwzMjIuNDV8NTI3LjUz)'>
</g>
<g clip-path='url(#cpMC4wMHw3MjAuMDB8MC4wMHw1NzYuMDA=)'>
-<line x1='410.12' y1='527.53' x2='693.89' y2='527.53' style='stroke-width: 0.75;' />
+<line x1='410.12' y1='527.53' x2='695.96' 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.06' y1='527.53' x2='481.06' y2='532.28' style='stroke-width: 0.75;' />
-<line x1='552.00' y1='527.53' x2='552.00' y2='532.28' style='stroke-width: 0.75;' />
-<line x1='622.95' y1='527.53' x2='622.95' y2='532.28' style='stroke-width: 0.75;' />
-<line x1='693.89' y1='527.53' x2='693.89' y2='532.28' style='stroke-width: 0.75;' />
+<line x1='481.58' y1='527.53' x2='481.58' y2='532.28' style='stroke-width: 0.75;' />
+<line x1='553.04' y1='527.53' x2='553.04' y2='532.28' style='stroke-width: 0.75;' />
+<line x1='624.50' y1='527.53' x2='624.50' y2='532.28' style='stroke-width: 0.75;' />
+<line x1='695.96' y1='527.53' x2='695.96' 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.06' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>10</text>
-<text x='552.00' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>20</text>
-<text x='622.95' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>30</text>
-<text x='693.89' 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='500.27' x2='398.97' y2='349.71' style='stroke-width: 0.75;' />
-<line x1='398.97' y1='500.27' x2='394.21' y2='500.27' style='stroke-width: 0.75;' />
-<line x1='398.97' y1='462.63' x2='394.21' y2='462.63' style='stroke-width: 0.75;' />
+<text x='481.58' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>10</text>
+<text x='553.04' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>20</text>
+<text x='624.50' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>30</text>
+<text x='695.96' 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='501.47' x2='398.97' y2='348.52' style='stroke-width: 0.75;' />
+<line x1='398.97' y1='501.47' x2='394.21' y2='501.47' style='stroke-width: 0.75;' />
+<line x1='398.97' y1='463.23' x2='394.21' y2='463.23' 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='387.35' x2='394.21' y2='387.35' style='stroke-width: 0.75;' />
-<line x1='398.97' y1='349.71' x2='394.21' y2='349.71' style='stroke-width: 0.75;' />
-<text transform='translate(387.56,500.27) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='7.04px' lengthAdjust='spacingAndGlyphs'>-4</text>
-<text transform='translate(387.56,462.63) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='7.04px' lengthAdjust='spacingAndGlyphs'>-2</text>
+<line x1='398.97' y1='386.76' x2='394.21' y2='386.76' style='stroke-width: 0.75;' />
+<line x1='398.97' y1='348.52' x2='394.21' y2='348.52' style='stroke-width: 0.75;' />
+<text transform='translate(387.56,501.47) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='7.04px' lengthAdjust='spacingAndGlyphs'>-4</text>
+<text transform='translate(387.56,463.23) 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,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,387.35) 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,349.71) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>4</text>
+<text transform='translate(387.56,386.76) 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,348.52) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>4</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>
@@ -1968,515 +1968,515 @@
</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='419.98' cy='428.87' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='419.98' cy='415.70' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='438.26' cy='422.80' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='438.26' cy='421.49' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='469.75' cy='417.79' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='469.75' cy='424.37' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='511.63' cy='420.44' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='511.63' cy='415.17' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='561.34' cy='412.59' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='561.34' cy='428.39' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='596.37' cy='430.62' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='596.37' cy='420.74' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='595.91' cy='428.21' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='595.91' cy='447.31' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='586.47' cy='423.40' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='586.47' cy='420.76' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polygon points='434.39,425.00 436.79,429.15 431.99,429.15 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='434.39,424.34 436.79,428.49 431.99,428.49 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='461.56,428.48 463.96,432.64 459.16,432.64 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='461.56,421.90 463.96,426.06 459.16,426.06 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='497.74,423.22 500.14,427.38 495.34,427.38 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='497.74,431.12 500.14,435.28 495.34,435.28 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='540.92,418.52 543.32,422.68 538.52,422.68 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='540.92,425.76 543.32,429.92 538.52,429.92 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='572.45,424.08 574.85,428.23 570.05,428.23 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='572.45,422.10 574.85,426.26 570.05,426.26 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='573.64,427.81 576.04,431.97 571.24,431.97 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='573.64,430.45 576.04,434.60 571.24,434.60 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='567.10,412.53 569.50,416.69 564.70,416.69 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='567.10,419.77 569.50,423.93 564.70,423.93 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<line x1='417.25' y1='422.10' x2='422.29' y2='422.10' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='419.77' y1='424.62' x2='419.77' y2='419.58' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='417.25' y1='428.03' x2='422.29' y2='428.03' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='419.77' y1='430.55' x2='419.77' y2='425.51' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='435.31' y1='421.74' x2='440.35' y2='421.74' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='437.83' y1='424.26' x2='437.83' y2='419.22' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='435.31' y1='420.42' x2='440.35' y2='420.42' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='437.83' y1='422.94' x2='437.83' y2='417.90' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='466.91' y1='424.74' x2='471.95' y2='424.74' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='469.43' y1='427.26' x2='469.43' y2='422.22' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='466.91' y1='416.17' x2='471.95' y2='416.17' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='469.43' y1='418.69' x2='469.43' y2='413.65' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='510.27' y1='428.11' x2='515.31' y2='428.11' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='512.79' y1='430.63' x2='512.79' y2='425.59' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='510.27' y1='427.45' x2='515.31' y2='427.45' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='512.79' y1='429.97' x2='512.79' y2='424.93' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='565.08' y1='436.18' x2='570.12' y2='436.18' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='567.60' y1='438.70' x2='567.60' y2='433.66' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='565.08' y1='417.08' x2='570.12' y2='417.08' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='567.60' y1='419.60' x2='567.60' y2='414.56' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='610.70' y1='438.36' x2='615.74' y2='438.36' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='613.22' y1='440.88' x2='613.22' y2='435.84' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='610.70' y1='417.94' x2='615.74' y2='417.94' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='613.22' y1='420.46' x2='613.22' y2='415.42' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='614.85' y1='413.89' x2='619.89' y2='413.89' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='617.37' y1='416.41' x2='617.37' y2='411.37' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='614.85' y1='412.57' x2='619.89' y2='412.57' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='617.37' y1='415.09' x2='617.37' y2='410.05' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='606.38' y1='439.61' x2='611.42' y2='439.61' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='608.90' y1='442.13' x2='608.90' y2='437.09' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='606.38' y1='425.12' x2='611.42' y2='425.12' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='608.90' y1='427.64' x2='608.90' y2='422.60' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='419.02' y1='432.74' x2='422.58' y2='429.18' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='419.02' y1='429.18' x2='422.58' y2='432.74' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='419.02' y1='424.18' x2='422.58' y2='420.61' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='419.02' y1='420.61' x2='422.58' y2='424.18' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='439.29' y1='425.88' x2='442.86' y2='422.31' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='439.29' y1='422.31' x2='442.86' y2='425.88' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='439.29' y1='433.12' x2='442.86' y2='429.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='439.29' y1='429.56' x2='442.86' y2='433.12' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='475.81' y1='420.27' x2='479.38' y2='416.70' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='475.81' y1='416.70' x2='479.38' y2='420.27' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='475.81' y1='422.24' x2='479.38' y2='418.68' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='475.81' y1='418.68' x2='479.38' y2='422.24' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='528.55' y1='440.24' x2='532.11' y2='436.68' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='528.55' y1='436.68' x2='532.11' y2='440.24' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='528.55' y1='419.17' x2='532.11' y2='415.61' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='528.55' y1='415.61' x2='532.11' y2='419.17' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='601.56' y1='432.28' x2='605.12' y2='428.72' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='601.56' y1='428.72' x2='605.12' y2='432.28' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='601.56' y1='409.89' x2='605.12' y2='406.33' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='601.56' y1='406.33' x2='605.12' y2='409.89' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='674.16' y1='430.53' x2='677.72' y2='426.96' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='674.16' y1='426.96' x2='677.72' y2='430.53' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='674.16' y1='444.36' x2='677.72' y2='440.79' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='674.16' y1='440.79' x2='677.72' y2='444.36' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='687.11' y1='403.69' x2='690.67' y2='400.13' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='687.11' y1='400.13' x2='690.67' y2='403.69' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='687.11' y1='430.04' x2='690.67' y2='426.47' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='687.11' y1='426.47' x2='690.67' y2='430.04' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='679.15' y1='434.50' x2='682.71' y2='430.94' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='679.15' y1='430.94' x2='682.71' y2='434.50' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='679.15' y1='414.74' x2='682.71' y2='411.18' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='679.15' y1='411.18' x2='682.71' y2='414.74' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<polygon points='419.95,426.58 422.47,424.06 424.99,426.58 422.47,429.10 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='419.95,432.50 422.47,429.98 424.99,432.50 422.47,435.02 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='441.89,435.76 444.41,433.24 446.93,435.76 444.41,438.28 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='441.89,419.29 444.41,416.77 446.93,419.29 444.41,421.81 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='476.67,435.11 479.19,432.59 481.71,435.11 479.19,437.63 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='476.67,425.23 479.19,422.71 481.71,425.23 479.19,427.75 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='516.74,436.74 519.26,434.22 521.78,436.74 519.26,439.26 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='516.74,407.77 519.26,405.25 521.78,407.77 519.26,410.29 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='554.45,417.75 556.97,415.23 559.49,417.75 556.97,420.27 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='554.45,430.26 556.97,427.74 559.49,430.26 556.97,432.78 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='573.91,418.03 576.43,415.51 578.95,418.03 576.43,420.55 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='573.91,433.83 576.43,431.31 578.95,433.83 576.43,436.36 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='572.49,430.55 575.01,428.03 577.53,430.55 575.01,433.07 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='572.49,436.48 575.01,433.96 577.53,436.48 575.01,439.00 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='565.19,415.86 567.71,413.34 570.23,415.86 567.71,418.38 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='565.19,429.03 567.71,426.51 570.23,429.03 567.71,431.55 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='419.00,428.76 421.40,424.60 416.60,424.60 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<polygon points='435.21,424.72 437.61,420.56 432.81,420.56 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<polygon points='435.21,424.06 437.61,419.90 432.81,419.90 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<polygon points='462.28,416.92 464.68,412.76 459.88,412.76 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<polygon points='462.28,424.82 464.68,420.66 459.88,420.66 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<polygon points='496.34,441.94 498.74,437.79 493.94,437.79 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<polygon points='496.34,428.77 498.74,424.62 493.94,424.62 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<polygon points='532.88,431.75 535.28,427.59 530.48,427.59 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<polygon points='532.88,423.84 535.28,419.69 530.48,419.69 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<polygon points='553.99,449.36 556.39,445.20 551.59,445.20 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<polygon points='553.99,427.63 556.39,423.47 551.59,423.47 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<polygon points='552.52,428.90 554.92,424.74 550.12,424.74 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<polygon points='552.52,427.58 554.92,423.43 550.12,423.43 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<polygon points='546.36,418.58 548.76,414.42 543.96,414.42 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<polygon points='546.36,428.46 548.76,424.30 543.96,424.30 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<rect x='425.53' y='429.30' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='425.53' y1='432.86' x2='429.10' y2='429.30' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='425.53' y1='429.30' x2='429.10' y2='432.86' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<rect x='425.53' y='419.42' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='425.53' y1='422.98' x2='429.10' y2='419.42' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='425.53' y1='419.42' x2='429.10' y2='422.98' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<rect x='455.93' y='429.20' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='455.93' y1='432.76' x2='459.50' y2='429.20' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='455.93' y1='429.20' x2='459.50' y2='432.76' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<rect x='455.93' y='428.54' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='455.93' y1='432.10' x2='459.50' y2='428.54' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='455.93' y1='428.54' x2='459.50' y2='432.10' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<rect x='503.61' y='423.41' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='503.61' y1='426.97' x2='507.17' y2='423.41' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='503.61' y1='423.41' x2='507.17' y2='426.97' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<rect x='503.61' y='427.36' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='503.61' y1='430.92' x2='507.17' y2='427.36' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='503.61' y1='427.36' x2='507.17' y2='430.92' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<rect x='557.56' y='420.80' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='557.56' y1='424.37' x2='561.12' y2='420.80' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='557.56' y1='420.80' x2='561.12' y2='424.37' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<rect x='557.56' y='430.68' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='557.56' y1='434.24' x2='561.12' y2='430.68' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='557.56' y1='430.68' x2='561.12' y2='434.24' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<rect x='606.62' y='420.25' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='606.62' y1='423.81' x2='610.18' y2='420.25' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='606.62' y1='420.25' x2='610.18' y2='423.81' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<rect x='606.62' y='411.69' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='606.62' y1='415.25' x2='610.18' y2='411.69' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='606.62' y1='411.69' x2='610.18' y2='415.25' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<rect x='627.47' y='430.38' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='627.47' y1='433.95' x2='631.04' y2='430.38' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='627.47' y1='430.38' x2='631.04' y2='433.95' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<rect x='627.47' y='425.11' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='627.47' y1='428.68' x2='631.04' y2='425.11' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='627.47' y1='425.11' x2='631.04' y2='428.68' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<rect x='619.36' y='423.51' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='619.36' y1='427.08' x2='622.93' y2='423.51' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='619.36' y1='423.51' x2='622.93' y2='427.08' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<rect x='619.36' y='420.88' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='619.36' y1='424.44' x2='622.93' y2='420.88' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='619.36' y1='420.88' x2='622.93' y2='424.44' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<rect x='603.52' y='419.34' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='603.52' y1='422.90' x2='607.08' y2='419.34' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='603.52' y1='419.34' x2='607.08' y2='422.90' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<rect x='603.52' y='428.56' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='603.52' y1='432.12' x2='607.08' y2='428.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='603.52' y1='428.56' x2='607.08' y2='432.12' style='stroke-width: 0.75; stroke: #9E9E9E;' />
-<line x1='433.78' y1='436.57' x2='437.35' y2='433.00' style='stroke-width: 0.75;' />
-<line x1='433.78' y1='433.00' x2='437.35' y2='436.57' style='stroke-width: 0.75;' />
-<line x1='433.05' y1='434.79' x2='438.09' y2='434.79' style='stroke-width: 0.75;' />
-<line x1='435.57' y1='437.31' x2='435.57' y2='432.27' style='stroke-width: 0.75;' />
-<line x1='433.78' y1='427.35' x2='437.35' y2='423.78' style='stroke-width: 0.75;' />
-<line x1='433.78' y1='423.78' x2='437.35' y2='427.35' style='stroke-width: 0.75;' />
-<line x1='433.05' y1='425.57' x2='438.09' y2='425.57' style='stroke-width: 0.75;' />
-<line x1='435.57' y1='428.09' x2='435.57' y2='423.05' style='stroke-width: 0.75;' />
-<line x1='475.89' y1='427.58' x2='479.45' y2='424.01' style='stroke-width: 0.75;' />
-<line x1='475.89' y1='424.01' x2='479.45' y2='427.58' style='stroke-width: 0.75;' />
-<line x1='475.15' y1='425.80' x2='480.19' y2='425.80' style='stroke-width: 0.75;' />
-<line x1='477.67' y1='428.32' x2='477.67' y2='423.28' style='stroke-width: 0.75;' />
-<line x1='475.89' y1='419.68' x2='479.45' y2='416.11' style='stroke-width: 0.75;' />
-<line x1='475.89' y1='416.11' x2='479.45' y2='419.68' style='stroke-width: 0.75;' />
-<line x1='475.15' y1='417.89' x2='480.19' y2='417.89' style='stroke-width: 0.75;' />
-<line x1='477.67' y1='420.41' x2='477.67' y2='415.37' style='stroke-width: 0.75;' />
-<line x1='534.02' y1='415.69' x2='537.59' y2='412.12' style='stroke-width: 0.75;' />
-<line x1='534.02' y1='412.12' x2='537.59' y2='415.69' style='stroke-width: 0.75;' />
-<line x1='533.28' y1='413.91' x2='538.32' y2='413.91' style='stroke-width: 0.75;' />
-<line x1='535.80' y1='416.43' x2='535.80' y2='411.39' style='stroke-width: 0.75;' />
-<line x1='534.02' y1='432.15' x2='537.59' y2='428.59' style='stroke-width: 0.75;' />
-<line x1='534.02' y1='428.59' x2='537.59' y2='432.15' style='stroke-width: 0.75;' />
-<line x1='533.28' y1='430.37' x2='538.32' y2='430.37' style='stroke-width: 0.75;' />
-<line x1='535.80' y1='432.89' x2='535.80' y2='427.85' style='stroke-width: 0.75;' />
-<line x1='587.05' y1='450.43' x2='590.62' y2='446.86' style='stroke-width: 0.75;' />
-<line x1='587.05' y1='446.86' x2='590.62' y2='450.43' style='stroke-width: 0.75;' />
-<line x1='586.31' y1='448.65' x2='591.35' y2='448.65' style='stroke-width: 0.75;' />
-<line x1='588.83' y1='451.17' x2='588.83' y2='446.13' style='stroke-width: 0.75;' />
-<line x1='587.05' y1='420.79' x2='590.62' y2='417.23' style='stroke-width: 0.75;' />
-<line x1='587.05' y1='417.23' x2='590.62' y2='420.79' style='stroke-width: 0.75;' />
-<line x1='586.31' y1='419.01' x2='591.35' y2='419.01' style='stroke-width: 0.75;' />
-<line x1='588.83' y1='421.53' x2='588.83' y2='416.49' style='stroke-width: 0.75;' />
-<line x1='622.64' y1='426.17' x2='626.21' y2='422.61' style='stroke-width: 0.75;' />
-<line x1='622.64' y1='422.61' x2='626.21' y2='426.17' style='stroke-width: 0.75;' />
-<line x1='621.91' y1='424.39' x2='626.95' y2='424.39' style='stroke-width: 0.75;' />
-<line x1='624.43' y1='426.91' x2='624.43' y2='421.87' style='stroke-width: 0.75;' />
-<line x1='622.64' y1='401.15' x2='626.21' y2='397.58' style='stroke-width: 0.75;' />
-<line x1='622.64' y1='397.58' x2='626.21' y2='401.15' style='stroke-width: 0.75;' />
-<line x1='621.91' y1='399.36' x2='626.95' y2='399.36' style='stroke-width: 0.75;' />
-<line x1='624.43' y1='401.88' x2='624.43' y2='396.84' style='stroke-width: 0.75;' />
-<line x1='636.10' y1='426.15' x2='639.66' y2='422.58' style='stroke-width: 0.75;' />
-<line x1='636.10' y1='422.58' x2='639.66' y2='426.15' style='stroke-width: 0.75;' />
-<line x1='635.36' y1='424.37' x2='640.40' y2='424.37' style='stroke-width: 0.75;' />
-<line x1='637.88' y1='426.89' x2='637.88' y2='421.85' style='stroke-width: 0.75;' />
-<line x1='636.10' y1='414.95' x2='639.66' y2='411.39' style='stroke-width: 0.75;' />
-<line x1='636.10' y1='411.39' x2='639.66' y2='414.95' style='stroke-width: 0.75;' />
-<line x1='635.36' y1='413.17' x2='640.40' y2='413.17' style='stroke-width: 0.75;' />
-<line x1='637.88' y1='415.69' x2='637.88' y2='410.65' style='stroke-width: 0.75;' />
-<line x1='631.41' y1='424.43' x2='634.97' y2='420.86' style='stroke-width: 0.75;' />
-<line x1='631.41' y1='420.86' x2='634.97' y2='424.43' style='stroke-width: 0.75;' />
-<line x1='630.67' y1='422.65' x2='635.71' y2='422.65' style='stroke-width: 0.75;' />
-<line x1='633.19' y1='425.17' x2='633.19' y2='420.13' style='stroke-width: 0.75;' />
-<line x1='631.41' y1='437.60' x2='634.97' y2='434.04' style='stroke-width: 0.75;' />
-<line x1='631.41' y1='434.04' x2='634.97' y2='437.60' style='stroke-width: 0.75;' />
-<line x1='630.67' y1='435.82' x2='635.71' y2='435.82' style='stroke-width: 0.75;' />
-<line x1='633.19' y1='438.34' x2='633.19' y2='433.30' style='stroke-width: 0.75;' />
-<line x1='619.29' y1='432.28' x2='622.85' y2='428.71' style='stroke-width: 0.75;' />
-<line x1='619.29' y1='428.71' x2='622.85' y2='432.28' style='stroke-width: 0.75;' />
-<line x1='618.55' y1='430.50' x2='623.59' y2='430.50' style='stroke-width: 0.75;' />
-<line x1='621.07' y1='433.02' x2='621.07' y2='427.98' style='stroke-width: 0.75;' />
-<line x1='619.29' y1='425.69' x2='622.85' y2='422.13' style='stroke-width: 0.75;' />
-<line x1='619.29' y1='422.13' x2='622.85' y2='425.69' style='stroke-width: 0.75;' />
-<line x1='618.55' y1='423.91' x2='623.59' y2='423.91' style='stroke-width: 0.75;' />
-<line x1='621.07' y1='426.43' x2='621.07' y2='421.39' style='stroke-width: 0.75;' />
-<line x1='428.19' y1='419.74' x2='433.23' y2='419.74' style='stroke-width: 0.75; stroke: #DF536B;' />
-<line x1='430.71' y1='422.26' x2='430.71' y2='417.22' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polygon points='428.19,419.74 430.71,417.22 433.23,419.74 430.71,422.26 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
-<line x1='428.19' y1='428.96' x2='433.23' y2='428.96' style='stroke-width: 0.75; stroke: #DF536B;' />
-<line x1='430.71' y1='431.48' x2='430.71' y2='426.44' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polygon points='428.19,428.96 430.71,426.44 433.23,428.96 430.71,431.48 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
-<line x1='464.64' y1='454.90' x2='469.68' y2='454.90' style='stroke-width: 0.75; stroke: #DF536B;' />
-<line x1='467.16' y1='457.42' x2='467.16' y2='452.38' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polygon points='464.64,454.90 467.16,452.38 469.68,454.90 467.16,457.42 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
-<line x1='464.64' y1='432.50' x2='469.68' y2='432.50' style='stroke-width: 0.75; stroke: #DF536B;' />
-<line x1='467.16' y1='435.02' x2='467.16' y2='429.98' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polygon points='464.64,432.50 467.16,429.98 469.68,432.50 467.16,435.02 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
-<line x1='521.94' y1='418.52' x2='526.98' y2='418.52' style='stroke-width: 0.75; stroke: #DF536B;' />
-<line x1='524.46' y1='421.04' x2='524.46' y2='416.00' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polygon points='521.94,418.52 524.46,416.00 526.98,418.52 524.46,421.04 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
-<line x1='521.94' y1='424.45' x2='526.98' y2='424.45' style='stroke-width: 0.75; stroke: #DF536B;' />
-<line x1='524.46' y1='426.97' x2='524.46' y2='421.93' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polygon points='521.94,424.45 524.46,421.93 526.98,424.45 524.46,426.97 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
-<line x1='587.02' y1='441.40' x2='592.06' y2='441.40' style='stroke-width: 0.75; stroke: #DF536B;' />
-<line x1='589.54' y1='443.92' x2='589.54' y2='438.87' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polygon points='587.02,441.40 589.54,438.87 592.06,441.40 589.54,443.92 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
-<line x1='587.02' y1='424.93' x2='592.06' y2='424.93' style='stroke-width: 0.75; stroke: #DF536B;' />
-<line x1='589.54' y1='427.45' x2='589.54' y2='422.41' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polygon points='587.02,424.93 589.54,422.41 592.06,424.93 589.54,427.45 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
-<line x1='646.79' y1='412.58' x2='651.83' y2='412.58' style='stroke-width: 0.75; stroke: #DF536B;' />
-<line x1='649.31' y1='415.10' x2='649.31' y2='410.06' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polygon points='646.79,412.58 649.31,410.06 651.83,412.58 649.31,415.10 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
-<line x1='646.79' y1='401.39' x2='651.83' y2='401.39' style='stroke-width: 0.75; stroke: #DF536B;' />
-<line x1='649.31' y1='403.91' x2='649.31' y2='398.87' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polygon points='646.79,401.39 649.31,398.87 651.83,401.39 649.31,403.91 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
-<line x1='675.80' y1='446.76' x2='680.84' y2='446.76' style='stroke-width: 0.75; stroke: #DF536B;' />
-<line x1='678.32' y1='449.28' x2='678.32' y2='444.24' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polygon points='675.80,446.76 678.32,444.24 680.84,446.76 678.32,449.28 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
-<line x1='675.80' y1='401.32' x2='680.84' y2='401.32' style='stroke-width: 0.75; stroke: #DF536B;' />
-<line x1='678.32' y1='403.84' x2='678.32' y2='398.80' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polygon points='675.80,401.32 678.32,398.80 680.84,401.32 678.32,403.84 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
-<line x1='671.97' y1='414.23' x2='677.01' y2='414.23' style='stroke-width: 0.75; stroke: #DF536B;' />
-<line x1='674.49' y1='416.75' x2='674.49' y2='411.71' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polygon points='671.97,414.23 674.49,411.71 677.01,414.23 674.49,416.75 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
-<line x1='671.97' y1='424.11' x2='677.01' y2='424.11' style='stroke-width: 0.75; stroke: #DF536B;' />
-<line x1='674.49' y1='426.63' x2='674.49' y2='421.59' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polygon points='671.97,424.11 674.49,421.59 677.01,424.11 674.49,426.63 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
-<line x1='658.89' y1='420.52' x2='663.93' y2='420.52' style='stroke-width: 0.75; stroke: #DF536B;' />
-<line x1='661.41' y1='423.04' x2='661.41' y2='418.00' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polygon points='658.89,420.52 661.41,418.00 663.93,420.52 661.41,423.04 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
-<line x1='658.89' y1='441.60' x2='663.93' y2='441.60' style='stroke-width: 0.75; stroke: #DF536B;' />
-<line x1='661.41' y1='444.12' x2='661.41' y2='439.08' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polygon points='658.89,441.60 661.41,439.08 663.93,441.60 661.41,444.12 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
-<circle cx='420.85' cy='420.47' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='419.07' y1='420.47' x2='422.63' y2='420.47' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='420.85' y1='422.25' x2='420.85' y2='418.69' style='stroke-width: 0.75; stroke: #61D04F;' />
-<circle cx='420.85' cy='422.44' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='419.07' y1='422.44' x2='422.63' y2='422.44' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='420.85' y1='424.23' x2='420.85' y2='420.66' style='stroke-width: 0.75; stroke: #61D04F;' />
-<circle cx='441.10' cy='431.36' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='439.32' y1='431.36' x2='442.88' y2='431.36' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='441.10' y1='433.14' x2='441.10' y2='429.58' style='stroke-width: 0.75; stroke: #61D04F;' />
-<circle cx='441.10' cy='430.05' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='439.32' y1='430.05' x2='442.88' y2='430.05' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='441.10' y1='431.83' x2='441.10' y2='428.26' style='stroke-width: 0.75; stroke: #61D04F;' />
-<circle cx='477.14' cy='423.99' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='475.36' y1='423.99' x2='478.92' y2='423.99' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='477.14' y1='425.77' x2='477.14' y2='422.20' style='stroke-width: 0.75; stroke: #61D04F;' />
-<circle cx='477.14' cy='432.55' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='475.36' y1='432.55' x2='478.92' y2='432.55' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='477.14' y1='434.33' x2='477.14' y2='430.77' style='stroke-width: 0.75; stroke: #61D04F;' />
-<circle cx='528.09' cy='423.21' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='526.31' y1='423.21' x2='529.87' y2='423.21' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='528.09' y1='424.99' x2='528.09' y2='421.43' style='stroke-width: 0.75; stroke: #61D04F;' />
-<circle cx='528.09' cy='426.50' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='526.31' y1='426.50' x2='529.87' y2='426.50' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='528.09' y1='428.29' x2='528.09' y2='424.72' style='stroke-width: 0.75; stroke: #61D04F;' />
-<circle cx='596.13' cy='428.42' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='594.35' y1='428.42' x2='597.91' y2='428.42' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='596.13' y1='430.20' x2='596.13' y2='426.64' style='stroke-width: 0.75; stroke: #61D04F;' />
-<circle cx='596.13' cy='431.05' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='594.35' y1='431.05' x2='597.91' y2='431.05' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='596.13' y1='432.83' x2='596.13' y2='429.27' style='stroke-width: 0.75; stroke: #61D04F;' />
-<circle cx='660.23' cy='453.02' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='658.45' y1='453.02' x2='662.01' y2='453.02' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='660.23' y1='454.80' x2='660.23' y2='451.23' style='stroke-width: 0.75; stroke: #61D04F;' />
-<circle cx='660.23' cy='413.50' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='658.45' y1='413.50' x2='662.01' y2='413.50' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='660.23' y1='415.28' x2='660.23' y2='411.72' style='stroke-width: 0.75; stroke: #61D04F;' />
-<circle cx='671.80' cy='398.56' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='670.01' y1='398.56' x2='673.58' y2='398.56' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='671.80' y1='400.34' x2='671.80' y2='396.78' style='stroke-width: 0.75; stroke: #61D04F;' />
-<circle cx='671.80' cy='399.87' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='670.01' y1='399.87' x2='673.58' y2='399.87' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='671.80' y1='401.66' x2='671.80' y2='398.09' style='stroke-width: 0.75; stroke: #61D04F;' />
-<circle cx='666.40' cy='438.33' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='664.62' y1='438.33' x2='668.18' y2='438.33' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='666.40' y1='440.11' x2='666.40' y2='436.55' style='stroke-width: 0.75; stroke: #61D04F;' />
-<circle cx='666.40' cy='415.28' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='664.62' y1='415.28' x2='668.18' y2='415.28' style='stroke-width: 0.75; stroke: #61D04F;' />
-<line x1='666.40' y1='417.06' x2='666.40' y2='413.50' style='stroke-width: 0.75; stroke: #61D04F;' />
-<polygon points='416.04,423.38 418.44,418.53 413.64,418.53 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='416.04,417.84 418.44,422.69 413.64,422.69 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='416.04,418.77 418.44,413.92 413.64,413.92 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='416.04,413.23 418.44,418.08 413.64,418.08 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='427.31,429.89 429.71,425.04 424.91,425.04 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='427.31,424.35 429.71,429.20 424.91,429.20 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='427.31,416.06 429.71,411.21 424.91,411.21 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='427.31,410.52 429.71,415.37 424.91,415.37 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='447.66,419.81 450.06,414.96 445.26,414.96 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='447.66,414.27 450.06,419.12 445.26,419.12 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='447.66,413.88 450.06,409.03 445.26,409.03 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='447.66,408.34 450.06,413.19 445.26,413.19 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='477.23,420.91 479.63,416.06 474.83,416.06 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='477.23,415.37 479.63,420.22 474.83,420.22 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='477.23,416.30 479.63,411.45 474.83,411.45 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='477.23,410.76 479.63,415.61 474.83,415.61 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='518.54,428.31 520.94,423.46 516.14,423.46 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='518.54,422.76 520.94,427.61 516.14,427.61 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='518.54,419.75 520.94,414.90 516.14,414.90 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='518.54,414.20 520.94,419.05 516.14,419.05 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='560.32,424.94 562.72,420.09 557.92,420.09 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='560.32,419.40 562.72,424.25 557.92,424.25 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='560.32,424.94 562.72,420.09 557.92,420.09 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='560.32,419.40 562.72,424.25 557.92,424.25 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='568.30,448.16 570.70,443.31 565.90,443.31 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='568.30,442.62 570.70,447.47 565.90,447.47 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='568.30,427.74 570.70,422.89 565.90,422.89 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='568.30,422.20 570.70,427.05 565.90,427.05 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='564.43,426.79 566.83,421.94 562.03,421.94 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='564.43,421.25 566.83,426.09 562.03,426.09 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='564.43,441.28 566.83,436.43 562.03,436.43 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<polygon points='564.43,435.73 566.83,440.58 562.03,440.58 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
-<line x1='415.77' y1='427.29' x2='419.34' y2='427.29' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='417.56' y1='429.07' x2='417.56' y2='425.51' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<rect x='415.77' y='425.51' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='415.77' y1='422.02' x2='419.34' y2='422.02' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='417.56' y1='423.80' x2='417.56' y2='420.24' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<rect x='415.77' y='420.24' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='429.78' y1='421.19' x2='433.34' y2='421.19' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='431.56' y1='422.97' x2='431.56' y2='419.41' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<rect x='429.78' y='419.41' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='429.78' y1='425.14' x2='433.34' y2='425.14' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='431.56' y1='426.93' x2='431.56' y2='423.36' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<rect x='429.78' y='423.36' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='454.62' y1='430.42' x2='458.18' y2='430.42' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='456.40' y1='432.20' x2='456.40' y2='428.64' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<rect x='454.62' y='428.64' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='454.62' y1='431.08' x2='458.18' y2='431.08' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='456.40' y1='432.86' x2='456.40' y2='429.29' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<rect x='454.62' y='429.29' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='489.44' y1='424.55' x2='493.01' y2='424.55' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='491.22' y1='426.33' x2='491.22' y2='422.77' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<rect x='489.44' y='422.77' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='489.44' y1='421.91' x2='493.01' y2='421.91' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='491.22' y1='423.70' x2='491.22' y2='420.13' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<rect x='489.44' y='420.13' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='534.93' y1='412.77' x2='538.49' y2='412.77' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='536.71' y1='414.55' x2='536.71' y2='410.99' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<rect x='534.93' y='410.99' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='534.93' y1='420.67' x2='538.49' y2='420.67' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='536.71' y1='422.46' x2='536.71' y2='418.89' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<rect x='534.93' y='418.89' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='573.73' y1='422.45' x2='577.30' y2='422.45' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='575.51' y1='424.23' x2='575.51' y2='420.67' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<rect x='573.73' y='420.67' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='573.73' y1='417.84' x2='577.30' y2='417.84' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='575.51' y1='419.62' x2='575.51' y2='416.06' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<rect x='573.73' y='416.06' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='575.92' y1='419.87' x2='579.48' y2='419.87' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='577.70' y1='421.65' x2='577.70' y2='418.09' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<rect x='575.92' y='418.09' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='575.92' y1='433.70' x2='579.48' y2='433.70' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='577.70' y1='435.48' x2='577.70' y2='431.92' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<rect x='575.92' y='431.92' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='566.79' y1='444.32' x2='570.35' y2='444.32' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='568.57' y1='446.11' x2='568.57' y2='442.54' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<rect x='566.79' y='442.54' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='566.79' y1='435.76' x2='570.35' y2='435.76' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='568.57' y1='437.54' x2='568.57' y2='433.98' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<rect x='566.79' y='433.98' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<circle cx='419.02' cy='424.04' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='417.24' y1='425.82' x2='420.80' y2='422.26' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='417.24' y1='422.26' x2='420.80' y2='425.82' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<circle cx='419.02' cy='429.96' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='417.24' y1='431.75' x2='420.80' y2='428.18' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='417.24' y1='428.18' x2='420.80' y2='431.75' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<circle cx='435.66' cy='432.90' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='433.88' y1='434.68' x2='437.45' y2='431.12' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='433.88' y1='431.12' x2='437.45' y2='434.68' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<circle cx='435.66' cy='423.02' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='433.88' y1='424.80' x2='437.45' y2='421.24' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='433.88' y1='421.24' x2='437.45' y2='424.80' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<circle cx='464.76' cy='423.03' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='462.97' y1='424.81' x2='466.54' y2='421.25' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='462.97' y1='421.25' x2='466.54' y2='424.81' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<circle cx='464.76' cy='435.54' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='462.97' y1='437.32' x2='466.54' y2='433.76' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='462.97' y1='433.76' x2='466.54' y2='437.32' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<circle cx='504.57' cy='422.44' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='502.78' y1='424.23' x2='506.35' y2='420.66' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='502.78' y1='420.66' x2='506.35' y2='424.23' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<circle cx='504.57' cy='431.01' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='502.78' y1='432.79' x2='506.35' y2='429.22' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='502.78' y1='429.22' x2='506.35' y2='432.79' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<circle cx='554.58' cy='437.26' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='552.79' y1='439.04' x2='556.36' y2='435.48' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='552.79' y1='435.48' x2='556.36' y2='439.04' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<circle cx='554.58' cy='426.72' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='552.79' y1='428.50' x2='556.36' y2='424.94' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='552.79' y1='424.94' x2='556.36' y2='428.50' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<circle cx='595.27' cy='439.48' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='593.49' y1='441.26' x2='597.05' y2='437.69' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='593.49' y1='437.69' x2='597.05' y2='441.26' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<circle cx='595.27' cy='438.16' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='593.49' y1='439.94' x2='597.05' y2='436.38' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='593.49' y1='436.38' x2='597.05' y2='439.94' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<circle cx='598.14' cy='403.94' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='596.36' y1='405.72' x2='599.92' y2='402.16' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='596.36' y1='402.16' x2='599.92' y2='405.72' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<circle cx='598.14' cy='411.84' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='596.36' y1='413.63' x2='599.92' y2='410.06' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='596.36' y1='410.06' x2='599.92' y2='413.63' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<circle cx='589.81' cy='419.91' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='588.03' y1='421.70' x2='591.59' y2='418.13' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='588.03' y1='418.13' x2='591.59' y2='421.70' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<circle cx='589.81' cy='429.79' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='588.03' y1='431.58' x2='591.59' y2='428.01' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<line x1='588.03' y1='428.01' x2='591.59' y2='431.58' style='stroke-width: 0.75; stroke: #CD0BBC;' />
-<polygon points='422.47,424.80 424.25,428.36 420.69,428.36 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<rect x='420.69' y='424.80' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
-<polygon points='422.47,406.36 424.25,409.92 420.69,409.92 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<rect x='420.69' y='406.36' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
-<polygon points='445.00,420.69 446.79,424.25 443.22,424.25 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<rect x='443.22' y='420.69' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
-<polygon points='445.00,427.28 446.79,430.84 443.22,430.84 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<rect x='443.22' y='427.28' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
-<polygon points='482.59,410.80 484.38,414.37 480.81,414.37 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<rect x='480.81' y='410.80' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
-<polygon points='482.59,416.73 484.38,420.30 480.81,420.30 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<rect x='480.81' y='416.73' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
-<polygon points='529.97,413.95 531.75,417.52 528.19,417.52 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<rect x='528.19' y='413.95' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
-<polygon points='529.97,417.91 531.75,421.47 528.19,421.47 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<rect x='528.19' y='417.91' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
-<polygon points='581.67,426.39 583.46,429.95 579.89,429.95 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<rect x='579.89' y='426.39' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
-<polygon points='581.67,419.80 583.46,423.37 579.89,423.37 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<rect x='579.89' y='419.80' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
-<polygon points='614.19,428.92 615.98,432.48 612.41,432.48 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<rect x='612.41' y='428.92' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
-<polygon points='614.19,432.21 615.98,435.77 612.41,435.77 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<rect x='612.41' y='432.21' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
-<polygon points='612.44,434.54 614.23,438.10 610.66,438.10 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<rect x='610.66' y='434.54' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
-<polygon points='612.44,417.41 614.23,420.98 610.66,420.98 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<rect x='610.66' y='417.41' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
-<polygon points='601.33,430.80 603.11,434.37 599.55,434.37 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<rect x='599.55' y='430.80' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
-<polygon points='601.33,412.36 603.11,415.93 599.55,415.93 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
-<rect x='599.55' y='412.36' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
-<polygon points='421.08,414.24 424.64,414.24 424.64,410.67 421.08,410.67 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
-<polygon points='421.08,433.34 424.64,433.34 424.64,429.77 421.08,429.77 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
-<polygon points='444.34,429.24 447.90,429.24 447.90,425.68 444.34,425.68 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
-<polygon points='444.34,427.92 447.90,427.92 447.90,424.36 444.34,424.36 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
-<polygon points='483.13,432.98 486.69,432.98 486.69,429.42 483.13,429.42 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
-<polygon points='483.13,424.42 486.69,424.42 486.69,420.86 483.13,420.86 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
-<polygon points='532.02,411.86 535.59,411.86 535.59,408.29 532.02,408.29 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
-<polygon points='532.02,423.05 535.59,423.05 535.59,419.49 532.02,419.49 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
-<polygon points='585.44,435.76 589.00,435.76 589.00,432.19 585.44,432.19 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
-<polygon points='585.44,437.73 589.00,437.73 589.00,434.17 585.44,434.17 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
-<polygon points='620.50,426.16 624.06,426.16 624.06,422.59 620.50,422.59 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
-<polygon points='620.50,421.55 624.06,421.55 624.06,417.98 620.50,417.98 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
-<polygon points='622.07,437.50 625.64,437.50 625.64,433.93 622.07,433.93 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
-<polygon points='622.07,426.96 625.64,426.96 625.64,423.39 622.07,423.39 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
-<polygon points='614.87,397.89 618.44,397.89 618.44,394.32 614.87,394.32 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
-<polygon points='614.87,440.03 618.44,440.03 618.44,436.47 614.87,436.47 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
+<circle cx='419.96' cy='428.85' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='419.96' cy='415.50' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='438.24' cy='422.56' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='438.24' cy='421.22' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='469.74' cy='417.28' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='469.74' cy='423.95' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='511.74' cy='419.79' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='511.74' cy='414.45' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='561.86' cy='411.88' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='561.86' cy='427.89' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='598.09' cy='431.02' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='598.09' cy='421.01' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='598.69' cy='429.58' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='598.69' cy='448.93' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='590.18' cy='425.64' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='590.18' cy='422.97' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<polygon points='434.68,425.13 437.08,429.29 432.28,429.29 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='434.68,424.47 437.08,428.62 432.28,428.62 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='462.08,428.70 464.48,432.86 459.68,432.86 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='462.08,422.03 464.48,426.18 459.68,426.18 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='498.41,423.26 500.81,427.42 496.01,427.42 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='498.41,431.27 500.81,435.42 496.01,435.42 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='541.52,418.14 543.92,422.30 539.12,422.30 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='541.52,425.48 543.92,429.64 539.12,429.64 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='572.98,423.49 575.38,427.65 570.58,427.65 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='572.98,421.49 575.38,425.64 570.58,425.64 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='574.32,427.41 576.72,431.57 571.92,431.57 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='574.32,430.08 576.72,434.24 571.92,434.24 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='567.79,411.97 570.19,416.13 565.39,416.13 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='567.79,419.31 570.19,423.47 565.39,423.47 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<line x1='417.32' y1='422.06' x2='422.36' y2='422.06' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='419.84' y1='424.58' x2='419.84' y2='419.54' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='417.32' y1='428.07' x2='422.36' y2='428.07' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='419.84' y1='430.59' x2='419.84' y2='425.55' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='435.54' y1='421.72' x2='440.58' y2='421.72' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='438.06' y1='424.24' x2='438.06' y2='419.20' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='435.54' y1='420.39' x2='440.58' y2='420.39' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='438.06' y1='422.91' x2='438.06' y2='417.87' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='467.48' y1='424.86' x2='472.52' y2='424.86' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='470.00' y1='427.38' x2='470.00' y2='422.34' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='467.48' y1='416.18' x2='472.52' y2='416.18' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='470.00' y1='418.70' x2='470.00' y2='413.66' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='511.45' y1='428.55' x2='516.49' y2='428.55' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='513.97' y1='431.07' x2='513.97' y2='426.03' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='511.45' y1='427.88' x2='516.49' y2='427.88' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='513.97' y1='430.40' x2='513.97' y2='425.36' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='567.17' y1='437.20' x2='572.21' y2='437.20' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='569.69' y1='439.72' x2='569.69' y2='434.68' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='567.17' y1='417.85' x2='572.21' y2='417.85' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='569.69' y1='420.37' x2='569.69' y2='415.33' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='612.93' y1='439.22' x2='617.97' y2='439.22' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='615.45' y1='441.74' x2='615.45' y2='436.70' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='612.93' y1='418.54' x2='617.97' y2='418.54' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='615.45' y1='421.06' x2='615.45' y2='416.02' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='616.04' y1='413.44' x2='621.09' y2='413.44' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='618.56' y1='415.96' x2='618.56' y2='410.92' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='616.04' y1='412.11' x2='621.09' y2='412.11' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='618.56' y1='414.63' x2='618.56' y2='409.59' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='606.51' y1='438.57' x2='611.55' y2='438.57' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='609.03' y1='441.09' x2='609.03' y2='436.05' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='606.51' y1='423.89' x2='611.55' y2='423.89' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='609.03' y1='426.41' x2='609.03' y2='421.37' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='419.37' y1='433.07' x2='422.93' y2='429.51' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='419.37' y1='429.51' x2='422.93' y2='433.07' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='419.37' y1='424.40' x2='422.93' y2='420.83' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='419.37' y1='420.83' x2='422.93' y2='424.40' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='440.30' y1='426.60' x2='443.87' y2='423.03' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='440.30' y1='423.03' x2='443.87' y2='426.60' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='440.30' y1='433.94' x2='443.87' y2='430.37' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='440.30' y1='430.37' x2='443.87' y2='433.94' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='477.98' y1='421.74' x2='481.54' y2='418.18' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='477.98' y1='418.18' x2='481.54' y2='421.74' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='477.98' y1='423.74' x2='481.54' y2='420.18' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='477.98' y1='420.18' x2='481.54' y2='423.74' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='532.26' y1='443.06' x2='535.82' y2='439.50' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='532.26' y1='439.50' x2='535.82' y2='443.06' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='532.26' y1='421.71' x2='535.82' y2='418.15' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='532.26' y1='418.15' x2='535.82' y2='421.71' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='606.84' y1='435.97' x2='610.40' y2='432.40' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='606.84' y1='432.40' x2='610.40' y2='435.97' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='606.84' y1='413.28' x2='610.40' y2='409.72' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='606.84' y1='409.72' x2='610.40' y2='413.28' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='677.98' y1='432.33' x2='681.55' y2='428.77' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='677.98' y1='428.77' x2='681.55' y2='432.33' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='677.98' y1='446.34' x2='681.55' y2='442.78' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='677.98' y1='442.78' x2='681.55' y2='446.34' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='686.36' y1='400.79' x2='689.93' y2='397.23' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='686.36' y1='397.23' x2='689.93' y2='400.79' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='686.36' y1='427.48' x2='689.93' y2='423.92' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='686.36' y1='423.92' x2='689.93' y2='427.48' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='672.96' y1='426.98' x2='676.52' y2='423.41' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='672.96' y1='423.41' x2='676.52' y2='426.98' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='672.96' y1='406.96' x2='676.52' y2='403.40' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='672.96' y1='403.40' x2='676.52' y2='406.96' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<polygon points='419.50,426.09 422.02,423.57 424.54,426.09 422.02,428.61 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='419.50,432.10 422.02,429.58 424.54,432.10 422.02,434.62 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='440.86,434.69 443.38,432.17 445.90,434.69 443.38,437.21 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='440.86,418.01 443.38,415.49 445.90,418.01 443.38,420.53 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='475.35,433.54 477.87,431.02 480.39,433.54 477.87,436.06 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='475.35,423.53 477.87,421.01 480.39,423.53 477.87,426.05 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='516.32,435.76 518.84,433.24 521.36,435.76 518.84,438.28 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='516.32,406.40 518.84,403.88 521.36,406.40 518.84,408.92 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='556.43,418.49 558.95,415.97 561.47,418.49 558.95,421.01 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='556.43,431.17 558.95,428.65 561.47,431.17 558.95,433.69 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='576.74,419.45 579.26,416.93 581.78,419.45 579.26,421.97 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='576.74,435.46 579.26,432.94 581.78,435.46 579.26,437.98 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='574.26,431.14 576.78,428.62 579.30,431.14 576.78,433.66 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='574.26,437.15 576.78,434.63 579.30,437.15 576.78,439.67 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='566.27,415.68 568.79,413.16 571.31,415.68 568.79,418.20 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='566.27,429.02 568.79,426.50 571.31,429.02 568.79,431.54 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='418.94,428.66 421.34,424.50 416.54,424.50 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<polygon points='435.09,424.39 437.49,420.23 432.69,420.23 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<polygon points='435.09,423.72 437.49,419.57 432.69,419.57 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<polygon points='462.16,416.31 464.56,412.15 459.76,412.15 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<polygon points='462.16,424.31 464.56,420.16 459.76,420.16 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<polygon points='496.46,441.65 498.86,437.50 494.06,437.50 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<polygon points='496.46,428.31 498.86,424.15 494.06,424.15 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<polygon points='533.61,431.63 536.01,427.48 531.21,427.48 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<polygon points='533.61,423.63 536.01,419.47 531.21,419.47 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<polygon points='554.90,449.52 557.30,445.36 552.50,445.36 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<polygon points='554.90,427.50 557.30,423.34 552.50,423.34 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<polygon points='552.82,428.23 555.22,424.07 550.42,424.07 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<polygon points='552.82,426.89 555.22,422.73 550.42,422.73 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<polygon points='546.07,417.25 548.47,413.09 543.67,413.09 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<polygon points='546.07,427.26 548.47,423.10 543.67,423.10 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<rect x='425.76' y='429.47' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='425.76' y1='433.04' x2='429.33' y2='429.47' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='425.76' y1='429.47' x2='429.33' y2='433.04' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<rect x='425.76' y='419.46' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='425.76' y1='423.03' x2='429.33' y2='419.46' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='425.76' y1='419.46' x2='429.33' y2='423.03' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<rect x='456.50' y='429.48' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='456.50' y1='433.04' x2='460.06' y2='429.48' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='456.50' y1='429.48' x2='460.06' y2='433.04' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<rect x='456.50' y='428.81' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='456.50' y1='432.37' x2='460.06' y2='428.81' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='456.50' y1='428.81' x2='460.06' y2='432.37' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<rect x='504.50' y='423.59' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='504.50' y1='427.15' x2='508.06' y2='423.59' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='504.50' y1='423.59' x2='508.06' y2='427.15' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<rect x='504.50' y='427.59' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='504.50' y1='431.15' x2='508.06' y2='427.59' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='504.50' y1='427.59' x2='508.06' y2='431.15' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<rect x='558.49' y='420.62' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='558.49' y1='424.19' x2='562.06' y2='420.62' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='558.49' y1='420.62' x2='562.06' y2='424.19' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<rect x='558.49' y='430.63' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='558.49' y1='434.20' x2='562.06' y2='430.63' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='558.49' y1='430.63' x2='562.06' y2='434.20' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<rect x='607.38' y='419.56' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='607.38' y1='423.13' x2='610.95' y2='419.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='607.38' y1='419.56' x2='610.95' y2='423.13' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<rect x='607.38' y='410.89' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='607.38' y1='414.45' x2='610.95' y2='410.89' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='607.38' y1='410.89' x2='610.95' y2='414.45' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<rect x='628.50' y='429.94' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='628.50' y1='433.51' x2='632.07' y2='429.94' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='628.50' y1='429.94' x2='632.07' y2='433.51' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<rect x='628.50' y='424.61' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='628.50' y1='428.17' x2='632.07' y2='424.61' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='628.50' y1='424.61' x2='632.07' y2='428.17' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<rect x='620.43' y='423.08' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='620.43' y1='426.64' x2='624.00' y2='423.08' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='620.43' y1='423.08' x2='624.00' y2='426.64' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<rect x='620.43' y='420.41' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='620.43' y1='423.97' x2='624.00' y2='420.41' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='620.43' y1='420.41' x2='624.00' y2='423.97' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<rect x='604.30' y='418.69' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='604.30' y1='422.25' x2='607.86' y2='418.69' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='604.30' y1='418.69' x2='607.86' y2='422.25' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<rect x='604.30' y='428.03' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='604.30' y1='431.59' x2='607.86' y2='428.03' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='604.30' y1='428.03' x2='607.86' y2='431.59' style='stroke-width: 0.75; stroke: #9E9E9E;' />
+<line x1='435.32' y1='437.95' x2='438.88' y2='434.39' style='stroke-width: 0.75;' />
+<line x1='435.32' y1='434.39' x2='438.88' y2='437.95' style='stroke-width: 0.75;' />
+<line x1='434.58' y1='436.17' x2='439.62' y2='436.17' style='stroke-width: 0.75;' />
+<line x1='437.10' y1='438.69' x2='437.10' y2='433.65' style='stroke-width: 0.75;' />
+<line x1='435.32' y1='428.61' x2='438.88' y2='425.05' style='stroke-width: 0.75;' />
+<line x1='435.32' y1='425.05' x2='438.88' y2='428.61' style='stroke-width: 0.75;' />
+<line x1='434.58' y1='426.83' x2='439.62' y2='426.83' style='stroke-width: 0.75;' />
+<line x1='437.10' y1='429.35' x2='437.10' y2='424.31' style='stroke-width: 0.75;' />
+<line x1='479.32' y1='430.33' x2='482.88' y2='426.76' style='stroke-width: 0.75;' />
+<line x1='479.32' y1='426.76' x2='482.88' y2='430.33' style='stroke-width: 0.75;' />
+<line x1='478.58' y1='428.55' x2='483.62' y2='428.55' style='stroke-width: 0.75;' />
+<line x1='481.10' y1='431.07' x2='481.10' y2='426.03' style='stroke-width: 0.75;' />
+<line x1='479.32' y1='422.32' x2='482.88' y2='418.76' style='stroke-width: 0.75;' />
+<line x1='479.32' y1='418.76' x2='482.88' y2='422.32' style='stroke-width: 0.75;' />
+<line x1='478.58' y1='420.54' x2='483.62' y2='420.54' style='stroke-width: 0.75;' />
+<line x1='481.10' y1='423.06' x2='481.10' y2='418.02' style='stroke-width: 0.75;' />
+<line x1='538.48' y1='418.84' x2='542.04' y2='415.28' style='stroke-width: 0.75;' />
+<line x1='538.48' y1='415.28' x2='542.04' y2='418.84' style='stroke-width: 0.75;' />
+<line x1='537.74' y1='417.06' x2='542.78' y2='417.06' style='stroke-width: 0.75;' />
+<line x1='540.26' y1='419.58' x2='540.26' y2='414.54' style='stroke-width: 0.75;' />
+<line x1='538.48' y1='435.52' x2='542.04' y2='431.96' style='stroke-width: 0.75;' />
+<line x1='538.48' y1='431.96' x2='542.04' y2='435.52' style='stroke-width: 0.75;' />
+<line x1='537.74' y1='433.74' x2='542.78' y2='433.74' style='stroke-width: 0.75;' />
+<line x1='540.26' y1='436.26' x2='540.26' y2='431.22' style='stroke-width: 0.75;' />
+<line x1='590.39' y1='452.64' x2='593.95' y2='449.07' style='stroke-width: 0.75;' />
+<line x1='590.39' y1='449.07' x2='593.95' y2='452.64' style='stroke-width: 0.75;' />
+<line x1='589.65' y1='450.85' x2='594.69' y2='450.85' style='stroke-width: 0.75;' />
+<line x1='592.17' y1='453.37' x2='592.17' y2='448.33' style='stroke-width: 0.75;' />
+<line x1='590.39' y1='422.61' x2='593.95' y2='419.05' style='stroke-width: 0.75;' />
+<line x1='590.39' y1='419.05' x2='593.95' y2='422.61' style='stroke-width: 0.75;' />
+<line x1='589.65' y1='420.83' x2='594.69' y2='420.83' style='stroke-width: 0.75;' />
+<line x1='592.17' y1='423.35' x2='592.17' y2='418.31' style='stroke-width: 0.75;' />
+<line x1='624.50' y1='426.44' x2='628.07' y2='422.87' style='stroke-width: 0.75;' />
+<line x1='624.50' y1='422.87' x2='628.07' y2='426.44' style='stroke-width: 0.75;' />
+<line x1='623.77' y1='424.65' x2='628.81' y2='424.65' style='stroke-width: 0.75;' />
+<line x1='626.29' y1='427.17' x2='626.29' y2='422.13' style='stroke-width: 0.75;' />
+<line x1='624.50' y1='401.08' x2='628.07' y2='397.52' style='stroke-width: 0.75;' />
+<line x1='624.50' y1='397.52' x2='628.07' y2='401.08' style='stroke-width: 0.75;' />
+<line x1='623.77' y1='399.30' x2='628.81' y2='399.30' style='stroke-width: 0.75;' />
+<line x1='626.29' y1='401.82' x2='626.29' y2='396.78' style='stroke-width: 0.75;' />
+<line x1='639.64' y1='427.89' x2='643.20' y2='424.33' style='stroke-width: 0.75;' />
+<line x1='639.64' y1='424.33' x2='643.20' y2='427.89' style='stroke-width: 0.75;' />
+<line x1='638.90' y1='426.11' x2='643.94' y2='426.11' style='stroke-width: 0.75;' />
+<line x1='641.42' y1='428.63' x2='641.42' y2='423.59' style='stroke-width: 0.75;' />
+<line x1='639.64' y1='416.55' x2='643.20' y2='412.98' style='stroke-width: 0.75;' />
+<line x1='639.64' y1='412.98' x2='643.20' y2='416.55' style='stroke-width: 0.75;' />
+<line x1='638.90' y1='414.77' x2='643.94' y2='414.77' style='stroke-width: 0.75;' />
+<line x1='641.42' y1='417.29' x2='641.42' y2='412.25' style='stroke-width: 0.75;' />
+<line x1='636.19' y1='427.34' x2='639.76' y2='423.78' style='stroke-width: 0.75;' />
+<line x1='636.19' y1='423.78' x2='639.76' y2='427.34' style='stroke-width: 0.75;' />
+<line x1='635.46' y1='425.56' x2='640.50' y2='425.56' style='stroke-width: 0.75;' />
+<line x1='637.98' y1='428.08' x2='637.98' y2='423.04' style='stroke-width: 0.75;' />
+<line x1='636.19' y1='440.69' x2='639.76' y2='437.12' style='stroke-width: 0.75;' />
+<line x1='636.19' y1='437.12' x2='639.76' y2='440.69' style='stroke-width: 0.75;' />
+<line x1='635.46' y1='438.91' x2='640.50' y2='438.91' style='stroke-width: 0.75;' />
+<line x1='637.98' y1='441.43' x2='637.98' y2='436.39' style='stroke-width: 0.75;' />
+<line x1='624.55' y1='435.82' x2='628.11' y2='432.26' style='stroke-width: 0.75;' />
+<line x1='624.55' y1='432.26' x2='628.11' y2='435.82' style='stroke-width: 0.75;' />
+<line x1='623.81' y1='434.04' x2='628.85' y2='434.04' style='stroke-width: 0.75;' />
+<line x1='626.33' y1='436.56' x2='626.33' y2='431.52' style='stroke-width: 0.75;' />
+<line x1='624.55' y1='429.15' x2='628.11' y2='425.58' style='stroke-width: 0.75;' />
+<line x1='624.55' y1='425.58' x2='628.11' y2='429.15' style='stroke-width: 0.75;' />
+<line x1='623.81' y1='427.37' x2='628.85' y2='427.37' style='stroke-width: 0.75;' />
+<line x1='626.33' y1='429.89' x2='626.33' y2='424.85' style='stroke-width: 0.75;' />
+<line x1='428.66' y1='419.97' x2='433.70' y2='419.97' style='stroke-width: 0.75; stroke: #DF536B;' />
+<line x1='431.18' y1='422.49' x2='431.18' y2='417.45' style='stroke-width: 0.75; stroke: #DF536B;' />
+<polygon points='428.66,419.97 431.18,417.45 433.70,419.97 431.18,422.49 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
+<line x1='428.66' y1='429.31' x2='433.70' y2='429.31' style='stroke-width: 0.75; stroke: #DF536B;' />
+<line x1='431.18' y1='431.83' x2='431.18' y2='426.79' style='stroke-width: 0.75; stroke: #DF536B;' />
+<polygon points='428.66,429.31 431.18,426.79 433.70,429.31 431.18,431.83 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
+<line x1='465.82' y1='456.00' x2='470.86' y2='456.00' style='stroke-width: 0.75; stroke: #DF536B;' />
+<line x1='468.34' y1='458.52' x2='468.34' y2='453.48' style='stroke-width: 0.75; stroke: #DF536B;' />
+<polygon points='465.82,456.00 468.34,453.48 470.86,456.00 468.34,458.52 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
+<line x1='465.82' y1='433.31' x2='470.86' y2='433.31' style='stroke-width: 0.75; stroke: #DF536B;' />
+<line x1='468.34' y1='435.83' x2='468.34' y2='430.79' style='stroke-width: 0.75; stroke: #DF536B;' />
+<polygon points='465.82,433.31 468.34,430.79 470.86,433.31 468.34,435.83 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
+<line x1='523.90' y1='419.48' x2='528.94' y2='419.48' style='stroke-width: 0.75; stroke: #DF536B;' />
+<line x1='526.42' y1='422.00' x2='526.42' y2='416.96' style='stroke-width: 0.75; stroke: #DF536B;' />
+<polygon points='523.90,419.48 526.42,416.96 528.94,419.48 526.42,422.00 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
+<line x1='523.90' y1='425.49' x2='528.94' y2='425.49' style='stroke-width: 0.75; stroke: #DF536B;' />
+<line x1='526.42' y1='428.01' x2='526.42' y2='422.97' style='stroke-width: 0.75; stroke: #DF536B;' />
+<polygon points='523.90,425.49 526.42,422.97 528.94,425.49 526.42,428.01 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
+<line x1='589.28' y1='442.50' x2='594.32' y2='442.50' style='stroke-width: 0.75; stroke: #DF536B;' />
+<line x1='591.80' y1='445.02' x2='591.80' y2='439.98' style='stroke-width: 0.75; stroke: #DF536B;' />
+<polygon points='589.28,442.50 591.80,439.98 594.32,442.50 591.80,445.02 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
+<line x1='589.28' y1='425.82' x2='594.32' y2='425.82' style='stroke-width: 0.75; stroke: #DF536B;' />
+<line x1='591.80' y1='428.34' x2='591.80' y2='423.30' style='stroke-width: 0.75; stroke: #DF536B;' />
+<polygon points='589.28,425.82 591.80,423.30 594.32,425.82 591.80,428.34 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
+<line x1='648.75' y1='412.62' x2='653.80' y2='412.62' style='stroke-width: 0.75; stroke: #DF536B;' />
+<line x1='651.27' y1='415.14' x2='651.27' y2='410.10' style='stroke-width: 0.75; stroke: #DF536B;' />
+<polygon points='648.75,412.62 651.27,410.10 653.80,412.62 651.27,415.14 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
+<line x1='648.75' y1='401.28' x2='653.80' y2='401.28' style='stroke-width: 0.75; stroke: #DF536B;' />
+<line x1='651.27' y1='403.80' x2='651.27' y2='398.76' style='stroke-width: 0.75; stroke: #DF536B;' />
+<polygon points='648.75,401.28 651.27,398.76 653.80,401.28 651.27,403.80 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
+<line x1='677.74' y1='447.03' x2='682.78' y2='447.03' style='stroke-width: 0.75; stroke: #DF536B;' />
+<line x1='680.26' y1='449.55' x2='680.26' y2='444.51' style='stroke-width: 0.75; stroke: #DF536B;' />
+<polygon points='677.74,447.03 680.26,444.51 682.78,447.03 680.26,449.55 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
+<line x1='677.74' y1='400.99' x2='682.78' y2='400.99' style='stroke-width: 0.75; stroke: #DF536B;' />
+<line x1='680.26' y1='403.51' x2='680.26' y2='398.47' style='stroke-width: 0.75; stroke: #DF536B;' />
+<polygon points='677.74,400.99 680.26,398.47 682.78,400.99 680.26,403.51 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
+<line x1='673.55' y1='413.75' x2='678.59' y2='413.75' style='stroke-width: 0.75; stroke: #DF536B;' />
+<line x1='676.07' y1='416.27' x2='676.07' y2='411.23' style='stroke-width: 0.75; stroke: #DF536B;' />
+<polygon points='673.55,413.75 676.07,411.23 678.59,413.75 676.07,416.27 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
+<line x1='673.55' y1='423.76' x2='678.59' y2='423.76' style='stroke-width: 0.75; stroke: #DF536B;' />
+<line x1='676.07' y1='426.28' x2='676.07' y2='421.24' style='stroke-width: 0.75; stroke: #DF536B;' />
+<polygon points='673.55,423.76 676.07,421.24 678.59,423.76 676.07,426.28 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
+<line x1='659.47' y1='419.30' x2='664.51' y2='419.30' style='stroke-width: 0.75; stroke: #DF536B;' />
+<line x1='661.99' y1='421.82' x2='661.99' y2='416.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<polygon points='659.47,419.30 661.99,416.78 664.51,419.30 661.99,421.82 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
+<line x1='659.47' y1='440.65' x2='664.51' y2='440.65' style='stroke-width: 0.75; stroke: #DF536B;' />
+<line x1='661.99' y1='443.17' x2='661.99' y2='438.13' style='stroke-width: 0.75; stroke: #DF536B;' />
+<polygon points='659.47,440.65 661.99,438.13 664.51,440.65 661.99,443.17 ' style='stroke-width: 0.75; stroke: #DF536B; fill: none;' />
+<circle cx='421.20' cy='420.66' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='419.42' y1='420.66' x2='422.98' y2='420.66' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='421.20' y1='422.44' x2='421.20' y2='418.88' style='stroke-width: 0.75; stroke: #61D04F;' />
+<circle cx='421.20' cy='422.66' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='419.42' y1='422.66' x2='422.98' y2='422.66' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='421.20' y1='424.44' x2='421.20' y2='420.88' style='stroke-width: 0.75; stroke: #61D04F;' />
+<circle cx='442.11' cy='432.17' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='440.32' y1='432.17' x2='443.89' y2='432.17' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='442.11' y1='433.96' x2='442.11' y2='430.39' style='stroke-width: 0.75; stroke: #61D04F;' />
+<circle cx='442.11' cy='430.84' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='440.32' y1='430.84' x2='443.89' y2='430.84' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='442.11' y1='432.62' x2='442.11' y2='429.06' style='stroke-width: 0.75; stroke: #61D04F;' />
+<circle cx='479.31' cy='425.55' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='477.53' y1='425.55' x2='481.10' y2='425.55' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='479.31' y1='427.33' x2='479.31' y2='423.76' style='stroke-width: 0.75; stroke: #61D04F;' />
+<circle cx='479.31' cy='434.22' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='477.53' y1='434.22' x2='481.10' y2='434.22' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='479.31' y1='436.00' x2='479.31' y2='432.44' style='stroke-width: 0.75; stroke: #61D04F;' />
+<circle cx='531.87' cy='425.91' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='530.09' y1='425.91' x2='533.65' y2='425.91' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='531.87' y1='427.69' x2='531.87' y2='424.13' style='stroke-width: 0.75; stroke: #61D04F;' />
+<circle cx='531.87' cy='429.25' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='530.09' y1='429.25' x2='533.65' y2='429.25' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='531.87' y1='431.03' x2='531.87' y2='427.46' style='stroke-width: 0.75; stroke: #61D04F;' />
+<circle cx='601.69' cy='432.39' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='599.91' y1='432.39' x2='603.48' y2='432.39' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='601.69' y1='434.17' x2='601.69' y2='430.61' style='stroke-width: 0.75; stroke: #61D04F;' />
+<circle cx='601.69' cy='435.06' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='599.91' y1='435.06' x2='603.48' y2='435.06' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='601.69' y1='436.84' x2='601.69' y2='433.27' style='stroke-width: 0.75; stroke: #61D04F;' />
+<circle cx='665.10' cy='456.22' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='663.31' y1='456.22' x2='666.88' y2='456.22' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='665.10' y1='458.00' x2='665.10' y2='454.44' style='stroke-width: 0.75; stroke: #61D04F;' />
+<circle cx='665.10' cy='416.19' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='663.31' y1='416.19' x2='666.88' y2='416.19' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='665.10' y1='417.97' x2='665.10' y2='414.41' style='stroke-width: 0.75; stroke: #61D04F;' />
+<circle cx='673.07' cy='397.61' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='671.29' y1='397.61' x2='674.85' y2='397.61' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='673.07' y1='399.39' x2='673.07' y2='395.83' style='stroke-width: 0.75; stroke: #61D04F;' />
+<circle cx='673.07' cy='398.94' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='671.29' y1='398.94' x2='674.85' y2='398.94' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='673.07' y1='400.73' x2='673.07' y2='397.16' style='stroke-width: 0.75; stroke: #61D04F;' />
+<circle cx='663.27' cy='433.83' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='661.48' y1='433.83' x2='665.05' y2='433.83' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='663.27' y1='435.61' x2='663.27' y2='432.05' style='stroke-width: 0.75; stroke: #61D04F;' />
+<circle cx='663.27' cy='410.48' r='1.78' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='661.48' y1='410.48' x2='665.05' y2='410.48' style='stroke-width: 0.75; stroke: #61D04F;' />
+<line x1='663.27' y1='412.26' x2='663.27' y2='408.69' style='stroke-width: 0.75; stroke: #61D04F;' />
+<polygon points='415.99,423.24 418.39,418.39 413.59,418.39 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='415.99,417.70 418.39,422.55 413.59,422.55 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='415.99,418.57 418.39,413.72 413.59,413.72 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='415.99,413.03 418.39,417.88 413.59,417.88 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='427.17,429.68 429.57,424.83 424.77,424.83 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='427.17,424.13 429.57,428.98 424.77,428.98 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='427.17,415.66 429.57,410.81 424.77,410.81 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='427.17,410.12 429.57,414.97 424.77,414.97 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='447.41,419.21 449.81,414.36 445.01,414.36 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='447.41,413.67 449.81,418.52 445.01,418.52 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='447.41,413.21 449.81,408.36 445.01,408.36 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='447.41,407.66 449.81,412.51 445.01,412.51 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='476.89,420.05 479.29,415.20 474.49,415.20 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='476.89,414.51 479.29,419.35 474.49,419.35 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='476.89,415.38 479.29,410.53 474.49,410.53 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='476.89,409.83 479.29,414.68 474.49,414.68 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='518.37,427.42 520.77,422.57 515.97,422.57 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='518.37,421.88 520.77,426.73 515.97,426.73 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='518.37,418.75 520.77,413.90 515.97,413.90 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='518.37,413.20 520.77,418.05 515.97,418.05 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='561.37,424.86 563.77,420.01 558.97,420.01 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='561.37,419.32 563.77,424.17 558.97,424.17 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='561.37,424.86 563.77,420.01 558.97,420.01 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='561.37,419.32 563.77,424.17 558.97,424.17 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='570.76,449.64 573.16,444.79 568.36,444.79 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='570.76,444.10 573.16,448.95 568.36,448.95 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='570.76,428.96 573.16,424.11 568.36,424.11 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='570.76,423.41 573.16,428.26 568.36,428.26 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='568.20,429.24 570.60,424.39 565.80,424.39 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='568.20,423.70 570.60,428.55 565.80,428.55 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='568.20,443.92 570.60,439.07 565.80,439.07 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<polygon points='568.20,438.38 570.60,443.23 565.80,443.23 ' style='stroke-width: 0.75; stroke: #2297E6; fill: none;' />
+<line x1='415.55' y1='427.05' x2='419.11' y2='427.05' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='417.33' y1='428.84' x2='417.33' y2='425.27' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<rect x='415.55' y='425.27' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='415.55' y1='421.72' x2='419.11' y2='421.72' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='417.33' y1='423.50' x2='417.33' y2='419.93' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<rect x='415.55' y='419.93' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='429.12' y1='420.38' x2='432.69' y2='420.38' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='430.90' y1='422.16' x2='430.90' y2='418.60' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<rect x='429.12' y='418.60' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='429.12' y1='424.38' x2='432.69' y2='424.38' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='430.90' y1='426.17' x2='430.90' y2='422.60' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<rect x='429.12' y='422.60' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='453.20' y1='428.85' x2='456.76' y2='428.85' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='454.98' y1='430.63' x2='454.98' y2='427.07' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<rect x='453.20' y='427.07' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='453.20' y1='429.51' x2='456.76' y2='429.51' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='454.98' y1='431.30' x2='454.98' y2='427.73' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<rect x='453.20' y='427.73' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='486.98' y1='421.69' x2='490.55' y2='421.69' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='488.76' y1='423.47' x2='488.76' y2='419.91' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<rect x='486.98' y='419.91' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='486.98' y1='419.02' x2='490.55' y2='419.02' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='488.76' y1='420.80' x2='488.76' y2='417.24' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<rect x='486.98' y='417.24' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='531.30' y1='408.36' x2='534.87' y2='408.36' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='533.08' y1='410.14' x2='533.08' y2='406.58' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<rect x='531.30' y='406.58' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='531.30' y1='416.37' x2='534.87' y2='416.37' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='533.08' y1='418.15' x2='533.08' y2='414.58' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<rect x='531.30' y='414.58' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='570.29' y1='418.08' x2='573.86' y2='418.08' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='572.08' y1='419.86' x2='572.08' y2='416.29' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<rect x='570.29' y='416.29' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='570.29' y1='413.41' x2='573.86' y2='413.41' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='572.08' y1='415.19' x2='572.08' y2='411.62' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<rect x='570.29' y='411.62' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='574.19' y1='417.04' x2='577.75' y2='417.04' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='575.97' y1='418.82' x2='575.97' y2='415.26' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<rect x='574.19' y='415.26' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='574.19' y1='431.05' x2='577.75' y2='431.05' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='575.97' y1='432.84' x2='575.97' y2='429.27' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<rect x='574.19' y='429.27' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='567.04' y1='443.73' x2='570.60' y2='443.73' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='568.82' y1='445.51' x2='568.82' y2='441.95' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<rect x='567.04' y='441.95' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='567.04' y1='435.05' x2='570.60' y2='435.05' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='568.82' y1='436.84' x2='568.82' y2='433.27' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<rect x='567.04' y='433.27' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<circle cx='419.23' cy='424.16' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='417.45' y1='425.94' x2='421.01' y2='422.38' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='417.45' y1='422.38' x2='421.01' y2='425.94' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<circle cx='419.23' cy='430.16' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='417.45' y1='431.95' x2='421.01' y2='428.38' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='417.45' y1='428.38' x2='421.01' y2='431.95' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<circle cx='436.25' cy='433.38' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='434.47' y1='435.16' x2='438.04' y2='431.60' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='434.47' y1='431.60' x2='438.04' y2='435.16' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<circle cx='436.25' cy='423.37' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='434.47' y1='425.15' x2='438.04' y2='421.59' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='434.47' y1='421.59' x2='438.04' y2='425.15' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<circle cx='465.97' cy='423.76' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='464.19' y1='425.54' x2='467.75' y2='421.98' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='464.19' y1='421.98' x2='467.75' y2='425.54' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<circle cx='465.97' cy='436.44' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='464.19' y1='438.22' x2='467.75' y2='434.66' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='464.19' y1='434.66' x2='467.75' y2='438.22' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<circle cx='506.51' cy='423.58' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='504.73' y1='425.36' x2='508.29' y2='421.80' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='504.73' y1='421.80' x2='508.29' y2='425.36' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<circle cx='506.51' cy='432.26' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='504.73' y1='434.04' x2='508.29' y2='430.47' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='504.73' y1='430.47' x2='508.29' y2='434.04' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<circle cx='557.07' cy='438.76' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='555.29' y1='440.55' x2='558.85' y2='436.98' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='555.29' y1='436.98' x2='558.85' y2='440.55' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<circle cx='557.07' cy='428.09' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='555.29' y1='429.87' x2='558.85' y2='426.31' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='555.29' y1='426.31' x2='558.85' y2='429.87' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<circle cx='596.98' cy='439.99' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='595.20' y1='441.78' x2='598.76' y2='438.21' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='595.20' y1='438.21' x2='598.76' y2='441.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<circle cx='596.98' cy='438.66' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='595.20' y1='440.44' x2='598.76' y2='436.88' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='595.20' y1='436.88' x2='598.76' y2='440.44' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<circle cx='598.33' cy='402.56' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='596.55' y1='404.34' x2='600.12' y2='400.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='596.55' y1='400.78' x2='600.12' y2='404.34' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<circle cx='598.33' cy='410.57' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='596.55' y1='412.35' x2='600.12' y2='408.79' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='596.55' y1='408.79' x2='600.12' y2='412.35' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<circle cx='588.43' cy='417.34' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='586.65' y1='419.12' x2='590.22' y2='415.56' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='586.65' y1='415.56' x2='590.22' y2='419.12' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<circle cx='588.43' cy='427.35' r='1.78' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='586.65' y1='429.13' x2='590.22' y2='425.56' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<line x1='586.65' y1='425.56' x2='590.22' y2='429.13' style='stroke-width: 0.75; stroke: #CD0BBC;' />
+<polygon points='422.43,424.70 424.21,428.26 420.65,428.26 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<rect x='420.65' y='424.70' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
+<polygon points='422.43,406.02 424.21,409.58 420.65,409.58 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<rect x='420.65' y='406.02' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
+<polygon points='444.96,420.38 446.74,423.94 443.18,423.94 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<rect x='443.18' y='420.38' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
+<polygon points='444.96,427.05 446.74,430.62 443.18,430.62 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<rect x='443.18' y='427.05' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
+<polygon points='482.73,410.27 484.51,413.83 480.94,413.83 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<rect x='480.94' y='410.27' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
+<polygon points='482.73,416.27 484.51,419.84 480.94,419.84 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<rect x='480.94' y='416.27' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
+<polygon points='530.67,413.67 532.45,417.23 528.89,417.23 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<rect x='528.89' y='413.67' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
+<polygon points='530.67,417.67 532.45,421.23 528.89,421.23 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<rect x='528.89' y='417.67' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
+<polygon points='583.40,426.87 585.19,430.44 581.62,430.44 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<rect x='581.62' y='426.87' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
+<polygon points='583.40,420.20 585.19,423.76 581.62,423.76 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<rect x='581.62' y='420.20' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
+<polygon points='616.19,429.46 617.97,433.02 614.40,433.02 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<rect x='614.40' y='429.46' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
+<polygon points='616.19,432.79 617.97,436.36 614.40,436.36 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<rect x='614.40' y='432.79' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
+<polygon points='613.92,434.68 615.71,438.25 612.14,438.25 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<rect x='612.14' y='434.68' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
+<polygon points='613.92,417.34 615.71,420.90 612.14,420.90 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<rect x='612.14' y='417.34' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
+<polygon points='602.62,430.80 604.40,434.36 600.84,434.36 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<rect x='600.84' y='430.80' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
+<polygon points='602.62,412.12 604.40,415.68 600.84,415.68 ' style='stroke-width: 0.75; stroke: #F5C710; fill: none;' />
+<rect x='600.84' y='412.12' width='3.56' height='3.56' style='stroke-width: 0.75; stroke: #F5C710;' />
+<polygon points='421.64,414.51 425.20,414.51 425.20,410.94 421.64,410.94 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
+<polygon points='421.64,433.86 425.20,433.86 425.20,430.29 421.64,430.29 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
+<polygon points='445.89,430.48 449.46,430.48 449.46,426.92 445.89,426.92 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
+<polygon points='445.89,429.15 449.46,429.15 449.46,425.58 445.89,425.58 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
+<polygon points='486.29,435.50 489.85,435.50 489.85,431.94 486.29,431.94 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
+<polygon points='486.29,426.83 489.85,426.83 489.85,423.27 486.29,423.27 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
+<polygon points='537.01,415.47 540.58,415.47 540.58,411.91 537.01,411.91 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
+<polygon points='537.01,426.82 540.58,426.82 540.58,423.25 537.01,423.25 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
+<polygon points='591.90,440.70 595.46,440.70 595.46,437.13 591.90,437.13 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
+<polygon points='591.90,442.70 595.46,442.70 595.46,439.14 591.90,439.14 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
+<polygon points='626.25,430.07 629.81,430.07 629.81,426.50 626.25,426.50 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
+<polygon points='626.25,425.40 629.81,425.40 629.81,421.83 626.25,421.83 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
+<polygon points='625.87,439.72 629.43,439.72 629.43,436.16 625.87,436.16 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
+<polygon points='625.87,429.04 629.43,429.04 629.43,425.48 625.87,425.48 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
+<polygon points='616.55,397.66 620.11,397.66 620.11,394.09 616.55,394.09 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
+<polygon points='616.55,440.36 620.11,440.36 620.11,436.79 616.55,436.79 ' style='stroke-width: 0.75; stroke: none; fill: #9E9E9E;' />
</g>
<defs>
<clipPath id='cpNTkuMDR8Njg5Ljc2fDU5LjA0fDUwMi41Ng=='>
diff --git a/tests/testthat/_snaps/plot/mixed-model-fit-for-saem-object-with-saemix-transformations.svg b/tests/testthat/_snaps/plot/mixed-model-fit-for-saem-object-with-saemix-transformations.svg
index 072154ee..13590b9b 100644
--- a/tests/testthat/_snaps/plot/mixed-model-fit-for-saem-object-with-saemix-transformations.svg
+++ b/tests/testthat/_snaps/plot/mixed-model-fit-for-saem-object-with-saemix-transformations.svg
@@ -51,7 +51,7 @@
</clipPath>
</defs>
<g clip-path='url(#cpMzguOTd8MzQwLjA0fDUxLjIzfDI2Ny4xMw==)'>
-<polyline points='50.12,71.26 51.67,86.00 54.76,110.21 55.81,117.03 59.41,136.53 60.96,143.32 61.50,145.48 62.51,149.32 65.60,159.41 67.19,163.74 71.80,173.98 72.87,175.95 78.56,184.55 81.09,187.61 82.64,189.31 84.25,190.96 89.94,196.02 91.93,197.57 95.63,200.23 96.58,200.86 101.32,203.86 102.77,204.72 107.01,207.10 112.70,210.04 113.62,210.50 118.39,212.77 124.08,215.30 124.46,215.47 129.77,217.68 135.30,219.86 135.46,219.92 141.15,222.03 143.04,222.70 146.83,224.02 147.69,224.31 152.52,225.90 158.21,227.68 158.53,227.77 163.90,229.36 169.59,230.96 175.28,232.46 180.97,233.89 186.66,235.24 189.50,235.89 191.05,236.23 192.35,236.52 198.04,237.73 203.73,238.87 209.42,239.96 215.11,240.98 220.79,241.95 223.58,242.41 226.48,242.87 232.17,243.74 235.97,244.30 237.86,244.57 243.55,245.35 249.24,246.08 254.55,246.74 254.93,246.78 260.62,247.44 266.31,248.07 272.00,248.66 277.69,249.22 283.38,249.75 289.07,250.25 294.76,250.73 300.44,251.18 306.13,251.60 311.82,252.01 317.51,252.39 323.20,252.75 328.89,253.09 ' style='stroke-width: 1.50;' />
+<polyline points='50.12,71.28 51.67,85.96 54.76,110.06 55.81,116.85 59.41,136.29 60.96,143.06 61.50,145.23 62.51,149.06 65.60,159.14 67.19,163.46 71.80,173.71 72.87,175.68 78.56,184.31 81.09,187.38 82.64,189.09 84.25,190.75 89.94,195.85 91.93,197.41 95.63,200.08 96.58,200.72 101.32,203.74 102.77,204.61 107.01,207.01 112.70,209.98 113.62,210.44 118.39,212.73 124.08,215.28 124.46,215.45 129.77,217.68 135.30,219.87 135.46,219.93 141.15,222.05 143.04,222.74 146.83,224.06 147.69,224.35 152.52,225.95 158.21,227.74 158.53,227.84 163.90,229.44 169.59,231.04 175.28,232.55 180.97,233.98 186.66,235.34 189.50,235.99 191.05,236.34 192.35,236.62 198.04,237.84 203.73,238.98 209.42,240.07 215.11,241.10 220.79,242.07 223.58,242.52 226.48,242.99 232.17,243.86 235.97,244.41 237.86,244.68 243.55,245.46 249.24,246.20 254.55,246.85 254.93,246.89 260.62,247.55 266.31,248.18 272.00,248.77 277.69,249.33 283.38,249.86 289.07,250.36 294.76,250.83 300.44,251.28 306.13,251.70 311.82,252.10 317.51,252.48 323.20,252.84 328.89,253.18 ' style='stroke-width: 1.50;' />
</g>
<g clip-path='url(#cpMC4wMHw3MjAuMDB8MC4wMHw1NzYuMDA=)'>
<line x1='50.12' y1='267.13' x2='282.43' y2='267.13' style='stroke-width: 0.75;' />
@@ -108,7 +108,7 @@
<circle cx='223.58' cy='252.33' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='254.55' cy='254.53' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='254.55' cy='253.73' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polyline points='50.12,67.39 51.67,86.66 54.76,116.42 55.81,124.39 59.41,146.16 60.96,153.41 61.50,155.69 62.51,159.70 65.60,170.06 67.19,174.45 71.80,184.86 72.87,186.90 78.56,196.01 81.09,199.40 82.64,201.33 84.25,203.23 89.94,209.26 91.93,211.16 95.63,214.47 96.58,215.27 101.32,219.05 102.77,220.14 107.01,223.12 112.70,226.76 113.62,227.31 118.39,230.03 124.08,232.96 124.46,233.14 129.77,235.59 135.30,237.90 135.46,237.96 141.15,240.09 143.04,240.75 146.83,242.00 147.69,242.27 152.52,243.73 158.21,245.28 158.53,245.36 163.90,246.67 169.59,247.92 175.28,249.05 180.97,250.06 186.66,250.98 189.50,251.40 191.05,251.62 192.35,251.80 198.04,252.54 203.73,253.20 209.42,253.80 215.11,254.33 220.79,254.82 223.58,255.03 226.48,255.25 232.17,255.64 235.97,255.88 237.86,255.99 243.55,256.31 249.24,256.59 254.55,256.83 254.93,256.85 260.62,257.08 266.31,257.29 272.00,257.47 277.69,257.64 283.38,257.79 289.07,257.93 294.76,258.05 300.44,258.16 306.13,258.26 311.82,258.34 317.51,258.42 323.20,258.50 328.89,258.56 ' style='stroke-width: 0.75; stroke: #DF536B; stroke-dasharray: 4.00,4.00;' />
+<polyline points='50.12,67.31 51.67,86.51 54.76,116.24 55.81,124.21 59.41,146.03 60.96,153.31 61.50,155.60 62.51,159.63 65.60,170.04 67.19,174.46 71.80,184.94 72.87,186.98 78.56,196.14 81.09,199.54 82.64,201.47 84.25,203.37 89.94,209.41 91.93,211.31 95.63,214.61 96.58,215.42 101.32,219.19 102.77,220.27 107.01,223.25 112.70,226.88 113.62,227.43 118.39,230.14 124.08,233.06 124.46,233.25 129.77,235.69 135.30,237.99 135.46,238.05 141.15,240.17 143.04,240.83 146.83,242.08 147.69,242.35 152.52,243.79 158.21,245.34 158.53,245.42 163.90,246.73 169.59,247.98 175.28,249.10 180.97,250.11 186.66,251.02 189.50,251.44 191.05,251.65 192.35,251.83 198.04,252.57 203.73,253.23 209.42,253.82 215.11,254.36 220.79,254.84 223.58,255.06 226.48,255.27 232.17,255.66 235.97,255.90 237.86,256.01 243.55,256.32 249.24,256.61 254.55,256.85 254.93,256.86 260.62,257.09 266.31,257.30 272.00,257.48 277.69,257.65 283.38,257.80 289.07,257.93 294.76,258.05 300.44,258.16 306.13,258.26 311.82,258.35 317.51,258.43 323.20,258.50 328.89,258.56 ' style='stroke-width: 0.75; stroke: #DF536B; stroke-dasharray: 4.00,4.00;' />
<polygon points='50.12,68.88 52.52,73.03 47.72,73.03 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='50.12,71.48 52.52,75.64 47.72,75.64 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='54.76,82.10 57.16,86.25 52.36,86.25 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
@@ -127,7 +127,7 @@
<polygon points='235.97,198.28 238.37,202.43 233.57,202.43 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='328.89,203.28 331.29,207.44 326.49,207.44 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='328.89,201.08 331.29,205.24 326.49,205.24 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polyline points='50.12,76.76 51.67,81.08 54.76,89.21 55.81,91.81 59.41,100.25 60.96,103.65 61.50,104.80 62.51,106.92 65.60,113.07 67.19,116.03 71.80,124.02 72.87,125.75 78.56,134.18 81.09,137.57 82.64,139.54 84.25,141.51 89.94,147.88 91.93,149.91 95.63,153.44 96.58,154.30 101.32,158.31 102.77,159.45 107.01,162.57 112.70,166.33 113.62,166.89 118.39,169.64 124.08,172.58 124.46,172.76 129.77,175.19 135.30,177.47 135.46,177.53 141.15,179.62 143.04,180.27 146.83,181.51 147.69,181.78 152.52,183.23 158.21,184.79 158.53,184.87 163.90,186.21 169.59,187.53 175.28,188.75 180.97,189.88 186.66,190.94 189.50,191.44 191.05,191.71 192.35,191.93 198.04,192.87 203.73,193.76 209.42,194.61 215.11,195.42 220.79,196.20 223.58,196.57 226.48,196.95 232.17,197.68 235.97,198.15 237.86,198.38 243.55,199.06 249.24,199.73 254.55,200.33 254.93,200.38 260.62,201.01 266.31,201.63 272.00,202.24 277.69,202.84 283.38,203.42 289.07,204.00 294.76,204.57 300.44,205.13 306.13,205.68 311.82,206.22 317.51,206.76 323.20,207.29 328.89,207.81 ' style='stroke-width: 0.75; stroke: #61D04F; stroke-dasharray: 1.00,3.00;' />
+<polyline points='50.12,76.75 51.67,81.07 54.76,89.20 55.81,91.79 59.41,100.23 60.96,103.63 61.50,104.78 62.51,106.89 65.60,113.05 67.19,116.00 71.80,123.99 72.87,125.72 78.56,134.15 81.09,137.53 82.64,139.50 84.25,141.47 89.94,147.85 91.93,149.88 95.63,153.41 96.58,154.27 101.32,158.27 102.77,159.42 107.01,162.54 112.70,166.30 113.62,166.86 118.39,169.61 124.08,172.55 124.46,172.73 129.77,175.16 135.30,177.44 135.46,177.50 141.15,179.59 143.04,180.24 146.83,181.48 147.69,181.75 152.52,183.20 158.21,184.76 158.53,184.84 163.90,186.18 169.59,187.50 175.28,188.72 180.97,189.85 186.66,190.91 189.50,191.41 191.05,191.68 192.35,191.90 198.04,192.84 203.73,193.74 209.42,194.58 215.11,195.40 220.79,196.18 223.58,196.55 226.48,196.93 232.17,197.65 235.97,198.12 237.86,198.35 243.55,199.04 249.24,199.70 254.55,200.31 254.93,200.35 260.62,200.98 266.31,201.60 272.00,202.21 277.69,202.81 283.38,203.39 289.07,203.97 294.76,204.54 300.44,205.10 306.13,205.65 311.82,206.19 317.51,206.73 323.20,207.26 328.89,207.78 ' style='stroke-width: 0.75; stroke: #61D04F; stroke-dasharray: 1.00,3.00;' />
<line x1='47.60' y1='75.05' x2='52.64' y2='75.05' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='50.12' y1='77.57' x2='50.12' y2='72.53' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='47.60' y1='77.26' x2='52.64' y2='77.26' style='stroke-width: 0.75; stroke: #2297E6;' />
@@ -160,7 +160,7 @@
<line x1='158.53' y1='259.45' x2='158.53' y2='254.41' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='156.01' y1='257.33' x2='161.05' y2='257.33' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='158.53' y1='259.86' x2='158.53' y2='254.81' style='stroke-width: 0.75; stroke: #2297E6;' />
-<polyline points='50.12,76.33 51.67,123.56 54.76,175.81 55.81,186.24 59.41,209.02 60.96,215.18 61.50,217.01 62.51,220.14 65.60,227.75 67.19,230.85 71.80,237.96 72.87,239.31 78.56,245.09 81.09,247.08 82.64,248.15 84.25,249.16 89.94,252.05 91.93,252.85 95.63,254.10 96.58,254.38 101.32,255.56 102.77,255.86 107.01,256.59 112.70,257.33 113.62,257.43 118.39,257.85 124.08,258.22 124.46,258.24 129.77,258.49 135.30,258.67 135.46,258.68 141.15,258.81 143.04,258.85 146.83,258.90 147.69,258.92 152.52,258.97 158.21,259.02 158.53,259.02 163.90,259.05 169.59,259.08 175.28,259.10 180.97,259.11 186.66,259.12 189.50,259.12 191.05,259.12 192.35,259.12 198.04,259.13 203.73,259.13 209.42,259.13 215.11,259.13 220.79,259.13 223.58,259.14 226.48,259.14 232.17,259.14 235.97,259.14 237.86,259.14 243.55,259.14 249.24,259.14 254.55,259.14 254.93,259.14 260.62,259.14 266.31,259.14 272.00,259.14 277.69,259.14 283.38,259.14 289.07,259.14 294.76,259.14 300.44,259.14 306.13,259.14 311.82,259.14 317.51,259.14 323.20,259.14 328.89,259.14 ' style='stroke-width: 0.75; stroke: #2297E6; stroke-dasharray: 1.00,3.00,4.00,3.00;' />
+<polyline points='50.12,76.39 51.67,123.70 54.76,175.75 55.81,186.11 59.41,208.78 60.96,214.95 61.50,216.79 62.51,219.93 65.60,227.61 67.19,230.74 71.80,237.96 72.87,239.33 78.56,245.19 81.09,247.19 82.64,248.27 84.25,249.29 89.94,252.19 91.93,252.98 95.63,254.23 96.58,254.51 101.32,255.67 102.77,255.97 107.01,256.69 112.70,257.41 113.62,257.50 118.39,257.92 124.08,258.27 124.46,258.29 129.77,258.53 135.30,258.70 135.46,258.71 141.15,258.83 143.04,258.87 146.83,258.92 147.69,258.93 152.52,258.99 158.21,259.03 158.53,259.03 163.90,259.06 169.59,259.08 175.28,259.10 180.97,259.11 186.66,259.12 189.50,259.12 191.05,259.12 192.35,259.12 198.04,259.13 203.73,259.13 209.42,259.13 215.11,259.13 220.79,259.14 223.58,259.14 226.48,259.14 232.17,259.14 235.97,259.14 237.86,259.14 243.55,259.14 249.24,259.14 254.55,259.14 254.93,259.14 260.62,259.14 266.31,259.14 272.00,259.14 277.69,259.14 283.38,259.14 289.07,259.14 294.76,259.14 300.44,259.14 306.13,259.14 311.82,259.14 317.51,259.14 323.20,259.14 328.89,259.14 ' style='stroke-width: 0.75; stroke: #2297E6; stroke-dasharray: 1.00,3.00,4.00,3.00;' />
<line x1='48.34' y1='61.01' x2='51.90' y2='57.45' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='48.34' y1='57.45' x2='51.90' y2='61.01' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='48.34' y1='64.02' x2='51.90' y2='60.45' style='stroke-width: 0.75; stroke: #28E2E5;' />
@@ -201,7 +201,7 @@
<line x1='234.18' y1='253.35' x2='237.75' y2='256.91' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='234.18' y1='256.51' x2='237.75' y2='252.95' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='234.18' y1='252.95' x2='237.75' y2='256.51' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<polyline points='50.12,64.08 51.67,100.29 54.76,147.52 55.81,158.27 59.41,183.43 60.96,190.43 61.50,192.50 62.51,195.99 65.60,204.15 67.19,207.28 71.80,214.18 72.87,215.46 78.56,221.16 81.09,223.29 82.64,224.51 84.25,225.72 89.94,229.60 91.93,230.83 95.63,232.99 96.58,233.51 101.32,235.97 102.77,236.68 107.01,238.62 112.70,240.96 113.62,241.31 118.39,243.03 124.08,244.86 124.46,244.98 129.77,246.49 135.30,247.89 135.46,247.93 141.15,249.21 143.04,249.60 146.83,250.34 147.69,250.50 152.52,251.34 158.21,252.23 158.53,252.28 163.90,253.02 169.59,253.72 175.28,254.33 180.97,254.88 186.66,255.37 189.50,255.59 191.05,255.70 192.35,255.80 198.04,256.18 203.73,256.51 209.42,256.81 215.11,257.08 220.79,257.31 223.58,257.42 226.48,257.52 232.17,257.71 235.97,257.82 237.86,257.87 243.55,258.01 249.24,258.14 254.55,258.25 254.93,258.25 260.62,258.36 266.31,258.44 272.00,258.52 277.69,258.59 283.38,258.66 289.07,258.71 294.76,258.76 300.44,258.80 306.13,258.84 311.82,258.87 317.51,258.90 323.20,258.93 328.89,258.95 ' style='stroke-width: 0.75; stroke: #28E2E5; stroke-dasharray: 7.00,3.00;' />
+<polyline points='50.12,64.09 51.67,100.31 54.76,147.53 55.81,158.27 59.41,183.40 60.96,190.40 61.50,192.47 62.51,195.95 65.60,204.10 67.19,207.24 71.80,214.13 72.87,215.42 78.56,221.13 81.09,223.26 82.64,224.49 84.25,225.70 89.94,229.59 91.93,230.83 95.63,232.99 96.58,233.52 101.32,235.99 102.77,236.70 107.01,238.64 112.70,240.98 113.62,241.33 118.39,243.06 124.08,244.90 124.46,245.01 129.77,246.52 135.30,247.93 135.46,247.97 141.15,249.24 143.04,249.64 146.83,250.37 147.69,250.53 152.52,251.38 158.21,252.26 158.53,252.31 163.90,253.05 169.59,253.75 175.28,254.36 180.97,254.91 186.66,255.39 189.50,255.61 191.05,255.73 192.35,255.82 198.04,256.20 203.73,256.54 209.42,256.83 215.11,257.10 220.79,257.33 223.58,257.43 226.48,257.54 232.17,257.72 235.97,257.83 237.86,257.88 243.55,258.03 249.24,258.15 254.55,258.26 254.93,258.26 260.62,258.36 266.31,258.45 272.00,258.53 277.69,258.60 283.38,258.66 289.07,258.72 294.76,258.76 300.44,258.81 306.13,258.85 311.82,258.88 317.51,258.91 323.20,258.93 328.89,258.96 ' style='stroke-width: 0.75; stroke: #28E2E5; stroke-dasharray: 7.00,3.00;' />
<polygon points='47.60,66.64 50.12,64.12 52.64,66.64 50.12,69.16 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='47.60,70.25 50.12,67.73 52.64,70.25 50.12,72.77 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='59.99,111.11 62.51,108.59 65.03,111.11 62.51,113.63 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
@@ -218,7 +218,7 @@
<polygon points='188.53,165.59 191.05,163.07 193.57,165.59 191.05,168.11 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='233.45,174.81 235.97,172.29 238.49,174.81 235.97,177.33 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='233.45,176.41 235.97,173.89 238.49,176.41 235.97,178.93 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polyline points='50.12,71.39 51.67,76.33 54.76,85.30 55.81,88.07 59.41,96.78 60.96,100.15 61.50,101.27 62.51,103.31 65.60,109.07 67.19,111.75 71.80,118.70 72.87,120.15 78.56,126.92 81.09,129.52 82.64,130.99 84.25,132.45 89.94,137.00 91.93,138.40 95.63,140.79 96.58,141.36 101.32,144.00 102.77,144.74 107.01,146.75 112.70,149.15 113.62,149.51 118.39,151.27 124.08,153.17 124.46,153.29 129.77,154.90 135.30,156.45 135.46,156.49 141.15,157.98 143.04,158.46 146.83,159.38 147.69,159.59 152.52,160.71 158.21,161.99 158.53,162.06 163.90,163.22 169.59,164.41 175.28,165.57 180.97,166.70 186.66,167.80 189.50,168.35 191.05,168.64 192.35,168.89 198.04,169.95 203.73,171.00 209.42,172.03 215.11,173.05 220.79,174.05 223.58,174.53 226.48,175.04 232.17,176.01 235.97,176.65 237.86,176.97 243.55,177.93 249.24,178.87 254.55,179.73 254.93,179.79 260.62,180.71 266.31,181.62 272.00,182.51 277.69,183.40 283.38,184.27 289.07,185.14 294.76,185.99 300.44,186.84 306.13,187.67 311.82,188.50 317.51,189.31 323.20,190.12 328.89,190.91 ' style='stroke-width: 0.75; stroke: #CD0BBC; stroke-dasharray: 2.00,2.00,6.00,2.00;' />
+<polyline points='50.12,71.38 51.67,76.30 54.76,85.24 55.81,88.00 59.41,96.69 60.96,100.05 61.50,101.17 62.51,103.21 65.60,108.97 67.19,111.65 71.80,118.61 72.87,120.06 78.56,126.86 81.09,129.46 82.64,130.94 84.25,132.40 89.94,136.97 91.93,138.38 95.63,140.78 96.58,141.36 101.32,144.01 102.77,144.75 107.01,146.77 112.70,149.18 113.62,149.54 118.39,151.31 124.08,153.21 124.46,153.33 129.77,154.94 135.30,156.50 135.46,156.54 141.15,158.02 143.04,158.50 146.83,159.42 147.69,159.62 152.52,160.75 158.21,162.02 158.53,162.09 163.90,163.24 169.59,164.42 175.28,165.57 180.97,166.69 186.66,167.79 189.50,168.33 191.05,168.62 192.35,168.87 198.04,169.92 203.73,170.96 209.42,171.98 215.11,172.99 220.79,173.98 223.58,174.46 226.48,174.96 232.17,175.93 235.97,176.57 237.86,176.88 243.55,177.83 249.24,178.76 254.55,179.62 254.93,179.68 260.62,180.59 266.31,181.49 272.00,182.37 277.69,183.25 283.38,184.12 289.07,184.98 294.76,185.82 300.44,186.66 306.13,187.49 311.82,188.31 317.51,189.12 323.20,189.92 328.89,190.71 ' style='stroke-width: 0.75; stroke: #CD0BBC; stroke-dasharray: 2.00,2.00,6.00,2.00;' />
</g>
<defs>
<clipPath id='cpMzk4Ljk3fDcwMC4wNHw1MS4yM3wyNjcuMTM='>
@@ -228,30 +228,30 @@
<g clip-path='url(#cpMzk4Ljk3fDcwMC4wNHw1MS4yM3wyNjcuMTM=)'>
</g>
<g clip-path='url(#cpMC4wMHw3MjAuMDB8MC4wMHw1NzYuMDA=)'>
-<line x1='410.12' y1='267.13' x2='696.40' y2='267.13' style='stroke-width: 0.75;' />
+<line x1='410.12' y1='267.13' x2='696.41' y2='267.13' style='stroke-width: 0.75;' />
<line x1='410.12' y1='267.13' x2='410.12' y2='271.89' style='stroke-width: 0.75;' />
-<line x1='467.37' y1='267.13' x2='467.37' y2='271.89' style='stroke-width: 0.75;' />
+<line x1='467.38' y1='267.13' x2='467.38' y2='271.89' style='stroke-width: 0.75;' />
<line x1='524.63' y1='267.13' x2='524.63' y2='271.89' style='stroke-width: 0.75;' />
<line x1='581.89' y1='267.13' x2='581.89' y2='271.89' style='stroke-width: 0.75;' />
-<line x1='639.14' y1='267.13' x2='639.14' y2='271.89' style='stroke-width: 0.75;' />
-<line x1='696.40' y1='267.13' x2='696.40' y2='271.89' style='stroke-width: 0.75;' />
+<line x1='639.15' y1='267.13' x2='639.15' y2='271.89' style='stroke-width: 0.75;' />
+<line x1='696.41' y1='267.13' x2='696.41' y2='271.89' style='stroke-width: 0.75;' />
<text x='410.12' y='284.24' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>0</text>
-<text x='467.37' y='284.24' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>20</text>
+<text x='467.38' y='284.24' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>20</text>
<text x='524.63' y='284.24' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>40</text>
<text x='581.89' y='284.24' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>60</text>
-<text x='639.14' y='284.24' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>80</text>
-<text x='696.40' y='284.24' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='13.22px' lengthAdjust='spacingAndGlyphs'>100</text>
-<line x1='398.97' y1='246.79' x2='398.97' y2='71.58' style='stroke-width: 0.75;' />
-<line x1='398.97' y1='246.79' x2='394.21' y2='246.79' style='stroke-width: 0.75;' />
-<line x1='398.97' y1='202.99' x2='394.21' y2='202.99' style='stroke-width: 0.75;' />
+<text x='639.15' y='284.24' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>80</text>
+<text x='696.41' y='284.24' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='13.22px' lengthAdjust='spacingAndGlyphs'>100</text>
+<line x1='398.97' y1='246.91' x2='398.97' y2='71.46' style='stroke-width: 0.75;' />
+<line x1='398.97' y1='246.91' x2='394.21' y2='246.91' style='stroke-width: 0.75;' />
+<line x1='398.97' y1='203.05' x2='394.21' y2='203.05' style='stroke-width: 0.75;' />
<line x1='398.97' y1='159.18' x2='394.21' y2='159.18' style='stroke-width: 0.75;' />
-<line x1='398.97' y1='115.38' x2='394.21' y2='115.38' style='stroke-width: 0.75;' />
-<line x1='398.97' y1='71.58' x2='394.21' y2='71.58' style='stroke-width: 0.75;' />
-<text transform='translate(387.56,246.79) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='7.04px' lengthAdjust='spacingAndGlyphs'>-4</text>
-<text transform='translate(387.56,202.99) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='7.04px' lengthAdjust='spacingAndGlyphs'>-2</text>
+<line x1='398.97' y1='115.32' x2='394.21' y2='115.32' style='stroke-width: 0.75;' />
+<line x1='398.97' y1='71.46' x2='394.21' y2='71.46' style='stroke-width: 0.75;' />
+<text transform='translate(387.56,246.91) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='7.04px' lengthAdjust='spacingAndGlyphs'>-4</text>
+<text transform='translate(387.56,203.05) 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,159.18) 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,115.38) 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,71.58) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>4</text>
+<text transform='translate(387.56,115.32) 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,71.46) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>4</text>
<polygon points='398.97,267.13 700.04,267.13 700.04,51.23 398.97,51.23 ' style='stroke-width: 0.75; fill: none;' />
</g>
<defs>
@@ -265,132 +265,132 @@
</g>
<g clip-path='url(#cpMzk4Ljk3fDcwMC4wNHw1MS4yM3wyNjcuMTM=)'>
<line x1='398.97' y1='159.18' x2='700.04' y2='159.18' style='stroke-width: 0.75; stroke-dasharray: 4.00,4.00;' />
-<circle cx='684.16' cy='142.02' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='684.16' cy='151.33' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='614.09' cy='160.91' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='614.09' cy='183.03' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='571.59' cy='139.42' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='571.59' cy='156.88' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='537.43' cy='160.03' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='537.43' cy='171.67' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='495.49' cy='118.70' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='495.49' cy='166.43' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='465.86' cy='180.97' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='465.86' cy='176.31' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='440.47' cy='160.39' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='440.47' cy='174.36' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='421.18' cy='151.78' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='421.18' cy='149.45' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='415.98' cy='148.11' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='415.98' cy='143.45' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='413.41' cy='145.80' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='413.41' cy='141.15' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polygon points='670.78,126.73 673.18,130.88 668.38,130.88 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='670.78,141.86 673.18,146.02 668.38,146.02 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='652.98,131.18 655.38,135.34 650.58,135.34 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='652.98,187.06 655.38,191.22 650.58,191.22 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='632.34,198.60 634.74,202.75 629.94,202.75 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='632.34,199.76 634.74,203.92 629.94,203.92 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='603.23,194.29 605.63,198.45 600.83,198.45 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='603.23,132.59 605.63,136.75 600.83,136.75 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='559.95,137.07 562.35,141.22 557.55,141.22 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='559.95,130.08 562.35,134.24 557.55,134.24 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='522.83,136.28 525.23,140.44 520.43,140.44 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='522.83,167.71 525.23,171.87 520.43,171.87 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='506.87,171.49 509.27,175.65 504.47,175.65 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='506.87,136.57 509.27,140.73 504.47,140.73 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='497.28,183.74 499.68,187.89 494.88,187.89 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='497.28,173.26 499.68,177.41 494.88,177.41 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='483.47,146.21 485.87,150.37 481.07,150.37 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='483.47,133.40 485.87,137.56 481.07,137.56 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<line x1='668.87' y1='151.79' x2='673.91' y2='151.79' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='671.39' y1='154.31' x2='671.39' y2='149.27' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='668.87' y1='164.59' x2='673.91' y2='164.59' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='671.39' y1='167.11' x2='671.39' y2='162.07' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='601.36' y1='191.59' x2='606.40' y2='191.59' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='603.88' y1='194.11' x2='603.88' y2='189.07' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='601.36' y1='176.45' x2='606.40' y2='176.45' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='603.88' y1='178.97' x2='603.88' y2='173.93' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='526.69' y1='137.06' x2='531.73' y2='137.06' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='529.21' y1='139.58' x2='529.21' y2='134.53' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='526.69' y1='130.07' x2='531.73' y2='130.07' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='529.21' y1='132.59' x2='529.21' y2='127.55' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='463.33' y1='172.80' x2='468.37' y2='172.80' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='465.85' y1='175.32' x2='465.85' y2='170.28' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='463.33' y1='175.12' x2='468.37' y2='175.12' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='465.85' y1='177.64' x2='465.85' y2='172.60' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='437.87' y1='163.53' x2='442.91' y2='163.53' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='440.39' y1='166.05' x2='440.39' y2='161.01' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='437.87' y1='156.54' x2='442.91' y2='156.54' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='440.39' y1='159.06' x2='440.39' y2='154.02' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='416.59' y1='138.69' x2='421.63' y2='138.69' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='419.11' y1='141.21' x2='419.11' y2='136.17' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='416.59' y1='157.32' x2='421.63' y2='157.32' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='419.11' y1='159.84' x2='419.11' y2='154.80' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='408.87' y1='145.75' x2='413.91' y2='145.75' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='411.39' y1='148.27' x2='411.39' y2='143.23' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='408.87' y1='146.91' x2='413.91' y2='146.91' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='411.39' y1='149.43' x2='411.39' y2='144.39' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='407.76' y1='147.05' x2='412.80' y2='147.05' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='410.28' y1='149.57' x2='410.28' y2='144.53' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='407.76' y1='149.38' x2='412.80' y2='149.38' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='410.28' y1='151.90' x2='410.28' y2='146.86' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='687.11' y1='132.75' x2='690.67' y2='129.19' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='687.11' y1='129.19' x2='690.67' y2='132.75' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='687.11' y1='150.21' x2='690.67' y2='146.65' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='687.11' y1='146.65' x2='690.67' y2='150.21' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='635.36' y1='186.57' x2='638.92' y2='183.01' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='635.36' y1='183.01' x2='638.92' y2='186.57' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='635.36' y1='185.41' x2='638.92' y2='181.84' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='635.36' y1='181.84' x2='638.92' y2='185.41' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='567.86' y1='122.81' x2='571.42' y2='119.25' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='567.86' y1='119.25' x2='571.42' y2='122.81' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='567.86' y1='133.29' x2='571.42' y2='129.72' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='567.86' y1='129.72' x2='571.42' y2='133.29' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='498.59' y1='209.00' x2='502.15' y2='205.43' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='498.59' y1='205.43' x2='502.15' y2='209.00' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='498.59' y1='188.04' x2='502.15' y2='184.48' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='498.59' y1='184.48' x2='502.15' y2='188.04' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='472.59' y1='199.91' x2='476.16' y2='196.34' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='472.59' y1='196.34' x2='476.16' y2='199.91' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='472.59' y1='77.67' x2='476.16' y2='74.11' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='472.59' y1='74.11' x2='476.16' y2='77.67' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='448.79' y1='207.89' x2='452.35' y2='204.32' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='448.79' y1='204.32' x2='452.35' y2='207.89' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='448.79' y1='113.59' x2='452.35' y2='110.03' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='448.79' y1='110.03' x2='452.35' y2='113.59' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='428.57' y1='190.87' x2='432.14' y2='187.30' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='428.57' y1='187.30' x2='432.14' y2='190.87' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='428.57' y1='137.32' x2='432.14' y2='133.75' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='428.57' y1='133.75' x2='432.14' y2='137.32' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='418.14' y1='174.06' x2='421.70' y2='170.49' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='418.14' y1='170.49' x2='421.70' y2='174.06' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='418.14' y1='167.07' x2='421.70' y2='163.51' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='418.14' y1='163.51' x2='421.70' y2='167.07' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='413.24' y1='157.64' x2='416.81' y2='154.08' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='413.24' y1='154.08' x2='416.81' y2='157.64' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='413.24' y1='159.97' x2='416.81' y2='156.41' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='413.24' y1='156.41' x2='416.81' y2='159.97' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='410.22' y1='145.36' x2='413.79' y2='141.80' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='410.22' y1='141.80' x2='413.79' y2='145.36' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='410.22' y1='143.03' x2='413.79' y2='139.47' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='410.22' y1='139.47' x2='413.79' y2='143.03' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<polygon points='675.93,131.59 678.45,129.07 680.97,131.59 678.45,134.11 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='675.93,152.55 678.45,150.03 680.97,152.55 678.45,155.07 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='630.31,204.52 632.83,202.00 635.35,204.52 632.83,207.04 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='630.31,204.52 632.83,202.00 635.35,204.52 632.83,207.04 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='608.31,167.46 610.83,164.94 613.35,167.46 610.83,169.98 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='608.31,124.38 610.83,121.86 613.35,124.38 610.83,126.90 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='590.75,140.26 593.27,137.74 595.79,140.26 593.27,142.78 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='590.75,143.75 593.27,141.23 595.79,143.75 593.27,146.27 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='564.28,145.58 566.80,143.06 569.32,145.58 566.80,148.10 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='564.28,163.04 566.80,160.52 569.32,163.04 566.80,165.56 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='549.88,190.61 552.40,188.09 554.92,190.61 552.40,193.13 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='549.88,163.83 552.40,161.31 554.92,163.83 552.40,166.35 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='536.94,164.76 539.46,162.24 541.98,164.76 539.46,167.28 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='536.94,141.47 539.46,138.95 541.98,141.47 539.46,143.99 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='525.48,148.45 528.00,145.93 530.52,148.45 528.00,150.97 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='525.48,157.76 528.00,155.24 530.52,157.76 528.00,160.28 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<circle cx='684.29' cy='142.46' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='684.29' cy='151.80' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='614.36' cy='161.99' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='614.36' cy='184.18' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='571.77' cy='140.10' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='571.77' cy='157.61' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='537.46' cy='160.10' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='537.46' cy='171.78' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='495.30' cy='117.79' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='495.30' cy='165.67' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='465.67' cy='180.24' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='465.67' cy='175.57' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='440.35' cy='159.88' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='440.35' cy='173.90' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='421.13' cy='151.53' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='421.13' cy='149.20' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='415.95' cy='147.94' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='415.95' cy='143.27' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='413.39' cy='145.68' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='413.39' cy='141.01' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<polygon points='670.80,126.68 673.20,130.84 668.40,130.84 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='670.80,141.86 673.20,146.02 668.40,146.02 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='653.01,131.19 655.41,135.35 650.61,135.35 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='653.01,187.24 655.41,191.40 650.61,191.40 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='632.38,198.85 634.78,203.01 629.98,203.01 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='632.38,200.02 634.78,204.18 629.98,204.18 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='603.27,194.58 605.67,198.74 600.87,198.74 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='603.27,132.69 605.67,136.84 600.87,136.84 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='560.00,137.20 562.40,141.36 557.61,141.36 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='560.00,130.20 562.40,134.35 557.61,134.35 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='522.88,136.40 525.28,140.55 520.48,140.55 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='522.88,167.93 525.28,172.09 520.48,172.09 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='506.91,171.70 509.31,175.86 504.51,175.86 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='506.91,136.67 509.31,140.83 504.51,140.83 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='497.32,183.98 499.72,188.14 494.92,188.14 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='497.32,173.47 499.72,177.63 494.92,177.63 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='483.52,146.35 485.92,150.51 481.12,150.51 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='483.52,133.51 485.92,137.66 481.12,137.66 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<line x1='668.79' y1='151.41' x2='673.83' y2='151.41' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='671.31' y1='153.93' x2='671.31' y2='148.89' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='668.79' y1='164.26' x2='673.83' y2='164.26' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='671.31' y1='166.78' x2='671.31' y2='161.74' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='601.17' y1='190.87' x2='606.21' y2='190.87' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='603.69' y1='193.39' x2='603.69' y2='188.35' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='601.17' y1='175.68' x2='606.21' y2='175.68' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='603.69' y1='178.20' x2='603.69' y2='173.16' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='526.78' y1='137.34' x2='531.82' y2='137.34' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='529.30' y1='139.86' x2='529.30' y2='134.82' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='526.78' y1='130.33' x2='531.82' y2='130.33' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='529.30' y1='132.85' x2='529.30' y2='127.81' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='463.64' y1='174.07' x2='468.68' y2='174.07' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='466.16' y1='176.59' x2='466.16' y2='171.55' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='463.64' y1='176.41' x2='468.68' y2='176.41' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='466.16' y1='178.93' x2='466.16' y2='173.89' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='437.86' y1='163.51' x2='442.90' y2='163.51' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='440.38' y1='166.03' x2='440.38' y2='160.99' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='437.86' y1='156.50' x2='442.90' y2='156.50' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='440.38' y1='159.02' x2='440.38' y2='153.98' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='416.39' y1='137.84' x2='421.43' y2='137.84' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='418.91' y1='140.36' x2='418.91' y2='135.32' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='416.39' y1='156.52' x2='421.43' y2='156.52' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='418.91' y1='159.04' x2='418.91' y2='154.00' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='408.80' y1='145.41' x2='413.84' y2='145.41' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='411.32' y1='147.93' x2='411.32' y2='142.89' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='408.80' y1='146.58' x2='413.84' y2='146.58' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='411.32' y1='149.10' x2='411.32' y2='144.06' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='407.75' y1='146.95' x2='412.79' y2='146.95' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='410.27' y1='149.47' x2='410.27' y2='144.43' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='407.75' y1='149.29' x2='412.79' y2='149.29' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='410.27' y1='151.81' x2='410.27' y2='146.77' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='687.11' y1='132.64' x2='690.67' y2='129.07' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='687.11' y1='129.07' x2='690.67' y2='132.64' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='687.11' y1='150.15' x2='690.67' y2='146.59' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='687.11' y1='146.59' x2='690.67' y2='150.15' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='635.34' y1='186.54' x2='638.90' y2='182.98' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='635.34' y1='182.98' x2='638.90' y2='186.54' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='635.34' y1='185.37' x2='638.90' y2='181.81' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='635.34' y1='181.81' x2='638.90' y2='185.37' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='567.85' y1='122.64' x2='571.42' y2='119.08' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='567.85' y1='119.08' x2='571.42' y2='122.64' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='567.85' y1='133.15' x2='571.42' y2='129.59' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='567.85' y1='129.59' x2='571.42' y2='133.15' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='498.65' y1='209.39' x2='502.21' y2='205.83' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='498.65' y1='205.83' x2='502.21' y2='209.39' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='498.65' y1='188.37' x2='502.21' y2='184.81' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='498.65' y1='184.81' x2='502.21' y2='188.37' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='472.66' y1='200.29' x2='476.22' y2='196.73' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='472.66' y1='196.73' x2='476.22' y2='200.29' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='472.66' y1='77.67' x2='476.22' y2='74.11' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='472.66' y1='74.11' x2='476.22' y2='77.67' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='448.79' y1='208.03' x2='452.35' y2='204.47' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='448.79' y1='204.47' x2='452.35' y2='208.03' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='448.79' y1='113.44' x2='452.35' y2='109.88' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='448.79' y1='109.88' x2='452.35' y2='113.44' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='428.53' y1='190.77' x2='432.09' y2='187.21' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='428.53' y1='187.21' x2='432.09' y2='190.77' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='428.53' y1='137.06' x2='432.09' y2='133.49' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='428.53' y1='133.49' x2='432.09' y2='137.06' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='418.09' y1='173.91' x2='421.66' y2='170.35' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='418.09' y1='170.35' x2='421.66' y2='173.91' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='418.09' y1='166.91' x2='421.66' y2='163.34' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='418.09' y1='163.34' x2='421.66' y2='166.91' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='413.21' y1='157.50' x2='416.77' y2='153.93' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='413.21' y1='153.93' x2='416.77' y2='157.50' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='413.21' y1='159.83' x2='416.77' y2='156.27' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='413.21' y1='156.27' x2='416.77' y2='159.83' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='410.20' y1='145.24' x2='413.77' y2='141.67' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='410.20' y1='141.67' x2='413.77' y2='145.24' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='410.20' y1='142.90' x2='413.77' y2='139.34' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='410.20' y1='139.34' x2='413.77' y2='142.90' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<polygon points='675.94,131.54 678.46,129.02 680.98,131.54 678.46,134.06 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='675.94,152.56 678.46,150.04 680.98,152.56 678.46,155.08 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='630.46,205.25 632.98,202.73 635.50,205.25 632.98,207.77 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='630.46,205.25 632.98,202.73 635.50,205.25 632.98,207.77 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='608.45,168.02 610.97,165.50 613.49,168.02 610.97,170.54 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='608.45,124.81 610.97,122.29 613.49,124.81 610.97,127.33 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='590.83,140.51 593.35,137.99 595.87,140.51 593.35,143.03 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='590.83,144.02 593.35,141.50 595.87,144.02 593.35,146.54 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='564.24,145.34 566.76,142.82 569.28,145.34 566.76,147.86 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='564.24,162.85 566.76,160.33 569.28,162.85 566.76,165.37 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='549.83,190.48 552.35,187.96 554.87,190.48 552.35,193.00 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='549.83,163.62 552.35,161.10 554.87,163.62 552.35,166.14 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='536.97,164.88 539.49,162.36 542.01,164.88 539.49,167.40 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='536.97,141.52 539.49,139.00 542.01,141.52 539.49,144.04 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='525.61,148.93 528.13,146.41 530.65,148.93 528.13,151.45 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='525.61,158.27 528.13,155.75 530.65,158.27 528.13,160.79 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
</g>
<defs>
<clipPath id='cpMzguOTd8MzQwLjA0fDMwNi4xMHw1MjcuNTM='>
@@ -398,7 +398,7 @@
</clipPath>
</defs>
<g clip-path='url(#cpMzguOTd8MzQwLjA0fDMwNi4xMHw1MjcuNTM=)'>
-<polyline points='50.12,519.33 51.67,504.59 54.76,480.51 55.81,473.75 59.41,454.52 60.96,447.88 61.50,445.77 62.51,442.03 65.60,432.29 67.19,428.16 71.80,418.54 72.87,416.71 78.56,408.95 81.09,406.29 82.64,404.83 84.25,403.43 89.94,399.30 91.93,398.08 95.63,396.06 96.58,395.58 101.32,393.41 102.77,392.80 107.01,391.17 112.70,389.24 113.62,388.95 118.39,387.55 124.08,386.06 124.46,385.96 129.77,384.74 135.30,383.60 135.46,383.56 141.15,382.53 143.04,382.21 146.83,381.62 147.69,381.49 152.52,380.83 158.21,380.14 158.53,380.10 163.90,379.55 169.59,379.06 175.28,378.66 180.97,378.35 186.66,378.11 189.50,378.02 191.05,377.97 192.35,377.94 198.04,377.85 203.73,377.82 209.42,377.85 215.11,377.94 220.79,378.08 223.58,378.17 226.48,378.27 232.17,378.51 235.97,378.70 237.86,378.80 243.55,379.13 249.24,379.49 254.55,379.87 254.93,379.89 260.62,380.33 266.31,380.80 272.00,381.30 277.69,381.82 283.38,382.37 289.07,382.95 294.76,383.54 300.44,384.16 306.13,384.80 311.82,385.45 317.51,386.12 323.20,386.81 328.89,387.51 ' style='stroke-width: 1.50;' />
+<polyline points='50.12,519.33 51.67,504.64 54.76,480.61 55.81,473.86 59.41,454.66 60.96,448.03 61.50,445.91 62.51,442.18 65.60,432.44 67.19,428.30 71.80,418.65 72.87,416.83 78.56,409.03 81.09,406.34 82.64,404.88 84.25,403.47 89.94,399.30 91.93,398.08 95.63,396.03 96.58,395.55 101.32,393.35 102.77,392.74 107.01,391.08 112.70,389.13 113.62,388.84 118.39,387.42 124.08,385.91 124.46,385.82 129.77,384.58 135.30,383.42 135.46,383.39 141.15,382.35 143.04,382.03 146.83,381.43 147.69,381.30 152.52,380.63 158.21,379.94 158.53,379.90 163.90,379.35 169.59,378.86 175.28,378.46 180.97,378.14 186.66,377.90 189.50,377.81 191.05,377.77 192.35,377.74 198.04,377.65 203.73,377.62 209.42,377.66 215.11,377.75 220.79,377.90 223.58,377.99 226.48,378.10 232.17,378.35 235.97,378.54 237.86,378.64 243.55,378.98 249.24,379.35 254.55,379.73 254.93,379.76 260.62,380.20 266.31,380.68 272.00,381.19 277.69,381.72 283.38,382.28 289.07,382.87 294.76,383.47 300.44,384.10 306.13,384.74 311.82,385.41 317.51,386.09 323.20,386.78 328.89,387.49 ' style='stroke-width: 1.50;' />
</g>
<g clip-path='url(#cpMC4wMHw3MjAuMDB8MC4wMHw1NzYuMDA=)'>
<line x1='50.12' y1='527.53' x2='282.43' y2='527.53' style='stroke-width: 0.75;' />
@@ -453,7 +453,7 @@
<circle cx='223.58' cy='444.64' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='254.55' cy='454.89' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
<circle cx='254.55' cy='462.21' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polyline points='50.12,519.33 51.67,505.55 54.76,484.50 55.81,478.94 59.41,464.02 60.96,459.18 61.50,457.67 62.51,455.05 65.60,448.46 67.19,445.77 71.80,439.73 72.87,438.61 78.56,433.98 81.09,432.43 82.64,431.59 84.25,430.80 89.94,428.52 91.93,427.89 95.63,426.89 96.58,426.67 101.32,425.74 102.77,425.51 107.01,424.97 112.70,424.53 113.62,424.48 118.39,424.36 124.08,424.43 124.46,424.45 129.77,424.72 135.30,425.17 135.46,425.18 141.15,425.81 143.04,426.05 146.83,426.57 147.69,426.69 152.52,427.45 158.21,428.43 158.53,428.49 163.90,429.51 169.59,430.65 175.28,431.86 180.97,433.13 186.66,434.44 189.50,435.10 191.05,435.47 192.35,435.78 198.04,437.15 203.73,438.54 209.42,439.95 215.11,441.37 220.79,442.79 223.58,443.49 226.48,444.22 232.17,445.65 235.97,446.59 237.86,447.07 243.55,448.48 249.24,449.89 254.55,451.19 254.93,451.28 260.62,452.66 266.31,454.02 272.00,455.37 277.69,456.70 283.38,458.02 289.07,459.31 294.76,460.58 300.44,461.84 306.13,463.07 311.82,464.28 317.51,465.48 323.20,466.65 328.89,467.79 ' style='stroke-width: 0.75; stroke: #DF536B; stroke-dasharray: 4.00,4.00;' />
+<polyline points='50.12,519.33 51.67,505.61 54.76,484.62 55.81,479.07 59.41,464.12 60.96,459.27 61.50,457.76 62.51,455.12 65.60,448.50 67.19,445.80 71.80,439.71 72.87,438.59 78.56,433.93 81.09,432.36 82.64,431.52 84.25,430.73 89.94,428.45 91.93,427.81 95.63,426.81 96.58,426.59 101.32,425.66 102.77,425.43 107.01,424.89 112.70,424.45 113.62,424.40 118.39,424.28 124.08,424.35 124.46,424.37 129.77,424.64 135.30,425.08 135.46,425.10 141.15,425.72 143.04,425.96 146.83,426.48 147.69,426.60 152.52,427.36 158.21,428.34 158.53,428.39 163.90,429.40 169.59,430.55 175.28,431.75 180.97,433.01 186.66,434.31 189.50,434.98 191.05,435.35 192.35,435.65 198.04,437.02 203.73,438.41 209.42,439.81 215.11,441.22 220.79,442.64 223.58,443.34 226.48,444.07 232.17,445.49 235.97,446.43 237.86,446.90 243.55,448.31 249.24,449.71 254.55,451.01 254.93,451.10 260.62,452.48 266.31,453.84 272.00,455.19 277.69,456.51 283.38,457.82 289.07,459.12 294.76,460.39 300.44,461.64 306.13,462.87 311.82,464.08 317.51,465.27 323.20,466.44 328.89,467.58 ' style='stroke-width: 0.75; stroke: #DF536B; stroke-dasharray: 4.00,4.00;' />
<polygon points='54.76,488.00 57.16,492.16 52.36,492.16 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='54.76,493.86 57.16,498.01 52.36,498.01 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='60.96,466.03 63.36,470.19 58.56,470.19 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
@@ -470,7 +470,7 @@
<polygon points='235.97,321.78 238.37,325.94 233.57,325.94 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='328.89,327.64 331.29,331.80 326.49,331.80 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
<polygon points='328.89,331.30 331.29,335.46 326.49,335.46 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polyline points='50.12,519.33 51.67,512.43 54.76,499.44 55.81,495.30 59.41,481.83 60.96,476.41 61.50,474.59 62.51,471.22 65.60,461.42 67.19,456.72 71.80,444.03 72.87,441.29 78.56,427.94 81.09,422.60 82.64,419.50 84.25,416.39 89.94,406.36 91.93,403.18 95.63,397.65 96.58,396.32 101.32,390.07 102.77,388.29 107.01,383.45 112.70,377.66 113.62,376.80 118.39,372.59 124.08,368.12 124.46,367.84 129.77,364.18 135.30,360.77 135.46,360.68 141.15,357.58 143.04,356.62 146.83,354.80 147.69,354.41 152.52,352.32 158.21,350.08 158.53,349.96 163.90,348.05 169.59,346.21 175.28,344.53 180.97,342.99 186.66,341.57 189.50,340.89 191.05,340.54 192.35,340.25 198.04,339.02 203.73,337.87 209.42,336.79 215.11,335.77 220.79,334.80 223.58,334.34 226.48,333.88 232.17,333.00 235.97,332.44 237.86,332.16 243.55,331.36 249.24,330.58 254.55,329.88 254.93,329.83 260.62,329.10 266.31,328.40 272.00,327.72 277.69,327.06 283.38,326.41 289.07,325.78 294.76,325.17 300.44,324.57 306.13,323.98 311.82,323.41 317.51,322.85 323.20,322.30 328.89,321.76 ' style='stroke-width: 0.75; stroke: #61D04F; stroke-dasharray: 1.00,3.00;' />
+<polyline points='50.12,519.33 51.67,512.43 54.76,499.44 55.81,495.30 59.41,481.83 60.96,476.42 61.50,474.59 62.51,471.22 65.60,461.43 67.19,456.73 71.80,444.05 72.87,441.30 78.56,427.96 81.09,422.62 82.64,419.51 84.25,416.41 89.94,406.39 91.93,403.20 95.63,397.68 96.58,396.35 101.32,390.10 102.77,388.33 107.01,383.49 112.70,377.71 113.62,376.85 118.39,372.64 124.08,368.18 124.46,367.90 129.77,364.24 135.30,360.85 135.46,360.76 141.15,357.66 143.04,356.71 146.83,354.90 147.69,354.51 152.52,352.42 158.21,350.19 158.53,350.08 163.90,348.18 169.59,346.35 175.28,344.68 180.97,343.14 186.66,341.73 189.50,341.07 191.05,340.71 192.35,340.42 198.04,339.21 203.73,338.07 209.42,337.00 215.11,335.99 220.79,335.04 223.58,334.59 226.48,334.13 232.17,333.26 235.97,332.71 237.86,332.44 243.55,331.64 249.24,330.88 254.55,330.19 254.93,330.14 260.62,329.43 266.31,328.74 272.00,328.07 277.69,327.42 283.38,326.79 289.07,326.17 294.76,325.57 300.44,324.98 306.13,324.41 311.82,323.85 317.51,323.30 323.20,322.77 328.89,322.24 ' style='stroke-width: 0.75; stroke: #61D04F; stroke-dasharray: 1.00,3.00;' />
<line x1='49.15' y1='449.03' x2='54.19' y2='449.03' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='51.67' y1='451.55' x2='51.67' y2='446.51' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='49.15' y1='462.95' x2='54.19' y2='462.95' style='stroke-width: 0.75; stroke: #2297E6;' />
@@ -499,7 +499,7 @@
<line x1='158.53' y1='476.45' x2='158.53' y2='471.41' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='156.01' y1='474.66' x2='161.05' y2='474.66' style='stroke-width: 0.75; stroke: #2297E6;' />
<line x1='158.53' y1='477.18' x2='158.53' y2='472.14' style='stroke-width: 0.75; stroke: #2297E6;' />
-<polyline points='50.12,519.33 51.67,463.79 54.76,406.07 55.81,395.69 59.41,376.61 60.96,372.98 61.50,372.10 62.51,370.86 65.60,369.46 67.19,369.70 71.80,372.59 72.87,373.59 78.56,380.16 81.09,383.56 82.64,385.74 84.25,388.08 89.94,396.63 91.93,399.68 95.63,405.35 96.58,406.80 101.32,413.97 102.77,416.13 107.01,422.28 112.70,430.19 113.62,431.42 118.39,437.63 124.08,444.57 124.46,445.01 129.77,451.00 135.30,456.78 135.46,456.94 141.15,462.41 143.04,464.13 146.83,467.43 147.69,468.15 152.52,472.03 158.21,476.24 158.53,476.46 163.90,480.08 169.59,483.59 175.28,486.79 180.97,489.71 186.66,492.36 189.50,493.60 191.05,494.25 192.35,494.79 198.04,496.99 203.73,499.00 209.42,500.83 215.11,502.49 220.79,504.01 223.58,504.70 226.48,505.39 232.17,506.64 235.97,507.42 237.86,507.79 243.55,508.83 249.24,509.77 254.55,510.58 254.93,510.63 260.62,511.42 266.31,512.13 272.00,512.78 277.69,513.37 283.38,513.90 289.07,514.39 294.76,514.84 300.44,515.24 306.13,515.61 311.82,515.94 317.51,516.25 323.20,516.53 328.89,516.78 ' style='stroke-width: 0.75; stroke: #2297E6; stroke-dasharray: 1.00,3.00,4.00,3.00;' />
+<polyline points='50.12,519.33 51.67,463.87 54.76,406.53 55.81,396.24 59.41,377.26 60.96,373.60 61.50,372.71 62.51,371.43 65.60,369.88 67.19,370.04 71.80,372.71 72.87,373.66 78.56,380.05 81.09,383.39 82.64,385.54 84.25,387.85 89.94,396.32 91.93,399.35 95.63,405.00 96.58,406.44 101.32,413.58 102.77,415.73 107.01,421.87 112.70,429.77 113.62,430.99 118.39,437.19 124.08,444.12 124.46,444.57 129.77,450.55 135.30,456.33 135.46,456.49 141.15,461.96 143.04,463.69 146.83,466.99 147.69,467.70 152.52,471.59 158.21,475.80 158.53,476.03 163.90,479.66 169.59,483.17 175.28,486.39 180.97,489.32 186.66,491.99 189.50,493.23 191.05,493.89 192.35,494.42 198.04,496.64 203.73,498.67 209.42,500.51 215.11,502.19 220.79,503.72 223.58,504.42 226.48,505.11 232.17,506.38 235.97,507.16 237.86,507.54 243.55,508.59 249.24,509.55 254.55,510.37 254.93,510.42 260.62,511.22 266.31,511.94 272.00,512.60 277.69,513.20 283.38,513.75 289.07,514.25 294.76,514.70 300.44,515.12 306.13,515.49 311.82,515.83 317.51,516.15 323.20,516.43 328.89,516.69 ' style='stroke-width: 0.75; stroke: #2297E6; stroke-dasharray: 1.00,3.00,4.00,3.00;' />
<line x1='49.88' y1='490.36' x2='53.45' y2='486.79' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='49.88' y1='486.79' x2='53.45' y2='490.36' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='49.88' y1='492.55' x2='53.45' y2='488.99' style='stroke-width: 0.75; stroke: #28E2E5;' />
@@ -536,7 +536,7 @@
<line x1='234.18' y1='450.91' x2='237.75' y2='454.48' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='234.18' y1='455.21' x2='237.75' y2='451.64' style='stroke-width: 0.75; stroke: #28E2E5;' />
<line x1='234.18' y1='451.64' x2='237.75' y2='455.21' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<polyline points='50.12,519.33 51.67,492.53 54.76,458.17 55.81,450.53 59.41,433.30 60.96,428.80 61.50,427.52 62.51,425.42 65.60,420.91 67.19,419.39 71.80,416.70 72.87,416.32 78.56,415.15 81.09,414.94 82.64,414.87 84.25,414.85 89.94,415.05 91.93,415.21 95.63,415.61 96.58,415.73 101.32,416.44 102.77,416.69 107.01,417.50 112.70,418.75 113.62,418.97 118.39,420.17 124.08,421.71 124.46,421.82 129.77,423.36 135.30,425.05 135.46,425.10 141.15,426.91 143.04,427.53 146.83,428.78 147.69,429.06 152.52,430.68 158.21,432.61 158.53,432.72 163.90,434.56 169.59,436.52 175.28,438.48 180.97,440.43 186.66,442.37 189.50,443.34 191.05,443.86 192.35,444.30 198.04,446.21 203.73,448.09 209.42,449.95 215.11,451.77 220.79,453.57 223.58,454.43 226.48,455.33 232.17,457.06 235.97,458.19 237.86,458.76 243.55,460.41 249.24,462.04 254.55,463.52 254.93,463.62 260.62,465.17 266.31,466.68 272.00,468.16 277.69,469.60 283.38,471.00 289.07,472.37 294.76,473.70 300.44,475.00 306.13,476.26 311.82,477.49 317.51,478.69 323.20,479.85 328.89,480.98 ' style='stroke-width: 0.75; stroke: #28E2E5; stroke-dasharray: 7.00,3.00;' />
+<polyline points='50.12,519.33 51.67,492.52 54.76,458.17 55.81,450.54 59.41,433.33 60.96,428.84 61.50,427.56 62.51,425.46 65.60,420.95 67.19,419.43 71.80,416.74 72.87,416.35 78.56,415.18 81.09,414.96 82.64,414.89 84.25,414.87 89.94,415.06 91.93,415.22 95.63,415.61 96.58,415.73 101.32,416.44 102.77,416.69 107.01,417.50 112.70,418.75 113.62,418.97 118.39,420.16 124.08,421.70 124.46,421.81 129.77,423.35 135.30,425.05 135.46,425.10 141.15,426.91 143.04,427.52 146.83,428.77 147.69,429.05 152.52,430.68 158.21,432.61 158.53,432.72 163.90,434.56 169.59,436.52 175.28,438.48 180.97,440.44 186.66,442.38 189.50,443.35 191.05,443.87 192.35,444.31 198.04,446.22 203.73,448.10 209.42,449.96 215.11,451.79 220.79,453.59 223.58,454.45 226.48,455.35 232.17,457.08 235.97,458.21 237.86,458.77 243.55,460.43 249.24,462.06 254.55,463.54 254.93,463.64 260.62,465.19 266.31,466.70 272.00,468.18 277.69,469.62 283.38,471.02 289.07,472.39 294.76,473.72 300.44,475.02 306.13,476.28 311.82,477.51 317.51,478.71 323.20,479.87 328.89,481.01 ' style='stroke-width: 0.75; stroke: #28E2E5; stroke-dasharray: 7.00,3.00;' />
<polygon points='59.99,495.16 62.51,492.64 65.03,495.16 62.51,497.68 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='59.99,494.43 62.51,491.91 65.03,494.43 62.51,496.95 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='69.28,490.77 71.80,488.25 74.32,490.77 71.80,493.29 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
@@ -551,7 +551,7 @@
<polygon points='188.53,422.67 191.05,420.15 193.57,422.67 191.05,425.19 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='233.45,414.62 235.97,412.10 238.49,414.62 235.97,417.14 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
<polygon points='233.45,430.73 235.97,428.21 238.49,430.73 235.97,433.25 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polyline points='50.12,519.33 51.67,514.76 54.76,506.48 55.81,503.92 59.41,495.89 60.96,492.79 61.50,491.76 62.51,489.88 65.60,484.58 67.19,482.12 71.80,475.75 72.87,474.42 78.56,468.23 81.09,465.87 82.64,464.53 84.25,463.21 89.94,459.10 91.93,457.83 95.63,455.68 96.58,455.17 101.32,452.82 102.77,452.16 107.01,450.38 112.70,448.27 113.62,447.95 118.39,446.42 124.08,444.77 124.46,444.67 129.77,443.29 135.30,441.96 135.46,441.93 141.15,440.67 143.04,440.27 146.83,439.50 147.69,439.33 152.52,438.39 158.21,437.33 158.53,437.27 163.90,436.32 169.59,435.35 175.28,434.40 180.97,433.49 186.66,432.60 189.50,432.16 191.05,431.92 192.35,431.73 198.04,430.88 203.73,430.04 209.42,429.23 215.11,428.42 220.79,427.63 223.58,427.25 226.48,426.86 232.17,426.10 235.97,425.60 237.86,425.35 243.55,424.61 249.24,423.89 254.55,423.22 254.93,423.18 260.62,422.47 266.31,421.78 272.00,421.10 277.69,420.43 283.38,419.78 289.07,419.13 294.76,418.49 300.44,417.86 306.13,417.25 311.82,416.64 317.51,416.04 323.20,415.45 328.89,414.87 ' style='stroke-width: 0.75; stroke: #CD0BBC; stroke-dasharray: 2.00,2.00,6.00,2.00;' />
+<polyline points='50.12,519.33 51.67,514.79 54.76,506.54 55.81,504.00 59.41,496.00 60.96,492.90 61.50,491.87 62.51,490.00 65.60,484.70 67.19,482.24 71.80,475.87 72.87,474.54 78.56,468.34 81.09,465.97 82.64,464.63 84.25,463.30 89.94,459.17 91.93,457.90 95.63,455.74 96.58,455.22 101.32,452.86 102.77,452.19 107.01,450.40 112.70,448.29 113.62,447.97 118.39,446.43 124.08,444.78 124.46,444.68 129.77,443.29 135.30,441.97 135.46,441.94 141.15,440.68 143.04,440.28 146.83,439.51 147.69,439.34 152.52,438.40 158.21,437.35 158.53,437.29 163.90,436.35 169.59,435.38 175.28,434.44 180.97,433.53 186.66,432.65 189.50,432.22 191.05,431.98 192.35,431.79 198.04,430.94 203.73,430.12 209.42,429.31 215.11,428.51 220.79,427.73 223.58,427.35 226.48,426.96 232.17,426.21 235.97,425.71 237.86,425.46 243.55,424.73 249.24,424.02 254.55,423.35 254.93,423.31 260.62,422.61 266.31,421.93 272.00,421.25 277.69,420.59 283.38,419.93 289.07,419.29 294.76,418.66 300.44,418.03 306.13,417.42 311.82,416.82 317.51,416.22 323.20,415.64 328.89,415.06 ' style='stroke-width: 0.75; stroke: #CD0BBC; stroke-dasharray: 2.00,2.00,6.00,2.00;' />
</g>
<defs>
<clipPath id='cpMzk4Ljk3fDcwMC4wNHwzMDYuMTB8NTI3LjUz'>
@@ -561,30 +561,30 @@
<g clip-path='url(#cpMzk4Ljk3fDcwMC4wNHwzMDYuMTB8NTI3LjUz)'>
</g>
<g clip-path='url(#cpMC4wMHw3MjAuMDB8MC4wMHw1NzYuMDA=)'>
-<line x1='410.12' y1='527.53' x2='668.42' y2='527.53' style='stroke-width: 0.75;' />
+<line x1='410.12' y1='527.53' x2='669.05' 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='461.78' y1='527.53' x2='461.78' y2='532.28' style='stroke-width: 0.75;' />
-<line x1='513.44' y1='527.53' x2='513.44' y2='532.28' style='stroke-width: 0.75;' />
-<line x1='565.10' y1='527.53' x2='565.10' y2='532.28' style='stroke-width: 0.75;' />
-<line x1='616.76' y1='527.53' x2='616.76' y2='532.28' style='stroke-width: 0.75;' />
-<line x1='668.42' y1='527.53' x2='668.42' y2='532.28' style='stroke-width: 0.75;' />
+<line x1='461.90' y1='527.53' x2='461.90' y2='532.28' style='stroke-width: 0.75;' />
+<line x1='513.69' y1='527.53' x2='513.69' y2='532.28' style='stroke-width: 0.75;' />
+<line x1='565.48' y1='527.53' x2='565.48' y2='532.28' style='stroke-width: 0.75;' />
+<line x1='617.26' y1='527.53' x2='617.26' y2='532.28' style='stroke-width: 0.75;' />
+<line x1='669.05' y1='527.53' x2='669.05' 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='461.78' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>5</text>
-<text x='513.44' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>10</text>
-<text x='565.10' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>15</text>
-<text x='616.76' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>20</text>
-<text x='668.42' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>25</text>
-<line x1='398.97' y1='506.66' x2='398.97' y2='326.97' style='stroke-width: 0.75;' />
-<line x1='398.97' y1='506.66' x2='394.21' y2='506.66' style='stroke-width: 0.75;' />
-<line x1='398.97' y1='461.74' x2='394.21' y2='461.74' style='stroke-width: 0.75;' />
+<text x='461.90' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>5</text>
+<text x='513.69' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>10</text>
+<text x='565.48' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>15</text>
+<text x='617.26' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>20</text>
+<text x='669.05' y='544.64' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='8.81px' lengthAdjust='spacingAndGlyphs'>25</text>
+<line x1='398.97' y1='506.79' x2='398.97' y2='326.84' style='stroke-width: 0.75;' />
+<line x1='398.97' y1='506.79' x2='394.21' y2='506.79' style='stroke-width: 0.75;' />
+<line x1='398.97' y1='461.80' x2='394.21' y2='461.80' style='stroke-width: 0.75;' />
<line x1='398.97' y1='416.82' x2='394.21' y2='416.82' style='stroke-width: 0.75;' />
-<line x1='398.97' y1='371.89' x2='394.21' y2='371.89' style='stroke-width: 0.75;' />
-<line x1='398.97' y1='326.97' x2='394.21' y2='326.97' style='stroke-width: 0.75;' />
-<text transform='translate(387.56,506.66) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='7.04px' lengthAdjust='spacingAndGlyphs'>-4</text>
-<text transform='translate(387.56,461.74) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='7.04px' lengthAdjust='spacingAndGlyphs'>-2</text>
+<line x1='398.97' y1='371.83' x2='394.21' y2='371.83' style='stroke-width: 0.75;' />
+<line x1='398.97' y1='326.84' x2='394.21' y2='326.84' style='stroke-width: 0.75;' />
+<text transform='translate(387.56,506.79) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='7.04px' lengthAdjust='spacingAndGlyphs'>-4</text>
+<text transform='translate(387.56,461.80) 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,416.82) 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,371.89) 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,326.97) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>4</text>
+<text transform='translate(387.56,371.83) 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,326.84) rotate(-90)' text-anchor='middle' style='font-size: 7.92px; font-family: sans;' textLength='4.41px' lengthAdjust='spacingAndGlyphs'>4</text>
<polygon points='398.97,527.53 700.04,527.53 700.04,306.10 398.97,306.10 ' style='stroke-width: 0.75; fill: none;' />
</g>
<defs>
@@ -598,118 +598,118 @@
</g>
<g clip-path='url(#cpMzk4Ljk3fDcwMC4wNHwzMDYuMTB8NTI3LjUz)'>
<line x1='398.97' y1='416.82' x2='700.04' y2='416.82' style='stroke-width: 0.75; stroke-dasharray: 4.00,4.00;' />
-<circle cx='459.26' cy='422.27' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='459.26' cy='418.69' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='488.16' cy='423.43' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='488.16' cy='421.04' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='510.11' cy='434.46' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='510.11' cy='436.85' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='532.74' cy='427.18' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='532.74' cy='394.94' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='542.51' cy='432.49' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='542.51' cy='418.17' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='542.98' cy='392.45' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='542.98' cy='397.23' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='528.96' cy='409.68' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='528.96' cy='407.29' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='517.13' cy='422.27' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='517.13' cy='418.69' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='506.27' cy='422.86' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<circle cx='506.27' cy='434.80' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
-<polygon points='438.18,399.91 440.58,404.07 435.78,404.07 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='438.18,409.46 440.58,413.62 435.78,413.62 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='470.67,401.63 473.07,405.79 468.27,405.79 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='470.67,405.22 473.07,409.37 468.27,409.37 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='516.36,412.64 518.76,416.80 513.96,416.80 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='516.36,437.72 518.76,441.88 513.96,441.88 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='583.69,442.69 586.09,446.85 581.29,446.85 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='583.69,451.05 586.09,455.21 581.29,455.21 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='639.71,415.49 642.11,419.65 637.31,419.65 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='639.71,413.10 642.11,417.26 637.31,417.26 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='661.90,376.65 664.30,380.81 659.50,380.81 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='661.90,401.73 664.30,405.88 659.50,405.88 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='673.83,384.47 676.23,388.63 671.43,388.63 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='673.83,401.19 676.23,405.34 671.43,405.34 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='688.89,428.14 691.29,432.30 686.49,432.30 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<polygon points='688.89,434.11 691.29,438.27 686.49,438.27 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
-<line x1='485.96' y1='392.75' x2='491.00' y2='392.75' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='488.48' y1='395.27' x2='488.48' y2='390.23' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='485.96' y1='415.43' x2='491.00' y2='415.43' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='488.48' y1='417.95' x2='488.48' y2='412.91' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='567.41' y1='422.39' x2='572.45' y2='422.39' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='569.93' y1='424.91' x2='569.93' y2='419.87' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='567.41' y1='421.20' x2='572.45' y2='421.20' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='569.93' y1='423.72' x2='569.93' y2='418.68' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='617.09' y1='405.78' x2='622.14' y2='405.78' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='619.61' y1='408.30' x2='619.61' y2='403.26' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='617.09' y1='406.98' x2='622.14' y2='406.98' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='619.61' y1='409.50' x2='619.61' y2='404.46' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='614.65' y1='420.87' x2='619.69' y2='420.87' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='617.17' y1='423.39' x2='617.17' y2='418.35' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='614.65' y1='430.42' x2='619.69' y2='430.42' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='617.17' y1='432.94' x2='617.17' y2='427.90' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='576.43' y1='402.97' x2='581.47' y2='402.97' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='578.95' y1='405.49' x2='578.95' y2='400.45' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='576.43' y1='422.07' x2='581.47' y2='422.07' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='578.95' y1='424.59' x2='578.95' y2='419.55' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='512.46' y1='424.57' x2='517.50' y2='424.57' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='514.98' y1='427.09' x2='514.98' y2='422.05' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='512.46' y1='420.99' x2='517.50' y2='420.99' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='514.98' y1='423.51' x2='514.98' y2='418.47' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='468.09' y1='412.69' x2='473.13' y2='412.69' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='470.61' y1='415.21' x2='470.61' y2='410.17' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='468.09' y1='413.88' x2='473.13' y2='413.88' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='470.61' y1='416.40' x2='470.61' y2='411.36' style='stroke-width: 0.75; stroke: #2297E6;' />
-<line x1='446.15' y1='412.15' x2='449.71' y2='408.58' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='446.15' y1='408.58' x2='449.71' y2='412.15' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='446.15' y1='415.73' x2='449.71' y2='412.16' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='446.15' y1='412.16' x2='449.71' y2='415.73' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='494.64' y1='429.97' x2='498.20' y2='426.41' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='494.64' y1='426.41' x2='498.20' y2='429.97' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='494.64' y1='424.00' x2='498.20' y2='420.44' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='494.64' y1='420.44' x2='498.20' y2='424.00' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='540.85' y1='398.60' x2='544.41' y2='395.03' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='540.85' y1='395.03' x2='544.41' y2='398.60' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='540.85' y1='408.15' x2='544.41' y2='404.59' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='540.85' y1='404.59' x2='544.41' y2='408.15' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='553.15' y1='416.40' x2='556.72' y2='412.84' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='553.15' y1='412.84' x2='556.72' y2='416.40' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='553.15' y1='440.28' x2='556.72' y2='436.72' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='553.15' y1='436.72' x2='556.72' y2='440.28' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='555.25' y1='424.80' x2='558.82' y2='421.23' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='555.25' y1='421.23' x2='558.82' y2='424.80' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='555.25' y1='430.77' x2='558.82' y2='427.20' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='555.25' y1='427.20' x2='558.82' y2='430.77' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='545.93' y1='415.22' x2='549.49' y2='411.65' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='545.93' y1='411.65' x2='549.49' y2='415.22' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='545.93' y1='393.72' x2='549.49' y2='390.16' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='545.93' y1='390.16' x2='549.49' y2='393.72' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='530.55' y1='435.65' x2='534.11' y2='432.08' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='530.55' y1='432.08' x2='534.11' y2='435.65' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='530.55' y1='421.32' x2='534.11' y2='417.76' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='530.55' y1='417.76' x2='534.11' y2='421.32' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='514.82' y1='422.25' x2='518.38' y2='418.69' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='514.82' y1='418.69' x2='518.38' y2='422.25' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='514.82' y1='428.22' x2='518.38' y2='424.66' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='514.82' y1='424.66' x2='518.38' y2='428.22' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='494.60' y1='409.63' x2='498.16' y2='406.07' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='494.60' y1='406.07' x2='498.16' y2='409.63' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='494.60' y1='410.82' x2='498.16' y2='407.26' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<line x1='494.60' y1='407.26' x2='498.16' y2='410.82' style='stroke-width: 0.75; stroke: #28E2E5;' />
-<polygon points='449.15,425.43 451.67,422.91 454.19,425.43 451.67,427.95 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='449.15,424.23 451.67,421.71 454.19,424.23 451.67,426.75 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='469.09,441.31 471.61,438.79 474.13,441.31 471.61,443.83 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='469.09,453.25 471.61,450.73 474.13,453.25 471.61,455.77 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='484.92,429.75 487.44,427.23 489.96,429.75 487.44,432.27 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='484.92,420.20 487.44,417.68 489.96,420.20 487.44,422.72 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='508.31,424.55 510.83,422.03 513.35,424.55 510.83,427.07 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='508.31,431.71 510.83,429.19 513.35,431.71 510.83,434.23 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='520.48,407.57 523.00,405.05 525.53,407.57 523.00,410.09 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='520.48,403.99 523.00,401.47 525.53,403.99 523.00,406.51 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='530.93,400.54 533.45,398.02 535.97,400.54 533.45,403.06 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='530.93,401.73 533.45,399.21 535.97,401.73 533.45,404.25 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='539.85,398.91 542.37,396.39 544.89,398.91 542.37,401.43 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
-<polygon points='539.85,425.18 542.37,422.66 544.89,425.18 542.37,427.70 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<circle cx='459.21' cy='422.09' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='459.21' cy='418.49' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='488.20' cy='423.27' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='488.20' cy='420.88' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='510.30' cy='434.45' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='510.30' cy='436.85' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='533.12' cy='427.31' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='533.12' cy='394.97' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='542.94' cy='432.67' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='542.94' cy='418.30' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='543.42' cy='392.51' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='543.42' cy='397.30' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='529.43' cy='409.86' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='529.43' cy='407.46' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='517.60' cy='422.54' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='517.60' cy='418.94' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='506.75' cy='423.16' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<circle cx='506.75' cy='435.14' r='1.78' style='stroke-width: 0.75; stroke: #DF536B;' />
+<polygon points='438.25,399.86 440.65,404.02 435.85,404.02 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='438.25,409.44 440.65,413.60 435.85,413.60 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='470.81,401.59 473.21,405.74 468.41,405.74 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='470.81,405.18 473.21,409.34 468.41,409.34 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='516.60,412.62 519.00,416.78 514.20,416.78 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='516.60,437.77 519.00,441.93 514.20,441.93 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='584.07,442.73 586.47,446.89 581.67,446.89 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='584.07,451.12 586.47,455.27 581.67,455.27 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='640.14,415.35 642.54,419.51 637.74,419.51 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='640.14,412.95 642.54,417.11 637.74,417.11 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='662.26,376.25 664.66,380.41 659.86,380.41 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='662.26,401.41 664.66,405.56 659.86,405.56 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='674.09,383.94 676.49,388.09 671.69,388.09 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='674.09,400.70 676.49,404.86 671.69,404.86 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='688.89,427.41 691.29,431.56 686.49,431.56 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<polygon points='688.89,433.40 691.29,437.55 686.49,437.55 ' style='stroke-width: 0.75; stroke: #61D04F; fill: none;' />
+<line x1='486.05' y1='392.55' x2='491.09' y2='392.55' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='488.57' y1='395.07' x2='488.57' y2='390.03' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='486.05' y1='415.31' x2='491.09' y2='415.31' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='488.57' y1='417.83' x2='488.57' y2='412.79' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='567.15' y1='421.67' x2='572.19' y2='421.67' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='569.67' y1='424.19' x2='569.67' y2='419.15' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='567.15' y1='420.47' x2='572.19' y2='420.47' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='569.67' y1='422.99' x2='569.67' y2='417.95' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='616.80' y1='404.82' x2='621.84' y2='404.82' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='619.32' y1='407.34' x2='619.32' y2='402.30' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='616.80' y1='406.02' x2='621.84' y2='406.02' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='619.32' y1='408.54' x2='619.32' y2='403.50' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='614.99' y1='420.69' x2='620.03' y2='420.69' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='617.51' y1='423.21' x2='617.51' y2='418.17' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='614.99' y1='430.27' x2='620.03' y2='430.27' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='617.51' y1='432.79' x2='617.51' y2='427.75' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='577.30' y1='403.46' x2='582.34' y2='403.46' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='579.82' y1='405.98' x2='579.82' y2='400.94' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='577.30' y1='422.62' x2='582.34' y2='422.62' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='579.82' y1='425.14' x2='579.82' y2='420.10' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='513.35' y1='425.32' x2='518.39' y2='425.32' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='515.87' y1='427.84' x2='515.87' y2='422.80' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='513.35' y1='421.73' x2='518.39' y2='421.73' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='515.87' y1='424.25' x2='515.87' y2='419.21' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='468.85' y1='413.38' x2='473.89' y2='413.38' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='471.37' y1='415.90' x2='471.37' y2='410.86' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='468.85' y1='414.58' x2='473.89' y2='414.58' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='471.37' y1='417.10' x2='471.37' y2='412.06' style='stroke-width: 0.75; stroke: #2297E6;' />
+<line x1='446.25' y1='412.14' x2='449.82' y2='408.58' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='446.25' y1='408.58' x2='449.82' y2='412.14' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='446.25' y1='415.74' x2='449.82' y2='412.17' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='446.25' y1='412.17' x2='449.82' y2='415.74' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='494.85' y1='430.01' x2='498.41' y2='426.44' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='494.85' y1='426.44' x2='498.41' y2='430.01' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='494.85' y1='424.02' x2='498.41' y2='420.46' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='494.85' y1='420.46' x2='498.41' y2='424.02' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='541.11' y1='398.47' x2='544.68' y2='394.91' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='541.11' y1='394.91' x2='544.68' y2='398.47' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='541.11' y1='408.05' x2='544.68' y2='404.49' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='541.11' y1='404.49' x2='544.68' y2='408.05' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='553.45' y1='416.33' x2='557.01' y2='412.76' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='553.45' y1='412.76' x2='557.01' y2='416.33' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='553.45' y1='440.28' x2='557.01' y2='436.72' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='553.45' y1='436.72' x2='557.01' y2='440.28' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='555.60' y1='424.80' x2='559.16' y2='421.24' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='555.60' y1='421.24' x2='559.16' y2='424.80' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='555.60' y1='430.79' x2='559.16' y2='427.23' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='555.60' y1='427.23' x2='559.16' y2='430.79' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='546.27' y1='415.22' x2='549.84' y2='411.65' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='546.27' y1='411.65' x2='549.84' y2='415.22' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='546.27' y1='393.66' x2='549.84' y2='390.10' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='546.27' y1='390.10' x2='549.84' y2='393.66' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='530.84' y1='435.70' x2='534.41' y2='432.14' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='530.84' y1='432.14' x2='534.41' y2='435.70' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='530.84' y1='421.33' x2='534.41' y2='417.77' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='530.84' y1='417.77' x2='534.41' y2='421.33' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='515.06' y1='422.25' x2='518.63' y2='418.68' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='515.06' y1='418.68' x2='518.63' y2='422.25' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='515.06' y1='428.24' x2='518.63' y2='424.67' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='515.06' y1='424.67' x2='518.63' y2='428.24' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='494.78' y1='409.57' x2='498.34' y2='406.01' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='494.78' y1='406.01' x2='498.34' y2='409.57' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='494.78' y1='410.77' x2='498.34' y2='407.20' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<line x1='494.78' y1='407.20' x2='498.34' y2='410.77' style='stroke-width: 0.75; stroke: #28E2E5;' />
+<polygon points='449.08,425.27 451.60,422.75 454.12,425.27 451.60,427.79 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='449.08,424.07 451.60,421.55 454.12,424.07 451.60,426.59 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='469.07,441.19 471.59,438.67 474.11,441.19 471.59,443.71 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='469.07,453.17 471.59,450.65 474.11,453.17 471.59,455.69 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='484.97,429.64 487.49,427.12 490.01,429.64 487.49,432.16 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='484.97,420.06 487.49,417.54 490.01,420.06 487.49,422.58 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='508.53,424.54 511.05,422.02 513.57,424.54 511.05,427.06 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='508.53,431.73 511.05,429.21 513.57,431.73 511.05,434.25 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='520.74,407.52 523.26,405.00 525.78,407.52 523.26,410.04 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='520.74,403.93 523.26,401.41 525.78,403.93 523.26,406.45 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='531.15,400.39 533.67,397.87 536.19,400.39 533.67,402.91 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='531.15,401.59 533.67,399.07 536.19,401.59 533.67,404.11 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='540.02,398.67 542.54,396.15 545.06,398.67 542.54,401.19 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
+<polygon points='540.02,425.02 542.54,422.50 545.06,425.02 542.54,427.54 ' style='stroke-width: 0.75; stroke: #CD0BBC; fill: none;' />
</g>
<defs>
<clipPath id='cpNTkuMDR8Njg5Ljc2fDU5LjA0fDUwMi41Ng=='>
diff --git a/tests/testthat/print_sfo_saem_1.txt b/tests/testthat/print_sfo_saem_1.txt
index 0c0e32ce..3fc9ca3b 100644
--- a/tests/testthat/print_sfo_saem_1.txt
+++ b/tests/testthat/print_sfo_saem_1.txt
@@ -7,15 +7,15 @@ Data:
Likelihood computed by importance sampling
AIC BIC logLik
- 1310 1315 -649
+ 1311 1315 -649
Fitted parameters:
estimate lower upper
-parent_0 1e+02 98.87 1e+02
+parent_0 1e+02 98.96 1e+02
k_parent 4e-02 0.03 4e-02
-Var.parent_0 1e+00 -1.72 5e+00
+Var.parent_0 8e-01 -1.94 3e+00
Var.k_parent 1e-01 0.03 2e-01
a.1 9e-01 0.75 1e+00
b.1 5e-02 0.04 5e-02
-SD.parent_0 1e+00 -0.12 3e+00
+SD.parent_0 9e-01 -0.67 2e+00
SD.k_parent 3e-01 0.20 4e-01
diff --git a/tests/testthat/setup_script.R b/tests/testthat/setup_script.R
index 96e865d4..cb3713aa 100644
--- a/tests/testthat/setup_script.R
+++ b/tests/testthat/setup_script.R
@@ -185,7 +185,7 @@ ds_biphasic <- lapply(ds_biphasic_mean, function(ds) {
# Mixed model fits
saemix_available <- FALSE
if (requireNamespace("saemix", quietly = TRUE)) {
- if(packageVersion("saemix") >= "3.1.9000") saemix_available <- TRUE
+ if(packageVersion("saemix") >= "3.0") saemix_available <- TRUE
}
mmkin_sfo_1 <- mmkin("SFO", ds_sfo, quiet = TRUE, error_model = "tc", cores = n_cores)
mmkin_dfop_1 <- mmkin("DFOP", ds_dfop, quiet = TRUE, cores = n_cores)
diff --git a/tests/testthat/summary_saem_biphasic_s.txt b/tests/testthat/summary_saem_biphasic_s.txt
index 8dfae367..bab4bf98 100644
--- a/tests/testthat/summary_saem_biphasic_s.txt
+++ b/tests/testthat/summary_saem_biphasic_s.txt
@@ -34,33 +34,33 @@ Results:
Likelihood computed by importance sampling
AIC BIC logLik
- 2702 2711 -1338
+ 2679 2689 -1327
Optimised parameters:
est. lower upper
parent_0 1.0e+02 1.0e+02 1.0e+02
-k_m1 4.7e-03 3.9e-03 5.6e-03
+k_m1 4.8e-03 4.1e-03 5.5e-03
f_parent_to_m1 4.8e-01 4.3e-01 5.2e-01
-k1 4.8e-02 3.1e-02 6.5e-02
-k2 1.3e-02 8.7e-03 1.7e-02
-g 5.0e-01 4.1e-01 5.8e-01
+k1 5.9e-02 4.6e-02 7.2e-02
+k2 1.1e-02 9.0e-03 1.3e-02
+g 4.9e-01 4.3e-01 5.4e-01
Correlation:
prnt_0 k_m1 f_p__1 k1 k2
-k_m1 -0.152
-f_parent_to_m1 -0.143 0.366
-k1 0.097 -0.014 -0.021
-k2 0.022 0.083 0.023 0.101
-g -0.084 -0.144 -0.044 -0.303 -0.364
+k_m1 -0.168
+f_parent_to_m1 -0.141 0.379
+k1 0.139 -0.004 -0.024
+k2 0.055 0.154 0.033 0.246
+g -0.078 -0.206 -0.058 -0.435 -0.601
Random effects:
- est. lower upper
-SD.parent_0 1.22 0.316 2.12
-SD.k_m1 0.15 -0.079 0.38
-SD.f_parent_to_m1 0.32 0.191 0.44
-SD.k1 0.66 0.416 0.90
-SD.k2 0.59 0.368 0.80
-SD.g 0.16 -0.373 0.70
+ est. lower upper
+SD.parent_0 1.1986 0.28 2.12
+SD.k_m1 0.0034 -6.85 6.86
+SD.f_parent_to_m1 0.3369 0.21 0.46
+SD.k1 0.3790 0.24 0.52
+SD.k2 0.2666 0.16 0.37
+SD.g 0.0401 -0.67 0.75
Variance model:
est. lower upper
@@ -73,5 +73,5 @@ parent_sink 0.52
Estimated disappearance times:
DT50 DT90 DT50back DT50_k1 DT50_k2
-parent 26 127 38 14 54
-m1 146 485 NA NA NA
+parent 25 150 45 12 64
+m1 145 483 NA NA NA
diff --git a/vignettes/FOCUS_D.html b/vignettes/FOCUS_D.html
index ba514c18..d9127473 100644
--- a/vignettes/FOCUS_D.html
+++ b/vignettes/FOCUS_D.html
@@ -360,7 +360,7 @@ pre code {
<h1 class="title toc-ignore">Example evaluation of FOCUS Example Dataset D</h1>
<h4 class="author">Johannes Ranke</h4>
-<h4 class="date">Last change 31 January 2019 (rebuilt 2021-09-16)</h4>
+<h4 class="date">Last change 31 January 2019 (rebuilt 2021-11-17)</h4>
</div>
@@ -435,9 +435,9 @@ print(FOCUS_2006_D)</code></pre>
<p>A comprehensive report of the results is obtained using the <code>summary</code> method for <code>mkinfit</code> objects.</p>
<pre class="r"><code>summary(fit)</code></pre>
<pre><code>## mkin version used for fitting: 1.1.0
-## R version used for fitting: 4.1.1
-## Date of fit: Thu Sep 16 13:57:32 2021
-## Date of summary: Thu Sep 16 13:57:33 2021
+## R version used for fitting: 4.1.2
+## Date of fit: Wed Nov 17 12:15:48 2021
+## Date of summary: Wed Nov 17 12:15:49 2021
##
## Equations:
## d_parent/dt = - k_parent * parent
diff --git a/vignettes/FOCUS_L.html b/vignettes/FOCUS_L.html
index b6ebb606..96a823cf 100644
--- a/vignettes/FOCUS_L.html
+++ b/vignettes/FOCUS_L.html
@@ -1513,7 +1513,7 @@ div.tocify {
<h1 class="title toc-ignore">Example evaluation of FOCUS Laboratory Data L1 to L3</h1>
<h4 class="author">Johannes Ranke</h4>
-<h4 class="date">Last change 17 November 2016 (rebuilt 2021-09-16)</h4>
+<h4 class="date">Last change 17 November 2016 (rebuilt 2021-11-17)</h4>
</div>
@@ -1533,16 +1533,16 @@ FOCUS_2006_L1_mkin &lt;- mkin_wide_to_long(FOCUS_2006_L1)</code></pre>
<pre class="r"><code>m.L1.SFO &lt;- mkinfit(&quot;SFO&quot;, FOCUS_2006_L1_mkin, quiet = TRUE)
summary(m.L1.SFO)</code></pre>
<pre><code>## mkin version used for fitting: 1.1.0
-## R version used for fitting: 4.1.1
-## Date of fit: Thu Sep 16 13:57:35 2021
-## Date of summary: Thu Sep 16 13:57:35 2021
+## R version used for fitting: 4.1.2
+## Date of fit: Wed Nov 17 12:15:51 2021
+## Date of summary: Wed Nov 17 12:15:51 2021
##
## Equations:
## d_parent/dt = - k_parent * parent
##
## Model predictions using solution type analytical
##
-## Fitted using 133 model solutions performed in 0.031 s
+## Fitted using 133 model solutions performed in 0.032 s
##
## Error model: Constant variance
##
@@ -1634,9 +1634,9 @@ summary(m.L1.SFO)</code></pre>
<pre><code>## Warning in cov2cor(ans$covar): diag(.) had 0 or NA entries; non-finite result is
## doubtful</code></pre>
<pre><code>## mkin version used for fitting: 1.1.0
-## R version used for fitting: 4.1.1
-## Date of fit: Thu Sep 16 13:57:35 2021
-## Date of summary: Thu Sep 16 13:57:35 2021
+## R version used for fitting: 4.1.2
+## Date of fit: Wed Nov 17 12:15:51 2021
+## Date of summary: Wed Nov 17 12:15:51 2021
##
## Equations:
## d_parent/dt = - (alpha/beta) * 1/((time/beta) + 1) * parent
@@ -1739,16 +1739,16 @@ plot(m.L2.FOMC, show_residuals = TRUE,
<p><img src="data:image/png;base64,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" /><!-- --></p>
<pre class="r"><code>summary(m.L2.FOMC, data = FALSE)</code></pre>
<pre><code>## mkin version used for fitting: 1.1.0
-## R version used for fitting: 4.1.1
-## Date of fit: Thu Sep 16 13:57:35 2021
-## Date of summary: Thu Sep 16 13:57:35 2021
+## R version used for fitting: 4.1.2
+## Date of fit: Wed Nov 17 12:15:52 2021
+## Date of summary: Wed Nov 17 12:15:52 2021
##
## Equations:
## d_parent/dt = - (alpha/beta) * 1/((time/beta) + 1) * parent
##
## Model predictions using solution type analytical
##
-## Fitted using 239 model solutions performed in 0.048 s
+## Fitted using 239 model solutions performed in 0.049 s
##
## Error model: Constant variance
##
@@ -1817,9 +1817,9 @@ plot(m.L2.DFOP, show_residuals = TRUE, show_errmin = TRUE,
<p><img src="data:image/png;base64,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" /><!-- --></p>
<pre class="r"><code>summary(m.L2.DFOP, data = FALSE)</code></pre>
<pre><code>## mkin version used for fitting: 1.1.0
-## R version used for fitting: 4.1.1
-## Date of fit: Thu Sep 16 13:57:36 2021
-## Date of summary: Thu Sep 16 13:57:36 2021
+## R version used for fitting: 4.1.2
+## Date of fit: Wed Nov 17 12:15:52 2021
+## Date of summary: Wed Nov 17 12:15:52 2021
##
## Equations:
## d_parent/dt = - ((k1 * g * exp(-k1 * time) + k2 * (1 - g) * exp(-k2 *
@@ -1828,7 +1828,7 @@ plot(m.L2.DFOP, show_residuals = TRUE, show_errmin = TRUE,
##
## Model predictions using solution type analytical
##
-## Fitted using 581 model solutions performed in 0.133 s
+## Fitted using 581 model solutions performed in 0.134 s
##
## Error model: Constant variance
##
@@ -1917,9 +1917,9 @@ plot(mm.L3)</code></pre>
<p>We can extract the summary and plot for <em>e.g.</em> the DFOP fit, using square brackets for indexing which will result in the use of the summary and plot functions working on mkinfit objects.</p>
<pre class="r"><code>summary(mm.L3[[&quot;DFOP&quot;, 1]])</code></pre>
<pre><code>## mkin version used for fitting: 1.1.0
-## R version used for fitting: 4.1.1
-## Date of fit: Thu Sep 16 13:57:36 2021
-## Date of summary: Thu Sep 16 13:57:36 2021
+## R version used for fitting: 4.1.2
+## Date of fit: Wed Nov 17 12:15:52 2021
+## Date of summary: Wed Nov 17 12:15:52 2021
##
## Equations:
## d_parent/dt = - ((k1 * g * exp(-k1 * time) + k2 * (1 - g) * exp(-k2 *
@@ -1928,7 +1928,7 @@ plot(mm.L3)</code></pre>
##
## Model predictions using solution type analytical
##
-## Fitted using 376 model solutions performed in 0.079 s
+## Fitted using 376 model solutions performed in 0.08 s
##
## Error model: Constant variance
##
@@ -2025,9 +2025,9 @@ plot(mm.L4)</code></pre>
<p>The <span class="math inline"><em>χ</em><sup>2</sup></span> error level of 3.3% as well as the plot suggest that the SFO model fits very well. The error level at which the <span class="math inline"><em>χ</em><sup>2</sup></span> test passes is slightly lower for the FOMC model. However, the difference appears negligible.</p>
<pre class="r"><code>summary(mm.L4[[&quot;SFO&quot;, 1]], data = FALSE)</code></pre>
<pre><code>## mkin version used for fitting: 1.1.0
-## R version used for fitting: 4.1.1
-## Date of fit: Thu Sep 16 13:57:36 2021
-## Date of summary: Thu Sep 16 13:57:36 2021
+## R version used for fitting: 4.1.2
+## Date of fit: Wed Nov 17 12:15:53 2021
+## Date of summary: Wed Nov 17 12:15:53 2021
##
## Equations:
## d_parent/dt = - k_parent * parent
@@ -2089,9 +2089,9 @@ plot(mm.L4)</code></pre>
## parent 106 352</code></pre>
<pre class="r"><code>summary(mm.L4[[&quot;FOMC&quot;, 1]], data = FALSE)</code></pre>
<pre><code>## mkin version used for fitting: 1.1.0
-## R version used for fitting: 4.1.1
-## Date of fit: Thu Sep 16 13:57:36 2021
-## Date of summary: Thu Sep 16 13:57:36 2021
+## R version used for fitting: 4.1.2
+## Date of fit: Wed Nov 17 12:15:53 2021
+## Date of summary: Wed Nov 17 12:15:53 2021
##
## Equations:
## d_parent/dt = - (alpha/beta) * 1/((time/beta) + 1) * parent

Contact - Imprint