Skip to content

Instantly share code, notes, and snippets.

@eqs
Created August 18, 2019 02:57
Show Gist options
  • Save eqs/9b8d2fbc92f0adb3f6ce288b3164132a to your computer and use it in GitHub Desktop.
Save eqs/9b8d2fbc92f0adb3f6ce288b3164132a to your computer and use it in GitHub Desktop.
混合ガウスモデルのギプスサンプリングのJulia実装
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# 混合ガウスモデルのギプスサンプリングのJulia実装\n",
"---"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Ground Truthから訓練データをサンプリングする"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"using PDMats\n",
"using Distributions\n",
"using LinearAlgebra\n",
"using Plots\n",
"using ProgressBars"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"MixtureModel{MvNormal}(K = 3)\n",
"components[1] (prior = 0.4000): FullNormal(\n",
"dim: 2\n",
"μ: [0.0, 5.0]\n",
"Σ: [1.0 0.0; 0.0 2.0]\n",
")\n",
"\n",
"components[2] (prior = 0.3500): FullNormal(\n",
"dim: 2\n",
"μ: [-5.0, 2.0]\n",
"Σ: [0.5 0.75; 0.75 2.0]\n",
")\n",
"\n",
"components[3] (prior = 0.2500): FullNormal(\n",
"dim: 2\n",
"μ: [5.0, -2.0]\n",
"Σ: [0.5 0.1; 0.1 0.5]\n",
")\n",
"\n"
]
},
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"μ1_gt = [0.; 5.]\n",
"μ2_gt = [-5.; 2.]\n",
"μ3_gt = [5.; -2.]\n",
"\n",
"Σ1_gt = [1. 0.; 0. 2.]\n",
"Σ2_gt = [.5 .75; .75 2.]\n",
"Σ3_gt = [.5 .1; .1 .5]\n",
"\n",
"π_gt = [.4, .35, .25]\n",
"\n",
"mixture_components = MvNormal[\n",
" MvNormal(μ1_gt, Σ1_gt), \n",
" MvNormal(μ2_gt, Σ2_gt), \n",
" MvNormal(μ3_gt, Σ3_gt)\n",
"];\n",
"\n",
"model_gt = MixtureModel(mixture_components, π_gt)"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [
{
"data": {
"image/svg+xml": [
"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n",
"<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\">\n",
"<defs>\n",
" <clipPath id=\"clip3400\">\n",
" <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polygon clip-path=\"url(#clip3400)\" points=\"\n",
"0,1600 2400,1600 2400,0 0,0 \n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip3401\">\n",
" <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polygon clip-path=\"url(#clip3400)\" points=\"\n",
"182.008,1487.47 2352.76,1487.47 2352.76,47.2441 182.008,47.2441 \n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip3402\">\n",
" <rect x=\"182\" y=\"47\" width=\"2172\" height=\"1441\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip3402)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 461.049,1487.47 461.049,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3402)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 842.319,1487.47 842.319,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3402)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1223.59,1487.47 1223.59,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3402)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1604.86,1487.47 1604.86,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3402)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1986.13,1487.47 1986.13,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3402)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 182.008,1283.78 2352.76,1283.78 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3402)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 182.008,997.284 2352.76,997.284 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3402)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 182.008,710.784 2352.76,710.784 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3402)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 182.008,424.284 2352.76,424.284 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3402)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 182.008,137.785 2352.76,137.785 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3400)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 182.008,1487.47 2352.76,1487.47 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3400)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 182.008,1487.47 182.008,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3400)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 461.049,1487.47 461.049,1465.87 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3400)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 842.319,1487.47 842.319,1465.87 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3400)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1223.59,1487.47 1223.59,1465.87 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3400)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1604.86,1487.47 1604.86,1465.87 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3400)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1986.13,1487.47 1986.13,1465.87 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3400)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 182.008,1283.78 214.569,1283.78 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3400)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 182.008,997.284 214.569,997.284 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3400)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 182.008,710.784 214.569,710.784 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3400)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 182.008,424.284 214.569,424.284 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3400)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 182.008,137.785 214.569,137.785 \n",
" \"/>\n",
"<g clip-path=\"url(#clip3400)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 461.049, 1541.47)\" x=\"461.049\" y=\"1541.47\">-5.0</text>\n",
"</g>\n",
"<g clip-path=\"url(#clip3400)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 842.319, 1541.47)\" x=\"842.319\" y=\"1541.47\">-2.5</text>\n",
"</g>\n",
"<g clip-path=\"url(#clip3400)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 1223.59, 1541.47)\" x=\"1223.59\" y=\"1541.47\">0.0</text>\n",
"</g>\n",
"<g clip-path=\"url(#clip3400)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 1604.86, 1541.47)\" x=\"1604.86\" y=\"1541.47\">2.5</text>\n",
"</g>\n",
"<g clip-path=\"url(#clip3400)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 1986.13, 1541.47)\" x=\"1986.13\" y=\"1541.47\">5.0</text>\n",
"</g>\n",
"<g clip-path=\"url(#clip3400)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 158.008, 1301.28)\" x=\"158.008\" y=\"1301.28\">-2.5</text>\n",
"</g>\n",
"<g clip-path=\"url(#clip3400)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 158.008, 1014.78)\" x=\"158.008\" y=\"1014.78\">0.0</text>\n",
"</g>\n",
"<g clip-path=\"url(#clip3400)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 158.008, 728.284)\" x=\"158.008\" y=\"728.284\">2.5</text>\n",
"</g>\n",
"<g clip-path=\"url(#clip3400)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 158.008, 441.784)\" x=\"158.008\" y=\"441.784\">5.0</text>\n",
"</g>\n",
"<g clip-path=\"url(#clip3400)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 158.008, 155.285)\" x=\"158.008\" y=\"155.285\">7.5</text>\n",
"</g>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"243.918\" cy=\"960.078\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"243.918\" cy=\"960.078\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1196.98\" cy=\"303.303\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1196.98\" cy=\"303.303\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2025.6\" cy=\"1149.14\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"2025.6\" cy=\"1149.14\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2066.16\" cy=\"1277.85\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"2066.16\" cy=\"1277.85\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2025.77\" cy=\"1239.72\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"2025.77\" cy=\"1239.72\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"378.011\" cy=\"813.661\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"378.011\" cy=\"813.661\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1945.89\" cy=\"1188.02\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1945.89\" cy=\"1188.02\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1952.83\" cy=\"1370.22\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1952.83\" cy=\"1370.22\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1047.51\" cy=\"500.922\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1047.51\" cy=\"500.922\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1952.14\" cy=\"1103.61\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1952.14\" cy=\"1103.61\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"511.974\" cy=\"477.556\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"511.974\" cy=\"477.556\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"532.567\" cy=\"678.263\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"532.567\" cy=\"678.263\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2043.96\" cy=\"1233.17\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"2043.96\" cy=\"1233.17\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"490.93\" cy=\"828.069\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"490.93\" cy=\"828.069\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1465.48\" cy=\"499.453\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1465.48\" cy=\"499.453\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"440.877\" cy=\"831.162\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"440.877\" cy=\"831.162\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"600.783\" cy=\"638.654\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"600.783\" cy=\"638.654\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1269.68\" cy=\"492.806\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1269.68\" cy=\"492.806\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"371.872\" cy=\"876.007\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"371.872\" cy=\"876.007\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"624.929\" cy=\"483.39\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"624.929\" cy=\"483.39\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1912.11\" cy=\"1221.74\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1912.11\" cy=\"1221.74\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"573.057\" cy=\"723\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"573.057\" cy=\"723\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1229.02\" cy=\"348.187\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1229.02\" cy=\"348.187\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"391.847\" cy=\"1015.35\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"391.847\" cy=\"1015.35\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"590.152\" cy=\"704.763\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"590.152\" cy=\"704.763\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1148.01\" cy=\"439.468\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1148.01\" cy=\"439.468\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1203.63\" cy=\"342.406\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1203.63\" cy=\"342.406\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2112.92\" cy=\"1140.19\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"2112.92\" cy=\"1140.19\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1010.72\" cy=\"491.392\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1010.72\" cy=\"491.392\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"530.15\" cy=\"506.741\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"530.15\" cy=\"506.741\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"536.04\" cy=\"418.25\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"536.04\" cy=\"418.25\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1981.12\" cy=\"1235.93\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1981.12\" cy=\"1235.93\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1401.25\" cy=\"844.236\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1401.25\" cy=\"844.236\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1416.89\" cy=\"513.354\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1416.89\" cy=\"513.354\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2022.36\" cy=\"1297.18\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"2022.36\" cy=\"1297.18\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1896.17\" cy=\"1314.4\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1896.17\" cy=\"1314.4\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1963.86\" cy=\"1222.01\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1963.86\" cy=\"1222.01\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1291.22\" cy=\"504.42\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1291.22\" cy=\"504.42\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1191.51\" cy=\"393.7\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1191.51\" cy=\"393.7\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1045.53\" cy=\"388.625\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1045.53\" cy=\"388.625\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"538.046\" cy=\"706.02\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"538.046\" cy=\"706.02\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"534.643\" cy=\"849.35\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"534.643\" cy=\"849.35\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"456.831\" cy=\"815.527\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"456.831\" cy=\"815.527\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1734.71\" cy=\"1330.14\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1734.71\" cy=\"1330.14\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"430.031\" cy=\"908.486\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"430.031\" cy=\"908.486\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1191.77\" cy=\"369.785\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1191.77\" cy=\"369.785\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1471.39\" cy=\"310.296\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1471.39\" cy=\"310.296\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1909.51\" cy=\"1353.91\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1909.51\" cy=\"1353.91\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1942.57\" cy=\"1234.14\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1942.57\" cy=\"1234.14\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"397.613\" cy=\"729.566\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"397.613\" cy=\"729.566\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1241.44\" cy=\"460.1\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1241.44\" cy=\"460.1\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1996.19\" cy=\"1356.67\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1996.19\" cy=\"1356.67\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2004.76\" cy=\"1199.42\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"2004.76\" cy=\"1199.42\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1092.26\" cy=\"470.115\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1092.26\" cy=\"470.115\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1049.87\" cy=\"580.155\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1049.87\" cy=\"580.155\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"694.408\" cy=\"654.187\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"694.408\" cy=\"654.187\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"361.539\" cy=\"891.243\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"361.539\" cy=\"891.243\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1943.52\" cy=\"1193.07\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1943.52\" cy=\"1193.07\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1306.16\" cy=\"587.703\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1306.16\" cy=\"587.703\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1798.08\" cy=\"1262.43\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1798.08\" cy=\"1262.43\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"600.498\" cy=\"690.147\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"600.498\" cy=\"690.147\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"370.838\" cy=\"994.505\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"370.838\" cy=\"994.505\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1849.89\" cy=\"1265.82\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1849.89\" cy=\"1265.82\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2073.25\" cy=\"1328.44\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"2073.25\" cy=\"1328.44\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1268.37\" cy=\"442.58\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1268.37\" cy=\"442.58\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1248.11\" cy=\"780.889\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1248.11\" cy=\"780.889\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"413.603\" cy=\"1072.22\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"413.603\" cy=\"1072.22\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1069.35\" cy=\"429.486\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1069.35\" cy=\"429.486\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"484.57\" cy=\"760.574\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"484.57\" cy=\"760.574\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"243.444\" cy=\"1227.86\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"243.444\" cy=\"1227.86\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"528.706\" cy=\"825.865\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"528.706\" cy=\"825.865\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1213.13\" cy=\"199.938\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1213.13\" cy=\"199.938\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1095.11\" cy=\"336.052\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1095.11\" cy=\"336.052\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1298.86\" cy=\"198.123\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1298.86\" cy=\"198.123\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"402.262\" cy=\"856.167\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"402.262\" cy=\"856.167\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2012.25\" cy=\"1257.82\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"2012.25\" cy=\"1257.82\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1113.93\" cy=\"168.824\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1113.93\" cy=\"168.824\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"591.487\" cy=\"775.519\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"591.487\" cy=\"775.519\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"481.892\" cy=\"733.348\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"481.892\" cy=\"733.348\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2131.91\" cy=\"1176.97\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"2131.91\" cy=\"1176.97\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1922.08\" cy=\"1273.95\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1922.08\" cy=\"1273.95\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"458.742\" cy=\"697.697\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"458.742\" cy=\"697.697\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1105.83\" cy=\"366.085\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1105.83\" cy=\"366.085\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1049.62\" cy=\"538.684\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1049.62\" cy=\"538.684\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"558.267\" cy=\"603.138\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"558.267\" cy=\"603.138\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2145.05\" cy=\"1076.3\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"2145.05\" cy=\"1076.3\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1820.62\" cy=\"1363.75\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1820.62\" cy=\"1363.75\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"389.745\" cy=\"741.622\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"389.745\" cy=\"741.622\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1158.94\" cy=\"364.318\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1158.94\" cy=\"364.318\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1251.02\" cy=\"423.651\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1251.02\" cy=\"423.651\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"479.796\" cy=\"597.314\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"479.796\" cy=\"597.314\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1097.91\" cy=\"88.0053\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1097.91\" cy=\"88.0053\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1956.99\" cy=\"1284.25\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1956.99\" cy=\"1284.25\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1098.41\" cy=\"460.39\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1098.41\" cy=\"460.39\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"691.364\" cy=\"396.826\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"691.364\" cy=\"396.826\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1039.9\" cy=\"573.602\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1039.9\" cy=\"573.602\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2204.77\" cy=\"1122.83\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"2204.77\" cy=\"1122.83\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1831.64\" cy=\"1347.96\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1831.64\" cy=\"1347.96\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"406.128\" cy=\"774.736\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"406.128\" cy=\"774.736\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"495.513\" cy=\"858.474\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"495.513\" cy=\"858.474\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1324.41\" cy=\"305.144\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1324.41\" cy=\"305.144\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1364.57\" cy=\"598.469\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1364.57\" cy=\"598.469\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1110.9\" cy=\"464.569\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1110.9\" cy=\"464.569\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1219.19\" cy=\"824.144\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1219.19\" cy=\"824.144\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1983.27\" cy=\"1256.76\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1983.27\" cy=\"1256.76\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"424.036\" cy=\"705.148\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"424.036\" cy=\"705.148\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1397.11\" cy=\"333.806\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1397.11\" cy=\"333.806\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"756.136\" cy=\"719.766\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"756.136\" cy=\"719.766\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1904.56\" cy=\"1233.44\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1904.56\" cy=\"1233.44\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1948.53\" cy=\"1280.27\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1948.53\" cy=\"1280.27\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1247.35\" cy=\"257.613\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1247.35\" cy=\"257.613\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2103.95\" cy=\"1030\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"2103.95\" cy=\"1030\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1134.71\" cy=\"428.211\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1134.71\" cy=\"428.211\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1204.64\" cy=\"373.884\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1204.64\" cy=\"373.884\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"539.4\" cy=\"657.415\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"539.4\" cy=\"657.415\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"664.575\" cy=\"523.81\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"664.575\" cy=\"523.81\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1939.47\" cy=\"1172.15\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1939.47\" cy=\"1172.15\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"994.206\" cy=\"739.866\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"994.206\" cy=\"739.866\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"453.5\" cy=\"737.616\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"453.5\" cy=\"737.616\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"363.786\" cy=\"806.001\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"363.786\" cy=\"806.001\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"342.323\" cy=\"814.827\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"342.323\" cy=\"814.827\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"332.988\" cy=\"814.177\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"332.988\" cy=\"814.177\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1920.46\" cy=\"1269.67\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1920.46\" cy=\"1269.67\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1905.28\" cy=\"1283.11\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1905.28\" cy=\"1283.11\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"361.479\" cy=\"979.473\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"361.479\" cy=\"979.473\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2101.98\" cy=\"1151.05\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"2101.98\" cy=\"1151.05\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"424.527\" cy=\"1031.93\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"424.527\" cy=\"1031.93\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"396.829\" cy=\"930.334\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"396.829\" cy=\"930.334\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1078.26\" cy=\"414.334\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1078.26\" cy=\"414.334\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"434.512\" cy=\"902.013\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"434.512\" cy=\"902.013\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"515.362\" cy=\"708.881\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"515.362\" cy=\"708.881\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1922.27\" cy=\"1307.14\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1922.27\" cy=\"1307.14\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2057.97\" cy=\"1247.44\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"2057.97\" cy=\"1247.44\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"541.254\" cy=\"645.338\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"541.254\" cy=\"645.338\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1555.86\" cy=\"367.068\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1555.86\" cy=\"367.068\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"481.856\" cy=\"751.995\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"481.856\" cy=\"751.995\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"392.746\" cy=\"733.625\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"392.746\" cy=\"733.625\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1288.1\" cy=\"181.82\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1288.1\" cy=\"181.82\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"825.891\" cy=\"377.723\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"825.891\" cy=\"377.723\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1271.93\" cy=\"631.001\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1271.93\" cy=\"631.001\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"462.617\" cy=\"942.539\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"462.617\" cy=\"942.539\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1162.51\" cy=\"561.101\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1162.51\" cy=\"561.101\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"445.974\" cy=\"750.253\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"445.974\" cy=\"750.253\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"920.037\" cy=\"487.023\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"920.037\" cy=\"487.023\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1887.09\" cy=\"1351.34\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1887.09\" cy=\"1351.34\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1193.02\" cy=\"449.733\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1193.02\" cy=\"449.733\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"342.01\" cy=\"935.191\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"342.01\" cy=\"935.191\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1229.44\" cy=\"417.257\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1229.44\" cy=\"417.257\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1295.17\" cy=\"250.357\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1295.17\" cy=\"250.357\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2005.28\" cy=\"1273.44\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"2005.28\" cy=\"1273.44\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"594.009\" cy=\"588.694\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"594.009\" cy=\"588.694\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"565.762\" cy=\"754.806\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"565.762\" cy=\"754.806\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"395.41\" cy=\"753.092\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"395.41\" cy=\"753.092\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"528.474\" cy=\"543.786\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"528.474\" cy=\"543.786\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"590.156\" cy=\"605.958\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"590.156\" cy=\"605.958\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1236.72\" cy=\"551.738\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1236.72\" cy=\"551.738\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1247.24\" cy=\"466.174\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1247.24\" cy=\"466.174\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"386.029\" cy=\"821.673\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"386.029\" cy=\"821.673\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1976.32\" cy=\"1431.32\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1976.32\" cy=\"1431.32\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1946.15\" cy=\"1194.43\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1946.15\" cy=\"1194.43\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1002.25\" cy=\"698.529\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1002.25\" cy=\"698.529\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2099.55\" cy=\"1346.79\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"2099.55\" cy=\"1346.79\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"457.668\" cy=\"592.03\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"457.668\" cy=\"592.03\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1249.64\" cy=\"686.553\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1249.64\" cy=\"686.553\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1253.01\" cy=\"563.921\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1253.01\" cy=\"563.921\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"551.756\" cy=\"565.88\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"551.756\" cy=\"565.88\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1177.23\" cy=\"338.462\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1177.23\" cy=\"338.462\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"455.839\" cy=\"574.185\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"455.839\" cy=\"574.185\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1297.21\" cy=\"585.62\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1297.21\" cy=\"585.62\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"487.319\" cy=\"731.804\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"487.319\" cy=\"731.804\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"565.269\" cy=\"511.18\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"565.269\" cy=\"511.18\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"374.754\" cy=\"912.027\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"374.754\" cy=\"912.027\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1431.3\" cy=\"691.095\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1431.3\" cy=\"691.095\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2291.32\" cy=\"1222.12\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"2291.32\" cy=\"1222.12\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1163.21\" cy=\"328.763\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1163.21\" cy=\"328.763\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1056.04\" cy=\"349.381\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1056.04\" cy=\"349.381\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"516.327\" cy=\"688.15\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"516.327\" cy=\"688.15\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1487.89\" cy=\"596.403\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1487.89\" cy=\"596.403\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"490.529\" cy=\"855.204\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"490.529\" cy=\"855.204\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2218.11\" cy=\"1200.83\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"2218.11\" cy=\"1200.83\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1074.12\" cy=\"385.586\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1074.12\" cy=\"385.586\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1260.61\" cy=\"390.666\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1260.61\" cy=\"390.666\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1330.33\" cy=\"409.417\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1330.33\" cy=\"409.417\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"511.736\" cy=\"847.344\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"511.736\" cy=\"847.344\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1232.67\" cy=\"577.401\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1232.67\" cy=\"577.401\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"497.191\" cy=\"699.142\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"497.191\" cy=\"699.142\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1261.94\" cy=\"766.014\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1261.94\" cy=\"766.014\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"558.736\" cy=\"699.339\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"558.736\" cy=\"699.339\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1419.32\" cy=\"212.635\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1419.32\" cy=\"212.635\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"467.019\" cy=\"683.492\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"467.019\" cy=\"683.492\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"544.568\" cy=\"823.073\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"544.568\" cy=\"823.073\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2045.07\" cy=\"1152.29\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"2045.07\" cy=\"1152.29\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1367.61\" cy=\"375.602\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1367.61\" cy=\"375.602\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1940.51\" cy=\"1265.97\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1940.51\" cy=\"1265.97\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1215.95\" cy=\"411.067\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1215.95\" cy=\"411.067\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2008.18\" cy=\"1102.9\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"2008.18\" cy=\"1102.9\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"410.43\" cy=\"930.113\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"410.43\" cy=\"930.113\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"541.009\" cy=\"750.474\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"541.009\" cy=\"750.474\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1373.9\" cy=\"564.073\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1373.9\" cy=\"564.073\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"743.524\" cy=\"398.2\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"743.524\" cy=\"398.2\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"490.075\" cy=\"740.334\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"490.075\" cy=\"740.334\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"434.349\" cy=\"919.043\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"434.349\" cy=\"919.043\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2028.7\" cy=\"1289.47\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"2028.7\" cy=\"1289.47\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1338.32\" cy=\"571.027\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1338.32\" cy=\"571.027\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"297.702\" cy=\"1068.83\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"297.702\" cy=\"1068.83\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"498.44\" cy=\"739.85\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"498.44\" cy=\"739.85\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1470.46\" cy=\"226.58\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1470.46\" cy=\"226.58\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"486.429\" cy=\"641.528\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"486.429\" cy=\"641.528\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"502.534\" cy=\"873.476\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"502.534\" cy=\"873.476\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1817.96\" cy=\"1177.2\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1817.96\" cy=\"1177.2\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"391.082\" cy=\"976.004\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"391.082\" cy=\"976.004\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"506.065\" cy=\"411.636\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"506.065\" cy=\"411.636\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"262.433\" cy=\"1152.32\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"262.433\" cy=\"1152.32\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1318.58\" cy=\"597.238\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1318.58\" cy=\"597.238\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1945.71\" cy=\"1446.71\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1945.71\" cy=\"1446.71\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1967.3\" cy=\"1114.94\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1967.3\" cy=\"1114.94\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"406.1\" cy=\"758.707\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"406.1\" cy=\"758.707\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"508.655\" cy=\"791.624\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"508.655\" cy=\"791.624\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1014.74\" cy=\"533.059\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1014.74\" cy=\"533.059\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1833.81\" cy=\"1209.17\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1833.81\" cy=\"1209.17\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"447.918\" cy=\"797.605\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"447.918\" cy=\"797.605\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1554.36\" cy=\"786.624\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1554.36\" cy=\"786.624\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1992.45\" cy=\"1158.72\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1992.45\" cy=\"1158.72\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"487.15\" cy=\"692.113\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"487.15\" cy=\"692.113\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1148.37\" cy=\"639.787\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1148.37\" cy=\"639.787\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"346.724\" cy=\"995.842\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"346.724\" cy=\"995.842\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"457.604\" cy=\"646.618\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"457.604\" cy=\"646.618\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"339.907\" cy=\"1099.38\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"339.907\" cy=\"1099.38\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1876.39\" cy=\"1147.04\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1876.39\" cy=\"1147.04\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"577.634\" cy=\"662.723\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"577.634\" cy=\"662.723\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1042.14\" cy=\"567.179\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1042.14\" cy=\"567.179\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1671.12\" cy=\"1227.88\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1671.12\" cy=\"1227.88\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1377\" cy=\"358.75\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1377\" cy=\"358.75\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1868.39\" cy=\"1261.16\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1868.39\" cy=\"1261.16\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1262.94\" cy=\"424.209\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1262.94\" cy=\"424.209\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"613.239\" cy=\"608.997\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"613.239\" cy=\"608.997\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1409.48\" cy=\"436.761\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1409.48\" cy=\"436.761\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1958\" cy=\"1272.05\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1958\" cy=\"1272.05\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"400.15\" cy=\"731.973\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"400.15\" cy=\"731.973\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1181.71\" cy=\"276.321\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1181.71\" cy=\"276.321\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1916.16\" cy=\"1162.95\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1916.16\" cy=\"1162.95\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2101.19\" cy=\"1184.09\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"2101.19\" cy=\"1184.09\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"318.708\" cy=\"947.759\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"318.708\" cy=\"947.759\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1999.06\" cy=\"1109.98\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1999.06\" cy=\"1109.98\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1164.63\" cy=\"607.576\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1164.63\" cy=\"607.576\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"419.631\" cy=\"703.254\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"419.631\" cy=\"703.254\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1155.81\" cy=\"750.026\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1155.81\" cy=\"750.026\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1511.34\" cy=\"351.58\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1511.34\" cy=\"351.58\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2039.1\" cy=\"1285.05\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"2039.1\" cy=\"1285.05\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1260.87\" cy=\"490.449\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1260.87\" cy=\"490.449\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1116.23\" cy=\"360.834\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1116.23\" cy=\"360.834\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"693.035\" cy=\"650.065\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"693.035\" cy=\"650.065\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1914.07\" cy=\"1209.31\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1914.07\" cy=\"1209.31\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1422.31\" cy=\"619.708\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1422.31\" cy=\"619.708\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"279.325\" cy=\"818.226\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"279.325\" cy=\"818.226\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"542.949\" cy=\"577.079\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"542.949\" cy=\"577.079\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"382.189\" cy=\"869.566\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"382.189\" cy=\"869.566\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"414.85\" cy=\"855.562\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"414.85\" cy=\"855.562\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2028.04\" cy=\"1180.21\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"2028.04\" cy=\"1180.21\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"477.037\" cy=\"782.287\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"477.037\" cy=\"782.287\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1996.46\" cy=\"1402.13\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1996.46\" cy=\"1402.13\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1051.6\" cy=\"466.67\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1051.6\" cy=\"466.67\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"470.821\" cy=\"739.344\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"470.821\" cy=\"739.344\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1170.14\" cy=\"451.11\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1170.14\" cy=\"451.11\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1107.7\" cy=\"477.959\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1107.7\" cy=\"477.959\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1269.99\" cy=\"299.173\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1269.99\" cy=\"299.173\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2050.11\" cy=\"1173.95\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"2050.11\" cy=\"1173.95\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2060.95\" cy=\"1187.75\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"2060.95\" cy=\"1187.75\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"424.227\" cy=\"672.998\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"424.227\" cy=\"672.998\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2093.63\" cy=\"1236.03\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"2093.63\" cy=\"1236.03\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1972.01\" cy=\"1359.37\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1972.01\" cy=\"1359.37\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"380.726\" cy=\"856.158\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"380.726\" cy=\"856.158\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1341.08\" cy=\"387.117\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1341.08\" cy=\"387.117\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1130.9\" cy=\"498.362\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1130.9\" cy=\"498.362\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1156.93\" cy=\"546.256\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1156.93\" cy=\"546.256\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2164.95\" cy=\"1330.46\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"2164.95\" cy=\"1330.46\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"494.419\" cy=\"644.988\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"494.419\" cy=\"644.988\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1369.59\" cy=\"216.317\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1369.59\" cy=\"216.317\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1969.4\" cy=\"1179.97\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1969.4\" cy=\"1179.97\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"369.938\" cy=\"704.141\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"369.938\" cy=\"704.141\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1320.99\" cy=\"525.153\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1320.99\" cy=\"525.153\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1255.12\" cy=\"539.067\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1255.12\" cy=\"539.067\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2139.96\" cy=\"1154.88\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"2139.96\" cy=\"1154.88\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2097.63\" cy=\"1273.31\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"2097.63\" cy=\"1273.31\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1356.4\" cy=\"625.292\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1356.4\" cy=\"625.292\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"625.185\" cy=\"597.312\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"625.185\" cy=\"597.312\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"427.241\" cy=\"961.605\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"427.241\" cy=\"961.605\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"551.973\" cy=\"730.489\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"551.973\" cy=\"730.489\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1958.53\" cy=\"1326.26\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1958.53\" cy=\"1326.26\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"506.447\" cy=\"874.631\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"506.447\" cy=\"874.631\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1046.97\" cy=\"271.287\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1046.97\" cy=\"271.287\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1223.79\" cy=\"296.087\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1223.79\" cy=\"296.087\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1235.1\" cy=\"218.944\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1235.1\" cy=\"218.944\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1439.3\" cy=\"400.432\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1439.3\" cy=\"400.432\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"285.144\" cy=\"943.215\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"285.144\" cy=\"943.215\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1988.09\" cy=\"1248.91\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1988.09\" cy=\"1248.91\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"520.681\" cy=\"661.422\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"520.681\" cy=\"661.422\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2013.56\" cy=\"1138.18\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"2013.56\" cy=\"1138.18\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1964.4\" cy=\"1207.52\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1964.4\" cy=\"1207.52\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1928.27\" cy=\"1232.33\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3402)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1928.27\" cy=\"1232.33\" r=\"14\"/>\n",
"<polygon clip-path=\"url(#clip3400)\" points=\"\n",
"1989.93,251.724 2280.76,251.724 2280.76,130.764 1989.93,130.764 \n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip3400)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1989.93,251.724 2280.76,251.724 2280.76,130.764 1989.93,130.764 1989.93,251.724 \n",
" \"/>\n",
"<circle clip-path=\"url(#clip3400)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2097.93\" cy=\"191.244\" r=\"25\"/>\n",
"<circle clip-path=\"url(#clip3400)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"2097.93\" cy=\"191.244\" r=\"21\"/>\n",
"<g clip-path=\"url(#clip3400)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:start;\" transform=\"rotate(0, 2181.93, 208.744)\" x=\"2181.93\" y=\"208.744\">y1</text>\n",
"</g>\n",
"</svg>\n"
]
},
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"N = 300\n",
"\n",
"x_train = rand(model_gt, N)\n",
"scatter(x_train[1, :], x_train[2, :])"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# GMMの構造体を作る"
]
},
{
"cell_type": "code",
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
"struct Gauss\n",
" μ::Vector{Float64} # Mean Vector\n",
" Λ::Matrix{Float64} # Precision Matrix\n",
"end\n",
"\n",
"struct GMM\n",
" D::Int\n",
" K::Int\n",
" mixing_coeff::Vector{Float64}\n",
" components::Vector{Gauss}\n",
"end"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"GMMの可視化用の関数"
]
},
{
"cell_type": "code",
"execution_count": 5,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"plot_contours (generic function with 1 method)"
]
},
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"function plot_contours(gmm::GMM)\n",
" mvnormals = MvNormal[\n",
" MvNormal(\n",
" gmm.components[k].μ, \n",
" PDMat(Symmetric(inv(gmm.components[k].Λ)))\n",
" ) for k in 1:gmm.K]\n",
" \n",
" for k in 1:gmm.K\n",
" contour!(-10:0.05:10, -10:0.05:10, (x,y)->pdf(mvnormals[k], [x,y]), color=k, colorbar=:none)\n",
" end\n",
"end"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## ハイパーパラメタの準備"
]
},
{
"cell_type": "code",
"execution_count": 6,
"metadata": {},
"outputs": [],
"source": [
"# Number of Classes\n",
"K = 3;\n",
"\n",
"# Number of Dimensions\n",
"D = 2;"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"クラスタごとに別々の事前分布を設定することもできるが,ここでは全てのクラスタに同じ事前分布を設定している."
]
},
{
"cell_type": "code",
"execution_count": 7,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"2×2 Array{Float64,2}:\n",
" 1.0 0.0\n",
" 0.0 1.0"
]
},
"execution_count": 7,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"α0 = ones(K)\n",
"μ0 = zeros(D)\n",
"β0 = 1.0\n",
"ν0 = convert(Float64, D)\n",
"W0 = Matrix{Float64}(I, D, D)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## 潜在変数の準備"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"潜在変数の初期値は事前分布からサンプリングする"
]
},
{
"cell_type": "code",
"execution_count": 8,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"3-element Array{Gauss,1}:\n",
" Gauss([-5.45594, 10.6532], [1.08619 0.572529; 0.572529 0.308124]) \n",
" Gauss([-1.11151, 1.82516], [0.789222 0.198393; 0.198393 0.640528])\n",
" Gauss([-0.98439, 2.21395], [1.54854 0.207806; 0.207806 0.297267]) "
]
},
"execution_count": 8,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"mixing_coeff = rand(Dirichlet(α0))\n",
"\n",
"μk = zeros(K, D)\n",
"Λk = zeros(K, D, D)\n",
"\n",
"for k in 1:K\n",
" Λk[k, :, :] = rand(Wishart(ν0, W0))\n",
" μk[k, :] = rand(MvNormal(μ0, PDMat(Symmetric(inv(β0 * Λk[k, :, :])))))\n",
"end\n",
"\n",
"gaussians = Gauss[Gauss(μk[k, :], Λk[k, :, :]) for k in 1:K]"
]
},
{
"cell_type": "code",
"execution_count": 9,
"metadata": {},
"outputs": [],
"source": [
"gmm = GMM(D, K, mixing_coeff, gaussians)\n",
"hidden_state = rand(Categorical(gmm.mixing_coeff), N);"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"データとクラスタの割当をプロット"
]
},
{
"cell_type": "code",
"execution_count": 10,
"metadata": {},
"outputs": [
{
"data": {
"image/svg+xml": [
"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n",
"<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\">\n",
"<defs>\n",
" <clipPath id=\"clip3800\">\n",
" <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polygon clip-path=\"url(#clip3800)\" points=\"\n",
"0,1600 2400,1600 2400,0 0,0 \n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip3801\">\n",
" <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polygon clip-path=\"url(#clip3800)\" points=\"\n",
"168.627,1487.47 2352.76,1487.47 2352.76,47.2441 168.627,47.2441 \n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip3802\">\n",
" <rect x=\"168\" y=\"47\" width=\"2185\" height=\"1441\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 230.442,1487.47 230.442,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 745.567,1487.47 745.567,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1260.69,1487.47 1260.69,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1775.82,1487.47 1775.82,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2290.94,1487.47 2290.94,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 168.627,1446.71 2352.76,1446.71 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 168.627,1107.04 2352.76,1107.04 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 168.627,767.359 2352.76,767.359 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 168.627,427.682 2352.76,427.682 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 168.627,88.0053 2352.76,88.0053 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 168.627,1487.47 2352.76,1487.47 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 168.627,1487.47 168.627,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 230.442,1487.47 230.442,1465.87 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 745.567,1487.47 745.567,1465.87 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1260.69,1487.47 1260.69,1465.87 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1775.82,1487.47 1775.82,1465.87 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2290.94,1487.47 2290.94,1465.87 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 168.627,1446.71 201.389,1446.71 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 168.627,1107.04 201.389,1107.04 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 168.627,767.359 201.389,767.359 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 168.627,427.682 201.389,427.682 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 168.627,88.0053 201.389,88.0053 \n",
" \"/>\n",
"<g clip-path=\"url(#clip3800)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 230.442, 1541.47)\" x=\"230.442\" y=\"1541.47\">-10</text>\n",
"</g>\n",
"<g clip-path=\"url(#clip3800)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 745.567, 1541.47)\" x=\"745.567\" y=\"1541.47\">-5</text>\n",
"</g>\n",
"<g clip-path=\"url(#clip3800)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 1260.69, 1541.47)\" x=\"1260.69\" y=\"1541.47\">0</text>\n",
"</g>\n",
"<g clip-path=\"url(#clip3800)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 1775.82, 1541.47)\" x=\"1775.82\" y=\"1541.47\">5</text>\n",
"</g>\n",
"<g clip-path=\"url(#clip3800)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 2290.94, 1541.47)\" x=\"2290.94\" y=\"1541.47\">10</text>\n",
"</g>\n",
"<g clip-path=\"url(#clip3800)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 144.627, 1464.21)\" x=\"144.627\" y=\"1464.21\">-10</text>\n",
"</g>\n",
"<g clip-path=\"url(#clip3800)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 144.627, 1124.54)\" x=\"144.627\" y=\"1124.54\">-5</text>\n",
"</g>\n",
"<g clip-path=\"url(#clip3800)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 144.627, 784.859)\" x=\"144.627\" y=\"784.859\">0</text>\n",
"</g>\n",
"<g clip-path=\"url(#clip3800)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 144.627, 445.182)\" x=\"144.627\" y=\"445.182\">5</text>\n",
"</g>\n",
"<g clip-path=\"url(#clip3800)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 144.627, 105.505)\" x=\"144.627\" y=\"105.505\">10</text>\n",
"</g>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 848.011,88.0053 848.592,88.7389 850.714,91.4021 853.402,94.7989 853.743,95.2301 856.103,98.1956 858.787,101.592 858.894,101.728 861.487,104.989 864.045,108.231 \n",
" 864.169,108.386 866.866,111.783 869.197,114.74 869.546,115.18 872.238,118.576 874.348,121.255 874.918,121.973 877.605,125.37 879.499,127.777 880.284,128.767 \n",
" 882.967,132.163 884.65,134.305 885.644,135.56 888.323,138.957 889.802,140.84 890.999,142.354 893.673,145.75 894.953,147.382 896.348,149.147 899.018,152.544 \n",
" 900.104,153.93 901.691,155.941 904.357,159.338 905.255,160.485 907.029,162.734 909.691,166.131 910.407,167.047 912.36,169.528 915.018,172.925 915.558,173.615 \n",
" 917.687,176.321 920.341,179.718 920.709,180.19 923.007,183.115 925.658,186.512 925.86,186.772 928.322,189.908 930.969,193.305 931.012,193.36 933.631,196.702 \n",
" 936.163,199.955 936.276,200.099 938.935,203.496 941.314,206.556 941.578,206.892 944.232,210.289 946.465,213.164 946.874,213.686 949.524,217.083 951.617,219.779 \n",
" 952.164,220.479 954.811,223.876 956.768,226.401 957.448,227.273 960.091,230.67 961.919,233.031 962.727,234.066 965.366,237.463 967.07,239.667 968,240.86 \n",
" 970.635,244.257 972.222,246.311 973.266,247.654 975.898,251.05 977.373,252.961 978.527,254.447 981.155,257.844 982.524,259.619 983.783,261.241 986.407,264.637 \n",
" 987.675,266.285 989.032,268.034 991.653,271.431 992.827,272.957 994.275,274.828 996.892,278.224 997.978,279.637 999.512,281.621 1002.13,285.018 1003.13,286.325 \n",
" 1004.74,288.415 1007.35,291.812 1008.28,293.02 1009.97,295.208 1012.58,298.605 1013.43,299.722 1015.19,302.002 1017.79,305.399 1018.58,306.433 1020.4,308.795 \n",
" 1023,312.192 1023.73,313.151 1025.61,315.589 1028.21,318.986 1028.89,319.877 1030.81,322.382 1033.4,325.779 1034.04,326.61 1036,329.176 1038.59,332.573 \n",
" 1039.19,333.352 1041.19,335.97 1043.78,339.366 1044.34,340.102 1046.37,342.763 1048.96,346.16 1049.49,346.859 1051.55,349.557 1054.13,352.953 1054.64,353.625 \n",
" 1056.72,356.35 1059.3,359.747 1059.79,360.4 1061.88,363.144 1064.46,366.541 1064.94,367.182 1067.04,369.937 1069.61,373.334 1070.1,373.974 1072.19,376.731 \n",
" 1074.76,380.128 1075.25,380.773 1077.33,383.524 1079.9,386.921 1080.4,387.582 1082.47,390.318 1085.03,393.715 1085.55,394.399 1087.6,397.111 1090.16,400.508 \n",
" 1090.7,401.225 1092.73,403.905 1095.28,407.302 1095.85,408.06 1097.84,410.699 1100.4,414.095 1101,414.905 1102.95,417.492 1105.5,420.889 1106.15,421.758 \n",
" 1108.06,424.286 1110.6,427.682 1111.31,428.621 1113.15,431.079 1115.7,434.476 1116.46,435.494 1118.24,437.873 1120.78,441.269 1121.61,442.376 1123.32,444.666 \n",
" 1125.86,448.063 1126.76,449.267 1128.4,451.46 1130.93,454.857 1131.91,456.169 1133.47,458.253 1136,461.65 1137.06,463.081 1138.53,465.047 1141.05,468.444 \n",
" 1142.21,470.003 1143.58,471.84 1146.1,475.237 1147.36,476.936 1148.63,478.634 1151.15,482.031 1152.52,483.879 1153.67,485.427 1156.18,488.824 1157.67,490.832 \n",
" 1158.7,492.221 1161.21,495.618 1162.82,497.797 1163.72,499.015 1166.23,502.411 1167.97,504.772 1168.74,505.808 1171.24,509.205 1173.12,511.759 1173.74,512.602 \n",
" 1176.24,515.998 1178.27,518.757 1178.74,519.395 1181.24,522.792 1183.42,525.767 1183.73,526.189 1186.23,529.585 1188.57,532.789 1188.72,532.982 1191.2,536.379 \n",
" 1193.69,539.776 1193.73,539.822 1196.18,543.173 1198.66,546.569 1198.88,546.87 1201.14,549.966 1203.62,553.363 1204.03,553.93 1206.09,556.76 1208.56,560.156 \n",
" 1209.18,561.002 1211.04,563.553 1213.5,566.95 1214.33,568.088 1215.97,570.347 1218.44,573.744 1219.48,575.187 1220.9,577.14 1223.36,580.537 1224.63,582.3 \n",
" 1225.82,583.934 1228.27,587.331 1229.78,589.426 1230.72,590.727 1233.17,594.124 1234.94,596.567 1235.62,597.521 1238.07,600.918 1240.09,603.722 1240.51,604.314 \n",
" 1242.95,607.711 1245.24,610.891 1245.39,611.108 1247.83,614.505 1250.26,617.902 1250.39,618.078 1252.69,621.298 1255.12,624.695 1255.54,625.282 1257.54,628.092 \n",
" 1259.97,631.489 1260.69,632.502 1262.39,634.885 1264.81,638.282 1265.84,639.738 1267.22,641.679 1269.63,645.076 1270.99,646.991 1272.04,648.472 1274.45,651.869 \n",
" 1276.15,654.26 1276.86,655.266 1279.25,658.663 1281.3,661.547 1281.66,662.06 1284.05,665.456 1286.45,668.852 1286.45,668.853 1288.83,672.25 1291.22,675.647 \n",
" 1291.6,676.182 1293.6,679.043 1295.98,682.44 1296.75,683.532 1298.36,685.837 1300.74,689.234 1301.9,690.9 1303.11,692.63 1305.47,696.027 1307.05,698.289 \n",
" 1307.84,699.424 1310.2,702.821 1312.2,705.698 1312.56,706.218 1314.91,709.614 1317.27,713.011 1317.36,713.13 1319.61,716.408 1321.96,719.805 1322.51,720.593 \n",
" 1324.3,723.201 1326.64,726.598 1327.66,728.08 1328.97,729.995 1331.3,733.392 1332.81,735.589 1333.63,736.788 1335.94,740.185 1337.96,743.122 1338.27,743.582 \n",
" 1340.58,746.979 1342.9,750.376 1343.11,750.686 1345.2,753.772 1347.5,757.169 1348.26,758.286 1349.8,760.566 1352.09,763.963 1353.41,765.912 1354.39,767.359 \n",
" 1356.67,770.756 1358.57,773.566 1358.96,774.153 1361.22,777.55 1363.51,780.946 1363.72,781.257 1365.76,784.343 1368.03,787.74 1368.87,788.992 1370.28,791.137 \n",
" 1372.54,794.534 1374.02,796.759 1374.79,797.93 1377.02,801.327 1379.17,804.558 1379.28,804.724 1381.49,808.121 1383.73,811.517 1384.32,812.416 1385.94,814.914 \n",
" 1388.16,818.311 1389.47,820.315 1390.37,821.708 1392.57,825.105 1394.62,828.251 1394.79,828.501 1396.95,831.898 1399.15,835.295 1399.78,836.257 1401.32,838.692 \n",
" 1403.49,842.088 1404.93,844.314 1405.67,845.485 1407.81,848.882 1409.99,852.279 1410.08,852.418 1412.11,855.675 1414.25,859.072 1415.23,860.617 1416.38,862.469 \n",
" 1418.49,865.866 1420.38,868.863 1420.63,869.263 1422.7,872.659 1424.82,876.056 1425.53,877.211 1426.89,879.453 1428.96,882.85 1430.68,885.632 1431.05,886.246 \n",
" 1433.08,889.643 1435.15,893.04 1435.83,894.168 1437.18,896.437 1439.19,899.833 1440.99,902.8 1441.24,903.23 1443.21,906.627 1445.21,910.024 1446.14,911.587 \n",
" 1447.19,913.421 1449.14,916.817 1451.13,920.214 1451.29,920.493 1453.03,923.611 1454.95,927.008 1456.44,929.609 1456.88,930.404 1458.73,933.801 1460.62,937.198 \n",
" 1461.59,938.941 1462.48,940.595 1464.28,943.991 1466.13,947.388 1466.74,948.532 1467.9,950.785 1469.65,954.182 1471.43,957.579 1471.89,958.477 1473.12,960.975 \n",
" 1474.79,964.372 1476.48,967.769 1477.04,968.92 1478.09,971.166 1479.64,974.562 1481.21,977.959 1482.2,980.104 1482.74,981.356 1484.14,984.753 1485.53,988.149 \n",
" 1486.93,991.546 1487.35,992.641 1488.17,994.943 1489.31,998.34 1490.38,1001.74 1491.39,1005.13 1492.29,1008.53 1492.5,1009.6 1492.92,1011.93 1493.28,1015.32 \n",
" 1493.32,1018.72 1492.84,1022.12 1492.5,1023.14 1490.71,1025.51 1487.35,1027.45 1482.2,1027.37 1477.04,1025.96 1476.09,1025.51 1471.89,1023.75 1468.85,1022.12 \n",
" 1466.74,1021.08 1462.79,1018.72 1461.59,1018.06 1457.38,1015.32 1456.44,1014.76 1452.35,1011.93 1451.29,1011.24 1447.59,1008.53 1446.14,1007.53 1443,1005.13 \n",
" 1440.99,1003.68 1438.54,1001.74 1435.83,999.702 1434.17,998.34 1430.68,995.614 1429.89,994.943 1425.68,991.546 1425.53,991.429 1421.65,988.149 1420.38,987.13 \n",
" 1417.63,984.753 1415.23,982.762 1413.64,981.356 1410.08,978.333 1409.66,977.959 1405.8,974.562 1404.93,973.821 1401.98,971.166 1399.78,969.249 1398.16,967.769 \n",
" 1394.62,964.635 1394.34,964.372 1390.63,960.975 1389.47,959.949 1386.93,957.579 1384.32,955.223 1383.22,954.182 1379.53,950.785 1379.17,950.456 1375.93,947.388 \n",
" 1374.02,945.633 1372.31,943.991 1368.87,940.786 1368.67,940.595 1365.13,937.198 1363.72,935.883 1361.58,933.801 1358.57,930.957 1358,930.404 1354.49,927.008 \n",
" 1353.41,925.989 1351,923.611 1348.26,920.993 1347.48,920.214 1344,916.817 1343.11,915.964 1340.55,913.421 1337.96,910.907 1337.08,910.024 1333.64,906.627 \n",
" 1332.81,905.82 1330.23,903.23 1327.66,900.707 1326.8,899.833 1323.39,896.437 1322.51,895.567 1320.01,893.04 1317.36,890.404 1316.61,889.643 1313.24,886.246 \n",
" 1312.2,885.214 1309.89,882.85 1307.05,880.005 1306.52,879.453 1303.19,876.056 1301.9,874.769 1299.86,872.659 1296.75,869.518 1296.5,869.263 1293.21,865.866 \n",
" 1291.6,864.237 1289.9,862.469 1286.57,859.072 1286.45,858.947 1283.3,855.675 1281.3,853.626 1280.01,852.279 1276.72,848.882 1276.15,848.294 1273.46,845.485 \n",
" 1270.99,842.94 1270.19,842.088 1266.93,838.692 1265.84,837.569 1263.69,835.295 1260.69,832.185 1260.42,831.898 1257.2,828.501 1255.54,826.777 1253.97,825.105 \n",
" 1250.72,821.708 1250.39,821.359 1247.52,818.311 1245.24,815.92 1244.3,814.914 1241.09,811.517 1240.09,810.468 1237.89,808.121 1234.94,805.003 1234.68,804.724 \n",
" 1231.5,801.327 1229.78,799.518 1228.31,797.93 1225.12,794.534 1224.63,794.023 1221.95,791.137 1219.48,788.512 1218.77,787.74 1215.61,784.343 1214.33,782.987 \n",
" 1212.44,780.946 1209.27,777.55 1209.18,777.451 1206.13,774.153 1204.03,771.898 1202.98,770.756 1199.83,767.359 1198.88,766.334 1196.7,763.963 1193.73,760.76 \n",
" 1193.55,760.566 1190.43,757.169 1188.57,755.169 1187.3,753.772 1184.17,750.376 1183.42,749.568 1181.06,746.979 1178.27,743.956 1177.93,743.582 1174.83,740.185 \n",
" 1173.12,738.33 1171.72,736.788 1168.61,733.392 1167.97,732.694 1165.52,729.995 1162.82,727.047 1162.41,726.598 1159.33,723.201 1157.67,721.388 1156.23,719.805 \n",
" 1153.15,716.408 1152.52,715.719 1150.07,713.011 1147.36,710.039 1146.98,709.614 1143.91,706.218 1142.21,704.348 1140.84,702.821 1137.77,699.424 1137.06,698.647 \n",
" 1134.71,696.027 1131.91,692.936 1131.64,692.63 1128.58,689.234 1126.76,687.214 1125.53,685.837 1122.47,682.44 1121.61,681.483 1119.43,679.043 1116.46,675.742 \n",
" 1116.37,675.647 1113.34,672.25 1111.31,669.991 1110.29,668.853 1107.25,665.456 1106.15,664.23 1104.22,662.06 1101.18,658.663 1101,658.461 1098.16,655.266 \n",
" 1095.85,652.682 1095.13,651.869 1092.11,648.472 1090.7,646.894 1089.09,645.076 1086.07,641.679 1085.55,641.097 1083.06,638.282 1080.4,635.291 1080.04,634.885 \n",
" 1077.03,631.489 1075.25,629.477 1074.02,628.092 1071.02,624.695 1070.1,623.653 1068.02,621.298 1065.02,617.902 1064.94,617.821 1062.02,614.505 1059.79,611.981 \n",
" 1059.03,611.108 1056.04,607.711 1054.64,606.132 1053.05,604.314 1050.06,600.918 1049.49,600.274 1047.07,597.521 1044.34,594.409 1044.09,594.124 1041.11,590.727 \n",
" 1039.19,588.536 1038.13,587.331 1035.16,583.934 1034.04,582.654 1032.19,580.537 1029.22,577.14 1028.89,576.764 1026.25,573.744 1023.73,570.867 1023.28,570.347 \n",
" 1020.32,566.95 1018.58,564.962 1017.36,563.553 1014.4,560.156 1013.43,559.049 1011.44,556.76 1008.49,553.363 1008.28,553.128 1005.53,549.966 1003.13,547.2 \n",
" 1002.58,546.569 999.634,543.173 997.978,541.265 996.687,539.776 993.744,536.379 992.827,535.322 990.801,532.982 987.862,529.585 987.675,529.37 984.924,526.189 \n",
" 982.524,523.413 981.988,522.792 979.055,519.395 977.373,517.448 976.122,515.998 973.193,512.602 972.222,511.476 970.265,509.205 967.34,505.808 967.07,505.495 \n",
" 964.415,502.411 961.919,499.509 961.494,499.015 958.574,495.618 956.768,493.516 955.656,492.221 952.741,488.824 951.617,487.515 949.825,485.427 946.915,482.031 \n",
" 946.465,481.506 944.003,478.634 941.314,475.491 941.096,475.237 938.188,471.84 936.163,469.471 935.284,468.444 932.382,465.047 931.012,463.443 929.48,461.65 \n",
" 926.582,458.253 925.86,457.407 923.683,454.857 920.791,451.46 920.709,451.364 917.894,448.063 915.558,445.317 915.004,444.666 912.113,441.269 910.407,439.262 \n",
" 909.224,437.873 906.339,434.476 905.255,433.2 903.452,431.079 900.572,427.682 900.104,427.131 897.688,424.286 894.953,421.055 894.812,420.889 891.93,417.492 \n",
" 889.802,414.975 889.056,414.095 886.181,410.699 884.65,408.888 883.308,407.302 880.438,403.905 879.499,402.793 877.567,400.508 874.703,397.111 874.348,396.691 \n",
" 871.833,393.715 869.197,390.583 868.973,390.318 866.106,386.921 864.045,384.471 863.247,383.524 860.387,380.128 858.894,378.352 857.528,376.731 854.674,373.334 \n",
" 853.743,372.225 851.817,369.937 848.969,366.541 848.592,366.091 846.113,363.144 843.44,359.952 843.268,359.747 840.416,356.35 838.289,353.808 837.572,352.953 \n",
" 834.725,349.557 833.138,347.658 831.882,346.16 829.042,342.763 827.987,341.5 826.199,339.366 823.365,335.97 822.835,335.335 820.523,332.573 817.694,329.176 \n",
" 817.684,329.164 814.854,325.779 812.533,322.99 812.026,322.382 809.192,318.986 807.382,316.809 806.364,315.589 803.536,312.192 802.23,310.621 800.708,308.795 \n",
" 797.887,305.399 797.079,304.426 795.06,302.002 792.244,298.605 791.928,298.224 789.418,295.208 786.777,292.017 786.606,291.812 783.783,288.415 781.625,285.806 \n",
" 780.97,285.018 778.154,281.621 776.474,279.589 775.342,278.224 772.531,274.828 771.323,273.364 769.72,271.431 766.915,268.034 766.172,267.133 764.104,264.637 \n",
" 761.305,261.241 761.02,260.895 758.495,257.844 755.869,254.652 755.699,254.447 752.892,251.05 750.718,248.405 750.097,247.654 747.295,244.257 745.567,242.152 \n",
" 744.5,240.86 741.705,237.463 740.415,235.892 738.91,234.066 736.121,230.67 735.264,229.625 733.326,227.273 730.543,223.876 730.113,223.351 727.749,220.479 \n",
" 724.971,217.083 724.962,217.071 722.177,213.686 719.81,210.789 719.4,210.289 716.612,206.892 714.659,204.5 713.834,203.496 711.053,200.099 709.508,198.204 \n",
" 708.275,196.702 705.5,193.305 704.357,191.902 702.723,189.908 699.953,186.512 699.205,185.594 697.176,183.115 694.412,179.718 694.054,179.279 691.635,176.321 \n",
" 688.903,172.958 688.876,172.925 686.1,169.528 683.752,166.634 683.341,166.131 680.572,162.734 678.6,160.303 677.813,159.338 675.049,155.941 673.449,153.966 \n",
" 672.29,152.544 669.532,149.147 668.298,147.622 666.773,145.75 664.021,142.354 663.147,141.272 661.263,138.957 658.516,135.56 657.995,134.916 655.758,132.163 \n",
" 653.016,128.767 652.844,128.554 650.259,125.37 647.693,122.186 647.52,121.973 644.766,118.576 642.542,115.814 642.027,115.18 639.279,111.783 637.39,109.436 \n",
" 636.54,108.386 633.797,104.989 632.239,103.051 631.059,101.592 628.321,98.1956 627.088,96.6597 625.583,94.7989 622.851,91.4021 621.937,90.2621 620.114,88.0053 \n",
" \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1142.21,842.443 1140.64,842.088 1137.06,841.319 1131.91,840.127 1126.76,838.833 1126.22,838.692 1121.61,837.524 1116.46,836.119 1113.62,835.295 1111.31,834.65 \n",
" 1106.15,833.126 1102.28,831.898 1101,831.509 1095.85,829.858 1091.9,828.501 1090.7,828.103 1085.55,826.311 1082.29,825.105 1080.4,824.425 1075.25,822.478 \n",
" 1073.31,821.708 1070.1,820.464 1064.94,818.342 1064.87,818.311 1059.79,816.201 1056.87,814.914 1054.64,813.952 1049.49,811.609 1049.29,811.517 1044.34,809.231 \n",
" 1042.05,808.121 1039.19,806.752 1035.14,804.724 1034.04,804.176 1028.89,801.517 1028.53,801.327 1023.73,798.798 1022.15,797.93 1018.58,795.979 1016.03,794.534 \n",
" 1013.43,793.063 1010.14,791.137 1008.28,790.048 1004.45,787.74 1003.13,786.935 998.968,784.343 997.978,783.721 993.662,780.946 992.827,780.402 988.526,777.55 \n",
" 987.675,776.977 983.55,774.153 982.524,773.438 978.726,770.756 977.373,769.781 974.049,767.359 972.222,765.997 969.514,763.963 967.07,762.077 965.12,760.566 \n",
" 961.919,758.013 960.864,757.169 956.768,753.79 956.747,753.772 952.694,750.376 951.617,749.439 948.771,746.979 946.465,744.906 944.981,743.582 941.328,740.185 \n",
" 941.314,740.172 937.704,736.788 936.163,735.275 934.217,733.392 931.012,730.133 930.873,729.995 927.549,726.598 925.86,724.782 924.359,723.201 921.28,719.805 \n",
" 920.709,719.153 918.24,716.408 915.558,713.236 915.362,713.011 912.487,709.614 910.407,706.999 909.765,706.218 907.075,702.821 905.255,700.381 904.515,699.424 \n",
" 901.991,696.027 900.104,693.323 899.602,692.63 897.227,689.234 895.014,685.837 894.953,685.74 892.779,682.44 890.692,679.043 889.802,677.519 888.654,675.647 \n",
" 886.682,672.25 884.844,668.853 884.65,668.479 882.997,665.456 881.261,662.06 879.645,658.663 879.499,658.341 878.02,655.266 876.497,651.869 875.083,648.472 \n",
" 874.348,646.589 873.719,645.076 872.395,641.679 871.172,638.282 870.044,634.885 869.197,632.118 868.99,631.489 867.955,628.092 867.011,624.695 866.155,621.298 \n",
" 865.383,617.902 864.692,614.505 864.082,611.108 864.045,610.878 863.505,607.711 863.009,604.314 862.595,600.918 862.262,597.521 862.01,594.124 861.839,590.727 \n",
" 861.749,587.331 861.741,583.934 861.816,580.537 861.976,577.14 862.222,573.744 862.557,570.347 862.985,566.95 863.509,563.553 864.045,560.62 864.125,560.156 \n",
" 864.8,556.76 865.577,553.363 866.463,549.966 867.462,546.569 868.583,543.173 869.197,541.482 869.79,539.776 871.086,536.379 872.521,532.982 874.105,529.585 \n",
" 874.348,529.099 875.757,526.189 877.557,522.792 879.499,519.456 879.533,519.395 881.578,515.998 883.822,512.602 884.65,511.425 886.193,509.205 888.745,505.808 \n",
" 889.802,504.488 891.455,502.411 894.37,499.015 894.953,498.37 897.446,495.618 900.104,492.894 900.766,492.221 904.288,488.824 905.255,487.939 908.047,485.427 \n",
" 910.407,483.423 912.083,482.031 915.558,479.289 916.411,478.634 920.709,475.483 921.057,475.237 925.86,471.967 926.053,471.84 931.012,468.706 931.446,468.444 \n",
" 936.163,465.677 937.296,465.047 941.314,462.861 943.679,461.65 946.465,460.247 950.698,458.253 951.617,457.826 956.768,455.559 958.48,454.857 961.919,453.449 \n",
" 967.07,451.513 967.22,451.46 972.222,449.677 977.228,448.063 977.373,448.016 982.524,446.437 987.675,445.015 989.044,444.666 992.827,443.682 997.978,442.467 \n",
" 1003.13,441.38 1003.7,441.269 1008.28,440.358 1013.43,439.445 1018.58,438.64 1023.73,437.938 1024.27,437.873 1028.89,437.293 1034.04,436.739 1039.19,436.276 \n",
" 1044.34,435.899 1049.49,435.605 1054.64,435.39 1059.79,435.252 1064.94,435.188 1070.1,435.198 1075.25,435.279 1080.4,435.432 1085.55,435.655 1090.7,435.95 \n",
" 1095.85,436.316 1101,436.755 1106.15,437.268 1111.31,437.857 1111.42,437.873 1116.46,438.477 1121.61,439.17 1126.76,439.941 1131.91,440.794 1134.55,441.269 \n",
" 1137.06,441.698 1142.21,442.65 1147.36,443.689 1151.82,444.666 1152.52,444.81 1157.67,445.951 1162.82,447.188 1166.21,448.063 1167.97,448.495 1173.12,449.841 \n",
" 1178.27,451.298 1178.82,451.46 1183.42,452.77 1188.57,454.348 1190.15,454.857 1193.73,455.968 1198.88,457.679 1200.52,458.253 1204.03,459.437 1209.18,461.294 \n",
" 1210.13,461.65 1214.33,463.185 1219.1,465.047 1219.48,465.193 1224.63,467.224 1227.55,468.444 1229.78,469.356 1234.94,471.576 1235.53,471.84 1240.09,473.835 \n",
" 1243.13,475.237 1245.24,476.198 1250.34,478.634 1250.39,478.659 1255.54,481.157 1257.27,482.031 1260.69,483.753 1263.89,485.427 1265.84,486.445 1270.24,488.824 \n",
" 1270.99,489.233 1276.15,492.108 1276.34,492.221 1281.3,495.056 1282.25,495.618 1286.45,498.106 1287.94,499.015 1291.6,501.259 1293.43,502.411 1296.75,504.517 \n",
" 1298.74,505.808 1301.9,507.884 1303.88,509.205 1307.05,511.363 1308.85,512.602 1312.2,514.961 1313.66,515.998 1317.36,518.683 1318.33,519.395 1322.51,522.539 \n",
" 1322.84,522.792 1327.24,526.189 1327.66,526.52 1331.52,529.585 1332.81,530.636 1335.68,532.982 1337.96,534.914 1339.7,536.379 1343.11,539.367 1343.58,539.776 \n",
" 1347.39,543.173 1348.26,543.979 1351.1,546.569 1353.41,548.782 1354.67,549.966 1358.13,553.363 1358.57,553.8 1361.55,556.76 1363.72,559.027 1364.82,560.156 \n",
" 1368,563.553 1368.87,564.509 1371.12,566.95 1374.02,570.27 1374.09,570.347 1377.05,573.744 1379.17,576.322 1379.86,577.14 1382.63,580.537 1384.32,582.729 \n",
" 1385.28,583.934 1387.88,587.331 1389.47,589.541 1390.36,590.727 1392.8,594.124 1394.62,596.829 1395.11,597.521 1397.41,600.918 1399.55,604.314 1399.78,604.689 \n",
" 1401.7,607.711 1403.72,611.108 1404.93,613.261 1405.66,614.505 1407.57,617.902 1409.35,621.298 1410.08,622.764 1411.09,624.695 1412.77,628.092 1414.33,631.489 \n",
" 1415.23,633.559 1415.84,634.885 1417.31,638.282 1418.67,641.679 1419.93,645.076 1420.38,646.355 1421.17,648.472 1422.34,651.869 1423.42,655.266 1424.41,658.663 \n",
" 1425.31,662.06 1425.53,662.984 1426.18,665.456 1426.98,668.853 1427.7,672.25 1428.33,675.647 1428.88,679.043 1429.36,682.44 1429.75,685.837 1430.07,689.234 \n",
" 1430.31,692.63 1430.47,696.027 1430.56,699.424 1430.57,702.821 1430.5,706.218 1430.34,709.614 1430.11,713.011 1429.78,716.408 1429.37,719.805 1428.87,723.201 \n",
" 1428.27,726.598 1427.57,729.995 1426.77,733.392 1425.85,736.788 1425.53,737.857 1424.87,740.185 1423.79,743.582 1422.58,746.979 1421.24,750.376 1420.38,752.383 \n",
" 1419.8,753.772 1418.27,757.169 1416.59,760.566 1415.23,763.076 1414.76,763.963 1412.85,767.359 1410.74,770.756 1410.08,771.767 1408.53,774.153 1406.14,777.55 \n",
" 1404.93,779.165 1403.6,780.946 1400.88,784.343 1399.78,785.634 1397.98,787.74 1394.86,791.137 1394.62,791.387 1391.58,794.534 1389.47,796.572 1388.05,797.93 \n",
" 1384.32,801.273 1384.26,801.327 1380.24,804.724 1379.17,805.583 1375.92,808.121 1374.02,809.541 1371.28,811.517 1368.87,813.191 1366.28,814.914 1363.72,816.567 \n",
" 1360.88,818.311 1358.57,819.696 1355.02,821.708 1353.41,822.6 1348.63,825.105 1348.26,825.292 1343.11,827.813 1341.61,828.501 1337.96,830.158 1333.82,831.898 \n",
" 1332.81,832.323 1327.66,834.353 1325.07,835.295 1322.51,836.232 1317.36,837.972 1315.05,838.692 1312.2,839.588 1307.05,841.081 1303.23,842.088 1301.9,842.445 \n",
" 1296.75,843.723 1291.6,844.867 1288.52,845.485 1286.45,845.915 1281.3,846.881 1276.15,847.735 1270.99,848.484 1267.87,848.882 1265.84,849.152 1260.69,849.749 \n",
" 1255.54,850.254 1250.39,850.67 1245.24,851.002 1240.09,851.253 1234.94,851.427 1229.78,851.524 1224.63,851.548 1219.48,851.5 1214.33,851.38 1209.18,851.189 \n",
" 1204.03,850.927 1198.88,850.594 1193.73,850.188 1188.57,849.709 1183.42,849.155 1181.18,848.882 1178.27,848.55 1173.12,847.891 1167.97,847.156 1162.82,846.341 \n",
" 1157.91,845.485 1157.67,845.445 1152.52,844.532 1147.36,843.533 1142.21,842.443 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1179.68,821.708 1183.42,822.108 1188.57,822.576 1193.73,822.96 1198.88,823.261 1204.03,823.479 1209.18,823.614 1214.33,823.666 1219.48,823.632 1224.63,823.512 \n",
" 1229.78,823.302 1234.94,823 1240.09,822.602 1245.24,822.104 1248.64,821.708 1250.39,821.511 1255.54,820.832 1260.69,820.042 1265.84,819.131 1269.93,818.311 \n",
" 1270.99,818.102 1276.15,816.98 1281.3,815.715 1284.25,814.914 1286.45,814.322 1291.6,812.802 1295.54,811.517 1296.75,811.123 1301.9,809.307 1304.98,808.121 \n",
" 1307.05,807.317 1312.2,805.152 1313.16,804.724 1317.36,802.81 1320.37,801.327 1322.51,800.255 1326.83,797.93 1327.66,797.474 1332.67,794.534 1332.81,794.449 \n",
" 1337.96,791.154 1337.99,791.137 1342.86,787.74 1343.11,787.554 1347.34,784.343 1348.26,783.604 1351.48,780.946 1353.41,779.245 1355.29,777.55 1358.57,774.4 \n",
" 1358.82,774.153 1362.11,770.756 1363.72,768.97 1365.15,767.359 1367.97,763.963 1368.87,762.797 1370.59,760.566 1373.01,757.169 1374.02,755.637 1375.26,753.772 \n",
" 1377.34,750.376 1379.17,747.073 1379.22,746.979 1381.01,743.582 1382.62,740.185 1384.07,736.788 1384.32,736.156 1385.43,733.392 1386.65,729.995 1387.73,726.598 \n",
" 1388.69,723.201 1389.47,719.981 1389.52,719.805 1390.27,716.408 1390.91,713.011 1391.43,709.614 1391.85,706.218 1392.16,702.821 1392.37,699.424 1392.49,696.027 \n",
" 1392.51,692.63 1392.43,689.234 1392.26,685.837 1392.01,682.44 1391.65,679.043 1391.21,675.647 1390.68,672.25 1390.05,668.853 1389.47,666.155 1389.33,665.456 \n",
" 1388.57,662.06 1387.71,658.663 1386.75,655.266 1385.7,651.869 1384.55,648.472 1384.32,647.852 1383.36,645.076 1382.08,641.679 1380.69,638.282 1379.2,634.885 \n",
" 1379.17,634.832 1377.68,631.489 1376.06,628.092 1374.31,624.695 1374.02,624.16 1372.53,621.298 1370.65,617.902 1368.87,614.898 1368.64,614.505 1366.62,611.108 \n",
" 1364.45,607.711 1363.72,606.622 1362.22,604.314 1359.89,600.918 1358.57,599.087 1357.46,597.521 1354.96,594.124 1353.41,592.14 1352.34,590.727 1349.64,587.331 \n",
" 1348.26,585.674 1346.84,583.934 1343.93,580.537 1343.11,579.618 1340.94,577.14 1337.96,573.916 1337.8,573.744 1334.62,570.347 1332.81,568.51 1331.29,566.95 \n",
" 1327.83,563.553 1327.66,563.392 1324.3,560.156 1322.51,558.502 1320.63,556.76 1317.36,553.851 1316.81,553.363 1312.88,549.966 1312.2,549.397 1308.83,546.569 \n",
" 1307.05,545.125 1304.63,543.173 1301.9,541.035 1300.28,539.776 1296.75,537.111 1295.77,536.379 1291.6,533.342 1291.1,532.982 1286.45,529.715 1286.26,529.585 \n",
" 1281.3,526.223 1281.24,526.189 1276.15,522.859 1276.04,522.792 1270.99,519.615 1270.64,519.395 1265.84,516.487 1265.01,515.998 1260.69,513.472 1259.15,512.602 \n",
" 1255.54,510.568 1253.03,509.205 1250.39,507.773 1246.62,505.808 1245.24,505.087 1240.09,502.506 1239.89,502.411 1234.94,499.991 1232.84,499.015 1229.78,497.582 \n",
" 1225.37,495.618 1224.63,495.283 1219.48,493.049 1217.47,492.221 1214.33,490.906 1209.18,488.876 1209.04,488.824 1204.03,486.884 1200,485.427 1198.88,485.012 \n",
" 1193.73,483.195 1190.2,482.031 1188.57,481.48 1183.42,479.825 1179.45,478.634 1178.27,478.272 1173.12,476.766 1167.97,475.376 1167.42,475.237 1162.82,474.021 \n",
" 1157.67,472.765 1153.56,471.84 1152.52,471.595 1147.36,470.47 1142.21,469.441 1137.06,468.505 1136.69,468.444 1131.91,467.608 1126.76,466.797 1121.61,466.074 \n",
" 1116.46,465.435 1112.88,465.047 1111.31,464.867 1106.15,464.361 1101,463.939 1095.85,463.6 1090.7,463.343 1085.55,463.17 1080.4,463.08 1075.25,463.074 \n",
" 1070.1,463.154 1064.94,463.323 1059.79,463.582 1054.64,463.935 1049.49,464.386 1044.34,464.94 1043.5,465.047 1039.19,465.574 1034.04,466.312 1028.89,467.166 \n",
" 1023.73,468.145 1022.32,468.444 1018.58,469.219 1013.43,470.416 1008.28,471.762 1008,471.84 1003.13,473.209 997.978,474.822 996.749,475.237 992.827,476.565 \n",
" 987.675,478.488 987.308,478.634 982.524,480.554 979.149,482.031 977.373,482.819 972.222,485.284 971.937,485.427 967.07,487.947 965.482,488.824 961.919,490.851 \n",
" 959.644,492.221 956.768,494.017 954.328,495.618 951.617,497.473 949.46,499.015 946.465,501.26 944.985,502.411 941.314,505.427 940.864,505.808 937.044,509.205 \n",
" 936.163,510.036 933.501,512.602 931.012,515.18 930.233,515.998 927.188,519.395 925.86,520.988 924.367,522.792 921.756,526.189 920.709,527.654 919.328,529.585 \n",
" 917.083,532.982 915.558,535.503 915.023,536.379 913.091,539.776 911.345,543.173 910.407,545.17 909.736,546.569 908.246,549.966 906.91,553.363 905.72,556.76 \n",
" 905.255,558.236 904.631,560.156 903.651,563.553 902.797,566.95 902.064,570.347 901.445,573.744 900.936,577.14 900.531,580.537 900.228,583.934 900.104,585.983 \n",
" 900.018,587.331 899.9,590.727 899.882,594.124 899.961,597.521 900.104,600.306 900.133,600.918 900.386,604.314 900.728,607.711 901.158,611.108 901.678,614.505 \n",
" 902.288,617.902 902.99,621.298 903.785,624.695 904.677,628.092 905.255,630.085 905.64,631.489 906.66,634.885 907.778,638.282 908.999,641.679 910.326,645.076 \n",
" 910.407,645.269 911.675,648.472 913.127,651.869 914.694,655.266 915.558,657.022 916.328,658.663 918.024,662.06 919.846,665.456 920.709,666.978 921.73,668.853 \n",
" 923.691,672.25 925.793,675.647 925.86,675.751 927.904,679.043 930.161,682.44 931.012,683.661 932.48,685.837 934.905,689.234 936.163,690.91 937.419,692.63 \n",
" 940.027,696.027 941.314,697.625 942.73,699.424 945.541,702.821 946.465,703.894 948.429,706.218 951.466,709.614 951.617,709.778 954.541,713.011 956.768,715.344 \n",
" 957.77,716.408 961.099,719.805 961.919,720.613 964.521,723.201 967.07,725.623 968.09,726.598 971.777,729.995 972.222,730.394 975.556,733.392 977.373,734.963 \n",
" 979.484,736.788 982.524,739.325 983.559,740.185 987.675,743.498 987.78,743.582 992.117,746.979 992.827,747.519 996.612,750.376 997.978,751.381 1001.27,753.772 \n",
" 1003.13,755.09 1006.11,757.169 1008.28,758.658 1011.12,760.566 1013.43,762.092 1016.33,763.963 1018.58,765.399 1021.74,767.359 1023.73,768.584 1027.37,770.756 \n",
" 1028.89,771.651 1033.25,774.153 1034.04,774.602 1039.19,777.446 1039.38,777.55 1044.34,780.205 1045.78,780.946 1049.49,782.859 1052.5,784.343 1054.64,785.406 \n",
" 1059.58,787.74 1059.79,787.844 1064.94,790.222 1067.03,791.137 1070.1,792.499 1074.94,794.534 1075.25,794.664 1080.4,796.78 1083.37,797.93 1085.55,798.791 \n",
" 1090.7,800.717 1092.42,801.327 1095.85,802.574 1101,804.329 1102.22,804.724 1106.15,806.03 1111.31,807.628 1112.99,808.121 1116.46,809.168 1121.61,810.62 \n",
" 1125.02,811.517 1126.76,811.989 1131.91,813.303 1137.06,814.512 1138.9,814.914 1142.21,815.667 1147.36,816.748 1152.52,817.734 1155.82,818.311 1157.67,818.649 \n",
" 1162.82,819.509 1167.97,820.279 1173.12,820.963 1178.27,821.565 1179.68,821.708 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1198.88,804.979 1193.73,804.766 1193.03,804.724 1188.57,804.471 1183.42,804.089 1178.27,803.618 1173.12,803.057 1167.97,802.404 1162.82,801.657 1160.79,801.327 \n",
" 1157.67,800.839 1152.52,799.943 1147.36,798.95 1142.56,797.93 1142.21,797.858 1137.06,796.717 1131.91,795.471 1128.33,794.534 1126.76,794.134 1121.61,792.732 \n",
" 1116.46,791.212 1116.22,791.137 1111.31,789.644 1106.15,787.953 1105.54,787.74 1101,786.205 1095.88,784.343 1095.85,784.332 1090.7,782.406 1087.04,780.946 \n",
" 1085.55,780.36 1080.4,778.228 1078.83,777.55 1075.25,776.005 1071.17,774.153 1070.1,773.666 1064.94,771.234 1063.97,770.756 1059.79,768.706 1057.17,767.359 \n",
" 1054.64,766.061 1050.72,763.963 1049.49,763.299 1044.6,760.566 1044.34,760.418 1039.19,757.426 1038.76,757.169 1034.04,754.31 1033.17,753.772 1028.89,751.06 \n",
" 1027.83,750.376 1023.73,747.67 1022.71,746.979 1018.58,744.131 1017.8,743.582 1013.43,740.435 1013.09,740.185 1008.56,736.788 1008.28,736.578 1004.18,733.392 \n",
" 1003.13,732.549 999.972,729.995 997.978,728.326 995.926,726.598 992.827,723.89 992.041,723.201 988.29,719.805 987.675,719.23 984.657,716.408 982.524,714.323 \n",
" 981.177,713.011 977.832,709.614 977.373,709.132 974.576,706.218 972.222,703.631 971.476,702.821 968.468,699.424 967.07,697.767 965.581,696.027 962.815,692.63 \n",
" 961.919,691.48 960.137,689.234 957.59,685.837 956.768,684.689 955.122,682.44 952.774,679.043 951.617,677.274 950.523,675.647 948.36,672.25 946.465,669.065 \n",
" 946.335,668.853 944.346,665.456 942.494,662.06 941.314,659.749 940.74,658.663 939.047,655.266 937.479,651.869 936.163,648.793 936.02,648.472 934.604,645.076 \n",
" 933.304,641.679 932.114,638.282 931.03,634.885 931.012,634.822 929.994,631.489 929.063,628.092 928.236,624.695 927.512,621.298 926.887,617.902 926.362,614.505 \n",
" 925.935,611.108 925.86,610.334 925.592,607.711 925.35,604.314 925.212,600.918 925.181,597.521 925.259,594.124 925.446,590.727 925.748,587.331 925.86,586.412 \n",
" 926.152,583.934 926.667,580.537 927.303,577.14 928.065,573.744 928.961,570.347 929.997,566.95 931.012,564.033 931.175,563.553 932.462,560.156 933.912,556.76 \n",
" 935.536,553.363 936.163,552.164 937.303,549.966 939.242,546.569 941.314,543.291 941.389,543.173 943.691,539.776 946.234,536.379 946.465,536.089 948.969,532.982 \n",
" 951.617,529.981 951.971,529.585 955.214,526.189 956.768,524.673 958.75,522.792 961.919,519.986 962.609,519.395 966.819,515.998 967.07,515.805 971.424,512.602 \n",
" 972.222,512.044 976.494,509.205 977.373,508.646 982.102,505.808 982.524,505.564 987.675,502.759 988.358,502.411 992.827,500.199 995.418,499.015 997.978,497.87 \n",
" 1003.13,495.757 1003.49,495.618 1008.28,493.817 1012.99,492.221 1013.43,492.074 1018.58,490.475 1023.73,489.052 1024.64,488.824 1028.89,487.757 1034.04,486.608 \n",
" 1039.19,485.604 1040.21,485.427 1044.34,484.707 1049.49,483.932 1054.64,483.281 1059.79,482.745 1064.94,482.319 1069.57,482.031 1070.1,481.997 1075.25,481.767 \n",
" 1080.4,481.639 1085.55,481.609 1090.7,481.677 1095.85,481.839 1099.69,482.031 1101,482.093 1106.15,482.426 1111.31,482.849 1116.46,483.361 1121.61,483.964 \n",
" 1126.76,484.66 1131.76,485.427 1131.91,485.45 1137.06,486.294 1142.21,487.234 1147.36,488.273 1149.87,488.824 1152.52,489.387 1157.67,490.575 1162.82,491.872 \n",
" 1164.11,492.221 1167.97,493.23 1173.12,494.685 1176.2,495.618 1178.27,496.23 1183.42,497.851 1186.88,499.015 1188.57,499.573 1193.73,501.372 1196.53,502.411 \n",
" 1198.88,503.27 1204.03,505.262 1205.37,505.808 1209.18,507.334 1213.57,509.205 1214.33,509.525 1219.48,511.793 1221.23,512.602 1224.63,514.164 1228.43,515.998 \n",
" 1229.78,516.65 1234.94,519.245 1235.22,519.395 1240.09,521.93 1241.67,522.792 1245.24,524.736 1247.8,526.189 1250.39,527.664 1253.64,529.585 1255.54,530.717 \n",
" 1259.22,532.982 1260.69,533.899 1264.56,536.379 1265.84,537.214 1269.68,539.776 1270.99,540.671 1274.59,543.173 1276.15,544.277 1279.31,546.569 1281.3,548.043 \n",
" 1283.85,549.966 1286.45,551.981 1288.21,553.363 1291.6,556.106 1292.4,556.76 1296.44,560.156 1296.75,560.428 1300.35,563.553 1301.9,564.956 1304.11,566.95 \n",
" 1307.05,569.73 1307.71,570.347 1311.2,573.744 1312.2,574.762 1314.57,577.14 1317.36,580.092 1317.78,580.537 1320.91,583.934 1322.51,585.753 1323.91,587.331 \n",
" 1326.78,590.727 1327.66,591.804 1329.57,594.124 1332.22,597.521 1332.81,598.311 1334.8,600.918 1337.24,604.314 1337.96,605.371 1339.6,607.711 1341.85,611.108 \n",
" 1343.11,613.127 1344,614.505 1346.07,617.902 1347.99,621.298 1348.26,621.795 1349.88,624.695 1351.65,628.092 1353.29,631.489 1353.41,631.767 1354.89,634.885 \n",
" 1356.38,638.282 1357.75,641.679 1358.57,643.866 1359.04,645.076 1360.26,648.472 1361.37,651.869 1362.37,655.266 1363.28,658.663 1363.72,660.523 1364.1,662.06 \n",
" 1364.84,665.456 1365.48,668.853 1366.02,672.25 1366.46,675.647 1366.79,679.043 1367.03,682.44 1367.16,685.837 1367.19,689.234 1367.11,692.63 1366.93,696.027 \n",
" 1366.63,699.424 1366.23,702.821 1365.7,706.218 1365.05,709.614 1364.27,713.011 1363.72,715.071 1363.37,716.408 1362.36,719.805 1361.2,723.201 1359.88,726.598 \n",
" 1358.57,729.636 1358.41,729.995 1356.82,733.392 1355.05,736.788 1353.41,739.613 1353.08,740.185 1350.97,743.582 1348.63,746.979 1348.26,747.485 1346.12,750.376 \n",
" 1343.35,753.772 1343.11,754.053 1340.38,757.169 1337.96,759.701 1337.12,760.566 1333.58,763.963 1332.81,764.657 1329.72,767.359 1327.66,769.06 1325.51,770.756 \n",
" 1322.51,773.006 1320.9,774.153 1317.36,776.564 1315.83,777.55 1312.2,779.789 1310.21,780.946 1307.05,782.719 1303.95,784.343 1301.9,785.386 1296.9,787.74 \n",
" 1296.75,787.808 1291.6,790.031 1288.79,791.137 1286.45,792.047 1281.3,793.878 1279.28,794.534 1276.15,795.544 1270.99,797.046 1267.61,797.93 1265.84,798.395 \n",
" 1260.69,799.614 1255.54,800.683 1252,801.327 1250.39,801.625 1245.24,802.459 1240.09,803.166 1234.94,803.755 1229.78,804.231 1224.63,804.599 1222.24,804.724 \n",
" 1219.48,804.872 1214.33,805.047 1209.18,805.121 1204.03,805.098 1198.88,804.979 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1224.63,789.556 1219.48,789.978 1214.33,790.285 1209.18,790.48 1204.03,790.567 1198.88,790.551 1193.73,790.432 1188.57,790.214 1183.42,789.895 1178.27,789.479 \n",
" 1173.12,788.963 1167.97,788.347 1163.61,787.74 1162.82,787.634 1157.67,786.847 1152.52,785.96 1147.36,784.968 1144.42,784.343 1142.21,783.889 1137.06,782.729 \n",
" 1131.91,781.457 1129.99,780.946 1126.76,780.104 1121.61,778.656 1117.96,777.55 1116.46,777.103 1111.31,775.471 1107.44,774.153 1106.15,773.723 1101,771.894 \n",
" 1098,770.756 1095.85,769.953 1090.7,767.911 1089.38,767.359 1085.55,765.774 1081.42,763.963 1080.4,763.514 1075.25,761.155 1074.02,760.566 1070.1,758.687 \n",
" 1067.08,757.169 1064.94,756.094 1060.54,753.772 1059.79,753.375 1054.64,750.533 1054.36,750.376 1049.49,747.569 1048.5,746.979 1044.34,744.463 1042.93,743.582 \n",
" 1039.19,741.212 1037.61,740.185 1034.04,737.806 1032.54,736.788 1028.89,734.237 1027.7,733.392 1023.73,730.494 1023.06,729.995 1018.63,726.598 1018.58,726.563 \n",
" 1014.36,723.201 1013.43,722.44 1010.26,719.805 1008.28,718.095 1006.34,716.408 1003.13,713.504 1002.59,713.011 998.967,709.614 997.978,708.649 995.488,706.218 \n",
" 992.827,703.491 992.17,702.821 988.966,699.424 987.675,697.991 985.896,696.027 982.971,692.63 982.524,692.09 980.136,689.234 977.464,685.837 977.373,685.716 \n",
" 974.858,682.44 972.418,679.043 972.222,678.759 970.041,675.647 967.814,672.25 967.07,671.054 965.672,668.853 963.644,665.456 961.919,662.358 961.749,662.06 \n",
" 959.911,658.663 958.207,655.266 956.768,652.17 956.623,651.869 955.099,648.472 953.698,645.076 952.416,641.679 951.617,639.359 951.231,638.282 950.125,634.885 \n",
" 949.134,631.489 948.255,628.092 947.486,624.695 946.825,621.298 946.465,619.092 946.262,617.902 945.795,614.505 945.441,611.108 945.2,607.711 945.073,604.314 \n",
" 945.063,600.918 945.17,597.521 945.399,594.124 945.753,590.727 946.237,587.331 946.465,586.063 946.84,583.934 947.57,580.537 948.443,577.14 949.467,573.744 \n",
" 950.649,570.347 951.617,567.897 951.988,566.95 953.471,563.553 955.142,560.156 956.768,557.194 957.007,556.76 959.041,553.363 961.306,549.966 961.919,549.114 \n",
" 963.778,546.569 966.504,543.173 967.07,542.513 969.479,539.776 972.222,536.917 972.754,536.379 976.338,532.982 977.373,532.065 980.28,529.585 982.524,527.793 \n",
" 984.629,526.189 987.675,523.996 989.443,522.792 992.827,520.599 994.804,519.395 997.978,517.545 1000.83,515.998 1003.13,514.793 1007.66,512.602 1008.28,512.313 \n",
" 1013.43,510.067 1015.6,509.205 1018.58,508.042 1023.73,506.223 1025.02,505.808 1028.89,504.581 1034.04,503.121 1036.84,502.411 1039.19,501.82 1044.34,500.667 \n",
" 1049.49,499.668 1053.41,499.015 1054.64,498.808 1059.79,498.065 1064.94,497.454 1070.1,496.967 1075.25,496.599 1080.4,496.345 1085.55,496.199 1090.7,496.16 \n",
" 1095.85,496.224 1101,496.389 1106.15,496.653 1111.31,497.017 1116.46,497.479 1121.61,498.041 1126.76,498.703 1128.87,499.015 1131.91,499.449 1137.06,500.281 \n",
" 1142.21,501.216 1147.36,502.256 1148.07,502.411 1152.52,503.364 1157.67,504.575 1162.47,505.808 1162.82,505.896 1167.97,507.28 1173.12,508.784 1174.47,509.205 \n",
" 1178.27,510.365 1183.42,512.057 1184.98,512.602 1188.57,513.834 1193.73,515.728 1194.42,515.998 1198.88,517.7 1203.03,519.395 1204.03,519.798 1209.18,521.986 \n",
" 1210.98,522.792 1214.33,524.283 1218.39,526.189 1219.48,526.703 1224.63,529.233 1225.32,529.585 1229.78,531.872 1231.86,532.982 1234.94,534.64 1238.04,536.379 \n",
" 1240.09,537.54 1243.89,539.776 1245.24,540.575 1249.46,543.173 1250.39,543.751 1254.77,546.569 1255.54,547.073 1259.84,549.966 1260.69,550.551 1264.69,553.363 \n",
" 1265.84,554.196 1269.33,556.76 1270.99,558.019 1273.77,560.156 1276.15,562.036 1278.03,563.553 1281.3,566.266 1282.11,566.95 1286.03,570.347 1286.45,570.723 \n",
" 1289.8,573.744 1291.6,575.427 1293.42,577.14 1296.75,580.421 1296.87,580.537 1300.22,583.934 1301.9,585.728 1303.41,587.331 1306.47,590.727 1307.05,591.405 \n",
" 1309.42,594.124 1312.2,597.512 1312.21,597.521 1314.93,600.918 1317.36,604.139 1317.49,604.314 1319.98,607.711 1322.31,611.108 1322.51,611.414 1324.57,614.505 \n",
" 1326.69,617.902 1327.66,619.541 1328.72,621.298 1330.64,624.695 1332.44,628.092 1332.81,628.844 1334.16,631.489 1335.77,634.885 1337.25,638.282 1337.96,640.027 \n",
" 1338.65,641.679 1339.96,645.076 1341.15,648.472 1342.23,651.869 1343.11,654.968 1343.2,655.266 1344.1,658.663 1344.88,662.06 1345.56,665.456 1346.12,668.853 \n",
" 1346.58,672.25 1346.92,675.647 1347.15,679.043 1347.28,682.44 1347.29,685.837 1347.18,689.234 1346.96,692.63 1346.61,696.027 1346.14,699.424 1345.53,702.821 \n",
" 1344.79,706.218 1343.9,709.614 1343.11,712.189 1342.86,713.011 1341.7,716.408 1340.37,719.805 1338.87,723.201 1337.96,725.045 1337.2,726.598 1335.35,729.995 \n",
" 1333.29,733.392 1332.81,734.124 1331.04,736.788 1328.56,740.185 1327.66,741.323 1325.84,743.582 1322.85,746.979 1322.51,747.345 1319.58,750.376 1317.36,752.512 \n",
" 1315.99,753.772 1312.2,757.038 1312.05,757.169 1307.7,760.566 1307.05,761.041 1302.88,763.963 1301.9,764.614 1297.52,767.359 1296.75,767.819 1291.6,770.702 \n",
" 1291.5,770.756 1286.45,773.309 1284.63,774.153 1281.3,775.662 1276.71,777.55 1276.15,777.779 1270.99,779.698 1267.26,780.946 1265.84,781.415 1260.69,782.962 \n",
" 1255.54,784.326 1255.47,784.343 1250.39,785.554 1245.24,786.623 1240.09,787.543 1238.8,787.74 1234.94,788.342 1229.78,789.013 1224.63,789.556 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1214.33,777.577 1209.18,777.909 1204.03,778.117 1198.88,778.205 1193.73,778.176 1188.57,778.034 1183.42,777.781 1180.15,777.55 1178.27,777.421 1173.12,776.963 \n",
" 1167.97,776.399 1162.82,775.728 1157.67,774.949 1153.05,774.153 1152.52,774.064 1147.36,773.097 1142.21,772.018 1137.06,770.825 1136.79,770.756 1131.91,769.555 \n",
" 1126.76,768.168 1123.98,767.359 1121.61,766.679 1116.46,765.09 1113.06,763.963 1111.31,763.389 1106.15,761.589 1103.41,760.566 1101,759.674 1095.85,757.647 \n",
" 1094.7,757.169 1090.7,755.515 1086.73,753.772 1085.55,753.254 1080.4,750.879 1079.35,750.376 1075.25,748.385 1072.48,746.979 1070.1,745.756 1066.04,743.582 \n",
" 1064.94,742.99 1059.97,740.185 1059.79,740.083 1054.64,737.035 1054.24,736.788 1049.49,733.832 1048.81,733.392 1044.34,730.463 1043.64,729.995 1039.19,726.918 \n",
" 1038.74,726.598 1034.06,723.201 1034.04,723.184 1029.59,719.805 1028.89,719.252 1025.32,716.408 1023.73,715.097 1021.24,713.011 1018.58,710.697 1017.35,709.614 \n",
" 1013.64,706.218 1013.43,706.025 1010.06,702.821 1008.28,701.051 1006.65,699.424 1003.41,696.027 1003.13,695.728 1000.27,692.63 997.978,689.997 997.31,689.234 \n",
" 994.461,685.837 992.827,683.778 991.756,682.44 989.171,679.043 987.675,676.961 986.72,675.647 984.38,672.25 982.524,669.373 982.183,668.853 980.071,665.456 \n",
" 978.107,662.06 977.373,660.707 976.241,658.663 974.486,655.266 972.867,651.869 972.222,650.409 971.343,648.472 969.925,645.076 968.634,641.679 967.465,638.282 \n",
" 967.07,637.01 966.39,634.885 965.422,631.489 964.575,628.092 963.848,624.695 963.238,621.298 962.747,617.902 962.374,614.505 962.12,611.108 961.987,607.711 \n",
" 961.978,604.314 962.094,600.918 962.34,597.521 962.72,594.124 963.239,590.727 963.904,587.331 964.721,583.934 965.697,580.537 966.842,577.14 967.07,576.544 \n",
" 968.14,573.744 969.618,570.347 971.297,566.95 972.222,565.266 973.171,563.553 975.255,560.156 977.373,557.061 977.583,556.76 980.145,553.363 982.524,550.51 \n",
" 982.991,549.966 986.13,546.569 987.675,545.027 989.605,543.173 992.827,540.311 993.456,539.776 997.735,536.379 997.978,536.197 1002.52,532.982 1003.13,532.572 \n",
" 1007.89,529.585 1008.28,529.353 1013.43,526.483 1014,526.189 1018.58,523.915 1021.06,522.792 1023.73,521.619 1028.89,519.57 1029.37,519.395 1034.04,517.734 \n",
" 1039.19,516.112 1039.59,515.998 1044.34,514.666 1049.49,513.403 1053.25,512.602 1054.64,512.306 1059.79,511.355 1064.94,510.556 1070.1,509.901 1075.25,509.382 \n",
" 1077.57,509.205 1080.4,508.986 1085.55,508.712 1090.7,508.56 1095.85,508.526 1101,508.607 1106.15,508.801 1111.31,509.105 1112.54,509.205 1116.46,509.509 \n",
" 1121.61,510.016 1126.76,510.629 1131.91,511.349 1137.06,512.178 1139.39,512.602 1142.21,513.101 1147.36,514.118 1152.52,515.249 1155.63,515.998 1157.67,516.479 \n",
" 1162.82,517.801 1167.97,519.245 1168.47,519.395 1173.12,520.769 1178.27,522.417 1179.37,522.792 1183.42,524.155 1188.57,526.02 1189.02,526.189 1193.73,527.973 \n",
" 1197.71,529.585 1198.88,530.056 1204.03,532.245 1205.68,532.982 1209.18,534.551 1213.05,536.379 1214.33,536.988 1219.48,539.549 1219.92,539.776 1224.63,542.232 \n",
" 1226.36,543.173 1229.78,545.057 1232.43,546.569 1234.94,548.027 1238.16,549.966 1240.09,551.148 1243.59,553.363 1245.24,554.427 1248.75,556.76 1250.39,557.876 \n",
" 1253.66,560.156 1255.54,561.504 1258.34,563.553 1260.69,565.328 1262.8,566.95 1265.84,569.364 1267.06,570.347 1270.99,573.632 1271.13,573.744 1275.03,577.14 \n",
" 1276.15,578.151 1278.76,580.537 1281.3,582.957 1282.32,583.934 1285.72,587.331 1286.45,588.087 1288.99,590.727 1291.6,593.589 1292.09,594.124 1295.07,597.521 \n",
" 1296.75,599.533 1297.91,600.918 1300.62,604.314 1301.9,606.01 1303.2,607.711 1305.66,611.108 1307.05,613.158 1307.98,614.505 1310.2,617.902 1312.2,621.183 \n",
" 1312.28,621.298 1314.27,624.695 1316.13,628.092 1317.36,630.507 1317.87,631.489 1319.51,634.885 1321.03,638.282 1322.42,641.679 1322.51,641.918 1323.73,645.076 \n",
" 1324.92,648.472 1325.98,651.869 1326.93,655.266 1327.66,658.246 1327.76,658.663 1328.5,662.06 1329.12,665.456 1329.62,668.853 1330,672.25 1330.26,675.647 \n",
" 1330.39,679.043 1330.4,682.44 1330.28,685.837 1330.03,689.234 1329.64,692.63 1329.11,696.027 1328.44,699.424 1327.66,702.631 1327.61,702.821 1326.65,706.218 \n",
" 1325.52,709.614 1324.21,713.011 1322.72,716.408 1322.51,716.836 1321.05,719.805 1319.18,723.201 1317.36,726.155 1317.08,726.598 1314.76,729.995 1312.2,733.369 \n",
" 1312.19,733.392 1309.35,736.788 1307.05,739.29 1306.2,740.185 1302.73,743.582 1301.9,744.334 1298.87,746.979 1296.75,748.705 1294.59,750.376 1291.6,752.544 \n",
" 1289.8,753.772 1286.45,755.943 1284.42,757.169 1281.3,758.969 1278.3,760.566 1276.15,761.671 1271.26,763.963 1270.99,764.085 1265.84,766.249 1262.91,767.359 \n",
" 1260.69,768.179 1255.54,769.899 1252.66,770.756 1250.39,771.423 1245.24,772.77 1240.09,773.938 1239.01,774.153 1234.94,774.959 1229.78,775.827 1224.63,776.547 \n",
" 1219.48,777.128 1214.64,777.55 1214.33,777.577 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1224.63,764.734 1219.48,765.502 1214.33,766.117 1209.18,766.586 1204.03,766.917 1198.88,767.115 1193.73,767.186 1188.57,767.133 1183.42,766.96 1178.27,766.669 \n",
" 1173.12,766.261 1167.97,765.738 1162.82,765.099 1157.67,764.343 1155.42,763.963 1152.52,763.483 1147.36,762.517 1142.21,761.433 1138.5,760.566 1137.06,760.236 \n",
" 1131.91,758.94 1126.76,757.518 1125.59,757.169 1121.61,755.997 1116.46,754.353 1114.76,753.772 1111.31,752.6 1106.15,750.72 1105.26,750.376 1101,748.732 \n",
" 1096.75,746.979 1095.85,746.608 1090.7,744.366 1088.99,743.582 1085.55,741.993 1081.84,740.185 1080.4,739.479 1075.25,736.822 1075.18,736.788 1070.1,734.027 \n",
" 1068.97,733.392 1064.94,731.074 1063.14,729.995 1059.79,727.957 1057.64,726.598 1054.64,724.665 1052.44,723.201 1049.49,721.187 1047.52,719.805 1044.34,717.509 \n",
" 1042.85,716.408 1039.19,713.614 1038.41,713.011 1034.2,709.614 1034.04,709.481 1030.17,706.218 1028.89,705.087 1026.34,702.821 1023.73,700.396 1022.7,699.424 \n",
" 1019.23,696.027 1018.58,695.368 1015.91,692.63 1013.43,689.949 1012.77,689.234 1009.77,685.837 1008.28,684.062 1006.92,682.44 1004.22,679.043 1003.13,677.604 \n",
" 1001.64,675.647 999.216,672.25 997.978,670.412 996.918,668.853 994.746,665.456 992.827,662.232 992.723,662.06 990.793,658.663 989.01,655.266 987.675,652.515 \n",
" 987.356,651.869 985.802,648.472 984.385,645.076 983.1,641.679 982.524,639.991 981.927,638.282 980.867,634.885 979.938,631.489 979.137,628.092 978.463,624.695 \n",
" 977.917,621.298 977.499,617.902 977.373,616.411 977.206,614.505 977.044,611.108 977.02,607.711 977.137,604.314 977.373,601.248 977.398,600.918 977.8,597.521 \n",
" 978.354,594.124 979.068,590.727 979.949,587.331 981.006,583.934 982.249,580.537 982.524,579.876 983.672,577.14 985.299,573.744 987.151,570.347 987.675,569.476 \n",
" 989.227,566.95 991.558,563.553 992.827,561.875 994.164,560.156 997.07,556.76 997.978,555.781 1000.31,553.363 1003.13,550.693 1003.93,549.966 1007.98,546.569 \n",
" 1008.28,546.337 1012.55,543.173 1013.43,542.558 1017.72,539.776 1018.58,539.243 1023.62,536.379 1023.73,536.32 1028.89,533.734 1030.53,532.982 1034.04,531.442 \n",
" 1038.74,529.585 1039.19,529.416 1044.34,527.624 1049.04,526.189 1049.49,526.054 1054.64,524.677 1059.79,523.491 1063.34,522.792 1064.94,522.479 1070.1,521.625 \n",
" 1075.25,520.928 1080.4,520.382 1085.55,519.977 1090.7,519.708 1095.85,519.569 1101,519.556 1106.15,519.664 1111.31,519.892 1116.46,520.237 1121.61,520.698 \n",
" 1126.76,521.275 1131.91,521.967 1137.06,522.777 1137.15,522.792 1142.21,523.68 1147.36,524.7 1152.52,525.839 1153.95,526.189 1157.67,527.078 1162.82,528.431 \n",
" 1166.85,529.585 1167.97,529.903 1173.12,531.475 1177.68,532.982 1178.27,533.178 1183.42,534.98 1187.15,536.379 1188.57,536.914 1193.73,538.963 1195.65,539.776 \n",
" 1198.88,541.137 1203.42,543.173 1204.03,543.447 1209.18,545.881 1210.57,546.569 1214.33,548.454 1217.21,549.966 1219.48,551.174 1223.42,553.363 1224.63,554.046 \n",
" 1229.25,556.76 1229.78,557.077 1234.75,560.156 1234.94,560.274 1239.94,563.553 1240.09,563.65 1244.86,566.95 1245.24,567.216 1249.53,570.347 1250.39,570.99 \n",
" 1253.97,573.744 1255.54,574.99 1258.19,577.14 1260.69,579.239 1262.21,580.537 1265.84,583.766 1266.03,583.934 1269.68,587.331 1270.99,588.608 1273.16,590.727 \n",
" 1276.15,593.806 1276.45,594.124 1279.61,597.521 1281.3,599.432 1282.61,600.918 1285.45,604.314 1286.45,605.565 1288.16,607.711 1290.72,611.108 1291.6,612.336 \n",
" 1293.16,614.505 1295.45,617.902 1296.75,619.946 1297.62,621.298 1299.66,624.695 1301.56,628.092 1301.9,628.744 1303.36,631.489 1305.02,634.885 1306.55,638.282 \n",
" 1307.05,639.496 1307.97,641.679 1309.28,645.076 1310.45,648.472 1311.49,651.869 1312.2,654.53 1312.41,655.266 1313.22,658.663 1313.9,662.06 1314.45,665.456 \n",
" 1314.88,668.853 1315.17,672.25 1315.32,675.647 1315.35,679.043 1315.23,682.44 1314.97,685.837 1314.56,689.234 1314,692.63 1313.28,696.027 1312.39,699.424 \n",
" 1312.2,700.026 1311.34,702.821 1310.11,706.218 1308.68,709.614 1307.05,712.979 1307.04,713.011 1305.2,716.408 1303.11,719.805 1301.9,721.591 1300.78,723.201 \n",
" 1298.17,726.598 1296.75,728.291 1295.27,729.995 1292.02,733.392 1291.6,733.804 1288.4,736.788 1286.45,738.464 1284.34,740.185 1281.3,742.494 1279.77,743.582 \n",
" 1276.15,746.014 1274.6,746.979 1270.99,749.11 1268.67,750.376 1265.84,751.846 1261.78,753.772 1260.69,754.269 1255.54,756.415 1253.53,757.169 1250.39,758.312 \n",
" 1245.24,759.981 1243.21,760.566 1240.09,761.446 1234.94,762.718 1229.78,763.806 1228.92,763.963 1224.63,764.734 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1219.48,754.576 1214.33,755.378 1209.18,756.013 1204.03,756.489 1198.88,756.815 1193.73,756.996 1188.57,757.04 1183.42,756.949 1178.27,756.728 1173.12,756.379 \n",
" 1167.97,755.904 1162.82,755.304 1157.67,754.579 1152.78,753.772 1152.52,753.73 1147.36,752.772 1142.21,751.689 1137.06,750.477 1136.67,750.376 1131.91,749.158 \n",
" 1126.76,747.709 1124.37,746.979 1121.61,746.139 1116.46,744.444 1114.02,743.582 1111.31,742.622 1106.15,740.668 1104.96,740.185 1101,738.586 1096.84,736.788 \n",
" 1095.85,736.36 1090.7,733.996 1089.45,733.392 1085.55,731.487 1082.65,729.995 1080.4,728.82 1076.34,726.598 1075.25,725.991 1070.45,723.201 1070.1,722.991 \n",
" 1064.94,719.811 1064.93,719.805 1059.79,716.437 1059.75,716.408 1054.86,713.011 1054.64,712.854 1050.24,709.614 1049.49,709.043 1045.87,706.218 1044.34,704.979 \n",
" 1041.73,702.821 1039.19,700.636 1037.8,699.424 1034.09,696.027 1034.04,695.98 1030.55,692.63 1028.89,690.952 1027.2,689.234 1024.03,685.837 1023.73,685.503 \n",
" 1021.02,682.44 1018.58,679.531 1018.18,679.043 1015.48,675.647 1013.43,672.902 1012.94,672.25 1010.54,668.853 1008.31,665.456 1008.28,665.413 1006.19,662.06 \n",
" 1004.22,658.663 1003.13,656.625 1002.39,655.266 1000.69,651.869 999.131,648.472 997.978,645.71 997.709,645.076 996.404,641.679 995.24,638.282 994.215,634.885 \n",
" 993.327,631.489 992.827,629.225 992.57,628.092 991.943,624.695 991.457,621.298 991.114,617.902 990.916,614.505 990.865,611.108 990.966,607.711 991.223,604.314 \n",
" 991.642,600.918 992.229,597.521 992.827,594.849 992.989,594.124 993.925,590.727 995.054,587.331 996.389,583.934 997.941,580.537 997.978,580.466 999.718,577.14 \n",
" 1001.75,573.744 1003.13,571.674 1004.04,570.347 1006.64,566.95 1008.28,565.008 1009.56,563.553 1012.85,560.156 1013.43,559.605 1016.57,556.76 1018.58,555.087 \n",
" 1020.78,553.363 1023.73,551.217 1025.58,549.966 1028.89,547.869 1031.11,546.569 1034.04,544.949 1037.56,543.173 1039.19,542.392 1044.34,540.153 1045.3,539.776 \n",
" 1049.49,538.194 1054.64,536.487 1055.01,536.379 1059.79,535.006 1064.94,533.737 1068.54,532.982 1070.1,532.662 1075.25,531.766 1080.4,531.042 1085.55,530.481 \n",
" 1090.7,530.075 1095.85,529.816 1101,529.699 1106.15,529.718 1111.31,529.869 1116.46,530.149 1121.61,530.556 1126.76,531.089 1131.91,531.746 1137.06,532.529 \n",
" 1139.64,532.982 1142.21,533.428 1147.36,534.443 1152.52,535.585 1155.74,536.379 1157.67,536.848 1162.82,538.225 1167.97,539.737 1168.09,539.776 1173.12,541.356 \n",
" 1178.27,543.117 1178.42,543.173 1183.42,544.991 1187.45,546.569 1188.57,547.008 1193.73,549.154 1195.56,549.966 1198.88,551.44 1202.95,553.363 1204.03,553.875 \n",
" 1209.18,556.457 1209.76,556.76 1214.33,559.194 1216.06,560.156 1219.48,562.099 1221.94,563.553 1224.63,565.179 1227.45,566.95 1229.78,568.447 1232.64,570.347 \n",
" 1234.94,571.916 1237.53,573.744 1240.09,575.603 1242.15,577.14 1245.24,579.528 1246.51,580.537 1250.39,583.715 1250.65,583.934 1254.58,587.331 1255.54,588.2 \n",
" 1258.3,590.727 1260.69,593.021 1261.83,594.124 1265.17,597.521 1265.84,598.232 1268.35,600.918 1270.99,603.908 1271.35,604.314 1274.2,607.711 1276.15,610.165 \n",
" 1276.89,611.108 1279.43,614.505 1281.3,617.158 1281.82,617.902 1284.08,621.298 1286.17,624.695 1286.45,625.172 1288.15,628.092 1289.98,631.489 1291.6,634.755 \n",
" 1291.66,634.885 1293.24,638.282 1294.67,641.679 1295.95,645.076 1296.75,647.423 1297.11,648.472 1298.15,651.869 1299.04,655.266 1299.8,658.663 1300.42,662.06 \n",
" 1300.9,665.456 1301.24,668.853 1301.43,672.25 1301.48,675.647 1301.38,679.043 1301.13,682.44 1300.71,685.837 1300.13,689.234 1299.37,692.63 1298.43,696.027 \n",
" 1297.29,699.424 1296.75,700.81 1295.96,702.821 1294.41,706.218 1292.63,709.614 1291.6,711.354 1290.6,713.011 1288.3,716.408 1286.45,718.851 1285.7,719.805 \n",
" 1282.77,723.201 1281.3,724.762 1279.48,726.598 1276.15,729.662 1275.76,729.995 1271.55,733.392 1270.99,733.81 1266.75,736.788 1265.84,737.382 1261.22,740.185 \n",
" 1260.69,740.491 1255.54,743.206 1254.76,743.582 1250.39,745.584 1246.99,746.979 1245.24,747.669 1240.09,749.489 1237.24,750.376 1234.94,751.071 1229.78,752.436 \n",
" 1224.63,753.597 1223.72,753.772 1219.48,754.576 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1219.48,743.993 1214.33,745.019 1209.18,745.849 1204.03,746.496 1198.88,746.971 1198.75,746.979 1193.73,747.284 1188.57,747.44 1183.42,747.444 1178.27,747.302 \n",
" 1173.12,747.017 1172.66,746.979 1167.97,746.596 1162.82,746.04 1157.67,745.349 1152.52,744.524 1147.47,743.582 1147.36,743.563 1142.21,742.48 1137.06,741.261 \n",
" 1132.97,740.185 1131.91,739.907 1126.76,738.427 1121.61,736.803 1121.57,736.788 1116.46,735.051 1111.96,733.392 1111.31,733.151 1106.15,731.113 1103.51,729.995 \n",
" 1101,728.923 1095.9,726.598 1095.85,726.577 1090.7,724.076 1089,723.201 1085.55,721.404 1082.63,719.805 1080.4,718.554 1076.73,716.408 1075.25,715.516 \n",
" 1071.24,713.011 1070.1,712.276 1066.1,709.614 1064.94,708.819 1061.28,706.218 1059.79,705.124 1056.75,702.821 1054.64,701.166 1052.48,699.424 1049.49,696.916 \n",
" 1048.45,696.027 1044.66,692.63 1044.34,692.334 1041.07,689.234 1039.19,687.356 1037.69,685.837 1034.5,682.44 1034.04,681.927 1031.48,679.043 1028.89,675.928 \n",
" 1028.65,675.647 1025.98,672.25 1023.73,669.191 1023.49,668.853 1021.14,665.456 1018.96,662.06 1018.58,661.431 1016.92,658.663 1015.04,655.266 1013.43,652.103 \n",
" 1013.31,651.869 1011.72,648.472 1010.28,645.076 1008.99,641.679 1008.28,639.583 1007.84,638.282 1006.83,634.885 1005.97,631.489 1005.26,628.092 1004.71,624.695 \n",
" 1004.3,621.298 1004.05,617.902 1003.96,614.505 1004.04,611.108 1004.28,607.711 1004.7,604.314 1005.3,600.918 1006.09,597.521 1007.09,594.124 1008.28,590.772 \n",
" 1008.3,590.727 1009.73,587.331 1011.41,583.934 1013.35,580.537 1013.43,580.402 1015.58,577.14 1018.12,573.744 1018.58,573.18 1021.03,570.347 1023.73,567.53 \n",
" 1024.32,566.95 1028.09,563.553 1028.89,562.897 1032.42,560.156 1034.04,559.002 1037.43,556.76 1039.19,555.671 1043.28,553.363 1044.34,552.801 1049.49,550.32 \n",
" 1050.31,549.966 1054.64,548.176 1059.08,546.569 1059.79,546.32 1064.94,544.731 1070.1,543.377 1071,543.173 1075.25,542.242 1080.4,541.308 1085.55,540.563 \n",
" 1090.7,539.997 1093.54,539.776 1095.85,539.597 1101,539.357 1106.15,539.272 1111.31,539.336 1116.46,539.544 1119.86,539.776 1121.61,539.893 1126.76,540.376 \n",
" 1131.91,540.994 1137.06,541.747 1142.21,542.634 1144.93,543.173 1147.36,543.651 1152.52,544.796 1157.67,546.079 1159.45,546.569 1162.82,547.489 1167.97,549.035 \n",
" 1170.82,549.966 1173.12,550.718 1178.27,552.538 1180.44,553.363 1183.42,554.5 1188.57,556.612 1188.91,556.76 1193.73,558.868 1196.49,560.156 1198.88,561.285 \n",
" 1203.41,563.553 1204.03,563.867 1209.18,566.619 1209.77,566.95 1214.33,569.553 1215.66,570.347 1219.48,572.682 1221.15,573.744 1224.63,576.02 1226.29,577.14 \n",
" 1229.78,579.584 1231.1,580.537 1234.94,583.396 1235.64,583.934 1239.9,587.331 1240.09,587.482 1243.93,590.727 1245.24,591.885 1247.72,594.124 1250.39,596.639 \n",
" 1251.31,597.521 1254.69,600.918 1255.54,601.814 1257.88,604.314 1260.69,607.487 1260.89,607.711 1263.73,611.108 1265.84,613.807 1266.39,614.505 1268.89,617.902 \n",
" 1270.99,620.961 1271.23,621.298 1273.42,624.695 1275.44,628.092 1276.15,629.36 1277.33,631.489 1279.06,634.885 1280.64,638.282 1281.3,639.829 1282.08,641.679 \n",
" 1283.38,645.076 1284.53,648.472 1285.53,651.869 1286.38,655.266 1286.45,655.583 1287.09,658.663 1287.65,662.06 1288.06,665.456 1288.31,668.853 1288.4,672.25 \n",
" 1288.32,675.647 1288.07,679.043 1287.65,682.44 1287.05,685.837 1286.45,688.414 1286.25,689.234 1285.26,692.63 1284.05,696.027 1282.62,699.424 1281.3,702.11 \n",
" 1280.94,702.821 1278.99,706.218 1276.77,709.614 1276.15,710.467 1274.21,713.011 1271.32,716.408 1270.99,716.756 1268,719.805 1265.84,721.801 1264.23,723.201 \n",
" 1260.69,726.018 1259.91,726.598 1255.54,729.595 1254.91,729.995 1250.39,732.662 1249.03,733.392 1245.24,735.311 1241.98,736.788 1240.09,737.608 1234.94,739.592 \n",
" 1233.19,740.185 1229.78,741.3 1224.63,742.76 1221.23,743.582 1219.48,743.993 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1219.48,733.434 1214.33,734.739 1209.18,735.814 1204.03,736.673 1203.14,736.788 1198.88,737.329 1193.73,737.796 1188.57,738.085 1183.42,738.203 1178.27,738.157 \n",
" 1173.12,737.953 1167.97,737.594 1162.82,737.084 1160.51,736.788 1157.67,736.427 1152.52,735.626 1147.36,734.68 1142.21,733.587 1141.4,733.392 1137.06,732.353 \n",
" 1131.91,730.973 1128.61,729.995 1126.76,729.445 1121.61,727.77 1118.3,726.598 1116.46,725.941 1111.31,723.957 1109.48,723.201 1106.15,721.811 1101.68,719.805 \n",
" 1101,719.497 1095.85,717.01 1094.67,716.408 1090.7,714.337 1088.29,713.011 1085.55,711.469 1082.41,709.614 1080.4,708.392 1076.97,706.218 1075.25,705.09 \n",
" 1071.91,702.821 1070.1,701.541 1067.19,699.424 1064.94,697.72 1062.78,696.027 1059.79,693.595 1058.64,692.63 1054.76,689.234 1054.64,689.126 1051.12,685.837 \n",
" 1049.49,684.234 1047.7,682.44 1044.49,679.043 1044.34,678.87 1041.49,675.647 1039.19,672.875 1038.68,672.25 1036.05,668.853 1034.04,666.07 1033.6,665.456 \n",
" 1031.32,662.06 1029.21,658.663 1028.89,658.09 1027.27,655.266 1025.49,651.869 1023.88,648.472 1023.73,648.13 1022.42,645.076 1021.13,641.679 1019.99,638.282 \n",
" 1019.02,634.885 1018.58,633.06 1018.2,631.489 1017.55,628.092 1017.07,624.695 1016.75,621.298 1016.61,617.902 1016.65,614.505 1016.87,611.108 1017.29,607.711 \n",
" 1017.9,604.314 1018.58,601.516 1018.73,600.918 1019.78,597.521 1021.07,594.124 1022.62,590.727 1023.73,588.611 1024.44,587.331 1026.57,583.934 1028.89,580.72 \n",
" 1029.02,580.537 1031.88,577.14 1034.04,574.861 1035.16,573.744 1038.95,570.347 1039.19,570.147 1043.37,566.95 1044.34,566.269 1048.56,563.553 1049.49,562.998 \n",
" 1054.64,560.215 1054.76,560.156 1059.79,557.851 1062.51,556.76 1064.94,555.828 1070.1,554.112 1072.72,553.363 1075.25,552.667 1080.4,551.471 1085.55,550.497 \n",
" 1089.1,549.966 1090.7,549.733 1095.85,549.165 1101,548.781 1106.15,548.572 1111.31,548.53 1116.46,548.65 1121.61,548.926 1126.76,549.355 1131.91,549.933 \n",
" 1132.14,549.966 1137.06,550.656 1142.21,551.524 1147.36,552.538 1151.03,553.363 1152.52,553.696 1157.67,554.996 1162.82,556.445 1163.84,556.76 1167.97,558.04 \n",
" 1173.12,559.786 1174.13,560.156 1178.27,561.685 1182.95,563.553 1183.42,563.744 1188.57,565.965 1190.71,566.95 1193.73,568.358 1197.72,570.347 1198.88,570.93 \n",
" 1204.03,573.69 1204.12,573.744 1209.18,576.652 1209.99,577.14 1214.33,579.831 1215.42,580.537 1219.48,583.243 1220.48,583.934 1224.63,586.912 1225.2,587.331 \n",
" 1229.61,590.727 1229.78,590.867 1233.74,594.124 1234.94,595.152 1237.62,597.521 1240.09,599.807 1241.26,600.918 1244.68,604.314 1245.24,604.901 1247.88,607.711 \n",
" 1250.39,610.539 1250.89,611.108 1253.7,614.505 1255.54,616.878 1256.33,617.902 1258.78,621.298 1260.69,624.157 1261.05,624.695 1263.16,628.092 1265.1,631.489 \n",
" 1265.84,632.916 1266.87,634.885 1268.49,638.282 1269.94,641.679 1270.99,644.447 1271.23,645.076 1272.37,648.472 1273.35,651.869 1274.16,655.266 1274.81,658.663 \n",
" 1275.29,662.06 1275.6,665.456 1275.74,668.853 1275.7,672.25 1275.48,675.647 1275.06,679.043 1274.45,682.44 1273.62,685.837 1272.57,689.234 1271.28,692.63 \n",
" 1270.99,693.27 1269.73,696.027 1267.9,699.424 1265.84,702.727 1265.78,702.821 1263.3,706.218 1260.69,709.358 1260.47,709.614 1257.17,713.011 1255.54,714.524 \n",
" 1253.36,716.408 1250.39,718.756 1248.95,719.805 1245.24,722.293 1243.75,723.201 1240.09,725.284 1237.51,726.598 1234.94,727.836 1229.84,729.995 1229.78,730.018 \n",
" 1224.63,731.864 1219.63,733.392 1219.48,733.434 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1214.33,724.221 1209.18,725.618 1204.75,726.598 1204.03,726.752 1198.88,727.636 1193.73,728.3 1188.57,728.755 1183.42,729.013 1178.27,729.084 1173.12,728.975 \n",
" 1167.97,728.694 1162.82,728.244 1157.67,727.631 1152.52,726.856 1151.1,726.598 1147.36,725.919 1142.21,724.824 1137.06,723.57 1135.71,723.201 1131.91,722.154 \n",
" 1126.76,720.576 1124.47,719.805 1121.61,718.83 1116.46,716.916 1115.19,716.408 1111.31,714.823 1107.18,713.011 1106.15,712.55 1101,710.083 1100.08,709.614 \n",
" 1095.85,707.411 1093.69,706.218 1090.7,704.524 1087.85,702.821 1085.55,701.403 1082.49,699.424 1080.4,698.028 1077.53,696.027 1075.25,694.37 1072.94,692.63 \n",
" 1070.1,690.396 1068.67,689.234 1064.94,686.066 1064.68,685.837 1060.98,682.44 1059.79,681.29 1057.53,679.043 1054.64,676.01 1054.3,675.647 1051.31,672.25 \n",
" 1049.49,670.046 1048.52,668.853 1045.94,665.456 1044.34,663.189 1043.55,662.06 1041.36,658.663 1039.34,655.266 1039.19,654.979 1037.52,651.869 1035.87,648.472 \n",
" 1034.39,645.076 1034.04,644.145 1033.1,641.679 1031.98,638.282 1031.04,634.885 1030.28,631.489 1029.7,628.092 1029.3,624.695 1029.1,621.298 1029.09,617.902 \n",
" 1029.28,614.505 1029.69,611.108 1030.32,607.711 1031.19,604.314 1032.3,600.918 1033.68,597.521 1034.04,596.773 1035.36,594.124 1037.37,590.727 1039.19,588.063 \n",
" 1039.72,587.331 1042.5,583.934 1044.34,581.947 1045.74,580.537 1049.49,577.172 1049.53,577.14 1054.04,573.744 1054.64,573.333 1059.44,570.347 1059.79,570.146 \n",
" 1064.94,567.488 1066.13,566.95 1070.1,565.259 1074.75,563.553 1075.25,563.381 1080.4,561.835 1085.55,560.56 1087.55,560.156 1090.7,559.544 1095.85,558.764 \n",
" 1101,558.198 1106.15,557.835 1111.31,557.664 1116.46,557.677 1121.61,557.866 1126.76,558.225 1131.91,558.75 1137.06,559.439 1141.42,560.156 1142.21,560.288 \n",
" 1147.36,561.298 1152.52,562.466 1156.74,563.553 1157.67,563.794 1162.82,565.285 1167.97,566.938 1168,566.95 1173.12,568.763 1177.22,570.347 1178.27,570.757 \n",
" 1183.42,572.933 1185.21,573.744 1188.57,575.296 1192.31,577.14 1193.73,577.854 1198.73,580.537 1198.88,580.619 1204.03,583.611 1204.56,583.934 1209.18,586.847 \n",
" 1209.91,587.331 1214.33,590.347 1214.86,590.727 1219.46,594.124 1219.48,594.141 1223.72,597.521 1224.63,598.283 1227.69,600.918 1229.78,602.813 1231.4,604.314 \n",
" 1234.86,607.711 1234.94,607.793 1238.07,611.108 1240.09,613.379 1241.07,614.505 1243.85,617.902 1245.24,619.714 1246.43,621.298 1248.82,624.695 1250.39,627.117 \n",
" 1251.01,628.092 1253.02,631.489 1254.85,634.885 1255.54,636.298 1256.5,638.282 1257.97,641.679 1259.27,645.076 1260.38,648.472 1260.69,649.581 1261.32,651.869 \n",
" 1262.08,655.266 1262.66,658.663 1263.05,662.06 1263.26,665.456 1263.26,668.853 1263.07,672.25 1262.66,675.647 1262.03,679.043 1261.17,682.44 1260.69,683.919 \n",
" 1260.05,685.837 1258.66,689.234 1256.98,692.63 1255.54,695.115 1254.98,696.027 1252.61,699.424 1250.39,702.19 1249.85,702.821 1246.59,706.218 1245.24,707.484 \n",
" 1242.77,709.614 1240.09,711.711 1238.26,713.011 1234.94,715.181 1232.84,716.408 1229.78,718.07 1226.17,719.805 1224.63,720.497 1219.48,722.528 1217.5,723.201 \n",
" 1214.33,724.221 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1204.03,716.411 1198.88,717.606 1193.73,718.533 1188.57,719.21 1183.42,719.653 1179.93,719.805 1178.27,719.875 1173.12,719.888 1170.79,719.805 1167.97,719.704 \n",
" 1162.82,719.327 1157.67,718.764 1152.52,718.022 1147.36,717.102 1144.1,716.408 1142.21,716.002 1137.06,714.721 1131.91,713.265 1131.11,713.011 1126.76,711.617 \n",
" 1121.61,709.79 1121.15,709.614 1116.46,707.759 1112.86,706.218 1111.31,705.533 1106.15,703.094 1105.61,702.821 1101,700.421 1099.2,699.424 1095.85,697.508 \n",
" 1093.41,696.027 1090.7,694.329 1088.13,692.63 1085.55,690.858 1083.29,689.234 1080.4,687.056 1078.84,685.837 1075.25,682.879 1074.73,682.44 1070.95,679.043 \n",
" 1070.1,678.238 1067.45,675.647 1064.94,673.044 1064.2,672.25 1061.22,668.853 1059.79,667.117 1058.46,665.456 1055.94,662.06 1054.64,660.175 1053.62,658.663 \n",
" 1051.53,655.266 1049.62,651.869 1049.49,651.603 1047.94,648.472 1046.45,645.076 1045.15,641.679 1044.34,639.193 1044.05,638.282 1043.15,634.885 1042.46,631.489 \n",
" 1041.97,628.092 1041.69,624.695 1041.62,621.298 1041.78,617.902 1042.18,614.505 1042.83,611.108 1043.73,607.711 1044.34,605.958 1044.93,604.314 1046.45,600.918 \n",
" 1048.3,597.521 1049.49,595.667 1050.54,594.124 1053.23,590.727 1054.64,589.167 1056.44,587.331 1059.79,584.313 1060.26,583.934 1064.88,580.537 1064.94,580.491 \n",
" 1070.1,577.408 1070.6,577.14 1075.25,574.886 1077.99,573.744 1080.4,572.805 1085.55,571.105 1088.33,570.347 1090.7,569.737 1095.85,568.668 1101,567.858 \n",
" 1106.15,567.29 1111.31,566.95 1111.31,566.95 1116.46,566.827 1121.61,566.905 1122.46,566.95 1126.76,567.179 1131.91,567.642 1137.06,568.288 1142.21,569.112 \n",
" 1147.36,570.113 1148.39,570.347 1152.52,571.299 1157.67,572.661 1161.3,573.744 1162.82,574.203 1167.97,575.934 1171.23,577.14 1173.12,577.853 1178.27,579.97 \n",
" 1179.55,580.537 1183.42,582.299 1186.77,583.934 1188.57,584.842 1193.21,587.331 1193.73,587.616 1198.88,590.645 1199.01,590.727 1204.03,593.954 1204.28,594.124 \n",
" 1209.11,597.521 1209.18,597.57 1213.55,600.918 1214.33,601.548 1217.64,604.314 1219.48,605.936 1221.43,607.711 1224.63,610.801 1224.94,611.108 1228.17,614.505 \n",
" 1229.78,616.317 1231.16,617.902 1233.91,621.298 1234.94,622.658 1236.44,624.695 1238.75,628.092 1240.09,630.246 1240.85,631.489 1242.74,634.885 1244.43,638.282 \n",
" 1245.24,640.107 1245.92,641.679 1247.21,645.076 1248.31,648.472 1249.21,651.869 1249.91,655.266 1250.39,658.578 1250.4,658.663 1250.68,662.06 1250.74,665.456 \n",
" 1250.58,668.853 1250.39,670.506 1250.18,672.25 1249.53,675.647 1248.61,679.043 1247.4,682.44 1245.9,685.837 1245.24,687.093 1244.04,689.234 1241.79,692.63 \n",
" 1240.09,694.846 1239.11,696.027 1235.9,699.424 1234.94,700.335 1232.05,702.821 1229.78,704.566 1227.41,706.218 1224.63,707.965 1221.68,709.614 1219.48,710.742 \n",
" 1214.38,713.011 1214.33,713.032 1209.18,714.885 1204.04,716.408 1204.03,716.411 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1198.88,706.812 1193.73,708.122 1188.57,709.119 1184.99,709.614 1183.42,709.819 1178.27,710.244 1173.12,710.423 1167.97,710.371 1162.82,710.098 1157.67,709.614 \n",
" 1157.67,709.614 1152.52,708.909 1147.36,708.003 1142.21,706.899 1139.51,706.218 1137.06,705.588 1131.91,704.067 1128.17,702.821 1126.76,702.341 1121.61,700.39 \n",
" 1119.29,699.424 1116.46,698.212 1111.77,696.027 1111.31,695.803 1106.15,693.126 1105.26,692.63 1101,690.167 1099.49,689.234 1095.85,686.9 1094.29,685.837 \n",
" 1090.7,683.286 1089.57,682.44 1085.55,679.274 1085.27,679.043 1081.36,675.647 1080.4,674.755 1077.79,672.25 1075.25,669.638 1074.51,668.853 1071.53,665.456 \n",
" 1070.1,663.693 1068.81,662.06 1066.35,658.663 1064.94,656.541 1064.12,655.266 1062.15,651.869 1060.39,648.472 1059.79,647.152 1058.87,645.076 1057.58,641.679 \n",
" 1056.51,638.282 1055.67,634.885 1055.05,631.489 1054.67,628.092 1054.64,627.304 1054.54,624.695 1054.64,622.01 1054.67,621.298 1055.07,617.902 1055.76,614.505 \n",
" 1056.75,611.108 1058.08,607.711 1059.75,604.314 1059.79,604.239 1061.89,600.918 1064.48,597.521 1064.94,596.991 1067.7,594.124 1070.1,591.959 1071.61,590.727 \n",
" 1075.25,588.12 1076.5,587.331 1080.4,585.11 1082.8,583.934 1085.55,582.706 1090.7,580.776 1091.47,580.537 1095.85,579.276 1101,578.113 1106.15,577.253 \n",
" 1107.13,577.14 1111.31,576.686 1116.46,576.376 1121.61,576.305 1126.76,576.46 1131.91,576.832 1134.64,577.14 1137.06,577.418 1142.21,578.216 1147.36,579.214 \n",
" 1152.52,580.407 1153,580.537 1157.67,581.821 1162.82,583.431 1164.25,583.934 1167.97,585.265 1173.12,587.307 1173.18,587.331 1178.27,589.602 1180.6,590.727 \n",
" 1183.42,592.136 1187.12,594.124 1188.57,594.934 1192.91,597.521 1193.73,598.025 1198.11,600.918 1198.88,601.446 1202.81,604.314 1204.03,605.245 1207.09,607.711 \n",
" 1209.18,609.483 1211.01,611.108 1214.33,614.236 1214.6,614.505 1217.86,617.902 1219.48,619.717 1220.85,621.298 1223.57,624.695 1224.63,626.145 1226.03,628.092 \n",
" 1228.24,631.489 1229.78,634.11 1230.23,634.885 1231.97,638.282 1233.49,641.679 1234.8,645.076 1234.94,645.517 1235.86,648.472 1236.69,651.869 1237.3,655.266 \n",
" 1237.67,658.663 1237.8,662.06 1237.67,665.456 1237.27,668.853 1236.59,672.25 1235.61,675.647 1234.94,677.424 1234.28,679.043 1232.57,682.44 1230.46,685.837 \n",
" 1229.78,686.769 1227.83,689.234 1224.67,692.63 1224.63,692.669 1220.72,696.027 1219.48,696.965 1215.82,699.424 1214.33,700.323 1209.56,702.821 1209.18,703.001 \n",
" 1204.03,705.116 1200.77,706.218 1198.88,706.812 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1193.73,696.405 1188.57,697.906 1183.42,699.024 1180.78,699.424 1178.27,699.776 1173.12,700.203 1167.97,700.344 1162.82,700.216 1157.67,699.834 1154.3,699.424 \n",
" 1152.52,699.202 1147.36,698.316 1142.21,697.199 1137.72,696.027 1137.06,695.852 1131.91,694.237 1127.4,692.63 1126.76,692.393 1121.61,690.264 1119.35,689.234 \n",
" 1116.46,687.861 1112.55,685.837 1111.31,685.162 1106.66,682.44 1106.15,682.127 1101.49,679.043 1101,678.705 1096.89,675.647 1095.85,674.827 1092.77,672.25 \n",
" 1090.7,670.405 1089.05,668.853 1085.68,665.456 1085.55,665.315 1082.7,662.06 1080.4,659.189 1079.99,658.663 1077.62,655.266 1075.49,651.869 1075.25,651.422 \n",
" 1073.68,648.472 1072.12,645.076 1070.81,641.679 1070.1,639.352 1069.78,638.282 1069.03,634.885 1068.55,631.489 1068.35,628.092 1068.44,624.695 1068.85,621.298 \n",
" 1069.59,617.902 1070.1,616.318 1070.72,614.505 1072.28,611.108 1074.28,607.711 1075.25,606.366 1076.88,604.314 1080.12,600.918 1080.4,600.663 1084.33,597.521 \n",
" 1085.55,596.672 1089.81,594.124 1090.7,593.65 1095.85,591.345 1097.55,590.727 1101,589.586 1106.15,588.266 1111.2,587.331 1111.31,587.313 1116.46,586.723 \n",
" 1121.61,586.43 1126.76,586.415 1131.91,586.661 1137.06,587.156 1138.28,587.331 1142.21,587.909 1147.36,588.903 1152.52,590.124 1154.66,590.727 1157.67,591.597 \n",
" 1162.82,593.313 1164.97,594.124 1167.97,595.292 1173.12,597.521 1173.12,597.522 1178.27,600.073 1179.84,600.918 1183.42,602.933 1185.7,604.314 1188.57,606.144 \n",
" 1190.87,607.711 1193.73,609.763 1195.48,611.108 1198.88,613.859 1199.63,614.505 1203.34,617.902 1204.03,618.573 1206.67,621.298 1209.18,624.097 1209.69,624.695 \n",
" 1212.36,628.092 1214.33,630.851 1214.77,631.489 1216.85,634.885 1218.7,638.282 1219.48,639.963 1220.26,641.679 1221.54,645.076 1222.57,648.472 1223.33,651.869 \n",
" 1223.82,655.266 1224.02,658.663 1223.92,662.06 1223.5,665.456 1222.74,668.853 1221.61,672.25 1220.09,675.647 1219.48,676.723 1218.05,679.043 1215.47,682.44 \n",
" 1214.33,683.704 1212.17,685.837 1209.18,688.362 1207.99,689.234 1204.03,691.787 1202.48,692.63 1198.88,694.389 1194.77,696.027 1193.73,696.405 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1183.42,686.2 1178.27,687.55 1173.12,688.453 1167.97,688.949 1162.82,689.072 1157.67,688.852 1152.52,688.314 1147.36,687.475 1142.21,686.354 1140.31,685.837 \n",
" 1137.06,684.913 1131.91,683.173 1130.03,682.44 1126.76,681.098 1122.32,679.043 1121.61,678.697 1116.46,675.898 1116.04,675.647 1111.31,672.649 1110.73,672.25 \n",
" 1106.15,668.89 1106.11,668.853 1102.13,665.456 1101,664.417 1098.62,662.06 1095.85,659.064 1095.5,658.663 1092.85,655.266 1090.7,652.177 1090.5,651.869 \n",
" 1088.56,648.472 1086.93,645.076 1085.6,641.679 1085.55,641.495 1084.66,638.282 1084.05,634.885 1083.77,631.489 1083.87,628.092 1084.35,624.695 1085.25,621.298 \n",
" 1085.55,620.537 1086.7,617.902 1088.72,614.505 1090.7,611.921 1091.42,611.108 1095.09,607.711 1095.85,607.119 1100.16,604.314 1101,603.846 1106.15,601.512 \n",
" 1107.86,600.918 1111.31,599.853 1116.46,598.713 1121.61,598.002 1126.76,597.682 1131.91,597.72 1137.06,598.089 1142.21,598.768 1147.36,599.739 1152.23,600.918 \n",
" 1152.52,600.99 1157.67,602.587 1162.44,604.314 1162.82,604.457 1167.97,606.699 1170.04,607.711 1173.12,609.293 1176.31,611.108 1178.27,612.289 1181.63,614.505 \n",
" 1183.42,615.766 1186.23,617.902 1188.57,619.827 1190.25,621.298 1193.73,624.617 1193.8,624.695 1196.84,628.092 1198.88,630.612 1199.55,631.489 1201.84,634.885 \n",
" 1203.84,638.282 1204.03,638.67 1205.44,641.679 1206.72,645.076 1207.69,648.472 1208.32,651.869 1208.6,655.266 1208.51,658.663 1208,662.06 1207.06,665.456 \n",
" 1205.64,668.853 1204.03,671.68 1203.66,672.25 1200.89,675.647 1198.88,677.635 1197.21,679.043 1193.73,681.505 1192.12,682.44 1188.57,684.222 1184.47,685.837 \n",
" 1183.42,686.2 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1173.12,672.803 1167.97,674.194 1162.82,674.95 1157.67,675.147 1152.52,674.847 1147.36,674.099 1142.21,672.945 1139.9,672.25 1137.06,671.334 1131.91,669.283 \n",
" 1131,668.853 1126.76,666.68 1124.68,665.456 1121.61,663.489 1119.63,662.06 1116.46,659.532 1115.47,658.663 1112.05,655.266 1111.31,654.41 1109.28,651.869 \n",
" 1106.98,648.472 1106.15,646.968 1105.2,645.076 1103.93,641.679 1103.12,638.282 1102.79,634.885 1103.01,631.489 1103.83,628.092 1105.33,624.695 1106.15,623.41 \n",
" 1107.8,621.298 1111.31,618.032 1111.48,617.902 1116.46,615.047 1117.78,614.505 1121.61,613.205 1126.76,612.116 1131.91,611.625 1137.06,611.664 1142.21,612.176 \n",
" 1147.36,613.116 1152.52,614.447 1152.69,614.505 1157.67,616.299 1161.37,617.902 1162.82,618.579 1167.8,621.298 1167.97,621.397 1172.82,624.695 1173.12,624.919 \n",
" 1176.89,628.092 1178.27,629.392 1180.29,631.489 1183.15,634.885 1183.42,635.275 1185.37,638.282 1187.15,641.679 1188.49,645.076 1188.57,645.4 1189.28,648.472 \n",
" 1189.58,651.869 1189.37,655.266 1188.59,658.663 1188.57,658.713 1186.99,662.06 1184.55,665.456 1183.42,666.627 1180.73,668.853 1178.27,670.447 1174.52,672.25 \n",
" 1173.12,672.803 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#3da44d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1106,872.659 1106.15,872.794 1110.05,876.056 1111.31,877.083 1114.28,879.453 1116.46,881.157 1118.7,882.85 1121.61,885.024 1123.31,886.246 1126.76,888.694 \n",
" 1128.16,889.643 1131.91,892.169 1133.27,893.04 1137.06,895.454 1138.7,896.437 1142.21,898.55 1144.5,899.833 1147.36,901.454 1150.75,903.23 1152.52,904.165 \n",
" 1157.57,906.627 1157.67,906.675 1162.82,909.032 1165.22,910.024 1167.97,911.185 1173.12,913.135 1173.96,913.421 1178.27,914.925 1183.42,916.496 1184.63,916.817 \n",
" 1188.57,917.9 1193.73,919.1 1198.88,920.087 1199.71,920.214 1204.03,920.903 1209.18,921.511 1214.33,921.909 1219.48,922.095 1224.63,922.065 1229.78,921.815 \n",
" 1234.94,921.334 1240.09,920.612 1242.21,920.214 1245.24,919.659 1250.39,918.458 1255.54,916.971 1256,916.817 1260.69,915.239 1265.26,913.421 1265.84,913.19 \n",
" 1270.99,910.857 1272.62,910.024 1276.15,908.197 1278.86,906.627 1281.3,905.189 1284.32,903.23 1286.45,901.812 1289.19,899.833 1291.6,898.039 1293.61,896.437 \n",
" 1296.75,893.829 1297.65,893.04 1301.38,889.643 1301.9,889.148 1304.84,886.246 1307.05,883.95 1308.07,882.85 1311.1,879.453 1312.2,878.163 1313.96,876.056 \n",
" 1316.63,872.659 1317.36,871.709 1319.18,869.263 1321.58,865.866 1322.51,864.491 1323.86,862.469 1326.03,859.072 1327.66,856.367 1328.08,855.675 1330.06,852.279 \n",
" 1331.91,848.882 1332.81,847.154 1333.69,845.485 1335.4,842.088 1337.01,838.692 1337.96,836.571 1338.55,835.295 1340.05,831.898 1341.45,828.501 1342.77,825.105 \n",
" 1343.11,824.185 1344.07,821.708 1345.31,818.311 1346.48,814.914 1347.57,811.517 1348.26,809.241 1348.62,808.121 1349.66,804.724 1350.63,801.327 1351.55,797.93 \n",
" 1352.4,794.534 1353.2,791.137 1353.41,790.167 1353.99,787.74 1354.75,784.343 1355.46,780.946 1356.12,777.55 1356.74,774.153 1357.31,770.756 1357.84,767.359 \n",
" 1358.33,763.963 1358.57,762.19 1358.8,760.566 1359.26,757.169 1359.67,753.772 1360.05,750.376 1360.4,746.979 1360.71,743.582 1360.98,740.185 1361.22,736.788 \n",
" 1361.43,733.392 1361.61,729.995 1361.76,726.598 1361.88,723.201 1361.98,719.805 1362.04,716.408 1362.07,713.011 1362.08,709.614 1362.06,706.218 1362.02,702.821 \n",
" 1361.94,699.424 1361.84,696.027 1361.72,692.63 1361.56,689.234 1361.38,685.837 1361.18,682.44 1360.95,679.043 1360.69,675.647 1360.4,672.25 1360.09,668.853 \n",
" 1359.74,665.456 1359.37,662.06 1358.97,658.663 1358.57,655.43 1358.55,655.266 1358.14,651.869 1357.7,648.472 1357.24,645.076 1356.74,641.679 1356.22,638.282 \n",
" 1355.67,634.885 1355.08,631.489 1354.46,628.092 1353.81,624.695 1353.41,622.724 1353.16,621.298 1352.51,617.902 1351.84,614.505 1351.13,611.108 1350.38,607.711 \n",
" 1349.6,604.314 1348.77,600.918 1348.26,598.899 1347.95,597.521 1347.14,594.124 1346.3,590.727 1345.41,587.331 1344.48,583.934 1343.51,580.537 1343.11,579.206 \n",
" 1342.55,577.14 1341.6,573.744 1340.6,570.347 1339.55,566.95 1338.46,563.553 1337.96,562.072 1337.37,560.156 1336.3,556.76 1335.17,553.363 1333.99,549.966 \n",
" 1332.81,546.743 1332.75,546.569 1331.59,543.173 1330.37,539.776 1329.09,536.379 1327.74,532.982 1327.66,532.78 1326.47,529.585 1325.14,526.189 1323.74,522.792 \n",
" 1322.51,519.907 1322.3,519.395 1320.92,515.998 1319.47,512.602 1317.94,509.205 1317.36,507.936 1316.44,505.808 1314.92,502.411 1313.32,499.015 1312.2,496.735 \n",
" 1311.69,495.618 1310.09,492.221 1308.41,488.824 1307.05,486.2 1306.68,485.427 1304.99,482.031 1303.21,478.634 1301.9,476.247 1301.38,475.237 1299.58,471.84 \n",
" 1297.69,468.444 1296.75,466.817 1295.78,465.047 1293.86,461.65 1291.83,458.253 1291.6,457.87 1289.86,454.857 1287.79,451.46 1286.45,449.34 1285.67,448.063 \n",
" 1283.56,444.666 1281.32,441.269 1281.3,441.228 1279.15,437.873 1276.85,434.476 1276.15,433.459 1274.55,431.079 1272.18,427.682 1270.99,426.043 1269.76,424.286 \n",
" 1267.3,420.889 1265.84,418.953 1264.77,417.492 1262.2,414.095 1260.69,412.168 1259.56,410.699 1256.87,407.302 1255.54,405.671 1254.12,403.905 1251.29,400.508 \n",
" 1250.39,399.453 1248.42,397.111 1245.42,393.715 1245.24,393.507 1242.42,390.318 1240.09,387.791 1239.29,386.921 1236.09,383.524 1234.94,382.326 1232.81,380.128 \n",
" 1229.78,377.109 1229.4,376.731 1225.93,373.334 1224.63,372.099 1222.34,369.937 1219.48,367.325 1218.61,366.541 1214.76,363.144 1214.33,362.768 1210.79,359.747 \n",
" 1209.18,358.404 1206.65,356.35 1204.03,354.258 1202.34,352.953 1198.88,350.318 1197.84,349.557 1193.73,346.579 1193.12,346.16 1188.57,343.032 1188.16,342.763 \n",
" 1183.42,339.675 1182.92,339.366 1178.27,336.506 1177.34,335.97 1173.12,333.526 1171.35,332.573 1167.97,330.737 1164.86,329.176 1162.82,328.142 1157.73,325.779 \n",
" 1157.67,325.751 1152.52,323.509 1149.63,322.382 1147.36,321.478 1142.21,319.635 1140.16,318.986 1137.06,317.974 1131.91,316.51 1128.12,315.589 1126.76,315.247 \n",
" 1121.61,314.156 1116.46,313.279 1111.31,312.609 1106.67,312.192 1106.15,312.143 1101,311.871 1095.85,311.818 1090.7,311.988 1088.06,312.192 1085.55,312.38 \n",
" 1080.4,312.994 1075.25,313.852 1070.1,314.973 1067.79,315.589 1064.94,316.343 1059.79,317.982 1057.11,318.986 1054.64,319.909 1049.49,322.142 1049,322.382 \n",
" 1044.34,324.673 1042.34,325.779 1039.19,327.547 1036.56,329.176 1034.04,330.782 1031.45,332.573 1028.89,334.403 1026.85,335.97 1023.73,338.445 1022.65,339.366 \n",
" 1018.79,342.763 1018.58,342.948 1015.21,346.16 1013.43,347.937 1011.88,349.557 1008.77,352.953 1008.28,353.502 1005.83,356.35 1003.13,359.698 1003.09,359.747 \n",
" 1000.47,363.144 998.03,366.541 997.978,366.615 995.673,369.937 993.473,373.334 992.827,374.373 991.356,376.731 989.351,380.128 987.675,383.152 987.467,383.524 \n",
" 985.621,386.921 983.894,390.318 982.524,393.18 982.262,393.715 980.655,397.111 979.149,400.508 977.738,403.905 977.373,404.822 976.349,407.302 975.023,410.699 \n",
" 973.778,414.095 972.612,417.492 972.222,418.682 971.463,420.889 970.358,424.286 969.321,427.682 968.349,431.079 967.438,434.476 967.07,435.922 966.544,437.873 \n",
" 965.676,441.269 964.865,444.666 964.107,448.063 963.399,451.46 962.739,454.857 962.125,458.253 961.919,459.466 961.519,461.65 960.938,465.047 960.401,468.444 \n",
" 959.905,471.84 959.448,475.237 959.03,478.634 958.648,482.031 958.302,485.427 957.99,488.824 957.711,492.221 957.464,495.618 957.248,499.015 957.062,502.411 \n",
" 956.906,505.808 956.778,509.205 956.768,509.567 956.669,512.602 956.588,515.998 956.538,519.395 956.517,522.792 956.526,526.189 956.563,529.585 956.629,532.982 \n",
" 956.724,536.379 956.768,537.591 956.839,539.776 956.974,543.173 957.134,546.569 957.32,549.966 957.532,553.363 957.769,556.76 958.032,560.156 958.321,563.553 \n",
" 958.637,566.95 958.979,570.347 959.35,573.744 959.748,577.14 960.175,580.537 960.631,583.934 961.117,587.331 961.635,590.727 961.919,592.494 962.155,594.124 \n",
" 962.672,597.521 963.218,600.918 963.796,604.314 964.405,607.711 965.047,611.108 965.723,614.505 966.435,617.902 967.07,620.791 967.171,621.298 967.87,624.695 \n",
" 968.604,628.092 969.375,631.489 970.184,634.885 971.033,638.282 971.924,641.679 972.222,642.777 972.788,645.076 973.658,648.472 974.571,651.869 975.529,655.266 \n",
" 976.533,658.663 977.373,661.386 977.562,662.06 978.544,665.456 979.574,668.853 980.654,672.25 981.786,675.647 982.524,677.779 982.925,679.043 984.036,682.44 \n",
" 985.201,685.837 986.423,689.234 987.675,692.552 987.702,692.63 988.905,696.027 990.167,699.424 991.493,702.821 992.827,706.078 992.879,706.218 994.189,709.614 \n",
" 995.564,713.011 997.01,716.408 997.978,718.597 998.474,719.805 999.908,723.201 1001.42,726.598 1003,729.995 1003.13,730.257 1004.52,733.392 1006.1,736.788 \n",
" 1007.77,740.185 1008.28,741.204 1009.4,743.582 1011.07,746.979 1012.83,750.376 1013.43,751.513 1014.56,753.772 1016.33,757.169 1018.19,760.566 1018.58,761.258 \n",
" 1020.02,763.963 1021.9,767.359 1023.73,770.498 1023.88,770.756 1025.79,774.153 1027.81,777.55 1028.89,779.296 1029.85,780.946 1031.92,784.343 1034.04,787.653 \n",
" 1034.09,787.74 1036.2,791.137 1038.44,794.534 1039.19,795.648 1040.67,797.93 1042.97,801.327 1044.34,803.275 1045.32,804.724 1047.7,808.121 1049.49,810.562 \n",
" 1050.17,811.517 1052.64,814.914 1054.64,817.534 1055.22,818.311 1057.8,821.708 1059.79,824.21 1060.49,825.105 1063.2,828.501 1064.94,830.604 1066,831.898 \n",
" 1068.86,835.295 1070.1,836.726 1071.78,838.692 1074.8,842.088 1075.25,842.578 1077.86,845.485 1080.4,848.194 1081.04,848.882 1084.28,852.279 1085.55,853.573 \n",
" 1087.62,855.675 1090.7,858.703 1091.08,859.072 1094.61,862.469 1095.85,863.629 1098.27,865.866 1101,868.324 1102.07,869.263 1106,872.659 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#3da44d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1132.39,852.279 1137.06,855.391 1137.52,855.675 1142.21,858.602 1143.02,859.072 1147.36,861.595 1148.99,862.469 1152.52,864.368 1155.55,865.866 1157.67,866.916 \n",
" 1162.82,869.236 1162.88,869.263 1167.97,871.368 1171.51,872.659 1173.12,873.26 1178.27,874.944 1182.25,876.056 1183.42,876.392 1188.57,877.637 1193.73,878.64 \n",
" 1198.88,879.405 1199.35,879.453 1204.03,879.953 1209.18,880.258 1214.33,880.312 1219.48,880.11 1224.63,879.64 1225.94,879.453 1229.78,878.91 1234.94,877.898 \n",
" 1240.09,876.576 1241.74,876.056 1245.24,874.954 1250.39,872.991 1251.14,872.659 1255.54,870.694 1258.32,869.263 1260.69,868.014 1264.31,865.866 1265.84,864.932 \n",
" 1269.48,862.469 1270.99,861.415 1274.06,859.072 1276.15,857.423 1278.19,855.675 1281.3,852.896 1281.94,852.279 1285.38,848.882 1286.45,847.785 1288.57,845.485 \n",
" 1291.52,842.088 1291.6,841.993 1294.28,838.692 1296.75,835.429 1296.85,835.295 1299.28,831.898 1301.54,828.501 1301.9,827.944 1303.7,825.105 1305.72,821.708 \n",
" 1307.05,819.332 1307.62,818.311 1309.44,814.914 1311.15,811.517 1312.2,809.29 1312.76,808.121 1314.31,804.724 1315.77,801.327 1317.12,797.93 1317.36,797.324 \n",
" 1318.45,794.534 1319.69,791.137 1320.86,787.74 1321.95,784.343 1322.51,782.521 1323,780.946 1324.01,777.55 1324.95,774.153 1325.83,770.756 1326.65,767.359 \n",
" 1327.41,763.963 1327.66,762.774 1328.14,760.566 1328.84,757.169 1329.49,753.772 1330.09,750.376 1330.64,746.979 1331.14,743.582 1331.6,740.185 1332.02,736.788 \n",
" 1332.4,733.392 1332.73,729.995 1332.81,729.134 1333.05,726.598 1333.33,723.201 1333.58,719.805 1333.79,716.408 1333.96,713.011 1334.1,709.614 1334.2,706.218 \n",
" 1334.27,702.821 1334.3,699.424 1334.3,696.027 1334.27,692.63 1334.21,689.234 1334.11,685.837 1333.99,682.44 1333.83,679.043 1333.64,675.647 1333.41,672.25 \n",
" 1333.16,668.853 1332.87,665.456 1332.81,664.755 1332.58,662.06 1332.26,658.663 1331.91,655.266 1331.53,651.869 1331.12,648.472 1330.68,645.076 1330.21,641.679 \n",
" 1329.7,638.282 1329.16,634.885 1328.59,631.489 1327.98,628.092 1327.66,626.372 1327.37,624.695 1326.75,621.298 1326.09,617.902 1325.4,614.505 1324.68,611.108 \n",
" 1323.91,607.711 1323.11,604.314 1322.51,601.873 1322.29,600.918 1321.48,597.521 1320.63,594.124 1319.74,590.727 1318.81,587.331 1317.84,583.934 1317.36,582.323 \n",
" 1316.86,580.537 1315.88,577.14 1314.86,573.744 1313.79,570.347 1312.66,566.95 1312.2,565.607 1311.55,563.553 1310.42,560.156 1309.25,556.76 1308.01,553.363 \n",
" 1307.05,550.816 1306.75,549.966 1305.52,546.569 1304.22,543.173 1302.86,539.776 1301.9,537.453 1301.48,536.379 1300.12,532.982 1298.69,529.585 1297.19,526.189 \n",
" 1296.75,525.217 1295.71,522.792 1294.2,519.395 1292.61,515.998 1291.6,513.902 1291,512.602 1289.39,509.205 1287.71,505.808 1286.45,503.367 1285.98,502.411 \n",
" 1284.26,499.015 1282.46,495.618 1281.3,493.503 1280.62,492.221 1278.78,488.824 1276.84,485.427 1276.15,484.232 1274.9,482.031 1272.92,478.634 1270.99,475.495 \n",
" 1270.84,475.237 1268.79,471.84 1266.64,468.444 1265.84,467.222 1264.46,465.047 1262.23,461.65 1260.69,459.393 1259.93,458.253 1257.61,454.857 1255.54,451.969 \n",
" 1255.18,451.46 1252.75,448.063 1250.39,444.918 1250.2,444.666 1247.65,441.269 1245.24,438.212 1244.97,437.873 1242.28,434.476 1240.09,431.832 1239.46,431.079 \n",
" 1236.61,427.682 1234.94,425.763 1233.65,424.286 1230.6,420.889 1229.78,419.998 1227.47,417.492 1224.63,414.519 1224.22,414.095 1220.89,410.699 1219.48,409.299 \n",
" 1217.43,407.302 1214.33,404.357 1213.84,403.905 1210.13,400.508 1209.18,399.658 1206.26,397.111 1204.03,395.205 1202.22,393.715 1198.88,391.003 1198,390.318 \n",
" 1193.73,387.039 1193.56,386.921 1188.89,383.524 1188.57,383.295 1183.94,380.128 1183.42,379.778 1178.65,376.731 1178.27,376.488 1173.12,373.421 1172.96,373.334 \n",
" 1167.97,370.561 1166.74,369.937 1162.82,367.922 1159.85,366.541 1157.67,365.509 1152.52,363.322 1152.05,363.144 1147.36,361.328 1142.69,359.747 1142.21,359.581 \n",
" 1137.06,358.026 1131.91,356.718 1130.14,356.35 1126.76,355.621 1121.61,354.752 1116.46,354.123 1111.31,353.735 1106.15,353.589 1101,353.692 1095.85,354.052 \n",
" 1090.7,354.682 1085.55,355.597 1082.34,356.35 1080.4,356.803 1075.25,358.304 1071.2,359.747 1070.1,360.141 1064.94,362.308 1063.23,363.144 1059.79,364.841 \n",
" 1056.77,366.541 1054.64,367.768 1051.27,369.937 1049.49,371.117 1046.45,373.334 1044.34,374.926 1042.13,376.731 1039.19,379.246 1038.22,380.128 1034.65,383.524 \n",
" 1034.04,384.131 1031.36,386.921 1028.89,389.653 1028.31,390.318 1025.47,393.715 1023.73,395.909 1022.81,397.111 1020.32,400.508 1018.58,403.031 1017.99,403.905 \n",
" 1015.78,407.302 1013.72,410.699 1013.43,411.193 1011.75,414.095 1009.9,417.492 1008.28,420.653 1008.16,420.889 1006.48,424.286 1004.91,427.682 1003.44,431.079 \n",
" 1003.13,431.819 1002.01,434.476 1000.66,437.873 999.401,441.269 998.222,444.666 997.978,445.403 997.071,448.063 995.983,451.46 994.966,454.857 994.016,458.253 \n",
" 993.131,461.65 992.827,462.888 992.273,465.047 991.455,468.444 990.694,471.84 989.989,475.237 989.336,478.634 988.733,482.031 988.177,485.427 987.675,488.775 \n",
" 987.667,488.824 987.166,492.221 986.709,495.618 986.296,499.015 985.924,502.411 985.592,505.808 985.3,509.205 985.045,512.602 984.827,515.998 984.644,519.395 \n",
" 984.497,522.792 984.383,526.189 984.303,529.585 984.255,532.982 984.24,536.379 984.256,539.776 984.303,543.173 984.382,546.569 984.491,549.966 984.631,553.363 \n",
" 984.801,556.76 985.002,560.156 985.234,563.553 985.496,566.95 985.789,570.347 986.113,573.744 986.469,577.14 986.857,580.537 987.277,583.934 987.675,586.922 \n",
" 987.725,587.331 988.169,590.727 988.643,594.124 989.149,597.521 989.687,600.918 990.258,604.314 990.864,607.711 991.504,611.108 992.181,614.505 992.827,617.574 \n",
" 992.89,617.902 993.575,621.298 994.297,624.695 995.055,628.092 995.852,631.489 996.69,634.885 997.569,638.282 997.978,639.8 998.446,641.679 999.328,645.076 \n",
" 1000.25,648.472 1001.22,651.869 1002.23,655.266 1003.13,658.134 1003.28,658.663 1004.3,662.06 1005.36,665.456 1006.47,668.853 1007.64,672.25 1008.28,674.05 \n",
" 1008.81,675.647 1009.98,679.043 1011.2,682.44 1012.48,685.837 1013.43,688.26 1013.79,689.234 1015.08,692.63 1016.42,696.027 1017.83,699.424 1018.58,701.171 \n",
" 1019.25,702.821 1020.67,706.218 1022.16,709.614 1023.72,713.011 1023.73,713.036 1025.23,716.408 1026.81,719.805 1028.46,723.201 1028.89,724.047 1030.1,726.598 \n",
" 1031.78,729.995 1033.54,733.392 1034.04,734.319 1035.29,736.788 1037.09,740.185 1038.98,743.582 1039.19,743.948 1040.84,746.979 1042.77,750.376 1044.34,753.017 \n",
" 1044.77,753.772 1046.76,757.169 1048.85,760.566 1049.49,761.577 1050.95,763.963 1053.11,767.359 1054.64,769.675 1055.34,770.756 1057.58,774.153 1059.79,777.343 \n",
" 1059.93,777.55 1062.27,780.946 1064.73,784.343 1064.94,784.628 1067.2,787.74 1069.78,791.137 1070.1,791.55 1072.37,794.534 1075.09,797.93 1075.25,798.126 \n",
" 1077.82,801.327 1080.4,804.385 1080.68,804.724 1083.58,808.121 1085.55,810.344 1086.59,811.517 1089.69,814.914 1090.7,816.004 1092.87,818.311 1095.85,821.377 \n",
" 1096.18,821.708 1099.57,825.105 1101,826.498 1103.1,828.501 1106.15,831.345 1106.76,831.898 1110.56,835.295 1111.31,835.948 1114.52,838.692 1116.46,840.311 \n",
" 1118.66,842.088 1121.61,844.428 1123,845.485 1126.76,848.308 1127.56,848.882 1131.91,851.961 1132.39,852.279 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#3da44d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1154.25,838.692 1157.67,840.403 1161.41,842.088 1162.82,842.726 1167.97,844.812 1169.87,845.485 1173.12,846.657 1178.27,848.249 1180.72,848.882 1183.42,849.597 \n",
" 1188.57,850.696 1193.73,851.531 1198.88,852.101 1201.9,852.279 1204.03,852.409 1209.18,852.441 1212.46,852.279 1214.33,852.187 1219.48,851.644 1224.63,850.789 \n",
" 1229.78,849.602 1232.23,848.882 1234.94,848.078 1240.09,846.19 1241.7,845.485 1245.24,843.918 1248.76,842.088 1250.39,841.224 1254.56,838.692 1255.54,838.078 \n",
" 1259.51,835.295 1260.69,834.438 1263.87,831.898 1265.84,830.247 1267.77,828.501 1270.99,825.43 1271.31,825.105 1274.53,821.708 1276.15,819.909 1277.5,818.311 \n",
" 1280.25,814.914 1281.3,813.555 1282.8,811.517 1285.18,808.121 1286.45,806.204 1287.4,804.724 1289.48,801.327 1291.43,797.93 1291.6,797.615 1293.27,794.534 \n",
" 1294.99,791.137 1296.6,787.74 1296.75,787.408 1298.14,784.343 1299.58,780.946 1300.92,777.55 1301.9,774.919 1302.19,774.153 1303.4,770.756 1304.53,767.359 \n",
" 1305.59,763.963 1306.57,760.566 1307.05,758.783 1307.5,757.169 1308.39,753.772 1309.21,750.376 1309.97,746.979 1310.67,743.582 1311.31,740.185 1311.9,736.788 \n",
" 1312.2,734.913 1312.46,733.392 1312.98,729.995 1313.45,726.598 1313.87,723.201 1314.25,719.805 1314.58,716.408 1314.87,713.011 1315.12,709.614 1315.33,706.218 \n",
" 1315.49,702.821 1315.63,699.424 1315.72,696.027 1315.77,692.63 1315.79,689.234 1315.78,685.837 1315.73,682.44 1315.64,679.043 1315.52,675.647 1315.37,672.25 \n",
" 1315.18,668.853 1314.96,665.456 1314.7,662.06 1314.42,658.663 1314.09,655.266 1313.73,651.869 1313.34,648.472 1312.92,645.076 1312.45,641.679 1312.2,639.984 \n",
" 1311.97,638.282 1311.48,634.885 1310.95,631.489 1310.38,628.092 1309.78,624.695 1309.14,621.298 1308.47,617.902 1307.75,614.505 1307.05,611.356 1307,611.108 \n",
" 1306.26,607.711 1305.49,604.314 1304.67,600.918 1303.82,597.521 1302.92,594.124 1301.97,590.727 1301.9,590.477 1301.05,587.331 1300.09,583.934 1299.08,580.537 \n",
" 1298.02,577.14 1296.92,573.744 1296.75,573.242 1295.83,570.347 1294.71,566.95 1293.53,563.553 1292.3,560.156 1291.6,558.286 1291.05,556.76 1289.8,553.363 \n",
" 1288.49,549.966 1287.12,546.569 1286.45,544.947 1285.74,543.173 1284.35,539.776 1282.89,536.379 1281.36,532.982 1281.3,532.85 1279.86,529.585 1278.3,526.189 \n",
" 1276.66,522.792 1276.15,521.745 1275.03,519.395 1273.35,515.998 1271.59,512.602 1270.99,511.472 1269.83,509.205 1268.02,505.808 1266.13,502.411 1265.84,501.912 \n",
" 1264.24,499.015 1262.28,495.618 1260.69,492.969 1260.25,492.221 1258.22,488.824 1256.09,485.427 1255.54,484.578 1253.93,482.031 1251.71,478.634 1250.39,476.682 \n",
" 1249.42,475.237 1247.09,471.84 1245.24,469.244 1244.67,468.444 1242.22,465.047 1240.09,462.221 1239.66,461.65 1237.06,458.253 1234.94,455.584 1234.36,454.857 \n",
" 1231.59,451.46 1229.78,449.307 1228.73,448.063 1225.78,444.666 1224.63,443.374 1222.74,441.269 1219.57,437.873 1219.48,437.776 1216.32,434.476 1214.33,432.467 \n",
" 1212.92,431.079 1209.4,427.682 1209.18,427.474 1205.73,424.286 1204.03,422.747 1201.89,420.889 1198.88,418.31 1197.88,417.492 1193.73,414.147 1193.66,414.095 \n",
" 1189.2,410.699 1188.57,410.23 1184.45,407.302 1183.42,406.574 1179.39,403.905 1178.27,403.172 1173.92,400.508 1173.12,400.021 1167.97,397.12 1167.95,397.111 \n",
" 1162.82,394.447 1161.25,393.715 1157.67,392.022 1153.61,390.318 1152.52,389.853 1147.36,387.914 1144.3,386.921 1142.21,386.229 1137.06,384.784 1131.91,383.606 \n",
" 1131.45,383.524 1126.76,382.661 1121.61,381.982 1116.46,381.572 1111.31,381.436 1106.15,381.58 1101,382.017 1095.85,382.762 1092.16,383.524 1090.7,383.826 \n",
" 1085.55,385.213 1080.54,386.921 1080.4,386.971 1075.25,389.089 1072.72,390.318 1070.1,391.62 1066.44,393.715 1064.94,394.592 1061.15,397.111 1059.79,398.041 \n",
" 1056.55,400.508 1054.64,402.018 1052.46,403.905 1049.49,406.591 1048.76,407.302 1045.41,410.699 1044.34,411.834 1042.33,414.095 1039.49,417.492 1039.19,417.862 \n",
" 1036.85,420.889 1034.4,424.286 1034.04,424.813 1032.11,427.682 1029.97,431.079 1028.89,432.901 1027.97,434.476 1026.08,437.873 1024.31,441.269 1023.73,442.444 \n",
" 1022.64,444.666 1021.07,448.063 1019.6,451.46 1018.58,453.969 1018.22,454.857 1016.9,458.253 1015.66,461.65 1014.51,465.047 1013.44,468.444 1013.43,468.48 \n",
" 1012.4,471.84 1011.43,475.237 1010.53,478.634 1009.7,482.031 1008.93,485.427 1008.28,488.516 1008.21,488.824 1007.52,492.221 1006.89,495.618 1006.3,499.015 \n",
" 1005.77,502.411 1005.29,505.808 1004.86,509.205 1004.47,512.602 1004.12,515.998 1003.82,519.395 1003.56,522.792 1003.34,526.189 1003.16,529.585 1003.13,530.39 \n",
" 1003.01,532.982 1002.9,536.379 1002.82,539.776 1002.79,543.173 1002.79,546.569 1002.82,549.966 1002.9,553.363 1003.01,556.76 1003.13,559.579 1003.15,560.156 \n",
" 1003.32,563.553 1003.52,566.95 1003.76,570.347 1004.02,573.744 1004.32,577.14 1004.65,580.537 1005.02,583.934 1005.42,587.331 1005.85,590.727 1006.32,594.124 \n",
" 1006.83,597.521 1007.37,600.918 1007.94,604.314 1008.28,606.174 1008.54,607.711 1009.14,611.108 1009.78,614.505 1010.46,617.902 1011.18,621.298 1011.93,624.695 \n",
" 1012.72,628.092 1013.43,630.967 1013.55,631.489 1014.37,634.885 1015.22,638.282 1016.12,641.679 1017.06,645.076 1018.05,648.472 1018.58,650.23 1019.05,651.869 \n",
" 1020.06,655.266 1021.11,658.663 1022.21,662.06 1023.37,665.456 1023.73,666.506 1024.51,668.853 1025.69,672.25 1026.91,675.647 1028.2,679.043 1028.89,680.797 \n",
" 1029.5,682.44 1030.8,685.837 1032.17,689.234 1033.6,692.63 1034.04,693.635 1035.03,696.027 1036.49,699.424 1038.01,702.821 1039.19,705.337 1039.58,706.218 \n",
" 1041.15,709.614 1042.78,713.011 1044.34,716.109 1044.48,716.408 1046.17,719.805 1047.92,723.201 1049.49,726.103 1049.75,726.598 1051.56,729.995 1053.46,733.392 \n",
" 1054.64,735.426 1055.41,736.788 1057.38,740.185 1059.44,743.582 1059.79,744.151 1061.51,746.979 1063.65,750.376 1064.94,752.352 1065.86,753.772 1068.1,757.169 \n",
" 1070.1,760.067 1070.43,760.566 1072.79,763.963 1075.25,767.343 1075.26,767.359 1077.74,770.756 1080.35,774.153 1080.4,774.218 1082.98,777.55 1085.55,780.717 \n",
" 1085.74,780.946 1088.54,784.343 1090.7,786.867 1091.46,787.74 1094.45,791.137 1095.85,792.678 1097.56,794.534 1100.78,797.93 1101,798.159 1104.11,801.327 \n",
" 1106.15,803.354 1107.57,804.724 1111.18,808.121 1111.31,808.237 1114.94,811.517 1116.46,812.861 1118.87,814.914 1121.61,817.199 1123,818.311 1126.76,821.266 \n",
" 1127.35,821.708 1131.91,825.074 1131.95,825.105 1136.87,828.501 1137.06,828.634 1142.15,831.898 1142.21,831.941 1147.36,835.005 1147.89,835.295 1152.52,837.827 \n",
" 1154.25,838.692 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#3da44d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1173.12,825.664 1171.52,825.105 1167.97,823.882 1162.82,821.816 1162.58,821.708 1157.67,819.501 1155.31,818.311 1152.52,816.91 1148.93,814.914 1147.36,814.046 \n",
" 1143.21,811.517 1142.21,810.912 1137.99,808.121 1137.06,807.506 1133.16,804.724 1131.91,803.824 1128.65,801.327 1126.76,799.858 1124.41,797.93 1121.61,795.598 \n",
" 1120.39,794.534 1116.57,791.137 1116.46,791.032 1112.94,787.74 1111.31,786.174 1109.46,784.343 1106.15,780.976 1106.13,780.946 1102.92,777.55 1101,775.459 \n",
" 1099.83,774.153 1096.86,770.756 1095.85,769.58 1093.98,767.359 1091.21,763.963 1090.7,763.324 1088.51,760.566 1085.92,757.169 1085.55,756.67 1083.39,753.772 \n",
" 1080.95,750.376 1080.4,749.588 1078.56,746.979 1076.26,743.582 1075.25,742.039 1074.02,740.185 1071.84,736.788 1070.1,733.972 1069.73,733.392 1067.65,729.995 \n",
" 1065.66,726.598 1064.94,725.34 1063.7,723.201 1061.8,719.805 1059.98,716.408 1059.79,716.058 1058.16,713.011 1056.41,709.614 1054.73,706.218 1054.64,706.037 \n",
" 1053.05,702.821 1051.43,699.424 1049.88,696.027 1049.49,695.143 1048.34,692.63 1046.85,689.234 1045.41,685.837 1044.34,683.187 1044.03,682.44 1042.64,679.043 \n",
" 1041.31,675.647 1040.04,672.25 1039.19,669.888 1038.8,668.853 1037.57,665.456 1036.39,662.06 1035.26,658.663 1034.18,655.266 1034.04,654.788 1033.1,651.869 \n",
" 1032.05,648.472 1031.06,645.076 1030.11,641.679 1029.21,638.282 1028.89,637.029 1028.31,634.885 1027.44,631.489 1026.61,628.092 1025.82,624.695 1025.08,621.298 \n",
" 1024.38,617.902 1023.73,614.627 1023.71,614.505 1023.04,611.108 1022.41,607.711 1021.83,604.314 1021.28,600.918 1020.77,597.521 1020.29,594.124 1019.85,590.727 \n",
" 1019.45,587.331 1019.09,583.934 1018.76,580.537 1018.58,578.467 1018.46,577.14 1018.19,573.744 1017.95,570.347 1017.76,566.95 1017.6,563.553 1017.48,560.156 \n",
" 1017.4,556.76 1017.36,553.363 1017.36,549.966 1017.4,546.569 1017.48,543.173 1017.6,539.776 1017.77,536.379 1017.98,532.982 1018.23,529.585 1018.53,526.189 \n",
" 1018.58,525.71 1018.87,522.792 1019.25,519.395 1019.68,515.998 1020.16,512.602 1020.7,509.205 1021.29,505.808 1021.94,502.411 1022.65,499.015 1023.42,495.618 \n",
" 1023.73,494.338 1024.24,492.221 1025.12,488.824 1026.07,485.427 1027.1,482.031 1028.2,478.634 1028.89,476.671 1029.38,475.237 1030.63,471.84 1031.97,468.444 \n",
" 1033.42,465.047 1034.04,463.662 1034.95,461.65 1036.59,458.253 1038.34,454.857 1039.19,453.31 1040.22,451.46 1042.24,448.063 1044.34,444.759 1044.4,444.666 \n",
" 1046.73,441.269 1049.24,437.873 1049.49,437.552 1051.98,434.476 1054.64,431.407 1054.94,431.079 1058.22,427.682 1059.79,426.133 1061.83,424.286 1064.94,421.604 \n",
" 1065.86,420.889 1070.1,417.721 1070.44,417.492 1075.25,414.406 1075.8,414.095 1080.4,411.601 1082.36,410.699 1085.55,409.265 1090.7,407.368 1090.92,407.302 \n",
" 1095.85,405.856 1101,404.728 1106.15,403.959 1106.78,403.905 1111.31,403.516 1116.46,403.397 1121.61,403.59 1124.87,403.905 1126.76,404.082 1131.91,404.856 \n",
" 1137.06,405.919 1142.21,407.273 1142.3,407.302 1147.36,408.878 1152.3,410.699 1152.52,410.777 1157.67,412.924 1160.15,414.095 1162.82,415.348 1166.91,417.492 \n",
" 1167.97,418.046 1172.9,420.889 1173.12,421.014 1178.27,424.249 1178.33,424.286 1183.31,427.682 1183.42,427.759 1187.95,431.079 1188.57,431.544 1192.3,434.476 \n",
" 1193.73,435.616 1196.41,437.873 1198.88,439.986 1200.31,441.269 1204.03,444.666 1204.03,444.668 1207.57,448.063 1209.18,449.644 1210.97,451.46 1214.23,454.857 \n",
" 1214.33,454.966 1217.37,458.253 1219.48,460.615 1220.39,461.65 1223.31,465.047 1224.63,466.631 1226.13,468.444 1228.85,471.84 1229.78,473.032 1231.5,475.237 \n",
" 1234.05,478.634 1234.94,479.843 1236.53,482.031 1238.94,485.427 1240.09,487.097 1241.28,488.824 1243.55,492.221 1245.24,494.837 1245.75,495.618 1247.91,499.015 \n",
" 1249.97,502.411 1250.39,503.108 1252.02,505.808 1253.99,509.205 1255.54,511.975 1255.9,512.602 1257.79,515.998 1259.6,519.395 1260.69,521.519 1261.36,522.792 \n",
" 1263.1,526.189 1264.77,529.585 1265.84,531.851 1266.39,532.982 1268,536.379 1269.54,539.776 1270.99,543.119 1271.02,543.173 1272.51,546.569 1273.94,549.966 \n",
" 1275.3,553.363 1276.15,555.54 1276.64,556.76 1277.96,560.156 1279.23,563.553 1280.44,566.95 1281.3,569.447 1281.62,570.347 1282.79,573.744 1283.92,577.14 \n",
" 1284.99,580.537 1286.02,583.934 1286.45,585.413 1287.03,587.331 1288.02,590.727 1288.97,594.124 1289.87,597.521 1290.73,600.918 1291.54,604.314 1291.6,604.558 \n",
" 1292.36,607.711 1293.14,611.108 1293.88,614.505 1294.58,617.902 1295.24,621.298 1295.86,624.695 1296.44,628.092 1296.75,630.007 1297,631.489 1297.54,634.885 \n",
" 1298.05,638.282 1298.51,641.679 1298.94,645.076 1299.32,648.472 1299.68,651.869 1299.99,655.266 1300.27,658.663 1300.51,662.06 1300.72,665.456 1300.89,668.853 \n",
" 1301.02,672.25 1301.11,675.647 1301.17,679.043 1301.19,682.44 1301.17,685.837 1301.11,689.234 1301.01,692.63 1300.86,696.027 1300.68,699.424 1300.45,702.821 \n",
" 1300.18,706.218 1299.86,709.614 1299.49,713.011 1299.08,716.408 1298.61,719.805 1298.09,723.201 1297.52,726.598 1296.88,729.995 1296.75,730.651 1296.21,733.392 \n",
" 1295.48,736.788 1294.69,740.185 1293.83,743.582 1292.9,746.979 1291.9,750.376 1291.6,751.336 1290.84,753.772 1289.71,757.169 1288.49,760.566 1287.17,763.963 \n",
" 1286.45,765.739 1285.78,767.359 1284.29,770.756 1282.7,774.153 1281.3,776.956 1280.99,777.55 1279.17,780.946 1277.22,784.343 1276.15,786.114 1275.12,787.74 \n",
" 1272.87,791.137 1270.99,793.786 1270.44,794.534 1267.8,797.93 1265.84,800.305 1264.95,801.327 1261.82,804.724 1260.69,805.888 1258.36,808.121 1255.54,810.683 \n",
" 1254.53,811.517 1250.39,814.798 1250.22,814.914 1245.25,818.311 1245.24,818.318 1240.09,821.309 1239.28,821.708 1234.94,823.818 1231.74,825.105 1229.78,825.878 \n",
" 1224.63,827.53 1220.68,828.501 1219.48,828.794 1214.33,829.706 1209.18,830.271 1204.03,830.509 1198.88,830.433 1193.73,830.054 1188.57,829.379 1183.91,828.501 \n",
" 1183.42,828.412 1178.27,827.183 1173.12,825.664 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#3da44d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1193.73,811.615 1192.73,811.517 1188.57,811.119 1183.42,810.306 1178.27,809.179 1174.49,808.121 1173.12,807.744 1167.97,806.02 1164.69,804.724 1162.82,803.992 \n",
" 1157.67,801.67 1156.99,801.327 1152.52,799.062 1150.51,797.93 1147.36,796.154 1144.76,794.534 1142.21,792.949 1139.54,791.137 1137.06,789.441 1134.75,787.74 \n",
" 1131.91,785.626 1130.3,784.343 1126.76,781.493 1126.12,780.946 1122.19,777.55 1121.61,777.039 1118.47,774.153 1116.46,772.254 1114.93,770.756 1111.55,767.359 \n",
" 1111.31,767.109 1108.32,763.963 1106.15,761.608 1105.22,760.566 1102.25,757.169 1101,755.715 1099.38,753.772 1096.62,750.376 1095.85,749.408 1093.95,746.979 \n",
" 1091.38,743.582 1090.7,742.657 1088.89,740.185 1086.49,736.788 1085.55,735.426 1084.15,733.392 1081.9,729.995 1080.4,727.663 1079.71,726.598 1077.58,723.201 \n",
" 1075.54,719.805 1075.25,719.309 1073.53,716.408 1071.59,713.011 1070.1,710.287 1069.72,709.614 1067.88,706.218 1066.11,702.821 1064.94,700.491 1064.4,699.424 \n",
" 1062.71,696.027 1061.1,692.63 1059.79,689.775 1059.54,689.234 1057.99,685.837 1056.51,682.44 1055.09,679.043 1054.64,677.928 1053.69,675.647 1052.33,672.25 \n",
" 1051.03,668.853 1049.79,665.456 1049.49,664.625 1048.55,662.06 1047.36,658.663 1046.22,655.266 1045.13,651.869 1044.34,649.308 1044.07,648.472 1043.03,645.076 \n",
" 1042.04,641.679 1041.09,638.282 1040.19,634.885 1039.34,631.489 1039.19,630.859 1038.49,628.092 1037.69,624.695 1036.92,621.298 1036.2,617.902 1035.53,614.505 \n",
" 1034.89,611.108 1034.29,607.711 1034.04,606.148 1033.72,604.314 1033.18,600.918 1032.68,597.521 1032.21,594.124 1031.79,590.727 1031.41,587.331 1031.07,583.934 \n",
" 1030.77,580.537 1030.51,577.14 1030.29,573.744 1030.11,570.347 1029.97,566.95 1029.88,563.553 1029.82,560.156 1029.8,556.76 1029.83,553.363 1029.9,549.966 \n",
" 1030.02,546.569 1030.19,543.173 1030.4,539.776 1030.65,536.379 1030.96,532.982 1031.32,529.585 1031.74,526.189 1032.21,522.792 1032.73,519.395 1033.32,515.998 \n",
" 1033.97,512.602 1034.04,512.282 1034.67,509.205 1035.43,505.808 1036.26,502.411 1037.17,499.015 1038.16,495.618 1039.19,492.331 1039.22,492.221 1040.36,488.824 \n",
" 1041.59,485.427 1042.91,482.031 1044.34,478.634 1044.34,478.631 1045.87,475.237 1047.51,471.84 1049.29,468.444 1049.49,468.068 1051.2,465.047 1053.26,461.65 \n",
" 1054.64,459.517 1055.5,458.253 1057.93,454.857 1059.79,452.419 1060.57,451.46 1063.48,448.063 1064.94,446.451 1066.7,444.666 1070.1,441.405 1070.25,441.269 \n",
" 1074.32,437.873 1075.25,437.131 1079,434.476 1080.4,433.527 1084.56,431.079 1085.55,430.515 1090.7,428.032 1091.58,427.682 1095.85,426.028 1101,424.476 \n",
" 1101.85,424.286 1106.15,423.327 1111.31,422.569 1116.46,422.18 1121.61,422.14 1126.76,422.434 1131.91,423.055 1137.06,423.994 1138.26,424.286 1142.21,425.231 \n",
" 1147.36,426.775 1149.89,427.682 1152.52,428.615 1157.67,430.755 1158.35,431.079 1162.82,433.18 1165.27,434.476 1167.97,435.903 1171.33,437.873 1173.12,438.924 \n",
" 1176.77,441.269 1178.27,442.243 1181.73,444.666 1183.42,445.864 1186.32,448.063 1188.57,449.796 1190.61,451.46 1193.73,454.048 1194.65,454.857 1198.46,458.253 \n",
" 1198.88,458.629 1202.07,461.65 1204.03,463.543 1205.52,465.047 1208.82,468.444 1209.18,468.822 1211.97,471.84 1214.33,474.468 1215,475.237 1217.92,478.634 \n",
" 1219.48,480.511 1220.72,482.031 1223.43,485.427 1224.63,486.981 1226.04,488.824 1228.57,492.221 1229.78,493.907 1231.01,495.618 1233.37,499.015 1234.94,501.333 \n",
" 1235.66,502.411 1237.88,505.808 1240.02,509.205 1240.09,509.312 1242.12,512.602 1244.14,515.998 1245.24,517.903 1246.1,519.395 1248.02,522.792 1249.85,526.189 \n",
" 1250.39,527.203 1251.66,529.585 1253.41,532.982 1255.09,536.379 1255.54,537.325 1256.74,539.776 1258.34,543.173 1259.88,546.569 1260.69,548.437 1261.38,549.966 \n",
" 1262.84,553.363 1264.25,556.76 1265.6,560.156 1265.84,560.782 1266.94,563.553 1268.23,566.95 1269.47,570.347 1270.65,573.744 1270.99,574.758 1271.82,577.14 \n",
" 1272.95,580.537 1274.04,583.934 1275.07,587.331 1276.05,590.727 1276.15,591.065 1277.03,594.124 1277.97,597.521 1278.86,600.918 1279.7,604.314 1280.5,607.711 \n",
" 1281.26,611.108 1281.3,611.263 1282.02,614.505 1282.73,617.902 1283.39,621.298 1284.02,624.695 1284.6,628.092 1285.15,631.489 1285.65,634.885 1286.12,638.282 \n",
" 1286.45,640.934 1286.55,641.679 1286.95,645.076 1287.32,648.472 1287.64,651.869 1287.92,655.266 1288.17,658.663 1288.37,662.06 1288.53,665.456 1288.65,668.853 \n",
" 1288.72,672.25 1288.76,675.647 1288.75,679.043 1288.69,682.44 1288.59,685.837 1288.45,689.234 1288.26,692.63 1288.02,696.027 1287.73,699.424 1287.38,702.821 \n",
" 1286.99,706.218 1286.54,709.614 1286.45,710.222 1286.04,713.011 1285.49,716.408 1284.88,719.805 1284.21,723.201 1283.47,726.598 1282.66,729.995 1281.78,733.392 \n",
" 1281.3,735.125 1280.83,736.788 1279.81,740.185 1278.71,743.582 1277.52,746.979 1276.23,750.376 1276.15,750.59 1274.86,753.772 1273.37,757.169 1271.78,760.566 \n",
" 1270.99,762.145 1270.06,763.963 1268.21,767.359 1266.22,770.756 1265.84,771.373 1264.06,774.153 1261.72,777.55 1260.69,778.97 1259.17,780.946 1256.39,784.343 \n",
" 1255.54,785.332 1253.31,787.74 1250.39,790.705 1249.92,791.137 1246.09,794.534 1245.24,795.255 1241.7,797.93 1240.09,799.101 1236.57,801.327 1234.94,802.328 \n",
" 1230.33,804.724 1229.78,805.001 1224.63,807.181 1221.84,808.121 1219.48,808.901 1214.33,810.199 1209.18,811.094 1205.01,811.517 1204.03,811.617 1198.88,811.788 \n",
" 1193.73,811.615 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#3da44d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1198.88,794.955 1193.73,795.013 1188.57,794.702 1187.28,794.534 1183.42,794.041 1178.27,793.039 1173.12,791.696 1171.41,791.137 1167.97,790.03 1162.82,788.034 \n",
" 1162.17,787.74 1157.67,785.724 1154.97,784.343 1152.52,783.088 1148.79,780.946 1147.36,780.128 1143.32,777.55 1142.21,776.842 1138.37,774.153 1137.06,773.226 \n",
" 1133.83,770.756 1131.91,769.271 1129.6,767.359 1126.76,764.965 1125.64,763.963 1121.9,760.566 1121.61,760.294 1118.39,757.169 1116.46,755.253 1115.03,753.772 \n",
" 1111.83,750.376 1111.31,749.809 1108.78,746.979 1106.15,743.946 1105.85,743.582 1103.04,740.185 1101,737.633 1100.34,736.788 1097.75,733.392 1095.85,730.831 \n",
" 1095.24,729.995 1092.83,726.598 1090.7,723.493 1090.5,723.201 1088.25,719.805 1086.08,716.408 1085.55,715.561 1083.97,713.011 1081.93,709.614 1080.4,706.955 \n",
" 1079.97,706.218 1078.06,702.821 1076.22,699.424 1075.25,697.569 1074.43,696.027 1072.7,692.63 1071.03,689.234 1070.1,687.257 1069.42,685.837 1067.84,682.44 \n",
" 1066.33,679.043 1064.94,675.806 1064.87,675.647 1063.44,672.25 1062.07,668.853 1060.75,665.456 1059.79,662.87 1059.49,662.06 1058.24,658.663 1057.05,655.266 \n",
" 1055.91,651.869 1054.83,648.472 1054.64,647.868 1053.76,645.076 1052.74,641.679 1051.77,638.282 1050.84,634.885 1049.96,631.489 1049.49,629.561 1049.12,628.092 \n",
" 1048.3,624.695 1047.53,621.298 1046.81,617.902 1046.13,614.505 1045.49,611.108 1044.9,607.711 1044.35,604.314 1044.34,604.244 1043.82,600.918 1043.34,597.521 \n",
" 1042.9,594.124 1042.51,590.727 1042.16,587.331 1041.85,583.934 1041.58,580.537 1041.36,577.14 1041.19,573.744 1041.06,570.347 1040.97,566.95 1040.94,563.553 \n",
" 1040.94,560.156 1041,556.76 1041.11,553.363 1041.26,549.966 1041.47,546.569 1041.73,543.173 1042.04,539.776 1042.41,536.379 1042.85,532.982 1043.34,529.585 \n",
" 1043.89,526.189 1044.34,523.725 1044.51,522.792 1045.19,519.395 1045.93,515.998 1046.76,512.602 1047.66,509.205 1048.65,505.808 1049.49,503.129 1049.72,502.411 \n",
" 1050.88,499.015 1052.14,495.618 1053.5,492.221 1054.64,489.577 1054.98,488.824 1056.58,485.427 1058.31,482.031 1059.79,479.322 1060.19,478.634 1062.24,475.237 \n",
" 1064.46,471.84 1064.94,471.138 1066.92,468.444 1069.59,465.047 1070.1,464.434 1072.59,461.65 1075.25,458.871 1075.9,458.253 1079.67,454.857 1080.4,454.235 \n",
" 1084.05,451.46 1085.55,450.377 1089.25,448.063 1090.7,447.194 1095.73,444.666 1095.85,444.608 1101,442.552 1105.21,441.269 1106.15,440.989 1111.31,439.872 \n",
" 1116.46,439.18 1121.61,438.885 1126.76,438.966 1131.91,439.409 1137.06,440.202 1141.89,441.269 1142.21,441.34 1147.36,442.797 1152.52,444.594 1152.69,444.666 \n",
" 1157.67,446.701 1160.54,448.063 1162.82,449.137 1167.15,451.46 1167.97,451.896 1172.92,454.857 1173.12,454.979 1178.07,458.253 1178.27,458.388 1182.77,461.65 \n",
" 1183.42,462.129 1187.12,465.047 1188.57,466.213 1191.18,468.444 1193.73,470.653 1195.02,471.84 1198.64,475.237 1198.88,475.464 1202.06,478.634 1204.03,480.651 \n",
" 1205.32,482.031 1208.44,485.427 1209.18,486.249 1211.42,488.824 1214.28,492.221 1214.33,492.28 1217.03,495.618 1219.48,498.772 1219.67,499.015 1222.21,502.411 \n",
" 1224.63,505.769 1224.66,505.808 1227.03,509.205 1229.31,512.602 1229.78,513.32 1231.53,515.998 1233.66,519.395 1234.94,521.495 1235.72,522.792 1237.72,526.189 \n",
" 1239.65,529.585 1240.09,530.38 1241.53,532.982 1243.34,536.379 1245.08,539.776 1245.24,540.093 1246.79,543.173 1248.43,546.569 1250.01,549.966 1250.39,550.804 \n",
" 1251.56,553.363 1253.05,556.76 1254.48,560.156 1255.54,562.764 1255.87,563.553 1257.22,566.95 1258.52,570.347 1259.76,573.744 1260.69,576.385 1260.96,577.14 \n",
" 1262.14,580.537 1263.26,583.934 1264.33,587.331 1265.35,590.727 1265.84,592.426 1266.34,594.124 1267.3,597.521 1268.21,600.918 1269.08,604.314 1269.89,607.711 \n",
" 1270.67,611.108 1270.99,612.631 1271.41,614.505 1272.12,617.902 1272.78,621.298 1273.41,624.695 1273.98,628.092 1274.51,631.489 1275,634.885 1275.45,638.282 \n",
" 1275.86,641.679 1276.15,644.377 1276.22,645.076 1276.55,648.472 1276.84,651.869 1277.08,655.266 1277.28,658.663 1277.43,662.06 1277.54,665.456 1277.6,668.853 \n",
" 1277.61,672.25 1277.58,675.647 1277.49,679.043 1277.36,682.44 1277.17,685.837 1276.94,689.234 1276.64,692.63 1276.29,696.027 1276.15,697.262 1275.89,699.424 \n",
" 1275.43,702.821 1274.91,706.218 1274.33,709.614 1273.68,713.011 1272.96,716.408 1272.16,719.805 1271.29,723.201 1270.99,724.277 1270.35,726.598 1269.32,729.995 \n",
" 1268.2,733.392 1266.98,736.788 1265.84,739.736 1265.66,740.185 1264.24,743.582 1262.69,746.979 1261.03,750.376 1260.69,751.022 1259.21,753.772 1257.23,757.169 \n",
" 1255.54,759.893 1255.1,760.566 1252.74,763.963 1250.39,767.105 1250.18,767.359 1247.32,770.756 1245.24,773.065 1244.16,774.153 1240.61,777.55 1240.09,778.03 \n",
" 1236.51,780.946 1234.94,782.166 1231.71,784.343 1229.78,785.592 1225.87,787.74 1224.63,788.396 1219.48,790.643 1218.05,791.137 1214.33,792.388 1209.18,793.667 \n",
" 1204.03,794.511 1203.77,794.534 1198.88,794.955 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#3da44d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1204.03,778.439 1198.88,779.197 1193.73,779.516 1188.57,779.422 1183.42,778.933 1178.27,778.061 1176.16,777.55 1173.12,776.823 1167.97,775.224 1165.16,774.153 \n",
" 1162.82,773.268 1157.67,770.957 1157.28,770.756 1152.52,768.299 1150.91,767.359 1147.36,765.285 1145.34,763.963 1142.21,761.911 1140.35,760.566 1137.06,758.171 \n",
" 1135.8,757.169 1131.91,754.053 1131.58,753.772 1127.69,750.376 1126.76,749.55 1124.03,746.979 1121.61,744.64 1120.57,743.582 1117.29,740.185 1116.46,739.301 \n",
" 1114.19,736.788 1111.31,733.505 1111.21,733.392 1108.39,729.995 1106.15,727.222 1105.67,726.598 1103.07,723.201 1101,720.404 1100.57,719.805 1098.17,716.408 \n",
" 1095.86,713.011 1095.85,712.994 1093.64,709.614 1091.5,706.218 1090.7,704.919 1089.43,702.821 1087.44,699.424 1085.55,696.079 1085.52,696.027 1083.66,692.63 \n",
" 1081.87,689.234 1080.4,686.33 1080.15,685.837 1078.47,682.44 1076.87,679.043 1075.32,675.647 1075.25,675.47 1073.82,672.25 1072.37,668.853 1070.99,665.456 \n",
" 1070.1,663.168 1069.66,662.06 1068.36,658.663 1067.12,655.266 1065.94,651.869 1064.94,648.872 1064.81,648.472 1063.71,645.076 1062.66,641.679 1061.66,638.282 \n",
" 1060.71,634.885 1059.81,631.489 1059.79,631.401 1058.94,628.092 1058.12,624.695 1057.35,621.298 1056.62,617.902 1055.95,614.505 1055.31,611.108 1054.73,607.711 \n",
" 1054.64,607.157 1054.18,604.314 1053.67,600.918 1053.21,597.521 1052.8,594.124 1052.44,590.727 1052.12,587.331 1051.85,583.934 1051.63,580.537 1051.46,577.14 \n",
" 1051.34,573.744 1051.26,570.347 1051.24,566.95 1051.27,563.553 1051.36,560.156 1051.49,556.76 1051.69,553.363 1051.94,549.966 1052.25,546.569 1052.62,543.173 \n",
" 1053.06,539.776 1053.56,536.379 1054.13,532.982 1054.64,530.291 1054.78,529.585 1055.49,526.189 1056.29,522.792 1057.16,519.395 1058.13,515.998 1059.19,512.602 \n",
" 1059.79,510.809 1060.35,509.205 1061.62,505.808 1063,502.411 1064.5,499.015 1064.94,498.075 1066.15,495.618 1067.96,492.221 1069.91,488.824 1070.1,488.519 \n",
" 1072.09,485.427 1074.47,482.031 1075.25,480.974 1077.13,478.634 1080.06,475.237 1080.4,474.859 1083.43,471.84 1085.55,469.862 1087.27,468.444 1090.7,465.768 \n",
" 1091.78,465.047 1095.85,462.442 1097.34,461.65 1101,459.781 1104.78,458.253 1106.15,457.712 1111.31,456.176 1116.46,455.133 1118.85,454.857 1121.61,454.543 \n",
" 1126.76,454.381 1131.91,454.627 1133.75,454.857 1137.06,455.26 1142.21,456.267 1147.36,457.644 1149.16,458.253 1152.52,459.377 1157.67,461.469 1158.05,461.65 \n",
" 1162.82,463.906 1164.92,465.047 1167.97,466.699 1170.83,468.444 1173.12,469.848 1176.05,471.84 1178.27,473.358 1180.78,475.237 1183.42,477.238 1185.13,478.634 \n",
" 1188.57,481.499 1189.17,482.031 1192.93,485.427 1193.73,486.153 1196.47,488.824 1198.88,491.221 1199.83,492.221 1203.01,495.618 1204.03,496.728 1206.04,499.015 \n",
" 1208.93,502.411 1209.18,502.703 1211.69,505.808 1214.33,509.182 1214.35,509.205 1216.88,512.602 1219.33,515.998 1219.48,516.215 1221.68,519.395 1223.94,522.792 \n",
" 1224.63,523.864 1226.12,526.189 1228.22,529.585 1229.78,532.213 1230.24,532.982 1232.19,536.379 1234.08,539.776 1234.94,541.377 1235.89,543.173 1237.65,546.569 \n",
" 1239.34,549.966 1240.09,551.515 1240.98,553.363 1242.56,556.76 1244.07,560.156 1245.24,562.868 1245.53,563.553 1246.96,566.95 1248.32,570.347 1249.62,573.744 \n",
" 1250.39,575.834 1250.88,577.14 1252.09,580.537 1253.26,583.934 1254.36,587.331 1255.42,590.727 1255.54,591.127 1256.45,594.124 1257.43,597.521 1258.36,600.918 \n",
" 1259.23,604.314 1260.06,607.711 1260.69,610.435 1260.85,611.108 1261.6,614.505 1262.31,617.902 1262.97,621.298 1263.58,624.695 1264.14,628.092 1264.66,631.489 \n",
" 1265.13,634.885 1265.56,638.282 1265.84,640.824 1265.94,641.679 1266.28,645.076 1266.58,648.472 1266.82,651.869 1267.02,655.266 1267.16,658.663 1267.26,662.06 \n",
" 1267.3,665.456 1267.3,668.853 1267.24,672.25 1267.12,675.647 1266.95,679.043 1266.73,682.44 1266.44,685.837 1266.09,689.234 1265.84,691.321 1265.69,692.63 \n",
" 1265.22,696.027 1264.68,699.424 1264.07,702.821 1263.39,706.218 1262.63,709.614 1261.78,713.011 1260.86,716.408 1260.69,716.973 1259.84,719.805 1258.72,723.201 \n",
" 1257.5,726.598 1256.18,729.995 1255.54,731.523 1254.73,733.392 1253.14,736.788 1251.41,740.185 1250.39,742.073 1249.52,743.582 1247.44,746.979 1245.24,750.295 \n",
" 1245.18,750.376 1242.63,753.772 1240.09,756.898 1239.84,757.169 1236.65,760.566 1234.94,762.284 1233.05,763.963 1229.78,766.699 1228.88,767.359 1224.63,770.299 \n",
" 1223.85,770.756 1219.48,773.2 1217.38,774.153 1214.33,775.484 1209.18,777.213 1207.79,777.55 1204.03,778.439 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#3da44d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1198.88,763.993 1193.73,764.624 1188.57,764.783 1183.42,764.496 1179.59,763.963 1178.27,763.782 1173.12,762.662 1167.97,761.139 1166.43,760.566 1162.82,759.226 \n",
" 1158.22,757.169 1157.67,756.922 1152.52,754.234 1151.74,753.772 1147.36,751.155 1146.2,750.376 1142.21,747.679 1141.27,746.979 1137.06,743.797 1136.8,743.582 \n",
" 1132.72,740.185 1131.91,739.498 1128.94,736.788 1126.76,734.761 1125.38,733.392 1122.03,729.995 1121.61,729.561 1118.89,726.598 1116.46,723.87 1115.89,723.201 \n",
" 1113.06,719.805 1111.31,717.647 1110.34,716.408 1107.76,713.011 1106.15,710.84 1105.28,709.614 1102.91,706.218 1101,703.381 1100.64,702.821 1098.46,699.424 \n",
" 1096.36,696.027 1095.85,695.176 1094.35,692.63 1092.42,689.234 1090.7,686.1 1090.56,685.837 1088.77,682.44 1087.05,679.043 1085.55,675.959 1085.4,675.647 \n",
" 1083.81,672.25 1082.28,668.853 1080.81,665.456 1080.4,664.456 1079.4,662.06 1078.05,658.663 1076.75,655.266 1075.52,651.869 1075.25,651.091 1074.33,648.472 \n",
" 1073.19,645.076 1072.11,641.679 1071.08,638.282 1070.11,634.885 1070.1,634.837 1069.17,631.489 1068.29,628.092 1067.46,624.695 1066.69,621.298 1065.96,617.902 \n",
" 1065.28,614.505 1064.94,612.679 1064.65,611.108 1064.06,607.711 1063.53,604.314 1063.05,600.918 1062.62,597.521 1062.24,594.124 1061.91,590.727 1061.63,587.331 \n",
" 1061.41,583.934 1061.23,580.537 1061.12,577.14 1061.05,573.744 1061.05,570.347 1061.1,566.95 1061.21,563.553 1061.38,560.156 1061.62,556.76 1061.92,553.363 \n",
" 1062.29,549.966 1062.72,546.569 1063.23,543.173 1063.82,539.776 1064.48,536.379 1064.94,534.262 1065.23,532.982 1066.07,529.585 1067.01,526.189 1068.04,522.792 \n",
" 1069.17,519.395 1070.1,516.867 1070.43,515.998 1071.82,512.602 1073.35,509.205 1075.01,505.808 1075.25,505.346 1076.88,502.411 1078.92,499.015 1080.4,496.734 \n",
" 1081.18,495.618 1083.74,492.221 1085.55,489.983 1086.59,488.824 1089.85,485.427 1090.7,484.59 1093.67,482.031 1095.85,480.261 1098.21,478.634 1101,476.805 \n",
" 1103.93,475.237 1106.15,474.095 1111.31,472.036 1111.97,471.84 1116.46,470.562 1121.61,469.62 1126.76,469.171 1131.91,469.182 1137.06,469.63 1142.21,470.498 \n",
" 1147.36,471.774 1147.57,471.84 1152.52,473.441 1157,475.237 1157.67,475.503 1162.82,477.949 1164.06,478.634 1167.97,480.783 1169.97,482.031 1173.12,484.011 \n",
" 1175.14,485.427 1178.27,487.637 1179.8,488.824 1183.42,491.675 1184.06,492.221 1187.98,495.618 1188.57,496.137 1191.62,499.015 1193.73,501.044 1195.06,502.411 \n",
" 1198.3,505.808 1198.88,506.425 1201.35,509.205 1204.03,512.31 1204.27,512.602 1207.02,515.998 1209.18,518.746 1209.67,519.395 1212.18,522.792 1214.33,525.788 \n",
" 1214.61,526.189 1216.92,529.585 1219.14,532.982 1219.48,533.515 1221.27,536.379 1223.32,539.776 1224.63,542.031 1225.29,543.173 1227.18,546.569 1229,549.966 \n",
" 1229.78,551.483 1230.75,553.363 1232.43,556.76 1234.05,560.156 1234.94,562.093 1235.6,563.553 1237.1,566.95 1238.53,570.347 1239.9,573.744 1240.09,574.211 \n",
" 1241.23,577.14 1242.5,580.537 1243.7,583.934 1244.86,587.331 1245.24,588.502 1245.96,590.727 1247.02,594.124 1248.02,597.521 1248.97,600.918 1249.87,604.314 \n",
" 1250.39,606.401 1250.72,607.711 1251.52,611.108 1252.28,614.505 1252.98,617.902 1253.63,621.298 1254.23,624.695 1254.79,628.092 1255.29,631.489 1255.54,633.397 \n",
" 1255.74,634.885 1256.15,638.282 1256.5,641.679 1256.8,645.076 1257.05,648.472 1257.25,651.869 1257.39,655.266 1257.48,658.663 1257.51,662.06 1257.48,665.456 \n",
" 1257.4,668.853 1257.25,672.25 1257.04,675.647 1256.77,679.043 1256.43,682.44 1256.03,685.837 1255.55,689.234 1255.54,689.304 1255,692.63 1254.37,696.027 \n",
" 1253.66,699.424 1252.86,702.821 1251.97,706.218 1250.99,709.614 1250.39,711.507 1249.89,713.011 1248.68,716.408 1247.36,719.805 1245.91,723.201 1245.24,724.656 \n",
" 1244.29,726.598 1242.51,729.995 1240.57,733.392 1240.09,734.196 1238.39,736.788 1235.98,740.185 1234.94,741.569 1233.26,743.582 1230.21,746.979 1229.78,747.432 \n",
" 1226.64,750.376 1224.63,752.132 1222.46,753.772 1219.48,755.898 1217.34,757.169 1214.33,758.876 1210.58,760.566 1209.18,761.17 1204.03,762.857 1199.02,763.963 \n",
" 1198.88,763.993 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#3da44d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1188.57,750.397 1185.87,750.376 1183.42,750.356 1178.27,749.833 1173.12,748.85 1167.97,747.421 1166.75,746.979 1162.82,745.557 1158.38,743.582 1157.67,743.263 \n",
" 1152.52,740.54 1151.93,740.185 1147.36,737.384 1146.5,736.788 1142.21,733.787 1141.7,733.392 1137.39,729.995 1137.06,729.736 1133.47,726.598 1131.91,725.211 \n",
" 1129.82,723.201 1126.76,720.189 1126.39,719.805 1123.23,716.408 1121.61,714.632 1120.22,713.011 1117.37,709.614 1116.46,708.497 1114.68,706.218 1112.12,702.821 \n",
" 1111.31,701.721 1109.68,699.424 1107.36,696.027 1106.15,694.222 1105.13,692.63 1103.01,689.234 1101,685.89 1100.97,685.837 1099.04,682.44 1097.18,679.043 \n",
" 1095.85,676.541 1095.39,675.647 1093.69,672.25 1092.05,668.853 1090.7,665.93 1090.48,665.456 1088.99,662.06 1087.56,658.663 1086.19,655.266 1085.55,653.597 \n",
" 1084.89,651.869 1083.64,648.472 1082.46,645.076 1081.34,641.679 1080.4,638.696 1080.27,638.282 1079.26,634.885 1078.3,631.489 1077.4,628.092 1076.56,624.695 \n",
" 1075.77,621.298 1075.25,618.867 1075.04,617.902 1074.36,614.505 1073.73,611.108 1073.16,607.711 1072.65,604.314 1072.19,600.918 1071.79,597.521 1071.44,594.124 \n",
" 1071.15,590.727 1070.92,587.331 1070.75,583.934 1070.64,580.537 1070.58,577.14 1070.6,573.744 1070.67,570.347 1070.82,566.95 1071.03,563.553 1071.31,560.156 \n",
" 1071.67,556.76 1072.11,553.363 1072.62,549.966 1073.22,546.569 1073.91,543.173 1074.68,539.776 1075.25,537.577 1075.57,536.379 1076.57,532.982 1077.68,529.585 \n",
" 1078.91,526.189 1080.27,522.792 1080.4,522.491 1081.82,519.395 1083.52,515.998 1085.39,512.602 1085.55,512.331 1087.55,509.205 1089.92,505.808 1090.7,504.762 \n",
" 1092.66,502.411 1095.73,499.015 1095.85,498.891 1099.45,495.618 1101,494.301 1103.91,492.221 1106.15,490.712 1109.63,488.824 1111.31,487.962 1116.46,485.935 \n",
" 1118.3,485.427 1121.61,484.549 1126.76,483.743 1131.91,483.469 1137.06,483.693 1142.21,484.391 1146.84,485.427 1147.36,485.543 1152.52,487.136 1156.8,488.824 \n",
" 1157.67,489.162 1162.82,491.617 1163.9,492.221 1167.97,494.502 1169.71,495.618 1173.12,497.823 1174.76,499.015 1178.27,501.588 1179.29,502.411 1183.42,505.808 \n",
" 1183.42,505.814 1187.15,509.205 1188.57,510.523 1190.65,512.602 1193.73,515.741 1193.96,515.998 1197.02,519.395 1198.88,521.509 1199.94,522.792 1202.69,526.189 \n",
" 1204.03,527.877 1205.31,529.585 1207.8,532.982 1209.18,534.913 1210.18,536.379 1212.44,539.776 1214.33,542.708 1214.62,543.173 1216.68,546.569 1218.67,549.966 \n",
" 1219.48,551.404 1220.56,553.363 1222.38,556.76 1224.12,560.156 1224.63,561.188 1225.79,563.553 1227.38,566.95 1228.9,570.347 1229.78,572.38 1230.37,573.744 \n",
" 1231.76,577.14 1233.09,580.537 1234.36,583.934 1234.94,585.536 1235.57,587.331 1236.72,590.727 1237.82,594.124 1238.85,597.521 1239.83,600.918 1240.09,601.854 \n",
" 1240.76,604.314 1241.62,607.711 1242.44,611.108 1243.19,614.505 1243.9,617.902 1244.55,621.298 1245.14,624.695 1245.24,625.314 1245.68,628.092 1246.16,631.489 \n",
" 1246.59,634.885 1246.96,638.282 1247.28,641.679 1247.53,645.076 1247.73,648.472 1247.87,651.869 1247.95,655.266 1247.96,658.663 1247.92,662.06 1247.8,665.456 \n",
" 1247.62,668.853 1247.37,672.25 1247.05,675.647 1246.65,679.043 1246.17,682.44 1245.61,685.837 1245.24,687.829 1244.96,689.234 1244.22,692.63 1243.38,696.027 \n",
" 1242.43,699.424 1241.38,702.821 1240.22,706.218 1240.09,706.566 1238.89,709.614 1237.42,713.011 1235.81,716.408 1234.94,718.125 1234,719.805 1231.97,723.201 \n",
" 1229.78,726.543 1229.74,726.598 1227.13,729.995 1224.63,732.979 1224.24,733.392 1220.8,736.788 1219.48,738.011 1216.72,740.185 1214.33,741.954 1211.65,743.582 \n",
" 1209.18,745.003 1204.76,746.979 1204.03,747.292 1198.88,748.908 1193.73,749.927 1188.82,750.376 1188.57,750.397 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#3da44d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1198.88,733.476 1193.73,735.003 1188.57,735.877 1183.42,736.151 1178.27,735.866 1173.12,735.057 1167.97,733.746 1166.96,733.392 1162.82,731.942 1158.42,729.995 \n",
" 1157.67,729.659 1152.52,726.894 1152.04,726.598 1147.36,723.643 1146.75,723.201 1142.21,719.895 1142.1,719.805 1137.99,716.408 1137.06,715.628 1134.23,713.011 \n",
" 1131.91,710.819 1130.74,709.614 1127.5,706.218 1126.76,705.429 1124.49,702.821 1121.62,699.424 1121.61,699.407 1118.98,696.027 1116.46,692.675 1116.42,692.63 \n",
" 1114.06,689.234 1111.77,685.837 1111.31,685.127 1109.62,682.44 1107.57,679.043 1106.15,676.623 1105.6,675.647 1103.75,672.25 1101.97,668.853 1101,666.93 \n",
" 1100.28,665.456 1098.68,662.06 1097.14,658.663 1095.85,655.675 1095.68,655.266 1094.3,651.869 1092.99,648.472 1091.74,645.076 1090.7,642.109 1090.55,641.679 \n",
" 1089.44,638.282 1088.4,634.885 1087.41,631.489 1086.48,628.092 1085.61,624.695 1085.55,624.417 1084.82,621.298 1084.08,617.902 1083.4,614.505 1082.79,611.108 \n",
" 1082.23,607.711 1081.74,604.314 1081.31,600.918 1080.94,597.521 1080.63,594.124 1080.4,590.833 1080.39,590.727 1080.22,587.331 1080.11,583.934 1080.08,580.537 \n",
" 1080.11,577.14 1080.22,573.744 1080.4,570.347 1080.4,570.34 1080.66,566.95 1081.01,563.553 1081.44,560.156 1081.97,556.76 1082.58,553.363 1083.3,549.966 \n",
" 1084.12,546.569 1085.05,543.173 1085.55,541.543 1086.12,539.776 1087.35,536.379 1088.71,532.982 1090.22,529.585 1090.7,528.586 1091.97,526.189 1093.93,522.792 \n",
" 1095.85,519.761 1096.11,519.395 1098.71,515.998 1101,513.252 1101.63,512.602 1105.16,509.205 1106.15,508.311 1109.51,505.808 1111.31,504.558 1115.21,502.411 \n",
" 1116.46,501.762 1121.61,499.778 1124.63,499.015 1126.76,498.501 1131.91,497.861 1137.06,497.801 1142.21,498.285 1145.97,499.015 1147.36,499.284 1152.52,500.784 \n",
" 1156.74,502.411 1157.67,502.767 1162.82,505.232 1163.83,505.808 1167.97,508.179 1169.52,509.205 1173.12,511.615 1174.42,512.602 1178.27,515.554 1178.79,515.998 \n",
" 1182.71,519.395 1183.42,520.02 1186.29,522.792 1188.57,525.043 1189.65,526.189 1192.76,529.585 1193.73,530.665 1195.66,532.982 1198.43,536.379 1198.88,536.945 \n",
" 1201,539.776 1203.46,543.173 1204.03,543.969 1205.78,546.569 1207.99,549.966 1209.18,551.854 1210.09,553.363 1212.08,556.76 1214,560.156 1214.33,560.767 \n",
" 1215.8,563.553 1217.52,566.95 1219.18,570.347 1219.48,570.991 1220.74,573.744 1222.22,577.14 1223.65,580.537 1224.63,583.005 1225,583.934 1226.27,587.331 \n",
" 1227.47,590.727 1228.62,594.124 1229.71,597.521 1229.78,597.782 1230.72,600.918 1231.67,604.314 1232.55,607.711 1233.38,611.108 1234.15,614.505 1234.86,617.902 \n",
" 1234.94,618.3 1235.5,621.298 1236.08,624.695 1236.6,628.092 1237.06,631.489 1237.45,634.885 1237.78,638.282 1238.05,641.679 1238.25,645.076 1238.39,648.472 \n",
" 1238.46,651.869 1238.45,655.266 1238.38,658.663 1238.23,662.06 1238,665.456 1237.69,668.853 1237.3,672.25 1236.82,675.647 1236.25,679.043 1235.59,682.44 \n",
" 1234.94,685.358 1234.82,685.837 1233.92,689.234 1232.9,692.63 1231.75,696.027 1230.48,699.424 1229.78,701.114 1229.02,702.821 1227.36,706.218 1225.53,709.614 \n",
" 1224.63,711.155 1223.43,713.011 1221.02,716.408 1219.48,718.418 1218.26,719.805 1215.04,723.201 1214.33,723.897 1211.07,726.598 1209.18,728.062 1206.08,729.995 \n",
" 1204.03,731.196 1199.08,733.392 1198.88,733.476 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#3da44d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1188.57,720.753 1183.42,721.455 1178.27,721.492 1173.12,720.915 1168.17,719.805 1167.97,719.759 1162.82,718.032 1159.13,716.408 1157.67,715.762 1152.64,713.011 \n",
" 1152.52,712.945 1147.43,709.614 1147.36,709.57 1142.98,706.218 1142.21,705.618 1139.03,702.821 1137.06,701.065 1135.41,699.424 1132.06,696.027 1131.91,695.876 \n",
" 1129.05,692.63 1126.76,689.971 1126.17,689.234 1123.54,685.837 1121.61,683.273 1121.02,682.44 1118.7,679.043 1116.46,675.656 1116.45,675.647 1114.39,672.25 \n",
" 1112.41,668.853 1111.31,666.891 1110.54,665.456 1108.78,662.06 1107.1,658.663 1106.15,656.67 1105.51,655.266 1104.03,651.869 1102.62,648.472 1101.27,645.076 \n",
" 1101,644.358 1100.03,641.679 1098.86,638.282 1097.76,634.885 1096.72,631.489 1095.85,628.444 1095.75,628.092 1094.88,624.695 1094.07,621.298 1093.32,617.902 \n",
" 1092.65,614.505 1092.04,611.108 1091.5,607.711 1091.03,604.314 1090.7,601.535 1090.63,600.918 1090.31,597.521 1090.07,594.124 1089.9,590.727 1089.8,587.331 \n",
" 1089.79,583.934 1089.85,580.537 1090,577.14 1090.23,573.744 1090.56,570.347 1090.7,569.18 1090.99,566.95 1091.53,563.553 1092.18,560.156 1092.95,556.76 \n",
" 1093.83,553.363 1094.85,549.966 1095.85,546.995 1096.01,546.569 1097.4,543.173 1098.96,539.776 1100.69,536.379 1101,535.825 1102.79,532.982 1105.15,529.585 \n",
" 1106.15,528.264 1107.99,526.189 1111.29,522.792 1111.31,522.78 1115.61,519.395 1116.46,518.783 1121.43,515.998 1121.61,515.903 1126.76,513.963 1131.91,512.805 \n",
" 1134.2,512.602 1137.06,512.359 1142.21,512.557 1142.5,512.602 1147.36,513.361 1152.52,514.736 1155.89,515.998 1157.67,516.663 1162.82,519.139 1163.26,519.395 \n",
" 1167.97,522.168 1168.87,522.792 1173.12,525.755 1173.66,526.189 1177.86,529.585 1178.27,529.925 1181.58,532.982 1183.42,534.716 1185.02,536.379 1188.22,539.776 \n",
" 1188.57,540.163 1191.11,543.173 1193.73,546.35 1193.89,546.569 1196.42,549.966 1198.87,553.363 1198.88,553.374 1201.1,556.76 1203.26,560.156 1204.03,561.404 \n",
" 1205.28,563.553 1207.19,566.95 1209.02,570.347 1209.18,570.65 1210.72,573.744 1212.33,577.14 1213.88,580.537 1214.33,581.566 1215.32,583.934 1216.68,587.331 \n",
" 1217.97,590.727 1219.19,594.124 1219.48,594.969 1220.32,597.521 1221.38,600.918 1222.36,604.314 1223.28,607.711 1224.14,611.108 1224.63,613.236 1224.92,614.505 \n",
" 1225.62,617.902 1226.25,621.298 1226.82,624.695 1227.31,628.092 1227.74,631.489 1228.09,634.885 1228.37,638.282 1228.58,641.679 1228.71,645.076 1228.76,648.472 \n",
" 1228.73,651.869 1228.62,655.266 1228.42,658.663 1228.13,662.06 1227.74,665.456 1227.25,668.853 1226.66,672.25 1225.96,675.647 1225.15,679.043 1224.63,680.925 \n",
" 1224.18,682.44 1223.05,685.837 1221.77,689.234 1220.33,692.63 1219.48,694.439 1218.65,696.027 1216.7,699.424 1214.53,702.821 1214.33,703.109 1211.86,706.218 \n",
" 1209.18,709.265 1208.81,709.614 1204.95,713.011 1204.03,713.766 1199.93,716.408 1198.88,717.038 1193.73,719.317 1192.04,719.805 1188.57,720.753 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#3da44d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1188.57,704.287 1183.42,705.65 1178.27,706.168 1173.12,705.921 1167.97,704.971 1162.82,703.367 1161.57,702.821 1157.67,701.109 1154.66,699.424 1152.52,698.212 \n",
" 1149.33,696.027 1147.36,694.659 1144.88,692.63 1142.21,690.423 1140.96,689.234 1137.44,685.837 1137.06,685.459 1134.34,682.44 1131.91,679.68 1131.4,679.043 \n",
" 1128.77,675.647 1126.76,672.978 1126.25,672.25 1123.98,668.853 1121.78,665.456 1121.61,665.176 1119.8,662.06 1117.91,658.663 1116.46,655.95 1116.11,655.266 \n",
" 1114.48,651.869 1112.92,648.472 1111.44,645.076 1111.31,644.744 1110.1,641.679 1108.85,638.282 1107.67,634.885 1106.56,631.489 1106.15,630.147 1105.56,628.092 \n",
" 1104.65,624.695 1103.82,621.298 1103.07,617.902 1102.39,614.505 1101.79,611.108 1101.27,607.711 1101,605.641 1100.84,604.314 1100.51,600.918 1100.25,597.521 \n",
" 1100.09,594.124 1100.02,590.727 1100.03,587.331 1100.15,583.934 1100.36,580.537 1100.68,577.14 1101,574.523 1101.11,573.744 1101.69,570.347 1102.4,566.95 \n",
" 1103.25,563.553 1104.24,560.156 1105.4,556.76 1106.15,554.789 1106.77,553.363 1108.43,549.966 1110.31,546.569 1111.31,544.955 1112.59,543.173 1115.32,539.776 \n",
" 1116.46,538.489 1118.76,536.379 1121.61,534.014 1123.25,532.982 1126.76,530.957 1130.29,529.585 1131.91,528.999 1137.06,527.976 1142.21,527.756 1147.36,528.268 \n",
" 1152.52,529.456 1152.87,529.585 1157.67,531.316 1161.12,532.982 1162.82,533.809 1167.04,536.379 1167.97,536.949 1171.81,539.776 1173.12,540.756 1175.91,543.173 \n",
" 1178.27,545.262 1179.58,546.569 1182.89,549.966 1183.42,550.52 1185.86,553.363 1188.57,556.623 1188.68,556.76 1191.19,560.156 1193.61,563.553 1193.73,563.713 \n",
" 1195.79,566.95 1197.88,570.347 1198.88,572.018 1199.83,573.744 1201.64,577.14 1203.37,580.537 1204.03,581.896 1204.96,583.934 1206.44,587.331 1207.85,590.727 \n",
" 1209.18,594.107 1209.19,594.124 1210.38,597.521 1211.5,600.918 1212.54,604.314 1213.51,607.711 1214.33,610.839 1214.4,611.108 1215.17,614.505 1215.87,617.902 \n",
" 1216.5,621.298 1217.04,624.695 1217.5,628.092 1217.89,631.489 1218.18,634.885 1218.39,638.282 1218.51,641.679 1218.53,645.076 1218.46,648.472 1218.29,651.869 \n",
" 1218.01,655.266 1217.61,658.663 1217.1,662.06 1216.47,665.456 1215.7,668.853 1214.8,672.25 1214.33,673.796 1213.7,675.647 1212.38,679.043 1210.87,682.44 \n",
" 1209.18,685.809 1209.16,685.837 1206.99,689.234 1204.54,692.63 1204.03,693.278 1201.4,696.027 1198.88,698.402 1197.48,699.424 1193.73,701.947 1191.89,702.821 \n",
" 1188.57,704.287 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#3da44d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1183.42,687.497 1178.27,688.856 1173.12,689.179 1167.97,688.581 1162.82,687.152 1159.76,685.837 1157.67,684.929 1153.41,682.44 1152.52,681.912 1148.66,679.043 \n",
" 1147.36,678.067 1144.69,675.647 1142.21,673.35 1141.19,672.25 1138.11,668.853 1137.06,667.657 1135.36,665.456 1132.81,662.06 1131.91,660.818 1130.51,658.663 \n",
" 1128.39,655.266 1126.76,652.534 1126.4,651.869 1124.63,648.472 1122.96,645.076 1121.61,642.198 1121.38,641.679 1120.01,638.282 1118.72,634.885 1117.51,631.489 \n",
" 1116.46,628.282 1116.4,628.092 1115.45,624.695 1114.6,621.298 1113.83,617.902 1113.16,614.505 1112.58,611.108 1112.11,607.711 1111.73,604.314 1111.47,600.918 \n",
" 1111.31,597.521 1111.31,596.769 1111.28,594.124 1111.31,593.05 1111.37,590.727 1111.59,587.331 1111.94,583.934 1112.45,580.537 1113.11,577.14 1113.94,573.744 \n",
" 1114.94,570.347 1116.14,566.95 1116.46,566.172 1117.71,563.553 1119.58,560.156 1121.61,556.976 1121.78,556.76 1124.79,553.363 1126.76,551.405 1128.72,549.966 \n",
" 1131.91,547.863 1134.98,546.569 1137.06,545.768 1142.21,544.83 1147.36,544.863 1152.52,545.767 1154.91,546.569 1157.67,547.496 1162.73,549.966 1162.82,550.009 \n",
" 1167.97,553.333 1168.01,553.363 1172.22,556.76 1173.12,557.504 1175.85,560.156 1178.27,562.573 1179.13,563.553 1182.01,566.95 1183.42,568.674 1184.64,570.347 \n",
" 1187.04,573.744 1188.57,576.01 1189.27,577.14 1191.26,580.537 1193.17,583.934 1193.73,584.974 1194.88,587.331 1196.45,590.727 1197.94,594.124 1198.88,596.383 \n",
" 1199.31,597.521 1200.52,600.918 1201.64,604.314 1202.67,607.711 1203.61,611.108 1204.03,612.783 1204.43,614.505 1205.12,617.902 1205.72,621.298 1206.23,624.695 \n",
" 1206.63,628.092 1206.94,631.489 1207.13,634.885 1207.22,638.282 1207.18,641.679 1207.03,645.076 1206.74,648.472 1206.32,651.869 1205.75,655.266 1205.03,658.663 \n",
" 1204.14,662.06 1204.03,662.419 1202.95,665.456 1201.53,668.853 1199.87,672.25 1198.88,674.031 1197.78,675.647 1195.16,679.043 1193.73,680.691 1191.73,682.44 \n",
" 1188.57,684.911 1186.85,685.837 1183.42,687.497 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#3da44d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1178.27,666.754 1173.12,668.427 1167.97,668.627 1162.82,667.574 1157.73,665.456 1157.67,665.43 1152.52,662.147 1152.41,662.06 1148.49,658.663 1147.36,657.664 \n",
" 1145.19,655.266 1142.21,651.87 1142.21,651.869 1139.83,648.472 1137.55,645.076 1137.06,644.305 1135.63,641.679 1133.88,638.282 1132.24,634.885 1131.91,634.154 \n",
" 1130.87,631.489 1129.66,628.092 1128.56,624.695 1127.58,621.298 1126.76,618.005 1126.74,617.902 1126.11,614.505 1125.61,611.108 1125.25,607.711 1125.03,604.314 \n",
" 1124.97,600.918 1125.06,597.521 1125.33,594.124 1125.78,590.727 1126.43,587.331 1126.76,586 1127.4,583.934 1128.72,580.537 1130.38,577.14 1131.91,574.528 \n",
" 1132.53,573.744 1135.72,570.347 1137.06,569.131 1140.94,566.95 1142.21,566.326 1147.36,565.268 1152.52,565.552 1157.51,566.95 1157.67,566.996 1162.82,569.594 \n",
" 1163.88,570.347 1167.97,573.302 1168.45,573.744 1171.99,577.14 1173.12,578.258 1175.01,580.537 1177.72,583.934 1178.27,584.659 1179.99,587.331 1182.08,590.727 \n",
" 1183.42,593.035 1183.97,594.124 1185.57,597.521 1187.06,600.918 1188.44,604.314 1188.57,604.68 1189.55,607.711 1190.53,611.108 1191.39,614.505 1192.13,617.902 \n",
" 1192.73,621.298 1193.19,624.695 1193.5,628.092 1193.65,631.489 1193.63,634.885 1193.42,638.282 1193.02,641.679 1192.4,645.076 1191.54,648.472 1190.43,651.869 \n",
" 1189.04,655.266 1188.57,656.218 1187.01,658.663 1184.39,662.06 1183.42,663.135 1180.3,665.456 1178.27,666.754 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip3802)\" style=\"stroke:#3da44d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1167.97,632.285 1162.82,634.681 1157.67,632.868 1156.22,631.489 1152.91,628.092 1152.52,627.634 1151.02,624.695 1149.57,621.298 1148.45,617.902 1147.74,614.505 \n",
" 1147.52,611.108 1147.95,607.711 1149.22,604.314 1151.62,600.918 1152.52,600.071 1157.67,599.557 1160.08,600.918 1162.82,602.561 1164.24,604.314 1166.72,607.711 \n",
" 1167.97,609.671 1168.56,611.108 1169.64,614.505 1170.38,617.902 1170.74,621.298 1170.62,624.695 1169.92,628.092 1168.49,631.489 1167.97,632.285 \n",
" \"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"598.887\" cy=\"745.303\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"598.887\" cy=\"745.303\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1242.71\" cy=\"355.964\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1242.71\" cy=\"355.964\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1802.48\" cy=\"857.38\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1802.48\" cy=\"857.38\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1829.88\" cy=\"933.68\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1829.88\" cy=\"933.68\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1802.59\" cy=\"911.076\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1802.59\" cy=\"911.076\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"689.471\" cy=\"658.507\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"689.471\" cy=\"658.507\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1748.63\" cy=\"880.43\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1748.63\" cy=\"880.43\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1753.32\" cy=\"988.436\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1753.32\" cy=\"988.436\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1141.74\" cy=\"473.114\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1141.74\" cy=\"473.114\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1752.86\" cy=\"830.39\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1752.86\" cy=\"830.39\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"779.969\" cy=\"459.262\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"779.969\" cy=\"459.262\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"793.88\" cy=\"578.242\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"793.88\" cy=\"578.242\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1814.88\" cy=\"907.191\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1814.88\" cy=\"907.191\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"765.752\" cy=\"667.048\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"765.752\" cy=\"667.048\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1424.1\" cy=\"472.243\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1424.1\" cy=\"472.243\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"731.94\" cy=\"668.881\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"731.94\" cy=\"668.881\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"839.962\" cy=\"554.762\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"839.962\" cy=\"554.762\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1291.82\" cy=\"468.302\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1291.82\" cy=\"468.302\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"685.324\" cy=\"695.466\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"685.324\" cy=\"695.466\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"856.273\" cy=\"462.72\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"856.273\" cy=\"462.72\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1725.81\" cy=\"900.418\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1725.81\" cy=\"900.418\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"821.232\" cy=\"604.762\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"821.232\" cy=\"604.762\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1264.36\" cy=\"382.571\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1264.36\" cy=\"382.571\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"698.818\" cy=\"778.066\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"698.818\" cy=\"778.066\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"832.781\" cy=\"593.952\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"832.781\" cy=\"593.952\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1209.63\" cy=\"436.683\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1209.63\" cy=\"436.683\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1247.21\" cy=\"379.145\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1247.21\" cy=\"379.145\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1861.47\" cy=\"852.073\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1861.47\" cy=\"852.073\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1116.89\" cy=\"467.464\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1116.89\" cy=\"467.464\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"792.247\" cy=\"476.563\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"792.247\" cy=\"476.563\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"796.226\" cy=\"424.105\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"796.226\" cy=\"424.105\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1772.43\" cy=\"908.828\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1772.43\" cy=\"908.828\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1380.71\" cy=\"676.632\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1380.71\" cy=\"676.632\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1391.27\" cy=\"480.483\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1391.27\" cy=\"480.483\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1800.29\" cy=\"945.139\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1800.29\" cy=\"945.139\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1715.04\" cy=\"955.346\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1715.04\" cy=\"955.346\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1760.77\" cy=\"900.575\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1760.77\" cy=\"900.575\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1306.37\" cy=\"475.187\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1306.37\" cy=\"475.187\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1239.02\" cy=\"409.552\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1239.02\" cy=\"409.552\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1140.41\" cy=\"406.543\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1140.41\" cy=\"406.543\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"797.581\" cy=\"594.696\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"797.581\" cy=\"594.696\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"795.282\" cy=\"679.663\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"795.282\" cy=\"679.663\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"742.717\" cy=\"659.613\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"742.717\" cy=\"659.613\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1605.98\" cy=\"964.679\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1605.98\" cy=\"964.679\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"724.613\" cy=\"714.719\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"724.613\" cy=\"714.719\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1239.2\" cy=\"395.375\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1239.2\" cy=\"395.375\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1428.09\" cy=\"360.109\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1428.09\" cy=\"360.109\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1724.06\" cy=\"978.769\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1724.06\" cy=\"978.769\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1746.39\" cy=\"907.769\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1746.39\" cy=\"907.769\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"702.713\" cy=\"608.655\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"702.713\" cy=\"608.655\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1272.75\" cy=\"448.914\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1272.75\" cy=\"448.914\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1782.61\" cy=\"980.405\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1782.61\" cy=\"980.405\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1788.4\" cy=\"887.189\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1788.4\" cy=\"887.189\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1171.97\" cy=\"454.851\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1171.97\" cy=\"454.851\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1143.33\" cy=\"520.083\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1143.33\" cy=\"520.083\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"903.209\" cy=\"563.97\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"903.209\" cy=\"563.97\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"678.344\" cy=\"704.497\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"678.344\" cy=\"704.497\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1747.03\" cy=\"883.424\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1747.03\" cy=\"883.424\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1316.47\" cy=\"524.558\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1316.47\" cy=\"524.558\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1648.78\" cy=\"924.538\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1648.78\" cy=\"924.538\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"839.769\" cy=\"585.287\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"839.769\" cy=\"585.287\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"684.626\" cy=\"765.712\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"684.626\" cy=\"765.712\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1683.78\" cy=\"926.55\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1683.78\" cy=\"926.55\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1834.67\" cy=\"963.669\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1834.67\" cy=\"963.669\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1290.94\" cy=\"438.528\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1290.94\" cy=\"438.528\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1277.25\" cy=\"639.079\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1277.25\" cy=\"639.079\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"713.515\" cy=\"811.781\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"713.515\" cy=\"811.781\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1156.5\" cy=\"430.766\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1156.5\" cy=\"430.766\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"761.456\" cy=\"627.036\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"761.456\" cy=\"627.036\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"598.567\" cy=\"904.047\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"598.567\" cy=\"904.047\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"791.271\" cy=\"665.741\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"791.271\" cy=\"665.741\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1253.62\" cy=\"294.689\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1253.62\" cy=\"294.689\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1173.9\" cy=\"375.378\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1173.9\" cy=\"375.378\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1311.54\" cy=\"293.613\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1311.54\" cy=\"293.613\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"705.854\" cy=\"683.704\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"705.854\" cy=\"683.704\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1793.46\" cy=\"921.803\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1793.46\" cy=\"921.803\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1186.61\" cy=\"276.244\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1186.61\" cy=\"276.244\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"833.682\" cy=\"635.896\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"833.682\" cy=\"635.896\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"759.647\" cy=\"610.897\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"759.647\" cy=\"610.897\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1874.29\" cy=\"873.879\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1874.29\" cy=\"873.879\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1732.55\" cy=\"931.371\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1732.55\" cy=\"931.371\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"744.008\" cy=\"589.763\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"744.008\" cy=\"589.763\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1181.14\" cy=\"393.181\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1181.14\" cy=\"393.181\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1143.17\" cy=\"495.499\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1143.17\" cy=\"495.499\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"811.241\" cy=\"533.708\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"811.241\" cy=\"533.708\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1883.17\" cy=\"814.202\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1883.17\" cy=\"814.202\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1664.01\" cy=\"984.603\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1664.01\" cy=\"984.603\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"697.398\" cy=\"615.802\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"697.398\" cy=\"615.802\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1217.02\" cy=\"392.134\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1217.02\" cy=\"392.134\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1279.22\" cy=\"427.307\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1279.22\" cy=\"427.307\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"758.231\" cy=\"530.255\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"758.231\" cy=\"530.255\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1175.79\" cy=\"228.335\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1175.79\" cy=\"228.335\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1756.13\" cy=\"937.475\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1756.13\" cy=\"937.475\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1176.13\" cy=\"449.086\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1176.13\" cy=\"449.086\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"901.153\" cy=\"411.405\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"901.153\" cy=\"411.405\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1136.6\" cy=\"516.198\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1136.6\" cy=\"516.198\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1923.52\" cy=\"841.786\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1923.52\" cy=\"841.786\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1671.45\" cy=\"975.239\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1671.45\" cy=\"975.239\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"708.466\" cy=\"635.432\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"708.466\" cy=\"635.432\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"768.849\" cy=\"685.072\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"768.849\" cy=\"685.072\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1328.8\" cy=\"357.055\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1328.8\" cy=\"357.055\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1355.93\" cy=\"530.94\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1355.93\" cy=\"530.94\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1184.57\" cy=\"451.563\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1184.57\" cy=\"451.563\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1257.72\" cy=\"664.721\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1257.72\" cy=\"664.721\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1773.88\" cy=\"921.176\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1773.88\" cy=\"921.176\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"720.563\" cy=\"594.18\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"720.563\" cy=\"594.18\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1377.91\" cy=\"374.046\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1377.91\" cy=\"374.046\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"944.909\" cy=\"602.845\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"944.909\" cy=\"602.845\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1720.71\" cy=\"907.357\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1720.71\" cy=\"907.357\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1750.42\" cy=\"935.114\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1750.42\" cy=\"935.114\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1276.74\" cy=\"328.879\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1276.74\" cy=\"328.879\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1855.41\" cy=\"786.751\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1855.41\" cy=\"786.751\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1200.65\" cy=\"430.01\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1200.65\" cy=\"430.01\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1247.89\" cy=\"397.805\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1247.89\" cy=\"397.805\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"798.496\" cy=\"565.883\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"798.496\" cy=\"565.883\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"883.056\" cy=\"486.682\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"883.056\" cy=\"486.682\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1744.3\" cy=\"871.019\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1744.3\" cy=\"871.019\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1105.73\" cy=\"614.761\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1105.73\" cy=\"614.761\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"740.467\" cy=\"613.427\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"740.467\" cy=\"613.427\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"679.862\" cy=\"653.966\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"679.862\" cy=\"653.966\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"665.363\" cy=\"659.198\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"665.363\" cy=\"659.198\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"659.057\" cy=\"658.813\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"659.057\" cy=\"658.813\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1731.45\" cy=\"928.83\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1731.45\" cy=\"928.83\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1721.2\" cy=\"936.798\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1721.2\" cy=\"936.798\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"678.303\" cy=\"756.801\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"678.303\" cy=\"756.801\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1854.08\" cy=\"858.514\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1854.08\" cy=\"858.514\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"720.895\" cy=\"787.895\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"720.895\" cy=\"787.895\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"702.184\" cy=\"727.671\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"702.184\" cy=\"727.671\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1162.52\" cy=\"421.784\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1162.52\" cy=\"421.784\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"727.64\" cy=\"710.882\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"727.64\" cy=\"710.882\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"782.257\" cy=\"596.393\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"782.257\" cy=\"596.393\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1732.68\" cy=\"951.044\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1732.68\" cy=\"951.044\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1824.34\" cy=\"915.655\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1824.34\" cy=\"915.655\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"799.748\" cy=\"558.724\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"799.748\" cy=\"558.724\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1485.15\" cy=\"393.764\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1485.15\" cy=\"393.764\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"759.623\" cy=\"621.951\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"759.623\" cy=\"621.951\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"699.425\" cy=\"611.061\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"699.425\" cy=\"611.061\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1304.27\" cy=\"283.948\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1304.27\" cy=\"283.948\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"992.031\" cy=\"400.081\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"992.031\" cy=\"400.081\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1293.35\" cy=\"550.225\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1293.35\" cy=\"550.225\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"746.626\" cy=\"734.906\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"746.626\" cy=\"734.906\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1219.43\" cy=\"508.788\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1219.43\" cy=\"508.788\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"735.383\" cy=\"620.918\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"735.383\" cy=\"620.918\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1055.63\" cy=\"464.874\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1055.63\" cy=\"464.874\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1708.91\" cy=\"977.243\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1708.91\" cy=\"977.243\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1240.04\" cy=\"442.769\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1240.04\" cy=\"442.769\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"665.152\" cy=\"730.55\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"665.152\" cy=\"730.55\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1264.65\" cy=\"423.516\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1264.65\" cy=\"423.516\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1309.05\" cy=\"324.577\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1309.05\" cy=\"324.577\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1788.75\" cy=\"931.064\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1788.75\" cy=\"931.064\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"835.386\" cy=\"525.145\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"835.386\" cy=\"525.145\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"816.304\" cy=\"623.617\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"816.304\" cy=\"623.617\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"701.225\" cy=\"622.601\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"701.225\" cy=\"622.601\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"791.115\" cy=\"498.524\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"791.115\" cy=\"498.524\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"832.783\" cy=\"535.38\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"832.783\" cy=\"535.38\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1269.56\" cy=\"503.237\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1269.56\" cy=\"503.237\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1276.67\" cy=\"452.514\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1276.67\" cy=\"452.514\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"694.888\" cy=\"663.256\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"694.888\" cy=\"663.256\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1769.19\" cy=\"1024.66\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1769.19\" cy=\"1024.66\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1748.81\" cy=\"884.228\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1748.81\" cy=\"884.228\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1111.17\" cy=\"590.256\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1111.17\" cy=\"590.256\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1852.43\" cy=\"974.55\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1852.43\" cy=\"974.55\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"743.283\" cy=\"527.123\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"743.283\" cy=\"527.123\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1278.29\" cy=\"583.156\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1278.29\" cy=\"583.156\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1280.56\" cy=\"510.46\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1280.56\" cy=\"510.46\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"806.843\" cy=\"511.621\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"806.843\" cy=\"511.621\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1229.37\" cy=\"376.806\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1229.37\" cy=\"376.806\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"742.047\" cy=\"516.544\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"742.047\" cy=\"516.544\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1310.42\" cy=\"523.323\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1310.42\" cy=\"523.323\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"763.313\" cy=\"609.981\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"763.313\" cy=\"609.981\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"815.971\" cy=\"479.195\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"815.971\" cy=\"479.195\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"687.271\" cy=\"716.818\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"687.271\" cy=\"716.818\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1401.01\" cy=\"585.849\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1401.01\" cy=\"585.849\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1981.98\" cy=\"900.641\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1981.98\" cy=\"900.641\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1219.9\" cy=\"371.057\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1219.9\" cy=\"371.057\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1147.51\" cy=\"383.279\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1147.51\" cy=\"383.279\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"782.909\" cy=\"584.103\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"782.909\" cy=\"584.103\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1439.23\" cy=\"529.715\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1439.23\" cy=\"529.715\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"765.481\" cy=\"683.133\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"765.481\" cy=\"683.133\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1932.53\" cy=\"888.02\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1932.53\" cy=\"888.02\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1159.72\" cy=\"404.742\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1159.72\" cy=\"404.742\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1285.7\" cy=\"407.753\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1285.7\" cy=\"407.753\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1332.8\" cy=\"418.869\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1332.8\" cy=\"418.869\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"779.808\" cy=\"678.474\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"779.808\" cy=\"678.474\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1266.82\" cy=\"518.45\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1266.82\" cy=\"518.45\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"769.982\" cy=\"590.619\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"769.982\" cy=\"590.619\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1286.6\" cy=\"630.262\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1286.6\" cy=\"630.262\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"811.558\" cy=\"590.736\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"811.558\" cy=\"590.736\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1392.91\" cy=\"302.215\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1392.91\" cy=\"302.215\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"749.599\" cy=\"581.342\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"749.599\" cy=\"581.342\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"801.987\" cy=\"664.086\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"801.987\" cy=\"664.086\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1815.63\" cy=\"859.246\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1815.63\" cy=\"859.246\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1357.98\" cy=\"398.823\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1357.98\" cy=\"398.823\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1744.99\" cy=\"926.637\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1744.99\" cy=\"926.637\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1255.53\" cy=\"419.847\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1255.53\" cy=\"419.847\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1790.71\" cy=\"829.97\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1790.71\" cy=\"829.97\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"711.372\" cy=\"727.54\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"711.372\" cy=\"727.54\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"799.583\" cy=\"621.049\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"799.583\" cy=\"621.049\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1362.23\" cy=\"510.55\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1362.23\" cy=\"510.55\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"936.389\" cy=\"412.22\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"936.389\" cy=\"412.22\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"765.175\" cy=\"615.038\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"765.175\" cy=\"615.038\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"727.53\" cy=\"720.978\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"727.53\" cy=\"720.978\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1804.57\" cy=\"940.568\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1804.57\" cy=\"940.568\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1338.19\" cy=\"514.672\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1338.19\" cy=\"514.672\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"635.22\" cy=\"809.769\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"635.22\" cy=\"809.769\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"770.825\" cy=\"614.751\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"770.825\" cy=\"614.751\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1427.46\" cy=\"310.482\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1427.46\" cy=\"310.482\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"762.712\" cy=\"556.466\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"762.712\" cy=\"556.466\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"773.591\" cy=\"693.965\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"773.591\" cy=\"693.965\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1662.21\" cy=\"874.016\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1662.21\" cy=\"874.016\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"698.302\" cy=\"754.744\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"698.302\" cy=\"754.744\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"775.977\" cy=\"420.184\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"775.977\" cy=\"420.184\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"611.394\" cy=\"859.265\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"611.394\" cy=\"859.265\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1324.86\" cy=\"530.21\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1324.86\" cy=\"530.21\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1748.51\" cy=\"1033.78\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1748.51\" cy=\"1033.78\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1763.1\" cy=\"837.106\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1763.1\" cy=\"837.106\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"708.447\" cy=\"625.93\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"708.447\" cy=\"625.93\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"777.727\" cy=\"645.443\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"777.727\" cy=\"645.443\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1119.61\" cy=\"492.164\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1119.61\" cy=\"492.164\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1672.92\" cy=\"892.966\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1672.92\" cy=\"892.966\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"736.696\" cy=\"648.988\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"736.696\" cy=\"648.988\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1484.14\" cy=\"642.479\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1484.14\" cy=\"642.479\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1780.09\" cy=\"863.058\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1780.09\" cy=\"863.058\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"763.199\" cy=\"586.452\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"763.199\" cy=\"586.452\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1209.88\" cy=\"555.434\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1209.88\" cy=\"555.434\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"668.336\" cy=\"766.504\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"668.336\" cy=\"766.504\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"743.24\" cy=\"559.483\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"743.24\" cy=\"559.483\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"663.731\" cy=\"827.885\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"663.731\" cy=\"827.885\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1701.68\" cy=\"856.135\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1701.68\" cy=\"856.135\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"824.324\" cy=\"569.03\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"824.324\" cy=\"569.03\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1138.11\" cy=\"512.391\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1138.11\" cy=\"512.391\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1563.01\" cy=\"904.055\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1563.01\" cy=\"904.055\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1364.33\" cy=\"388.834\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1364.33\" cy=\"388.834\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1696.28\" cy=\"923.785\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1696.28\" cy=\"923.785\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1287.28\" cy=\"427.638\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1287.28\" cy=\"427.638\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"848.377\" cy=\"537.181\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"848.377\" cy=\"537.181\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1386.27\" cy=\"435.078\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1386.27\" cy=\"435.078\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1756.82\" cy=\"930.243\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1756.82\" cy=\"930.243\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"704.427\" cy=\"610.081\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"704.427\" cy=\"610.081\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1232.4\" cy=\"339.969\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1232.4\" cy=\"339.969\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1728.55\" cy=\"865.565\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1728.55\" cy=\"865.565\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1853.54\" cy=\"878.099\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1853.54\" cy=\"878.099\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"649.41\" cy=\"738\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"649.41\" cy=\"738\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1784.55\" cy=\"834.169\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1784.55\" cy=\"834.169\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1220.86\" cy=\"536.339\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1220.86\" cy=\"536.339\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"717.587\" cy=\"593.057\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"717.587\" cy=\"593.057\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1214.9\" cy=\"620.783\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1214.9\" cy=\"620.783\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1455.07\" cy=\"384.583\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1455.07\" cy=\"384.583\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1811.6\" cy=\"937.946\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1811.6\" cy=\"937.946\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1285.88\" cy=\"466.905\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1285.88\" cy=\"466.905\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1188.17\" cy=\"390.069\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1188.17\" cy=\"390.069\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"902.282\" cy=\"561.526\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"902.282\" cy=\"561.526\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1727.14\" cy=\"893.05\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1727.14\" cy=\"893.05\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1394.93\" cy=\"543.53\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1394.93\" cy=\"543.53\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"622.805\" cy=\"661.213\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"622.805\" cy=\"661.213\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"800.893\" cy=\"518.259\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"800.893\" cy=\"518.259\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"692.294\" cy=\"691.648\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"692.294\" cy=\"691.648\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"714.357\" cy=\"683.346\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"714.357\" cy=\"683.346\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1804.12\" cy=\"875.799\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1804.12\" cy=\"875.799\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"756.367\" cy=\"639.908\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"756.367\" cy=\"639.908\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1782.79\" cy=\"1007.36\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1782.79\" cy=\"1007.36\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1144.5\" cy=\"452.808\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1144.5\" cy=\"452.808\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"752.168\" cy=\"614.451\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"752.168\" cy=\"614.451\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1224.59\" cy=\"443.585\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1224.59\" cy=\"443.585\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1182.4\" cy=\"459.501\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1182.4\" cy=\"459.501\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1292.04\" cy=\"353.516\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1292.04\" cy=\"353.516\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1819.04\" cy=\"872.087\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1819.04\" cy=\"872.087\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1826.36\" cy=\"880.267\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1826.36\" cy=\"880.267\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"720.692\" cy=\"575.121\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"720.692\" cy=\"575.121\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1848.43\" cy=\"908.891\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1848.43\" cy=\"908.891\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1766.28\" cy=\"982.005\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1766.28\" cy=\"982.005\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"691.305\" cy=\"683.699\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"691.305\" cy=\"683.699\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1340.06\" cy=\"405.649\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1340.06\" cy=\"405.649\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1198.08\" cy=\"471.596\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1198.08\" cy=\"471.596\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1215.66\" cy=\"499.988\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1215.66\" cy=\"499.988\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1896.61\" cy=\"964.865\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1896.61\" cy=\"964.865\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"768.109\" cy=\"558.516\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"768.109\" cy=\"558.516\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1359.32\" cy=\"304.398\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1359.32\" cy=\"304.398\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1764.51\" cy=\"875.655\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1764.51\" cy=\"875.655\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"684.018\" cy=\"593.583\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"684.018\" cy=\"593.583\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1326.49\" cy=\"487.478\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1326.49\" cy=\"487.478\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1281.99\" cy=\"495.726\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1281.99\" cy=\"495.726\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1879.73\" cy=\"860.785\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1879.73\" cy=\"860.785\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1851.14\" cy=\"930.987\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1851.14\" cy=\"930.987\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1350.41\" cy=\"546.841\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1350.41\" cy=\"546.841\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"856.446\" cy=\"530.254\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"856.446\" cy=\"530.254\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"722.728\" cy=\"746.209\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"722.728\" cy=\"746.209\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"806.989\" cy=\"609.202\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"806.989\" cy=\"609.202\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1757.17\" cy=\"962.376\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1757.17\" cy=\"962.376\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"776.235\" cy=\"694.65\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"776.235\" cy=\"694.65\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1141.38\" cy=\"336.985\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1141.38\" cy=\"336.985\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1260.83\" cy=\"351.686\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1260.83\" cy=\"351.686\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1268.47\" cy=\"305.956\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1268.47\" cy=\"305.956\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1406.41\" cy=\"413.543\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1406.41\" cy=\"413.543\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"626.736\" cy=\"735.307\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"626.736\" cy=\"735.307\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1777.14\" cy=\"916.527\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1777.14\" cy=\"916.527\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"785.85\" cy=\"568.259\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"785.85\" cy=\"568.259\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1794.35\" cy=\"850.884\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1794.35\" cy=\"850.884\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1761.14\" cy=\"891.986\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"1761.14\" cy=\"891.986\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1736.73\" cy=\"906.693\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip3802)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1736.73\" cy=\"906.693\" r=\"14\"/>\n",
"<polygon clip-path=\"url(#clip3800)\" points=\"\n",
"1989.93,251.724 2280.76,251.724 2280.76,130.764 1989.93,130.764 \n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip3800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1989.93,251.724 2280.76,251.724 2280.76,130.764 1989.93,130.764 1989.93,251.724 \n",
" \"/>\n",
"<circle clip-path=\"url(#clip3800)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2097.93\" cy=\"191.244\" r=\"25\"/>\n",
"<circle clip-path=\"url(#clip3800)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"2097.93\" cy=\"191.244\" r=\"21\"/>\n",
"<g clip-path=\"url(#clip3800)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:start;\" transform=\"rotate(0, 2181.93, 208.744)\" x=\"2181.93\" y=\"208.744\">y4</text>\n",
"</g>\n",
"</svg>\n"
]
},
"execution_count": 10,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"plt = plot()\n",
"plot_contours(gmm)\n",
"scatter!(x_train[1, :], x_train[2, :], markercolor=hidden_state)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# 潜在変数のサンプリングの実装"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Resample Hidden States"
]
},
{
"cell_type": "code",
"execution_count": 11,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"sample_hidden_state (generic function with 1 method)"
]
},
"execution_count": 11,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"function sample_hidden_state(gmm::GMM, x_train::Array{Float64})\n",
" hidden_sttate = zeros(Int32, N)\n",
" \n",
" mvnormals = MvNormal[\n",
" MvNormal(\n",
" gmm.components[k].μ, \n",
" PDMat(Symmetric(inv(gmm.components[k].Λ)))\n",
" ) for k in 1:K]\n",
" \n",
" # temporary variable\n",
" p_xi = zeros(N, K)\n",
"\n",
" for k in 1:K\n",
" p_xi[:, k] = pdf(mvnormals[k], x_train)\n",
" end\n",
"\n",
" for n in 1:N\n",
" p_xi[n, :] .*= gmm.mixing_coeff\n",
" end\n",
"\n",
" for n in 1:N\n",
" mixing_coeff_post = p_xi[n, :] / sum(p_xi[n, :])\n",
" hidden_state[n] = rand(Categorical(mixing_coeff_post))\n",
" end\n",
" \n",
" return hidden_state\n",
"end"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Resampling mixing coefficients"
]
},
{
"cell_type": "code",
"execution_count": 12,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"sample_mixing_coeff (generic function with 1 method)"
]
},
"execution_count": 12,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"function sample_mixing_coeff(gmm::GMM, hidden_state::Array{Int64,1})\n",
" state_ids = Array{Int64,1}(1:gmm.K)\n",
" m = [count(x -> x == i, hidden_state) for i in state_ids]\n",
" \n",
" α_post = α0 + m\n",
" new_mixing_coeff = rand(Dirichlet(α_post))\n",
" \n",
" return GMM(gmm.D, gmm.K, new_mixing_coeff, gmm.components)\n",
"end"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Resampling $\\mu_k$ and $\\Lambda_k$"
]
},
{
"cell_type": "code",
"execution_count": 13,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"sample_gauss (generic function with 1 method)"
]
},
"execution_count": 13,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"function sample_gauss(gmm::GMM, x_train::Array{Float64}, hidden_state::Array{Int64,1})\n",
" new_μk = zeros(K, D)\n",
" new_Λk = zeros(K, D, D)\n",
"\n",
" # temporary variables\n",
" state_ids = Array{Int64,1}(1:gmm.K)\n",
" m = [count(x -> x == i, hidden_state) for i in state_ids]\n",
"\n",
" for k in 1:K\n",
" # Get data in the k-th class\n",
" x_k = x_train[:, hidden_state .== k]\n",
" # Compute the covariance matrix of the k-th class\n",
" S_k = x_k * x_k'\n",
"\n",
" # Compute parameters of posterior distributions\n",
" β_post = β0 + m[k]\n",
" μ_post = (sum(x_k, dims=2) + β0 * μ0) / β_post\n",
" μ_post = μ_post[:, 1]\n",
"\n",
" ν_post = ν0 + m[k]\n",
" W_post_inv = S_k + β0 * μ0 * μ0' - β_post * μ_post * μ_post' + inv(W0)\n",
" W_post = PDMat(Symmetric(inv(W_post_inv)))\n",
" \n",
" # Sample parameters from posterior distributions\n",
" new_Λk[k, :, :] = rand(Wishart(ν_post, W_post))\n",
" new_μk[k, :] = rand(MvNormal(μ_post, PDMat(Symmetric(inv(β_post * new_Λk[k, :, :])))))\n",
" end\n",
" \n",
" new_components = Gauss[Gauss(new_μk[k, :], new_Λk[k, :, :]) for k in 1:K]\n",
" \n",
" return GMM(gmm.D, gmm.K, gmm.mixing_coeff, new_components)\n",
"end"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Gibbs Samplingの実行とアニメーションの生成"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"アニメーション生成の参考\n",
"\n",
"https://qiita.com/Lirimy/items/8976bb4dcf5febad178e"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"anim = Animation()\n",
"\n",
"plt = scatter(x_train[1, :], x_train[2, :], markercolor=hidden_state, legend=:none)\n",
"plot_contours(gmm)\n",
"title!(\"Iteration: 0\")\n",
"frame(anim, plt)\n",
"\n",
"for iter in tqdm(1:120)\n",
" hidden_state = sample_hidden_state(gmm, x_train)\n",
" gmm = sample_mixing_coeff(gmm, hidden_state)\n",
" gmm = sample_gauss(gmm, x_train, hidden_state)\n",
" \n",
" plt = plot()\n",
" scatter!(x_train[1, :], x_train[2, :], markercolor=hidden_state, legend=:none)\n",
" plot_contours(gmm)\n",
" title!(\"Iteration: $iter\")\n",
" frame(anim, plt)\n",
"end\n",
"\n",
"gif(anim, \"movie.gif\", fps=4)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"最終結果"
]
},
{
"cell_type": "code",
"execution_count": 15,
"metadata": {},
"outputs": [
{
"data": {
"image/svg+xml": [
"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n",
"<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\">\n",
"<defs>\n",
" <clipPath id=\"clip6300\">\n",
" <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polygon clip-path=\"url(#clip6300)\" points=\"\n",
"0,1600 2400,1600 2400,0 0,0 \n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip6301\">\n",
" <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polygon clip-path=\"url(#clip6300)\" points=\"\n",
"168.627,1487.47 2352.76,1487.47 2352.76,47.2441 168.627,47.2441 \n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip6302\">\n",
" <rect x=\"168\" y=\"47\" width=\"2185\" height=\"1441\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 230.442,1487.47 230.442,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 745.567,1487.47 745.567,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1260.69,1487.47 1260.69,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1775.82,1487.47 1775.82,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2290.94,1487.47 2290.94,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 168.627,1446.71 2352.76,1446.71 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 168.627,1107.04 2352.76,1107.04 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 168.627,767.359 2352.76,767.359 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 168.627,427.682 2352.76,427.682 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 168.627,88.0053 2352.76,88.0053 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 168.627,1487.47 2352.76,1487.47 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 168.627,1487.47 168.627,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 230.442,1487.47 230.442,1465.87 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 745.567,1487.47 745.567,1465.87 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1260.69,1487.47 1260.69,1465.87 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1775.82,1487.47 1775.82,1465.87 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2290.94,1487.47 2290.94,1465.87 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 168.627,1446.71 201.389,1446.71 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 168.627,1107.04 201.389,1107.04 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 168.627,767.359 201.389,767.359 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 168.627,427.682 201.389,427.682 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 168.627,88.0053 201.389,88.0053 \n",
" \"/>\n",
"<g clip-path=\"url(#clip6300)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 230.442, 1541.47)\" x=\"230.442\" y=\"1541.47\">-10</text>\n",
"</g>\n",
"<g clip-path=\"url(#clip6300)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 745.567, 1541.47)\" x=\"745.567\" y=\"1541.47\">-5</text>\n",
"</g>\n",
"<g clip-path=\"url(#clip6300)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 1260.69, 1541.47)\" x=\"1260.69\" y=\"1541.47\">0</text>\n",
"</g>\n",
"<g clip-path=\"url(#clip6300)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 1775.82, 1541.47)\" x=\"1775.82\" y=\"1541.47\">5</text>\n",
"</g>\n",
"<g clip-path=\"url(#clip6300)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 2290.94, 1541.47)\" x=\"2290.94\" y=\"1541.47\">10</text>\n",
"</g>\n",
"<g clip-path=\"url(#clip6300)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 144.627, 1464.21)\" x=\"144.627\" y=\"1464.21\">-10</text>\n",
"</g>\n",
"<g clip-path=\"url(#clip6300)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 144.627, 1124.54)\" x=\"144.627\" y=\"1124.54\">-5</text>\n",
"</g>\n",
"<g clip-path=\"url(#clip6300)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 144.627, 784.859)\" x=\"144.627\" y=\"784.859\">0</text>\n",
"</g>\n",
"<g clip-path=\"url(#clip6300)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 144.627, 445.182)\" x=\"144.627\" y=\"445.182\">5</text>\n",
"</g>\n",
"<g clip-path=\"url(#clip6300)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 144.627, 105.505)\" x=\"144.627\" y=\"105.505\">10</text>\n",
"</g>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1584.08,923.611 1585.22,926.995 1585.22,927.008 1586.41,930.404 1587.78,933.801 1589.35,937.198 1590.37,939.153 1591.07,940.595 1592.9,943.991 1594.99,947.388 \n",
" 1595.52,948.188 1597.17,950.785 1599.57,954.182 1600.67,955.603 1602.14,957.579 1604.94,960.975 1605.82,961.979 1607.89,964.372 1610.98,967.596 1611.14,967.769 \n",
" 1614.52,971.166 1616.13,972.657 1618.18,974.562 1621.28,977.235 1622.12,977.959 1626.35,981.356 1626.43,981.416 1630.83,984.753 1631.58,985.29 1635.66,988.149 \n",
" 1636.73,988.868 1640.87,991.546 1641.88,992.185 1646.49,994.943 1647.03,995.264 1652.19,998.138 1652.57,998.34 1657.34,1000.85 1659.16,1001.74 1662.49,1003.37 \n",
" 1666.4,1005.13 1667.64,1005.7 1672.79,1007.89 1674.41,1008.53 1677.94,1009.95 1683.09,1011.83 1683.38,1011.93 1688.24,1013.65 1693.4,1015.26 1693.62,1015.32 \n",
" 1698.55,1016.84 1703.7,1018.23 1705.67,1018.72 1708.85,1019.55 1714,1020.76 1719.15,1021.83 1720.72,1022.12 1724.3,1022.84 1729.45,1023.74 1734.61,1024.53 \n",
" 1739.76,1025.2 1742.56,1025.51 1744.91,1025.8 1750.06,1026.33 1755.21,1026.76 1760.36,1027.08 1765.51,1027.31 1770.66,1027.45 1775.82,1027.5 1780.97,1027.46 \n",
" 1786.12,1027.32 1791.27,1027.09 1796.42,1026.77 1801.57,1026.34 1806.72,1025.81 1809.12,1025.51 1811.87,1025.2 1817.03,1024.52 1822.18,1023.73 1827.33,1022.8 \n",
" 1830.66,1022.12 1832.48,1021.77 1837.63,1020.68 1842.78,1019.43 1845.41,1018.72 1847.93,1018.08 1853.08,1016.62 1857.17,1015.32 1858.24,1015 1863.39,1013.3 \n",
" 1867.11,1011.93 1868.54,1011.42 1873.69,1009.42 1875.79,1008.53 1878.84,1007.26 1883.48,1005.13 1883.99,1004.9 1889.14,1002.41 1890.44,1001.74 1894.29,999.717 \n",
" 1896.76,998.34 1899.45,996.807 1902.54,994.943 1904.6,993.662 1907.85,991.546 1909.75,990.26 1912.76,988.149 1914.9,986.568 1917.3,984.753 1920.05,982.538 \n",
" 1921.5,981.356 1925.2,978.103 1925.37,977.959 1929.03,974.562 1930.35,973.222 1932.41,971.166 1935.47,967.769 1935.5,967.734 1938.43,964.372 1940.66,961.494 \n",
" 1941.07,960.975 1943.59,957.579 1945.81,954.184 1945.81,954.182 1947.97,950.785 1949.87,947.388 1950.96,945.184 1951.59,943.991 1953.2,940.595 1954.6,937.198 \n",
" 1955.81,933.801 1956.11,932.815 1956.92,930.404 1957.89,927.008 1958.69,923.611 1959.33,920.214 1959.82,916.817 1960.16,913.421 1960.36,910.024 1960.43,906.627 \n",
" 1960.35,903.23 1960.14,899.833 1959.8,896.437 1959.3,893.04 1958.66,889.643 1957.86,886.246 1956.9,882.85 1956.11,880.484 1955.8,879.453 1954.61,876.056 \n",
" 1953.23,872.659 1951.65,869.263 1950.96,867.921 1949.97,865.866 1948.13,862.469 1946.04,859.072 1945.81,858.728 1943.88,855.675 1941.47,852.279 1940.66,851.222 \n",
" 1938.92,848.882 1936.12,845.485 1935.5,844.785 1933.19,842.088 1930.35,839.115 1929.96,838.692 1926.57,835.295 1925.2,834.02 1922.93,831.898 1920.05,829.409 \n",
" 1919,828.501 1914.9,825.203 1914.78,825.105 1910.3,821.708 1909.75,821.31 1905.49,818.311 1904.6,817.712 1900.3,814.914 1899.45,814.378 1894.69,811.517 \n",
" 1894.29,811.283 1889.14,808.388 1888.64,808.121 1883.99,805.668 1882.07,804.724 1878.84,803.137 1874.85,801.327 1873.69,800.797 1868.54,798.589 1866.88,797.93 \n",
" 1863.39,796.516 1858.24,794.633 1857.95,794.534 1853.08,792.805 1847.93,791.184 1847.77,791.137 1842.78,789.598 1837.63,788.194 1835.8,787.74 1832.48,786.865 \n",
" 1827.33,785.647 1822.18,784.579 1820.92,784.343 1817.03,783.558 1811.87,782.643 1806.72,781.853 1801.57,781.176 1799.53,780.946 1796.42,780.561 1791.27,780.026 \n",
" 1786.12,779.595 1780.97,779.263 1775.82,779.027 1770.66,778.882 1765.51,778.829 1760.36,778.865 1755.21,778.993 1750.06,779.214 1744.91,779.53 1739.76,779.946 \n",
" 1734.61,780.468 1730.69,780.946 1729.45,781.084 1724.3,781.754 1719.15,782.539 1714,783.452 1709.61,784.343 1708.85,784.488 1703.7,785.566 1698.55,786.798 \n",
" 1695.03,787.74 1693.4,788.156 1688.24,789.592 1683.36,791.137 1683.09,791.218 1677.94,792.896 1673.48,794.534 1672.79,794.781 1667.64,796.755 1664.85,797.93 \n",
" 1662.49,798.912 1657.34,801.258 1657.19,801.327 1652.19,803.725 1650.25,804.724 1647.03,806.406 1643.96,808.121 1641.88,809.304 1638.21,811.517 1636.73,812.433 \n",
" 1632.91,814.914 1631.58,815.814 1628.02,818.311 1626.43,819.482 1623.49,821.708 1621.28,823.482 1619.29,825.105 1616.13,827.88 1615.42,828.501 1611.8,831.898 \n",
" 1610.98,832.734 1608.42,835.295 1605.82,838.168 1605.34,838.692 1602.42,842.088 1600.67,844.347 1599.77,845.485 1597.27,848.882 1595.52,851.569 1595.04,852.279 \n",
" 1592.9,855.675 1591.03,859.072 1590.37,860.411 1589.28,862.469 1587.69,865.866 1586.31,869.263 1585.22,872.386 1585.12,872.659 1583.98,876.056 1583.02,879.453 \n",
" 1582.24,882.85 1581.61,886.246 1581.13,889.643 1580.8,893.04 1580.61,896.437 1580.55,899.833 1580.62,903.23 1580.84,906.627 1581.19,910.024 1581.68,913.421 \n",
" 1582.32,916.817 1583.12,920.214 1584.08,923.611 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1609.93,923.611 1610.98,926.365 1611.2,927.008 1612.58,930.404 1614.17,933.801 1616.01,937.198 1616.13,937.403 1617.93,940.595 1620.12,943.991 1621.28,945.617 \n",
" 1622.5,947.388 1625.1,950.785 1626.43,952.374 1627.92,954.182 1631.01,957.579 1631.58,958.169 1634.3,960.975 1636.73,963.271 1637.91,964.372 1641.82,967.769 \n",
" 1641.88,967.82 1646.01,971.166 1647.03,971.95 1650.56,974.562 1652.19,975.706 1655.51,977.959 1657.34,979.144 1660.91,981.356 1662.49,982.302 1666.82,984.753 \n",
" 1667.64,985.206 1672.79,987.891 1673.32,988.149 1677.94,990.396 1680.52,991.546 1683.09,992.697 1688.24,994.799 1688.62,994.943 1693.4,996.791 1697.88,998.34 \n",
" 1698.55,998.576 1703.7,1000.27 1708.78,1001.74 1708.85,1001.76 1714,1003.19 1719.15,1004.44 1722.35,1005.13 1724.3,1005.58 1729.45,1006.62 1734.61,1007.52 \n",
" 1739.76,1008.29 1741.61,1008.53 1744.91,1008.98 1750.06,1009.57 1755.21,1010.04 1760.36,1010.4 1765.51,1010.65 1770.66,1010.79 1775.82,1010.83 1780.97,1010.77 \n",
" 1786.12,1010.6 1791.27,1010.32 1796.42,1009.93 1801.57,1009.43 1806.72,1008.8 1808.59,1008.53 1811.87,1008.08 1817.03,1007.26 1822.18,1006.3 1827.33,1005.19 \n",
" 1827.57,1005.13 1832.48,1004.01 1837.63,1002.67 1840.8,1001.74 1842.78,1001.17 1847.93,999.559 1851.42,998.34 1853.08,997.766 1858.24,995.827 1860.39,994.943 \n",
" 1863.39,993.712 1868.18,991.546 1868.54,991.382 1873.69,988.884 1875.1,988.149 1878.84,986.154 1881.3,984.753 1883.99,983.168 1886.9,981.356 1889.14,979.902 \n",
" 1892,977.959 1894.29,976.317 1896.66,974.562 1899.45,972.359 1900.92,971.166 1904.6,967.951 1904.8,967.769 1908.42,964.372 1909.75,963.005 1911.72,960.975 \n",
" 1914.71,957.579 1914.9,957.343 1917.52,954.182 1920,950.785 1920.05,950.702 1922.35,947.388 1924.4,943.991 1925.2,942.518 1926.29,940.595 1927.99,937.198 \n",
" 1929.45,933.801 1930.35,931.359 1930.73,930.404 1931.88,927.008 1932.84,923.611 1933.6,920.214 1934.19,916.817 1934.61,913.421 1934.87,910.024 1934.96,906.627 \n",
" 1934.9,903.23 1934.68,899.833 1934.3,896.437 1933.76,893.04 1933.04,889.643 1932.14,886.246 1931.06,882.85 1930.35,880.98 1929.82,879.453 1928.44,876.056 \n",
" 1926.85,872.659 1925.2,869.607 1925.03,869.263 1923.11,865.866 1920.92,862.469 1920.05,861.248 1918.56,859.072 1915.96,855.675 1914.9,854.407 1913.16,852.279 \n",
" 1910.07,848.882 1909.75,848.553 1906.79,845.485 1904.6,843.406 1903.2,842.088 1899.45,838.821 1899.3,838.692 1895.12,835.295 1894.29,834.665 1890.58,831.898 \n",
" 1889.14,830.883 1885.65,828.501 1883.99,827.424 1880.27,825.105 1878.84,824.247 1874.38,821.708 1873.69,821.326 1868.54,818.623 1867.91,818.311 1863.39,816.104 \n",
" 1860.74,814.914 1858.24,813.791 1853.08,811.676 1852.67,811.517 1847.93,809.673 1843.47,808.121 1842.78,807.877 1837.63,806.177 1832.64,804.724 1832.48,804.674 \n",
" 1827.33,803.236 1822.18,801.974 1819.21,801.327 1817.03,800.827 1811.87,799.775 1806.72,798.867 1801.57,798.09 1800.34,797.93 1796.42,797.386 1791.27,796.79 \n",
" 1786.12,796.313 1780.97,795.948 1775.82,795.692 1770.66,795.541 1765.51,795.495 1760.36,795.552 1755.21,795.713 1750.06,795.981 1744.91,796.36 1739.76,796.855 \n",
" 1734.61,797.472 1731.41,797.93 1729.45,798.193 1724.3,799 1719.15,799.946 1714,801.044 1712.81,801.327 1708.85,802.227 1703.7,803.556 1699.69,804.724 \n",
" 1698.55,805.047 1693.4,806.642 1689.16,808.121 1688.24,808.434 1683.09,810.348 1680.24,811.517 1677.94,812.459 1672.79,814.771 1672.49,814.914 1667.64,817.249 \n",
" 1665.6,818.311 1662.49,819.965 1659.43,821.708 1657.34,822.934 1653.84,825.105 1652.19,826.18 1648.76,828.501 1647.03,829.739 1644.12,831.898 1641.88,833.665 \n",
" 1639.87,835.295 1636.73,838.036 1635.99,838.692 1632.41,842.088 1631.58,842.942 1629.11,845.485 1626.43,848.543 1626.13,848.882 1623.34,852.279 1621.28,855.103 \n",
" 1620.85,855.675 1618.52,859.072 1616.49,862.469 1616.13,863.136 1614.59,865.866 1612.91,869.263 1611.47,872.659 1610.98,873.986 1610.16,876.056 1609.03,879.453 \n",
" 1608.09,882.85 1607.33,886.246 1606.76,889.643 1606.35,893.04 1606.1,896.437 1606.01,899.833 1606.08,903.23 1606.3,906.627 1606.68,910.024 1607.23,913.421 \n",
" 1607.95,916.817 1608.85,920.214 1609.93,923.611 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1626.03,920.214 1626.43,921.339 1627.19,923.611 1628.54,927.008 1630.12,930.404 1631.58,933.124 1631.93,933.801 1633.89,937.198 1636.13,940.595 1636.73,941.422 \n",
" 1638.56,943.991 1641.28,947.388 1641.88,948.088 1644.21,950.785 1647.03,953.732 1647.47,954.182 1650.98,957.579 1652.19,958.652 1654.83,960.975 1657.34,963.016 \n",
" 1659.05,964.372 1662.49,966.929 1663.66,967.769 1667.64,970.469 1668.72,971.166 1672.79,973.692 1674.28,974.562 1677.94,976.637 1680.44,977.959 1683.09,979.329 \n",
" 1687.34,981.356 1688.24,981.782 1693.4,984.047 1695.15,984.753 1698.55,986.125 1703.7,987.996 1704.16,988.149 1708.85,989.745 1714,991.293 1714.93,991.546 \n",
" 1719.15,992.733 1724.3,994.006 1728.64,994.943 1729.45,995.127 1734.61,996.157 1739.76,997.036 1744.91,997.774 1749.69,998.34 1750.06,998.386 1755.21,998.91 \n",
" 1760.36,999.307 1765.51,999.58 1770.66,999.733 1775.82,999.767 1780.97,999.682 1786.12,999.476 1791.27,999.148 1796.42,998.692 1799.52,998.34 1801.57,998.12 \n",
" 1806.72,997.444 1811.87,996.629 1817.03,995.662 1820.34,994.943 1822.18,994.56 1827.33,993.341 1832.48,991.936 1833.78,991.546 1837.63,990.405 1842.78,988.684 \n",
" 1844.24,988.149 1847.93,986.806 1852.96,984.753 1853.08,984.703 1858.24,982.434 1860.47,981.356 1863.39,979.921 1867.07,977.959 1868.54,977.15 1872.93,974.562 \n",
" 1873.69,974.097 1878.2,971.166 1878.84,970.724 1882.96,967.769 1883.99,966.976 1887.28,964.372 1889.14,962.772 1891.19,960.975 1894.29,957.999 1894.73,957.579 \n",
" 1897.98,954.182 1899.45,952.484 1900.92,950.785 1903.57,947.388 1904.6,945.917 1905.97,943.991 1908.13,940.595 1909.75,937.662 1910.01,937.198 1911.74,933.801 \n",
" 1913.22,930.404 1914.47,927.008 1914.9,925.612 1915.55,923.611 1916.45,920.214 1917.14,916.817 1917.64,913.421 1917.95,910.024 1918.08,906.627 1918.03,903.23 \n",
" 1917.79,899.833 1917.38,896.437 1916.77,893.04 1915.96,889.643 1914.96,886.246 1914.9,886.088 1913.82,882.85 1912.47,879.453 1910.89,876.056 1909.75,873.909 \n",
" 1909.11,872.659 1907.15,869.263 1904.91,865.866 1904.6,865.437 1902.5,862.469 1899.78,859.072 1899.45,858.682 1896.87,855.675 1894.29,852.978 1893.63,852.279 \n",
" 1890.11,848.882 1889.14,848.012 1886.28,845.485 1883.99,843.611 1882.08,842.088 1878.84,839.668 1877.49,838.692 1873.69,836.102 1872.45,835.295 1868.54,832.858 \n",
" 1866.91,831.898 1863.39,829.895 1860.77,828.501 1858.24,827.186 1853.9,825.105 1853.08,824.717 1847.93,822.437 1846.14,821.708 1842.78,820.346 1837.63,818.463 \n",
" 1837.18,818.311 1832.48,816.701 1827.33,815.143 1826.5,814.914 1822.18,813.692 1817.03,812.409 1812.94,811.517 1811.87,811.276 1806.72,810.238 1801.57,809.351 \n",
" 1796.42,808.605 1792.38,808.121 1791.27,807.979 1786.12,807.446 1780.97,807.042 1775.82,806.761 1770.66,806.6 1765.51,806.558 1760.36,806.634 1755.21,806.83 \n",
" 1750.06,807.148 1744.91,807.593 1740.2,808.121 1739.76,808.168 1734.61,808.831 1729.45,809.634 1724.3,810.587 1719.98,811.517 1719.15,811.689 1714,812.892 \n",
" 1708.85,814.279 1706.73,814.914 1703.7,815.807 1698.55,817.507 1696.34,818.311 1693.4,819.38 1688.24,821.46 1687.67,821.708 1683.09,823.717 1680.21,825.105 \n",
" 1677.94,826.217 1673.65,828.501 1672.79,828.971 1667.81,831.898 1667.64,832.004 1662.57,835.295 1662.49,835.35 1657.83,838.692 1657.34,839.067 1653.52,842.088 \n",
" 1652.19,843.233 1649.62,845.485 1647.03,847.959 1646.08,848.882 1642.86,852.279 1641.88,853.412 1639.93,855.675 1637.3,859.072 1636.73,859.884 1634.89,862.469 \n",
" 1632.76,865.866 1631.58,867.994 1630.86,869.263 1629.15,872.659 1627.69,876.056 1626.45,879.453 1626.43,879.533 1625.36,882.85 1624.47,886.246 1623.79,889.643 \n",
" 1623.3,893.04 1623,896.437 1622.88,899.833 1622.94,903.23 1623.18,906.627 1623.6,910.024 1624.21,913.421 1625.02,916.817 1626.03,920.214 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1640.8,923.611 1641.88,926.008 1642.32,927.008 1644.02,930.404 1645.99,933.801 1647.03,935.399 1648.19,937.198 1650.65,940.595 1652.19,942.504 1653.38,943.991 \n",
" 1656.41,947.388 1657.34,948.349 1659.73,950.785 1662.49,953.348 1663.41,954.182 1667.46,957.579 1667.64,957.722 1671.91,960.975 1672.79,961.609 1676.83,964.372 \n",
" 1677.94,965.092 1682.31,967.769 1683.09,968.23 1688.24,971.069 1688.43,971.166 1693.4,973.661 1695.35,974.562 1698.55,976.012 1703.29,977.959 1703.7,978.127 \n",
" 1708.85,980.076 1712.65,981.356 1714,981.813 1719.15,983.4 1724.18,984.753 1724.3,984.787 1729.45,986.065 1734.61,987.166 1739.76,988.105 1740.04,988.149 \n",
" 1744.91,988.943 1750.06,989.633 1755.21,990.182 1760.36,990.594 1765.51,990.875 1770.66,991.029 1775.82,991.055 1780.97,990.955 1786.12,990.727 1791.27,990.367 \n",
" 1796.42,989.87 1801.57,989.23 1806.72,988.438 1808.32,988.149 1811.87,987.524 1817.03,986.463 1822.18,985.221 1823.9,984.753 1827.33,983.834 1832.48,982.267 \n",
" 1835.15,981.356 1837.63,980.512 1842.78,978.557 1844.22,977.959 1847.93,976.395 1851.87,974.562 1853.08,973.98 1858.24,971.304 1858.49,971.166 1863.39,968.339 \n",
" 1864.31,967.769 1868.54,965.024 1869.49,964.372 1873.69,961.299 1874.11,960.975 1878.27,957.579 1878.84,957.077 1882.03,954.182 1883.99,952.218 1885.4,950.785 \n",
" 1888.42,947.388 1889.14,946.496 1891.16,943.991 1893.58,940.595 1894.29,939.465 1895.75,937.198 1897.66,933.801 1899.29,930.404 1899.45,930.034 1900.75,927.008 \n",
" 1901.96,923.611 1902.94,920.214 1903.7,916.817 1904.25,913.421 1904.6,910.024 1904.6,909.988 1904.76,906.627 1904.71,903.23 1904.6,901.703 1904.47,899.833 \n",
" 1904.03,896.437 1903.4,893.04 1902.55,889.643 1901.49,886.246 1900.2,882.85 1899.45,881.163 1898.71,879.453 1897.01,876.056 1895.04,872.659 1894.29,871.511 \n",
" 1892.86,869.263 1890.41,865.866 1889.14,864.289 1887.69,862.469 1884.67,859.072 1883.99,858.369 1881.37,855.675 1878.84,853.319 1877.7,852.279 1873.69,848.905 \n",
" 1873.66,848.882 1869.23,845.485 1868.54,844.986 1864.33,842.088 1863.39,841.477 1858.87,838.692 1858.24,838.315 1853.08,835.454 1852.78,835.295 1847.93,832.844 \n",
" 1845.9,831.898 1842.78,830.478 1838.01,828.501 1837.63,828.348 1832.48,826.385 1828.71,825.105 1827.33,824.634 1822.18,823.036 1817.29,821.708 1817.03,821.635 \n",
" 1811.87,820.347 1806.72,819.237 1801.7,818.311 1801.57,818.287 1796.42,817.437 1791.27,816.738 1786.12,816.181 1780.97,815.76 1775.82,815.47 1770.66,815.308 \n",
" 1765.51,815.272 1760.36,815.363 1755.21,815.581 1750.06,815.931 1744.91,816.416 1739.76,817.044 1734.61,817.822 1731.89,818.311 1729.45,818.735 1724.3,819.782 \n",
" 1719.15,821.007 1716.56,821.708 1714,822.389 1708.85,823.937 1705.41,825.105 1703.7,825.684 1698.55,827.618 1696.41,828.501 1693.4,829.768 1688.81,831.898 \n",
" 1688.24,832.167 1683.09,834.815 1682.22,835.295 1677.94,837.759 1676.43,838.692 1672.79,841.048 1671.27,842.088 1667.64,844.741 1666.66,845.485 1662.54,848.882 \n",
" 1662.49,848.923 1658.79,852.279 1657.34,853.73 1655.43,855.675 1652.43,859.072 1652.19,859.372 1649.69,862.469 1647.3,865.866 1647.03,866.28 1645.12,869.263 \n",
" 1643.23,872.659 1641.88,875.477 1641.6,876.056 1640.15,879.453 1638.96,882.85 1637.99,886.246 1637.24,889.643 1636.73,892.846 1636.7,893.04 1636.34,896.437 \n",
" 1636.18,899.833 1636.24,903.23 1636.5,906.627 1636.73,908.315 1636.95,910.024 1637.59,913.421 1638.44,916.817 1639.51,920.214 1640.8,923.611 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1651.04,920.214 1652.19,922.96 1652.45,923.611 1654.06,927.008 1655.95,930.404 1657.34,932.579 1658.11,933.801 1660.52,937.198 1662.49,939.644 1663.26,940.595 \n",
" 1666.29,943.991 1667.64,945.369 1669.66,947.388 1672.79,950.223 1673.43,950.785 1677.61,954.182 1677.94,954.438 1682.25,957.579 1683.09,958.155 1687.45,960.975 \n",
" 1688.24,961.463 1693.3,964.372 1693.4,964.423 1698.55,967.093 1699.97,967.769 1703.7,969.498 1707.67,971.166 1708.85,971.652 1714,973.6 1716.85,974.562 \n",
" 1719.15,975.339 1724.3,976.895 1728.33,977.959 1729.45,978.259 1734.61,979.48 1739.76,980.519 1744.69,981.356 1744.91,981.393 1750.06,982.147 1755.21,982.744 \n",
" 1760.36,983.191 1765.51,983.493 1770.66,983.654 1775.82,983.675 1780.97,983.555 1786.12,983.293 1791.27,982.885 1796.42,982.325 1801.57,981.606 1803.05,981.356 \n",
" 1806.72,980.75 1811.87,979.733 1817.03,978.53 1819.17,977.959 1822.18,977.161 1827.33,975.601 1830.37,974.562 1832.48,973.833 1837.63,971.849 1839.24,971.166 \n",
" 1842.78,969.628 1846.65,967.769 1847.93,967.132 1853.02,964.372 1853.08,964.334 1858.24,961.194 1858.57,960.975 1863.39,957.639 1863.47,957.579 1867.82,954.182 \n",
" 1868.54,953.577 1871.71,950.785 1873.69,948.861 1875.17,947.388 1878.24,943.991 1878.84,943.256 1880.99,940.595 1883.4,937.198 1883.99,936.257 1885.54,933.801 \n",
" 1887.4,930.404 1888.96,927.008 1889.14,926.538 1890.32,923.611 1891.42,920.214 1892.28,916.817 1892.9,913.421 1893.3,910.024 1893.48,906.627 1893.45,903.23 \n",
" 1893.2,899.833 1892.73,896.437 1892.04,893.04 1891.12,889.643 1889.96,886.246 1889.14,884.273 1888.57,882.85 1886.97,879.453 1885.08,876.056 1883.99,874.338 \n",
" 1882.94,872.659 1880.53,869.263 1878.84,867.145 1877.82,865.866 1874.79,862.469 1873.69,861.34 1871.43,859.072 1868.54,856.433 1867.68,855.675 1863.52,852.279 \n",
" 1863.39,852.177 1858.9,848.882 1858.24,848.428 1853.72,845.485 1853.08,845.092 1847.93,842.109 1847.9,842.088 1842.78,839.418 1841.27,838.692 1837.63,836.995 \n",
" 1833.61,835.295 1832.48,834.824 1827.33,832.861 1824.5,831.898 1822.18,831.107 1817.03,829.539 1813.14,828.501 1811.87,828.161 1806.72,826.929 1801.57,825.879 \n",
" 1797.06,825.105 1796.42,824.991 1791.27,824.227 1786.12,823.621 1780.97,823.164 1775.82,822.852 1770.66,822.681 1765.51,822.65 1760.36,822.759 1755.21,823.01 \n",
" 1750.06,823.407 1744.91,823.954 1739.76,824.66 1737.1,825.105 1734.61,825.512 1729.45,826.514 1724.3,827.701 1721.29,828.501 1719.15,829.063 1714,830.604 \n",
" 1710.2,831.898 1708.85,832.361 1703.7,834.323 1701.4,835.295 1698.55,836.529 1694.03,838.692 1693.4,839.007 1688.24,841.777 1687.71,842.088 1683.09,844.891 \n",
" 1682.18,845.485 1677.94,848.414 1677.3,848.882 1672.97,852.279 1672.79,852.434 1669.1,855.675 1667.64,857.097 1665.66,859.072 1662.61,862.469 1662.49,862.616 \n",
" 1659.86,865.866 1657.47,869.263 1657.34,869.479 1655.33,872.659 1653.5,876.056 1652.19,878.918 1651.94,879.453 1650.59,882.85 1649.5,886.246 1648.65,889.643 \n",
" 1648.04,893.04 1647.65,896.437 1647.48,899.833 1647.52,903.23 1647.78,906.627 1648.25,910.024 1648.95,913.421 1649.87,916.817 1651.04,920.214 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1661.35,920.214 1662.49,922.752 1662.87,923.611 1664.63,927.008 1666.7,930.404 1667.64,931.762 1669.06,933.801 1671.73,937.198 1672.79,938.405 1674.75,940.595 \n",
" 1677.94,943.794 1678.15,943.991 1681.94,947.388 1683.09,948.336 1686.21,950.785 1688.24,952.272 1691.01,954.182 1693.4,955.728 1696.45,957.579 1698.55,958.788 \n",
" 1702.66,960.975 1703.7,961.507 1708.85,963.933 1709.87,964.372 1714,966.105 1718.45,967.769 1719.15,968.026 1724.3,969.745 1729.2,971.166 1729.45,971.24 \n",
" 1734.61,972.571 1739.76,973.705 1744.4,974.562 1744.91,974.659 1750.06,975.469 1755.21,976.108 1760.36,976.586 1765.51,976.906 1770.66,977.073 1775.82,977.087 \n",
" 1780.97,976.948 1786.12,976.654 1791.27,976.2 1796.42,975.581 1801.57,974.788 1802.78,974.562 1806.72,973.838 1811.87,972.705 1817.03,971.366 1817.71,971.166 \n",
" 1822.18,969.842 1827.33,968.084 1828.16,967.769 1832.48,966.1 1836.45,964.372 1837.63,963.841 1842.78,961.29 1843.37,960.975 1847.93,958.4 1849.28,957.579 \n",
" 1853.08,955.106 1854.42,954.182 1858.24,951.326 1858.92,950.785 1862.89,947.388 1863.39,946.921 1866.4,943.991 1868.54,941.657 1869.49,940.595 1872.21,937.198 \n",
" 1873.69,935.086 1874.58,933.801 1876.65,930.404 1878.4,927.008 1878.84,925.992 1879.89,923.611 1881.11,920.214 1882.06,916.817 1882.76,913.421 1883.21,910.024 \n",
" 1883.42,906.627 1883.4,903.23 1883.14,899.833 1882.64,896.437 1881.9,893.04 1880.91,889.643 1879.66,886.246 1878.84,884.413 1878.16,882.85 1876.4,879.453 \n",
" 1874.34,876.056 1873.69,875.112 1872,872.659 1869.33,869.263 1868.54,868.351 1866.34,865.866 1863.39,862.894 1862.95,862.469 1859.17,859.072 1858.24,858.297 \n",
" 1854.93,855.675 1853.08,854.323 1850.15,852.279 1847.93,850.835 1844.74,848.882 1842.78,847.75 1838.56,845.485 1837.63,845.007 1832.48,842.56 1831.39,842.088 \n",
" 1827.33,840.371 1822.87,838.692 1822.18,838.434 1817.03,836.699 1812.24,835.295 1811.87,835.189 1806.72,833.845 1801.57,832.699 1797.3,831.898 1796.42,831.731 \n",
" 1791.27,830.91 1786.12,830.259 1780.97,829.771 1775.82,829.44 1770.66,829.263 1765.51,829.237 1760.36,829.365 1755.21,829.647 1750.06,830.088 1744.91,830.694 \n",
" 1739.76,831.473 1737.45,831.898 1734.61,832.416 1729.45,833.533 1724.3,834.855 1722.8,835.295 1719.15,836.367 1714,838.105 1712.44,838.692 1708.85,840.074 \n",
" 1704.2,842.088 1703.7,842.314 1698.55,844.839 1697.34,845.485 1693.4,847.704 1691.46,848.882 1688.24,850.966 1686.35,852.279 1683.09,854.709 1681.87,855.675 \n",
" 1677.94,859.055 1677.92,859.072 1674.43,862.469 1672.79,864.255 1671.35,865.866 1668.65,869.263 1667.64,870.704 1666.28,872.659 1664.23,876.056 1662.5,879.453 \n",
" 1662.49,879.479 1661.01,882.85 1659.8,886.246 1658.86,889.643 1658.18,893.04 1657.74,896.437 1657.54,899.833 1657.57,903.23 1657.84,906.627 1658.35,910.024 \n",
" 1659.09,913.421 1660.09,916.817 1661.35,920.214 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1672.53,923.611 1672.79,924.062 1674.47,927.008 1676.73,930.404 1677.94,932.009 1679.32,933.801 1682.29,937.198 1683.09,938.03 1685.65,940.595 1688.24,942.933 \n",
" 1689.47,943.991 1693.4,947.09 1693.8,947.388 1698.55,950.675 1698.72,950.785 1703.7,953.806 1704.37,954.182 1708.85,956.564 1710.94,957.579 1714,959 \n",
" 1718.73,960.975 1719.15,961.146 1724.3,963.044 1728.42,964.372 1729.45,964.699 1734.61,966.149 1739.76,967.383 1741.66,967.769 1744.91,968.434 1750.06,969.302 \n",
" 1755.21,969.986 1760.36,970.495 1765.51,970.834 1770.66,971.006 1775.82,971.013 1780.97,970.854 1786.12,970.526 1791.27,970.024 1796.42,969.342 1801.57,968.47 \n",
" 1804.97,967.769 1806.72,967.406 1811.87,966.146 1817.03,964.658 1817.9,964.372 1822.18,962.944 1827.3,960.975 1827.33,960.964 1832.48,958.704 1834.78,957.579 \n",
" 1837.63,956.113 1841.05,954.182 1842.78,953.142 1846.41,950.785 1847.93,949.713 1851.04,947.388 1853.08,945.705 1855.07,943.991 1858.24,940.94 1858.58,940.595 \n",
" 1861.65,937.198 1863.39,935.004 1864.32,933.801 1866.62,930.404 1868.54,927.059 1868.57,927.008 1870.23,923.611 1871.57,920.214 1872.62,916.817 1873.39,913.421 \n",
" 1873.69,911.429 1873.9,910.024 1874.15,906.627 1874.14,903.23 1873.86,899.833 1873.69,898.751 1873.33,896.437 1872.54,893.04 1871.48,889.643 1870.13,886.246 \n",
" 1868.54,882.954 1868.49,882.85 1866.57,879.453 1864.32,876.056 1863.39,874.812 1861.74,872.659 1858.79,869.263 1858.24,868.686 1855.44,865.866 1853.08,863.723 \n",
" 1851.65,862.469 1847.93,859.519 1847.34,859.072 1842.78,855.897 1842.44,855.675 1837.63,852.735 1836.82,852.279 1832.48,849.952 1830.29,848.882 1827.33,847.494 \n",
" 1822.56,845.485 1822.18,845.328 1817.03,843.412 1812.96,842.088 1811.87,841.74 1806.72,840.276 1801.57,839.028 1799.94,838.692 1796.42,837.962 1791.27,837.082 \n",
" 1786.12,836.385 1780.97,835.864 1775.82,835.513 1770.66,835.329 1765.51,835.311 1760.36,835.458 1755.21,835.773 1750.06,836.261 1744.91,836.929 1739.76,837.786 \n",
" 1735.33,838.692 1734.61,838.84 1729.45,840.082 1724.3,841.551 1722.65,842.088 1719.15,843.25 1714,845.209 1713.34,845.485 1708.85,847.448 1705.91,848.882 \n",
" 1703.7,850.013 1699.67,852.279 1698.55,852.954 1694.35,855.675 1693.4,856.345 1689.75,859.072 1688.24,860.307 1685.74,862.469 1683.09,865.015 1682.24,865.866 \n",
" 1679.19,869.263 1677.94,870.843 1676.54,872.659 1674.25,876.056 1672.79,878.611 1672.31,879.453 1670.67,882.85 1669.34,886.246 1668.3,889.643 1667.64,892.6 \n",
" 1667.54,893.04 1667.03,896.437 1666.79,899.833 1666.82,903.23 1667.1,906.627 1667.64,909.918 1667.66,910.024 1668.46,913.421 1669.53,916.817 1670.88,920.214 \n",
" 1672.53,923.611 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1681.74,923.611 1683.09,925.78 1683.87,927.008 1686.36,930.404 1688.24,932.648 1689.24,933.801 1692.56,937.198 1693.4,937.974 1696.36,940.595 1698.55,942.347 \n",
" 1700.72,943.991 1703.7,946.059 1705.75,947.388 1708.85,949.256 1711.61,950.785 1714,952.035 1718.54,954.182 1719.15,954.46 1724.3,956.575 1727.07,957.579 \n",
" 1729.45,958.417 1734.61,960.007 1738.26,960.975 1739.76,961.366 1744.91,962.513 1750.06,963.45 1755.21,964.187 1756.94,964.372 1760.36,964.741 1765.51,965.109 \n",
" 1770.66,965.291 1775.82,965.29 1780.97,965.103 1786.12,964.729 1789.37,964.372 1791.27,964.165 1796.42,963.409 1801.57,962.445 1806.72,961.259 1807.77,960.975 \n",
" 1811.87,959.846 1817.03,958.179 1818.66,957.579 1822.18,956.235 1826.89,954.182 1827.33,953.983 1832.48,951.37 1833.53,950.785 1837.63,948.332 1839.08,947.388 \n",
" 1842.78,944.774 1843.82,943.991 1847.88,940.595 1847.93,940.546 1851.38,937.198 1853.08,935.312 1854.4,933.801 1856.98,930.404 1858.24,928.481 1859.18,927.008 \n",
" 1861.01,923.611 1862.5,920.214 1863.39,917.644 1863.67,916.817 1864.55,913.421 1865.12,910.024 1865.41,906.627 1865.41,903.23 1865.12,899.833 1864.55,896.437 \n",
" 1863.68,893.04 1863.39,892.174 1862.53,889.643 1861.07,886.246 1859.29,882.85 1858.24,881.143 1857.17,879.453 1854.7,876.056 1853.08,874.117 1851.83,872.659 \n",
" 1848.54,869.263 1847.93,868.699 1844.76,865.866 1842.78,864.273 1840.42,862.469 1837.63,860.519 1835.41,859.072 1832.48,857.288 1829.59,855.675 1827.33,854.481 \n",
" 1822.72,852.279 1822.18,852.032 1817.03,849.896 1814.26,848.882 1811.87,848.035 1806.72,846.427 1803.21,845.485 1801.57,845.052 1796.42,843.89 1791.27,842.939 \n",
" 1786.12,842.188 1785.21,842.088 1780.97,841.619 1775.82,841.238 1770.66,841.042 1765.51,841.03 1760.36,841.203 1755.21,841.563 1750.32,842.088 1750.06,842.116 \n",
" 1744.91,842.856 1739.76,843.804 1734.61,844.973 1732.69,845.485 1729.45,846.37 1724.3,848.017 1721.94,848.882 1719.15,849.94 1714,852.169 1713.77,852.279 \n",
" 1708.85,854.755 1707.2,855.675 1703.7,857.76 1701.68,859.072 1698.55,861.277 1696.97,862.469 1693.4,865.452 1692.93,865.866 1689.45,869.263 1688.24,870.593 \n",
" 1686.45,872.659 1683.88,876.056 1683.09,877.265 1681.7,879.453 1679.88,882.85 1678.41,886.246 1677.94,887.595 1677.24,889.643 1676.38,893.04 1675.82,896.437 \n",
" 1675.54,899.833 1675.55,903.23 1675.85,906.627 1676.43,910.024 1677.31,913.421 1677.94,915.254 1678.48,916.817 1679.95,920.214 1681.74,923.611 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1693.09,927.008 1693.4,927.391 1695.87,930.404 1698.55,933.237 1699.11,933.801 1702.87,937.198 1703.7,937.874 1707.25,940.595 1708.85,941.71 1712.38,943.991 \n",
" 1714,944.964 1718.44,947.388 1719.15,947.754 1724.3,950.151 1725.84,950.785 1729.45,952.217 1734.61,953.989 1735.25,954.182 1739.76,955.492 1744.91,956.749 \n",
" 1749.06,957.579 1750.06,957.776 1755.21,958.585 1760.36,959.183 1765.51,959.574 1770.66,959.764 1775.82,959.753 1780.97,959.54 1786.12,959.121 1791.27,958.491 \n",
" 1796.42,957.64 1796.72,957.579 1801.57,956.559 1806.72,955.23 1810.15,954.182 1811.87,953.632 1817.03,951.736 1819.29,950.785 1822.18,949.502 1826.39,947.388 \n",
" 1827.33,946.882 1832.17,943.991 1832.48,943.791 1836.99,940.595 1837.63,940.09 1841.06,937.198 1842.78,935.562 1844.53,933.801 1847.48,930.404 1847.93,929.796 \n",
" 1849.95,927.008 1852.01,923.611 1853.08,921.449 1853.69,920.214 1855,916.817 1855.97,913.421 1856.62,910.024 1856.94,906.627 1856.96,903.23 1856.66,899.833 \n",
" 1856.05,896.437 1855.12,893.04 1853.86,889.643 1853.08,887.986 1852.26,886.246 1850.3,882.85 1847.96,879.453 1847.93,879.414 1845.2,876.056 1842.78,873.472 \n",
" 1841.99,872.659 1838.25,869.263 1837.63,868.757 1833.89,865.866 1832.48,864.873 1828.8,862.469 1827.33,861.582 1822.78,859.072 1822.18,858.76 1817.03,856.338 \n",
" 1815.44,855.675 1811.87,854.25 1806.72,852.457 1806.13,852.279 1801.57,850.935 1796.42,849.661 1792.59,848.882 1791.27,848.618 1786.12,847.793 1780.97,847.18 \n",
" 1775.82,846.774 1770.66,846.57 1765.51,846.566 1760.36,846.765 1755.21,847.168 1750.06,847.783 1744.91,848.617 1743.61,848.882 1739.76,849.681 1734.61,850.992 \n",
" 1730.37,852.279 1729.45,852.568 1724.3,854.443 1721.36,855.675 1719.15,856.649 1714.31,859.072 1714,859.236 1708.85,862.292 1708.58,862.469 1703.79,865.866 \n",
" 1703.7,865.934 1699.74,869.263 1698.55,870.398 1696.3,872.659 1693.4,876.026 1693.37,876.056 1690.92,879.453 1688.87,882.85 1688.24,884.115 1687.21,886.246 \n",
" 1685.91,889.643 1684.95,893.04 1684.32,896.437 1684.01,899.833 1684,903.23 1684.31,906.627 1684.94,910.024 1685.88,913.421 1687.15,916.817 1688.24,919.128 \n",
" 1688.77,920.214 1690.74,923.611 1693.09,927.008 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1702.38,927.008 1703.7,928.475 1705.53,930.404 1708.85,933.475 1709.23,933.801 1713.61,937.198 1714,937.471 1718.84,940.595 1719.15,940.783 1724.3,943.569 \n",
" 1725.18,943.991 1729.45,945.927 1733.15,947.388 1734.61,947.936 1739.76,949.618 1744.02,950.785 1744.91,951.02 1750.06,952.152 1755.21,953.04 1760.36,953.693 \n",
" 1765.51,954.117 1767.17,954.182 1770.66,954.317 1775.82,954.295 1778.19,954.182 1780.97,954.048 1786.12,953.572 1791.27,952.859 1796.42,951.899 1801.14,950.785 \n",
" 1801.57,950.678 1806.72,949.158 1811.73,947.388 1811.87,947.333 1817.03,945.124 1819.34,943.991 1822.18,942.489 1825.38,940.595 1827.33,939.325 1830.31,937.198 \n",
" 1832.48,935.46 1834.4,933.801 1837.63,930.614 1837.83,930.404 1840.66,927.008 1842.78,923.964 1843.02,923.611 1844.91,920.214 1846.39,916.817 1847.5,913.421 \n",
" 1847.93,911.405 1848.23,910.024 1848.61,906.627 1848.64,903.23 1848.32,899.833 1847.93,897.832 1847.66,896.437 1846.64,893.04 1845.26,889.643 1843.5,886.246 \n",
" 1842.78,885.111 1841.31,882.85 1838.69,879.453 1837.63,878.262 1835.56,876.056 1832.48,873.181 1831.88,872.659 1827.53,869.263 1827.33,869.118 1822.35,865.866 \n",
" 1822.18,865.763 1817.03,862.946 1816.05,862.469 1811.87,860.558 1808.16,859.072 1806.72,858.525 1801.57,856.822 1797.45,855.675 1796.42,855.399 1791.27,854.248 \n",
" 1786.12,853.343 1780.97,852.673 1776.36,852.279 1775.82,852.232 1770.66,852.017 1765.51,852.023 1760.36,852.253 1760.07,852.279 1755.21,852.712 1750.06,853.408 \n",
" 1744.91,854.349 1739.76,855.55 1739.31,855.675 1734.61,857.048 1729.45,858.851 1728.9,859.072 1724.3,861.031 1721.36,862.469 1719.15,863.629 1715.36,865.866 \n",
" 1714,866.747 1710.47,869.263 1708.85,870.555 1706.41,872.659 1703.7,875.331 1703.01,876.056 1700.19,879.453 1698.55,881.814 1697.86,882.85 1695.98,886.246 \n",
" 1694.51,889.643 1693.42,893.04 1693.4,893.164 1692.71,896.437 1692.34,899.833 1692.33,903.23 1692.65,906.627 1693.33,910.024 1693.4,910.251 1694.36,913.421 \n",
" 1695.76,916.817 1697.54,920.214 1698.55,921.803 1699.74,923.611 1702.38,927.008 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1712.02,927.008 1714,928.91 1715.68,930.404 1719.15,933.138 1720.08,933.801 1724.3,936.535 1725.45,937.198 1729.45,939.328 1732.17,940.595 1734.61,941.657 \n",
" 1739.76,943.592 1741.01,943.991 1744.91,945.17 1750.06,946.445 1754.93,947.388 1755.21,947.442 1760.36,948.157 1765.51,948.618 1770.66,948.83 1775.82,948.793 \n",
" 1780.97,948.505 1786.12,947.962 1789.79,947.388 1791.27,947.149 1796.42,946.039 1801.57,944.629 1803.51,943.991 1806.72,942.861 1811.87,940.713 1812.12,940.595 \n",
" 1817.03,938.056 1818.49,937.198 1822.18,934.799 1823.56,933.801 1827.33,930.724 1827.69,930.404 1831.03,927.008 1832.48,925.26 1833.76,923.611 1835.95,920.214 \n",
" 1837.63,916.898 1837.67,916.817 1838.92,913.421 1839.76,910.024 1840.2,906.627 1840.25,903.23 1839.92,899.833 1839.2,896.437 1838.08,893.04 1837.63,892.031 \n",
" 1836.53,889.643 1834.54,886.246 1832.48,883.368 1832.09,882.85 1829.07,879.453 1827.33,877.765 1825.44,876.056 1822.18,873.467 1821.07,872.659 1817.03,870.018 \n",
" 1815.74,869.263 1811.87,867.185 1809.09,865.866 1806.72,864.825 1801.57,862.863 1800.36,862.469 1796.42,861.261 1791.27,859.964 1786.77,859.072 1786.12,858.948 \n",
" 1780.97,858.214 1775.82,857.734 1770.66,857.504 1765.51,857.523 1760.36,857.792 1755.21,858.317 1750.28,859.072 1750.06,859.107 1744.91,860.197 1739.76,861.586 \n",
" 1737.06,862.469 1734.61,863.322 1729.45,865.447 1728.57,865.866 1724.3,868.064 1722.25,869.263 1719.15,871.271 1717.22,872.659 1714,875.284 1713.13,876.056 \n",
" 1709.8,879.453 1708.85,880.601 1707.1,882.85 1704.93,886.246 1703.7,888.677 1703.23,889.643 1702,893.04 1701.17,896.437 1700.75,899.833 1700.71,903.23 \n",
" 1701.06,906.627 1701.8,910.024 1702.93,913.421 1703.7,915.122 1704.49,916.817 1706.5,920.214 1708.85,923.452 1708.97,923.611 1712.02,927.008 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1718.81,923.611 1719.15,923.953 1722.44,927.008 1724.3,928.504 1726.91,930.404 1729.45,932.045 1732.52,933.801 1734.61,934.881 1739.76,937.192 1739.77,937.198 \n",
" 1744.91,939.017 1750.06,940.501 1750.47,940.595 1755.21,941.615 1760.36,942.425 1765.51,942.943 1770.66,943.173 1775.82,943.117 1780.97,942.77 1786.12,942.128 \n",
" 1791.27,941.179 1793.67,940.595 1796.42,939.877 1801.57,938.19 1804.08,937.198 1806.72,936.055 1811.15,933.801 1811.87,933.388 1816.46,930.404 1817.03,929.983 \n",
" 1820.6,927.008 1822.18,925.468 1823.91,923.611 1826.53,920.214 1827.33,918.918 1828.54,916.817 1830.01,913.421 1831,910.024 1831.53,906.627 1831.61,903.23 \n",
" 1831.25,899.833 1830.44,896.437 1829.17,893.04 1827.44,889.643 1827.33,889.475 1825.12,886.246 1822.28,882.85 1822.18,882.75 1818.67,879.453 1817.03,878.113 \n",
" 1814.24,876.056 1811.87,874.512 1808.68,872.659 1806.72,871.63 1801.57,869.285 1801.51,869.263 1796.42,867.431 1791.27,865.919 1791.04,865.866 1786.12,864.784 \n",
" 1780.97,863.951 1775.82,863.411 1770.66,863.159 1765.51,863.195 1760.36,863.52 1755.21,864.142 1750.06,865.07 1746.75,865.866 1744.91,866.339 1739.76,868.003 \n",
" 1736.55,869.263 1734.61,870.096 1729.54,872.659 1729.45,872.71 1724.3,876.048 1724.29,876.056 1720.2,879.453 1719.15,880.474 1716.93,882.85 1714.33,886.246 \n",
" 1714,886.774 1712.36,889.643 1710.9,893.04 1709.92,896.437 1709.41,899.833 1709.34,903.23 1709.73,906.627 1710.56,910.024 1711.85,913.421 1713.6,916.817 \n",
" 1714,917.428 1715.93,920.214 1718.81,923.611 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1726.33,920.214 1729.45,923.242 1729.88,923.611 1734.48,927.008 1734.61,927.086 1739.76,929.992 1740.62,930.404 1744.91,932.249 1749.33,933.801 1750.06,934.037 \n",
" 1755.21,935.348 1760.36,936.301 1765.51,936.905 1770.66,937.164 1775.82,937.078 1780.97,936.644 1786.12,935.852 1791.27,934.69 1794.25,933.801 1796.42,933.086 \n",
" 1801.57,930.968 1802.72,930.404 1806.72,928.167 1808.5,927.008 1811.87,924.451 1812.85,923.611 1816.14,920.214 1817.03,919.077 1818.62,916.817 1820.42,913.421 \n",
" 1821.64,910.024 1822.18,907.316 1822.3,906.627 1822.42,903.23 1822.18,901.085 1822.03,899.833 1821.08,896.437 1819.59,893.04 1817.54,889.643 1817.03,888.974 \n",
" 1814.75,886.246 1811.87,883.421 1811.23,882.85 1806.72,879.481 1806.68,879.453 1801.57,876.525 1800.61,876.056 1796.42,874.225 1792.05,872.659 1791.27,872.403 \n",
" 1786.12,871.063 1780.97,870.082 1775.82,869.451 1772.41,869.263 1770.66,869.171 1765.51,869.228 1765.05,869.263 1760.36,869.636 1755.21,870.404 1750.06,871.542 \n",
" 1746.27,872.659 1744.91,873.1 1739.76,875.193 1737.99,876.056 1734.61,877.935 1732.26,879.453 1729.45,881.575 1727.97,882.85 1724.68,886.246 1724.3,886.737 \n",
" 1722.26,889.643 1720.47,893.04 1719.26,896.437 1719.15,897.019 1718.65,899.833 1718.55,903.23 1718.96,906.627 1719.15,907.353 1719.92,910.024 1721.44,913.421 \n",
" 1723.52,916.817 1724.3,917.828 1726.33,920.214 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1738.76,920.214 1739.76,920.964 1743.87,923.611 1744.91,924.183 1750.06,926.524 1751.42,927.008 1755.21,928.206 1760.36,929.388 1765.51,930.128 1770.19,930.404 \n",
" 1770.66,930.43 1771.74,930.404 1775.82,930.298 1780.97,929.72 1786.12,928.685 1791.27,927.174 1791.7,927.008 1796.42,924.935 1798.84,923.611 1801.57,921.831 \n",
" 1803.66,920.214 1806.72,917.256 1807.12,916.817 1809.46,913.421 1811.06,910.024 1811.87,906.936 1811.95,906.627 1812.13,903.23 1811.87,901.274 1811.67,899.833 \n",
" 1810.51,896.437 1808.66,893.04 1806.72,890.461 1806.03,889.643 1802.37,886.246 1801.57,885.634 1797.33,882.85 1796.42,882.341 1791.27,879.95 1789.91,879.453 \n",
" 1786.12,878.226 1780.97,877.007 1775.82,876.232 1773.13,876.056 1770.66,875.909 1765.51,876.002 1764.95,876.056 1760.36,876.545 1755.21,877.551 1750.06,879.032 \n",
" 1748.95,879.453 1744.91,881.209 1741.89,882.85 1739.76,884.229 1737.14,886.246 1734.61,888.688 1733.74,889.643 1731.41,893.04 1729.83,896.437 1729.45,897.886 \n",
" 1729,899.833 1728.85,903.23 1729.31,906.627 1729.45,907.066 1730.5,910.024 1732.39,913.421 1734.61,916.32 1735.04,916.817 1738.76,920.214 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1746.68,913.421 1750.06,916.166 1751.08,916.817 1755.21,918.909 1758.77,920.214 1760.36,920.701 1765.51,921.678 1770.66,922.055 1775.82,921.826 1780.97,920.979 \n",
" 1783.64,920.214 1786.12,919.35 1791.16,916.817 1791.27,916.746 1795.2,913.421 1796.42,911.924 1797.7,910.024 1799,906.627 1799.34,903.23 1798.74,899.833 \n",
" 1797.21,896.437 1796.42,895.356 1794.41,893.04 1791.27,890.426 1790.08,889.643 1786.12,887.58 1782.61,886.246 1780.97,885.728 1775.82,884.701 1770.66,884.278 \n",
" 1765.51,884.463 1760.36,885.27 1756.87,886.246 1755.21,886.812 1750.06,889.362 1749.62,889.643 1745.6,893.04 1744.91,893.887 1743.2,896.437 1741.92,899.833 \n",
" 1741.61,903.23 1742.26,906.627 1743.85,910.024 1744.91,911.444 1746.68,913.421 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 709.508,805.25 704.357,806.102 699.205,806.749 694.054,807.194 688.903,807.432 683.752,807.456 678.6,807.253 673.449,806.808 668.298,806.098 663.147,805.095 \n",
" 661.662,804.724 657.995,803.809 652.844,802.183 650.605,801.327 647.693,800.192 642.858,797.93 642.542,797.777 637.39,794.912 636.791,794.534 632.239,791.503 \n",
" 631.744,791.137 627.426,787.74 627.088,787.457 623.658,784.343 621.937,782.639 620.327,780.946 617.369,777.55 616.785,776.829 614.7,774.153 612.317,770.756 \n",
" 611.634,769.701 610.145,767.359 608.187,763.963 606.483,760.642 606.444,760.566 604.81,757.169 603.356,753.772 602.066,750.376 601.332,748.224 600.894,746.979 \n",
" 599.812,743.582 598.859,740.185 598.025,736.788 597.3,733.392 596.677,729.995 596.18,726.811 596.145,726.598 595.662,723.201 595.267,719.805 594.955,716.408 \n",
" 594.722,713.011 594.565,709.614 594.479,706.218 594.464,702.821 594.515,699.424 594.632,696.027 594.814,692.63 595.059,689.234 595.367,685.837 595.738,682.44 \n",
" 596.173,679.043 596.18,678.991 596.617,675.647 597.116,672.25 597.673,668.853 598.289,665.456 598.965,662.06 599.704,658.663 600.509,655.266 601.332,652.067 \n",
" 601.377,651.869 602.212,648.472 603.11,645.076 604.077,641.679 605.116,638.282 606.233,634.885 606.483,634.161 607.317,631.489 608.446,628.092 609.654,624.695 \n",
" 610.948,621.298 611.634,619.591 612.25,617.902 613.554,614.505 614.948,611.108 616.44,607.711 616.785,606.956 617.887,604.314 619.39,600.918 620.999,597.521 \n",
" 621.937,595.64 622.63,594.124 624.255,590.727 625.997,587.331 627.088,585.31 627.773,583.934 629.539,580.537 631.434,577.14 632.239,575.756 633.325,573.744 \n",
" 635.255,570.347 637.329,566.95 637.39,566.852 639.31,563.553 641.433,560.156 642.542,558.464 643.587,556.76 645.77,553.363 647.693,550.561 648.077,549.966 \n",
" 650.334,546.569 652.77,543.173 652.844,543.071 655.122,539.776 657.654,536.379 657.995,535.932 660.138,532.982 662.785,529.585 663.147,529.132 665.392,526.189 \n",
" 668.174,522.792 668.298,522.643 670.897,519.395 673.449,516.42 673.799,515.998 676.676,512.602 678.6,510.452 679.686,509.205 682.755,505.808 683.752,504.742 \n",
" 685.878,502.411 688.903,499.275 689.149,499.015 692.417,495.618 694.054,493.991 695.812,492.221 699.205,488.958 699.343,488.824 702.891,485.427 704.357,484.077 \n",
" 706.571,482.031 709.508,479.416 710.389,478.634 714.317,475.237 714.659,474.945 718.33,471.84 719.81,470.623 722.496,468.444 724.962,466.49 726.818,465.047 \n",
" 730.113,462.534 731.302,461.65 735.264,458.747 735.958,458.253 740.415,455.12 740.804,454.857 745.567,451.649 745.86,451.46 750.718,448.331 751.156,448.063 \n",
" 755.869,445.166 756.729,444.666 761.02,442.155 762.63,441.269 766.172,439.3 768.923,437.873 771.323,436.608 775.69,434.476 776.474,434.086 781.625,431.696 \n",
" 783.073,431.079 786.777,429.456 791.257,427.682 791.928,427.408 797.079,425.479 800.664,424.286 802.23,423.743 807.382,422.147 812.063,420.889 812.533,420.756 \n",
" 817.684,419.49 822.835,418.43 827.987,417.568 828.573,417.492 833.138,416.861 838.289,416.357 843.44,416.064 848.592,415.989 853.743,416.141 858.894,416.537 \n",
" 864.045,417.197 865.686,417.492 869.197,418.115 874.348,419.328 879.483,420.889 879.499,420.894 884.65,422.78 888.042,424.286 889.802,425.089 894.647,427.682 \n",
" 894.953,427.853 900.027,431.079 900.104,431.131 904.583,434.476 905.255,435.014 908.539,437.873 910.407,439.639 912.022,441.269 915.106,444.666 915.558,445.199 \n",
" 917.883,448.063 920.355,451.46 920.709,451.982 922.616,454.857 924.64,458.253 925.86,460.52 926.468,461.65 928.151,465.047 929.649,468.444 930.979,471.84 \n",
" 931.012,471.932 932.235,475.237 933.349,478.634 934.331,482.031 935.193,485.427 935.942,488.824 936.163,489.96 936.627,492.221 937.229,495.618 937.736,499.015 \n",
" 938.154,502.411 938.489,505.808 938.745,509.205 938.926,512.602 939.035,515.998 939.076,519.395 939.049,522.792 938.959,526.189 938.805,529.585 938.589,532.982 \n",
" 938.312,536.379 937.974,539.776 937.574,543.173 937.113,546.569 936.59,549.966 936.163,552.438 936.02,553.363 935.441,556.76 934.805,560.156 934.109,563.553 \n",
" 933.35,566.95 932.527,570.347 931.635,573.744 931.012,575.957 930.712,577.14 929.796,580.537 928.813,583.934 927.758,587.331 926.625,590.727 925.86,592.887 \n",
" 925.464,594.124 924.319,597.521 923.094,600.918 921.783,604.314 920.709,606.932 920.418,607.711 919.097,611.108 917.685,614.505 916.173,617.902 915.558,619.223 \n",
" 914.674,621.298 913.151,624.695 911.519,628.092 910.407,630.286 909.846,631.489 908.198,634.885 906.43,638.282 905.255,640.423 904.619,641.679 902.825,645.076 \n",
" 900.9,648.472 900.104,649.819 898.979,651.869 897.017,655.266 894.953,658.59 894.911,658.663 892.901,662.06 890.738,665.456 889.802,666.866 888.564,668.853 \n",
" 886.337,672.25 884.65,674.674 884.013,675.647 881.708,679.043 879.499,682.077 879.249,682.44 876.851,685.837 874.348,689.124 874.269,689.234 871.762,692.63 \n",
" 869.197,695.853 869.064,696.027 866.429,699.424 864.045,702.29 863.621,702.821 860.836,706.218 858.894,708.454 857.919,709.614 854.96,713.011 853.743,714.354 \n",
" 851.933,716.408 848.77,719.805 848.592,719.993 845.626,723.201 843.44,725.442 842.332,726.598 838.956,729.995 838.289,730.65 835.532,733.392 833.138,735.668 \n",
" 831.967,736.788 828.294,740.185 827.987,740.465 824.57,743.582 822.835,745.109 820.703,746.979 817.684,749.543 816.695,750.376 812.549,753.772 812.533,753.786 \n",
" 808.31,757.169 807.382,757.897 803.905,760.566 802.23,761.828 799.324,763.963 797.079,765.589 794.554,767.359 791.928,769.185 789.579,770.756 786.777,772.621 \n",
" 784.371,774.153 781.625,775.901 778.899,777.55 776.474,779.023 773.12,780.946 771.323,781.986 766.977,784.343 766.172,784.786 761.02,787.44 760.396,787.74 \n",
" 755.869,789.962 753.258,791.137 750.718,792.309 745.567,794.474 745.414,794.534 740.415,796.535 736.511,797.93 735.264,798.393 730.113,800.117 725.992,801.327 \n",
" 724.962,801.644 719.81,803.039 714.659,804.226 712.079,804.724 709.508,805.25 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 719.81,774.597 714.659,775.485 709.508,776.138 704.357,776.55 699.205,776.715 694.054,776.617 688.903,776.238 683.752,775.552 678.6,774.524 677.197,774.153 \n",
" 673.449,773.145 668.298,771.347 666.908,770.756 663.147,769.094 659.887,767.359 657.995,766.298 654.411,763.963 652.844,762.87 649.916,760.566 647.693,758.667 \n",
" 646.101,757.169 642.811,753.772 642.542,753.473 639.943,750.376 637.419,746.979 637.39,746.937 635.177,743.582 633.197,740.185 632.239,738.361 631.432,736.788 \n",
" 629.856,733.392 628.469,729.995 627.256,726.598 627.088,726.074 626.16,723.201 625.202,719.805 624.378,716.408 623.678,713.011 623.092,709.614 622.613,706.218 \n",
" 622.234,702.821 621.948,699.424 621.937,699.237 621.736,696.027 621.612,692.63 621.572,689.234 621.615,685.837 621.736,682.44 621.935,679.043 621.937,679.017 \n",
" 622.187,675.647 622.508,672.25 622.895,668.853 623.349,665.456 623.869,662.06 624.457,658.663 625.114,655.266 625.84,651.869 626.638,648.472 627.088,646.712 \n",
" 627.473,645.076 628.336,641.679 629.268,638.282 630.274,634.885 631.357,631.489 632.239,628.903 632.495,628.092 633.629,624.695 634.841,621.298 636.138,617.902 \n",
" 637.39,614.825 637.512,614.505 638.856,611.108 640.289,607.711 641.818,604.314 642.542,602.782 643.366,600.918 644.945,597.521 646.628,594.124 647.693,592.081 \n",
" 648.357,590.727 650.097,587.331 651.952,583.934 652.844,582.37 653.834,580.537 655.756,577.14 657.807,573.744 657.995,573.44 659.822,570.347 661.954,566.95 \n",
" 663.147,565.135 664.14,563.553 666.366,560.156 668.298,557.375 668.709,556.76 671.042,553.363 673.449,550.08 673.53,549.966 675.986,546.569 678.6,543.191 \n",
" 678.614,543.173 681.212,539.776 683.752,536.662 683.977,536.379 686.738,532.982 688.903,530.462 689.642,529.585 692.591,526.189 694.054,524.57 695.641,522.792 \n",
" 698.806,519.395 699.205,518.975 702.015,515.998 704.357,513.628 705.368,512.602 708.818,509.205 709.508,508.541 712.358,505.808 714.659,503.681 716.045,502.411 \n",
" 719.81,499.07 719.874,499.015 723.803,495.618 724.962,494.642 727.897,492.221 730.113,490.435 732.165,488.824 735.264,486.437 736.62,485.427 740.415,482.639 \n",
" 741.277,482.031 745.567,479.032 746.164,478.634 750.718,475.611 751.313,475.237 755.869,472.373 756.77,471.84 761.02,469.318 762.598,468.444 766.172,466.447 \n",
" 768.877,465.047 771.323,463.765 775.717,461.65 776.474,461.279 781.625,458.959 783.355,458.253 786.777,456.823 791.928,454.905 792.074,454.857 797.079,453.136 \n",
" 802.23,451.604 802.794,451.46 807.382,450.237 812.533,449.096 817.684,448.182 818.585,448.063 822.835,447.468 827.987,446.991 833.138,446.765 838.289,446.801 \n",
" 843.44,447.118 848.592,447.739 850.379,448.063 853.743,448.675 858.894,449.968 863.417,451.46 864.045,451.673 869.197,453.811 871.281,454.857 874.348,456.473 \n",
" 877.232,458.253 879.499,459.744 882.048,461.65 884.65,463.754 886.093,465.047 889.563,468.444 889.802,468.695 892.572,471.84 894.953,474.88 895.218,475.237 \n",
" 897.56,478.634 899.626,482.031 900.104,482.891 901.476,485.427 903.117,488.824 904.56,492.221 905.255,494.055 905.847,495.618 906.996,499.015 907.996,502.411 \n",
" 908.858,505.808 909.593,509.205 910.211,512.602 910.407,513.882 910.741,515.998 911.177,519.395 911.514,522.792 911.757,526.189 911.912,529.585 911.982,532.982 \n",
" 911.97,536.379 911.88,539.776 911.714,543.173 911.473,546.569 911.159,549.966 910.772,553.363 910.407,556.062 910.32,556.76 909.833,560.156 909.28,563.553 \n",
" 908.662,566.95 907.976,570.347 907.221,573.744 906.396,577.14 905.496,580.537 905.255,581.384 904.586,583.934 903.628,587.331 902.597,590.727 901.489,594.124 \n",
" 900.3,597.521 900.104,598.051 899.124,600.918 897.886,604.314 896.564,607.711 895.151,611.108 894.953,611.565 893.763,614.505 892.303,617.902 890.746,621.298 \n",
" 889.802,623.255 889.15,624.695 887.542,628.092 885.828,631.489 884.65,633.703 884.058,634.885 882.285,638.282 880.395,641.679 879.499,643.22 878.477,645.076 \n",
" 876.517,648.472 874.425,651.869 874.348,651.991 872.379,655.266 870.202,658.663 869.197,660.167 867.986,662.06 865.712,665.456 864.045,667.817 863.342,668.853 \n",
" 860.955,672.25 858.894,675.016 858.44,675.647 855.924,679.043 853.743,681.82 853.269,682.44 850.605,685.837 848.592,688.27 847.812,689.234 844.977,692.63 \n",
" 843.44,694.393 842.041,696.027 839.009,699.424 838.289,700.209 835.923,702.821 833.138,705.747 832.693,706.218 829.412,709.614 827.987,711.038 826.012,713.011 \n",
" 822.835,716.061 822.472,716.408 818.855,719.805 817.684,720.872 815.103,723.201 812.533,725.451 811.2,726.598 807.382,729.8 807.144,729.995 802.949,733.392 \n",
" 802.23,733.964 798.576,736.788 797.079,737.926 794.001,740.185 791.928,741.687 789.203,743.582 786.777,745.255 784.153,746.979 781.625,748.633 778.812,750.376 \n",
" 776.474,751.825 773.129,753.772 771.323,754.829 767.034,757.169 766.172,757.644 761.02,760.28 760.415,760.566 755.869,762.751 753.092,763.963 750.718,765.021 \n",
" 745.567,767.093 744.829,767.359 740.415,769.005 735.264,770.686 735.019,770.756 730.113,772.212 724.962,773.507 721.851,774.153 719.81,774.597 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 724.962,754.013 719.81,754.843 714.659,755.403 709.508,755.683 704.357,755.666 699.205,755.331 694.054,754.646 689.836,753.772 688.903,753.575 683.752,752.086 \n",
" 679.293,750.376 678.6,750.097 673.449,747.545 672.495,746.979 668.298,744.308 667.316,743.582 663.147,740.222 663.107,740.185 659.627,736.788 657.995,735.011 \n",
" 656.635,733.392 654.059,729.995 652.844,728.205 651.818,726.598 649.865,723.201 648.161,719.805 647.693,718.761 646.668,716.408 645.368,713.011 644.246,709.614 \n",
" 643.288,706.218 642.542,703.091 642.477,702.821 641.782,699.424 641.215,696.027 640.768,692.63 640.433,689.234 640.202,685.837 640.071,682.44 640.035,679.043 \n",
" 640.089,675.647 640.23,672.25 640.454,668.853 640.761,665.456 641.148,662.06 641.615,658.663 642.161,655.266 642.542,653.197 642.771,651.869 643.428,648.472 \n",
" 644.159,645.076 644.964,641.679 645.845,638.282 646.804,634.885 647.693,631.978 647.834,631.489 648.878,628.092 650.001,624.695 651.205,621.298 652.496,617.902 \n",
" 652.844,617.033 653.804,614.505 655.172,611.108 656.63,607.711 657.995,604.72 658.172,604.314 659.71,600.918 661.345,597.521 663.085,594.124 663.147,594.007 \n",
" 664.81,590.727 666.637,587.331 668.298,584.415 668.561,583.934 670.485,580.537 672.527,577.14 673.449,575.67 674.616,573.744 676.77,570.347 678.6,567.611 \n",
" 679.03,566.95 681.308,563.553 683.728,560.156 683.752,560.125 686.147,556.76 688.716,553.363 688.903,553.122 691.303,549.966 694.041,546.569 694.054,546.553 \n",
" 696.797,543.173 699.205,540.358 699.701,539.776 702.661,536.379 704.357,534.512 705.744,532.982 708.939,529.585 709.508,528.995 712.222,526.189 714.659,523.766 \n",
" 715.649,522.792 719.198,519.395 719.81,518.821 722.872,515.998 724.962,514.128 726.708,512.602 730.113,509.7 730.712,509.205 734.889,505.808 735.264,505.507 \n",
" 739.264,502.411 740.415,501.534 743.87,499.015 745.567,497.791 748.737,495.618 750.718,494.27 753.906,492.221 755.869,490.964 759.437,488.824 761.02,487.873 \n",
" 765.405,485.427 766.172,484.997 771.323,482.327 771.948,482.031 776.474,479.855 779.294,478.634 781.625,477.606 786.777,475.58 787.763,475.237 791.928,473.752 \n",
" 797.079,472.169 798.346,471.84 802.23,470.797 807.382,469.669 812.533,468.799 815.549,468.444 817.684,468.18 822.835,467.83 827.987,467.775 833.138,468.037 \n",
" 836.634,468.444 838.289,468.638 843.44,469.606 848.592,470.998 850.97,471.84 853.743,472.863 858.806,475.237 858.894,475.281 864.045,478.346 864.458,478.634 \n",
" 868.967,482.031 869.197,482.218 872.678,485.427 874.348,487.138 875.846,488.824 878.566,492.221 879.499,493.513 880.922,495.618 882.975,499.015 884.65,502.182 \n",
" 884.767,502.411 886.338,505.808 887.705,509.205 888.885,512.602 889.802,515.672 889.898,515.998 890.78,519.395 891.52,522.792 892.128,526.189 892.614,529.585 \n",
" 892.986,532.982 893.251,536.379 893.416,539.776 893.486,543.173 893.465,546.569 893.357,549.966 893.165,553.363 892.892,556.76 892.54,560.156 892.109,563.553 \n",
" 891.601,566.95 891.015,570.347 890.351,573.744 889.802,576.261 889.622,577.14 888.856,580.537 888.016,583.934 887.101,587.331 886.108,590.727 885.035,594.124 \n",
" 884.65,595.263 883.932,597.521 882.777,600.918 881.54,604.314 880.217,607.711 879.499,609.45 878.851,611.108 877.45,614.505 875.957,617.902 874.367,621.298 \n",
" 874.348,621.338 872.793,624.695 871.121,628.092 869.343,631.489 869.197,631.759 867.574,634.885 865.706,638.282 864.045,641.137 863.742,641.679 861.775,645.076 \n",
" 859.686,648.472 858.894,649.712 857.559,651.869 855.356,655.266 853.743,657.632 853.059,658.663 850.727,662.06 848.592,665.001 848.268,665.456 845.791,668.853 \n",
" 843.44,671.898 843.173,672.25 840.531,675.647 838.289,678.38 837.751,679.043 834.922,682.44 833.138,684.49 831.972,685.837 828.929,689.234 827.987,690.255 \n",
" 825.793,692.63 822.835,695.7 822.518,696.027 819.161,699.424 817.684,700.869 815.665,702.821 812.533,705.748 812.022,706.218 808.25,709.614 807.382,710.379 \n",
" 804.32,713.011 802.23,714.764 800.209,716.408 797.079,718.903 795.904,719.805 791.928,722.809 791.385,723.201 786.777,726.493 786.622,726.598 781.625,729.963 \n",
" 781.575,729.995 776.474,733.222 776.187,733.392 771.323,736.273 770.382,736.788 766.172,739.113 764.055,740.185 761.02,741.739 757.059,743.582 755.869,744.144 \n",
" 750.718,746.346 749.054,746.979 745.567,748.337 740.415,750.092 739.449,750.376 735.264,751.644 730.113,752.95 726.094,753.772 724.962,754.013 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 730.113,737.181 724.962,738.002 719.81,738.519 714.659,738.716 709.508,738.568 704.357,738.043 699.205,737.097 698.044,736.788 694.054,735.683 688.903,733.721 \n",
" 688.215,733.392 683.752,731.109 681.974,729.995 678.6,727.696 677.228,726.598 673.449,723.248 673.403,723.201 670.291,719.805 668.298,717.323 667.627,716.408 \n",
" 665.38,713.011 663.437,709.614 663.147,709.046 661.781,706.218 660.361,702.821 659.149,699.424 658.127,696.027 657.995,695.518 657.268,692.63 656.564,689.234 \n",
" 656.003,685.837 655.575,682.44 655.271,679.043 655.083,675.647 655.004,672.25 655.03,668.853 655.154,665.456 655.374,662.06 655.685,658.663 656.085,655.266 \n",
" 656.573,651.869 657.148,648.472 657.809,645.076 657.995,644.228 658.529,641.679 659.321,638.282 660.193,634.885 661.146,631.489 662.184,628.092 663.147,625.181 \n",
" 663.301,624.695 664.45,621.298 665.684,617.902 667.005,614.505 668.298,611.393 668.412,611.108 669.841,607.711 671.361,604.314 672.978,600.918 673.449,599.974 \n",
" 674.634,597.521 676.364,594.124 678.199,590.727 678.6,590.013 680.068,587.331 682.025,583.934 683.752,581.094 684.083,580.537 686.174,577.14 688.386,573.744 \n",
" 688.903,572.976 690.646,570.347 693.01,566.95 694.054,565.507 695.452,563.553 697.987,560.156 699.205,558.585 700.613,556.76 703.338,553.363 704.357,552.135 \n",
" 706.158,549.966 709.099,546.569 709.508,546.108 712.128,543.173 714.659,540.453 715.298,539.776 718.579,536.379 719.81,535.141 722,532.982 724.962,530.155 \n",
" 725.574,529.585 729.299,526.189 730.113,525.463 733.202,522.792 735.264,521.051 737.303,519.395 740.415,516.915 741.621,515.998 745.567,513.041 746.185,512.602 \n",
" 750.718,509.417 751.039,509.205 755.869,506.036 756.242,505.808 761.02,502.894 761.878,502.411 766.172,499.99 768.066,499.015 771.323,497.326 774.974,495.618 \n",
" 776.474,494.908 781.625,492.728 782.99,492.221 786.777,490.785 791.928,489.107 792.966,488.824 797.079,487.671 802.23,486.511 807.382,485.635 809.248,485.427 \n",
" 812.533,485.046 817.684,484.771 822.835,484.837 827.987,485.274 828.953,485.427 833.138,486.113 838.289,487.413 842.311,488.824 843.44,489.242 848.592,491.692 \n",
" 849.498,492.221 853.743,494.903 854.697,495.618 858.817,499.015 858.894,499.084 862.144,502.411 864.045,504.619 864.974,505.808 867.359,509.205 869.197,512.215 \n",
" 869.417,512.602 871.165,515.998 872.671,519.395 873.957,522.792 874.348,523.981 875.05,526.189 875.969,529.585 876.727,532.982 877.337,536.379 877.81,539.776 \n",
" 878.157,543.173 878.385,546.569 878.502,549.966 878.513,553.363 878.425,556.76 878.242,560.156 877.966,563.553 877.602,566.95 877.15,570.347 876.613,573.744 \n",
" 875.992,577.14 875.286,580.537 874.495,583.934 874.348,584.504 873.654,587.331 872.74,590.727 871.746,594.124 870.667,597.521 869.503,600.918 869.197,601.754 \n",
" 868.298,604.314 867.025,607.711 865.664,611.108 864.21,614.505 864.045,614.871 862.732,617.902 861.171,621.298 859.511,624.695 858.894,625.898 857.805,628.092 \n",
" 856.031,631.489 854.15,634.885 853.743,635.592 852.234,638.282 850.227,641.679 848.592,644.309 848.124,645.076 845.981,648.472 843.713,651.869 843.44,652.266 \n",
" 841.407,655.266 838.982,658.663 838.289,659.601 836.492,662.06 833.891,665.456 833.138,666.409 831.213,668.853 828.414,672.25 827.987,672.755 825.538,675.647 \n",
" 822.835,678.694 822.523,679.043 819.42,682.44 817.684,684.271 816.178,685.837 812.801,689.234 812.533,689.498 809.295,692.63 807.382,694.425 805.625,696.027 \n",
" 802.23,699.043 801.786,699.424 797.765,702.821 797.079,703.39 793.53,706.218 791.928,707.471 789.056,709.614 786.777,711.292 784.308,713.011 781.625,714.862 \n",
" 779.236,716.408 776.474,718.187 773.771,719.805 771.323,721.27 767.818,723.201 766.172,724.113 761.241,726.598 761.02,726.711 755.869,729.086 753.647,729.995 \n",
" 750.718,731.214 745.567,733.086 744.583,733.392 740.415,734.721 735.264,736.086 731.92,736.788 730.113,737.181 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 724.962,723.62 719.81,723.768 714.659,723.516 712.267,723.201 709.508,722.824 704.357,721.628 699.205,719.85 699.104,719.805 694.054,717.363 692.493,716.408 \n",
" 688.903,713.993 687.687,713.011 683.925,709.614 683.752,709.44 680.939,706.218 678.6,703.105 678.408,702.821 676.339,699.424 674.574,696.027 673.449,693.496 \n",
" 673.089,692.63 671.862,689.234 670.842,685.837 670.01,682.44 669.351,679.043 668.849,675.647 668.493,672.25 668.298,669.261 668.272,668.853 668.175,665.456 \n",
" 668.198,662.06 668.298,659.568 668.333,658.663 668.573,655.266 668.914,651.869 669.352,648.472 669.885,645.076 670.511,641.679 671.228,638.282 672.036,634.885 \n",
" 672.936,631.489 673.449,629.73 673.913,628.092 674.96,624.695 676.095,621.298 677.32,617.902 678.6,614.601 678.637,614.505 680.001,611.108 681.457,607.711 \n",
" 683.008,604.314 683.752,602.775 684.63,600.918 686.323,597.521 688.117,594.124 688.903,592.706 689.983,590.727 691.929,587.331 693.985,583.934 694.054,583.823 \n",
" 696.096,580.537 698.318,577.14 699.205,575.837 700.626,573.744 703.032,570.347 704.357,568.55 705.54,566.95 708.148,563.553 709.508,561.848 710.869,560.156 \n",
" 713.702,556.76 714.659,555.648 716.656,553.363 719.743,549.966 719.81,549.894 722.961,546.569 724.962,544.531 726.334,543.173 729.863,539.776 730.113,539.54 \n",
" 733.577,536.379 735.264,534.878 737.489,532.982 740.415,530.54 741.619,529.585 745.567,526.506 745.998,526.189 750.675,522.792 750.718,522.761 755.719,519.395 \n",
" 755.869,519.295 761.02,516.104 761.206,515.998 766.172,513.181 767.301,512.602 771.323,510.528 774.203,509.205 776.474,508.151 781.625,506.052 782.321,505.808 \n",
" 786.777,504.221 791.928,502.69 793.107,502.411 797.079,501.448 802.23,500.524 807.382,499.934 812.533,499.701 817.684,499.856 822.835,500.442 827.987,501.516 \n",
" 830.882,502.411 833.138,503.153 838.289,505.459 838.907,505.808 843.44,508.605 844.241,509.205 848.324,512.602 848.592,512.849 851.544,515.998 853.743,518.702 \n",
" 854.248,519.395 856.461,522.792 858.35,526.189 858.894,527.31 859.922,529.585 861.237,532.982 862.335,536.379 863.236,539.776 863.957,543.173 864.045,543.696 \n",
" 864.515,546.569 864.925,549.966 865.197,553.363 865.34,556.76 865.362,560.156 865.269,563.553 865.066,566.95 864.757,570.347 864.347,573.744 864.045,575.748 \n",
" 863.843,577.14 863.253,580.537 862.573,583.934 861.804,587.331 860.944,590.727 859.995,594.124 858.954,597.521 858.894,597.702 857.857,600.918 856.674,604.314 \n",
" 855.401,607.711 854.036,611.108 853.743,611.794 852.614,614.505 851.11,617.902 849.51,621.298 848.592,623.143 847.834,624.695 846.09,628.092 844.244,631.489 \n",
" 843.44,632.9 842.325,634.885 840.324,638.282 838.289,641.556 838.213,641.679 836.046,645.076 833.762,648.472 833.138,649.368 831.398,651.869 828.926,655.266 \n",
" 827.987,656.511 826.357,658.663 823.676,662.06 822.835,663.091 820.888,665.456 817.974,668.853 817.684,669.183 814.944,672.25 812.533,674.846 811.771,675.647 \n",
" 808.459,679.043 807.382,680.119 804.986,682.44 802.23,685.033 801.344,685.837 797.515,689.234 797.079,689.614 793.463,692.63 791.928,693.886 789.169,696.027 \n",
" 786.777,697.856 784.596,699.424 781.625,701.537 779.69,702.821 776.474,704.94 774.373,706.218 771.323,708.068 768.533,709.614 766.172,710.925 762.007,713.011 \n",
" 761.02,713.508 755.869,715.824 754.382,716.408 750.718,717.868 745.567,719.621 744.911,719.805 740.415,721.095 735.264,722.261 730.113,723.106 729.13,723.201 \n",
" 724.962,723.62 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 730.113,709.757 724.962,709.874 721.009,709.614 719.81,709.532 714.659,708.662 709.508,707.184 707.155,706.218 704.357,704.964 700.746,702.821 699.205,701.802 \n",
" 696.295,699.424 694.054,697.335 692.862,696.027 690.147,692.63 688.903,690.821 687.932,689.234 686.138,685.837 684.644,682.44 683.752,679.998 683.428,679.043 \n",
" 682.47,675.647 681.714,672.25 681.143,668.853 680.741,665.456 680.495,662.06 680.394,658.663 680.428,655.266 680.589,651.869 680.871,648.472 681.267,645.076 \n",
" 681.773,641.679 682.385,638.282 683.102,634.885 683.752,632.198 683.92,631.489 684.829,628.092 685.833,624.695 686.933,621.298 688.131,617.902 688.903,615.875 \n",
" 689.419,614.505 690.791,611.108 692.259,607.711 693.826,604.314 694.054,603.846 695.474,600.918 697.217,597.521 699.063,594.124 699.205,593.874 700.994,590.727 \n",
" 703.028,587.331 704.357,585.214 705.165,583.934 707.4,580.537 709.508,577.485 709.749,577.14 712.204,573.744 714.659,570.5 714.778,570.347 717.475,566.95 \n",
" 719.81,564.129 720.3,563.553 723.265,560.156 724.962,558.28 726.38,556.76 729.647,553.363 730.113,552.89 733.107,549.966 735.264,547.917 736.752,546.569 \n",
" 740.415,543.328 740.601,543.173 744.724,539.776 745.567,539.094 749.141,536.379 750.718,535.198 753.904,532.982 755.869,531.629 759.098,529.585 761.02,528.375 \n",
" 764.848,526.189 766.172,525.433 771.323,522.801 771.343,522.792 776.474,520.474 779.252,519.395 781.625,518.463 786.777,516.776 789.763,515.998 791.928,515.423 \n",
" 797.079,514.423 802.23,513.799 807.382,513.583 812.533,513.816 817.684,514.556 822.835,515.879 823.161,515.998 827.987,517.918 830.721,519.395 833.138,520.84 \n",
" 835.739,522.792 838.289,524.959 839.504,526.189 842.454,529.585 843.44,530.893 844.828,532.982 846.768,536.379 848.387,539.776 848.592,540.277 849.678,543.173 \n",
" 850.724,546.569 851.558,549.966 852.198,553.363 852.663,556.76 852.965,560.156 853.117,563.553 853.131,566.95 853.015,570.347 852.776,573.744 852.421,577.14 \n",
" 851.956,580.537 851.383,583.934 850.706,587.331 849.927,590.727 849.048,594.124 848.592,595.703 848.074,597.521 847.012,600.918 845.854,604.314 844.6,607.711 \n",
" 843.44,610.627 843.251,611.108 841.822,614.505 840.298,617.902 838.674,621.298 838.289,622.06 836.965,624.695 835.163,628.092 833.256,631.489 833.138,631.691 \n",
" 831.264,634.885 829.167,638.282 827.987,640.109 826.965,641.679 824.662,645.076 822.835,647.65 822.244,648.472 819.716,651.869 817.684,654.484 817.065,655.266 \n",
" 814.287,658.663 812.533,660.73 811.374,662.06 808.32,665.456 807.382,666.47 805.101,668.853 802.23,671.759 801.725,672.25 798.152,675.647 797.079,676.642 \n",
" 794.363,679.043 791.928,681.148 790.345,682.44 786.777,685.301 786.062,685.837 781.625,689.118 781.457,689.234 776.474,692.614 776.447,692.63 771.323,695.796 \n",
" 770.908,696.027 766.172,698.669 764.651,699.424 761.02,701.234 757.381,702.821 755.869,703.485 750.718,705.422 748.155,706.218 745.567,707.034 740.415,708.308 \n",
" 735.264,709.223 731.457,709.614 730.113,709.757 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 735.264,696.272 730.113,696.364 726.177,696.027 724.962,695.916 719.81,694.823 714.659,692.976 713.97,692.63 709.508,690.122 708.301,689.234 704.357,685.893 \n",
" 704.303,685.837 701.406,682.44 699.205,679.324 699.034,679.043 697.238,675.647 695.776,672.25 694.609,668.853 694.054,666.801 693.721,665.456 693.08,662.06 \n",
" 692.636,658.663 692.374,655.266 692.278,651.869 692.337,648.472 692.541,645.076 692.88,641.679 693.349,638.282 693.942,634.885 694.054,634.353 694.66,631.489 \n",
" 695.492,628.092 696.435,624.695 697.484,621.298 698.641,617.902 699.205,616.387 699.91,614.505 701.284,611.108 702.761,607.711 704.342,604.314 704.357,604.285 \n",
" 706.04,600.918 707.839,597.521 709.508,594.544 709.747,594.124 711.778,590.727 713.914,587.331 714.659,586.197 716.181,583.934 718.566,580.537 719.81,578.837 \n",
" 721.088,577.14 723.746,573.744 724.962,572.245 726.558,570.347 729.516,566.95 730.113,566.284 732.672,563.553 735.264,560.871 735.993,560.156 739.538,556.76 \n",
" 740.415,555.939 743.342,553.363 745.567,551.446 747.411,549.966 750.718,547.357 751.803,546.569 755.869,543.653 756.606,543.173 761.02,540.319 761.959,539.776 \n",
" 766.172,537.346 768.077,536.379 771.323,534.731 775.318,532.982 776.474,532.474 781.625,530.586 785.054,529.585 786.777,529.076 791.928,527.97 797.079,527.292 \n",
" 802.23,527.083 807.382,527.403 812.533,528.332 816.519,529.585 817.684,529.988 822.835,532.579 823.441,532.982 827.916,536.379 827.987,536.44 831.118,539.776 \n",
" 833.138,542.348 833.692,543.173 835.659,546.569 837.266,549.966 838.289,552.635 838.541,553.363 839.498,556.76 840.226,560.156 840.746,563.553 841.076,566.95 \n",
" 841.233,570.347 841.23,573.744 841.078,577.14 840.787,580.537 840.364,583.934 839.816,587.331 839.148,590.727 838.363,594.124 838.289,594.403 837.458,597.521 \n",
" 836.445,600.918 835.326,604.314 834.101,607.711 833.138,610.169 832.768,611.108 831.325,614.505 829.781,617.902 828.132,621.298 827.987,621.581 826.366,624.695 \n",
" 824.497,628.092 822.835,630.952 822.518,631.489 820.414,634.885 818.204,638.282 817.684,639.048 815.856,641.679 813.391,645.076 812.533,646.214 810.778,648.472 \n",
" 808.035,651.869 807.382,652.651 805.115,655.266 802.23,658.48 802.058,658.663 798.781,662.06 797.079,663.773 795.313,665.456 791.928,668.604 791.642,668.853 \n",
" 787.671,672.25 786.777,673.001 783.385,675.647 781.625,676.997 778.726,679.043 776.474,680.615 773.591,682.44 771.323,683.866 767.813,685.837 766.172,686.757 \n",
" 761.137,689.234 761.02,689.291 755.869,691.461 752.518,692.63 750.718,693.265 745.567,694.682 740.415,695.696 737.424,696.027 735.264,696.272 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 740.415,682.553 735.264,682.6 733.849,682.44 730.113,681.976 724.962,680.533 721.714,679.043 719.81,678.044 716.547,675.647 714.659,674.005 713.072,672.25 \n",
" 710.522,668.853 709.508,667.199 708.605,665.456 707.181,662.06 706.089,658.663 705.29,655.266 704.752,651.869 704.446,648.472 704.357,645.342 704.35,645.076 \n",
" 704.357,644.813 704.442,641.679 704.708,638.282 705.134,634.885 705.709,631.489 706.423,628.092 707.271,624.695 708.245,621.298 709.343,617.902 709.508,617.445 \n",
" 710.596,614.505 711.968,611.108 713.454,607.711 714.659,605.152 715.065,604.314 716.83,600.918 718.701,597.521 719.81,595.62 720.715,594.124 722.877,590.727 \n",
" 724.962,587.606 725.154,587.331 727.63,583.934 730.113,580.665 730.215,580.537 733.035,577.14 735.264,574.548 735.999,573.744 739.197,570.347 740.415,569.091 \n",
" 742.64,566.95 745.567,564.203 746.317,563.553 750.324,560.156 750.718,559.829 754.767,556.76 755.869,555.937 759.703,553.363 761.02,552.488 765.32,549.966 \n",
" 766.172,549.47 771.323,546.88 772.067,546.569 776.474,544.727 781.126,543.173 781.625,543.005 786.777,541.764 791.928,541.02 797.079,540.833 802.23,541.292 \n",
" 807.382,542.514 809.044,543.173 812.533,544.741 815.343,546.569 817.684,548.354 819.313,549.966 822.175,553.363 822.835,554.308 824.265,556.76 825.861,560.156 \n",
" 827.096,563.553 827.987,566.842 828.012,566.95 828.609,570.347 828.979,573.744 829.145,577.14 829.123,580.537 828.928,583.934 828.573,587.331 828.068,590.727 \n",
" 827.987,591.149 827.399,594.124 826.591,597.521 825.655,600.918 824.595,604.314 823.414,607.711 822.835,609.217 822.091,611.108 820.635,614.505 819.067,617.902 \n",
" 817.684,620.698 817.378,621.298 815.529,624.695 813.575,628.092 812.533,629.805 811.471,631.489 809.221,634.885 807.382,637.536 806.84,638.282 804.27,641.679 \n",
" 802.23,644.271 801.562,645.076 798.642,648.472 797.079,650.23 795.529,651.869 792.221,655.266 791.928,655.559 788.592,658.663 786.777,660.313 784.688,662.06 \n",
" 781.625,664.573 780.44,665.456 776.474,668.367 775.733,668.853 771.323,671.715 770.382,672.25 766.172,674.63 764.069,675.647 761.02,677.119 756.218,679.043 \n",
" 755.869,679.184 750.718,680.785 745.567,681.926 741.334,682.44 740.415,682.553 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 755.869,665.821 750.718,667.094 745.567,667.739 740.415,667.642 735.264,666.644 732.279,665.456 730.113,664.438 726.862,662.06 724.962,660.338 723.587,658.663 \n",
" 721.373,655.266 719.81,652.057 719.735,651.869 718.701,648.472 718.006,645.076 717.607,641.679 717.47,638.282 717.567,634.885 717.874,631.489 718.373,628.092 \n",
" 719.048,624.695 719.81,621.614 719.893,621.298 720.955,617.902 722.163,614.505 723.509,611.108 724.962,607.77 724.989,607.711 726.708,604.314 728.545,600.918 \n",
" 730.113,598.201 730.531,597.521 732.754,594.124 735.083,590.727 735.264,590.478 737.709,587.331 740.415,583.97 740.447,583.934 743.547,580.537 745.567,578.39 \n",
" 746.859,577.14 750.466,573.744 750.718,573.513 754.573,570.347 755.869,569.303 759.184,566.95 761.02,565.666 764.532,563.553 766.172,562.577 771.047,560.156 \n",
" 771.323,560.02 776.474,558.038 781.054,556.76 781.625,556.6 786.777,555.814 791.928,555.729 797.079,556.484 797.927,556.76 802.23,558.394 805.036,560.156 \n",
" 807.382,561.953 808.89,563.553 811.447,566.95 812.533,568.822 813.246,570.347 814.454,573.744 815.293,577.14 815.81,580.537 816.045,583.934 816.031,587.331 \n",
" 815.793,590.727 815.355,594.124 814.733,597.521 813.942,600.918 812.994,604.314 812.533,605.726 811.851,607.711 810.532,611.108 809.08,614.505 807.499,617.902 \n",
" 807.382,618.133 805.68,621.298 803.736,624.695 802.23,627.171 801.633,628.092 799.3,631.489 797.079,634.58 796.843,634.885 794.084,638.282 791.928,640.844 \n",
" 791.163,641.679 787.938,645.076 786.777,646.261 784.388,648.472 781.625,650.972 780.513,651.869 776.474,655.066 776.184,655.266 771.323,658.577 771.174,658.663 \n",
" 766.172,661.53 765.046,662.06 761.02,663.942 756.871,665.456 755.869,665.821 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 755.869,649.418 750.718,649.892 745.567,649.194 743.803,648.472 740.415,646.687 738.683,645.076 736.038,641.679 735.264,640.223 734.514,638.282 733.69,634.885 \n",
" 733.303,631.489 733.285,628.092 733.581,624.695 734.149,621.298 734.955,617.902 735.264,616.899 736.08,614.505 737.452,611.108 739.001,607.711 740.415,604.921 \n",
" 740.759,604.314 742.887,600.918 745.142,597.521 745.567,596.929 747.836,594.124 750.685,590.727 750.718,590.691 754.158,587.331 755.869,585.705 758.074,583.934 \n",
" 761.02,581.621 762.722,580.537 766.172,578.379 768.761,577.14 771.323,575.932 776.474,574.292 780.338,573.744 781.625,573.562 784.213,573.744 786.777,573.963 \n",
" 791.928,575.985 793.453,577.14 796.755,580.537 797.079,581.006 798.5,583.934 799.56,587.331 800.124,590.727 800.278,594.124 800.085,597.521 799.597,600.918 \n",
" 798.854,604.314 797.884,607.711 797.079,610.021 796.658,611.108 795.119,614.505 793.414,617.902 791.928,620.601 791.498,621.298 789.207,624.695 786.801,628.092 \n",
" 786.777,628.124 783.868,631.489 781.625,633.998 780.705,634.885 777.052,638.282 776.474,638.8 772.661,641.679 771.323,642.668 767.293,645.076 766.172,645.735 \n",
" 761.02,648.001 759.318,648.472 755.869,649.418 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#3da44d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1286.45,652.012 1281.3,652.319 1276.15,652.488 1270.99,652.523 1265.84,652.424 1260.69,652.191 1256.18,651.869 1255.54,651.826 1250.39,651.347 1245.24,650.736 \n",
" 1240.09,649.987 1234.94,649.096 1231.83,648.472 1229.78,648.076 1224.63,646.939 1219.48,645.643 1217.45,645.076 1214.33,644.224 1209.18,642.662 1206.24,641.679 \n",
" 1204.03,640.952 1198.88,639.101 1196.78,638.282 1193.73,637.102 1188.57,634.929 1188.48,634.885 1183.42,632.632 1181.04,631.489 1178.27,630.156 1174.26,628.092 \n",
" 1173.12,627.502 1168.02,624.695 1167.97,624.668 1162.82,621.668 1162.21,621.298 1157.67,618.471 1156.79,617.902 1152.52,615.068 1151.7,614.505 1147.36,611.447 \n",
" 1146.9,611.108 1142.36,607.711 1142.21,607.598 1138.04,604.314 1137.06,603.517 1133.94,600.918 1131.91,599.168 1130.04,597.521 1126.76,594.523 1126.33,594.124 \n",
" 1122.76,590.727 1121.61,589.581 1119.36,587.331 1116.46,584.284 1116.12,583.934 1112.99,580.537 1111.31,578.615 1110.01,577.14 1107.15,573.744 1106.15,572.507 \n",
" 1104.4,570.347 1101.78,566.95 1101,565.902 1099.24,563.553 1096.83,560.156 1095.85,558.714 1094.5,556.76 1092.27,553.363 1090.7,550.824 1090.16,549.966 \n",
" 1088.09,546.569 1086.15,543.173 1085.55,542.062 1084.27,539.776 1082.46,536.379 1080.78,532.982 1080.4,532.164 1079.13,529.585 1077.56,526.189 1076.1,522.792 \n",
" 1075.25,520.678 1074.7,519.395 1073.34,515.998 1072.08,512.602 1070.9,509.205 1070.1,506.705 1069.79,505.808 1068.7,502.411 1067.7,499.015 1066.78,495.618 \n",
" 1065.94,492.221 1065.17,488.824 1064.94,487.751 1064.43,485.427 1063.75,482.031 1063.13,478.634 1062.59,475.237 1062.12,471.84 1061.71,468.444 1061.36,465.047 \n",
" 1061.08,461.65 1060.86,458.253 1060.71,454.857 1060.61,451.46 1060.58,448.063 1060.61,444.666 1060.7,441.269 1060.85,437.873 1061.06,434.476 1061.34,431.079 \n",
" 1061.69,427.682 1062.11,424.286 1062.59,420.889 1063.15,417.492 1063.78,414.095 1064.48,410.699 1064.94,408.705 1065.25,407.302 1066.06,403.905 1066.95,400.508 \n",
" 1067.93,397.111 1069,393.715 1070.1,390.527 1070.16,390.318 1071.35,386.921 1072.63,383.524 1074.02,380.128 1075.25,377.347 1075.51,376.731 1077.03,373.334 \n",
" 1078.68,369.937 1080.4,366.648 1080.45,366.541 1082.26,363.144 1084.2,359.747 1085.55,357.54 1086.26,356.35 1088.4,352.953 1090.7,349.566 1090.71,349.557 \n",
" 1093.07,346.16 1095.62,342.763 1095.85,342.464 1098.25,339.366 1101,336.065 1101.08,335.97 1104.01,332.573 1106.15,330.243 1107.14,329.176 1110.44,325.779 \n",
" 1111.31,324.923 1113.92,322.382 1116.46,320.035 1117.62,318.986 1121.55,315.589 1121.61,315.54 1125.71,312.192 1126.76,311.371 1130.16,308.795 1131.91,307.518 \n",
" 1134.94,305.399 1137.06,303.951 1140.07,302.002 1142.21,300.649 1145.63,298.605 1147.36,297.591 1151.7,295.208 1152.52,294.767 1157.67,292.153 1158.39,291.812 \n",
" 1162.82,289.729 1165.87,288.415 1167.97,287.512 1173.12,285.481 1174.4,285.018 1178.27,283.612 1183.42,281.934 1184.48,281.621 1188.57,280.395 1193.73,279.031 \n",
" 1197.19,278.224 1198.88,277.822 1204.03,276.744 1209.18,275.828 1214.33,275.064 1216.27,274.828 1219.48,274.424 1224.63,273.917 1229.78,273.551 1234.94,273.321 \n",
" 1240.09,273.225 1245.24,273.261 1250.39,273.429 1255.54,273.729 1260.69,274.163 1265.84,274.734 1266.53,274.828 1270.99,275.413 1276.15,276.225 1281.3,277.181 \n",
" 1286.15,278.224 1286.45,278.286 1291.6,279.489 1296.75,280.853 1299.36,281.621 1301.9,282.351 1307.05,283.987 1310,285.018 1312.2,285.775 1317.36,287.707 \n",
" 1319.1,288.415 1322.51,289.785 1327.14,291.812 1327.66,292.039 1332.81,294.43 1334.38,295.208 1337.96,296.991 1341,298.605 1343.11,299.734 1347.11,302.002 \n",
" 1348.26,302.659 1352.8,305.399 1353.41,305.772 1358.13,308.795 1358.57,309.081 1363.14,312.192 1363.72,312.595 1367.87,315.589 1368.87,316.328 1372.35,318.986 \n",
" 1374.02,320.298 1376.6,322.382 1379.17,324.526 1380.64,325.779 1384.32,329.038 1384.47,329.176 1388.16,332.573 1389.47,333.828 1391.68,335.97 1394.62,338.96 \n",
" 1395.02,339.366 1398.25,342.763 1399.78,344.445 1401.33,346.16 1404.27,349.557 1404.93,350.346 1407.12,352.953 1409.8,356.35 1410.08,356.712 1412.43,359.747 \n",
" 1414.9,363.144 1415.23,363.614 1417.32,366.541 1419.6,369.937 1420.38,371.157 1421.81,373.334 1423.92,376.731 1425.53,379.487 1425.92,380.128 1427.88,383.524 \n",
" 1429.72,386.921 1430.68,388.814 1431.48,390.318 1433.19,393.715 1434.79,397.111 1435.83,399.484 1436.31,400.508 1437.8,403.905 1439.18,407.302 1440.47,410.699 \n",
" 1440.99,412.135 1441.72,414.095 1442.92,417.492 1444.03,420.889 1445.05,424.286 1446,427.682 1446.14,428.216 1446.92,431.079 1447.78,434.476 1448.56,437.873 \n",
" 1449.27,441.269 1449.91,444.666 1450.48,448.063 1450.99,451.46 1451.29,453.754 1451.44,454.857 1451.85,458.253 1452.19,461.65 1452.47,465.047 1452.68,468.444 \n",
" 1452.82,471.84 1452.9,475.237 1452.92,478.634 1452.87,482.031 1452.76,485.427 1452.58,488.824 1452.34,492.221 1452.03,495.618 1451.65,499.015 1451.29,501.74 \n",
" 1451.2,502.411 1450.72,505.808 1450.16,509.205 1449.53,512.602 1448.83,515.998 1448.04,519.395 1447.18,522.792 1446.22,526.189 1446.14,526.482 1445.25,529.585 \n",
" 1444.19,532.982 1443.03,536.379 1441.78,539.776 1440.99,541.771 1440.45,543.173 1439.07,546.569 1437.58,549.966 1435.97,553.363 1435.83,553.639 1434.33,556.76 \n",
" 1432.57,560.156 1430.68,563.521 1430.67,563.553 1428.73,566.95 1426.64,570.347 1425.53,572.059 1424.45,573.744 1422.16,577.14 1420.38,579.601 1419.71,580.537 \n",
" 1417.16,583.934 1415.23,586.359 1414.45,587.331 1411.62,590.727 1410.08,592.477 1408.62,594.124 1405.44,597.521 1404.93,598.05 1402.11,600.918 1399.78,603.165 \n",
" 1398.56,604.314 1394.79,607.711 1394.62,607.86 1390.82,611.108 1389.47,612.208 1386.57,614.505 1384.32,616.222 1382.03,617.902 1379.17,619.936 1377.16,621.298 \n",
" 1374.02,623.377 1371.92,624.695 1368.87,626.565 1366.22,628.092 1363.72,629.516 1360,631.489 1358.57,632.24 1353.41,634.751 1353.12,634.885 1348.26,637.086 \n",
" 1345.37,638.282 1343.11,639.218 1337.96,641.165 1336.47,641.679 1332.81,642.954 1327.66,644.559 1325.81,645.076 1322.51,646.017 1317.36,647.316 1312.2,648.442 \n",
" 1312.05,648.472 1307.05,649.456 1301.9,650.312 1296.75,651.018 1291.6,651.58 1288.11,651.869 1286.45,652.012 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#3da44d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1286.45,615.004 1281.3,615.479 1276.15,615.784 1270.99,615.922 1265.84,615.896 1260.69,615.706 1255.54,615.353 1250.39,614.835 1247.9,614.505 1245.24,614.161 \n",
" 1240.09,613.332 1234.94,612.331 1229.78,611.151 1229.62,611.108 1224.63,609.827 1219.48,608.313 1217.65,607.711 1214.33,606.632 1209.18,604.761 1208.06,604.314 \n",
" 1204.03,602.716 1199.91,600.918 1198.88,600.464 1193.73,598.019 1192.75,597.521 1188.57,595.369 1186.32,594.124 1183.42,592.495 1180.47,590.727 1178.27,589.387 \n",
" 1175.09,587.331 1173.12,586.033 1170.1,583.934 1167.97,582.414 1165.45,580.537 1162.82,578.51 1161.1,577.14 1157.67,574.293 1157.02,573.744 1153.18,570.347 \n",
" 1152.52,569.738 1149.55,566.95 1147.36,564.805 1146.12,563.553 1142.87,560.156 1142.21,559.439 1139.78,556.76 1137.06,553.581 1136.88,553.363 1134.09,549.966 \n",
" 1131.91,547.145 1131.47,546.569 1128.95,543.173 1126.76,540.009 1126.6,539.776 1124.32,536.379 1122.2,532.982 1121.61,531.992 1120.16,529.585 1118.23,526.189 \n",
" 1116.46,522.822 1116.44,522.792 1114.7,519.395 1113.08,515.998 1111.57,512.602 1111.31,511.973 1110.12,509.205 1108.76,505.808 1107.51,502.411 1106.36,499.015 \n",
" 1106.15,498.362 1105.26,495.618 1104.24,492.221 1103.32,488.824 1102.49,485.427 1101.74,482.031 1101.07,478.634 1101,478.225 1100.46,475.237 1099.93,471.84 \n",
" 1099.48,468.444 1099.11,465.047 1098.82,461.65 1098.61,458.253 1098.48,454.857 1098.42,451.46 1098.45,448.063 1098.55,444.666 1098.73,441.269 1099,437.873 \n",
" 1099.34,434.476 1099.77,431.079 1100.29,427.682 1100.89,424.286 1101,423.743 1101.56,420.889 1102.32,417.492 1103.17,414.095 1104.11,410.699 1105.16,407.302 \n",
" 1106.15,404.384 1106.31,403.905 1107.53,400.508 1108.86,397.111 1110.32,393.715 1111.31,391.568 1111.87,390.318 1113.53,386.921 1115.32,383.524 1116.46,381.51 \n",
" 1117.23,380.128 1119.26,376.731 1121.46,373.334 1121.61,373.115 1123.77,369.937 1126.26,366.541 1126.76,365.89 1128.9,363.144 1131.73,359.747 1131.91,359.54 \n",
" 1134.74,356.35 1137.06,353.89 1137.97,352.953 1141.43,349.557 1142.21,348.82 1145.14,346.16 1147.36,344.241 1149.15,342.763 1152.52,340.094 1153.48,339.366 \n",
" 1157.67,336.328 1158.19,335.97 1162.82,332.902 1163.35,332.573 1167.97,329.783 1169.05,329.176 1173.12,326.949 1175.44,325.779 1178.27,324.381 1182.71,322.382 \n",
" 1183.42,322.067 1188.57,319.974 1191.3,318.986 1193.73,318.107 1198.88,316.448 1201.92,315.589 1204.03,314.993 1209.18,313.722 1214.33,312.651 1216.98,312.192 \n",
" 1219.48,311.753 1224.63,311.025 1229.78,310.474 1234.94,310.094 1240.09,309.88 1245.24,309.831 1250.39,309.943 1255.54,310.217 1260.69,310.653 1265.84,311.255 \n",
" 1270.99,312.025 1271.92,312.192 1276.15,312.942 1281.3,314.027 1286.45,315.294 1287.51,315.589 1291.6,316.714 1296.75,318.32 1298.67,318.986 1301.9,320.098 \n",
" 1307.05,322.069 1307.8,322.382 1312.2,324.215 1315.63,325.779 1317.36,326.569 1322.51,329.133 1322.59,329.176 1327.66,331.897 1328.83,332.573 1332.81,334.892 \n",
" 1334.55,335.97 1337.96,338.128 1339.81,339.366 1343.11,341.622 1344.7,342.763 1348.26,345.391 1349.26,346.16 1353.41,349.462 1353.53,349.557 1357.55,352.953 \n",
" 1358.57,353.849 1361.33,356.35 1363.72,358.601 1364.9,359.747 1368.28,363.144 1368.87,363.76 1371.49,366.541 1374.02,369.378 1374.51,369.937 1377.4,373.334 \n",
" 1379.17,375.532 1380.13,376.731 1382.73,380.128 1384.32,382.325 1385.19,383.524 1387.54,386.921 1389.47,389.901 1389.74,390.318 1391.87,393.715 1393.86,397.111 \n",
" 1394.62,398.494 1395.76,400.508 1397.55,403.905 1399.23,407.302 1399.78,408.475 1400.83,410.699 1402.34,414.095 1403.75,417.492 1404.93,420.577 1405.05,420.889 \n",
" 1406.3,424.286 1407.46,427.682 1408.52,431.079 1409.48,434.476 1410.08,436.765 1410.38,437.873 1411.21,441.269 1411.95,444.666 1412.61,448.063 1413.19,451.46 \n",
" 1413.69,454.857 1414.11,458.253 1414.44,461.65 1414.71,465.047 1414.89,468.444 1415,471.84 1415.03,475.237 1414.99,478.634 1414.87,482.031 1414.67,485.427 \n",
" 1414.39,488.824 1414.03,492.221 1413.58,495.618 1413.05,499.015 1412.44,502.411 1411.73,505.808 1410.93,509.205 1410.08,512.442 1410.04,512.602 1409.08,515.998 \n",
" 1408.02,519.395 1406.86,522.792 1405.58,526.189 1404.93,527.808 1404.22,529.585 1402.76,532.982 1401.17,536.379 1399.78,539.139 1399.46,539.776 1397.65,543.173 \n",
" 1395.7,546.569 1394.62,548.329 1393.62,549.966 1391.41,553.363 1389.47,556.134 1389.03,556.76 1386.52,560.156 1384.32,562.925 1383.82,563.553 1380.95,566.95 \n",
" 1379.17,568.93 1377.87,570.347 1374.58,573.744 1374.02,574.297 1371.05,577.14 1368.87,579.13 1367.26,580.537 1363.72,583.498 1363.17,583.934 1358.74,587.331 \n",
" 1358.57,587.462 1353.91,590.727 1353.41,591.067 1348.62,594.124 1348.26,594.345 1343.11,597.325 1342.75,597.521 1337.96,600.036 1336.13,600.918 1332.81,602.489 \n",
" 1328.55,604.314 1327.66,604.692 1322.51,606.681 1319.51,607.711 1317.36,608.448 1312.2,610.014 1308.06,611.108 1307.05,611.374 1301.9,612.561 1296.75,613.552 \n",
" 1291.6,614.358 1290.41,614.505 1286.45,615.004 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#3da44d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1291.6,587.427 1286.45,588.3 1281.3,588.958 1276.15,589.408 1270.99,589.656 1265.84,589.706 1260.69,589.561 1255.54,589.22 1250.39,588.683 1245.24,587.948 \n",
" 1241.84,587.331 1240.09,587.016 1234.94,585.892 1229.78,584.556 1227.71,583.934 1224.63,583.016 1219.48,581.26 1217.59,580.537 1214.33,579.285 1209.34,577.14 \n",
" 1209.18,577.072 1204.03,574.629 1202.32,573.744 1198.88,571.928 1196.11,570.347 1193.73,568.955 1190.53,566.95 1188.57,565.693 1185.45,563.553 1183.42,562.118 \n",
" 1180.8,560.156 1178.27,558.2 1176.5,556.76 1173.12,553.902 1172.51,553.363 1168.8,549.966 1167.97,549.177 1165.33,546.569 1162.82,543.961 1162.08,543.173 \n",
" 1159.03,539.776 1157.67,538.168 1156.18,536.379 1153.49,532.982 1152.52,531.678 1150.97,529.585 1148.6,526.189 1147.36,524.307 1146.38,522.792 1144.28,519.395 \n",
" 1142.34,515.998 1142.21,515.768 1140.5,512.602 1138.78,509.205 1137.2,505.808 1137.06,505.488 1135.71,502.411 1134.33,499.015 1133.07,495.618 1131.92,492.221 \n",
" 1131.91,492.186 1130.85,488.824 1129.88,485.427 1129.02,482.031 1128.26,478.634 1127.6,475.237 1127.03,471.84 1126.76,469.886 1126.55,468.444 1126.16,465.047 \n",
" 1125.87,461.65 1125.67,458.253 1125.57,454.857 1125.56,451.46 1125.65,448.063 1125.83,444.666 1126.11,441.269 1126.49,437.873 1126.76,436.013 1126.97,434.476 \n",
" 1127.54,431.079 1128.22,427.682 1129.01,424.286 1129.9,420.889 1130.92,417.492 1131.91,414.511 1132.05,414.095 1133.28,410.699 1134.65,407.302 1136.15,403.905 \n",
" 1137.06,401.996 1137.78,400.508 1139.55,397.111 1141.48,393.715 1142.21,392.5 1143.56,390.318 1145.81,386.921 1147.36,384.738 1148.25,383.524 1150.88,380.128 \n",
" 1152.52,378.155 1153.73,376.731 1156.82,373.334 1157.67,372.451 1160.18,369.937 1162.82,367.446 1163.83,366.541 1167.81,363.144 1167.97,363.017 1172.21,359.747 \n",
" 1173.12,359.079 1177.09,356.35 1178.27,355.568 1182.55,352.953 1183.42,352.438 1188.57,349.653 1188.77,349.557 1193.73,347.175 1196.09,346.16 1198.88,344.989 \n",
" 1204.03,343.077 1204.99,342.763 1209.18,341.412 1214.33,339.995 1217.05,339.366 1219.48,338.805 1224.63,337.834 1229.78,337.081 1234.94,336.537 1240.09,336.197 \n",
" 1245.24,336.056 1250.39,336.11 1255.54,336.359 1260.69,336.801 1265.84,337.44 1270.99,338.278 1276.15,339.321 1276.33,339.366 1281.3,340.552 1286.45,341.997 \n",
" 1288.83,342.763 1291.6,343.651 1296.75,345.525 1298.32,346.16 1301.9,347.62 1306.18,349.557 1307.05,349.958 1312.2,352.54 1312.97,352.953 1317.36,355.382 \n",
" 1318.98,356.35 1322.51,358.506 1324.41,359.747 1327.66,361.931 1329.36,363.144 1332.81,365.686 1333.91,366.541 1337.96,369.802 1338.12,369.937 1342.03,373.334 \n",
" 1343.11,374.32 1345.67,376.731 1348.26,379.298 1349.08,380.128 1352.26,383.524 1353.41,384.809 1355.26,386.921 1358.06,390.318 1358.57,390.954 1360.71,393.715 \n",
" 1363.18,397.111 1363.72,397.886 1365.51,400.508 1367.7,403.905 1368.87,405.839 1369.75,407.302 1371.68,410.699 1373.47,414.095 1374.02,415.215 1375.15,417.492 \n",
" 1376.72,420.889 1378.16,424.286 1379.17,426.854 1379.5,427.682 1380.75,431.079 1381.88,434.476 1382.91,437.873 1383.84,441.269 1384.32,443.267 1384.67,444.666 \n",
" 1385.41,448.063 1386.06,451.46 1386.61,454.857 1387.06,458.253 1387.42,461.65 1387.68,465.047 1387.85,468.444 1387.93,471.84 1387.91,475.237 1387.8,478.634 \n",
" 1387.59,482.031 1387.28,485.427 1386.88,488.824 1386.37,492.221 1385.76,495.618 1385.05,499.015 1384.32,502.006 1384.22,502.411 1383.31,505.808 1382.27,509.205 \n",
" 1381.12,512.602 1379.83,515.998 1379.17,517.602 1378.43,519.395 1376.9,522.792 1375.23,526.189 1374.02,528.46 1373.41,529.585 1371.45,532.982 1369.32,536.379 \n",
" 1368.87,537.054 1367.02,539.776 1364.53,543.173 1363.72,544.215 1361.83,546.569 1358.92,549.966 1358.57,550.362 1355.76,553.363 1353.41,555.718 1352.33,556.76 \n",
" 1348.59,560.156 1348.26,560.443 1344.49,563.553 1343.11,564.633 1339.97,566.95 1337.96,568.366 1334.94,570.347 1332.81,571.694 1329.28,573.744 1327.66,574.66 \n",
" 1322.82,577.14 1322.51,577.296 1317.36,579.636 1315.12,580.537 1312.2,581.694 1307.05,583.486 1305.57,583.934 1301.9,585.036 1296.75,586.347 1292.06,587.331 \n",
" 1291.6,587.427 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#3da44d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1270.99,567.038 1265.84,567.186 1260.69,567.093 1258.47,566.95 1255.54,566.763 1250.39,566.197 1245.24,565.391 1240.09,564.344 1236.93,563.553 1234.94,563.049 \n",
" 1229.78,561.505 1225.93,560.156 1224.63,559.696 1219.48,557.617 1217.59,556.76 1214.33,555.249 1210.67,553.363 1209.18,552.576 1204.68,549.966 1204.03,549.576 \n",
" 1199.4,546.569 1198.88,546.217 1194.67,543.173 1193.73,542.462 1190.38,539.776 1188.57,538.262 1186.45,536.379 1183.42,533.554 1182.84,532.982 1179.52,529.585 \n",
" 1178.27,528.235 1176.45,526.189 1173.6,522.792 1173.12,522.184 1170.97,519.395 1168.53,515.998 1167.97,515.176 1166.26,512.602 1164.17,509.205 1162.82,506.847 \n",
" 1162.23,505.808 1160.45,502.411 1158.81,499.015 1157.67,496.446 1157.3,495.618 1155.93,492.221 1154.69,488.824 1153.58,485.427 1152.59,482.031 1152.52,481.753 \n",
" 1151.71,478.634 1150.96,475.237 1150.32,471.84 1149.8,468.444 1149.39,465.047 1149.1,461.65 1148.92,458.253 1148.85,454.857 1148.9,451.46 1149.07,448.063 \n",
" 1149.35,444.666 1149.76,441.269 1150.28,437.873 1150.93,434.476 1151.71,431.079 1152.52,428.085 1152.62,427.682 1153.67,424.286 1154.86,420.889 1156.2,417.492 \n",
" 1157.67,414.155 1157.69,414.095 1159.36,410.699 1161.19,407.302 1162.82,404.555 1163.22,403.905 1165.45,400.508 1167.89,397.111 1167.97,397.008 1170.6,393.715 \n",
" 1173.12,390.795 1173.56,390.318 1176.84,386.921 1178.27,385.533 1180.48,383.524 1183.42,381.003 1184.52,380.128 1188.57,377.078 1189.08,376.731 1193.73,373.666 \n",
" 1194.28,373.334 1198.88,370.7 1200.37,369.937 1204.03,368.128 1207.69,366.541 1209.18,365.914 1214.33,364.028 1217.19,363.144 1219.48,362.448 1224.63,361.154 \n",
" 1229.78,360.135 1232.41,359.747 1234.94,359.376 1240.09,358.869 1245.24,358.608 1250.39,358.589 1255.54,358.809 1260.69,359.267 1264.25,359.747 1265.84,359.962 \n",
" 1270.99,360.895 1276.15,362.072 1280.02,363.144 1281.3,363.501 1286.45,365.184 1290.04,366.541 1291.6,367.136 1296.75,369.367 1297.93,369.937 1301.9,371.895 \n",
" 1304.54,373.334 1307.05,374.74 1310.31,376.731 1312.2,377.928 1315.43,380.128 1317.36,381.493 1320.03,383.524 1322.51,385.478 1324.23,386.921 1327.66,389.937 \n",
" 1328.07,390.318 1331.58,393.715 1332.81,394.96 1334.83,397.111 1337.85,400.508 1337.96,400.642 1340.62,403.905 1343.11,407.169 1343.21,407.302 1345.6,410.699 \n",
" 1347.81,414.095 1348.26,414.825 1349.87,417.492 1351.76,420.889 1353.41,424.109 1353.5,424.286 1355.11,427.682 1356.57,431.079 1357.91,434.476 1358.57,436.33 \n",
" 1359.11,437.873 1360.19,441.269 1361.15,444.666 1361.99,448.063 1362.71,451.46 1363.32,454.857 1363.72,457.634 1363.81,458.253 1364.18,461.65 1364.45,465.047 \n",
" 1364.59,468.444 1364.63,471.84 1364.55,475.237 1364.35,478.634 1364.03,482.031 1363.72,484.443 1363.59,485.427 1363.03,488.824 1362.35,492.221 1361.53,495.618 \n",
" 1360.58,499.015 1359.5,502.411 1358.57,504.994 1358.27,505.808 1356.88,509.205 1355.34,512.602 1353.64,515.998 1353.41,516.413 1351.75,519.395 1349.67,522.792 \n",
" 1348.26,524.91 1347.38,526.189 1344.86,529.585 1343.11,531.774 1342.1,532.982 1339.05,536.379 1337.96,537.517 1335.67,539.776 1332.81,542.421 1331.94,543.173 \n",
" 1327.77,546.569 1327.66,546.656 1323.04,549.966 1322.51,550.33 1317.63,553.363 1317.36,553.527 1312.2,556.304 1311.25,556.76 1307.05,558.704 1303.45,560.156 \n",
" 1301.9,560.762 1296.75,562.503 1293.02,563.553 1291.6,563.947 1286.45,565.112 1281.3,566.009 1276.15,566.648 1272.16,566.95 1270.99,567.038 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#3da44d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1281.3,543.746 1276.15,544.671 1270.99,545.275 1265.84,545.566 1260.69,545.553 1255.54,545.238 1250.39,544.625 1245.24,543.713 1242.94,543.173 1240.09,542.489 \n",
" 1234.94,540.949 1231.67,539.776 1229.78,539.079 1224.63,536.859 1223.66,536.379 1219.48,534.259 1217.25,532.982 1214.33,531.25 1211.8,529.585 1209.18,527.783 \n",
" 1207.06,526.189 1204.03,523.796 1202.85,522.792 1199.08,519.395 1198.88,519.199 1195.73,515.998 1193.73,513.829 1192.66,512.602 1189.88,509.205 1188.57,507.487 \n",
" 1187.36,505.808 1185.07,502.411 1183.42,499.764 1182.98,499.015 1181.1,495.618 1179.4,492.221 1178.27,489.722 1177.88,488.824 1176.53,485.427 1175.34,482.031 \n",
" 1174.31,478.634 1173.42,475.237 1173.12,473.868 1172.69,471.84 1172.1,468.444 1171.66,465.047 1171.37,461.65 1171.21,458.253 1171.2,454.857 1171.34,451.46 \n",
" 1171.63,448.063 1172.06,444.666 1172.65,441.269 1173.12,439.11 1173.4,437.873 1174.32,434.476 1175.42,431.079 1176.69,427.682 1178.15,424.286 1178.27,424.027 \n",
" 1179.84,420.889 1181.74,417.492 1183.42,414.791 1183.88,414.095 1186.32,410.699 1188.57,407.846 1189.03,407.302 1192.14,403.905 1193.73,402.301 1195.65,400.508 \n",
" 1198.88,397.722 1199.66,397.111 1204.03,393.9 1204.31,393.715 1209.18,390.701 1209.89,390.318 1214.33,388.027 1216.84,386.921 1219.48,385.805 1224.63,383.992 \n",
" 1226.28,383.524 1229.78,382.56 1234.94,381.477 1240.09,380.723 1245.24,380.285 1250.39,380.157 1255.54,380.332 1260.69,380.807 1265.84,381.582 1270.99,382.659 \n",
" 1274.23,383.524 1276.15,384.048 1281.3,385.764 1284.23,386.921 1286.45,387.819 1291.6,390.232 1291.76,390.318 1296.75,393.047 1297.84,393.715 1301.9,396.294 \n",
" 1303.07,397.111 1307.05,400.027 1307.66,400.508 1311.72,403.905 1312.2,404.33 1315.34,407.302 1317.36,409.323 1318.64,410.699 1321.62,414.095 1322.51,415.169 \n",
" 1324.32,417.492 1326.79,420.889 1327.66,422.183 1329.02,424.286 1331.04,427.682 1332.81,430.943 1332.88,431.079 1334.52,434.476 1335.99,437.873 1337.3,441.269 \n",
" 1337.96,443.201 1338.45,444.666 1339.44,448.063 1340.27,451.46 1340.97,454.857 1341.51,458.253 1341.92,461.65 1342.18,465.047 1342.29,468.444 1342.26,471.84 \n",
" 1342.08,475.237 1341.75,478.634 1341.27,482.031 1340.63,485.427 1339.84,488.824 1338.88,492.221 1337.96,494.984 1337.74,495.618 1336.4,499.015 1334.88,502.411 \n",
" 1333.15,505.808 1332.81,506.422 1331.17,509.205 1328.95,512.602 1327.66,514.408 1326.44,515.998 1323.62,519.395 1322.51,520.635 1320.41,522.792 1317.36,525.702 \n",
" 1316.8,526.189 1312.62,529.585 1312.2,529.903 1307.72,532.982 1307.05,533.417 1301.9,536.37 1301.88,536.379 1296.75,538.821 1294.37,539.776 1291.6,540.845 \n",
" 1286.45,542.478 1283.66,543.173 1281.3,543.746 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#3da44d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1276.15,520.671 1270.99,521.691 1265.84,522.263 1260.69,522.401 1255.54,522.115 1250.39,521.411 1245.24,520.292 1242.22,519.395 1240.09,518.733 1234.94,516.705 \n",
" 1233.45,515.998 1229.78,514.16 1227.13,512.602 1224.63,511.047 1222.04,509.205 1219.48,507.261 1217.77,505.808 1214.33,502.66 1214.08,502.411 1210.96,499.015 \n",
" 1209.18,496.909 1208.18,495.618 1205.77,492.221 1204.03,489.501 1203.62,488.824 1201.81,485.427 1200.21,482.031 1198.88,478.744 1198.83,478.634 1197.73,475.237 \n",
" 1196.82,471.84 1196.11,468.444 1195.61,465.047 1195.3,461.65 1195.19,458.253 1195.29,454.857 1195.6,451.46 1196.11,448.063 1196.85,444.666 1197.8,441.269 \n",
" 1198.88,438.186 1198.99,437.873 1200.51,434.476 1202.29,431.079 1204.03,428.197 1204.37,427.682 1206.9,424.286 1209.18,421.572 1209.82,420.889 1213.35,417.492 \n",
" 1214.33,416.631 1217.64,414.095 1219.48,412.803 1223.01,410.699 1224.63,409.799 1229.78,407.463 1230.24,407.302 1234.94,405.727 1240.09,404.478 1243.83,403.905 \n",
" 1245.24,403.699 1250.39,403.369 1255.54,403.456 1260.2,403.905 1260.69,403.954 1265.84,404.889 1270.99,406.243 1274.07,407.302 1276.15,408.047 1281.3,410.335 \n",
" 1281.99,410.699 1286.45,413.177 1287.88,414.095 1291.6,416.633 1292.71,417.492 1296.75,420.822 1296.82,420.889 1300.28,424.286 1301.9,426.012 1303.33,427.682 \n",
" 1306.01,431.079 1307.05,432.539 1308.34,434.476 1310.37,437.873 1312.17,441.269 1312.2,441.336 1313.67,444.666 1314.95,448.063 1316.03,451.46 1316.9,454.857 \n",
" 1317.36,457.172 1317.56,458.253 1318,461.65 1318.24,465.047 1318.29,468.444 1318.14,471.84 1317.79,475.237 1317.36,477.869 1317.22,478.634 1316.41,482.031 \n",
" 1315.36,485.427 1314.07,488.824 1312.54,492.221 1312.2,492.867 1310.65,495.618 1308.44,499.015 1307.05,500.904 1305.83,502.411 1302.75,505.808 1301.9,506.652 \n",
" 1299.01,509.205 1296.75,511.025 1294.48,512.602 1291.6,514.444 1288.69,515.998 1286.45,517.117 1281.3,519.176 1280.58,519.395 1276.15,520.671 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip6302)\" style=\"stroke:#3da44d; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1265.84,489.5 1260.69,490.268 1255.54,490.118 1250.39,489.087 1249.67,488.824 1245.24,487.004 1242.58,485.427 1240.09,483.751 1238.13,482.031 1234.94,478.78 \n",
" 1234.82,478.634 1232.56,475.237 1230.75,471.84 1229.78,469.389 1229.47,468.444 1228.74,465.047 1228.41,461.65 1228.51,458.253 1229.03,454.857 1229.78,452.233 \n",
" 1230.05,451.46 1231.78,448.063 1234.11,444.666 1234.94,443.697 1237.64,441.269 1240.09,439.461 1243.2,437.873 1245.24,436.984 1250.39,435.732 1255.54,435.45 \n",
" 1260.69,436.094 1265.84,437.629 1266.36,437.873 1270.99,440.305 1272.35,441.269 1276.15,444.357 1276.45,444.666 1279.28,448.063 1281.3,450.994 1281.56,451.46 \n",
" 1283.09,454.857 1284.19,458.253 1284.86,461.65 1285.09,465.047 1284.85,468.444 1284.15,471.84 1282.96,475.237 1281.3,478.554 1281.25,478.634 1278.48,482.031 \n",
" 1276.15,484.326 1274.62,485.427 1270.99,487.624 1267.88,488.824 1265.84,489.5 \n",
" \"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"598.887\" cy=\"745.303\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"598.887\" cy=\"745.303\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1242.71\" cy=\"355.964\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1242.71\" cy=\"355.964\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1802.48\" cy=\"857.38\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1802.48\" cy=\"857.38\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1829.88\" cy=\"933.68\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1829.88\" cy=\"933.68\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1802.59\" cy=\"911.076\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1802.59\" cy=\"911.076\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"689.471\" cy=\"658.507\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"689.471\" cy=\"658.507\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1748.63\" cy=\"880.43\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1748.63\" cy=\"880.43\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1753.32\" cy=\"988.436\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1753.32\" cy=\"988.436\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1141.74\" cy=\"473.114\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1141.74\" cy=\"473.114\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1752.86\" cy=\"830.39\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1752.86\" cy=\"830.39\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"779.969\" cy=\"459.262\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"779.969\" cy=\"459.262\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"793.88\" cy=\"578.242\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"793.88\" cy=\"578.242\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1814.88\" cy=\"907.191\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1814.88\" cy=\"907.191\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"765.752\" cy=\"667.048\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"765.752\" cy=\"667.048\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1424.1\" cy=\"472.243\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1424.1\" cy=\"472.243\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"731.94\" cy=\"668.881\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"731.94\" cy=\"668.881\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"839.962\" cy=\"554.762\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"839.962\" cy=\"554.762\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1291.82\" cy=\"468.302\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1291.82\" cy=\"468.302\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"685.324\" cy=\"695.466\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"685.324\" cy=\"695.466\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"856.273\" cy=\"462.72\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"856.273\" cy=\"462.72\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1725.81\" cy=\"900.418\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1725.81\" cy=\"900.418\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"821.232\" cy=\"604.762\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"821.232\" cy=\"604.762\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1264.36\" cy=\"382.571\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1264.36\" cy=\"382.571\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"698.818\" cy=\"778.066\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"698.818\" cy=\"778.066\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"832.781\" cy=\"593.952\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"832.781\" cy=\"593.952\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1209.63\" cy=\"436.683\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1209.63\" cy=\"436.683\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1247.21\" cy=\"379.145\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1247.21\" cy=\"379.145\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1861.47\" cy=\"852.073\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1861.47\" cy=\"852.073\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1116.89\" cy=\"467.464\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1116.89\" cy=\"467.464\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"792.247\" cy=\"476.563\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"792.247\" cy=\"476.563\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"796.226\" cy=\"424.105\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"796.226\" cy=\"424.105\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1772.43\" cy=\"908.828\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1772.43\" cy=\"908.828\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1380.71\" cy=\"676.632\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1380.71\" cy=\"676.632\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1391.27\" cy=\"480.483\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1391.27\" cy=\"480.483\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1800.29\" cy=\"945.139\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1800.29\" cy=\"945.139\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1715.04\" cy=\"955.346\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1715.04\" cy=\"955.346\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1760.77\" cy=\"900.575\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1760.77\" cy=\"900.575\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1306.37\" cy=\"475.187\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1306.37\" cy=\"475.187\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1239.02\" cy=\"409.552\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1239.02\" cy=\"409.552\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1140.41\" cy=\"406.543\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1140.41\" cy=\"406.543\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"797.581\" cy=\"594.696\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"797.581\" cy=\"594.696\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"795.282\" cy=\"679.663\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"795.282\" cy=\"679.663\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"742.717\" cy=\"659.613\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"742.717\" cy=\"659.613\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1605.98\" cy=\"964.679\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1605.98\" cy=\"964.679\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"724.613\" cy=\"714.719\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"724.613\" cy=\"714.719\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1239.2\" cy=\"395.375\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1239.2\" cy=\"395.375\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1428.09\" cy=\"360.109\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1428.09\" cy=\"360.109\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1724.06\" cy=\"978.769\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1724.06\" cy=\"978.769\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1746.39\" cy=\"907.769\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1746.39\" cy=\"907.769\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"702.713\" cy=\"608.655\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"702.713\" cy=\"608.655\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1272.75\" cy=\"448.914\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1272.75\" cy=\"448.914\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1782.61\" cy=\"980.405\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1782.61\" cy=\"980.405\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1788.4\" cy=\"887.189\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1788.4\" cy=\"887.189\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1171.97\" cy=\"454.851\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1171.97\" cy=\"454.851\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1143.33\" cy=\"520.083\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1143.33\" cy=\"520.083\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"903.209\" cy=\"563.97\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"903.209\" cy=\"563.97\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"678.344\" cy=\"704.497\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"678.344\" cy=\"704.497\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1747.03\" cy=\"883.424\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1747.03\" cy=\"883.424\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1316.47\" cy=\"524.558\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1316.47\" cy=\"524.558\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1648.78\" cy=\"924.538\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1648.78\" cy=\"924.538\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"839.769\" cy=\"585.287\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"839.769\" cy=\"585.287\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"684.626\" cy=\"765.712\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"684.626\" cy=\"765.712\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1683.78\" cy=\"926.55\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1683.78\" cy=\"926.55\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1834.67\" cy=\"963.669\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1834.67\" cy=\"963.669\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1290.94\" cy=\"438.528\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1290.94\" cy=\"438.528\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1277.25\" cy=\"639.079\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1277.25\" cy=\"639.079\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"713.515\" cy=\"811.781\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"713.515\" cy=\"811.781\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1156.5\" cy=\"430.766\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1156.5\" cy=\"430.766\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"761.456\" cy=\"627.036\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"761.456\" cy=\"627.036\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"598.567\" cy=\"904.047\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"598.567\" cy=\"904.047\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"791.271\" cy=\"665.741\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"791.271\" cy=\"665.741\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1253.62\" cy=\"294.689\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1253.62\" cy=\"294.689\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1173.9\" cy=\"375.378\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1173.9\" cy=\"375.378\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1311.54\" cy=\"293.613\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1311.54\" cy=\"293.613\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"705.854\" cy=\"683.704\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"705.854\" cy=\"683.704\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1793.46\" cy=\"921.803\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1793.46\" cy=\"921.803\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1186.61\" cy=\"276.244\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1186.61\" cy=\"276.244\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"833.682\" cy=\"635.896\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"833.682\" cy=\"635.896\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"759.647\" cy=\"610.897\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"759.647\" cy=\"610.897\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1874.29\" cy=\"873.879\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1874.29\" cy=\"873.879\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1732.55\" cy=\"931.371\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1732.55\" cy=\"931.371\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"744.008\" cy=\"589.763\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"744.008\" cy=\"589.763\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1181.14\" cy=\"393.181\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1181.14\" cy=\"393.181\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1143.17\" cy=\"495.499\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1143.17\" cy=\"495.499\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"811.241\" cy=\"533.708\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"811.241\" cy=\"533.708\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1883.17\" cy=\"814.202\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1883.17\" cy=\"814.202\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1664.01\" cy=\"984.603\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1664.01\" cy=\"984.603\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"697.398\" cy=\"615.802\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"697.398\" cy=\"615.802\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1217.02\" cy=\"392.134\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1217.02\" cy=\"392.134\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1279.22\" cy=\"427.307\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1279.22\" cy=\"427.307\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"758.231\" cy=\"530.255\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"758.231\" cy=\"530.255\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1175.79\" cy=\"228.335\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1175.79\" cy=\"228.335\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1756.13\" cy=\"937.475\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1756.13\" cy=\"937.475\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1176.13\" cy=\"449.086\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1176.13\" cy=\"449.086\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"901.153\" cy=\"411.405\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"901.153\" cy=\"411.405\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1136.6\" cy=\"516.198\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1136.6\" cy=\"516.198\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1923.52\" cy=\"841.786\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1923.52\" cy=\"841.786\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1671.45\" cy=\"975.239\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1671.45\" cy=\"975.239\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"708.466\" cy=\"635.432\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"708.466\" cy=\"635.432\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"768.849\" cy=\"685.072\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"768.849\" cy=\"685.072\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1328.8\" cy=\"357.055\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1328.8\" cy=\"357.055\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1355.93\" cy=\"530.94\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1355.93\" cy=\"530.94\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1184.57\" cy=\"451.563\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1184.57\" cy=\"451.563\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1257.72\" cy=\"664.721\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1257.72\" cy=\"664.721\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1773.88\" cy=\"921.176\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1773.88\" cy=\"921.176\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"720.563\" cy=\"594.18\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"720.563\" cy=\"594.18\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1377.91\" cy=\"374.046\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1377.91\" cy=\"374.046\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"944.909\" cy=\"602.845\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"944.909\" cy=\"602.845\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1720.71\" cy=\"907.357\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1720.71\" cy=\"907.357\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1750.42\" cy=\"935.114\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1750.42\" cy=\"935.114\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1276.74\" cy=\"328.879\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1276.74\" cy=\"328.879\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1855.41\" cy=\"786.751\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1855.41\" cy=\"786.751\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1200.65\" cy=\"430.01\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1200.65\" cy=\"430.01\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1247.89\" cy=\"397.805\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1247.89\" cy=\"397.805\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"798.496\" cy=\"565.883\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"798.496\" cy=\"565.883\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"883.056\" cy=\"486.682\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"883.056\" cy=\"486.682\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1744.3\" cy=\"871.019\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1744.3\" cy=\"871.019\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1105.73\" cy=\"614.761\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1105.73\" cy=\"614.761\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"740.467\" cy=\"613.427\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"740.467\" cy=\"613.427\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"679.862\" cy=\"653.966\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"679.862\" cy=\"653.966\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"665.363\" cy=\"659.198\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"665.363\" cy=\"659.198\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"659.057\" cy=\"658.813\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"659.057\" cy=\"658.813\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1731.45\" cy=\"928.83\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1731.45\" cy=\"928.83\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1721.2\" cy=\"936.798\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1721.2\" cy=\"936.798\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"678.303\" cy=\"756.801\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"678.303\" cy=\"756.801\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1854.08\" cy=\"858.514\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1854.08\" cy=\"858.514\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"720.895\" cy=\"787.895\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"720.895\" cy=\"787.895\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"702.184\" cy=\"727.671\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"702.184\" cy=\"727.671\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1162.52\" cy=\"421.784\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1162.52\" cy=\"421.784\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"727.64\" cy=\"710.882\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"727.64\" cy=\"710.882\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"782.257\" cy=\"596.393\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"782.257\" cy=\"596.393\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1732.68\" cy=\"951.044\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1732.68\" cy=\"951.044\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1824.34\" cy=\"915.655\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1824.34\" cy=\"915.655\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"799.748\" cy=\"558.724\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"799.748\" cy=\"558.724\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1485.15\" cy=\"393.764\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1485.15\" cy=\"393.764\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"759.623\" cy=\"621.951\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"759.623\" cy=\"621.951\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"699.425\" cy=\"611.061\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"699.425\" cy=\"611.061\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1304.27\" cy=\"283.948\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1304.27\" cy=\"283.948\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"992.031\" cy=\"400.081\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"992.031\" cy=\"400.081\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1293.35\" cy=\"550.225\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1293.35\" cy=\"550.225\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"746.626\" cy=\"734.906\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"746.626\" cy=\"734.906\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1219.43\" cy=\"508.788\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1219.43\" cy=\"508.788\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"735.383\" cy=\"620.918\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"735.383\" cy=\"620.918\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1055.63\" cy=\"464.874\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1055.63\" cy=\"464.874\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1708.91\" cy=\"977.243\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1708.91\" cy=\"977.243\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1240.04\" cy=\"442.769\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1240.04\" cy=\"442.769\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"665.152\" cy=\"730.55\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"665.152\" cy=\"730.55\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1264.65\" cy=\"423.516\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1264.65\" cy=\"423.516\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1309.05\" cy=\"324.577\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1309.05\" cy=\"324.577\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1788.75\" cy=\"931.064\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1788.75\" cy=\"931.064\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"835.386\" cy=\"525.145\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"835.386\" cy=\"525.145\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"816.304\" cy=\"623.617\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"816.304\" cy=\"623.617\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"701.225\" cy=\"622.601\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"701.225\" cy=\"622.601\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"791.115\" cy=\"498.524\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"791.115\" cy=\"498.524\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"832.783\" cy=\"535.38\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"832.783\" cy=\"535.38\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1269.56\" cy=\"503.237\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1269.56\" cy=\"503.237\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1276.67\" cy=\"452.514\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1276.67\" cy=\"452.514\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"694.888\" cy=\"663.256\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"694.888\" cy=\"663.256\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1769.19\" cy=\"1024.66\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1769.19\" cy=\"1024.66\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1748.81\" cy=\"884.228\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1748.81\" cy=\"884.228\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1111.17\" cy=\"590.256\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1111.17\" cy=\"590.256\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1852.43\" cy=\"974.55\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1852.43\" cy=\"974.55\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"743.283\" cy=\"527.123\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"743.283\" cy=\"527.123\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1278.29\" cy=\"583.156\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1278.29\" cy=\"583.156\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1280.56\" cy=\"510.46\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1280.56\" cy=\"510.46\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"806.843\" cy=\"511.621\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"806.843\" cy=\"511.621\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1229.37\" cy=\"376.806\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1229.37\" cy=\"376.806\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"742.047\" cy=\"516.544\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"742.047\" cy=\"516.544\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1310.42\" cy=\"523.323\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1310.42\" cy=\"523.323\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"763.313\" cy=\"609.981\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"763.313\" cy=\"609.981\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"815.971\" cy=\"479.195\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"815.971\" cy=\"479.195\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"687.271\" cy=\"716.818\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"687.271\" cy=\"716.818\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1401.01\" cy=\"585.849\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1401.01\" cy=\"585.849\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1981.98\" cy=\"900.641\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1981.98\" cy=\"900.641\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1219.9\" cy=\"371.057\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1219.9\" cy=\"371.057\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1147.51\" cy=\"383.279\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1147.51\" cy=\"383.279\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"782.909\" cy=\"584.103\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"782.909\" cy=\"584.103\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1439.23\" cy=\"529.715\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1439.23\" cy=\"529.715\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"765.481\" cy=\"683.133\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"765.481\" cy=\"683.133\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1932.53\" cy=\"888.02\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1932.53\" cy=\"888.02\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1159.72\" cy=\"404.742\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1159.72\" cy=\"404.742\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1285.7\" cy=\"407.753\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1285.7\" cy=\"407.753\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1332.8\" cy=\"418.869\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1332.8\" cy=\"418.869\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"779.808\" cy=\"678.474\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"779.808\" cy=\"678.474\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1266.82\" cy=\"518.45\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1266.82\" cy=\"518.45\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"769.982\" cy=\"590.619\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"769.982\" cy=\"590.619\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1286.6\" cy=\"630.262\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1286.6\" cy=\"630.262\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"811.558\" cy=\"590.736\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"811.558\" cy=\"590.736\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1392.91\" cy=\"302.215\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1392.91\" cy=\"302.215\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"749.599\" cy=\"581.342\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"749.599\" cy=\"581.342\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"801.987\" cy=\"664.086\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"801.987\" cy=\"664.086\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1815.63\" cy=\"859.246\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1815.63\" cy=\"859.246\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1357.98\" cy=\"398.823\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1357.98\" cy=\"398.823\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1744.99\" cy=\"926.637\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1744.99\" cy=\"926.637\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1255.53\" cy=\"419.847\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1255.53\" cy=\"419.847\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1790.71\" cy=\"829.97\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1790.71\" cy=\"829.97\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"711.372\" cy=\"727.54\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"711.372\" cy=\"727.54\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"799.583\" cy=\"621.049\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"799.583\" cy=\"621.049\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1362.23\" cy=\"510.55\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1362.23\" cy=\"510.55\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"936.389\" cy=\"412.22\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"936.389\" cy=\"412.22\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"765.175\" cy=\"615.038\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"765.175\" cy=\"615.038\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"727.53\" cy=\"720.978\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"727.53\" cy=\"720.978\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1804.57\" cy=\"940.568\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1804.57\" cy=\"940.568\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1338.19\" cy=\"514.672\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1338.19\" cy=\"514.672\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"635.22\" cy=\"809.769\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"635.22\" cy=\"809.769\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"770.825\" cy=\"614.751\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"770.825\" cy=\"614.751\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1427.46\" cy=\"310.482\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1427.46\" cy=\"310.482\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"762.712\" cy=\"556.466\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"762.712\" cy=\"556.466\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"773.591\" cy=\"693.965\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"773.591\" cy=\"693.965\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1662.21\" cy=\"874.016\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1662.21\" cy=\"874.016\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"698.302\" cy=\"754.744\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"698.302\" cy=\"754.744\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"775.977\" cy=\"420.184\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"775.977\" cy=\"420.184\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"611.394\" cy=\"859.265\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"611.394\" cy=\"859.265\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1324.86\" cy=\"530.21\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1324.86\" cy=\"530.21\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1748.51\" cy=\"1033.78\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1748.51\" cy=\"1033.78\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1763.1\" cy=\"837.106\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1763.1\" cy=\"837.106\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"708.447\" cy=\"625.93\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"708.447\" cy=\"625.93\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"777.727\" cy=\"645.443\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"777.727\" cy=\"645.443\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1119.61\" cy=\"492.164\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1119.61\" cy=\"492.164\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1672.92\" cy=\"892.966\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1672.92\" cy=\"892.966\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"736.696\" cy=\"648.988\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"736.696\" cy=\"648.988\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1484.14\" cy=\"642.479\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1484.14\" cy=\"642.479\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1780.09\" cy=\"863.058\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1780.09\" cy=\"863.058\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"763.199\" cy=\"586.452\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"763.199\" cy=\"586.452\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1209.88\" cy=\"555.434\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1209.88\" cy=\"555.434\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"668.336\" cy=\"766.504\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"668.336\" cy=\"766.504\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"743.24\" cy=\"559.483\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"743.24\" cy=\"559.483\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"663.731\" cy=\"827.885\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"663.731\" cy=\"827.885\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1701.68\" cy=\"856.135\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1701.68\" cy=\"856.135\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"824.324\" cy=\"569.03\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"824.324\" cy=\"569.03\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1138.11\" cy=\"512.391\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1138.11\" cy=\"512.391\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1563.01\" cy=\"904.055\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1563.01\" cy=\"904.055\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1364.33\" cy=\"388.834\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1364.33\" cy=\"388.834\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1696.28\" cy=\"923.785\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1696.28\" cy=\"923.785\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1287.28\" cy=\"427.638\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1287.28\" cy=\"427.638\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"848.377\" cy=\"537.181\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"848.377\" cy=\"537.181\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1386.27\" cy=\"435.078\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1386.27\" cy=\"435.078\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1756.82\" cy=\"930.243\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1756.82\" cy=\"930.243\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"704.427\" cy=\"610.081\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"704.427\" cy=\"610.081\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1232.4\" cy=\"339.969\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1232.4\" cy=\"339.969\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1728.55\" cy=\"865.565\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1728.55\" cy=\"865.565\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1853.54\" cy=\"878.099\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1853.54\" cy=\"878.099\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"649.41\" cy=\"738\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"649.41\" cy=\"738\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1784.55\" cy=\"834.169\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1784.55\" cy=\"834.169\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1220.86\" cy=\"536.339\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1220.86\" cy=\"536.339\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"717.587\" cy=\"593.057\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"717.587\" cy=\"593.057\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1214.9\" cy=\"620.783\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1214.9\" cy=\"620.783\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1455.07\" cy=\"384.583\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1455.07\" cy=\"384.583\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1811.6\" cy=\"937.946\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1811.6\" cy=\"937.946\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1285.88\" cy=\"466.905\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1285.88\" cy=\"466.905\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1188.17\" cy=\"390.069\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1188.17\" cy=\"390.069\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"902.282\" cy=\"561.526\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"902.282\" cy=\"561.526\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1727.14\" cy=\"893.05\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1727.14\" cy=\"893.05\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1394.93\" cy=\"543.53\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1394.93\" cy=\"543.53\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"622.805\" cy=\"661.213\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"622.805\" cy=\"661.213\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"800.893\" cy=\"518.259\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"800.893\" cy=\"518.259\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"692.294\" cy=\"691.648\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"692.294\" cy=\"691.648\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"714.357\" cy=\"683.346\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"714.357\" cy=\"683.346\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1804.12\" cy=\"875.799\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1804.12\" cy=\"875.799\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"756.367\" cy=\"639.908\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"756.367\" cy=\"639.908\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1782.79\" cy=\"1007.36\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1782.79\" cy=\"1007.36\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1144.5\" cy=\"452.808\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1144.5\" cy=\"452.808\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"752.168\" cy=\"614.451\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"752.168\" cy=\"614.451\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1224.59\" cy=\"443.585\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1224.59\" cy=\"443.585\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1182.4\" cy=\"459.501\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1182.4\" cy=\"459.501\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1292.04\" cy=\"353.516\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1292.04\" cy=\"353.516\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1819.04\" cy=\"872.087\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1819.04\" cy=\"872.087\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1826.36\" cy=\"880.267\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1826.36\" cy=\"880.267\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"720.692\" cy=\"575.121\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"720.692\" cy=\"575.121\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1848.43\" cy=\"908.891\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1848.43\" cy=\"908.891\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1766.28\" cy=\"982.005\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1766.28\" cy=\"982.005\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"691.305\" cy=\"683.699\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"691.305\" cy=\"683.699\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1340.06\" cy=\"405.649\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1340.06\" cy=\"405.649\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1198.08\" cy=\"471.596\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1198.08\" cy=\"471.596\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1215.66\" cy=\"499.988\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1215.66\" cy=\"499.988\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1896.61\" cy=\"964.865\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1896.61\" cy=\"964.865\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"768.109\" cy=\"558.516\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"768.109\" cy=\"558.516\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1359.32\" cy=\"304.398\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1359.32\" cy=\"304.398\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1764.51\" cy=\"875.655\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1764.51\" cy=\"875.655\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"684.018\" cy=\"593.583\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"684.018\" cy=\"593.583\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1326.49\" cy=\"487.478\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1326.49\" cy=\"487.478\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1281.99\" cy=\"495.726\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1281.99\" cy=\"495.726\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1879.73\" cy=\"860.785\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1879.73\" cy=\"860.785\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1851.14\" cy=\"930.987\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1851.14\" cy=\"930.987\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1350.41\" cy=\"546.841\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1350.41\" cy=\"546.841\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"856.446\" cy=\"530.254\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"856.446\" cy=\"530.254\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"722.728\" cy=\"746.209\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"722.728\" cy=\"746.209\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"806.989\" cy=\"609.202\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"806.989\" cy=\"609.202\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1757.17\" cy=\"962.376\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1757.17\" cy=\"962.376\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"776.235\" cy=\"694.65\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"776.235\" cy=\"694.65\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1141.38\" cy=\"336.985\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1141.38\" cy=\"336.985\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1260.83\" cy=\"351.686\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1260.83\" cy=\"351.686\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1268.47\" cy=\"305.956\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1268.47\" cy=\"305.956\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1406.41\" cy=\"413.543\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#3da44d; stroke:none; fill-opacity:1\" cx=\"1406.41\" cy=\"413.543\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"626.736\" cy=\"735.307\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"626.736\" cy=\"735.307\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1777.14\" cy=\"916.527\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1777.14\" cy=\"916.527\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"785.85\" cy=\"568.259\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"785.85\" cy=\"568.259\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1794.35\" cy=\"850.884\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1794.35\" cy=\"850.884\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1761.14\" cy=\"891.986\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1761.14\" cy=\"891.986\" r=\"14\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1736.73\" cy=\"906.693\" r=\"18\"/>\n",
"<circle clip-path=\"url(#clip6302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1736.73\" cy=\"906.693\" r=\"14\"/>\n",
"<polygon clip-path=\"url(#clip6300)\" points=\"\n",
"1989.93,251.724 2280.76,251.724 2280.76,130.764 1989.93,130.764 \n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip6300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1989.93,251.724 2280.76,251.724 2280.76,130.764 1989.93,130.764 1989.93,251.724 \n",
" \"/>\n",
"<circle clip-path=\"url(#clip6300)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2097.93\" cy=\"191.244\" r=\"25\"/>\n",
"<circle clip-path=\"url(#clip6300)\" style=\"fill:#e26f46; stroke:none; fill-opacity:1\" cx=\"2097.93\" cy=\"191.244\" r=\"21\"/>\n",
"<g clip-path=\"url(#clip6300)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:start;\" transform=\"rotate(0, 2181.93, 208.744)\" x=\"2181.93\" y=\"208.744\">y4</text>\n",
"</g>\n",
"</svg>\n"
]
},
"execution_count": 15,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"plt = plot()\n",
"plot_contours(gmm)\n",
"scatter!(x_train[1, :], x_train[2, :], markercolor=hidden_state)"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Julia 1.0.0",
"language": "julia",
"name": "julia-1.0"
},
"language_info": {
"file_extension": ".jl",
"mimetype": "application/julia",
"name": "julia",
"version": "1.0.0"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment