Skip to content

Instantly share code, notes, and snippets.

@briochemc
Forked from mbauman/covid19.jl
Last active April 2, 2020 06:37
Show Gist options
  • Save briochemc/60960829be3ebecdfb3135f8637f2788 to your computer and use it in GitHub Desktop.
Save briochemc/60960829be3ebecdfb3135f8637f2788 to your computer and use it in GitHub Desktop.
using HTTP, CSV, Plots, DataFrames, Dates
# Download the data
df = CSV.read(IOBuffer(String(HTTP.get("https://covid.ourworldindata.org/data/total_cases.csv").body)), normalizenames=true)
# Plotting function
function doit(df, countries, alignment)
cp = get_color_palette(:auto, plot_color(:white), length(countries))
plot(legend=false)
for (i,country) in enumerate(countries)
c = df[:, country]
d = map(x -> x.value, df.date .- df.date[findfirst(coalesce.(c,0) .>= alignment)])
plot!(d, c, color=i, yaxis=:log, m=:circle, ms=2, msw=false, lw=2, label="")
plot!([d[end]], [c[end]], color=cp[i], yaxis=:log, m=:circle, ms=3, label="")
# annotate country next to end point instead of legend
annotate!(d[end]+1, c[end], text("$(replace(string(country), "_"=>" "))", 8, :left, :bold, color=cp[i]))
end
xlabel!("Days since $(alignment)th case")
ylabel!("Cumulative number of cases")
# pretty lims
xlims!(-1, last(xlims())+4)
ylims!(alignment*.8, last(ylims()))
yticks=vec([1,2,5] * 10 .^ (1:4)')
# pretty ticks
yticks=yticks[alignment .≤ yticks .≤ maximum(df[end,countries])]
plot!(yticks=(yticks, string.(yticks)), xticks=0:7:last(xlims())+4)
end
function addtrend(df, dailygrowth, alignment)
d = 0:last(xlims())
c = alignment * (1 + dailygrowth) .^ (d)
plot!(d, c, ls=:dot, color=:gray, lw=2, label="+$(100dailygrowth)% daily")
plot!(legend=:bottomright)
end
# Do it! (plotting the data)
doit(df, [:China, :Italy, :France, :Spain, :Australia, :United_States, :United_Kingdom, :Singapore, :South_Korea], 100)
addtrend(df, 0.25, 100)
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" encoding="utf-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="600" height="400" viewBox="0 0 2400 1600">
<defs>
<clipPath id="clip7400">
<rect x="0" y="0" width="2400" height="1600"/>
</clipPath>
</defs>
<path clip-path="url(#clip7400)" d="
M0 1600 L2400 1600 L2400 0 L0 0 Z
" fill="#ffffff" fill-rule="evenodd" fill-opacity="1"/>
<defs>
<clipPath id="clip7401">
<rect x="480" y="0" width="1681" height="1600"/>
</clipPath>
</defs>
<path clip-path="url(#clip7400)" d="
M282.66 1425.62 L2352.76 1425.62 L2352.76 47.2441 L282.66 47.2441 Z
" fill="#ffffff" fill-rule="evenodd" fill-opacity="1"/>
<defs>
<clipPath id="clip7402">
<rect x="282" y="47" width="2071" height="1379"/>
</clipPath>
</defs>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none" points="
282.66,1425.62 282.66,47.2441
"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none" points="
476.922,1425.62 476.922,47.2441
"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none" points="
671.184,1425.62 671.184,47.2441
"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none" points="
865.446,1425.62 865.446,47.2441
"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none" points="
1059.71,1425.62 1059.71,47.2441
"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none" points="
1253.97,1425.62 1253.97,47.2441
"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none" points="
1448.23,1425.62 1448.23,47.2441
"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none" points="
1642.49,1425.62 1642.49,47.2441
"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none" points="
1836.76,1425.62 1836.76,47.2441
"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none" points="
2031.02,1425.62 2031.02,47.2441
"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none" points="
2225.28,1425.62 2225.28,47.2441
"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none" points="
282.66,1425.62 2352.76,1425.62
"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none" points="
282.66,1289.95 2352.76,1289.95
"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none" points="
282.66,1110.61 2352.76,1110.61
"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none" points="
282.66,974.946 2352.76,974.946
"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none" points="
282.66,839.28 2352.76,839.28
"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none" points="
282.66,659.939 2352.76,659.939
"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none" points="
282.66,524.273 2352.76,524.273
"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none" points="
282.66,388.607 2352.76,388.607
"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none" points="
282.66,209.266 2352.76,209.266
"/>
<polyline clip-path="url(#clip7400)" style="stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none" points="
282.66,1425.62 2352.76,1425.62
"/>
<polyline clip-path="url(#clip7400)" style="stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none" points="
282.66,1425.62 282.66,47.2441
"/>
<polyline clip-path="url(#clip7400)" style="stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none" points="
282.66,1425.62 282.66,1409.08
"/>
<polyline clip-path="url(#clip7400)" style="stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none" points="
476.922,1425.62 476.922,1409.08
"/>
<polyline clip-path="url(#clip7400)" style="stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none" points="
671.184,1425.62 671.184,1409.08
"/>
<polyline clip-path="url(#clip7400)" style="stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none" points="
865.446,1425.62 865.446,1409.08
"/>
<polyline clip-path="url(#clip7400)" style="stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none" points="
1059.71,1425.62 1059.71,1409.08
"/>
<polyline clip-path="url(#clip7400)" style="stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none" points="
1253.97,1425.62 1253.97,1409.08
"/>
<polyline clip-path="url(#clip7400)" style="stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none" points="
1448.23,1425.62 1448.23,1409.08
"/>
<polyline clip-path="url(#clip7400)" style="stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none" points="
1642.49,1425.62 1642.49,1409.08
"/>
<polyline clip-path="url(#clip7400)" style="stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none" points="
1836.76,1425.62 1836.76,1409.08
"/>
<polyline clip-path="url(#clip7400)" style="stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none" points="
2031.02,1425.62 2031.02,1409.08
"/>
<polyline clip-path="url(#clip7400)" style="stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none" points="
2225.28,1425.62 2225.28,1409.08
"/>
<polyline clip-path="url(#clip7400)" style="stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none" points="
282.66,1425.62 307.501,1425.62
"/>
<polyline clip-path="url(#clip7400)" style="stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none" points="
282.66,1289.95 307.501,1289.95
"/>
<polyline clip-path="url(#clip7400)" style="stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none" points="
282.66,1110.61 307.501,1110.61
"/>
<polyline clip-path="url(#clip7400)" style="stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none" points="
282.66,974.946 307.501,974.946
"/>
<polyline clip-path="url(#clip7400)" style="stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none" points="
282.66,839.28 307.501,839.28
"/>
<polyline clip-path="url(#clip7400)" style="stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none" points="
282.66,659.939 307.501,659.939
"/>
<polyline clip-path="url(#clip7400)" style="stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none" points="
282.66,524.273 307.501,524.273
"/>
<polyline clip-path="url(#clip7400)" style="stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none" points="
282.66,388.607 307.501,388.607
"/>
<polyline clip-path="url(#clip7400)" style="stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none" points="
282.66,209.266 307.501,209.266
"/>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;" transform="rotate(0, 282.66, 1479.62)" x="282.66" y="1479.62">0</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;" transform="rotate(0, 476.922, 1479.62)" x="476.922" y="1479.62">7</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;" transform="rotate(0, 671.184, 1479.62)" x="671.184" y="1479.62">14</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;" transform="rotate(0, 865.446, 1479.62)" x="865.446" y="1479.62">21</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;" transform="rotate(0, 1059.71, 1479.62)" x="1059.71" y="1479.62">28</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;" transform="rotate(0, 1253.97, 1479.62)" x="1253.97" y="1479.62">35</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;" transform="rotate(0, 1448.23, 1479.62)" x="1448.23" y="1479.62">42</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;" transform="rotate(0, 1642.49, 1479.62)" x="1642.49" y="1479.62">49</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;" transform="rotate(0, 1836.76, 1479.62)" x="1836.76" y="1479.62">56</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;" transform="rotate(0, 2031.02, 1479.62)" x="2031.02" y="1479.62">63</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;" transform="rotate(0, 2225.28, 1479.62)" x="2225.28" y="1479.62">70</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;" transform="rotate(0, 258.66, 1443.12)" x="258.66" y="1443.12">100</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;" transform="rotate(0, 258.66, 1307.45)" x="258.66" y="1307.45">200</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;" transform="rotate(0, 258.66, 1128.11)" x="258.66" y="1128.11">500</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;" transform="rotate(0, 258.66, 992.446)" x="258.66" y="992.446">1000</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;" transform="rotate(0, 258.66, 856.78)" x="258.66" y="856.78">2000</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;" transform="rotate(0, 258.66, 677.439)" x="258.66" y="677.439">5000</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;" transform="rotate(0, 258.66, 541.773)" x="258.66" y="541.773">10000</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;" transform="rotate(0, 258.66, 406.107)" x="258.66" y="406.107">20000</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;" transform="rotate(0, 258.66, 226.766)" x="258.66" y="226.766">50000</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:66px; text-anchor:middle;" transform="rotate(0, 1317.71, 1559.48)" x="1317.71" y="1559.48">Days since 100th case</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:66px; text-anchor:middle;" transform="rotate(-90, 89.2861, 736.431)" x="89.2861" y="736.431">Cumulative number of cases</text>
</g>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-98.4635,2191.3 -70.7118,1876.29 -42.9601,1840.61 -15.2084,1713.27 12.5434,1642.61 40.2951,1615 68.0468,1595.41 95.7985,1557.41 123.55,1542.63 151.302,1528.89
179.054,1512.97 206.805,1495.43 234.557,1479.33 262.309,1448.43 290.06,1417.94
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="290.06" cy="1417.94" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="290.06" cy="1417.94" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-389.045,2326.96 -361.293,2326.96 -333.541,2326.96 -305.789,2326.96 -278.038,2326.96 -250.286,2326.96 -222.534,2111.94 -194.783,2011.96 -167.031,1840.61 -139.279,1840.61
-111.528,1772.43 -83.7758,1772.43 -56.0241,1750.66 -28.2724,1740.63 -0.520714,1740.63 27.231,1740.63 54.9827,1704.94 82.7344,1689.27 110.486,1620.22 138.238,1569.27
165.99,1546.22 193.741,1525.6 221.493,1484.55 249.245,1452.88 276.996,1446.24 304.748,1361.17 332.5,1288.98 360.251,1262.6
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="304.748" cy="1361.17" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="332.5" cy="1288.98" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="360.251" cy="1262.6" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="360.251" cy="1262.6" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-257.943,2326.96 -230.192,2326.96 -202.44,2326.96 -174.688,2326.96 -146.936,2326.96 -119.185,2326.96 -91.433,2326.96 -63.6813,2326.96 -35.9296,2326.96 -8.17792,2326.96
19.5738,2326.96 47.3255,2326.96 75.0772,2326.96 102.829,2326.96 130.581,2191.3 158.332,1609.91 186.084,1609.91 213.836,1549.88 241.587,1481.93 269.339,1450.64
297.091,1401.7 324.843,1369.8
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="297.091" cy="1401.7" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="324.843" cy="1369.8" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="324.843" cy="1369.8" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-164.053,2326.96 -136.301,2326.96 -108.55,2326.96 -80.7979,2191.3 -53.0462,1919.97 -25.2945,1840.61 2.45725,1840.61 30.209,1772.43 57.9607,1750.66 85.7124,1750.66
113.464,1654.85 141.216,1636.77 168.967,1581.91 196.719,1539.1 224.471,1501.1 252.223,1471.76 279.974,1431.58 307.726,1377.3 335.478,1336.09 363.229,1234.14
390.981,1209.94
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="307.726" cy="1377.3" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="335.478" cy="1336.09" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="363.229" cy="1234.14" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="390.981" cy="1209.94" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="390.981" cy="1209.94" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-203.442,2326.96 -175.691,2326.96 -147.939,2326.96 -120.187,2326.96 -92.4357,2326.96 -64.684,2326.96 -36.9323,2326.96 -9.18056,2326.96 18.5711,2326.96 46.3228,2326.96
74.0745,2326.96 101.826,2055.63 129.578,1919.97 157.33,1761.25 185.081,1689.27 212.833,1553.61 240.585,1474.25 268.336,1459.74 296.088,1398.26 323.84,1365.44
351.592,1333.63 379.343,1295.91 407.095,1258.39
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="296.088" cy="1398.26" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="323.84" cy="1365.44" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="351.592" cy="1333.63" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="379.343" cy="1295.91" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="407.095" cy="1258.39" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="407.095" cy="1258.39" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#f05f73; stroke-width:16; stroke-opacity:1; fill:none" points="
-926.274,2055.63 -898.522,2011.96 -870.77,2011.96 -843.019,1976.27 -815.267,1896.91 -787.515,1896.91 -759.763,1840.61 -732.012,1840.61 -704.26,1840.61 -676.508,1824.94
-648.757,1824.94 -621.005,1810.44 -593.253,1796.93 -565.502,1796.93 -537.75,1796.93 -509.998,1796.93 -482.246,1796.93 -454.495,1796.93 -426.743,1796.93 -398.991,1796.93
-371.24,1796.93 -343.488,1796.93 -315.736,1796.93 -287.984,1796.93 -260.233,1796.93 -232.481,1796.93 -204.729,1796.93 -176.978,1796.93 -149.226,1796.93 -121.474,1796.93
-93.7225,1796.93 -65.9708,1796.93 -38.2191,1796.93 -10.4674,1796.93 17.2843,1696.95 45.036,1681.89 72.7877,1661.27 100.539,1609.91 128.291,1553.61 156.043,1542.63
183.794,1525.6 211.546,1516.05 239.298,1479.33 267.05,1444.08 294.801,1412.38 322.553,1377.3 350.305,1377.3 378.056,1289.95 405.808,1246.28 433.56,1212.56
461.312,1165.88 489.063,1130.37 516.815,1085.65 544.567,1050.14 572.318,1020.83 600.07,961.52 627.822,889.295 655.573,873.172
"/>
<path clip-path="url(#clip7402)" d="M294.801 1396.38 L291.041 1407.19 L279.585 1407.43 L288.721 1414.36 L285.393 1425.32 L294.801 1418.78 L304.209 1425.32 L300.881 1414.36 L310.017 1407.43 L298.561 1407.19 L294.801 1396.38 Z" fill="#f05f73" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<path clip-path="url(#clip7402)" d="M322.553 1361.3 L318.793 1372.12 L307.337 1372.36 L316.473 1379.29 L313.145 1390.25 L322.553 1383.7 L331.961 1390.25 L328.633 1379.29 L337.769 1372.36 L326.313 1372.12 L322.553 1361.3 Z" fill="#f05f73" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<path clip-path="url(#clip7402)" d="M350.305 1361.3 L346.545 1372.12 L335.089 1372.36 L344.225 1379.29 L340.897 1390.25 L350.305 1383.7 L359.713 1390.25 L356.385 1379.29 L365.521 1372.36 L354.065 1372.12 L350.305 1361.3 Z" fill="#f05f73" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<path clip-path="url(#clip7402)" d="M378.056 1273.95 L374.296 1284.77 L362.84 1285.01 L371.976 1291.94 L368.648 1302.9 L378.056 1296.35 L387.464 1302.9 L384.136 1291.94 L393.272 1285.01 L381.816 1284.77 L378.056 1273.95 Z" fill="#f05f73" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<path clip-path="url(#clip7402)" d="M405.808 1230.28 L402.048 1241.09 L390.592 1241.33 L399.728 1248.26 L396.4 1259.22 L405.808 1252.68 L415.216 1259.22 L411.888 1248.26 L421.024 1241.33 L409.568 1241.09 L405.808 1230.28 Z" fill="#f05f73" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<path clip-path="url(#clip7402)" d="M433.56 1196.56 L429.8 1207.38 L418.344 1207.62 L427.48 1214.54 L424.152 1225.5 L433.56 1218.96 L442.968 1225.5 L439.64 1214.54 L448.776 1207.62 L437.32 1207.38 L433.56 1196.56 Z" fill="#f05f73" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<path clip-path="url(#clip7402)" d="M461.312 1149.88 L457.552 1160.69 L446.096 1160.93 L455.232 1167.86 L451.904 1178.82 L461.312 1172.28 L470.72 1178.82 L467.392 1167.86 L476.528 1160.93 L465.072 1160.69 L461.312 1149.88 Z" fill="#f05f73" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<path clip-path="url(#clip7402)" d="M489.063 1114.37 L485.303 1125.18 L473.847 1125.42 L482.983 1132.35 L479.655 1143.31 L489.063 1136.77 L498.471 1143.31 L495.143 1132.35 L504.279 1125.42 L492.823 1125.18 L489.063 1114.37 Z" fill="#f05f73" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<path clip-path="url(#clip7402)" d="M516.815 1069.65 L513.055 1080.47 L501.599 1080.71 L510.735 1087.64 L507.407 1098.6 L516.815 1092.05 L526.223 1098.6 L522.895 1087.64 L532.031 1080.71 L520.575 1080.47 L516.815 1069.65 Z" fill="#f05f73" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<path clip-path="url(#clip7402)" d="M544.567 1034.14 L540.807 1044.96 L529.351 1045.2 L538.487 1052.13 L535.159 1063.09 L544.567 1056.54 L553.975 1063.09 L550.647 1052.13 L559.783 1045.2 L548.327 1044.96 L544.567 1034.14 Z" fill="#f05f73" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<path clip-path="url(#clip7402)" d="M572.318 1004.83 L568.558 1015.65 L557.102 1015.89 L566.238 1022.82 L562.91 1033.78 L572.318 1027.23 L581.726 1033.78 L578.398 1022.82 L587.534 1015.89 L576.078 1015.65 L572.318 1004.83 Z" fill="#f05f73" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<path clip-path="url(#clip7402)" d="M600.07 945.52 L596.31 956.336 L584.854 956.576 L593.99 963.504 L590.662 974.464 L600.07 967.92 L609.478 974.464 L606.15 963.504 L615.286 956.576 L603.83 956.336 L600.07 945.52 Z" fill="#f05f73" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<path clip-path="url(#clip7402)" d="M627.822 873.295 L624.062 884.111 L612.606 884.351 L621.742 891.279 L618.414 902.239 L627.822 895.695 L637.23 902.239 L633.902 891.279 L643.038 884.351 L631.582 884.111 L627.822 873.295 Z" fill="#f05f73" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<path clip-path="url(#clip7402)" d="M655.573 857.172 L651.813 867.988 L640.357 868.228 L649.493 875.156 L646.165 886.116 L655.573 879.572 L664.981 886.116 L661.653 875.156 L670.789 868.228 L659.333 867.988 L655.573 857.172 Z" fill="#f05f73" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<path clip-path="url(#clip7402)" d="M655.573 853.172 L650.873 866.692 L636.553 866.992 L647.973 875.652 L643.813 889.352 L655.573 881.172 L667.333 889.352 L663.173 875.652 L674.593 866.992 L660.273 866.692 L655.573 853.172 Z" fill="#f05f73" fill-rule="evenodd" fill-opacity="1" stroke="#000000" stroke-opacity="1" stroke-width="0"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-45.9202,2191.3 -18.1685,2191.3 9.58317,2111.94 37.3349,2111.94 65.0866,1896.91 92.8383,1810.44 120.59,1761.25 148.342,1731.08 176.093,1667.9 203.845,1600.13
231.597,1542.63 259.349,1471.76 287.1,1417.94 314.852,1372.77 342.604,1308.41 370.355,1249.43 398.107,1209.29 425.859,1109.05 453.61,1057.76 481.362,1004.47
509.114,971.454 536.866,918.835 564.617,877.407 592.369,838.012 620.121,804.576 647.872,772.448 675.624,725.216 703.376,681.695
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="287.1" cy="1417.94" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="314.852" cy="1372.77" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="342.604" cy="1308.41" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="370.355" cy="1249.43" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="398.107" cy="1209.29" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="425.859" cy="1109.05" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="453.61" cy="1057.76" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="481.362" cy="1004.47" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="509.114" cy="971.454" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="536.866" cy="918.835" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="564.617" cy="877.407" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="592.369" cy="838.012" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="620.121" cy="804.576" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="647.872" cy="772.448" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="675.624" cy="725.216" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="703.376" cy="681.695" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="703.376" cy="681.695" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#ac8d18; stroke-width:8; stroke-opacity:0.5; fill:none" points="
-115.114,2326.96 -87.3628,1713.27 -59.6111,1642.61 -31.8594,1642.61 -4.10767,1625.58 23.644,1600.13 51.3957,1573.4 79.1474,1565.24 106.899,1565.24 134.651,1553.61
162.403,1542.63 190.154,1525.6 217.906,1457.43 245.658,1457.43 273.409,1435.66 301.161,1406.96 328.913,1294.91 356.664,1294.91 384.416,1294.91 412.168,1280.4
439.92,1276.71 467.671,1276.71 495.423,1264.31 523.175,1241.64 550.926,1225.5 578.678,1220.63 606.43,1207.36 634.182,1189.58 661.933,1165.88
"/>
<circle clip-path="url(#clip7402)" cx="301.161" cy="1406.96" r="7" fill="#ac8d18" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="328.913" cy="1294.91" r="7" fill="#ac8d18" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="356.664" cy="1294.91" r="7" fill="#ac8d18" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="384.416" cy="1294.91" r="7" fill="#ac8d18" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="412.168" cy="1280.4" r="7" fill="#ac8d18" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="439.92" cy="1276.71" r="7" fill="#ac8d18" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="467.671" cy="1276.71" r="7" fill="#ac8d18" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="495.423" cy="1264.31" r="7" fill="#ac8d18" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="523.175" cy="1241.64" r="7" fill="#ac8d18" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="550.926" cy="1225.5" r="7" fill="#ac8d18" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="578.678" cy="1220.63" r="7" fill="#ac8d18" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="606.43" cy="1207.36" r="7" fill="#ac8d18" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="634.182" cy="1189.58" r="7" fill="#ac8d18" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="661.933" cy="1165.88" r="7" fill="#ac8d18" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="661.933" cy="1165.88" r="10" fill="#ac8d18" fill-rule="evenodd" fill-opacity="1" stroke="#000000" stroke-opacity="1" stroke-width="0"/>
<polyline clip-path="url(#clip7402)" style="stroke:#8e971d; stroke-width:8; stroke-opacity:0.5; fill:none" points="
-573.41,2326.96 -545.658,2326.96 -517.906,2326.96 -490.154,2326.96 -462.403,2326.96 -434.651,2326.96 -406.899,2326.96 -379.148,2326.96 -351.396,2326.96 -323.644,2326.96
-295.893,2326.96 -268.141,2326.96 -240.389,2326.96 -212.637,2326.96 -184.886,2326.96 -157.134,2326.96 -129.382,2326.96 -101.631,2326.96 -73.8789,2326.96 -46.1272,2326.96
-18.3755,2326.96 9.37621,2326.96 37.1279,2326.96 64.8796,2326.96 92.6313,2326.96 120.383,2326.96 148.135,2191.3 175.886,1919.97 203.638,1824.94 231.39,1713.27
259.142,1561.28 286.893,1408.75 314.645,1322.92 342.397,1289.95 370.148,1255.08 397.9,1233.4 425.652,1201.67 453.403,1201.67 481.155,1088.78 508.907,1047.86
536.659,998.636 564.41,963.911 592.162,932.37 619.914,897.422 647.665,860.446 675.417,815.619 703.169,772.378 730.921,735.365 758.672,716.611
"/>
<circle clip-path="url(#clip7402)" cx="286.893" cy="1408.75" r="7" fill="#8e971d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="314.645" cy="1322.92" r="7" fill="#8e971d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="342.397" cy="1289.95" r="7" fill="#8e971d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="370.148" cy="1255.08" r="7" fill="#8e971d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="397.9" cy="1233.4" r="7" fill="#8e971d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="425.652" cy="1201.67" r="7" fill="#8e971d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="453.403" cy="1201.67" r="7" fill="#8e971d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="481.155" cy="1088.78" r="7" fill="#8e971d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="508.907" cy="1047.86" r="7" fill="#8e971d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="536.659" cy="998.636" r="7" fill="#8e971d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="564.41" cy="963.911" r="7" fill="#8e971d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="592.162" cy="932.37" r="7" fill="#8e971d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="619.914" cy="897.422" r="7" fill="#8e971d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="647.665" cy="860.446" r="7" fill="#8e971d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="675.417" cy="815.619" r="7" fill="#8e971d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="703.169" cy="772.378" r="7" fill="#8e971d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="730.921" cy="735.365" r="7" fill="#8e971d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="758.672" cy="716.611" r="7" fill="#8e971d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="758.672" cy="716.611" r="10" fill="#8e971d" fill-rule="evenodd" fill-opacity="1" stroke="#000000" stroke-opacity="1" stroke-width="0"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-167.254,2191.3 -139.502,2191.3 -111.751,2111.94 -83.9989,2111.94 -56.2472,2111.94 -28.4955,2011.96 -0.743826,1946.1 27.0079,1857.64 54.7596,1824.94 82.5113,1761.25
110.263,1704.94 138.015,1696.95 165.766,1689.27 193.518,1615 221.27,1516.05 249.022,1448.43 276.773,1439.82 304.525,1380.38 332.277,1365.44
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="304.525" cy="1380.38" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="332.277" cy="1365.44" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="332.277" cy="1365.44" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-147.071,2326.96 -119.319,2326.96 -91.5676,2326.96 -63.8159,2191.3 -36.0642,2191.3 -8.31247,2191.3 19.4392,2191.3 47.1909,2055.63 74.9426,2055.63 102.694,1824.94
130.446,1824.94 158.198,1740.63 185.949,1696.95 213.701,1654.85 241.453,1615 269.205,1553.61 296.956,1344.96 324.708,1344.96 352.46,1331.2 380.211,1289.95
407.963,1197.35 435.715,1168.49 463.466,1068.19 491.218,1020.34 518.97,970.878 546.722,889.674 574.473,846.862
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="296.956" cy="1344.96" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="324.708" cy="1344.96" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="352.46" cy="1331.2" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="380.211" cy="1289.95" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="407.963" cy="1197.35" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="435.715" cy="1168.49" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="463.466" cy="1068.19" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="491.218" cy="1020.34" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="518.97" cy="970.878" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="546.722" cy="889.674" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="574.473" cy="846.862" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="574.473" cy="846.862" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-27.6546,2055.63 0.0971345,2055.63 27.8488,2055.63 55.6005,1946.1 83.3522,1946.1 111.104,1713.27 138.856,1600.13 166.607,1557.41 194.359,1553.61 222.111,1504
249.862,1441.94 277.614,1437.73 305.366,1378.84 333.118,1329.99 360.869,1303.11 388.621,1288.98
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="305.366" cy="1378.84" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="333.118" cy="1329.99" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="360.869" cy="1303.11" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="388.621" cy="1288.98" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="388.621" cy="1288.98" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-958.511,2326.96 -930.759,2326.96 -903.008,2191.3 -875.256,2191.3 -847.504,2191.3 -819.753,2055.63 -792.001,2055.63 -764.249,2055.63 -736.497,2055.63 -708.746,2055.63
-680.994,2011.96 -653.242,2011.96 -625.491,1946.1 -597.739,1946.1 -569.987,1946.1 -542.236,1946.1 -514.484,1946.1 -486.732,1946.1 -458.98,1946.1 -431.229,1946.1
-403.477,1946.1 -375.725,1946.1 -347.974,1919.97 -320.222,1919.97 -292.47,1919.97 -264.718,1919.97 -236.967,1896.91 -209.215,1896.91 -181.463,1896.91 -153.712,1876.29
-125.96,1857.64 -98.2083,1857.64 -70.4566,1824.94 -42.7049,1810.44 -14.9532,1740.63 12.7985,1704.94 40.5502,1681.89 68.3019,1661.27 96.0537,1642.61 123.805,1620.22
151.557,1565.24 179.309,1546.22 207.06,1512.97 234.812,1476.77 262.564,1471.76 290.316,1410.56 318.067,1394.89 345.819,1296.93 373.571,1291.92 401.322,1244.72
429.074,1147.08 456.826,1119.42 484.578,1057.16 512.329,1018.62 540.081,986.433 567.833,927.088 595.584,899.674 623.336,830.852
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="290.316" cy="1410.56" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="318.067" cy="1394.89" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="345.819" cy="1296.93" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="373.571" cy="1291.92" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="401.322" cy="1244.72" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="429.074" cy="1147.08" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="456.826" cy="1119.42" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="484.578" cy="1057.16" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="512.329" cy="1018.62" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="540.081" cy="986.433" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="567.833" cy="927.088" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="595.584" cy="899.674" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="623.336" cy="830.852" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="623.336" cy="830.852" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-59.2685,2326.96 -31.5168,2326.96 -3.76506,2055.63 23.9866,2055.63 51.7384,2055.63 79.4901,1919.97 107.242,1919.97 134.993,1824.94 162.745,1713.27 190.497,1713.27
218.249,1590.8 246,1522.36 273.752,1484.55 301.504,1339.84 329.255,1288.98 357.007,1255.91 384.759,1255.91 412.51,1138.32 440.262,1096.64 468.014,1064.76
495.766,1032.3
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="301.504" cy="1339.84" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="329.255" cy="1288.98" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="357.007" cy="1255.91" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="384.759" cy="1255.91" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="412.51" cy="1138.32" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="440.262" cy="1096.64" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="468.014" cy="1064.76" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="495.766" cy="1032.3" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="495.766" cy="1032.3" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#009af9; stroke-width:8; stroke-opacity:0.5; fill:none" points="
442.743,1092.67 470.495,1061.38 498.247,991.266 525.999,908.253 553.75,832.074 581.502,768.114 609.254,640.964 637.005,621.436 664.757,564.528 692.509,528.187
720.26,490.374 748.012,424.723 775.764,391.406 803.516,355.326 831.267,326.705 859.019,305.455 886.771,284.118 914.522,269.186 942.274,253.779 970.026,241.749
997.778,232.577 1025.53,230.939 1053.28,173.924 1081.03,153.868 1108.78,147.899 1136.54,141.981 1164.29,136.72 1192.04,131.976 1219.79,130.903 1247.54,129.706
1275.29,128.476 1303.05,124.753 1330.8,124.7 1358.55,124.144 1386.3,122.848 1414.05,121.814 1441.8,120.73 1469.56,119.915 1497.31,118.857 1525.06,117.441
1552.81,116.942 1580.56,116.637 1608.31,116.333 1636.07,115.965 1663.82,115.594 1691.57,115.4 1719.32,115.272 1747.07,115.182 1774.83,115.117 1802.58,115.034
1830.33,115.008 1858.08,114.976 1885.83,114.899 1913.58,114.836 1941.34,114.764 1969.09,114.703 1996.84,114.597 2024.59,114.467 2052.34,114.24 2080.09,114.108
2107.85,113.795 2135.6,113.644
"/>
<circle clip-path="url(#clip7402)" cx="442.743" cy="1092.67" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="470.495" cy="1061.38" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="498.247" cy="991.266" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="525.999" cy="908.253" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="553.75" cy="832.074" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="581.502" cy="768.114" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="609.254" cy="640.964" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="637.005" cy="621.436" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="664.757" cy="564.528" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="692.509" cy="528.187" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="720.26" cy="490.374" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="748.012" cy="424.723" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="775.764" cy="391.406" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="803.516" cy="355.326" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="831.267" cy="326.705" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="859.019" cy="305.455" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="886.771" cy="284.118" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="914.522" cy="269.186" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="942.274" cy="253.779" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="970.026" cy="241.749" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="997.778" cy="232.577" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1025.53" cy="230.939" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1053.28" cy="173.924" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1081.03" cy="153.868" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1108.78" cy="147.899" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1136.54" cy="141.981" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1164.29" cy="136.72" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1192.04" cy="131.976" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1219.79" cy="130.903" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1247.54" cy="129.706" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1275.29" cy="128.476" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1303.05" cy="124.753" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1330.8" cy="124.7" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1358.55" cy="124.144" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1386.3" cy="122.848" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1414.05" cy="121.814" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1441.8" cy="120.73" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1469.56" cy="119.915" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1497.31" cy="118.857" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1525.06" cy="117.441" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1552.81" cy="116.942" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1580.56" cy="116.637" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1608.31" cy="116.333" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1636.07" cy="115.965" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1663.82" cy="115.594" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1691.57" cy="115.4" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1719.32" cy="115.272" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1747.07" cy="115.182" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1774.83" cy="115.117" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1802.58" cy="115.034" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1830.33" cy="115.008" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1858.08" cy="114.976" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1885.83" cy="114.899" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1913.58" cy="114.836" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1941.34" cy="114.764" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1969.09" cy="114.703" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1996.84" cy="114.597" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="2024.59" cy="114.467" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="2052.34" cy="114.24" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="2080.09" cy="114.108" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="2107.85" cy="113.795" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="2135.6" cy="113.644" r="7" fill="#009af9" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="2135.6" cy="113.644" r="10" fill="#009af9" fill-rule="evenodd" fill-opacity="1" stroke="#000000" stroke-opacity="1" stroke-width="0"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-71.9452,2326.96 -44.1935,2326.96 -16.4418,2326.96 11.3099,2326.96 39.0616,2111.94 66.8134,1896.91 94.5651,1896.91 122.317,1824.94 150.068,1721.97 177.82,1636.77
205.572,1546.22 233.324,1509.93 261.075,1439.82 288.827,1421.74 316.579,1377.3 344.33,1293.91 372.082,1261.75 399.834,1226.2
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="288.827" cy="1421.74" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="316.579" cy="1377.3" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="344.33" cy="1293.91" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="372.082" cy="1261.75" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="399.834" cy="1226.2" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="399.834" cy="1226.2" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-116.766,2326.96 -89.0147,2326.96 -61.263,2011.96 -33.5113,1896.91 -5.75956,1896.91 21.9921,1824.94 49.7439,1721.97 77.4956,1713.27 105.247,1689.27 132.999,1681.89
160.751,1631.09 188.502,1600.13 216.254,1561.28 244.006,1498.24 271.757,1448.43 299.509,1394.89 327.261,1368.34 355.013,1336.09
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="299.509" cy="1394.89" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="327.261" cy="1368.34" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="355.013" cy="1336.09" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="355.013" cy="1336.09" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-349.848,2326.96 -322.096,2111.94 -294.344,2111.94 -266.593,2011.96 -238.841,1976.27 -211.089,1946.1 -183.337,1946.1 -155.586,1896.91 -127.834,1876.29 -100.082,1876.29
-72.3306,1857.64 -44.5789,1840.61 -16.8272,1840.61 10.9245,1840.61 38.6762,1810.44 66.4279,1750.66 94.1796,1750.66 121.931,1648.63 149.683,1615 177.435,1565.24
205.186,1535.64 232.938,1509.93 260.69,1466.86 288.442,1416.07 316.193,1377.3 343.945,1284.17 371.697,1243.17 399.448,1201.04
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="288.442" cy="1416.07" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="316.193" cy="1377.3" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="343.945" cy="1284.17" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="371.697" cy="1243.17" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="399.448" cy="1201.04" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="399.448" cy="1201.04" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-84.7198,2191.3 -56.9681,2111.94 -29.2164,1976.27 -1.46465,1976.27 26.2871,1810.44 54.0388,1689.27 81.7905,1689.27 109.542,1642.61 137.294,1577.6 165.046,1565.24
192.797,1504 220.549,1504 248.301,1459.74 276.052,1435.66 303.804,1396.57
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="303.804" cy="1396.57" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="303.804" cy="1396.57" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-26.1516,2111.94 1.60013,2111.94 29.3518,2011.96 57.1035,1919.97 84.8552,1840.61 112.607,1761.25 140.359,1750.66 168.11,1654.85 195.862,1654.85 223.614,1600.13
251.365,1444.08 279.117,1437.73 306.869,1358.37 334.621,1301.02 362.372,1243.94 390.124,1211.9 417.876,1156.25 445.627,1125.24 473.379,1046.44 501.131,1010.71
528.882,975.927 556.634,952.765 584.386,933.476
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="306.869" cy="1358.37" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="334.621" cy="1301.02" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="362.372" cy="1243.94" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="390.124" cy="1211.9" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="417.876" cy="1156.25" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="445.627" cy="1125.24" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="473.379" cy="1046.44" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="501.131" cy="1010.71" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="528.882" cy="975.927" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="556.634" cy="952.765" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="584.386" cy="933.476" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="584.386" cy="933.476" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-23.8996,2326.96 3.85212,2326.96 31.6038,2111.94 59.3555,2055.63 87.1072,2055.63 114.859,1976.27 142.611,1857.64 170.362,1857.64 198.114,1704.94 225.866,1704.94
253.617,1620.22 281.369,1441.94 309.121,1235.61 336.873,1133.86 364.624,1069.46 392.376,1017.64 420.128,1010.01 447.879,1001.08 475.631,988.519 503.383,970.113
531.134,953.465 558.886,935.225 586.638,918.102 614.39,906.314 642.141,893.768 669.893,886.41
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="309.121" cy="1235.61" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="336.873" cy="1133.86" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="364.624" cy="1069.46" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="392.376" cy="1017.64" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="420.128" cy="1010.01" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="447.879" cy="1001.08" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="475.631" cy="988.519" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="503.383" cy="970.113" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="531.134" cy="953.465" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="558.886" cy="935.225" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="586.638" cy="918.102" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="614.39" cy="906.314" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="642.141" cy="893.768" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="669.893" cy="886.41" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="669.893" cy="886.41" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-264.049,2326.96 -236.297,2326.96 -208.545,2326.96 -180.794,2326.96 -153.042,2326.96 -125.29,2191.3 -97.5384,2191.3 -69.7867,2011.96 -42.035,2011.96 -14.2833,2011.96
13.4684,2011.96 41.2201,2011.96 68.9718,2011.96 96.7235,1857.64 124.475,1857.64 152.227,1857.64 179.979,1731.08 207.73,1731.08 235.482,1636.77 263.234,1489.91
290.985,1403.44 318.737,1288.01 346.489,1250.23
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="290.985" cy="1403.44" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="318.737" cy="1288.01" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="346.489" cy="1250.23" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="346.489" cy="1250.23" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-183.359,1976.27 -155.608,1976.27 -127.856,1946.1 -100.104,1876.29 -72.3524,1824.94 -44.6007,1824.94 -16.849,1824.94 10.9027,1810.44 38.6544,1796.93 66.4061,1796.93
94.1578,1772.43 121.91,1772.43 149.661,1772.43 177.413,1674.77 205.165,1674.77 232.916,1620.22 260.668,1532.24 288.42,1405.19 316.171,1290.93 343.923,1171.14
371.675,1108.28 399.427,1021.33 427.178,978.7
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="288.42" cy="1405.19" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="316.171" cy="1290.93" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="343.923" cy="1171.14" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="371.675" cy="1108.28" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="399.427" cy="1021.33" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="427.178" cy="978.7" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="427.178" cy="978.7" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-513.527,2326.96 -485.775,2326.96 -458.023,2326.96 -430.272,2326.96 -402.52,2326.96 -374.768,2326.96 -347.017,2326.96 -319.265,2326.96 -291.513,2326.96 -263.762,2326.96
-236.01,2326.96 -208.258,2326.96 -180.506,2326.96 -152.755,2326.96 -125.003,2326.96 -97.2513,2326.96 -69.4996,2191.3 -41.7479,2191.3 -13.9962,2191.3 13.7555,2191.3
41.5072,2111.94 69.2589,1796.93 97.0106,1796.93 124.762,1565.24 152.514,1542.63 180.266,1528.89 208.017,1525.6 235.769,1504 263.521,1469.29 291.273,1408.75
319.024,1406.96 346.776,1346.26 374.528,1293.91 402.279,1293.91 430.031,1241.64 457.783,1220.63 485.534,1214.55 513.286,1193.73 541.038,1171.67
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="291.273" cy="1408.75" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="319.024" cy="1406.96" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="346.776" cy="1346.26" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="374.528" cy="1293.91" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="402.279" cy="1293.91" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="430.031" cy="1241.64" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="457.783" cy="1220.63" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="485.534" cy="1214.55" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="513.286" cy="1193.73" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="541.038" cy="1171.67" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="541.038" cy="1171.67" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-149.804,2326.96 -122.052,2326.96 -94.3007,2326.96 -66.549,2326.96 -38.7973,2326.96 -11.0456,2191.3 16.7061,2191.3 44.4578,2111.94 72.2095,1876.29 99.9612,1876.29
127.713,1876.29 155.465,1876.29 183.216,1840.61 210.968,1784.3 238.72,1784.3 266.471,1471.76 294.223,1398.26 321.975,1320.61 349.727,1285.12 377.478,1266.9
405.23,1240.11 432.982,1233.4 460.733,1222.01 488.485,1206.72 516.237,1194.33 543.988,1179.31
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="294.223" cy="1398.26" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="321.975" cy="1320.61" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="349.727" cy="1285.12" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="377.478" cy="1266.9" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="405.23" cy="1240.11" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="432.982" cy="1233.4" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="460.733" cy="1222.01" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="488.485" cy="1206.72" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="516.237" cy="1194.33" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="543.988" cy="1179.31" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="543.988" cy="1179.31" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#868d87; stroke-width:8; stroke-opacity:0.5; fill:none" points="
-922.516,2326.96 -894.764,2326.96 -867.012,2326.96 -839.26,2326.96 -811.509,2326.96 -783.757,2326.96 -756.005,2326.96 -728.254,2326.96 -700.502,2326.96 -672.75,2326.96
-644.999,2326.96 -617.247,2326.96 -589.495,2326.96 -561.743,2326.96 -533.992,2326.96 -506.24,2326.96 -478.488,2326.96 -450.737,2326.96 -422.985,2326.96 -395.233,2326.96
-367.482,2326.96 -339.73,2326.96 -311.978,2326.96 -284.226,2326.96 -256.475,2326.96 -228.723,2326.96 -200.971,2326.96 -173.22,2326.96 -145.468,2191.3 -117.716,2191.3
-89.9645,2191.3 -62.2128,2111.94 -34.4611,1976.27 -6.70939,1976.27 21.0423,1976.27 48.794,1976.27 76.5457,1840.61 104.297,1796.93 132.049,1796.93 159.801,1713.27
187.553,1661.27 215.304,1604.96 243.056,1528.89 270.808,1528.89 298.559,1339.84 326.311,1266.9 354.063,1251.03 381.814,1226.2 409.566,1197.35 437.318,1188.41
465.07,1154.29 492.821,1131.23 520.573,1101.81 548.325,1066.62 576.076,1044.76
"/>
<circle clip-path="url(#clip7402)" cx="298.559" cy="1339.84" r="7" fill="#868d87" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="326.311" cy="1266.9" r="7" fill="#868d87" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="354.063" cy="1251.03" r="7" fill="#868d87" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="381.814" cy="1226.2" r="7" fill="#868d87" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="409.566" cy="1197.35" r="7" fill="#868d87" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="437.318" cy="1188.41" r="7" fill="#868d87" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="465.07" cy="1154.29" r="7" fill="#868d87" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="492.821" cy="1131.23" r="7" fill="#868d87" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="520.573" cy="1101.81" r="7" fill="#868d87" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="548.325" cy="1066.62" r="7" fill="#868d87" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="576.076" cy="1044.76" r="7" fill="#868d87" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="576.076" cy="1044.76" r="10" fill="#868d87" fill-rule="evenodd" fill-opacity="1" stroke="#000000" stroke-opacity="1" stroke-width="0"/>
<polyline clip-path="url(#clip7402)" style="stroke:#9b7fe8; stroke-width:8; stroke-opacity:0.5; fill:none" points="
-716.401,2191.3 -688.65,2111.94 -660.898,2111.94 -633.146,2111.94 -605.395,2055.63 -577.643,2011.96 -549.891,2011.96 -522.139,2011.96 -494.388,1976.27 -466.636,1976.27
-438.884,1976.27 -411.133,1976.27 -383.381,1976.27 -355.629,1976.27 -327.878,1976.27 -300.126,1857.64 -272.374,1857.64 -244.622,1857.64 -216.871,1857.64 -189.119,1857.64
-161.367,1857.64 -133.616,1857.64 -105.864,1840.61 -78.1122,1840.61 -50.3605,1840.61 -22.6088,1840.61 5.1429,1840.61 32.8946,1840.61 60.6463,1840.61 88.398,1840.61
116.15,1840.61 143.901,1840.61 171.653,1810.44 199.405,1761.25 227.157,1615 254.908,1535.64 282.66,1425.62 310.412,1374.27 338.163,1298.96 365.915,1286.08
393.667,1218.58 421.418,1164.33 449.17,1057.46 476.922,983.14 504.674,949.988 532.425,936.186 560.177,860.555 587.929,812.521 615.68,812.521 643.432,719.88
671.184,680.735 698.935,679.174 726.687,603.154 754.439,575.048 782.191,542.216 809.942,506.153 837.694,476.6 865.446,452.049 893.197,429.331 920.949,387.407
"/>
<circle clip-path="url(#clip7402)" cx="282.66" cy="1425.62" r="7" fill="#9b7fe8" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="310.412" cy="1374.27" r="7" fill="#9b7fe8" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="338.163" cy="1298.96" r="7" fill="#9b7fe8" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="365.915" cy="1286.08" r="7" fill="#9b7fe8" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="393.667" cy="1218.58" r="7" fill="#9b7fe8" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="421.418" cy="1164.33" r="7" fill="#9b7fe8" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="449.17" cy="1057.46" r="7" fill="#9b7fe8" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="476.922" cy="983.14" r="7" fill="#9b7fe8" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="504.674" cy="949.988" r="7" fill="#9b7fe8" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="532.425" cy="936.186" r="7" fill="#9b7fe8" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="560.177" cy="860.555" r="7" fill="#9b7fe8" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="587.929" cy="812.521" r="7" fill="#9b7fe8" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="615.68" cy="812.521" r="7" fill="#9b7fe8" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="643.432" cy="719.88" r="7" fill="#9b7fe8" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="671.184" cy="680.735" r="7" fill="#9b7fe8" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="698.935" cy="679.174" r="7" fill="#9b7fe8" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="726.687" cy="603.154" r="7" fill="#9b7fe8" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="754.439" cy="575.048" r="7" fill="#9b7fe8" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="782.191" cy="542.216" r="7" fill="#9b7fe8" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="809.942" cy="506.153" r="7" fill="#9b7fe8" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="837.694" cy="476.6" r="7" fill="#9b7fe8" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="865.446" cy="452.049" r="7" fill="#9b7fe8" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="893.197" cy="429.331" r="7" fill="#9b7fe8" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="920.949" cy="387.407" r="7" fill="#9b7fe8" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="920.949" cy="387.407" r="10" fill="#9b7fe8" fill-rule="evenodd" fill-opacity="1" stroke="#000000" stroke-opacity="1" stroke-width="0"/>
<polyline clip-path="url(#clip7402)" style="stroke:#ed5d92; stroke-width:8; stroke-opacity:0.5; fill:none" points="
-644.573,2326.96 -616.822,2055.63 -589.07,2055.63 -561.318,2055.63 -533.567,2011.96 -505.815,1919.97 -478.063,1876.29 -450.312,1840.61 -422.56,1840.61 -394.808,1840.61
-367.056,1840.61 -339.305,1824.94 -311.553,1824.94 -283.801,1810.44 -256.05,1810.44 -228.298,1784.3 -200.546,1784.3 -172.794,1784.3 -145.043,1784.3 -117.291,1784.3
-89.5394,1784.3 -61.7877,1784.3 -34.036,1784.3 -6.28427,1784.3 21.4674,1784.3 49.2191,1784.3 76.9708,1784.3 104.723,1784.3 132.474,1784.3 160.226,1772.43
187.978,1681.89 215.729,1577.6 243.481,1569.27 271.233,1471.76 298.984,1374.27 326.736,1334.85 354.488,1293.91 382.24,1237.1 409.991,1117.79 437.743,1053.33
465.495,1018.87 493.246,967.269 520.998,943.215 548.75,901.279 576.502,848.497 604.253,831.792 632.005,720.2 659.757,676.898 687.508,631.058 715.26,586.622
743.012,539.384 770.763,483.326 798.515,440.782 826.267,390.1 854.019,368.066 881.77,345.929 909.522,315.505
"/>
<circle clip-path="url(#clip7402)" cx="298.984" cy="1374.27" r="7" fill="#ed5d92" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="326.736" cy="1334.85" r="7" fill="#ed5d92" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="354.488" cy="1293.91" r="7" fill="#ed5d92" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="382.24" cy="1237.1" r="7" fill="#ed5d92" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="409.991" cy="1117.79" r="7" fill="#ed5d92" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="437.743" cy="1053.33" r="7" fill="#ed5d92" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="465.495" cy="1018.87" r="7" fill="#ed5d92" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="493.246" cy="967.269" r="7" fill="#ed5d92" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="520.998" cy="943.215" r="7" fill="#ed5d92" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="548.75" cy="901.279" r="7" fill="#ed5d92" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="576.502" cy="848.497" r="7" fill="#ed5d92" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="604.253" cy="831.792" r="7" fill="#ed5d92" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="632.005" cy="720.2" r="7" fill="#ed5d92" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="659.757" cy="676.898" r="7" fill="#ed5d92" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="687.508" cy="631.058" r="7" fill="#ed5d92" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="715.26" cy="586.622" r="7" fill="#ed5d92" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="743.012" cy="539.384" r="7" fill="#ed5d92" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="770.763" cy="483.326" r="7" fill="#ed5d92" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="798.515" cy="440.782" r="7" fill="#ed5d92" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="826.267" cy="390.1" r="7" fill="#ed5d92" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="854.019" cy="368.066" r="7" fill="#ed5d92" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="881.77" cy="345.929" r="7" fill="#ed5d92" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="909.522" cy="315.505" r="7" fill="#ed5d92" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="909.522" cy="315.505" r="10" fill="#ed5d92" fill-rule="evenodd" fill-opacity="1" stroke="#000000" stroke-opacity="1" stroke-width="0"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-133.921,2326.96 -106.169,2111.94 -78.4172,2055.63 -50.6655,2055.63 -22.9138,1946.1 4.83794,1946.1 32.5896,1946.1 60.3413,1896.91 88.093,1654.85 115.845,1581.91
143.596,1577.6 171.348,1487.22 199.1,1487.22 226.852,1448.43 254.603,1427.59 282.355,1427.59 310.107,1299.99 337.858,1264.31 365.61,1191.35 393.362,1191.35
421.113,1160.75 448.865,1145.67 476.617,1145.67 504.369,1112.58 532.12,1099.21 559.872,1067.25 587.624,1046.16
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="310.107" cy="1299.99" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="337.858" cy="1264.31" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="365.61" cy="1191.35" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="393.362" cy="1191.35" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="421.113" cy="1160.75" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="448.865" cy="1145.67" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="476.617" cy="1145.67" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="504.369" cy="1112.58" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="532.12" cy="1099.21" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="559.872" cy="1067.25" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="587.624" cy="1046.16" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="587.624" cy="1046.16" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-184.494,2191.3 -156.742,2191.3 -128.99,2191.3 -101.239,2055.63 -73.4869,1946.1 -45.7352,1896.91 -17.9835,1896.91 9.76818,1824.94 37.5199,1824.94 65.2716,1750.66
93.0233,1661.27 120.775,1648.63 148.527,1609.91 176.278,1561.28 204.03,1532.24 231.782,1487.22 259.534,1457.43 287.285,1419.83 315.037,1372.77 342.789,1325.25
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="287.285" cy="1419.83" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="315.037" cy="1372.77" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="342.789" cy="1325.25" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="342.789" cy="1325.25" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-73.4869,2326.96 -45.7352,2326.96 -17.9835,2111.94 9.76818,1976.27 37.5199,1857.64 65.2716,1689.27 93.0233,1636.77 120.775,1590.8 148.527,1561.28 176.278,1561.28
204.03,1532.24 231.782,1498.24 259.534,1457.43 287.285,1419.83 315.037,1368.34 342.789,1338.58 370.54,1320.61 398.292,1310.57 426.044,1271.3 453.795,1246.28
481.547,1191.94 509.299,1149.93 537.051,1121.48 564.802,1085.65 592.554,1078.88
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="287.285" cy="1419.83" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="315.037" cy="1368.34" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="342.789" cy="1338.58" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="370.54" cy="1320.61" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="398.292" cy="1310.57" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="426.044" cy="1271.3" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="453.795" cy="1246.28" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="481.547" cy="1191.94" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="509.299" cy="1149.93" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="537.051" cy="1121.48" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="564.802" cy="1085.65" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="592.554" cy="1078.88" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="592.554" cy="1078.88" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#3da44d; stroke-width:8; stroke-opacity:0.5; fill:none" points="
-935.64,2326.96 -907.888,2326.96 -880.136,2326.96 -852.385,2191.3 -824.633,2111.94 -796.881,2111.94 -769.13,2111.94 -741.378,2111.94 -713.626,2111.94 -685.875,2111.94
-658.123,2111.94 -630.371,2111.94 -602.619,2111.94 -574.868,2111.94 -547.116,2111.94 -519.364,2111.94 -491.613,2111.94 -463.861,2111.94 -436.109,2111.94 -408.357,2111.94
-380.606,2111.94 -352.854,2111.94 -325.102,2111.94 -297.351,2111.94 -269.599,2111.94 -241.847,2111.94 -214.096,2111.94 -186.344,2111.94 -158.592,2111.94 -130.84,2111.94
-103.089,2111.94 -75.337,2111.94 -47.5853,2011.96 -19.8336,2011.96 7.91807,1674.77 35.6698,1661.27 63.4215,1654.85 91.1732,1636.77 118.925,1609.91 146.677,1590.8
174.428,1539.1 202.18,1519.18 229.932,1487.22 257.683,1464.46 285.435,1421.74 313.187,1401.7 340.939,1391.57 368.69,1356.99 396.442,1338.58 424.194,1295.91
451.945,1251.03 479.697,1191.94 507.449,1156.25 535.2,1111
"/>
<circle clip-path="url(#clip7402)" cx="285.435" cy="1421.74" r="7" fill="#3da44d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="313.187" cy="1401.7" r="7" fill="#3da44d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="340.939" cy="1391.57" r="7" fill="#3da44d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="368.69" cy="1356.99" r="7" fill="#3da44d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="396.442" cy="1338.58" r="7" fill="#3da44d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="424.194" cy="1295.91" r="7" fill="#3da44d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="451.945" cy="1251.03" r="7" fill="#3da44d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="479.697" cy="1191.94" r="7" fill="#3da44d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="507.449" cy="1156.25" r="7" fill="#3da44d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="535.2" cy="1111" r="7" fill="#3da44d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="535.2" cy="1111" r="10" fill="#3da44d" fill-rule="evenodd" fill-opacity="1" stroke="#000000" stroke-opacity="1" stroke-width="0"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-55.6465,2191.3 -27.8948,2191.3 -0.14314,2191.3 27.6086,2191.3 55.3603,2055.63 83.112,2055.63 110.864,1976.27 138.615,1750.66 166.367,1681.89 194.119,1636.77
221.87,1636.77 249.622,1498.24 277.374,1433.61 305.126,1394.89 332.877,1368.34 360.629,1319.47 388.381,1265.17 416.132,1203.54 443.884,1170.08 471.636,1131.23
499.388,1105.21 527.139,1081.9
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="305.126" cy="1394.89" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="332.877" cy="1368.34" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="360.629" cy="1319.47" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="388.381" cy="1265.17" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="416.132" cy="1203.54" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="443.884" cy="1170.08" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="471.636" cy="1131.23" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="499.388" cy="1105.21" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="527.139" cy="1081.9" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="527.139" cy="1081.9" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#00a9ad; stroke-width:8; stroke-opacity:0.5; fill:none" points="
112.996,2191.3 140.748,2011.96 168.5,1761.25 196.251,1674.77 224.003,1590.8 251.755,1522.36 279.506,1435.66 307.258,1361.17 335.01,1250.23 362.761,1160.25
390.513,1077.22 418.265,979.3 446.017,895.456 473.768,808.885 501.52,765.076 529.272,729.023 557.023,670.102 584.775,630.115 612.527,606.61 640.278,589.632
668.03,566.923 695.782,544.895 723.534,522.81 751.285,499.246 779.037,477.045 806.789,459.286 834.54,445.031 862.292,430.225 890.044,416.303 917.796,404.852
945.547,392.122 973.299,382.726 1001.05,373.2 1028.8,360.835
"/>
<circle clip-path="url(#clip7402)" cx="307.258" cy="1361.17" r="7" fill="#00a9ad" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="335.01" cy="1250.23" r="7" fill="#00a9ad" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="362.761" cy="1160.25" r="7" fill="#00a9ad" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="390.513" cy="1077.22" r="7" fill="#00a9ad" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="418.265" cy="979.3" r="7" fill="#00a9ad" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="446.017" cy="895.456" r="7" fill="#00a9ad" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="473.768" cy="808.885" r="7" fill="#00a9ad" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="501.52" cy="765.076" r="7" fill="#00a9ad" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="529.272" cy="729.023" r="7" fill="#00a9ad" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="557.023" cy="670.102" r="7" fill="#00a9ad" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="584.775" cy="630.115" r="7" fill="#00a9ad" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="612.527" cy="606.61" r="7" fill="#00a9ad" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="640.278" cy="589.632" r="7" fill="#00a9ad" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="668.03" cy="566.923" r="7" fill="#00a9ad" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="695.782" cy="544.895" r="7" fill="#00a9ad" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="723.534" cy="522.81" r="7" fill="#00a9ad" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="751.285" cy="499.246" r="7" fill="#00a9ad" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="779.037" cy="477.045" r="7" fill="#00a9ad" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="806.789" cy="459.286" r="7" fill="#00a9ad" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="834.54" cy="445.031" r="7" fill="#00a9ad" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="862.292" cy="430.225" r="7" fill="#00a9ad" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="890.044" cy="416.303" r="7" fill="#00a9ad" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="917.796" cy="404.852" r="7" fill="#00a9ad" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="945.547" cy="392.122" r="7" fill="#00a9ad" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="973.299" cy="382.726" r="7" fill="#00a9ad" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1001.05" cy="373.2" r="7" fill="#00a9ad" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1028.8" cy="360.835" r="7" fill="#00a9ad" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1028.8" cy="360.835" r="10" fill="#00a9ad" fill-rule="evenodd" fill-opacity="1" stroke="#000000" stroke-opacity="1" stroke-width="0"/>
<polyline clip-path="url(#clip7402)" style="stroke:#c271d2; stroke-width:8; stroke-opacity:0.5; fill:none" points="
-215.946,2326.96 -188.194,2326.96 -160.442,2011.96 -132.691,1946.1 -104.939,1946.1 -77.1872,1824.94 -49.4355,1750.66 -21.6837,1689.27 6.06796,1648.63 33.8197,1631.09
61.5714,1631.09 89.3231,1604.96 117.075,1546.22 144.826,1525.6 172.578,1525.6 200.33,1492.65 228.082,1492.65 255.833,1492.65 283.585,1423.67 311.337,1406.96
339.088,1396.57 366.84,1383.52 394.592,1341.11 422.344,1328.79 450.095,1297.94 477.847,1282.28 505.599,1276.71 533.35,1260.06 561.102,1234.14
"/>
<circle clip-path="url(#clip7402)" cx="283.585" cy="1423.67" r="7" fill="#c271d2" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="311.337" cy="1406.96" r="7" fill="#c271d2" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="339.088" cy="1396.57" r="7" fill="#c271d2" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="366.84" cy="1383.52" r="7" fill="#c271d2" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="394.592" cy="1341.11" r="7" fill="#c271d2" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="422.344" cy="1328.79" r="7" fill="#c271d2" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="450.095" cy="1297.94" r="7" fill="#c271d2" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="477.847" cy="1282.28" r="7" fill="#c271d2" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="505.599" cy="1276.71" r="7" fill="#c271d2" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="533.35" cy="1260.06" r="7" fill="#c271d2" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="561.102" cy="1234.14" r="7" fill="#c271d2" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="561.102" cy="1234.14" r="10" fill="#c271d2" fill-rule="evenodd" fill-opacity="1" stroke="#000000" stroke-opacity="1" stroke-width="0"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-85.228,2326.96 -57.4763,2326.96 -29.7246,2326.96 -1.97292,2191.3 25.7788,1976.27 53.5305,1976.27 81.2822,1761.25 109.034,1761.25 136.786,1750.66 164.537,1731.08
192.289,1636.77 220.041,1590.8 247.792,1590.8 275.544,1446.24 303.296,1375.78 331.048,1375.78 358.799,1322.92 386.551,1268.65 414.303,1215.88 442.054,1089.48
469.806,1049.57 497.558,1022.33 525.309,994.267 553.061,951.893
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="303.296" cy="1375.78" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="331.048" cy="1375.78" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="358.799" cy="1322.92" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="386.551" cy="1268.65" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="414.303" cy="1215.88" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="442.054" cy="1089.48" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="469.806" cy="1049.57" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="497.558" cy="1022.33" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="525.309" cy="994.267" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="553.061" cy="951.893" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="553.061" cy="951.893" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-235.016,2326.96 -207.264,2326.96 -179.513,2326.96 -151.761,2326.96 -124.009,2326.96 -96.2576,2191.3 -68.5059,2111.94 -40.7541,2055.63 -13.0024,1946.1 14.7493,1876.29
42.501,1876.29 70.2527,1840.61 98.0044,1796.93 125.756,1740.63 153.508,1620.22 181.259,1590.8 209.011,1522.36 236.763,1522.36 264.515,1462.09 292.266,1408.75
320.018,1372.77 347.77,1332.41 375.521,1296.93 403.273,1245.5 431.025,1242.4 458.777,1187.83 486.528,1138.77 514.28,1051.29 542.032,1043.36 569.783,999.3
597.535,961.52 625.287,903.304
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="292.266" cy="1408.75" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="320.018" cy="1372.77" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="347.77" cy="1332.41" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="375.521" cy="1296.93" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="403.273" cy="1245.5" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="431.025" cy="1242.4" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="458.777" cy="1187.83" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="486.528" cy="1138.77" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="514.28" cy="1051.29" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="542.032" cy="1043.36" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="569.783" cy="999.3" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="597.535" cy="961.52" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="625.287" cy="903.304" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="625.287" cy="903.304" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#00a8cb; stroke-width:8; stroke-opacity:0.5; fill:none" points="
-339.217,2191.3 -311.465,2191.3 -283.714,2191.3 -255.962,2191.3 -228.21,2191.3 -200.458,2191.3 -172.707,2191.3 -144.955,2111.94 -117.203,2111.94 -89.4516,2111.94
-61.6999,2111.94 -33.9482,2111.94 -6.19651,2111.94 21.5552,2111.94 49.3069,2111.94 77.0586,2111.94 104.81,2111.94 132.562,2111.94 160.314,2111.94 188.065,2111.94
215.817,2111.94 243.569,1740.63 271.321,1519.18 299.072,1339.84 326.824,1263.45 354.576,1196.74 382.327,1129.93 410.079,1057.76 437.831,998.195 465.582,951.371
493.334,871.781 521.086,835.788 548.838,795.448 576.589,754.198 604.341,710.688 632.093,674.733 659.844,628.108 687.596,583.869 715.348,541.189 743.099,521.378
770.851,481.194 798.603,481.194 826.355,412.961 854.106,377.6 881.858,346.923 909.61,322.891 937.361,299.661 965.113,275.129 992.865,247.941 1020.62,221.289
1048.37,195.738 1076.12,176.414 1103.87,161.173
"/>
<circle clip-path="url(#clip7402)" cx="299.072" cy="1339.84" r="7" fill="#00a8cb" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="326.824" cy="1263.45" r="7" fill="#00a8cb" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="354.576" cy="1196.74" r="7" fill="#00a8cb" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="382.327" cy="1129.93" r="7" fill="#00a8cb" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="410.079" cy="1057.76" r="7" fill="#00a8cb" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="437.831" cy="998.195" r="7" fill="#00a8cb" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="465.582" cy="951.371" r="7" fill="#00a8cb" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="493.334" cy="871.781" r="7" fill="#00a8cb" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="521.086" cy="835.788" r="7" fill="#00a8cb" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="548.838" cy="795.448" r="7" fill="#00a8cb" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="576.589" cy="754.198" r="7" fill="#00a8cb" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="604.341" cy="710.688" r="7" fill="#00a8cb" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="632.093" cy="674.733" r="7" fill="#00a8cb" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="659.844" cy="628.108" r="7" fill="#00a8cb" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="687.596" cy="583.869" r="7" fill="#00a8cb" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="715.348" cy="541.189" r="7" fill="#00a8cb" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="743.099" cy="521.378" r="7" fill="#00a8cb" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="770.851" cy="481.194" r="7" fill="#00a8cb" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="798.603" cy="481.194" r="7" fill="#00a8cb" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="826.355" cy="412.961" r="7" fill="#00a8cb" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="854.106" cy="377.6" r="7" fill="#00a8cb" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="881.858" cy="346.923" r="7" fill="#00a8cb" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="909.61" cy="322.891" r="7" fill="#00a8cb" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="937.361" cy="299.661" r="7" fill="#00a8cb" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="965.113" cy="275.129" r="7" fill="#00a8cb" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="992.865" cy="247.941" r="7" fill="#00a8cb" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1020.62" cy="221.289" r="7" fill="#00a8cb" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1048.37" cy="195.738" r="7" fill="#00a8cb" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1076.12" cy="176.414" r="7" fill="#00a8cb" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1103.87" cy="161.173" r="7" fill="#00a8cb" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1103.87" cy="161.173" r="10" fill="#00a8cb" fill-rule="evenodd" fill-opacity="1" stroke="#000000" stroke-opacity="1" stroke-width="0"/>
<polyline clip-path="url(#clip7402)" style="stroke:#1ea68c; stroke-width:8; stroke-opacity:0.5; fill:none" points="
-537.277,2191.3 -509.525,2191.3 -481.773,2191.3 -454.022,2191.3 -426.27,2055.63 -398.518,2055.63 -370.767,1946.1 -343.015,1946.1 -315.263,1857.64 -287.511,1796.93
-259.76,1740.63 -232.008,1740.63 -204.256,1740.63 -176.505,1721.97 -148.753,1721.97 -121.001,1721.97 -93.2495,1696.95 -65.4978,1696.95 -37.7461,1689.27 -9.99439,1689.27
17.7573,1689.27 45.509,1674.77 73.2607,1674.77 101.012,1667.9 128.764,1590.8 156.516,1528.89 184.268,1506.95 212.019,1484.55 239.771,1459.74 267.523,1437.73
295.274,1416.07 323.026,1386.7 350.778,1350.21 378.529,1334.85 406.281,1321.76 434.033,1301.02 461.785,1276.71 489.536,1264.31 517.288,1253.45 545.04,1241.64
572.791,1228.34 600.543,1215.21 628.295,1191.35 656.046,1174.91 683.798,1144.74 711.55,1126.51 739.302,1109.83 767.053,1106.35 794.805,1081.23 822.557,1062.6
850.308,1062.6 878.06,1044.48 905.812,1025.34 933.564,1009.3 961.315,1009.3 989.067,1000.41 1016.82,997.974 1044.57,990.416 1072.32,982.325 1100.07,973.58
1127.83,956.113 1155.58,951.371
"/>
<circle clip-path="url(#clip7402)" cx="295.274" cy="1416.07" r="7" fill="#1ea68c" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="323.026" cy="1386.7" r="7" fill="#1ea68c" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="350.778" cy="1350.21" r="7" fill="#1ea68c" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="378.529" cy="1334.85" r="7" fill="#1ea68c" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="406.281" cy="1321.76" r="7" fill="#1ea68c" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="434.033" cy="1301.02" r="7" fill="#1ea68c" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="461.785" cy="1276.71" r="7" fill="#1ea68c" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="489.536" cy="1264.31" r="7" fill="#1ea68c" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="517.288" cy="1253.45" r="7" fill="#1ea68c" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="545.04" cy="1241.64" r="7" fill="#1ea68c" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="572.791" cy="1228.34" r="7" fill="#1ea68c" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="600.543" cy="1215.21" r="7" fill="#1ea68c" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="628.295" cy="1191.35" r="7" fill="#1ea68c" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="656.046" cy="1174.91" r="7" fill="#1ea68c" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="683.798" cy="1144.74" r="7" fill="#1ea68c" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="711.55" cy="1126.51" r="7" fill="#1ea68c" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="739.302" cy="1109.83" r="7" fill="#1ea68c" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="767.053" cy="1106.35" r="7" fill="#1ea68c" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="794.805" cy="1081.23" r="7" fill="#1ea68c" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="822.557" cy="1062.6" r="7" fill="#1ea68c" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="850.308" cy="1062.6" r="7" fill="#1ea68c" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="878.06" cy="1044.48" r="7" fill="#1ea68c" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="905.812" cy="1025.34" r="7" fill="#1ea68c" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="933.564" cy="1009.3" r="7" fill="#1ea68c" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="961.315" cy="1009.3" r="7" fill="#1ea68c" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="989.067" cy="1000.41" r="7" fill="#1ea68c" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1016.82" cy="997.974" r="7" fill="#1ea68c" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1044.57" cy="990.416" r="7" fill="#1ea68c" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1072.32" cy="982.325" r="7" fill="#1ea68c" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1100.07" cy="973.58" r="7" fill="#1ea68c" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1127.83" cy="956.113" r="7" fill="#1ea68c" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1155.58" cy="951.371" r="7" fill="#1ea68c" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1155.58" cy="951.371" r="10" fill="#1ea68c" fill-rule="evenodd" fill-opacity="1" stroke="#000000" stroke-opacity="1" stroke-width="0"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-232.288,2326.96 -204.537,2326.96 -176.785,2326.96 -149.033,2326.96 -121.282,2326.96 -93.5298,2326.96 -65.7781,2326.96 -38.0264,2326.96 -10.2747,2326.96 17.477,2326.96
45.2287,2326.96 72.9804,2326.96 100.732,1919.97 128.484,1772.43 156.236,1636.77 183.987,1553.61 211.739,1498.24 239.491,1457.43 267.242,1457.43 294.994,1403.44
322.746,1378.84
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="294.994" cy="1403.44" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="322.746" cy="1378.84" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="322.746" cy="1378.84" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#47988b; stroke-width:8; stroke-opacity:0.5; fill:none" points="
-520.619,2326.96 -492.867,2326.96 -465.115,2191.3 -437.364,2191.3 -409.612,2111.94 -381.86,2055.63 -354.109,2055.63 -326.357,2055.63 -298.605,2055.63 -270.853,1857.64
-243.102,1840.61 -215.35,1796.93 -187.598,1796.93 -159.847,1784.3 -132.095,1750.66 -104.343,1713.27 -76.5916,1704.94 -48.8399,1704.94 -21.0882,1696.95 6.66354,1681.89
34.4152,1674.77 62.1669,1674.77 89.9187,1674.77 117.67,1674.77 145.422,1674.77 173.174,1667.9 200.925,1661.27 228.677,1654.85 256.429,1654.85 284.181,1417.94
311.932,1286.08 339.684,1138.77 367.436,1074.28 395.187,1010.71 422.939,979.5 450.691,929.556 478.443,863.634 506.194,808.801 533.946,750.371 561.698,716.978
589.449,687.872 617.201,652.79 644.953,637.025 672.704,621.404 700.456,605.807 728.208,592.94 755.96,585.495 783.711,581.154 811.463,580.24 839.215,574.035
866.966,571.179 894.718,568.462 922.47,565.855 950.221,564.024 977.973,562.257 1005.72,560.271 1033.48,558.096 1061.23,554.591 1088.98,552.613 1116.73,549.315
1144.48,545.745 1172.24,545.745
"/>
<circle clip-path="url(#clip7402)" cx="284.181" cy="1417.94" r="7" fill="#47988b" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="311.932" cy="1286.08" r="7" fill="#47988b" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="339.684" cy="1138.77" r="7" fill="#47988b" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="367.436" cy="1074.28" r="7" fill="#47988b" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="395.187" cy="1010.71" r="7" fill="#47988b" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="422.939" cy="979.5" r="7" fill="#47988b" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="450.691" cy="929.556" r="7" fill="#47988b" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="478.443" cy="863.634" r="7" fill="#47988b" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="506.194" cy="808.801" r="7" fill="#47988b" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="533.946" cy="750.371" r="7" fill="#47988b" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="561.698" cy="716.978" r="7" fill="#47988b" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="589.449" cy="687.872" r="7" fill="#47988b" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="617.201" cy="652.79" r="7" fill="#47988b" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="644.953" cy="637.025" r="7" fill="#47988b" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="672.704" cy="621.404" r="7" fill="#47988b" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="700.456" cy="605.807" r="7" fill="#47988b" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="728.208" cy="592.94" r="7" fill="#47988b" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="755.96" cy="585.495" r="7" fill="#47988b" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="783.711" cy="581.154" r="7" fill="#47988b" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="811.463" cy="580.24" r="7" fill="#47988b" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="839.215" cy="574.035" r="7" fill="#47988b" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="866.966" cy="571.179" r="7" fill="#47988b" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="894.718" cy="568.462" r="7" fill="#47988b" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="922.47" cy="565.855" r="7" fill="#47988b" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="950.221" cy="564.024" r="7" fill="#47988b" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="977.973" cy="562.257" r="7" fill="#47988b" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1005.72" cy="560.271" r="7" fill="#47988b" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1033.48" cy="558.096" r="7" fill="#47988b" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1061.23" cy="554.591" r="7" fill="#47988b" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1088.98" cy="552.613" r="7" fill="#47988b" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1116.73" cy="549.315" r="7" fill="#47988b" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1144.48" cy="545.745" r="7" fill="#47988b" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1172.24" cy="545.745" r="7" fill="#47988b" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="1172.24" cy="545.745" r="10" fill="#47988b" fill-rule="evenodd" fill-opacity="1" stroke="#000000" stroke-opacity="1" stroke-width="0"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-239.997,2326.96 -212.245,1857.64 -184.494,1689.27 -156.742,1590.8 -128.99,1581.91 -101.239,1581.91 -73.4869,1581.91 -45.7352,1539.1 -17.9835,1539.1 9.76818,1539.1
37.5199,1532.24 65.2716,1532.24 93.0233,1522.36 120.775,1512.97 148.527,1512.97 176.278,1498.24 204.03,1489.91 231.782,1469.29 259.534,1469.29 287.285,1417.94
315.037,1403.44 342.789,1385.1 370.54,1374.27 398.292,1356.99 426.044,1348.89 453.795,1334.85 481.547,1314.97 509.299,1302.06 537.051,1301.02
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="287.285" cy="1417.94" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="315.037" cy="1403.44" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="342.789" cy="1385.1" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="370.54" cy="1374.27" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="398.292" cy="1356.99" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="426.044" cy="1348.89" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="453.795" cy="1334.85" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="481.547" cy="1314.97" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="509.299" cy="1302.06" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="537.051" cy="1301.02" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="537.051" cy="1301.02" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-204.66,2326.96 -176.908,2326.96 -149.157,2326.96 -121.405,2326.96 -93.6532,2326.96 -65.9015,2326.96 -38.1498,2191.3 -10.3981,1976.27 17.3536,1919.97 45.1054,1876.29
72.8571,1876.29 100.609,1772.43 128.36,1689.27 156.112,1661.27 183.864,1636.77 211.616,1565.24 239.367,1492.65 267.119,1455.14 294.871,1405.19 322.622,1383.52
350.374,1361.17 378.126,1310.57
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="294.871" cy="1405.19" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="322.622" cy="1383.52" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="350.374" cy="1361.17" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="378.126" cy="1310.57" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="378.126" cy="1310.57" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-339.305,2326.96 -311.553,2326.96 -283.801,2326.96 -256.05,2326.96 -228.298,2326.96 -200.546,2191.3 -172.794,2191.3 -145.043,2191.3 -117.291,2055.63 -89.5394,1876.29
-61.7877,1824.94 -34.036,1824.94 -6.28427,1824.94 21.4674,1784.3 49.2191,1721.97 76.9708,1721.97 104.723,1648.63 132.474,1648.63 160.226,1600.13 187.978,1522.36
215.729,1522.36 243.481,1476.77 271.233,1439.82 298.984,1406.96 326.736,1406.96 354.488,1389.93 382.24,1369.8 409.991,1337.33 437.743,1329.99 465.495,1303.11
493.246,1247.85 520.998,1233.4
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="298.984" cy="1406.96" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="326.736" cy="1406.96" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="354.488" cy="1389.93" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="382.24" cy="1369.8" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="409.991" cy="1337.33" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="437.743" cy="1329.99" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="465.495" cy="1303.11" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="493.246" cy="1247.85" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="520.998" cy="1233.4" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="520.998" cy="1233.4" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-335.741,2326.96 -307.989,2326.96 -280.237,2326.96 -252.485,2326.96 -224.734,2326.96 -196.982,2326.96 -169.23,2326.96 -141.479,2326.96 -113.727,2326.96 -85.9752,2326.96
-58.2235,2326.96 -30.4718,2326.96 -2.72008,2111.94 25.0316,2111.94 52.7833,1976.27 80.535,1919.97 108.287,1840.61 136.038,1772.43 163.79,1696.95 191.542,1681.89
219.294,1625.58 247.045,1565.24 274.797,1462.09 302.549,1355.61 330.3,1311.66
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="302.549" cy="1355.61" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="330.3" cy="1311.66" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="330.3" cy="1311.66" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-171.499,2326.96 -143.747,2326.96 -115.995,2326.96 -88.2438,2326.96 -60.4921,2326.96 -32.7404,2326.96 -4.98868,2191.3 22.763,2191.3 50.5147,2111.94 78.2664,2111.94
106.018,2011.96 133.77,1946.1 161.522,1750.66 189.273,1636.77 217.025,1557.41 244.777,1528.89 272.528,1476.77 300.28,1359.76 328.032,1287.04 355.783,1189
383.535,1116.98 411.287,1053.33 439.039,1019.11 466.79,1001.08
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="300.28" cy="1359.76" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="328.032" cy="1287.04" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="355.783" cy="1189" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="383.535" cy="1116.98" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="411.287" cy="1053.33" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="439.039" cy="1019.11" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="466.79" cy="1001.08" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="466.79" cy="1001.08" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-912.205,2111.94 -884.453,2055.63 -856.702,2055.63 -828.95,2055.63 -801.198,1946.1 -773.447,1919.97 -745.695,1919.97 -717.943,1919.97 -690.191,1919.97 -662.44,1919.97
-634.688,1876.29 -606.936,1840.61 -579.185,1840.61 -551.433,1840.61 -523.681,1784.3 -495.93,1784.3 -468.178,1761.25 -440.426,1761.25 -412.674,1761.25 -384.923,1750.66
-357.171,1750.66 -329.419,1721.97 -301.668,1721.97 -273.916,1721.97 -246.164,1721.97 -218.412,1721.97 -190.661,1721.97 -162.909,1721.97 -135.157,1721.97 -107.406,1721.97
-79.654,1721.97 -51.9023,1721.97 -24.1506,1721.97 3.60114,1713.27 31.3528,1713.27 59.1045,1696.95 86.8562,1667.9 114.608,1667.9 142.36,1625.58 170.111,1561.28
197.863,1561.28 225.615,1462.09 253.366,1439.82 281.118,1427.59 308.87,1394.89 336.622,1375.78 364.373,1347.57 392.125,1347.57 419.877,1292.91 447.628,1255.91
475.38,1141.04 503.132,1086.34 530.884,1052.45 558.635,1021.08 586.387,995.567 614.139,969.16 641.89,942.054 669.642,922.693 697.394,893.251
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="308.87" cy="1394.89" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="336.622" cy="1375.78" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="364.373" cy="1347.57" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="392.125" cy="1347.57" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="419.877" cy="1292.91" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="447.628" cy="1255.91" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="475.38" cy="1141.04" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="503.132" cy="1086.34" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="530.884" cy="1052.45" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="558.635" cy="1021.08" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="586.387" cy="995.567" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="614.139" cy="969.16" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="641.89" cy="942.054" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="669.642" cy="922.693" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="697.394" cy="893.251" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="697.394" cy="893.251" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-149.94,2111.94 -122.188,2111.94 -94.4367,2111.94 -66.685,2011.96 -38.9333,1976.27 -11.1816,1976.27 16.5701,1840.61 44.3218,1761.25 72.0735,1731.08 99.8252,1661.27
127.577,1615 155.329,1615 183.08,1549.88 210.832,1512.97 238.584,1487.22 266.335,1446.24 294.087,1412.38
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="294.087" cy="1412.38" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="294.087" cy="1412.38" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-252.393,2326.96 -224.641,2055.63 -196.89,2011.96 -169.138,2011.96 -141.386,2011.96 -113.634,2011.96 -85.8827,2011.96 -58.131,1976.27 -30.3793,1976.27 -2.62758,1946.1
25.1241,1946.1 52.8758,1946.1 80.6275,1919.97 108.379,1840.61 136.131,1840.61 163.883,1689.27 191.634,1600.13 219.386,1549.88 247.138,1464.46 274.889,1439.82
302.641,1393.22 330.393,1328.79 358.145,1287.04 385.896,1245.5 413.648,1200.42
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="302.641" cy="1393.22" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="330.393" cy="1328.79" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="358.145" cy="1287.04" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="385.896" cy="1245.5" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="413.648" cy="1200.42" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="413.648" cy="1200.42" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-116.965,2326.96 -89.2129,2326.96 -61.4612,2111.94 -33.7095,2111.94 -5.95778,2111.94 21.7939,1976.27 49.5456,1840.61 77.2973,1713.27 105.049,1713.27 132.801,1661.27
160.552,1661.27 188.304,1565.24 216.056,1506.95 243.808,1469.29 271.559,1437.73 299.311,1408.75
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="299.311" cy="1408.75" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="299.311" cy="1408.75" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-250.465,2326.96 -222.713,2326.96 -194.961,2326.96 -167.21,2191.3 -139.458,2191.3 -111.706,2191.3 -83.9547,2191.3 -56.203,2191.3 -28.4513,2111.94 -0.699565,2011.96
27.0521,1976.27 54.8038,1946.1 82.5555,1772.43 110.307,1674.77 138.059,1667.9 165.811,1615 193.562,1565.24 221.314,1516.05 249.066,1476.77 276.817,1433.61
304.569,1398.26 332.321,1355.61
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="304.569" cy="1398.26" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="332.321" cy="1355.61" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="332.321" cy="1355.61" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#00a98d; stroke-width:8; stroke-opacity:0.5; fill:none" points="
77.5386,2326.96 105.29,2326.96 133.042,1976.27 160.794,1876.29 188.545,1761.25 216.297,1704.94 244.049,1615 271.801,1464.46 299.552,1377.3 327.304,1302.06
355.056,1234.87 382.807,1197.35 410.559,1163.3 438.311,1109.44 466.062,1109.44 493.814,1017.16 521.566,982.528 549.318,949.644 577.069,906.866 604.821,869.826
632.573,833.684 660.324,798.206 688.076,759.725 715.828,722.073 743.58,693.274 771.331,669.402
"/>
<circle clip-path="url(#clip7402)" cx="299.552" cy="1377.3" r="7" fill="#00a98d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="327.304" cy="1302.06" r="7" fill="#00a98d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="355.056" cy="1234.87" r="7" fill="#00a98d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="382.807" cy="1197.35" r="7" fill="#00a98d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="410.559" cy="1163.3" r="7" fill="#00a98d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="438.311" cy="1109.44" r="7" fill="#00a98d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="466.062" cy="1109.44" r="7" fill="#00a98d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="493.814" cy="1017.16" r="7" fill="#00a98d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="521.566" cy="982.528" r="7" fill="#00a98d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="549.318" cy="949.644" r="7" fill="#00a98d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="577.069" cy="906.866" r="7" fill="#00a98d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="604.821" cy="869.826" r="7" fill="#00a98d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="632.573" cy="833.684" r="7" fill="#00a98d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="660.324" cy="798.206" r="7" fill="#00a98d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="688.076" cy="759.725" r="7" fill="#00a98d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="715.828" cy="722.073" r="7" fill="#00a98d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="743.58" cy="693.274" r="7" fill="#00a98d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="771.331" cy="669.402" r="7" fill="#00a98d" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="771.331" cy="669.402" r="10" fill="#00a98d" fill-rule="evenodd" fill-opacity="1" stroke="#000000" stroke-opacity="1" stroke-width="0"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-354.519,2326.96 -326.767,2326.96 -299.016,2326.96 -271.264,2326.96 -243.512,2326.96 -215.761,2111.94 -188.009,2111.94 -160.257,2055.63 -132.506,2011.96 -104.754,2011.96
-77.0021,2011.96 -49.2504,2011.96 -21.4987,2011.96 6.25297,2011.96 34.0047,2011.96 61.7564,1976.27 89.5081,1919.97 117.26,1919.97 145.011,1840.61 172.763,1740.63
200.515,1674.77 228.267,1609.91 256.018,1553.61 283.77,1421.74 311.522,1421.74
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="283.77" cy="1421.74" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="311.522" cy="1421.74" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="311.522" cy="1421.74" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-397.257,2326.96 -369.505,2326.96 -341.753,2326.96 -314.002,2326.96 -286.25,2326.96 -258.498,2326.96 -230.747,2326.96 -202.995,2326.96 -175.243,2326.96 -147.491,2111.94
-119.74,2111.94 -91.9881,2111.94 -64.2364,2111.94 -36.4847,1946.1 -8.73295,1946.1 19.0188,1946.1 46.7705,1810.44 74.5222,1810.44 102.274,1810.44 130.026,1761.25
157.777,1689.27 185.529,1631.09 213.281,1569.27 241.032,1504 268.784,1457.43 296.536,1398.26 324.287,1365.44
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="296.536" cy="1398.26" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="324.287" cy="1365.44" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="324.287" cy="1365.44" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#af78dd; stroke-width:8; stroke-opacity:0.5; fill:none" points="
43.4667,2326.96 71.2184,2326.96 98.9701,1976.27 126.722,1796.93 154.473,1750.66 182.225,1696.95 209.977,1648.63 237.729,1539.1 265.48,1452.88 293.232,1410.56
320.984,1350.21 348.735,1314.97 376.487,1285.12 404.239,1154.29 431.991,1075.58 459.742,1044.2 487.494,975.73 515.246,958.079 542.997,935.865 570.749,918.688
598.501,900.475 626.252,889.168 654.004,865.863 681.756,847.882 709.508,828.06 737.259,804.822 765.011,786.354
"/>
<circle clip-path="url(#clip7402)" cx="293.232" cy="1410.56" r="7" fill="#af78dd" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="320.984" cy="1350.21" r="7" fill="#af78dd" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="348.735" cy="1314.97" r="7" fill="#af78dd" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="376.487" cy="1285.12" r="7" fill="#af78dd" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="404.239" cy="1154.29" r="7" fill="#af78dd" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="431.991" cy="1075.58" r="7" fill="#af78dd" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="459.742" cy="1044.2" r="7" fill="#af78dd" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="487.494" cy="975.73" r="7" fill="#af78dd" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="515.246" cy="958.079" r="7" fill="#af78dd" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="542.997" cy="935.865" r="7" fill="#af78dd" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="570.749" cy="918.688" r="7" fill="#af78dd" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="598.501" cy="900.475" r="7" fill="#af78dd" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="626.252" cy="889.168" r="7" fill="#af78dd" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="654.004" cy="865.863" r="7" fill="#af78dd" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="681.756" cy="847.882" r="7" fill="#af78dd" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="709.508" cy="828.06" r="7" fill="#af78dd" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="737.259" cy="804.822" r="7" fill="#af78dd" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="765.011" cy="786.354" r="7" fill="#af78dd" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="765.011" cy="786.354" r="10" fill="#af78dd" fill-rule="evenodd" fill-opacity="1" stroke="#000000" stroke-opacity="1" stroke-width="0"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-232.586,2191.3 -204.834,2191.3 -177.082,2191.3 -149.33,2055.63 -121.579,2055.63 -93.827,2055.63 -66.0753,2011.96 -38.3236,2011.96 -10.5719,2011.96 17.1798,1976.27
44.9315,1976.27 72.6832,1976.27 100.435,1976.27 128.187,1784.3 155.938,1750.66 183.69,1740.63 211.442,1674.77 239.193,1654.85 266.945,1549.88 294.697,1365.44
322.449,1257.56 350.2,1211.25 377.952,1129.5 405.704,1110.22 433.455,1036.54 461.207,1024.58 488.959,1001.08
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="294.697" cy="1365.44" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="322.449" cy="1257.56" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="350.2" cy="1211.25" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="377.952" cy="1129.5" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="405.704" cy="1110.22" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="433.455" cy="1036.54" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="461.207" cy="1024.58" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="488.959" cy="1001.08" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="488.959" cy="1001.08" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
43.754,2326.96 71.5057,1919.97 99.2574,1857.64 127.009,1681.89 154.761,1625.58 182.512,1590.8 210.264,1542.63 238.016,1498.24 265.768,1455.14 293.519,1408.75
321.271,1364 349.023,1289.95 376.774,1202.29 404.526,1183.24
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="293.519" cy="1408.75" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="321.271" cy="1364" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="349.023" cy="1289.95" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="376.774" cy="1202.29" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="404.526" cy="1183.24" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="404.526" cy="1183.24" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-7.39013,2326.96 20.3616,2326.96 48.1133,1976.27 75.865,1946.1 103.617,1857.64 131.368,1857.64 159.12,1796.93 186.872,1674.77 214.624,1615 242.375,1590.8
270.127,1455.14 297.879,1394.89 325.63,1352.89 353.382,1259.22 381.134,1259.22 408.885,1199.19 436.637,1173.28 464.389,1156.75
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="297.879" cy="1394.89" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="325.63" cy="1352.89" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="353.382" cy="1259.22" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="381.134" cy="1259.22" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="408.885" cy="1199.19" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="436.637" cy="1173.28" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="464.389" cy="1156.75" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="464.389" cy="1156.75" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-931.92,2326.96 -904.168,2326.96 -876.417,2326.96 -848.665,2191.3 -820.913,2191.3 -793.161,2191.3 -765.41,2191.3 -737.658,2191.3 -709.906,2111.94 -682.155,2111.94
-654.403,2111.94 -626.651,2111.94 -598.9,2111.94 -571.148,2111.94 -543.396,2111.94 -515.644,2111.94 -487.893,2111.94 -460.141,2111.94 -432.389,2111.94 -404.638,2111.94
-376.886,2111.94 -349.134,2111.94 -321.382,2111.94 -293.631,2111.94 -265.879,2111.94 -238.127,2111.94 -210.376,2111.94 -182.624,2111.94 -154.872,2111.94 -127.121,2111.94
-99.3688,2111.94 -71.6171,2111.94 -43.8654,2111.94 -16.1137,2111.94 11.638,2111.94 39.3897,2111.94 67.1414,2011.96 94.8931,1976.27 122.645,1876.29 150.396,1740.63
178.148,1642.61 205.9,1565.24 233.652,1553.61 261.403,1512.97 289.155,1405.19 316.907,1359.76 344.658,1356.99 372.41,1303.11 400.162,1288.01 427.914,1273.99
455.665,1262.6 483.417,1206.08 511.169,1164.33 538.92,1126.08
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="289.155" cy="1405.19" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="316.907" cy="1359.76" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="344.658" cy="1356.99" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="372.41" cy="1303.11" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="400.162" cy="1288.01" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="427.914" cy="1273.99" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="455.665" cy="1262.6" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="483.417" cy="1206.08" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="511.169" cy="1164.33" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="538.92" cy="1126.08" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="538.92" cy="1126.08" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
7.52162,2326.96 35.2733,2326.96 63.025,2011.96 90.7767,2011.96 118.528,1857.64 146.28,1784.3 174.032,1721.97 201.784,1654.85 229.535,1565.24 257.287,1501.1
285.039,1419.83 312.79,1391.57 340.542,1313.86 368.294,1255.91 396.045,1245.5 423.797,1177.65 451.549,1142.42 479.301,1097 507.052,1064.14 534.804,1031.51
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="285.039" cy="1419.83" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="312.79" cy="1391.57" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="340.542" cy="1313.86" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="368.294" cy="1255.91" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="396.045" cy="1245.5" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="423.797" cy="1177.65" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="451.549" cy="1142.42" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="479.301" cy="1097" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="507.052" cy="1064.14" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="534.804" cy="1031.51" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="534.804" cy="1031.51" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-16.3254,2191.3 11.4263,2191.3 39.178,2011.96 66.9297,1919.97 94.6814,1824.94 122.433,1740.63 150.185,1661.27 177.937,1661.27 205.688,1600.13 233.44,1528.89
261.192,1528.89 288.943,1403.44 316.695,1322.92 344.447,1250.23 372.198,1191.35 399.95,1132.11 427.702,1132.11 455.454,1022.33 483.205,971.07 510.957,926.629
538.709,882.954 566.46,833.494
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="288.943" cy="1403.44" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="316.695" cy="1322.92" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="344.447" cy="1250.23" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="372.198" cy="1191.35" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="399.95" cy="1132.11" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="427.702" cy="1132.11" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="455.454" cy="1022.33" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="483.205" cy="971.07" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="510.957" cy="926.629" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="538.709" cy="882.954" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="566.46" cy="833.494" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="566.46" cy="833.494" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-3.71899,2326.96 24.0327,2111.94 51.7844,2111.94 79.5361,1946.1 107.288,1919.97 135.04,1919.97 162.791,1919.97 190.543,1919.97 218.295,1796.93 246.046,1761.25
273.798,1704.94 301.55,1237.1 329.301,1237.1 357.053,1197.96 384.805,1187.83 412.557,1153.8 440.308,1136.08 468.06,1136.08 495.812,1130.37 523.563,1126.93
551.315,1122.72 579.067,1118.19 606.818,1112.97 634.57,1110.22
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="301.55" cy="1237.1" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="329.301" cy="1237.1" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="357.053" cy="1197.96" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="384.805" cy="1187.83" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="412.557" cy="1153.8" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="440.308" cy="1136.08" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="468.06" cy="1136.08" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="495.812" cy="1130.37" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="523.563" cy="1126.93" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="551.315" cy="1122.72" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="579.067" cy="1118.19" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="606.818" cy="1112.97" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="634.57" cy="1110.22" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="634.57" cy="1110.22" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-170.346,2326.96 -142.594,2326.96 -114.842,2111.94 -87.0907,2111.94 -59.339,2111.94 -31.5873,2111.94 -3.83559,2111.94 23.9161,2055.63 51.6678,1976.27 79.4195,1896.91
107.171,1896.91 134.923,1796.93 162.675,1796.93 190.426,1696.95 218.178,1581.91 245.93,1565.24 273.681,1448.43 301.433,1385.1 329.185,1372.77 356.937,1336.09
384.688,1306.27 412.44,1238.6 440.192,1226.2 467.943,1205.44 495.695,1171.14 523.447,1138.77 551.198,1082.92
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="301.433" cy="1385.1" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="329.185" cy="1372.77" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="356.937" cy="1336.09" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="384.688" cy="1306.27" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="412.44" cy="1238.6" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="440.192" cy="1226.2" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="467.943" cy="1205.44" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="495.695" cy="1171.14" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="523.447" cy="1138.77" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="551.198" cy="1082.92" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="551.198" cy="1082.92" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-977.73,2191.3 -949.978,2191.3 -922.227,2191.3 -894.475,2191.3 -866.723,2191.3 -838.971,2191.3 -811.22,2191.3 -783.468,2191.3 -755.716,2191.3 -727.965,2191.3
-700.213,2191.3 -672.461,2191.3 -644.709,2191.3 -616.958,2191.3 -589.206,2191.3 -561.454,2191.3 -533.703,2191.3 -505.951,2191.3 -478.199,2191.3 -450.448,2191.3
-422.696,2191.3 -394.944,2191.3 -367.192,2191.3 -339.441,2191.3 -311.689,2191.3 -283.937,2191.3 -256.186,2191.3 -228.434,2191.3 -200.682,2191.3 -172.931,2191.3
-145.179,2191.3 -117.427,2111.94 -89.6754,2111.94 -61.9237,2111.94 -34.172,2055.63 -6.42031,1824.94 21.3314,1824.94 49.0831,1772.43 76.8348,1772.43 104.587,1740.63
132.338,1740.63 160.09,1674.77 187.842,1581.91 215.593,1528.89 243.345,1516.05 271.097,1446.24 298.848,1399.97 326.6,1350.21 354.352,1290.93 382.104,1243.94
409.855,1206.72 437.607,1171.14 465.359,1136.52
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="298.848" cy="1399.97" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="326.6" cy="1350.21" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="354.352" cy="1290.93" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="382.104" cy="1243.94" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="409.855" cy="1206.72" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="437.607" cy="1171.14" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="465.359" cy="1136.52" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="465.359" cy="1136.52" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-187.798,2326.96 -160.046,2326.96 -132.294,2326.96 -104.542,2326.96 -76.7907,1919.97 -49.039,1876.29 -21.2873,1784.3 6.46441,1731.08 34.2161,1731.08 61.9678,1713.27
89.7195,1625.58 117.471,1625.58 145.223,1557.41 172.975,1519.18 200.726,1498.24 228.478,1469.29 256.23,1469.29 283.981,1423.67 311.733,1408.75 339.485,1408.75
367.237,1391.57 394.988,1391.57 422.74,1354.25 450.492,1354.25 478.243,1316.09 505.995,1303.11
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="283.981" cy="1423.67" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="311.733" cy="1408.75" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="339.485" cy="1408.75" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="367.237" cy="1391.57" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="394.988" cy="1391.57" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="422.74" cy="1354.25" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="450.492" cy="1354.25" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="478.243" cy="1316.09" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="505.995" cy="1303.11" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="505.995" cy="1303.11" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-45.4631,2326.96 -17.7114,2326.96 10.0403,2326.96 37.792,2011.96 65.5437,2011.96 93.2954,2011.96 121.047,1857.64 148.799,1796.93 176.55,1740.63 204.302,1731.08
232.054,1581.91 259.806,1455.14 287.557,1419.83 315.309,1419.83 343.061,1393.22 370.812,1320.61 398.564,1320.61 426.316,1228.34 454.068,1183.81 481.819,1158.24
509.571,1106.35 537.323,1087.73
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="287.557" cy="1419.83" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="315.309" cy="1419.83" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="343.061" cy="1393.22" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="370.812" cy="1320.61" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="398.564" cy="1320.61" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="426.316" cy="1228.34" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="454.068" cy="1183.81" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="481.819" cy="1158.24" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="509.571" cy="1106.35" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="537.323" cy="1087.73" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="537.323" cy="1087.73" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-73.9495,2326.96 -46.1978,2326.96 -18.446,2326.96 9.30565,2326.96 37.0574,2011.96 64.8091,1840.61 92.5608,1750.66 120.312,1631.09 148.064,1577.6 175.816,1569.27
203.568,1542.63 231.319,1509.93 259.071,1462.09 286.823,1419.83 314.574,1366.88 342.326,1320.61 370.078,1269.53 397.83,1247.06
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="286.823" cy="1419.83" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="314.574" cy="1366.88" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="342.326" cy="1320.61" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="370.078" cy="1269.53" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="397.83" cy="1247.06" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="397.83" cy="1247.06" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#718c69; stroke-width:8; stroke-opacity:0.5; fill:none" points="
-737.986,2326.96 -710.234,2111.94 -682.483,2111.94 -654.731,2055.63 -626.979,2011.96 -599.228,1946.1 -571.476,1946.1 -543.724,1876.29 -515.972,1824.94 -488.221,1784.3
-460.469,1761.25 -432.717,1761.25 -404.966,1704.94 -377.214,1674.77 -349.462,1674.77 -321.71,1661.27 -293.959,1642.61 -266.207,1604.96 -238.455,1581.91 -210.704,1573.4
-182.952,1561.28 -155.2,1532.24 -127.449,1504 -99.6969,1489.91 -71.9452,1481.93 -44.1935,1476.77 -16.4418,1466.86 11.3099,1459.74 39.0616,1459.74 66.8134,1457.43
94.5651,1457.43 122.317,1448.43 150.068,1448.43 177.82,1444.08 205.572,1439.82 233.324,1439.82 261.075,1439.82 288.827,1421.74 316.579,1414.21 344.33,1410.56
372.082,1406.96 399.834,1406.96 427.585,1394.89 455.337,1374.27 483.089,1362.58 510.841,1346.26 538.592,1346.26 566.344,1333.63 594.096,1312.76 621.847,1312.76
649.599,1289.95 677.351,1278.55 705.103,1266.03 732.854,1251.84 760.606,1234.14 788.358,1202.29 816.109,1183.24 843.861,1161.77 871.613,1139.22 899.364,1129.07
927.116,1107.12
"/>
<circle clip-path="url(#clip7402)" cx="288.827" cy="1421.74" r="7" fill="#718c69" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="316.579" cy="1414.21" r="7" fill="#718c69" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="344.33" cy="1410.56" r="7" fill="#718c69" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="372.082" cy="1406.96" r="7" fill="#718c69" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="399.834" cy="1406.96" r="7" fill="#718c69" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="427.585" cy="1394.89" r="7" fill="#718c69" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="455.337" cy="1374.27" r="7" fill="#718c69" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="483.089" cy="1362.58" r="7" fill="#718c69" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="510.841" cy="1346.26" r="7" fill="#718c69" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="538.592" cy="1346.26" r="7" fill="#718c69" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="566.344" cy="1333.63" r="7" fill="#718c69" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="594.096" cy="1312.76" r="7" fill="#718c69" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="621.847" cy="1312.76" r="7" fill="#718c69" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="649.599" cy="1289.95" r="7" fill="#718c69" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="677.351" cy="1278.55" r="7" fill="#718c69" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="705.103" cy="1266.03" r="7" fill="#718c69" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="732.854" cy="1251.84" r="7" fill="#718c69" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="760.606" cy="1234.14" r="7" fill="#718c69" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="788.358" cy="1202.29" r="7" fill="#718c69" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="816.109" cy="1183.24" r="7" fill="#718c69" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="843.861" cy="1161.77" r="7" fill="#718c69" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="871.613" cy="1139.22" r="7" fill="#718c69" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="899.364" cy="1129.07" r="7" fill="#718c69" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="927.116" cy="1107.12" r="7" fill="#718c69" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="927.116" cy="1107.12" r="10" fill="#718c69" fill-rule="evenodd" fill-opacity="1" stroke="#000000" stroke-opacity="1" stroke-width="0"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-46.1557,2326.96 -18.404,2326.96 9.3477,2111.94 37.0994,2111.94 64.8511,1946.1 92.6028,1876.29 120.355,1784.3 148.106,1648.63 175.858,1586.3 203.61,1546.22
231.361,1516.05 259.113,1489.91 286.865,1416.07 314.616,1385.1 342.368,1364 370.12,1312.76 397.872,1305.21 425.623,1304.16
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="286.865" cy="1416.07" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="314.616" cy="1385.1" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="342.368" cy="1364" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="370.12" cy="1312.76" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="397.872" cy="1305.21" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="425.623" cy="1304.16" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="425.623" cy="1304.16" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
82.5275,2191.3 110.279,1946.1 138.031,1946.1 165.783,1784.3 193.534,1784.3 221.286,1654.85 249.038,1535.64 276.789,1448.43 304.541,1358.37 332.293,1309.49
360.044,1272.19 387.796,1243.94 415.548,1227.62 443.3,1227.62 471.051,1219.95 498.803,1185.52 526.555,1162.79 554.306,1147.55 582.058,1134.74
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="304.541" cy="1358.37" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="332.293" cy="1309.49" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="360.044" cy="1272.19" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="387.796" cy="1243.94" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="415.548" cy="1227.62" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="443.3" cy="1227.62" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="471.051" cy="1219.95" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="498.803" cy="1185.52" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="526.555" cy="1162.79" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="554.306" cy="1147.55" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="582.058" cy="1134.74" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="582.058" cy="1134.74" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-69.8895,2326.96 -42.1378,2326.96 -14.3861,2326.96 13.3656,2111.94 41.1173,2111.94 68.869,1946.1 96.6207,1824.94 124.372,1772.43 152.124,1704.94 179.876,1615
207.628,1557.41 235.379,1519.18 263.131,1519.18 290.883,1396.57 318.634,1346.26 346.386,1288.01 374.138,1254.27 401.889,1228.34 429.641,1153.31
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="290.883" cy="1396.57" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="318.634" cy="1346.26" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="346.386" cy="1288.01" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="374.138" cy="1254.27" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="401.889" cy="1228.34" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="429.641" cy="1153.31" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="429.641" cy="1153.31" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#608cf6; stroke-width:8; stroke-opacity:0.5; fill:none" points="
-534.474,2326.96 -506.722,2326.96 -478.97,2326.96 -451.218,2326.96 -423.467,2326.96 -395.715,2326.96 -367.963,2326.96 -340.212,2326.96 -312.46,2191.3 -284.708,2191.3
-256.957,2191.3 -229.205,2191.3 -201.453,2191.3 -173.701,2191.3 -145.95,2191.3 -118.198,2191.3 -90.4463,2191.3 -62.6946,2191.3 -34.9429,2191.3 -7.19119,2191.3
20.5605,2191.3 48.3122,2191.3 76.0639,2191.3 103.816,2191.3 131.567,1976.27 159.319,1824.94 187.071,1796.93 214.822,1648.63 242.574,1581.91 270.326,1459.74
298.078,1389.93 325.829,1327.6 353.581,1269.53 381.333,1239.36 409.084,1154.29 436.836,1110.61 464.588,1052.45 492.339,961.155 520.091,871.665 547.843,813.892
575.595,813.892 603.346,651.062 631.098,611.898 658.85,572.953 686.601,525.411 714.353,492.742 742.105,459.679 769.857,409.631 797.608,384.635 825.36,342.026
853.112,317.455 880.863,278.317
"/>
<circle clip-path="url(#clip7402)" cx="298.078" cy="1389.93" r="7" fill="#608cf6" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="325.829" cy="1327.6" r="7" fill="#608cf6" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="353.581" cy="1269.53" r="7" fill="#608cf6" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="381.333" cy="1239.36" r="7" fill="#608cf6" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="409.084" cy="1154.29" r="7" fill="#608cf6" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="436.836" cy="1110.61" r="7" fill="#608cf6" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="464.588" cy="1052.45" r="7" fill="#608cf6" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="492.339" cy="961.155" r="7" fill="#608cf6" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="520.091" cy="871.665" r="7" fill="#608cf6" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="547.843" cy="813.892" r="7" fill="#608cf6" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="575.595" cy="813.892" r="7" fill="#608cf6" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="603.346" cy="651.062" r="7" fill="#608cf6" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="631.098" cy="611.898" r="7" fill="#608cf6" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="658.85" cy="572.953" r="7" fill="#608cf6" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="686.601" cy="525.411" r="7" fill="#608cf6" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="714.353" cy="492.742" r="7" fill="#608cf6" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="742.105" cy="459.679" r="7" fill="#608cf6" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="769.857" cy="409.631" r="7" fill="#608cf6" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="797.608" cy="384.635" r="7" fill="#608cf6" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="825.36" cy="342.026" r="7" fill="#608cf6" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="853.112" cy="317.455" r="7" fill="#608cf6" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="880.863" cy="278.317" r="7" fill="#608cf6" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="880.863" cy="278.317" r="10" fill="#608cf6" fill-rule="evenodd" fill-opacity="1" stroke="#000000" stroke-opacity="1" stroke-width="0"/>
<polyline clip-path="url(#clip7402)" style="stroke:#47a065; stroke-width:8; stroke-opacity:0.5; fill:none" points="
-684.685,2326.96 -656.933,2326.96 -629.182,2326.96 -601.43,2326.96 -573.678,2326.96 -545.927,2326.96 -518.175,2326.96 -490.423,2326.96 -462.672,2326.96 -434.92,2326.96
-407.168,2326.96 -379.416,2326.96 -351.665,2326.96 -323.913,2326.96 -296.161,2326.96 -268.41,2326.96 -240.658,2326.96 -212.906,2326.96 -185.154,2326.96 -157.403,2326.96
-129.651,2326.96 -101.899,2326.96 -74.1477,2326.96 -46.396,2326.96 -18.6443,2326.96 9.10743,2326.96 36.8591,2191.3 64.6108,1946.1 92.3625,1946.1 120.114,1840.61
147.866,1810.44 175.618,1796.93 203.369,1731.08 231.121,1631.09 258.873,1437.73 286.624,1423.67 314.376,1332.41 342.128,1287.04 369.88,1247.85 397.631,1177.65
425.383,1110.61 453.135,1075.25 480.886,1015.22 508.638,982.732 536.39,970.687 564.141,955.758 591.893,940.899 619.645,926.782 647.397,903.712 675.148,878.241
702.9,863.967 730.652,845.848 758.403,834.829
"/>
<circle clip-path="url(#clip7402)" cx="286.624" cy="1423.67" r="7" fill="#47a065" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="314.376" cy="1332.41" r="7" fill="#47a065" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="342.128" cy="1287.04" r="7" fill="#47a065" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="369.88" cy="1247.85" r="7" fill="#47a065" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="397.631" cy="1177.65" r="7" fill="#47a065" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="425.383" cy="1110.61" r="7" fill="#47a065" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="453.135" cy="1075.25" r="7" fill="#47a065" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="480.886" cy="1015.22" r="7" fill="#47a065" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="508.638" cy="982.732" r="7" fill="#47a065" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="536.39" cy="970.687" r="7" fill="#47a065" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="564.141" cy="955.758" r="7" fill="#47a065" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="591.893" cy="940.899" r="7" fill="#47a065" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="619.645" cy="926.782" r="7" fill="#47a065" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="647.397" cy="903.712" r="7" fill="#47a065" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="675.148" cy="878.241" r="7" fill="#47a065" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="702.9" cy="863.967" r="7" fill="#47a065" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="730.652" cy="845.848" r="7" fill="#47a065" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="758.403" cy="834.829" r="7" fill="#47a065" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="758.403" cy="834.829" r="10" fill="#47a065" fill-rule="evenodd" fill-opacity="1" stroke="#000000" stroke-opacity="1" stroke-width="0"/>
<polyline clip-path="url(#clip7402)" style="stroke:#c68125; stroke-width:8; stroke-opacity:0.5; fill:none" points="
49.0831,2326.96 76.8348,2326.96 104.587,1919.97 132.338,1919.97 160.09,1761.25 187.842,1681.89 215.593,1595.41 243.345,1539.1 271.097,1446.24 298.848,1399.97
326.6,1276.71 354.352,1232.67 382.104,1187.83 409.855,1167.44 437.607,1114.17 465.359,1058.66 493.11,1058.66 520.862,949.472 548.614,914.907 576.365,820.625
604.117,820.625 631.869,780.542 659.621,758.102 687.372,699.978 715.124,648.756 742.876,606.342 770.627,581.259 798.379,549.404
"/>
<circle clip-path="url(#clip7402)" cx="298.848" cy="1399.97" r="7" fill="#c68125" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="326.6" cy="1276.71" r="7" fill="#c68125" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="354.352" cy="1232.67" r="7" fill="#c68125" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="382.104" cy="1187.83" r="7" fill="#c68125" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="409.855" cy="1167.44" r="7" fill="#c68125" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="437.607" cy="1114.17" r="7" fill="#c68125" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="465.359" cy="1058.66" r="7" fill="#c68125" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="493.11" cy="1058.66" r="7" fill="#c68125" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="520.862" cy="949.472" r="7" fill="#c68125" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="548.614" cy="914.907" r="7" fill="#c68125" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="576.365" cy="820.625" r="7" fill="#c68125" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="604.117" cy="820.625" r="7" fill="#c68125" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="631.869" cy="780.542" r="7" fill="#c68125" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="659.621" cy="758.102" r="7" fill="#c68125" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="687.372" cy="699.978" r="7" fill="#c68125" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="715.124" cy="648.756" r="7" fill="#c68125" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="742.876" cy="606.342" r="7" fill="#c68125" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="770.627" cy="581.259" r="7" fill="#c68125" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="798.379" cy="549.404" r="7" fill="#c68125" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="798.379" cy="549.404" r="10" fill="#c68125" fill-rule="evenodd" fill-opacity="1" stroke="#000000" stroke-opacity="1" stroke-width="0"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-1271.44,2326.96 -1243.68,2326.96 -1215.93,2111.94 -1188.18,2111.94 -1160.43,2055.63 -1132.68,2011.96 -1104.93,1919.97 -1077.17,1919.97 -1049.42,1896.91 -1021.67,1876.29
-993.918,1876.29 -966.167,1876.29 -938.415,1876.29 -910.663,1857.64 -882.912,1857.64 -855.16,1784.3 -827.408,1784.3 -799.657,1772.43 -771.905,1761.25 -744.153,1761.25
-716.401,1761.25 -688.65,1761.25 -660.898,1761.25 -633.146,1761.25 -605.395,1761.25 -577.643,1740.63 -549.891,1721.97 -522.139,1721.97 -494.388,1713.27 -466.636,1704.94
-438.884,1689.27 -411.133,1689.27 -383.381,1674.77 -355.629,1661.27 -327.878,1654.85 -300.126,1648.63 -272.374,1648.63 -244.622,1636.77 -216.871,1609.91 -189.119,1604.96
-161.367,1600.13 -133.616,1595.41 -105.864,1595.41 -78.1122,1586.3 -50.3605,1581.91 -22.6088,1581.91 5.1429,1581.91 32.8946,1581.91 60.6463,1573.4 88.398,1569.27
116.15,1565.24 143.901,1561.28 171.653,1549.88 199.405,1528.89 227.157,1504 254.908,1476.77 282.66,1425.62 310.412,1410.56 338.163,1366.88 365.915,1342.38
393.667,1322.92 421.418,1294.91
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="282.66" cy="1425.62" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="310.412" cy="1410.56" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="338.163" cy="1366.88" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="365.915" cy="1342.38" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="393.667" cy="1322.92" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="421.418" cy="1294.91" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="421.418" cy="1294.91" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-1176.04,2191.3 -1148.29,2111.94 -1120.54,2011.96 -1092.78,1946.1 -1065.03,1919.97 -1037.28,1919.97 -1009.53,1810.44 -981.777,1810.44 -954.025,1810.44 -926.274,1750.66
-898.522,1750.66 -870.77,1750.66 -843.019,1750.66 -815.267,1696.95 -787.515,1696.95 -759.763,1696.95 -732.012,1696.95 -704.26,1648.63 -676.508,1648.63 -648.757,1648.63
-621.005,1642.61 -593.253,1642.61 -565.502,1642.61 -537.75,1642.61 -509.998,1642.61 -482.246,1636.77 -454.495,1631.09 -426.743,1631.09 -398.991,1631.09 -371.24,1631.09
-343.488,1631.09 -315.736,1631.09 -287.984,1631.09 -260.233,1631.09 -232.481,1620.22 -204.729,1604.96 -176.978,1604.96 -149.226,1600.13 -121.474,1595.41 -93.7225,1595.41
-65.9708,1590.8 -38.2191,1590.8 -10.4674,1590.8 17.2843,1573.4 45.036,1569.27 72.7877,1561.28 100.539,1561.28 128.291,1561.28 156.043,1549.88 183.794,1528.89
211.546,1495.43 239.298,1481.93 267.05,1464.46 294.801,1399.97 322.553,1350.21 350.305,1313.86 378.056,1278.55 405.808,1229.77 433.56,1196.74 461.312,1148.98
489.063,1075.25 516.815,1038.97
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="294.801" cy="1399.97" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="322.553" cy="1350.21" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="350.305" cy="1313.86" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="378.056" cy="1278.55" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="405.808" cy="1229.77" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="433.56" cy="1196.74" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="461.312" cy="1148.98" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="489.063" cy="1075.25" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="516.815" cy="1038.97" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="516.815" cy="1038.97" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#e26f46; stroke-width:8; stroke-opacity:0.5; fill:none" points="
87.8075,2326.96 115.559,2326.96 143.311,2011.96 171.063,2011.96 198.814,1976.27 226.566,1761.25 254.318,1573.4 282.069,1429.57 309.821,1297.94 337.573,1175.45
365.325,1053.33 393.076,933.476 420.828,891.838
"/>
<circle clip-path="url(#clip7402)" cx="309.821" cy="1297.94" r="7" fill="#e26f46" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="337.573" cy="1175.45" r="7" fill="#e26f46" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="365.325" cy="1053.33" r="7" fill="#e26f46" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="393.076" cy="933.476" r="7" fill="#e26f46" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="420.828" cy="891.838" r="7" fill="#e26f46" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="420.828" cy="891.838" r="10" fill="#e26f46" fill-rule="evenodd" fill-opacity="1" stroke="#000000" stroke-opacity="1" stroke-width="0"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-1053.12,2055.63 -1025.37,2055.63 -997.619,2055.63 -969.867,2055.63 -942.115,2011.96 -914.364,2011.96 -886.612,2011.96 -858.86,2011.96 -831.108,2011.96 -803.357,2011.96
-775.605,1946.1 -747.853,1946.1 -720.102,1919.97 -692.35,1919.97 -664.598,1919.97 -636.847,1919.97 -609.095,1919.97 -581.343,1919.97 -553.591,1896.91 -525.84,1896.91
-498.088,1896.91 -470.336,1896.91 -442.585,1896.91 -414.833,1896.91 -387.081,1824.94 -359.329,1824.94 -331.578,1824.94 -303.826,1824.94 -276.074,1824.94 -248.323,1824.94
-220.571,1750.66 -192.819,1731.08 -165.068,1731.08 -137.316,1731.08 -109.564,1681.89 -81.8124,1681.89 -54.0607,1667.9 -26.309,1667.9 1.44267,1581.91 29.1944,1581.91
56.9461,1581.91 84.6978,1484.55 112.449,1484.55 140.201,1457.43 167.953,1457.43 195.705,1457.43 223.456,1429.57 251.208,1429.57 278.96,1429.57 306.711,1401.7
334.463,1359.76 362.215,1359.76 389.967,1342.38 417.718,1342.38 445.47,1291.92
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="306.711" cy="1401.7" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="334.463" cy="1359.76" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="362.215" cy="1359.76" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="389.967" cy="1342.38" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="417.718" cy="1342.38" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="445.47" cy="1291.92" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="445.47" cy="1291.92" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#6b9e32; stroke-width:8; stroke-opacity:0.5; fill:none" points="
-646.097,2191.3 -618.345,2191.3 -590.594,2191.3 -562.842,2191.3 -535.09,2191.3 -507.339,2191.3 -479.587,2191.3 -451.835,2111.94 -424.083,2111.94 -396.332,2111.94
-368.58,1919.97 -340.828,1919.97 -313.077,1896.91 -285.325,1896.91 -257.573,1896.91 -229.822,1896.91 -202.07,1896.91 -174.318,1896.91 -146.566,1896.91 -118.815,1896.91
-91.063,1896.91 -63.3113,1896.91 -35.5596,1896.91 -7.8079,1896.91 19.9438,1824.94 47.6955,1824.94 75.4472,1824.94 103.199,1796.93 130.951,1740.63 158.702,1713.27
186.454,1625.58 214.206,1604.96 241.957,1557.41 269.709,1455.14 297.461,1396.57 325.213,1328.79 352.964,1283.22 380.716,1228.34 408.468,1196.74 436.219,1162.28
463.971,1127.36 491.723,1127.36 519.474,1018.13 547.226,948.615 574.978,948.444 602.73,889.042 630.481,843.234 658.233,784.792 685.985,779.385 713.736,702.93
741.488,657.334 769.24,632.754 796.992,601.898
"/>
<circle clip-path="url(#clip7402)" cx="297.461" cy="1396.57" r="7" fill="#6b9e32" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="325.213" cy="1328.79" r="7" fill="#6b9e32" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="352.964" cy="1283.22" r="7" fill="#6b9e32" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="380.716" cy="1228.34" r="7" fill="#6b9e32" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="408.468" cy="1196.74" r="7" fill="#6b9e32" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="436.219" cy="1162.28" r="7" fill="#6b9e32" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="463.971" cy="1127.36" r="7" fill="#6b9e32" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="491.723" cy="1127.36" r="7" fill="#6b9e32" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="519.474" cy="1018.13" r="7" fill="#6b9e32" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="547.226" cy="948.615" r="7" fill="#6b9e32" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="574.978" cy="948.444" r="7" fill="#6b9e32" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="602.73" cy="889.042" r="7" fill="#6b9e32" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="630.481" cy="843.234" r="7" fill="#6b9e32" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="658.233" cy="784.792" r="7" fill="#6b9e32" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="685.985" cy="779.385" r="7" fill="#6b9e32" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="713.736" cy="702.93" r="7" fill="#6b9e32" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="741.488" cy="657.334" r="7" fill="#6b9e32" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="769.24" cy="632.754" r="7" fill="#6b9e32" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="796.992" cy="601.898" r="7" fill="#6b9e32" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="796.992" cy="601.898" r="10" fill="#6b9e32" fill-rule="evenodd" fill-opacity="1" stroke="#000000" stroke-opacity="1" stroke-width="0"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
105.743,2055.63 133.495,2055.63 161.246,1919.97 188.998,1667.9 216.75,1561.28 244.501,1471.76 272.253,1437.73 300.005,1406.96 327.756,1336.09 355.508,1331.2
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="300.005" cy="1406.96" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="327.756" cy="1336.09" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="355.508" cy="1331.2" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="355.508" cy="1331.2" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#dd64b5; stroke-width:8; stroke-opacity:0.5; fill:none" points="
-830.183,2326.96 -802.432,2326.96 -774.68,2191.3 -746.928,2191.3 -719.177,2011.96 -691.425,2011.96 -663.673,2011.96 -635.921,2011.96 -608.17,2011.96 -580.418,1946.1
-552.666,1919.97 -524.915,1919.97 -497.163,1857.64 -469.411,1857.64 -441.66,1857.64 -413.908,1857.64 -386.156,1857.64 -358.404,1857.64 -330.653,1857.64 -302.901,1857.64
-275.149,1840.61 -247.398,1840.61 -219.646,1824.94 -191.894,1824.94 -164.142,1824.94 -136.391,1824.94 -108.639,1824.94 -80.8874,1824.94 -53.1357,1824.94 -25.384,1824.94
2.36773,1796.93 30.1194,1796.93 57.8711,1796.93 85.6228,1557.41 113.375,1557.41 141.126,1535.64 168.878,1532.24 196.63,1525.6 224.381,1501.1 252.133,1484.55
279.885,1429.57 307.636,1393.22 335.388,1347.57 363.14,1273.99 390.892,1237.1 418.643,1153.31 446.395,1103.69 474.147,1080.55 501.898,983.14 529.65,926.476
557.402,875.396 585.154,822.502 612.905,778.594 640.657,729.805 668.409,674.902 696.16,610.981 723.912,573.33 751.664,462.986 779.415,397.619 807.167,341.141
834.919,288.963 862.671,234.968
"/>
<circle clip-path="url(#clip7402)" cx="307.636" cy="1393.22" r="7" fill="#dd64b5" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="335.388" cy="1347.57" r="7" fill="#dd64b5" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="363.14" cy="1273.99" r="7" fill="#dd64b5" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="390.892" cy="1237.1" r="7" fill="#dd64b5" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="418.643" cy="1153.31" r="7" fill="#dd64b5" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="446.395" cy="1103.69" r="7" fill="#dd64b5" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="474.147" cy="1080.55" r="7" fill="#dd64b5" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="501.898" cy="983.14" r="7" fill="#dd64b5" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="529.65" cy="926.476" r="7" fill="#dd64b5" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="557.402" cy="875.396" r="7" fill="#dd64b5" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="585.154" cy="822.502" r="7" fill="#dd64b5" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="612.905" cy="778.594" r="7" fill="#dd64b5" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="640.657" cy="729.805" r="7" fill="#dd64b5" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="668.409" cy="674.902" r="7" fill="#dd64b5" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="696.16" cy="610.981" r="7" fill="#dd64b5" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="723.912" cy="573.33" r="7" fill="#dd64b5" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="751.664" cy="462.986" r="7" fill="#dd64b5" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="779.415" cy="397.619" r="7" fill="#dd64b5" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="807.167" cy="341.141" r="7" fill="#dd64b5" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="834.919" cy="288.963" r="7" fill="#dd64b5" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="862.671" cy="234.968" r="7" fill="#dd64b5" fill-rule="evenodd" fill-opacity="0" stroke="#000000" stroke-opacity="0" stroke-width="0"/>
<circle clip-path="url(#clip7402)" cx="862.671" cy="234.968" r="10" fill="#dd64b5" fill-rule="evenodd" fill-opacity="1" stroke="#000000" stroke-opacity="1" stroke-width="0"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-1335.7,2191.3 -1307.95,2191.3 -1280.2,2191.3 -1252.45,2191.3 -1224.7,2191.3 -1196.94,2191.3 -1169.19,2191.3 -1141.44,2191.3 -1113.69,2191.3 -1085.94,1976.27
-1058.19,1976.27 -1030.43,1919.97 -1002.68,1919.97 -974.93,1919.97 -947.179,1876.29 -919.427,1876.29 -891.675,1824.94 -863.924,1824.94 -836.172,1810.44 -808.42,1796.93
-780.668,1796.93 -752.917,1784.3 -725.165,1784.3 -697.413,1784.3 -669.662,1784.3 -641.91,1784.3 -614.158,1784.3 -586.407,1784.3 -558.655,1784.3 -530.903,1784.3
-503.151,1784.3 -475.4,1784.3 -447.648,1784.3 -419.896,1784.3 -392.145,1784.3 -364.393,1784.3 -336.641,1784.3 -308.89,1784.3 -281.138,1784.3 -253.386,1784.3
-225.634,1784.3 -197.883,1784.3 -170.131,1784.3 -142.379,1784.3 -114.628,1761.25 -86.8759,1661.27 -59.1242,1661.27 -31.3725,1654.85 -3.6208,1615 24.1309,1609.91
51.8826,1573.4 79.6343,1549.88 107.386,1539.1 135.138,1522.36 162.889,1506.95 190.641,1481.93 218.393,1457.43 246.145,1444.08 273.896,1437.73 301.648,1401.7
329.4,1385.1
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="301.648" cy="1401.7" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="329.4" cy="1385.1" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="329.4" cy="1385.1" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#000000; stroke-width:4; stroke-opacity:0.1; fill:none" points="
-264.049,2326.96 -236.297,2326.96 -208.545,2326.96 -180.794,2326.96 -153.042,2326.96 -125.29,2191.3 -97.5384,2191.3 -69.7867,2011.96 -42.035,2011.96 -14.2833,2011.96
13.4684,2011.96 41.2201,2011.96 68.9718,2011.96 96.7235,1857.64 124.475,1857.64 152.227,1857.64 179.979,1731.08 207.73,1731.08 235.482,1636.77 263.234,1489.91
290.985,1403.44 318.737,1287.04 346.489,1248.64
"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="290.985" cy="1403.44" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="318.737" cy="1287.04" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:0" cx="346.489" cy="1248.64" r="2"/>
<circle clip-path="url(#clip7402)" style="fill:#000000; stroke:none; fill-opacity:1" cx="346.489" cy="1248.64" r="2"/>
<polyline clip-path="url(#clip7402)" style="stroke:#808080; stroke-width:8; stroke-opacity:1; fill:none" stroke-dasharray="4, 8" points="
282.66,1425.62 310.412,1381.94 338.163,1338.27 365.915,1294.59 393.667,1250.92 421.418,1207.25 449.17,1163.57 476.922,1119.9 504.674,1076.22 532.425,1032.55
560.177,988.871 587.929,945.197 615.68,901.522 643.432,857.847 671.184,814.173 698.935,770.498 726.687,726.823 754.439,683.149 782.191,639.474 809.942,595.799
837.694,552.124 865.446,508.45 893.197,464.775 920.949,421.1 948.701,377.426 976.453,333.751 1004.2,290.076 1031.96,246.401 1059.71,202.727 1087.46,159.052
1115.21,115.377 1142.96,71.7025 1170.71,28.0278 1198.47,-15.6469 1226.22,-59.3216 1253.97,-102.996 1281.72,-146.671 1309.47,-190.346 1337.22,-234.02 1364.98,-277.695
1392.73,-321.37 1420.48,-365.045 1448.23,-408.719 1475.98,-452.394 1503.73,-496.069 1531.49,-539.743 1559.24,-583.418 1586.99,-627.093 1614.74,-670.768 1642.49,-714.442
1670.25,-758.117 1698,-801.792 1725.75,-845.466 1753.5,-889.141 1781.25,-932.816 1809,-976.491 1836.76,-1020.17 1864.51,-1063.84 1892.26,-1107.51 1920.01,-1151.19
1947.76,-1194.86 1975.51,-1238.54 2003.27,-1282.21 2031.02,-1325.89 2058.77,-1369.56 2086.52,-1413.24 2114.27,-1456.91 2142.02,-1500.59 2169.78,-1544.26 2197.53,-1587.94
2225.28,-1631.61 2253.03,-1675.29 2280.78,-1718.96 2308.53,-1762.64 2336.29,-1806.31
"/>
<path clip-path="url(#clip7400)" d="
M1763.84 1281.62 L2280.76 1281.62 L2280.76 1160.66 L1763.84 1160.66 Z
" fill="#ffffff" fill-rule="evenodd" fill-opacity="1"/>
<polyline clip-path="url(#clip7400)" style="stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none" points="
1763.84,1281.62 2280.76,1281.62 2280.76,1160.66 1763.84,1160.66 1763.84,1281.62
"/>
<polyline clip-path="url(#clip7400)" style="stroke:#808080; stroke-width:8; stroke-opacity:1; fill:none" stroke-dasharray="4, 8" points="
1787.84,1221.14 1931.84,1221.14
"/>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:start;" transform="rotate(0, 1955.84, 1238.64)" x="1955.84" y="1238.64">+25.0% daily</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 303.936, 1426.44)" x="303.936" y="1426.44">Albania</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 374.127, 1271.1)" x="374.127" y="1271.1">Algeria</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 338.718, 1378.3)" x="338.718" y="1378.3">Andorra</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 404.857, 1218.44)" x="404.857" y="1218.44">Argentina</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 420.971, 1266.89)" x="420.971" y="1266.89">Armenia</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#f05f73; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:71px; text-anchor:start;" transform="rotate(0, 669.449, 899.172)" x="669.449" y="899.172">Australia</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 717.252, 690.195)" x="717.252" y="690.195">Austria</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#ac8d18; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:start;" transform="rotate(0, 675.809, 1183.38)" x="675.809" y="1183.38">Bahrain</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#8e971d; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:start;" transform="rotate(0, 772.548, 734.111)" x="772.548" y="734.111">Belgium</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 346.152, 1373.94)" x="346.152" y="1373.94">Bosnia and Herzegovina</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 588.349, 855.362)" x="588.349" y="855.362">Brazil</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 402.497, 1297.48)" x="402.497" y="1297.48">Bulgaria</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 637.212, 839.352)" x="637.212" y="839.352">Canada</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 509.641, 1040.8)" x="509.641" y="1040.8">Chile</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#009af9; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:start;" transform="rotate(0, 2149.47, 131.144)" x="2149.47" y="131.144">China</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 413.71, 1234.7)" x="413.71" y="1234.7">Colombia</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 368.888, 1344.59)" x="368.888" y="1344.59">Costa Rica</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 413.324, 1209.54)" x="413.324" y="1209.54">Croatia</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 317.68, 1405.07)" x="317.68" y="1405.07">Cyprus</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 598.262, 941.976)" x="598.262" y="941.976">Czechia</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 683.769, 894.91)" x="683.769" y="894.91">Denmark</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 360.365, 1258.73)" x="360.365" y="1258.73">Dominican Republic</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 441.054, 987.2)" x="441.054" y="987.2">Ecuador</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 554.914, 1180.17)" x="554.914" y="1180.17">Egypt</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 557.864, 1187.81)" x="557.864" y="1187.81">Estonia</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#868d87; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:start;" transform="rotate(0, 589.952, 1062.26)" x="589.952" y="1062.26">Finland</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#9b7fe8; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:start;" transform="rotate(0, 934.825, 404.907)" x="934.825" y="404.907">France</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#ed5d92; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:start;" transform="rotate(0, 923.398, 333.005)" x="923.398" y="333.005">Germany</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 601.5, 1054.66)" x="601.5" y="1054.66">Greece</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 356.664, 1333.75)" x="356.664" y="1333.75">Hungary</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 606.43, 1087.38)" x="606.43" y="1087.38">Iceland</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#3da44d; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:start;" transform="rotate(0, 549.076, 1128.5)" x="549.076" y="1128.5">India</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 541.015, 1090.4)" x="541.015" y="1090.4">Indonesia</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#00a9ad; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:start;" transform="rotate(0, 1042.68, 378.335)" x="1042.68" y="378.335">Iran</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#c271d2; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:start;" transform="rotate(0, 574.978, 1251.64)" x="574.978" y="1251.64">Iraq</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 566.937, 960.393)" x="566.937" y="960.393">Ireland</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 639.163, 911.804)" x="639.163" y="911.804">Israel</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#00a8cb; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:start;" transform="rotate(0, 1117.75, 178.673)" x="1117.75" y="178.673">Italy</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#1ea68c; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:start;" transform="rotate(0, 1169.45, 968.871)" x="1169.45" y="968.871">Japan</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 336.622, 1387.34)" x="336.622" y="1387.34">Jordan</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#47988b; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:start;" transform="rotate(0, 1186.11, 563.245)" x="1186.11" y="563.245">Korea South</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 550.926, 1309.52)" x="550.926" y="1309.52">Kuwait</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 392.002, 1319.07)" x="392.002" y="1319.07">Latvia</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 534.874, 1241.9)" x="534.874" y="1241.9">Lebanon</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 344.176, 1320.16)" x="344.176" y="1320.16">Lithuania</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 480.666, 1009.58)" x="480.666" y="1009.58">Luxembourg</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 711.27, 901.751)" x="711.27" y="901.751">Malaysia</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 307.963, 1420.88)" x="307.963" y="1420.88">Malta</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 427.524, 1208.92)" x="427.524" y="1208.92">Mexico</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 313.187, 1417.25)" x="313.187" y="1417.25">Moldova</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 346.197, 1364.11)" x="346.197" y="1364.11">Morocco</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#00a98d; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:start;" transform="rotate(0, 785.207, 686.902)" x="785.207" y="686.902">Netherlands</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 325.398, 1430.24)" x="325.398" y="1430.24">New Zealand</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 338.163, 1373.94)" x="338.163" y="1373.94">North Macedonia</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#af78dd; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:start;" transform="rotate(0, 778.887, 803.854)" x="778.887" y="803.854">Norway</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 502.835, 1009.58)" x="502.835" y="1009.58">Pakistan</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 418.402, 1191.74)" x="418.402" y="1191.74">Panama</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 478.265, 1165.25)" x="478.265" y="1165.25">Peru</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 552.796, 1134.58)" x="552.796" y="1134.58">Philippines</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 548.68, 1040.01)" x="548.68" y="1040.01">Poland</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 580.336, 841.994)" x="580.336" y="841.994">Portugal</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 648.446, 1118.72)" x="648.446" y="1118.72">Qatar</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 565.074, 1091.42)" x="565.074" y="1091.42">Romania</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 479.235, 1145.02)" x="479.235" y="1145.02">Russia</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 519.871, 1311.61)" x="519.871" y="1311.61">San Marino</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 551.198, 1096.23)" x="551.198" y="1096.23">Saudi Arabia</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 411.705, 1255.56)" x="411.705" y="1255.56">Serbia</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#718c69; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:start;" transform="rotate(0, 940.992, 1124.62)" x="940.992" y="1124.62">Singapore</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 439.499, 1312.66)" x="439.499" y="1312.66">Slovakia</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 595.934, 1143.24)" x="595.934" y="1143.24">Slovenia</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 443.517, 1161.81)" x="443.517" y="1161.81">South Africa</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#608cf6; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:start;" transform="rotate(0, 894.739, 295.817)" x="894.739" y="295.817">Spain</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#47a065; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:start;" transform="rotate(0, 772.279, 852.329)" x="772.279" y="852.329">Sweden</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#c68125; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:start;" transform="rotate(0, 812.255, 566.904)" x="812.255" y="566.904">Switzerland</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 435.294, 1303.41)" x="435.294" y="1303.41">Taiwan</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 530.691, 1047.47)" x="530.691" y="1047.47">Thailand</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#e26f46; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:start;" transform="rotate(0, 434.704, 909.338)" x="434.704" y="909.338">Turkey</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 459.346, 1300.42)" x="459.346" y="1300.42">United Arab Emirates</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#6b9e32; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:start;" transform="rotate(0, 810.867, 619.398)" x="810.867" y="619.398">United Kingdom</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 369.384, 1339.7)" x="369.384" y="1339.7">Uruguay</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#dd64b5; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:start;" transform="rotate(0, 876.546, 252.468)" x="876.546" y="252.468">US</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 343.275, 1393.6)" x="343.275" y="1393.6">Vietnam</text>
</g>
<g clip-path="url(#clip7400)">
<text style="fill:#000000; fill-opacity:0.1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:23px; text-anchor:start;" transform="rotate(0, 360.365, 1257.14)" x="360.365" y="1257.14">Dominica</text>
</g>
</svg>
using HTTP, CSV, Plots, DataFrames
# Download the data
df = CSV.read(IOBuffer(String(HTTP.get("https://covid.ourworldindata.org/data/total_deaths.csv").body)), normalizenames=true)
# Plotting function
function doit(df, countries, alignment)
countries = countries[findall(map(x -> ismissing(x) ? false : x > alignment, Vector(df[end, countries])))]
cp = get_color_palette(:auto, plot_color(:white), length(countries))
plot(legend=false)
for (i, country) in enumerate(countries)
c = df[:, country]
(c[end] isa Missing || c[end] < alignment) && continue
d = map(x -> x.value, df.date .- df.date[findfirst(coalesce.(c,0) .>= alignment)])
plot!(d, c, color=cp[i], yaxis=:log, m=:circle, ms=2, msw=false, lw=2, label="")
plot!([d[end]], [c[end]], color=cp[i], yaxis=:log, m=:circle, ms=3, label="")
# annotate country next to end point instead of legend
annotate!(d[end]+1, c[end], text("$(replace(string(country), "_"=>" "))", 8, :left, :bold, color=cp[i]))
end
xlabel!("Days since $(alignment)th death")
ylabel!("Cumulative number of deaths")
# pretty lims
xlims!(-1, last(xlims())+4)
ylims!(alignment*.8, last(ylims()))
# pretty ticks
yticks=vec([1,2,5] * 10 .^ (0:4)')
yticks=yticks[alignment .≤ yticks .≤ maximum(df[end,countries])]
plot!(yticks=(yticks, string.(yticks)), xticks=0:7:last(xlims())+4)
end
function addtrend(df, dailygrowth, alignment)
d = 0:last(xlims())
c = alignment * (1 + dailygrowth) .^ (d)
plot!(d, c, ls=:dot, color=:gray, lw=2, label="+$(100dailygrowth)% daily")
plot!(legend=:bottomright)
end
# Do it! (plotting the data)
doit(df, names(df)[3:end], 10)
addtrend(df, 0.25, 10)
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
using HTTP, CSV, Plots, DataFrames, Dates
file_url = "https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_global.csv"
# Download the data
df = CSV.read(IOBuffer(String(HTTP.get(file_url).body)), normalizenames=true, header=2, transpose=true, datarow=5)
const allcountries = unique(replace.(string.(names(df)), r"_\d*$"=>""))[2:end]
# Plotting function
function doit(df, countries, lockdowndict=Dict(); Δdays=1)
cp = get_color_palette(:auto, plot_color(:white), length(countries))
plot(xaxis=:log, yaxis=:log)
for country in allcountries
country == "Cruise_Ship" && continue
country == "Diamond_Princess" && continue
i = findfirst(Symbol(country) .== countries)
if i isa Nothing
color, m, ms, α, mα, lw, fs = RGBA{Float64}(0,0,0,0.1), 0, 0, 0.1, 0, 1, 4
elseif country == "Australia"
color, m, ms, α, mα, lw, fs = cp[i], :star, 4, 1, 0, 4, 12
else
color, m, ms, α, mα, lw, fs = cp[i], :circle, 2, 0.5, 0, 2, 8
end
cases = Float64.(sum(eachcol(select(df, occursin.(string(country), string.(names(df)))))))
Δcases = cases[1+Δdays:end] - cases[1:end-Δdays]
cases = cases[1+Δdays:end]
ikeep = findall((cases .> 0) .& (Δcases .> 0))
cases = cases[ikeep]
Δcases = Δcases[ikeep]
(any(Δcases .≤ 0) || length(ikeep) == 0) && continue
plot!(cases, Δcases, color=color, m=m, ms=ms, msw=0, lw=lw, α=α, mα=mα, label="")
plot!([cases[end]], [Δcases[end]], color=color, m=m, α=1, ms=ms+1, msw=0, label="")
# annotate country next to end point instead of legend
cases[end] > 30 && Δcases[end] > 10 && annotate!(cases[end] * 1.1, Δcases[end], text("$(replace(string(country), "_"=>" "))", fs, :left, :bold, color=color))
end
# axis labels
xlabel!("Total confirmed cases")
ylabel!("Δcases over $Δdays days")
# pretty lims
ticks=vec([1,3] * 10 .^ (0:5)')
plot!(xlims=(30,last(xlims())))
plot!(ylims=(10,last(ylims())))
xticks = ticks[first(xlims()) .≤ ticks .≤ last(xlims())]
yticks = ticks[first(ylims()) .≤ ticks .≤ last(ylims())]
# pretty ticks
plot!(xticks=(xticks, addprefix.(string.(xticks))), yticks=(yticks, addprefix.(string.(yticks))))
Δx, cstart = collect(xlims()), 300
growth(Δx, cstart, 1, Δdays, :solid)
growth(Δx, cstart, 3, Δdays, :dash, "")
growth(Δx, cstart, 7, Δdays, :dashdot, "")
growth(Δx, cstart, 21, Δdays, :dot, "")
plot!(legend=:topleft, legendtitle="Doubling time")
end
Δc_vs_c(c, τ, Δdays) = (1 - 0.5^(Δdays/τ)) .* c
function growth(Δx, cstart, τ, Δdays, ls, str=" in $Δdays days")
α = log(2) / τ
c = cstart * exp.(α*Δdays*[0,1])
plot!(Δx, Δc_vs_c(Δx, τ, Δdays), ls=ls, color=:gray, lw=1, label="$τ days")
plot!(c, Δc_vs_c(c, τ, Δdays), m=[:circle, :dtriangle], ms=2, ls=:solid, color=:black, lw=1, label="")
str = "×$(round(c[end]/c[1], digits=1))$str"
if length(str) > 10
annotate!(c[end] * 0.8, Δc_vs_c(c, τ, Δdays)[end], text(str, 8, :right, color=:black))
else
annotate!(c[end] * 1.1, Δc_vs_c(c, τ, Δdays)[end], text(str, 8, :left, color=:black))
end
end
function addprefix(s)
s = replace(s, r"(.*)000000000$"=>s"\1G")
s = replace(s, r"(.*)000000$"=>s"\1M")
s = replace(s, r"(.*)000$"=>s"\1k")
return s
end
function addtrend(xlims, trend, Δdays)
plot!(collect(xlims), trend * Δdays * collect(xlims), ls=:dot, color=:gray, lw=2, label="+$(100trend)%", legend=:topleft)
end
function adddoublingtime(Δx, τ, Δdays)
plot!(Δx, Δx * 1 ./ τ' * Δdays, ls=:dot, color=:gray, lw=2, label=string.(τ, " days"), legend=:topleft)
end
lockdowndict = Dict(
:Australia => nothing,
:Italy => Date("9 March 2020", dateformat"d U Y"),
:France => Date("16 March 2020", dateformat"d U Y"),
:China => Date("23 January 2020", dateformat"d U Y"),
)
# Do it! (plotting the data)
#countries = [:China, :Canada, :Turkey, :India, :Iraq, :Bahrain, :Iran, :Germany, :Switzerland, :Netherlands, :Belgium, :Italy, :France, :Spain, :Australia, :US, :United_Kingdom, :Singapore, :Korea_South, :Japan, :Norway, :Finland, :Sweden]
countries = [:China, :Canada, :Italy, :France, :Spain, :Australia, :US, :United_Kingdom, :Singapore, :Korea_South, :Japan]
doit(df, countries, lockdowndict; Δdays=3)
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
using HTTP, CSV, Plots, DataFrames, Dates
file_url = "https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_global.csv"
# Download the data
df = CSV.read(IOBuffer(String(HTTP.get(file_url).body)), normalizenames=true, header=2, transpose=true, datarow=5)
const allcountries = unique(replace.(string.(names(df)), r"_\d*$"=>""))[2:end]
# Plotting function
function doit(df, countries, alignment, lockdowndict=Dict())
cp = get_color_palette(:auto, plot_color(:white), length(countries))
plot(legend=false, yaxis=:log)
dates = Date.(df.Country_Region, dateformat"mm/dd/yy") .+ Year(2000)
days = [d.value for d in (dates .- dates[1])]
n = length(days)
for country in allcountries
country == "Cruise_Ship" && continue
i = findfirst(Symbol(country) .== countries)
if i isa Nothing
color, m, ms, α, ma, lw, fs = RGBA{Float64}(0,0,0,0.1), 0, 0, 0.1, 0, 1, 4
elseif country == "Australia"
color, m, ms, α, ma, lw, fs = cp[i], :star, 4, 1, 0, 4, 12
else
color, m, ms, α, ma, lw, fs = cp[i], :circle, 2, 0.5, 0, 2, 8
end
cases = Float64.(sum(eachcol(select(df, occursin.(string(country), string.(names(df)))))))
# alignment by interpolating
if cases[1] > alignment
baseline = -cases[1] / (cases[2] - cases[1])
elseif cases[end] < alignment
continue
else
ialign = findlast(cases .< alignment)
baseline = ialign + (alignment - cases[ialign]) / (cases[ialign+1] - cases[ialign]) - 1
end
# don't plot 0 values
cases[cases .== 0] .= NaN
plot!(days .- baseline, cases, color=color, m=m, ms=ms, msw=0, lw=lw, alpha=α, ma=ma, label="")
plot!([days[end] - baseline], [cases[end]], color=color, m=m, alpha=1, ms=ms+1, msw=0, label="")
# annotate country next to end point instead of legend
annotate!(days[end] - baseline + 0.5, cases[end], text("$(replace(string(country), "_"=>" "))", fs, :left, :bold, color=color))
end
# axis labels
xlabel!("Days since $(alignment)th case")
ylabel!("Cumulative number of cases")
# pretty lims
xlims!(0, last(xlims())+4)
ylims!(alignment, last(ylims()))
yticks=vec([1,2,5] * 10 .^ (1:4)')
# pretty ticks
yticks=yticks[first(ylims()) .≤ yticks .≤ last(ylims())]
plot!(yticks=(yticks, string.(yticks)), xticks=0:7:last(xlims())+4)
end
lockdowndict = Dict(
:Australia => nothing,
:Italy => Date("9 March 2020", dateformat"d U Y"),
:France => Date("16 March 2020", dateformat"d U Y"),
:China => Date("23 January 2020", dateformat"d U Y"),
)
function addtrend(dailygrowth, alignment)
d = 0:last(xlims())
c = alignment * (1 + dailygrowth) .^ (d)
plot!(d, c, ls=:dot, color=:gray, lw=2, label="+$(100dailygrowth)% daily")
plot!(legend=:bottomright)
end
# Do it! (plotting the data)
countries = [:China, :Turkey, :India, :Iraq, :Bahrain, :Iran, :Germany, :Switzerland, :Netherlands, :Belgium, :Italy, :France, :Spain, :Australia, :US, :United_Kingdom, :Singapore, :Korea_South, :Japan, :Norway, :Finland, :Sweden]
doit(df, countries, 100, lockdowndict)
addtrend(0.25, 100)
@briochemc
Copy link
Author

briochemc commented Mar 18, 2020

First output "Will Australia be like current Italy in ~3 weeks?"

covid19.jl output

Second output: All death cases above 10

covid19_deaths.jl output

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment