Skip to content

Instantly share code, notes, and snippets.

@yiyuezhuo
Last active May 29, 2022 07:59
Show Gist options
  • Save yiyuezhuo/6f3d444cb507ad64e18c806033cce28c to your computer and use it in GitHub Desktop.
Save yiyuezhuo/6f3d444cb507ad64e18c806033cce28c to your computer and use it in GitHub Desktop.
Simulation trajectory and Kalman Filter for a stochastic dodge game
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"id": "bd832799",
"metadata": {},
"outputs": [],
"source": [
"using Plots"
]
},
{
"cell_type": "code",
"execution_count": 2,
"id": "db6d6457",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"QV_for (generic function with 1 method)"
]
},
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"function F_for(Δt)\n",
" [1 Δt Δt^2/2; \n",
" 0 1 Δt; \n",
" 0 0 1]\n",
"end\n",
"\n",
"function F2_for(Δt)\n",
" F = F_for(Δt)\n",
" [F zero(F); zero(F) F]\n",
"end\n",
"\n",
"#=\n",
"function QV_for(Δt, σ_acc_noise)\n",
" [Δt^2/2; Δt; 1] * σ_acc_noise\n",
"end\n",
"=#\n",
"function QV_for(Δt, σ_acc_noise)\n",
" [Δt^3/6; Δt^2/2; Δt] * σ_acc_noise\n",
"end\n"
]
},
{
"cell_type": "code",
"execution_count": 3,
"id": "1f9f69c1",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"6-element Vector{Float64}:\n",
" 800.0\n",
" -160.0\n",
" 0.0\n",
" 400.0\n",
" 0.0\n",
" 0.0"
]
},
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"x_init = [800.0, -160.0, 0.0, 400.0, 0, 0]"
]
},
{
"cell_type": "code",
"execution_count": 4,
"id": "a93a3251",
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"┌ Warning: Skipped marker arg o.\n",
"└ @ Plots C:\\Users\\yiyue\\.julia\\packages\\Plots\\1KWPG\\src\\args.jl:1231\n"
]
},
{
"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=\"clip390\">\n",
" <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<path clip-path=\"url(#clip390)\" d=\"\n",
"M0 1600 L2400 1600 L2400 0 L0 0 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip391\">\n",
" <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<path clip-path=\"url(#clip390)\" d=\"\n",
"M170.857 1486.45 L2352.76 1486.45 L2352.76 47.2441 L170.857 47.2441 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip392\">\n",
" <rect x=\"170\" y=\"47\" width=\"2183\" height=\"1440\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip392)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 184.271,1486.45 184.271,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip392)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 685.874,1486.45 685.874,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip392)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1187.48,1486.45 1187.48,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip392)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1689.08,1486.45 1689.08,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip392)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2190.68,1486.45 2190.68,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip390)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 170.857,1486.45 2352.76,1486.45 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip390)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 184.271,1486.45 184.271,1467.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip390)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 685.874,1486.45 685.874,1467.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip390)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1187.48,1486.45 1187.48,1467.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip390)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1689.08,1486.45 1689.08,1467.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip390)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2190.68,1486.45 2190.68,1467.55 \n",
" \"/>\n",
"<path clip-path=\"url(#clip390)\" d=\"M123.253 1532.02 L152.929 1532.02 L152.929 1535.95 L123.253 1535.95 L123.253 1532.02 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip390)\" d=\"M167.049 1544.91 L183.368 1544.91 L183.368 1548.85 L161.424 1548.85 L161.424 1544.91 Q164.086 1542.16 168.669 1537.53 Q173.276 1532.88 174.456 1531.53 Q176.702 1529.01 177.581 1527.27 Q178.484 1525.51 178.484 1523.82 Q178.484 1521.07 176.54 1519.33 Q174.618 1517.6 171.517 1517.6 Q169.317 1517.6 166.864 1518.36 Q164.433 1519.13 161.655 1520.68 L161.655 1515.95 Q164.48 1514.82 166.933 1514.24 Q169.387 1513.66 171.424 1513.66 Q176.794 1513.66 179.989 1516.35 Q183.183 1519.03 183.183 1523.52 Q183.183 1525.65 182.373 1527.57 Q181.586 1529.47 179.479 1532.07 Q178.901 1532.74 175.799 1535.95 Q172.697 1539.15 167.049 1544.91 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip390)\" d=\"M193.229 1514.29 L211.586 1514.29 L211.586 1518.22 L197.512 1518.22 L197.512 1526.7 Q198.53 1526.35 199.549 1526.19 Q200.567 1526 201.586 1526 Q207.373 1526 210.752 1529.17 Q214.132 1532.34 214.132 1537.76 Q214.132 1543.34 210.66 1546.44 Q207.188 1549.52 200.868 1549.52 Q198.692 1549.52 196.424 1549.15 Q194.178 1548.78 191.771 1548.04 L191.771 1543.34 Q193.854 1544.47 196.077 1545.03 Q198.299 1545.58 200.776 1545.58 Q204.78 1545.58 207.118 1543.48 Q209.456 1541.37 209.456 1537.76 Q209.456 1534.15 207.118 1532.04 Q204.78 1529.94 200.776 1529.94 Q198.901 1529.94 197.026 1530.35 Q195.174 1530.77 193.229 1531.65 L193.229 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip390)\" d=\"M233.345 1517.37 Q229.734 1517.37 227.905 1520.93 Q226.1 1524.47 226.1 1531.6 Q226.1 1538.71 227.905 1542.27 Q229.734 1545.82 233.345 1545.82 Q236.979 1545.82 238.785 1542.27 Q240.613 1538.71 240.613 1531.6 Q240.613 1524.47 238.785 1520.93 Q236.979 1517.37 233.345 1517.37 M233.345 1513.66 Q239.155 1513.66 242.211 1518.27 Q245.289 1522.85 245.289 1531.6 Q245.289 1540.33 242.211 1544.94 Q239.155 1549.52 233.345 1549.52 Q227.535 1549.52 224.456 1544.94 Q221.401 1540.33 221.401 1531.6 Q221.401 1522.85 224.456 1518.27 Q227.535 1513.66 233.345 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip390)\" d=\"M685.874 1517.37 Q682.263 1517.37 680.434 1520.93 Q678.629 1524.47 678.629 1531.6 Q678.629 1538.71 680.434 1542.27 Q682.263 1545.82 685.874 1545.82 Q689.508 1545.82 691.314 1542.27 Q693.143 1538.71 693.143 1531.6 Q693.143 1524.47 691.314 1520.93 Q689.508 1517.37 685.874 1517.37 M685.874 1513.66 Q691.684 1513.66 694.74 1518.27 Q697.819 1522.85 697.819 1531.6 Q697.819 1540.33 694.74 1544.94 Q691.684 1549.52 685.874 1549.52 Q680.064 1549.52 676.985 1544.94 Q673.93 1540.33 673.93 1531.6 Q673.93 1522.85 676.985 1518.27 Q680.064 1513.66 685.874 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip390)\" d=\"M1151.17 1544.91 L1167.49 1544.91 L1167.49 1548.85 L1145.54 1548.85 L1145.54 1544.91 Q1148.21 1542.16 1152.79 1537.53 Q1157.4 1532.88 1158.58 1531.53 Q1160.82 1529.01 1161.7 1527.27 Q1162.6 1525.51 1162.6 1523.82 Q1162.6 1521.07 1160.66 1519.33 Q1158.74 1517.6 1155.64 1517.6 Q1153.44 1517.6 1150.98 1518.36 Q1148.55 1519.13 1145.78 1520.68 L1145.78 1515.95 Q1148.6 1514.82 1151.05 1514.24 Q1153.51 1513.66 1155.54 1513.66 Q1160.91 1513.66 1164.11 1516.35 Q1167.3 1519.03 1167.3 1523.52 Q1167.3 1525.65 1166.49 1527.57 Q1165.71 1529.47 1163.6 1532.07 Q1163.02 1532.74 1159.92 1535.95 Q1156.82 1539.15 1151.17 1544.91 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip390)\" d=\"M1177.35 1514.29 L1195.71 1514.29 L1195.71 1518.22 L1181.63 1518.22 L1181.63 1526.7 Q1182.65 1526.35 1183.67 1526.19 Q1184.69 1526 1185.71 1526 Q1191.49 1526 1194.87 1529.17 Q1198.25 1532.34 1198.25 1537.76 Q1198.25 1543.34 1194.78 1546.44 Q1191.31 1549.52 1184.99 1549.52 Q1182.81 1549.52 1180.54 1549.15 Q1178.3 1548.78 1175.89 1548.04 L1175.89 1543.34 Q1177.98 1544.47 1180.2 1545.03 Q1182.42 1545.58 1184.9 1545.58 Q1188.9 1545.58 1191.24 1543.48 Q1193.58 1541.37 1193.58 1537.76 Q1193.58 1534.15 1191.24 1532.04 Q1188.9 1529.94 1184.9 1529.94 Q1183.02 1529.94 1181.15 1530.35 Q1179.29 1530.77 1177.35 1531.65 L1177.35 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip390)\" d=\"M1217.47 1517.37 Q1213.85 1517.37 1212.03 1520.93 Q1210.22 1524.47 1210.22 1531.6 Q1210.22 1538.71 1212.03 1542.27 Q1213.85 1545.82 1217.47 1545.82 Q1221.1 1545.82 1222.91 1542.27 Q1224.73 1538.71 1224.73 1531.6 Q1224.73 1524.47 1222.91 1520.93 Q1221.1 1517.37 1217.47 1517.37 M1217.47 1513.66 Q1223.28 1513.66 1226.33 1518.27 Q1229.41 1522.85 1229.41 1531.6 Q1229.41 1540.33 1226.33 1544.94 Q1223.28 1549.52 1217.47 1549.52 Q1211.66 1549.52 1208.58 1544.94 Q1205.52 1540.33 1205.52 1531.6 Q1205.52 1522.85 1208.58 1518.27 Q1211.66 1513.66 1217.47 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip390)\" d=\"M1648.7 1514.29 L1667.06 1514.29 L1667.06 1518.22 L1652.98 1518.22 L1652.98 1526.7 Q1654 1526.35 1655.02 1526.19 Q1656.04 1526 1657.06 1526 Q1662.84 1526 1666.22 1529.17 Q1669.6 1532.34 1669.6 1537.76 Q1669.6 1543.34 1666.13 1546.44 Q1662.66 1549.52 1656.34 1549.52 Q1654.16 1549.52 1651.89 1549.15 Q1649.65 1548.78 1647.24 1548.04 L1647.24 1543.34 Q1649.32 1544.47 1651.55 1545.03 Q1653.77 1545.58 1656.24 1545.58 Q1660.25 1545.58 1662.59 1543.48 Q1664.93 1541.37 1664.93 1537.76 Q1664.93 1534.15 1662.59 1532.04 Q1660.25 1529.94 1656.24 1529.94 Q1654.37 1529.94 1652.49 1530.35 Q1650.64 1530.77 1648.7 1531.65 L1648.7 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip390)\" d=\"M1688.81 1517.37 Q1685.2 1517.37 1683.37 1520.93 Q1681.57 1524.47 1681.57 1531.6 Q1681.57 1538.71 1683.37 1542.27 Q1685.2 1545.82 1688.81 1545.82 Q1692.45 1545.82 1694.25 1542.27 Q1696.08 1538.71 1696.08 1531.6 Q1696.08 1524.47 1694.25 1520.93 Q1692.45 1517.37 1688.81 1517.37 M1688.81 1513.66 Q1694.62 1513.66 1697.68 1518.27 Q1700.76 1522.85 1700.76 1531.6 Q1700.76 1540.33 1697.68 1544.94 Q1694.62 1549.52 1688.81 1549.52 Q1683 1549.52 1679.93 1544.94 Q1676.87 1540.33 1676.87 1531.6 Q1676.87 1522.85 1679.93 1518.27 Q1683 1513.66 1688.81 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip390)\" d=\"M1718.98 1517.37 Q1715.36 1517.37 1713.54 1520.93 Q1711.73 1524.47 1711.73 1531.6 Q1711.73 1538.71 1713.54 1542.27 Q1715.36 1545.82 1718.98 1545.82 Q1722.61 1545.82 1724.42 1542.27 Q1726.24 1538.71 1726.24 1531.6 Q1726.24 1524.47 1724.42 1520.93 Q1722.61 1517.37 1718.98 1517.37 M1718.98 1513.66 Q1724.79 1513.66 1727.84 1518.27 Q1730.92 1522.85 1730.92 1531.6 Q1730.92 1540.33 1727.84 1544.94 Q1724.79 1549.52 1718.98 1549.52 Q1713.17 1549.52 1710.09 1544.94 Q1707.03 1540.33 1707.03 1531.6 Q1707.03 1522.85 1710.09 1518.27 Q1713.17 1513.66 1718.98 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip390)\" d=\"M2148.96 1514.29 L2171.18 1514.29 L2171.18 1516.28 L2158.64 1548.85 L2153.75 1548.85 L2165.56 1518.22 L2148.96 1518.22 L2148.96 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip390)\" d=\"M2180.35 1514.29 L2198.7 1514.29 L2198.7 1518.22 L2184.63 1518.22 L2184.63 1526.7 Q2185.65 1526.35 2186.67 1526.19 Q2187.69 1526 2188.7 1526 Q2194.49 1526 2197.87 1529.17 Q2201.25 1532.34 2201.25 1537.76 Q2201.25 1543.34 2197.78 1546.44 Q2194.31 1549.52 2187.99 1549.52 Q2185.81 1549.52 2183.54 1549.15 Q2181.3 1548.78 2178.89 1548.04 L2178.89 1543.34 Q2180.97 1544.47 2183.2 1545.03 Q2185.42 1545.58 2187.89 1545.58 Q2191.9 1545.58 2194.24 1543.48 Q2196.57 1541.37 2196.57 1537.76 Q2196.57 1534.15 2194.24 1532.04 Q2191.9 1529.94 2187.89 1529.94 Q2186.02 1529.94 2184.14 1530.35 Q2182.29 1530.77 2180.35 1531.65 L2180.35 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip390)\" d=\"M2220.46 1517.37 Q2216.85 1517.37 2215.02 1520.93 Q2213.22 1524.47 2213.22 1531.6 Q2213.22 1538.71 2215.02 1542.27 Q2216.85 1545.82 2220.46 1545.82 Q2224.1 1545.82 2225.9 1542.27 Q2227.73 1538.71 2227.73 1531.6 Q2227.73 1524.47 2225.9 1520.93 Q2224.1 1517.37 2220.46 1517.37 M2220.46 1513.66 Q2226.27 1513.66 2229.33 1518.27 Q2232.41 1522.85 2232.41 1531.6 Q2232.41 1540.33 2229.33 1544.94 Q2226.27 1549.52 2220.46 1549.52 Q2214.65 1549.52 2211.57 1544.94 Q2208.52 1540.33 2208.52 1531.6 Q2208.52 1522.85 2211.57 1518.27 Q2214.65 1513.66 2220.46 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip392)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 170.857,1178.68 2352.76,1178.68 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip392)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 170.857,837.834 2352.76,837.834 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip392)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 170.857,496.99 2352.76,496.99 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip392)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 170.857,156.145 2352.76,156.145 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip390)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 170.857,1486.45 170.857,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip390)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 170.857,1178.68 189.755,1178.68 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip390)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 170.857,837.834 189.755,837.834 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip390)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 170.857,496.99 189.755,496.99 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip390)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 170.857,156.145 189.755,156.145 \n",
" \"/>\n",
"<path clip-path=\"url(#clip390)\" d=\"M122.913 1164.48 Q119.302 1164.48 117.473 1168.04 Q115.668 1171.58 115.668 1178.71 Q115.668 1185.82 117.473 1189.38 Q119.302 1192.93 122.913 1192.93 Q126.547 1192.93 128.353 1189.38 Q130.182 1185.82 130.182 1178.71 Q130.182 1171.58 128.353 1168.04 Q126.547 1164.48 122.913 1164.48 M122.913 1160.77 Q128.723 1160.77 131.779 1165.38 Q134.857 1169.96 134.857 1178.71 Q134.857 1187.44 131.779 1192.05 Q128.723 1196.63 122.913 1196.63 Q117.103 1196.63 114.024 1192.05 Q110.969 1187.44 110.969 1178.71 Q110.969 1169.96 114.024 1165.38 Q117.103 1160.77 122.913 1160.77 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip390)\" d=\"M56.6171 851.179 L72.9365 851.179 L72.9365 855.114 L50.9921 855.114 L50.9921 851.179 Q53.6541 848.424 58.2375 843.795 Q62.8439 839.142 64.0245 837.8 Q66.2698 835.276 67.1494 833.54 Q68.0522 831.781 68.0522 830.091 Q68.0522 827.337 66.1078 825.601 Q64.1865 823.864 61.0847 823.864 Q58.8856 823.864 56.4319 824.628 Q54.0014 825.392 51.2236 826.943 L51.2236 822.221 Q54.0477 821.087 56.5014 820.508 Q58.955 819.929 60.9921 819.929 Q66.3624 819.929 69.5568 822.614 Q72.7513 825.3 72.7513 829.79 Q72.7513 831.92 71.9411 833.841 Q71.1541 835.739 69.0476 838.332 Q68.4689 839.003 65.367 842.221 Q62.2652 845.415 56.6171 851.179 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip390)\" d=\"M82.7975 820.554 L101.154 820.554 L101.154 824.489 L87.0799 824.489 L87.0799 832.962 Q88.0984 832.614 89.1169 832.452 Q90.1354 832.267 91.1539 832.267 Q96.941 832.267 100.321 835.438 Q103.7 838.61 103.7 844.026 Q103.7 849.605 100.228 852.707 Q96.7558 855.786 90.4364 855.786 Q88.2604 855.786 85.9919 855.415 Q83.7466 855.045 81.3392 854.304 L81.3392 849.605 Q83.4225 850.739 85.6447 851.295 Q87.8669 851.85 90.3438 851.85 Q94.3484 851.85 96.6863 849.744 Q99.0243 847.637 99.0243 844.026 Q99.0243 840.415 96.6863 838.309 Q94.3484 836.202 90.3438 836.202 Q88.4688 836.202 86.5938 836.619 Q84.7419 837.036 82.7975 837.915 L82.7975 820.554 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip390)\" d=\"M122.913 823.633 Q119.302 823.633 117.473 827.198 Q115.668 830.739 115.668 837.869 Q115.668 844.975 117.473 848.54 Q119.302 852.082 122.913 852.082 Q126.547 852.082 128.353 848.54 Q130.182 844.975 130.182 837.869 Q130.182 830.739 128.353 827.198 Q126.547 823.633 122.913 823.633 M122.913 819.929 Q128.723 819.929 131.779 824.536 Q134.857 829.119 134.857 837.869 Q134.857 846.596 131.779 851.202 Q128.723 855.786 122.913 855.786 Q117.103 855.786 114.024 851.202 Q110.969 846.596 110.969 837.869 Q110.969 829.119 114.024 824.536 Q117.103 819.929 122.913 819.929 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip390)\" d=\"M52.6356 479.71 L70.992 479.71 L70.992 483.645 L56.918 483.645 L56.918 492.117 Q57.9365 491.77 58.955 491.608 Q59.9736 491.423 60.9921 491.423 Q66.7791 491.423 70.1587 494.594 Q73.5383 497.765 73.5383 503.182 Q73.5383 508.76 70.0661 511.862 Q66.5939 514.941 60.2745 514.941 Q58.0986 514.941 55.8301 514.571 Q53.5847 514.2 51.1773 513.46 L51.1773 508.76 Q53.2606 509.895 55.4828 510.45 Q57.7051 511.006 60.1819 511.006 Q64.1865 511.006 66.5245 508.899 Q68.8624 506.793 68.8624 503.182 Q68.8624 499.571 66.5245 497.464 Q64.1865 495.358 60.1819 495.358 Q58.3069 495.358 56.4319 495.774 Q54.5801 496.191 52.6356 497.071 L52.6356 479.71 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip390)\" d=\"M92.7512 482.788 Q89.1401 482.788 87.3114 486.353 Q85.5058 489.895 85.5058 497.024 Q85.5058 504.131 87.3114 507.696 Q89.1401 511.237 92.7512 511.237 Q96.3854 511.237 98.1909 507.696 Q100.02 504.131 100.02 497.024 Q100.02 489.895 98.1909 486.353 Q96.3854 482.788 92.7512 482.788 M92.7512 479.085 Q98.5613 479.085 101.617 483.691 Q104.696 488.274 104.696 497.024 Q104.696 505.751 101.617 510.358 Q98.5613 514.941 92.7512 514.941 Q86.941 514.941 83.8623 510.358 Q80.8068 505.751 80.8068 497.024 Q80.8068 488.274 83.8623 483.691 Q86.941 479.085 92.7512 479.085 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip390)\" d=\"M122.913 482.788 Q119.302 482.788 117.473 486.353 Q115.668 489.895 115.668 497.024 Q115.668 504.131 117.473 507.696 Q119.302 511.237 122.913 511.237 Q126.547 511.237 128.353 507.696 Q130.182 504.131 130.182 497.024 Q130.182 489.895 128.353 486.353 Q126.547 482.788 122.913 482.788 M122.913 479.085 Q128.723 479.085 131.779 483.691 Q134.857 488.274 134.857 497.024 Q134.857 505.751 131.779 510.358 Q128.723 514.941 122.913 514.941 Q117.103 514.941 114.024 510.358 Q110.969 505.751 110.969 497.024 Q110.969 488.274 114.024 483.691 Q117.103 479.085 122.913 479.085 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip390)\" d=\"M51.4088 138.865 L73.6309 138.865 L73.6309 140.856 L61.0847 173.425 L56.2004 173.425 L68.0059 142.8 L51.4088 142.8 L51.4088 138.865 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip390)\" d=\"M82.7975 138.865 L101.154 138.865 L101.154 142.8 L87.0799 142.8 L87.0799 151.273 Q88.0984 150.925 89.1169 150.763 Q90.1354 150.578 91.1539 150.578 Q96.941 150.578 100.321 153.749 Q103.7 156.921 103.7 162.337 Q103.7 167.916 100.228 171.018 Q96.7558 174.096 90.4364 174.096 Q88.2604 174.096 85.9919 173.726 Q83.7466 173.356 81.3392 172.615 L81.3392 167.916 Q83.4225 169.05 85.6447 169.606 Q87.8669 170.161 90.3438 170.161 Q94.3484 170.161 96.6863 168.055 Q99.0243 165.948 99.0243 162.337 Q99.0243 158.726 96.6863 156.62 Q94.3484 154.513 90.3438 154.513 Q88.4688 154.513 86.5938 154.93 Q84.7419 155.347 82.7975 156.226 L82.7975 138.865 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip390)\" d=\"M122.913 141.944 Q119.302 141.944 117.473 145.509 Q115.668 149.05 115.668 156.18 Q115.668 163.286 117.473 166.851 Q119.302 170.393 122.913 170.393 Q126.547 170.393 128.353 166.851 Q130.182 163.286 130.182 156.18 Q130.182 149.05 128.353 145.509 Q126.547 141.944 122.913 141.944 M122.913 138.24 Q128.723 138.24 131.779 142.847 Q134.857 147.43 134.857 156.18 Q134.857 164.907 131.779 169.513 Q128.723 174.096 122.913 174.096 Q117.103 174.096 114.024 169.513 Q110.969 164.907 110.969 156.18 Q110.969 147.43 114.024 142.847 Q117.103 138.24 122.913 138.24 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip392)\" style=\"stroke:#009af9; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2285.65,633.328 2280.31,633.33 2274.96,633.332 2269.61,633.338 2264.26,633.357 2258.9,633.393 2253.55,633.446 2248.18,633.516 2242.82,633.604 2237.45,633.714 \n",
" 2232.09,633.846 2226.72,634.002 2221.36,634.183 2215.99,634.393 2210.62,634.637 2205.26,634.917 2199.89,635.229 2194.53,635.574 2189.16,635.957 2183.8,636.38 \n",
" 2178.44,636.846 2173.07,637.352 2167.71,637.897 2162.35,638.478 2156.99,639.096 2151.63,639.753 2146.27,640.45 2140.9,641.186 2135.54,641.964 2130.17,642.779 \n",
" 2124.81,643.627 2119.44,644.506 2114.08,645.412 2108.72,646.344 2103.37,647.301 2098.02,648.283 2092.67,649.286 2087.34,650.311 2082,651.358 2076.66,652.426 \n",
" 2071.32,653.516 2065.98,654.627 2060.64,655.76 2055.3,656.914 2049.96,658.09 2044.61,659.294 2039.26,660.527 2033.9,661.792 2028.55,663.094 2023.19,664.428 \n",
" 2017.83,665.793 2012.47,667.187 2007.11,668.609 2001.75,670.063 1996.39,671.555 1991.03,673.093 1985.67,674.677 1980.31,676.308 1974.95,677.982 1969.59,679.701 \n",
" 1964.22,681.466 1958.85,683.276 1953.47,685.131 1948.09,687.032 1942.69,688.979 1937.29,690.966 1931.89,692.992 1926.47,695.06 1921.06,697.172 1915.63,699.329 \n",
" 1910.19,701.532 1904.75,703.781 1899.29,706.075 1893.83,708.405 1888.36,710.765 1882.89,713.152 1877.4,715.566 1871.91,718.002 1866.42,720.459 1860.91,722.942 \n",
" 1855.39,725.454 1849.86,727.994 1844.31,730.563 1838.74,733.158 1833.16,735.775 1827.56,738.409 1821.94,741.056 1816.3,743.714 1810.65,746.378 1804.97,749.046 \n",
" 1799.28,751.716 1793.56,754.392 1787.83,757.075 1782.08,759.77 1776.3,762.479 1770.5,765.203 1764.67,767.941 1758.82,770.693 1752.93,773.458 1747.02,776.236 \n",
" 1741.07,779.028 1735.09,781.829 1729.09,784.638 1723.05,787.456 1716.98,790.282 1710.88,793.117 1704.75,795.959 1698.59,798.81 1692.39,801.67 1686.18,804.539 \n",
" 1679.93,807.424 1673.66,810.329 1667.37,813.254 1661.04,816.194 1654.69,819.149 1648.32,822.118 1641.92,825.099 1635.49,828.093 1629.03,831.093 1622.54,834.095 \n",
" 1616.03,837.1 1609.5,840.104 1602.94,843.104 1596.36,846.101 1589.75,849.092 1583.12,852.076 1576.47,855.057 1569.79,858.037 1563.09,861.016 1556.36,863.997 \n",
" 1549.6,866.978 1542.83,869.963 1536.03,872.952 1529.21,875.942 1522.36,878.936 1515.49,881.935 1508.6,884.941 1501.68,887.956 1494.73,890.975 1487.77,893.993 \n",
" 1480.77,897.011 1473.76,900.031 1466.72,903.053 1459.66,906.076 1452.57,909.096 1445.47,912.116 1438.33,915.134 1431.18,918.153 1423.99,921.173 1416.78,924.198 \n",
" 1409.55,927.228 1402.3,930.261 1395.03,933.296 1387.74,936.329 1380.43,939.359 1373.09,942.384 1365.73,945.407 1358.35,948.428 1350.94,951.45 1343.5,954.469 \n",
" 1336.04,957.479 1328.56,960.482 1321.05,963.473 1313.53,966.457 1305.98,969.436 1298.42,972.411 1290.85,975.379 1283.26,978.332 1275.67,981.267 1268.06,984.184 \n",
" 1260.45,987.082 1252.83,989.962 1245.2,992.826 1237.55,995.678 1229.9,998.515 1222.23,1001.34 1214.56,1004.15 1206.87,1006.95 1199.18,1009.75 1191.48,1012.54 \n",
" 1183.77,1015.33 1176.05,1018.12 1168.32,1020.91 1160.58,1023.69 1152.82,1026.48 1145.06,1029.26 1137.27,1032.03 1129.47,1034.8 1121.66,1037.57 1113.84,1040.33 \n",
" 1106,1043.1 1098.14,1045.87 1090.27,1048.66 1082.38,1051.47 1074.48,1054.29 1066.56,1057.13 1058.62,1059.97 1050.67,1062.83 1042.7,1065.7 1034.71,1068.59 \n",
" 1026.71,1071.49 1018.69,1074.41 1010.66,1077.33 1002.61,1080.26 994.554,1083.2 986.49,1086.15 978.42,1089.12 970.344,1092.1 962.264,1095.09 954.18,1098.08 \n",
" 946.091,1101.08 937.998,1104.09 929.899,1107.11 921.796,1110.14 913.69,1113.18 905.583,1116.23 897.475,1119.29 889.368,1122.36 881.262,1125.43 873.157,1128.51 \n",
" 865.052,1131.58 856.949,1134.67 848.848,1137.76 840.752,1140.86 832.661,1143.98 824.575,1147.1 816.494,1150.23 808.418,1153.37 800.35,1156.5 792.289,1159.65 \n",
" 784.237,1162.79 776.193,1165.94 768.156,1169.1 760.126,1172.28 752.1,1175.47 744.078,1178.68 736.06,1181.93 728.043,1185.2 720.03,1188.49 712.019,1191.81 \n",
" 704.01,1195.15 696.001,1198.52 687.993,1201.91 679.987,1205.33 671.982,1208.77 663.979,1212.23 655.976,1215.71 647.974,1219.2 639.973,1222.71 631.974,1226.23 \n",
" 623.977,1229.78 615.984,1233.34 607.991,1236.91 599.998,1240.5 592.004,1244.1 584.009,1247.72 576.013,1251.35 568.017,1254.99 560.021,1258.66 552.026,1262.36 \n",
" 544.031,1266.07 536.035,1269.82 528.036,1273.59 520.036,1277.38 512.033,1281.21 504.026,1285.07 496.017,1288.97 488.006,1292.9 479.995,1296.88 471.983,1300.9 \n",
" 463.971,1304.97 455.96,1309.08 447.95,1313.25 439.943,1317.46 431.938,1321.73 423.939,1326.04 415.946,1330.39 407.957,1334.79 399.974,1339.23 391.995,1343.72 \n",
" 384.021,1348.27 376.052,1352.88 368.086,1357.54 360.125,1362.27 352.166,1367.06 344.209,1371.91 336.254,1376.84 328.3,1381.82 320.347,1386.88 312.393,1391.99 \n",
" 304.437,1397.15 296.477,1402.36 288.513,1407.62 280.544,1412.92 272.568,1418.28 264.585,1423.67 256.597,1429.11 248.605,1434.6 240.608,1440.13 232.609,1445.72 \n",
" \n",
" \"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2285.65\" cy=\"633.328\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2280.31\" cy=\"633.33\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2274.96\" cy=\"633.332\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2269.61\" cy=\"633.338\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2264.26\" cy=\"633.357\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2258.9\" cy=\"633.393\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2253.55\" cy=\"633.446\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2248.18\" cy=\"633.516\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2242.82\" cy=\"633.604\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2237.45\" cy=\"633.714\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2232.09\" cy=\"633.846\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2226.72\" cy=\"634.002\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2221.36\" cy=\"634.183\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2215.99\" cy=\"634.393\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2210.62\" cy=\"634.637\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2205.26\" cy=\"634.917\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2199.89\" cy=\"635.229\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2194.53\" cy=\"635.574\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2189.16\" cy=\"635.957\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2183.8\" cy=\"636.38\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2178.44\" cy=\"636.846\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2173.07\" cy=\"637.352\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2167.71\" cy=\"637.897\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2162.35\" cy=\"638.478\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2156.99\" cy=\"639.096\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2151.63\" cy=\"639.753\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2146.27\" cy=\"640.45\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2140.9\" cy=\"641.186\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2135.54\" cy=\"641.964\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2130.17\" cy=\"642.779\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2124.81\" cy=\"643.627\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2119.44\" cy=\"644.506\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2114.08\" cy=\"645.412\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2108.72\" cy=\"646.344\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2103.37\" cy=\"647.301\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2098.02\" cy=\"648.283\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2092.67\" cy=\"649.286\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2087.34\" cy=\"650.311\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2082\" cy=\"651.358\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2076.66\" cy=\"652.426\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2071.32\" cy=\"653.516\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2065.98\" cy=\"654.627\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2060.64\" cy=\"655.76\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2055.3\" cy=\"656.914\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2049.96\" cy=\"658.09\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2044.61\" cy=\"659.294\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2039.26\" cy=\"660.527\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2033.9\" cy=\"661.792\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2028.55\" cy=\"663.094\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2023.19\" cy=\"664.428\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2017.83\" cy=\"665.793\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2012.47\" cy=\"667.187\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2007.11\" cy=\"668.609\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"2001.75\" cy=\"670.063\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1996.39\" cy=\"671.555\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1991.03\" cy=\"673.093\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1985.67\" cy=\"674.677\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1980.31\" cy=\"676.308\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1974.95\" cy=\"677.982\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1969.59\" cy=\"679.701\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1964.22\" cy=\"681.466\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1958.85\" cy=\"683.276\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1953.47\" cy=\"685.131\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1948.09\" cy=\"687.032\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1942.69\" cy=\"688.979\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1937.29\" cy=\"690.966\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1931.89\" cy=\"692.992\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1926.47\" cy=\"695.06\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1921.06\" cy=\"697.172\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1915.63\" cy=\"699.329\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1910.19\" cy=\"701.532\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1904.75\" cy=\"703.781\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1899.29\" cy=\"706.075\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1893.83\" cy=\"708.405\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1888.36\" cy=\"710.765\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1882.89\" cy=\"713.152\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1877.4\" cy=\"715.566\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1871.91\" cy=\"718.002\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1866.42\" cy=\"720.459\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1860.91\" cy=\"722.942\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1855.39\" cy=\"725.454\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1849.86\" cy=\"727.994\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1844.31\" cy=\"730.563\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1838.74\" cy=\"733.158\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1833.16\" cy=\"735.775\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1827.56\" cy=\"738.409\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1821.94\" cy=\"741.056\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1816.3\" cy=\"743.714\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1810.65\" cy=\"746.378\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1804.97\" cy=\"749.046\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1799.28\" cy=\"751.716\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1793.56\" cy=\"754.392\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1787.83\" cy=\"757.075\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1782.08\" cy=\"759.77\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1776.3\" cy=\"762.479\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1770.5\" cy=\"765.203\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1764.67\" cy=\"767.941\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1758.82\" cy=\"770.693\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1752.93\" cy=\"773.458\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1747.02\" cy=\"776.236\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1741.07\" cy=\"779.028\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1735.09\" cy=\"781.829\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1729.09\" cy=\"784.638\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1723.05\" cy=\"787.456\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1716.98\" cy=\"790.282\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1710.88\" cy=\"793.117\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1704.75\" cy=\"795.959\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1698.59\" cy=\"798.81\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1692.39\" cy=\"801.67\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1686.18\" cy=\"804.539\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1679.93\" cy=\"807.424\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1673.66\" cy=\"810.329\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1667.37\" cy=\"813.254\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1661.04\" cy=\"816.194\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1654.69\" cy=\"819.149\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1648.32\" cy=\"822.118\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1641.92\" cy=\"825.099\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1635.49\" cy=\"828.093\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1629.03\" cy=\"831.093\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1622.54\" cy=\"834.095\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1616.03\" cy=\"837.1\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1609.5\" cy=\"840.104\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1602.94\" cy=\"843.104\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1596.36\" cy=\"846.101\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1589.75\" cy=\"849.092\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1583.12\" cy=\"852.076\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1576.47\" cy=\"855.057\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1569.79\" cy=\"858.037\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1563.09\" cy=\"861.016\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1556.36\" cy=\"863.997\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1549.6\" cy=\"866.978\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1542.83\" cy=\"869.963\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1536.03\" cy=\"872.952\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1529.21\" cy=\"875.942\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1522.36\" cy=\"878.936\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1515.49\" cy=\"881.935\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1508.6\" cy=\"884.941\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1501.68\" cy=\"887.956\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1494.73\" cy=\"890.975\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1487.77\" cy=\"893.993\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1480.77\" cy=\"897.011\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1473.76\" cy=\"900.031\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1466.72\" cy=\"903.053\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1459.66\" cy=\"906.076\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1452.57\" cy=\"909.096\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1445.47\" cy=\"912.116\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1438.33\" cy=\"915.134\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1431.18\" cy=\"918.153\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1423.99\" cy=\"921.173\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1416.78\" cy=\"924.198\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1409.55\" cy=\"927.228\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1402.3\" cy=\"930.261\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1395.03\" cy=\"933.296\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1387.74\" cy=\"936.329\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1380.43\" cy=\"939.359\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1373.09\" cy=\"942.384\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1365.73\" cy=\"945.407\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1358.35\" cy=\"948.428\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1350.94\" cy=\"951.45\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1343.5\" cy=\"954.469\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1336.04\" cy=\"957.479\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1328.56\" cy=\"960.482\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1321.05\" cy=\"963.473\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1313.53\" cy=\"966.457\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1305.98\" cy=\"969.436\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1298.42\" cy=\"972.411\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1290.85\" cy=\"975.379\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1283.26\" cy=\"978.332\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1275.67\" cy=\"981.267\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1268.06\" cy=\"984.184\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1260.45\" cy=\"987.082\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1252.83\" cy=\"989.962\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1245.2\" cy=\"992.826\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1237.55\" cy=\"995.678\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1229.9\" cy=\"998.515\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1222.23\" cy=\"1001.34\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1214.56\" cy=\"1004.15\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1206.87\" cy=\"1006.95\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1199.18\" cy=\"1009.75\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1191.48\" cy=\"1012.54\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1183.77\" cy=\"1015.33\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1176.05\" cy=\"1018.12\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1168.32\" cy=\"1020.91\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1160.58\" cy=\"1023.69\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1152.82\" cy=\"1026.48\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1145.06\" cy=\"1029.26\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1137.27\" cy=\"1032.03\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1129.47\" cy=\"1034.8\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1121.66\" cy=\"1037.57\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1113.84\" cy=\"1040.33\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1106\" cy=\"1043.1\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1098.14\" cy=\"1045.87\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1090.27\" cy=\"1048.66\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1082.38\" cy=\"1051.47\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1074.48\" cy=\"1054.29\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1066.56\" cy=\"1057.13\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1058.62\" cy=\"1059.97\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1050.67\" cy=\"1062.83\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1042.7\" cy=\"1065.7\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1034.71\" cy=\"1068.59\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1026.71\" cy=\"1071.49\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1018.69\" cy=\"1074.41\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1010.66\" cy=\"1077.33\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"1002.61\" cy=\"1080.26\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"994.554\" cy=\"1083.2\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"986.49\" cy=\"1086.15\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"978.42\" cy=\"1089.12\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"970.344\" cy=\"1092.1\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"962.264\" cy=\"1095.09\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"954.18\" cy=\"1098.08\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"946.091\" cy=\"1101.08\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"937.998\" cy=\"1104.09\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"929.899\" cy=\"1107.11\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"921.796\" cy=\"1110.14\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"913.69\" cy=\"1113.18\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"905.583\" cy=\"1116.23\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"897.475\" cy=\"1119.29\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"889.368\" cy=\"1122.36\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"881.262\" cy=\"1125.43\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"873.157\" cy=\"1128.51\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"865.052\" cy=\"1131.58\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"856.949\" cy=\"1134.67\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"848.848\" cy=\"1137.76\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"840.752\" cy=\"1140.86\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"832.661\" cy=\"1143.98\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"824.575\" cy=\"1147.1\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"816.494\" cy=\"1150.23\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"808.418\" cy=\"1153.37\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"800.35\" cy=\"1156.5\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"792.289\" cy=\"1159.65\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"784.237\" cy=\"1162.79\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"776.193\" cy=\"1165.94\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"768.156\" cy=\"1169.1\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"760.126\" cy=\"1172.28\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"752.1\" cy=\"1175.47\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"744.078\" cy=\"1178.68\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"736.06\" cy=\"1181.93\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"728.043\" cy=\"1185.2\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"720.03\" cy=\"1188.49\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"712.019\" cy=\"1191.81\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"704.01\" cy=\"1195.15\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"696.001\" cy=\"1198.52\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"687.993\" cy=\"1201.91\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"679.987\" cy=\"1205.33\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"671.982\" cy=\"1208.77\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"663.979\" cy=\"1212.23\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"655.976\" cy=\"1215.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"647.974\" cy=\"1219.2\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"639.973\" cy=\"1222.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"631.974\" cy=\"1226.23\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"623.977\" cy=\"1229.78\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"615.984\" cy=\"1233.34\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"607.991\" cy=\"1236.91\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"599.998\" cy=\"1240.5\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"592.004\" cy=\"1244.1\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"584.009\" cy=\"1247.72\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"576.013\" cy=\"1251.35\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"568.017\" cy=\"1254.99\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"560.021\" cy=\"1258.66\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"552.026\" cy=\"1262.36\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"544.031\" cy=\"1266.07\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"536.035\" cy=\"1269.82\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"528.036\" cy=\"1273.59\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"520.036\" cy=\"1277.38\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"512.033\" cy=\"1281.21\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"504.026\" cy=\"1285.07\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"496.017\" cy=\"1288.97\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"488.006\" cy=\"1292.9\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"479.995\" cy=\"1296.88\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"471.983\" cy=\"1300.9\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"463.971\" cy=\"1304.97\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"455.96\" cy=\"1309.08\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"447.95\" cy=\"1313.25\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"439.943\" cy=\"1317.46\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"431.938\" cy=\"1321.73\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"423.939\" cy=\"1326.04\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"415.946\" cy=\"1330.39\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"407.957\" cy=\"1334.79\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"399.974\" cy=\"1339.23\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"391.995\" cy=\"1343.72\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"384.021\" cy=\"1348.27\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"376.052\" cy=\"1352.88\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"368.086\" cy=\"1357.54\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"360.125\" cy=\"1362.27\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"352.166\" cy=\"1367.06\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"344.209\" cy=\"1371.91\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"336.254\" cy=\"1376.84\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"328.3\" cy=\"1381.82\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"320.347\" cy=\"1386.88\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"312.393\" cy=\"1391.99\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"304.437\" cy=\"1397.15\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"296.477\" cy=\"1402.36\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"288.513\" cy=\"1407.62\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"280.544\" cy=\"1412.92\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"272.568\" cy=\"1418.28\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"264.585\" cy=\"1423.67\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"256.597\" cy=\"1429.11\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"248.605\" cy=\"1434.6\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"240.608\" cy=\"1440.13\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip392)\" cx=\"232.609\" cy=\"1445.72\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<polyline clip-path=\"url(#clip392)\" style=\"stroke:#e26f46; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 685.874,1178.68 2291,1178.68 2291,87.9763 685.874,87.9763 \n",
" \"/>\n",
"<path clip-path=\"url(#clip390)\" d=\"\n",
"M1985.16 250.738 L2280.03 250.738 L2280.03 95.2176 L1985.16 95.2176 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip390)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1985.16,250.738 2280.03,250.738 2280.03,95.2176 1985.16,95.2176 1985.16,250.738 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip390)\" style=\"stroke:#009af9; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2009.41,147.058 2154.87,147.058 \n",
" \"/>\n",
"<circle clip-path=\"url(#clip390)\" cx=\"2082.14\" cy=\"147.058\" r=\"23\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"5.12\"/>\n",
"<path clip-path=\"url(#clip390)\" d=\"M2192.95 166.745 Q2191.15 171.375 2189.43 172.787 Q2187.72 174.199 2184.85 174.199 L2181.45 174.199 L2181.45 170.634 L2183.95 170.634 Q2185.71 170.634 2186.68 169.8 Q2187.65 168.967 2188.83 165.865 L2189.6 163.921 L2179.11 138.412 L2183.62 138.412 L2191.72 158.689 L2199.83 138.412 L2204.34 138.412 L2192.95 166.745 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip390)\" d=\"M2211.63 160.402 L2219.27 160.402 L2219.27 134.037 L2210.96 135.703 L2210.96 131.444 L2219.22 129.778 L2223.9 129.778 L2223.9 160.402 L2231.54 160.402 L2231.54 164.338 L2211.63 164.338 L2211.63 160.402 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip390)\" style=\"stroke:#e26f46; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2009.41,198.898 2154.87,198.898 \n",
" \"/>\n",
"<path clip-path=\"url(#clip390)\" d=\"M2192.95 218.585 Q2191.15 223.215 2189.43 224.627 Q2187.72 226.039 2184.85 226.039 L2181.45 226.039 L2181.45 222.474 L2183.95 222.474 Q2185.71 222.474 2186.68 221.64 Q2187.65 220.807 2188.83 217.705 L2189.6 215.761 L2179.11 190.252 L2183.62 190.252 L2191.72 210.529 L2199.83 190.252 L2204.34 190.252 L2192.95 218.585 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip390)\" d=\"M2214.85 212.242 L2231.17 212.242 L2231.17 216.178 L2209.22 216.178 L2209.22 212.242 Q2211.89 209.488 2216.47 204.858 Q2221.08 200.205 2222.26 198.863 Q2224.5 196.34 2225.38 194.604 Q2226.28 192.844 2226.28 191.155 Q2226.28 188.4 2224.34 186.664 Q2222.42 184.928 2219.32 184.928 Q2217.12 184.928 2214.66 185.692 Q2212.23 186.455 2209.46 188.006 L2209.46 183.284 Q2212.28 182.15 2214.73 181.571 Q2217.19 180.993 2219.22 180.993 Q2224.59 180.993 2227.79 183.678 Q2230.98 186.363 2230.98 190.854 Q2230.98 192.983 2230.17 194.905 Q2229.39 196.803 2227.28 199.395 Q2226.7 200.067 2223.6 203.284 Q2220.5 206.479 2214.85 212.242 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"┌ Warning: Skipped marker arg o.\n",
"└ @ Plots C:\\Users\\yiyue\\.julia\\packages\\Plots\\1KWPG\\src\\args.jl:1231\n"
]
},
{
"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=\"clip430\">\n",
" <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<path clip-path=\"url(#clip430)\" d=\"\n",
"M0 1600 L2400 1600 L2400 0 L0 0 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip431\">\n",
" <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<path clip-path=\"url(#clip430)\" d=\"\n",
"M172.015 1486.45 L2352.76 1486.45 L2352.76 47.2441 L172.015 47.2441 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip432\">\n",
" <rect x=\"172\" y=\"47\" width=\"2182\" height=\"1440\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip432)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 464.895,1486.45 464.895,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip432)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 899.69,1486.45 899.69,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip432)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1334.49,1486.45 1334.49,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip432)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1769.28,1486.45 1769.28,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip432)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2204.08,1486.45 2204.08,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 172.015,1486.45 2352.76,1486.45 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 464.895,1486.45 464.895,1467.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 899.69,1486.45 899.69,1467.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1334.49,1486.45 1334.49,1467.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1769.28,1486.45 1769.28,1467.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2204.08,1486.45 2204.08,1467.55 \n",
" \"/>\n",
"<path clip-path=\"url(#clip430)\" d=\"M403.876 1532.02 L433.552 1532.02 L433.552 1535.95 L403.876 1535.95 L403.876 1532.02 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M447.673 1544.91 L463.992 1544.91 L463.992 1548.85 L442.048 1548.85 L442.048 1544.91 Q444.71 1542.16 449.293 1537.53 Q453.899 1532.88 455.08 1531.53 Q457.325 1529.01 458.205 1527.27 Q459.108 1525.51 459.108 1523.82 Q459.108 1521.07 457.163 1519.33 Q455.242 1517.6 452.14 1517.6 Q449.941 1517.6 447.487 1518.36 Q445.057 1519.13 442.279 1520.68 L442.279 1515.95 Q445.103 1514.82 447.557 1514.24 Q450.01 1513.66 452.047 1513.66 Q457.418 1513.66 460.612 1516.35 Q463.807 1519.03 463.807 1523.52 Q463.807 1525.65 462.996 1527.57 Q462.209 1529.47 460.103 1532.07 Q459.524 1532.74 456.422 1535.95 Q453.321 1539.15 447.673 1544.91 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M473.853 1514.29 L492.209 1514.29 L492.209 1518.22 L478.135 1518.22 L478.135 1526.7 Q479.154 1526.35 480.172 1526.19 Q481.191 1526 482.209 1526 Q487.996 1526 491.376 1529.17 Q494.756 1532.34 494.756 1537.76 Q494.756 1543.34 491.283 1546.44 Q487.811 1549.52 481.492 1549.52 Q479.316 1549.52 477.047 1549.15 Q474.802 1548.78 472.395 1548.04 L472.395 1543.34 Q474.478 1544.47 476.7 1545.03 Q478.922 1545.58 481.399 1545.58 Q485.404 1545.58 487.742 1543.48 Q490.08 1541.37 490.08 1537.76 Q490.08 1534.15 487.742 1532.04 Q485.404 1529.94 481.399 1529.94 Q479.524 1529.94 477.649 1530.35 Q475.797 1530.77 473.853 1531.65 L473.853 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M513.968 1517.37 Q510.357 1517.37 508.529 1520.93 Q506.723 1524.47 506.723 1531.6 Q506.723 1538.71 508.529 1542.27 Q510.357 1545.82 513.968 1545.82 Q517.603 1545.82 519.408 1542.27 Q521.237 1538.71 521.237 1531.6 Q521.237 1524.47 519.408 1520.93 Q517.603 1517.37 513.968 1517.37 M513.968 1513.66 Q519.779 1513.66 522.834 1518.27 Q525.913 1522.85 525.913 1531.6 Q525.913 1540.33 522.834 1544.94 Q519.779 1549.52 513.968 1549.52 Q508.158 1549.52 505.08 1544.94 Q502.024 1540.33 502.024 1531.6 Q502.024 1522.85 505.08 1518.27 Q508.158 1513.66 513.968 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M899.69 1517.37 Q896.079 1517.37 894.251 1520.93 Q892.445 1524.47 892.445 1531.6 Q892.445 1538.71 894.251 1542.27 Q896.079 1545.82 899.69 1545.82 Q903.325 1545.82 905.13 1542.27 Q906.959 1538.71 906.959 1531.6 Q906.959 1524.47 905.13 1520.93 Q903.325 1517.37 899.69 1517.37 M899.69 1513.66 Q905.501 1513.66 908.556 1518.27 Q911.635 1522.85 911.635 1531.6 Q911.635 1540.33 908.556 1544.94 Q905.501 1549.52 899.69 1549.52 Q893.88 1549.52 890.802 1544.94 Q887.746 1540.33 887.746 1531.6 Q887.746 1522.85 890.802 1518.27 Q893.88 1513.66 899.69 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1298.18 1544.91 L1314.5 1544.91 L1314.5 1548.85 L1292.55 1548.85 L1292.55 1544.91 Q1295.22 1542.16 1299.8 1537.53 Q1304.41 1532.88 1305.59 1531.53 Q1307.83 1529.01 1308.71 1527.27 Q1309.61 1525.51 1309.61 1523.82 Q1309.61 1521.07 1307.67 1519.33 Q1305.75 1517.6 1302.65 1517.6 Q1300.45 1517.6 1297.99 1518.36 Q1295.56 1519.13 1292.78 1520.68 L1292.78 1515.95 Q1295.61 1514.82 1298.06 1514.24 Q1300.52 1513.66 1302.55 1513.66 Q1307.92 1513.66 1311.12 1516.35 Q1314.31 1519.03 1314.31 1523.52 Q1314.31 1525.65 1313.5 1527.57 Q1312.72 1529.47 1310.61 1532.07 Q1310.03 1532.74 1306.93 1535.95 Q1303.83 1539.15 1298.18 1544.91 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1324.36 1514.29 L1342.72 1514.29 L1342.72 1518.22 L1328.64 1518.22 L1328.64 1526.7 Q1329.66 1526.35 1330.68 1526.19 Q1331.7 1526 1332.72 1526 Q1338.5 1526 1341.88 1529.17 Q1345.26 1532.34 1345.26 1537.76 Q1345.26 1543.34 1341.79 1546.44 Q1338.32 1549.52 1332 1549.52 Q1329.82 1549.52 1327.55 1549.15 Q1325.31 1548.78 1322.9 1548.04 L1322.9 1543.34 Q1324.98 1544.47 1327.21 1545.03 Q1329.43 1545.58 1331.91 1545.58 Q1335.91 1545.58 1338.25 1543.48 Q1340.59 1541.37 1340.59 1537.76 Q1340.59 1534.15 1338.25 1532.04 Q1335.91 1529.94 1331.91 1529.94 Q1330.03 1529.94 1328.16 1530.35 Q1326.3 1530.77 1324.36 1531.65 L1324.36 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1364.47 1517.37 Q1360.86 1517.37 1359.03 1520.93 Q1357.23 1524.47 1357.23 1531.6 Q1357.23 1538.71 1359.03 1542.27 Q1360.86 1545.82 1364.47 1545.82 Q1368.11 1545.82 1369.91 1542.27 Q1371.74 1538.71 1371.74 1531.6 Q1371.74 1524.47 1369.91 1520.93 Q1368.11 1517.37 1364.47 1517.37 M1364.47 1513.66 Q1370.28 1513.66 1373.34 1518.27 Q1376.42 1522.85 1376.42 1531.6 Q1376.42 1540.33 1373.34 1544.94 Q1370.28 1549.52 1364.47 1549.52 Q1358.66 1549.52 1355.59 1544.94 Q1352.53 1540.33 1352.53 1531.6 Q1352.53 1522.85 1355.59 1518.27 Q1358.66 1513.66 1364.47 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1728.9 1514.29 L1747.26 1514.29 L1747.26 1518.22 L1733.18 1518.22 L1733.18 1526.7 Q1734.2 1526.35 1735.22 1526.19 Q1736.24 1526 1737.26 1526 Q1743.04 1526 1746.42 1529.17 Q1749.8 1532.34 1749.8 1537.76 Q1749.8 1543.34 1746.33 1546.44 Q1742.86 1549.52 1736.54 1549.52 Q1734.36 1549.52 1732.09 1549.15 Q1729.85 1548.78 1727.44 1548.04 L1727.44 1543.34 Q1729.53 1544.47 1731.75 1545.03 Q1733.97 1545.58 1736.45 1545.58 Q1740.45 1545.58 1742.79 1543.48 Q1745.13 1541.37 1745.13 1537.76 Q1745.13 1534.15 1742.79 1532.04 Q1740.45 1529.94 1736.45 1529.94 Q1734.57 1529.94 1732.7 1530.35 Q1730.84 1530.77 1728.9 1531.65 L1728.9 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1769.02 1517.37 Q1765.4 1517.37 1763.58 1520.93 Q1761.77 1524.47 1761.77 1531.6 Q1761.77 1538.71 1763.58 1542.27 Q1765.4 1545.82 1769.02 1545.82 Q1772.65 1545.82 1774.46 1542.27 Q1776.28 1538.71 1776.28 1531.6 Q1776.28 1524.47 1774.46 1520.93 Q1772.65 1517.37 1769.02 1517.37 M1769.02 1513.66 Q1774.83 1513.66 1777.88 1518.27 Q1780.96 1522.85 1780.96 1531.6 Q1780.96 1540.33 1777.88 1544.94 Q1774.83 1549.52 1769.02 1549.52 Q1763.21 1549.52 1760.13 1544.94 Q1757.07 1540.33 1757.07 1531.6 Q1757.07 1522.85 1760.13 1518.27 Q1763.21 1513.66 1769.02 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M1799.18 1517.37 Q1795.57 1517.37 1793.74 1520.93 Q1791.93 1524.47 1791.93 1531.6 Q1791.93 1538.71 1793.74 1542.27 Q1795.57 1545.82 1799.18 1545.82 Q1802.81 1545.82 1804.62 1542.27 Q1806.45 1538.71 1806.45 1531.6 Q1806.45 1524.47 1804.62 1520.93 Q1802.81 1517.37 1799.18 1517.37 M1799.18 1513.66 Q1804.99 1513.66 1808.04 1518.27 Q1811.12 1522.85 1811.12 1531.6 Q1811.12 1540.33 1808.04 1544.94 Q1804.99 1549.52 1799.18 1549.52 Q1793.37 1549.52 1790.29 1544.94 Q1787.23 1540.33 1787.23 1531.6 Q1787.23 1522.85 1790.29 1518.27 Q1793.37 1513.66 1799.18 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M2162.35 1514.29 L2184.58 1514.29 L2184.58 1516.28 L2172.03 1548.85 L2167.14 1548.85 L2178.95 1518.22 L2162.35 1518.22 L2162.35 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M2193.74 1514.29 L2212.1 1514.29 L2212.1 1518.22 L2198.02 1518.22 L2198.02 1526.7 Q2199.04 1526.35 2200.06 1526.19 Q2201.08 1526 2202.1 1526 Q2207.89 1526 2211.27 1529.17 Q2214.64 1532.34 2214.64 1537.76 Q2214.64 1543.34 2211.17 1546.44 Q2207.7 1549.52 2201.38 1549.52 Q2199.21 1549.52 2196.94 1549.15 Q2194.69 1548.78 2192.28 1548.04 L2192.28 1543.34 Q2194.37 1544.47 2196.59 1545.03 Q2198.81 1545.58 2201.29 1545.58 Q2205.29 1545.58 2207.63 1543.48 Q2209.97 1541.37 2209.97 1537.76 Q2209.97 1534.15 2207.63 1532.04 Q2205.29 1529.94 2201.29 1529.94 Q2199.41 1529.94 2197.54 1530.35 Q2195.69 1530.77 2193.74 1531.65 L2193.74 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M2233.86 1517.37 Q2230.25 1517.37 2228.42 1520.93 Q2226.61 1524.47 2226.61 1531.6 Q2226.61 1538.71 2228.42 1542.27 Q2230.25 1545.82 2233.86 1545.82 Q2237.49 1545.82 2239.3 1542.27 Q2241.13 1538.71 2241.13 1531.6 Q2241.13 1524.47 2239.3 1520.93 Q2237.49 1517.37 2233.86 1517.37 M2233.86 1513.66 Q2239.67 1513.66 2242.72 1518.27 Q2245.8 1522.85 2245.8 1531.6 Q2245.8 1540.33 2242.72 1544.94 Q2239.67 1549.52 2233.86 1549.52 Q2228.05 1549.52 2224.97 1544.94 Q2221.91 1540.33 2221.91 1531.6 Q2221.91 1522.85 2224.97 1518.27 Q2228.05 1513.66 2233.86 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip432)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 172.015,1284.2 2352.76,1284.2 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip432)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 172.015,985.141 2352.76,985.141 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip432)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 172.015,686.086 2352.76,686.086 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip432)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 172.015,387.031 2352.76,387.031 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip432)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 172.015,87.9763 2352.76,87.9763 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 172.015,1486.45 172.015,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 172.015,1284.2 190.912,1284.2 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 172.015,985.141 190.912,985.141 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 172.015,686.086 190.912,686.086 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 172.015,387.031 190.912,387.031 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 172.015,87.9763 190.912,87.9763 \n",
" \"/>\n",
"<path clip-path=\"url(#clip430)\" d=\"M124.07 1270 Q120.459 1270 118.631 1273.56 Q116.825 1277.1 116.825 1284.23 Q116.825 1291.34 118.631 1294.9 Q120.459 1298.44 124.07 1298.44 Q127.705 1298.44 129.51 1294.9 Q131.339 1291.34 131.339 1284.23 Q131.339 1277.1 129.51 1273.56 Q127.705 1270 124.07 1270 M124.07 1266.29 Q129.881 1266.29 132.936 1270.9 Q136.015 1275.48 136.015 1284.23 Q136.015 1292.96 132.936 1297.56 Q129.881 1302.15 124.07 1302.15 Q118.26 1302.15 115.182 1297.56 Q112.126 1292.96 112.126 1284.23 Q112.126 1275.48 115.182 1270.9 Q118.26 1266.29 124.07 1266.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M57.7745 998.486 L74.0939 998.486 L74.0939 1002.42 L52.1495 1002.42 L52.1495 998.486 Q54.8115 995.732 59.3949 991.102 Q64.0013 986.449 65.1819 985.107 Q67.4272 982.583 68.3068 980.847 Q69.2096 979.088 69.2096 977.398 Q69.2096 974.644 67.2652 972.908 Q65.3439 971.171 62.2421 971.171 Q60.043 971.171 57.5893 971.935 Q55.1588 972.699 52.381 974.25 L52.381 969.528 Q55.2051 968.394 57.6588 967.815 Q60.1124 967.236 62.1495 967.236 Q67.5198 967.236 70.7142 969.921 Q73.9087 972.607 73.9087 977.097 Q73.9087 979.227 73.0985 981.148 Q72.3115 983.046 70.205 985.639 Q69.6263 986.31 66.5245 989.528 Q63.4226 992.722 57.7745 998.486 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M93.9086 970.94 Q90.2975 970.94 88.4688 974.505 Q86.6632 978.046 86.6632 985.176 Q86.6632 992.282 88.4688 995.847 Q90.2975 999.389 93.9086 999.389 Q97.5428 999.389 99.3483 995.847 Q101.177 992.282 101.177 985.176 Q101.177 978.046 99.3483 974.505 Q97.5428 970.94 93.9086 970.94 M93.9086 967.236 Q99.7187 967.236 102.774 971.843 Q105.853 976.426 105.853 985.176 Q105.853 993.903 102.774 998.509 Q99.7187 1003.09 93.9086 1003.09 Q88.0984 1003.09 85.0197 998.509 Q81.9642 993.903 81.9642 985.176 Q81.9642 976.426 85.0197 971.843 Q88.0984 967.236 93.9086 967.236 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M124.07 970.94 Q120.459 970.94 118.631 974.505 Q116.825 978.046 116.825 985.176 Q116.825 992.282 118.631 995.847 Q120.459 999.389 124.07 999.389 Q127.705 999.389 129.51 995.847 Q131.339 992.282 131.339 985.176 Q131.339 978.046 129.51 974.505 Q127.705 970.94 124.07 970.94 M124.07 967.236 Q129.881 967.236 132.936 971.843 Q136.015 976.426 136.015 985.176 Q136.015 993.903 132.936 998.509 Q129.881 1003.09 124.07 1003.09 Q118.26 1003.09 115.182 998.509 Q112.126 993.903 112.126 985.176 Q112.126 976.426 115.182 971.843 Q118.26 967.236 124.07 967.236 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M66.5939 672.88 L54.7884 691.329 L66.5939 691.329 L66.5939 672.88 M65.367 668.806 L71.2466 668.806 L71.2466 691.329 L76.1772 691.329 L76.1772 695.218 L71.2466 695.218 L71.2466 703.366 L66.5939 703.366 L66.5939 695.218 L50.9921 695.218 L50.9921 690.704 L65.367 668.806 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M93.9086 671.885 Q90.2975 671.885 88.4688 675.45 Q86.6632 678.991 86.6632 686.121 Q86.6632 693.227 88.4688 696.792 Q90.2975 700.334 93.9086 700.334 Q97.5428 700.334 99.3483 696.792 Q101.177 693.227 101.177 686.121 Q101.177 678.991 99.3483 675.45 Q97.5428 671.885 93.9086 671.885 M93.9086 668.181 Q99.7187 668.181 102.774 672.788 Q105.853 677.371 105.853 686.121 Q105.853 694.848 102.774 699.454 Q99.7187 704.038 93.9086 704.038 Q88.0984 704.038 85.0197 699.454 Q81.9642 694.848 81.9642 686.121 Q81.9642 677.371 85.0197 672.788 Q88.0984 668.181 93.9086 668.181 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M124.07 671.885 Q120.459 671.885 118.631 675.45 Q116.825 678.991 116.825 686.121 Q116.825 693.227 118.631 696.792 Q120.459 700.334 124.07 700.334 Q127.705 700.334 129.51 696.792 Q131.339 693.227 131.339 686.121 Q131.339 678.991 129.51 675.45 Q127.705 671.885 124.07 671.885 M124.07 668.181 Q129.881 668.181 132.936 672.788 Q136.015 677.371 136.015 686.121 Q136.015 694.848 132.936 699.454 Q129.881 704.038 124.07 704.038 Q118.26 704.038 115.182 699.454 Q112.126 694.848 112.126 686.121 Q112.126 677.371 115.182 672.788 Q118.26 668.181 124.07 668.181 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M64.3254 385.168 Q61.1773 385.168 59.3254 387.321 Q57.4967 389.473 57.4967 393.223 Q57.4967 396.95 59.3254 399.126 Q61.1773 401.279 64.3254 401.279 Q67.4735 401.279 69.3022 399.126 Q71.1541 396.95 71.1541 393.223 Q71.1541 389.473 69.3022 387.321 Q67.4735 385.168 64.3254 385.168 M73.6077 370.515 L73.6077 374.774 Q71.8485 373.941 70.0429 373.501 Q68.2606 373.061 66.5013 373.061 Q61.8717 373.061 59.418 376.186 Q56.9875 379.311 56.6402 385.631 Q58.006 383.617 60.0662 382.552 Q62.1263 381.464 64.6032 381.464 Q69.8115 381.464 72.8207 384.635 Q75.8531 387.784 75.8531 393.223 Q75.8531 398.547 72.705 401.765 Q69.5568 404.983 64.3254 404.983 Q58.33 404.983 55.1588 400.399 Q51.9875 395.793 51.9875 387.066 Q51.9875 378.872 55.8764 374.011 Q59.7652 369.126 66.3161 369.126 Q68.0754 369.126 69.8578 369.474 Q71.6633 369.821 73.6077 370.515 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M93.9086 372.83 Q90.2975 372.83 88.4688 376.395 Q86.6632 379.936 86.6632 387.066 Q86.6632 394.172 88.4688 397.737 Q90.2975 401.279 93.9086 401.279 Q97.5428 401.279 99.3483 397.737 Q101.177 394.172 101.177 387.066 Q101.177 379.936 99.3483 376.395 Q97.5428 372.83 93.9086 372.83 M93.9086 369.126 Q99.7187 369.126 102.774 373.733 Q105.853 378.316 105.853 387.066 Q105.853 395.793 102.774 400.399 Q99.7187 404.983 93.9086 404.983 Q88.0984 404.983 85.0197 400.399 Q81.9642 395.793 81.9642 387.066 Q81.9642 378.316 85.0197 373.733 Q88.0984 369.126 93.9086 369.126 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M124.07 372.83 Q120.459 372.83 118.631 376.395 Q116.825 379.936 116.825 387.066 Q116.825 394.172 118.631 397.737 Q120.459 401.279 124.07 401.279 Q127.705 401.279 129.51 397.737 Q131.339 394.172 131.339 387.066 Q131.339 379.936 129.51 376.395 Q127.705 372.83 124.07 372.83 M124.07 369.126 Q129.881 369.126 132.936 373.733 Q136.015 378.316 136.015 387.066 Q136.015 395.793 132.936 400.399 Q129.881 404.983 124.07 404.983 Q118.26 404.983 115.182 400.399 Q112.126 395.793 112.126 387.066 Q112.126 378.316 115.182 373.733 Q118.26 369.126 124.07 369.126 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M63.7467 88.8443 Q60.4134 88.8443 58.4921 90.6267 Q56.5939 92.4091 56.5939 95.5341 Q56.5939 98.6591 58.4921 100.441 Q60.4134 102.224 63.7467 102.224 Q67.08 102.224 69.0013 100.441 Q70.9226 98.6359 70.9226 95.5341 Q70.9226 92.4091 69.0013 90.6267 Q67.1032 88.8443 63.7467 88.8443 M59.0708 86.8536 Q56.0615 86.1129 54.3717 84.0527 Q52.7051 81.9925 52.7051 79.0296 Q52.7051 74.8861 55.6449 72.4787 Q58.6078 70.0713 63.7467 70.0713 Q68.9087 70.0713 71.8485 72.4787 Q74.7883 74.8861 74.7883 79.0296 Q74.7883 81.9925 73.0985 84.0527 Q71.4318 86.1129 68.4457 86.8536 Q71.8253 87.6406 73.7003 89.9323 Q75.5985 92.2239 75.5985 95.5341 Q75.5985 100.557 72.5198 103.242 Q69.4642 105.928 63.7467 105.928 Q58.0291 105.928 54.9504 103.242 Q51.8949 100.557 51.8949 95.5341 Q51.8949 92.2239 53.793 89.9323 Q55.6912 87.6406 59.0708 86.8536 M57.3578 79.4694 Q57.3578 82.1545 59.0245 83.6592 Q60.7143 85.1638 63.7467 85.1638 Q66.7559 85.1638 68.4457 83.6592 Q70.1587 82.1545 70.1587 79.4694 Q70.1587 76.7842 68.4457 75.2796 Q66.7559 73.775 63.7467 73.775 Q60.7143 73.775 59.0245 75.2796 Q57.3578 76.7842 57.3578 79.4694 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M93.9086 73.775 Q90.2975 73.775 88.4688 77.3398 Q86.6632 80.8814 86.6632 88.011 Q86.6632 95.1174 88.4688 98.6822 Q90.2975 102.224 93.9086 102.224 Q97.5428 102.224 99.3483 98.6822 Q101.177 95.1174 101.177 88.011 Q101.177 80.8814 99.3483 77.3398 Q97.5428 73.775 93.9086 73.775 M93.9086 70.0713 Q99.7187 70.0713 102.774 74.6777 Q105.853 79.261 105.853 88.011 Q105.853 96.7378 102.774 101.344 Q99.7187 105.928 93.9086 105.928 Q88.0984 105.928 85.0197 101.344 Q81.9642 96.7378 81.9642 88.011 Q81.9642 79.261 85.0197 74.6777 Q88.0984 70.0713 93.9086 70.0713 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M124.07 73.775 Q120.459 73.775 118.631 77.3398 Q116.825 80.8814 116.825 88.011 Q116.825 95.1174 118.631 98.6822 Q120.459 102.224 124.07 102.224 Q127.705 102.224 129.51 98.6822 Q131.339 95.1174 131.339 88.011 Q131.339 80.8814 129.51 77.3398 Q127.705 73.775 124.07 73.775 M124.07 70.0713 Q129.881 70.0713 132.936 74.6777 Q136.015 79.261 136.015 88.011 Q136.015 96.7378 132.936 101.344 Q129.881 105.928 124.07 105.928 Q118.26 105.928 115.182 101.344 Q112.126 96.7378 112.126 88.011 Q112.126 79.261 115.182 74.6777 Q118.26 70.0713 124.07 70.0713 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip432)\" style=\"stroke:#009af9; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2286.4,686.087 2281.76,686.089 2277.12,686.099 2272.47,686.117 2267.82,686.145 2263.16,686.184 2258.49,686.232 2253.82,686.288 2249.14,686.354 2244.45,686.432 \n",
" 2239.75,686.528 2235.05,686.644 2230.34,686.781 2225.62,686.937 2220.9,687.113 2216.17,687.312 2211.43,687.529 2206.68,687.764 2201.92,688.018 2197.15,688.297 \n",
" 2192.37,688.605 2187.59,688.941 2182.8,689.31 2177.99,689.709 2173.18,690.134 2168.36,690.585 2163.52,691.062 2158.68,691.57 2153.83,692.114 2148.96,692.696 \n",
" 2144.09,693.318 2139.2,693.981 2134.29,694.686 2129.37,695.434 2124.43,696.226 2119.48,697.062 2114.5,697.945 2109.51,698.875 2104.5,699.856 2099.48,700.892 \n",
" 2094.43,701.985 2089.37,703.136 2084.28,704.346 2079.17,705.615 2074.04,706.942 2068.89,708.321 2063.71,709.749 2058.5,711.224 2053.28,712.751 2048.03,714.334 \n",
" 2042.76,715.974 2037.48,717.668 2032.18,719.417 2026.86,721.22 2021.52,723.077 2016.16,724.987 2010.78,726.952 2005.39,728.976 1999.97,731.058 1994.54,733.193 \n",
" 1989.09,735.378 1983.61,737.615 1978.11,739.906 1972.59,742.247 1967.04,744.636 1961.48,747.072 1955.89,749.559 1950.29,752.094 1944.67,754.671 1939.02,757.289 \n",
" 1933.36,759.946 1927.68,762.641 1921.99,765.372 1916.29,768.139 1910.57,770.946 1904.83,773.789 1899.09,776.667 1893.33,779.579 1887.56,782.525 1881.77,785.509 \n",
" 1875.98,788.537 1870.16,791.611 1864.34,794.732 1858.5,797.903 1852.64,801.12 1846.77,804.382 1840.89,807.686 1834.99,811.032 1829.07,814.422 1823.14,817.86 \n",
" 1817.19,821.344 1811.22,824.874 1805.24,828.451 1799.24,832.075 1793.22,835.743 1787.19,839.454 1781.14,843.204 1775.08,846.992 1769.01,850.818 1762.93,854.683 \n",
" 1756.82,858.583 1750.71,862.509 1744.58,866.454 1738.43,870.42 1732.26,874.405 1726.08,878.407 1719.88,882.426 1713.67,886.459 1707.44,890.502 1701.2,894.549 \n",
" 1694.94,898.599 1688.67,902.652 1682.39,906.712 1676.09,910.782 1669.77,914.856 1663.44,918.934 1657.09,923.018 1650.74,927.11 1644.36,931.209 1637.97,935.314 \n",
" 1631.57,939.422 1625.15,943.532 1618.72,947.64 1612.27,951.749 1605.81,955.861 1599.33,959.979 1592.84,964.106 1586.34,968.245 1579.82,972.4 1573.3,976.569 \n",
" 1566.76,980.753 1560.21,984.95 1553.65,989.156 1547.07,993.371 1540.48,997.585 1533.87,1001.8 1527.25,1006.02 1520.61,1010.24 1513.96,1014.45 1507.28,1018.67 \n",
" 1500.6,1022.88 1493.89,1027.08 1487.17,1031.28 1480.44,1035.47 1473.69,1039.66 1466.91,1043.85 1460.12,1048.03 1453.31,1052.22 1446.49,1056.41 1439.64,1060.6 \n",
" 1432.78,1064.8 1425.89,1069.01 1418.99,1073.22 1412.06,1077.43 1405.12,1081.64 1398.15,1085.84 1391.16,1090.03 1384.15,1094.22 1377.13,1098.4 1370.08,1102.6 \n",
" 1363.02,1106.8 1355.94,1111.02 1348.85,1115.24 1341.73,1119.48 1334.59,1123.72 1327.43,1127.96 1320.25,1132.21 1313.05,1136.47 1305.84,1140.74 1298.61,1145.02 \n",
" 1291.36,1149.3 1284.1,1153.59 1276.83,1157.89 1269.55,1162.19 1262.25,1166.5 1254.94,1170.82 1247.62,1175.15 1240.28,1179.5 1232.93,1183.85 1225.56,1188.22 \n",
" 1218.19,1192.6 1210.8,1196.97 1203.4,1201.36 1195.98,1205.74 1188.55,1210.13 1181.1,1214.5 1173.64,1218.88 1166.17,1223.24 1158.68,1227.6 1151.18,1231.96 \n",
" 1143.66,1236.31 1136.13,1240.66 1128.58,1244.99 1121.01,1249.31 1113.42,1253.61 1105.82,1257.89 1098.2,1262.16 1090.55,1266.4 1082.89,1270.63 1075.21,1274.83 \n",
" 1067.51,1279.02 1059.78,1283.17 1052.04,1287.29 1044.27,1291.38 1036.48,1295.43 1028.68,1299.45 1020.86,1303.44 1013.02,1307.39 1005.16,1311.31 997.286,1315.19 \n",
" 989.392,1319.03 981.48,1322.83 973.547,1326.59 965.593,1330.3 957.62,1333.96 949.628,1337.59 941.617,1341.16 933.587,1344.68 925.538,1348.15 917.471,1351.56 \n",
" 909.387,1354.91 901.285,1358.21 893.166,1361.45 885.03,1364.63 876.875,1367.75 868.699,1370.82 860.503,1373.82 852.287,1376.75 844.051,1379.62 835.795,1382.41 \n",
" 827.521,1385.13 819.23,1387.77 810.922,1390.34 802.599,1392.83 794.262,1395.25 785.91,1397.59 777.545,1399.87 769.166,1402.08 760.774,1404.23 752.37,1406.32 \n",
" 743.956,1408.36 735.534,1410.33 727.105,1412.24 718.669,1414.1 710.228,1415.89 701.783,1417.63 693.336,1419.31 684.885,1420.94 676.43,1422.51 667.971,1424.03 \n",
" 659.505,1425.49 651.032,1426.9 642.549,1428.24 634.059,1429.53 625.56,1430.76 617.055,1431.94 608.543,1433.06 600.025,1434.13 591.503,1435.15 582.977,1436.12 \n",
" 574.449,1437.04 565.918,1437.9 557.384,1438.73 548.844,1439.5 540.295,1440.24 531.737,1440.94 523.167,1441.6 514.585,1442.22 505.99,1442.8 497.382,1443.34 \n",
" 488.76,1443.83 480.123,1444.26 471.474,1444.65 462.813,1444.97 454.143,1445.24 445.462,1445.45 436.771,1445.59 428.07,1445.68 419.356,1445.72 410.631,1445.69 \n",
" 401.897,1445.62 393.154,1445.5 384.401,1445.33 375.639,1445.09 366.866,1444.8 358.08,1444.46 349.282,1444.05 340.472,1443.6 331.648,1443.11 322.811,1442.56 \n",
" 313.961,1441.96 305.098,1441.31 296.223,1440.61 287.336,1439.87 278.435,1439.08 269.52,1438.25 260.593,1437.38 251.653,1436.48 242.7,1435.53 233.734,1434.55 \n",
" \n",
" \"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2286.4\" cy=\"686.087\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2281.76\" cy=\"686.089\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2277.12\" cy=\"686.099\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2272.47\" cy=\"686.117\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2267.82\" cy=\"686.145\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2263.16\" cy=\"686.184\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2258.49\" cy=\"686.232\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2253.82\" cy=\"686.288\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2249.14\" cy=\"686.354\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2244.45\" cy=\"686.432\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2239.75\" cy=\"686.528\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2235.05\" cy=\"686.644\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2230.34\" cy=\"686.781\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2225.62\" cy=\"686.937\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2220.9\" cy=\"687.113\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2216.17\" cy=\"687.312\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2211.43\" cy=\"687.529\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2206.68\" cy=\"687.764\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2201.92\" cy=\"688.018\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2197.15\" cy=\"688.297\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2192.37\" cy=\"688.605\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2187.59\" cy=\"688.941\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2182.8\" cy=\"689.31\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2177.99\" cy=\"689.709\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2173.18\" cy=\"690.134\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2168.36\" cy=\"690.585\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2163.52\" cy=\"691.062\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2158.68\" cy=\"691.57\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2153.83\" cy=\"692.114\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2148.96\" cy=\"692.696\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2144.09\" cy=\"693.318\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2139.2\" cy=\"693.981\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2134.29\" cy=\"694.686\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2129.37\" cy=\"695.434\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2124.43\" cy=\"696.226\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2119.48\" cy=\"697.062\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2114.5\" cy=\"697.945\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2109.51\" cy=\"698.875\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2104.5\" cy=\"699.856\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2099.48\" cy=\"700.892\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2094.43\" cy=\"701.985\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2089.37\" cy=\"703.136\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2084.28\" cy=\"704.346\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2079.17\" cy=\"705.615\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2074.04\" cy=\"706.942\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2068.89\" cy=\"708.321\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2063.71\" cy=\"709.749\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2058.5\" cy=\"711.224\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2053.28\" cy=\"712.751\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2048.03\" cy=\"714.334\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2042.76\" cy=\"715.974\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2037.48\" cy=\"717.668\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2032.18\" cy=\"719.417\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2026.86\" cy=\"721.22\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2021.52\" cy=\"723.077\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2016.16\" cy=\"724.987\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2010.78\" cy=\"726.952\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"2005.39\" cy=\"728.976\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1999.97\" cy=\"731.058\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1994.54\" cy=\"733.193\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1989.09\" cy=\"735.378\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1983.61\" cy=\"737.615\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1978.11\" cy=\"739.906\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1972.59\" cy=\"742.247\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1967.04\" cy=\"744.636\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1961.48\" cy=\"747.072\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1955.89\" cy=\"749.559\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1950.29\" cy=\"752.094\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1944.67\" cy=\"754.671\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1939.02\" cy=\"757.289\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1933.36\" cy=\"759.946\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1927.68\" cy=\"762.641\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1921.99\" cy=\"765.372\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1916.29\" cy=\"768.139\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1910.57\" cy=\"770.946\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1904.83\" cy=\"773.789\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1899.09\" cy=\"776.667\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1893.33\" cy=\"779.579\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1887.56\" cy=\"782.525\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1881.77\" cy=\"785.509\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1875.98\" cy=\"788.537\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1870.16\" cy=\"791.611\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1864.34\" cy=\"794.732\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1858.5\" cy=\"797.903\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1852.64\" cy=\"801.12\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1846.77\" cy=\"804.382\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1840.89\" cy=\"807.686\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1834.99\" cy=\"811.032\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1829.07\" cy=\"814.422\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1823.14\" cy=\"817.86\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1817.19\" cy=\"821.344\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1811.22\" cy=\"824.874\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1805.24\" cy=\"828.451\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1799.24\" cy=\"832.075\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1793.22\" cy=\"835.743\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1787.19\" cy=\"839.454\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1781.14\" cy=\"843.204\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1775.08\" cy=\"846.992\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1769.01\" cy=\"850.818\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1762.93\" cy=\"854.683\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1756.82\" cy=\"858.583\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1750.71\" cy=\"862.509\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1744.58\" cy=\"866.454\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1738.43\" cy=\"870.42\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1732.26\" cy=\"874.405\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1726.08\" cy=\"878.407\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1719.88\" cy=\"882.426\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1713.67\" cy=\"886.459\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1707.44\" cy=\"890.502\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1701.2\" cy=\"894.549\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1694.94\" cy=\"898.599\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1688.67\" cy=\"902.652\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1682.39\" cy=\"906.712\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1676.09\" cy=\"910.782\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1669.77\" cy=\"914.856\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1663.44\" cy=\"918.934\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1657.09\" cy=\"923.018\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1650.74\" cy=\"927.11\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1644.36\" cy=\"931.209\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1637.97\" cy=\"935.314\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1631.57\" cy=\"939.422\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1625.15\" cy=\"943.532\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1618.72\" cy=\"947.64\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1612.27\" cy=\"951.749\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1605.81\" cy=\"955.861\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1599.33\" cy=\"959.979\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1592.84\" cy=\"964.106\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1586.34\" cy=\"968.245\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1579.82\" cy=\"972.4\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1573.3\" cy=\"976.569\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1566.76\" cy=\"980.753\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1560.21\" cy=\"984.95\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1553.65\" cy=\"989.156\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1547.07\" cy=\"993.371\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1540.48\" cy=\"997.585\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1533.87\" cy=\"1001.8\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1527.25\" cy=\"1006.02\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1520.61\" cy=\"1010.24\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1513.96\" cy=\"1014.45\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1507.28\" cy=\"1018.67\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1500.6\" cy=\"1022.88\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1493.89\" cy=\"1027.08\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1487.17\" cy=\"1031.28\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1480.44\" cy=\"1035.47\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1473.69\" cy=\"1039.66\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1466.91\" cy=\"1043.85\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1460.12\" cy=\"1048.03\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1453.31\" cy=\"1052.22\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1446.49\" cy=\"1056.41\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1439.64\" cy=\"1060.6\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1432.78\" cy=\"1064.8\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1425.89\" cy=\"1069.01\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1418.99\" cy=\"1073.22\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1412.06\" cy=\"1077.43\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1405.12\" cy=\"1081.64\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1398.15\" cy=\"1085.84\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1391.16\" cy=\"1090.03\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1384.15\" cy=\"1094.22\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1377.13\" cy=\"1098.4\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1370.08\" cy=\"1102.6\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1363.02\" cy=\"1106.8\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1355.94\" cy=\"1111.02\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1348.85\" cy=\"1115.24\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1341.73\" cy=\"1119.48\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1334.59\" cy=\"1123.72\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1327.43\" cy=\"1127.96\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1320.25\" cy=\"1132.21\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1313.05\" cy=\"1136.47\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1305.84\" cy=\"1140.74\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1298.61\" cy=\"1145.02\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1291.36\" cy=\"1149.3\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1284.1\" cy=\"1153.59\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1276.83\" cy=\"1157.89\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1269.55\" cy=\"1162.19\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1262.25\" cy=\"1166.5\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1254.94\" cy=\"1170.82\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1247.62\" cy=\"1175.15\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1240.28\" cy=\"1179.5\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1232.93\" cy=\"1183.85\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1225.56\" cy=\"1188.22\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1218.19\" cy=\"1192.6\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1210.8\" cy=\"1196.97\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1203.4\" cy=\"1201.36\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1195.98\" cy=\"1205.74\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1188.55\" cy=\"1210.13\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1181.1\" cy=\"1214.5\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1173.64\" cy=\"1218.88\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1166.17\" cy=\"1223.24\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1158.68\" cy=\"1227.6\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1151.18\" cy=\"1231.96\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1143.66\" cy=\"1236.31\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1136.13\" cy=\"1240.66\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1128.58\" cy=\"1244.99\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1121.01\" cy=\"1249.31\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1113.42\" cy=\"1253.61\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1105.82\" cy=\"1257.89\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1098.2\" cy=\"1262.16\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1090.55\" cy=\"1266.4\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1082.89\" cy=\"1270.63\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1075.21\" cy=\"1274.83\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1067.51\" cy=\"1279.02\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1059.78\" cy=\"1283.17\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1052.04\" cy=\"1287.29\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1044.27\" cy=\"1291.38\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1036.48\" cy=\"1295.43\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1028.68\" cy=\"1299.45\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1020.86\" cy=\"1303.44\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1013.02\" cy=\"1307.39\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"1005.16\" cy=\"1311.31\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"997.286\" cy=\"1315.19\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"989.392\" cy=\"1319.03\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"981.48\" cy=\"1322.83\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"973.547\" cy=\"1326.59\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"965.593\" cy=\"1330.3\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"957.62\" cy=\"1333.96\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"949.628\" cy=\"1337.59\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"941.617\" cy=\"1341.16\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"933.587\" cy=\"1344.68\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"925.538\" cy=\"1348.15\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"917.471\" cy=\"1351.56\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"909.387\" cy=\"1354.91\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"901.285\" cy=\"1358.21\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"893.166\" cy=\"1361.45\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"885.03\" cy=\"1364.63\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"876.875\" cy=\"1367.75\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"868.699\" cy=\"1370.82\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"860.503\" cy=\"1373.82\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"852.287\" cy=\"1376.75\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"844.051\" cy=\"1379.62\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"835.795\" cy=\"1382.41\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"827.521\" cy=\"1385.13\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"819.23\" cy=\"1387.77\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"810.922\" cy=\"1390.34\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"802.599\" cy=\"1392.83\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"794.262\" cy=\"1395.25\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"785.91\" cy=\"1397.59\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"777.545\" cy=\"1399.87\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"769.166\" cy=\"1402.08\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"760.774\" cy=\"1404.23\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"752.37\" cy=\"1406.32\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"743.956\" cy=\"1408.36\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"735.534\" cy=\"1410.33\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"727.105\" cy=\"1412.24\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"718.669\" cy=\"1414.1\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"710.228\" cy=\"1415.89\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"701.783\" cy=\"1417.63\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"693.336\" cy=\"1419.31\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"684.885\" cy=\"1420.94\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"676.43\" cy=\"1422.51\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"667.971\" cy=\"1424.03\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"659.505\" cy=\"1425.49\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"651.032\" cy=\"1426.9\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"642.549\" cy=\"1428.24\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"634.059\" cy=\"1429.53\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"625.56\" cy=\"1430.76\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"617.055\" cy=\"1431.94\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"608.543\" cy=\"1433.06\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"600.025\" cy=\"1434.13\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"591.503\" cy=\"1435.15\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"582.977\" cy=\"1436.12\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"574.449\" cy=\"1437.04\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"565.918\" cy=\"1437.9\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"557.384\" cy=\"1438.73\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"548.844\" cy=\"1439.5\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"540.295\" cy=\"1440.24\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"531.737\" cy=\"1440.94\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"523.167\" cy=\"1441.6\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"514.585\" cy=\"1442.22\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"505.99\" cy=\"1442.8\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"497.382\" cy=\"1443.34\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"488.76\" cy=\"1443.83\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"480.123\" cy=\"1444.26\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"471.474\" cy=\"1444.65\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"462.813\" cy=\"1444.97\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"454.143\" cy=\"1445.24\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"445.462\" cy=\"1445.45\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"436.771\" cy=\"1445.59\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"428.07\" cy=\"1445.68\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"419.356\" cy=\"1445.72\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"410.631\" cy=\"1445.69\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"401.897\" cy=\"1445.62\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"393.154\" cy=\"1445.5\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"384.401\" cy=\"1445.33\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"375.639\" cy=\"1445.09\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"366.866\" cy=\"1444.8\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"358.08\" cy=\"1444.46\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"349.282\" cy=\"1444.05\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"340.472\" cy=\"1443.6\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"331.648\" cy=\"1443.11\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"322.811\" cy=\"1442.56\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"313.961\" cy=\"1441.96\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"305.098\" cy=\"1441.31\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"296.223\" cy=\"1440.61\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"287.336\" cy=\"1439.87\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"278.435\" cy=\"1439.08\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"269.52\" cy=\"1438.25\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"260.593\" cy=\"1437.38\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"251.653\" cy=\"1436.48\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"242.7\" cy=\"1435.53\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip432)\" cx=\"233.734\" cy=\"1434.55\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<polyline clip-path=\"url(#clip432)\" style=\"stroke:#e26f46; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 899.69,1284.2 2291.04,1284.2 2291.04,87.9763 899.69,87.9763 \n",
" \"/>\n",
"<path clip-path=\"url(#clip430)\" d=\"\n",
"M1985.33 250.738 L2280.06 250.738 L2280.06 95.2176 L1985.33 95.2176 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip430)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1985.33,250.738 2280.06,250.738 2280.06,95.2176 1985.33,95.2176 1985.33,250.738 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip430)\" style=\"stroke:#009af9; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2009.56,147.058 2154.94,147.058 \n",
" \"/>\n",
"<circle clip-path=\"url(#clip430)\" cx=\"2082.25\" cy=\"147.058\" r=\"23\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"5.12\"/>\n",
"<path clip-path=\"url(#clip430)\" d=\"M2193.02 166.745 Q2191.21 171.375 2189.5 172.787 Q2187.78 174.199 2184.91 174.199 L2181.51 174.199 L2181.51 170.634 L2184.01 170.634 Q2185.77 170.634 2186.74 169.8 Q2187.71 168.967 2188.9 165.865 L2189.66 163.921 L2179.17 138.412 L2183.69 138.412 L2191.79 158.689 L2199.89 138.412 L2204.4 138.412 L2193.02 166.745 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M2211.7 160.402 L2219.34 160.402 L2219.34 134.037 L2211.03 135.703 L2211.03 131.444 L2219.29 129.778 L2223.96 129.778 L2223.96 160.402 L2231.6 160.402 L2231.6 164.338 L2211.7 164.338 L2211.7 160.402 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip430)\" style=\"stroke:#e26f46; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2009.56,198.898 2154.94,198.898 \n",
" \"/>\n",
"<path clip-path=\"url(#clip430)\" d=\"M2193.02 218.585 Q2191.21 223.215 2189.5 224.627 Q2187.78 226.039 2184.91 226.039 L2181.51 226.039 L2181.51 222.474 L2184.01 222.474 Q2185.77 222.474 2186.74 221.64 Q2187.71 220.807 2188.9 217.705 L2189.66 215.761 L2179.17 190.252 L2183.69 190.252 L2191.79 210.529 L2199.89 190.252 L2204.4 190.252 L2193.02 218.585 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip430)\" d=\"M2214.91 212.242 L2231.23 212.242 L2231.23 216.178 L2209.29 216.178 L2209.29 212.242 Q2211.95 209.488 2216.53 204.858 Q2221.14 200.205 2222.32 198.863 Q2224.57 196.34 2225.45 194.604 Q2226.35 192.844 2226.35 191.155 Q2226.35 188.4 2224.4 186.664 Q2222.48 184.928 2219.38 184.928 Q2217.18 184.928 2214.73 185.692 Q2212.3 186.455 2209.52 188.006 L2209.52 183.284 Q2212.34 182.15 2214.8 181.571 Q2217.25 180.993 2219.29 180.993 Q2224.66 180.993 2227.85 183.678 Q2231.05 186.363 2231.05 190.854 Q2231.05 192.983 2230.24 194.905 Q2229.45 196.803 2227.34 199.395 Q2226.77 200.067 2223.66 203.284 Q2220.56 206.479 2214.91 212.242 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"┌ Warning: Skipped marker arg o.\n",
"└ @ Plots C:\\Users\\yiyue\\.julia\\packages\\Plots\\1KWPG\\src\\args.jl:1231\n"
]
},
{
"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=\"clip470\">\n",
" <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<path clip-path=\"url(#clip470)\" d=\"\n",
"M0 1600 L2400 1600 L2400 0 L0 0 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip471\">\n",
" <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<path clip-path=\"url(#clip470)\" d=\"\n",
"M239.19 1486.45 L2352.76 1486.45 L2352.76 47.2441 L239.19 47.2441 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip472\">\n",
" <rect x=\"239\" y=\"47\" width=\"2115\" height=\"1440\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip472)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 587.561,1486.45 587.561,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip472)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1052.66,1486.45 1052.66,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip472)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1517.77,1486.45 1517.77,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip472)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1982.87,1486.45 1982.87,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 239.19,1486.45 2352.76,1486.45 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 587.561,1486.45 587.561,1467.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1052.66,1486.45 1052.66,1467.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1517.77,1486.45 1517.77,1467.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1982.87,1486.45 1982.87,1467.55 \n",
" \"/>\n",
"<path clip-path=\"url(#clip470)\" d=\"M526.543 1532.02 L556.218 1532.02 L556.218 1535.95 L526.543 1535.95 L526.543 1532.02 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M580.478 1530.21 Q583.834 1530.93 585.709 1533.2 Q587.607 1535.47 587.607 1538.8 Q587.607 1543.92 584.089 1546.72 Q580.57 1549.52 574.089 1549.52 Q571.913 1549.52 569.598 1549.08 Q567.306 1548.66 564.853 1547.81 L564.853 1543.29 Q566.797 1544.43 569.112 1545.01 Q571.427 1545.58 573.95 1545.58 Q578.348 1545.58 580.64 1543.85 Q582.954 1542.11 582.954 1538.8 Q582.954 1535.75 580.802 1534.03 Q578.672 1532.3 574.853 1532.3 L570.825 1532.3 L570.825 1528.45 L575.038 1528.45 Q578.487 1528.45 580.316 1527.09 Q582.144 1525.7 582.144 1523.11 Q582.144 1520.45 580.246 1519.03 Q578.371 1517.6 574.853 1517.6 Q572.931 1517.6 570.732 1518.01 Q568.533 1518.43 565.894 1519.31 L565.894 1515.14 Q568.556 1514.4 570.871 1514.03 Q573.209 1513.66 575.269 1513.66 Q580.593 1513.66 583.695 1516.09 Q586.797 1518.5 586.797 1522.62 Q586.797 1525.49 585.153 1527.48 Q583.51 1529.45 580.478 1530.21 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M606.473 1517.37 Q602.862 1517.37 601.033 1520.93 Q599.227 1524.47 599.227 1531.6 Q599.227 1538.71 601.033 1542.27 Q602.862 1545.82 606.473 1545.82 Q610.107 1545.82 611.913 1542.27 Q613.741 1538.71 613.741 1531.6 Q613.741 1524.47 611.913 1520.93 Q610.107 1517.37 606.473 1517.37 M606.473 1513.66 Q612.283 1513.66 615.339 1518.27 Q618.417 1522.85 618.417 1531.6 Q618.417 1540.33 615.339 1544.94 Q612.283 1549.52 606.473 1549.52 Q600.663 1549.52 597.584 1544.94 Q594.528 1540.33 594.528 1531.6 Q594.528 1522.85 597.584 1518.27 Q600.663 1513.66 606.473 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M636.635 1517.37 Q633.024 1517.37 631.195 1520.93 Q629.389 1524.47 629.389 1531.6 Q629.389 1538.71 631.195 1542.27 Q633.024 1545.82 636.635 1545.82 Q640.269 1545.82 642.074 1542.27 Q643.903 1538.71 643.903 1531.6 Q643.903 1524.47 642.074 1520.93 Q640.269 1517.37 636.635 1517.37 M636.635 1513.66 Q642.445 1513.66 645.5 1518.27 Q648.579 1522.85 648.579 1531.6 Q648.579 1540.33 645.5 1544.94 Q642.445 1549.52 636.635 1549.52 Q630.825 1549.52 627.746 1544.94 Q624.69 1540.33 624.69 1531.6 Q624.69 1522.85 627.746 1518.27 Q630.825 1513.66 636.635 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1052.66 1517.37 Q1049.05 1517.37 1047.22 1520.93 Q1045.42 1524.47 1045.42 1531.6 Q1045.42 1538.71 1047.22 1542.27 Q1049.05 1545.82 1052.66 1545.82 Q1056.3 1545.82 1058.1 1542.27 Q1059.93 1538.71 1059.93 1531.6 Q1059.93 1524.47 1058.1 1520.93 Q1056.3 1517.37 1052.66 1517.37 M1052.66 1513.66 Q1058.47 1513.66 1061.53 1518.27 Q1064.61 1522.85 1064.61 1531.6 Q1064.61 1540.33 1061.53 1544.94 Q1058.47 1549.52 1052.66 1549.52 Q1046.85 1549.52 1043.77 1544.94 Q1040.72 1540.33 1040.72 1531.6 Q1040.72 1522.85 1043.77 1518.27 Q1046.85 1513.66 1052.66 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1491.53 1530.21 Q1494.88 1530.93 1496.76 1533.2 Q1498.66 1535.47 1498.66 1538.8 Q1498.66 1543.92 1495.14 1546.72 Q1491.62 1549.52 1485.14 1549.52 Q1482.96 1549.52 1480.65 1549.08 Q1478.36 1548.66 1475.9 1547.81 L1475.9 1543.29 Q1477.85 1544.43 1480.16 1545.01 Q1482.48 1545.58 1485 1545.58 Q1489.4 1545.58 1491.69 1543.85 Q1494.01 1542.11 1494.01 1538.8 Q1494.01 1535.75 1491.85 1534.03 Q1489.72 1532.3 1485.9 1532.3 L1481.88 1532.3 L1481.88 1528.45 L1486.09 1528.45 Q1489.54 1528.45 1491.37 1527.09 Q1493.19 1525.7 1493.19 1523.11 Q1493.19 1520.45 1491.3 1519.03 Q1489.42 1517.6 1485.9 1517.6 Q1483.98 1517.6 1481.78 1518.01 Q1479.58 1518.43 1476.95 1519.31 L1476.95 1515.14 Q1479.61 1514.4 1481.92 1514.03 Q1484.26 1513.66 1486.32 1513.66 Q1491.64 1513.66 1494.75 1516.09 Q1497.85 1518.5 1497.85 1522.62 Q1497.85 1525.49 1496.2 1527.48 Q1494.56 1529.45 1491.53 1530.21 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1517.52 1517.37 Q1513.91 1517.37 1512.08 1520.93 Q1510.28 1524.47 1510.28 1531.6 Q1510.28 1538.71 1512.08 1542.27 Q1513.91 1545.82 1517.52 1545.82 Q1521.16 1545.82 1522.96 1542.27 Q1524.79 1538.71 1524.79 1531.6 Q1524.79 1524.47 1522.96 1520.93 Q1521.16 1517.37 1517.52 1517.37 M1517.52 1513.66 Q1523.33 1513.66 1526.39 1518.27 Q1529.47 1522.85 1529.47 1531.6 Q1529.47 1540.33 1526.39 1544.94 Q1523.33 1549.52 1517.52 1549.52 Q1511.71 1549.52 1508.63 1544.94 Q1505.58 1540.33 1505.58 1531.6 Q1505.58 1522.85 1508.63 1518.27 Q1511.71 1513.66 1517.52 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1547.69 1517.37 Q1544.07 1517.37 1542.25 1520.93 Q1540.44 1524.47 1540.44 1531.6 Q1540.44 1538.71 1542.25 1542.27 Q1544.07 1545.82 1547.69 1545.82 Q1551.32 1545.82 1553.13 1542.27 Q1554.95 1538.71 1554.95 1531.6 Q1554.95 1524.47 1553.13 1520.93 Q1551.32 1517.37 1547.69 1517.37 M1547.69 1513.66 Q1553.5 1513.66 1556.55 1518.27 Q1559.63 1522.85 1559.63 1531.6 Q1559.63 1540.33 1556.55 1544.94 Q1553.5 1549.52 1547.69 1549.52 Q1541.88 1549.52 1538.8 1544.94 Q1535.74 1540.33 1535.74 1531.6 Q1535.74 1522.85 1538.8 1518.27 Q1541.88 1513.66 1547.69 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1953.19 1529.7 Q1950.05 1529.7 1948.19 1531.86 Q1946.37 1534.01 1946.37 1537.76 Q1946.37 1541.49 1948.19 1543.66 Q1950.05 1545.82 1953.19 1545.82 Q1956.34 1545.82 1958.17 1543.66 Q1960.02 1541.49 1960.02 1537.76 Q1960.02 1534.01 1958.17 1531.86 Q1956.34 1529.7 1953.19 1529.7 M1962.48 1515.05 L1962.48 1519.31 Q1960.72 1518.48 1958.91 1518.04 Q1957.13 1517.6 1955.37 1517.6 Q1950.74 1517.6 1948.29 1520.72 Q1945.86 1523.85 1945.51 1530.17 Q1946.87 1528.15 1948.93 1527.09 Q1950.99 1526 1953.47 1526 Q1958.68 1526 1961.69 1529.17 Q1964.72 1532.32 1964.72 1537.76 Q1964.72 1543.08 1961.57 1546.3 Q1958.43 1549.52 1953.19 1549.52 Q1947.2 1549.52 1944.03 1544.94 Q1940.86 1540.33 1940.86 1531.6 Q1940.86 1523.41 1944.74 1518.55 Q1948.63 1513.66 1955.18 1513.66 Q1956.94 1513.66 1958.73 1514.01 Q1960.53 1514.36 1962.48 1515.05 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M1982.78 1517.37 Q1979.17 1517.37 1977.34 1520.93 Q1975.53 1524.47 1975.53 1531.6 Q1975.53 1538.71 1977.34 1542.27 Q1979.17 1545.82 1982.78 1545.82 Q1986.41 1545.82 1988.22 1542.27 Q1990.05 1538.71 1990.05 1531.6 Q1990.05 1524.47 1988.22 1520.93 Q1986.41 1517.37 1982.78 1517.37 M1982.78 1513.66 Q1988.59 1513.66 1991.64 1518.27 Q1994.72 1522.85 1994.72 1531.6 Q1994.72 1540.33 1991.64 1544.94 Q1988.59 1549.52 1982.78 1549.52 Q1976.97 1549.52 1973.89 1544.94 Q1970.83 1540.33 1970.83 1531.6 Q1970.83 1522.85 1973.89 1518.27 Q1976.97 1513.66 1982.78 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M2012.94 1517.37 Q2009.33 1517.37 2007.5 1520.93 Q2005.69 1524.47 2005.69 1531.6 Q2005.69 1538.71 2007.5 1542.27 Q2009.33 1545.82 2012.94 1545.82 Q2016.57 1545.82 2018.38 1542.27 Q2020.21 1538.71 2020.21 1531.6 Q2020.21 1524.47 2018.38 1520.93 Q2016.57 1517.37 2012.94 1517.37 M2012.94 1513.66 Q2018.75 1513.66 2021.8 1518.27 Q2024.88 1522.85 2024.88 1531.6 Q2024.88 1540.33 2021.8 1544.94 Q2018.75 1549.52 2012.94 1549.52 Q2007.13 1549.52 2004.05 1544.94 Q2000.99 1540.33 2000.99 1531.6 Q2000.99 1522.85 2004.05 1518.27 Q2007.13 1513.66 2012.94 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip472)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 239.19,1479.35 2352.76,1479.35 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip472)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 239.19,1092.86 2352.76,1092.86 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip472)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 239.19,706.366 2352.76,706.366 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip472)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 239.19,319.872 2352.76,319.872 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 239.19,1486.45 239.19,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 239.19,1479.35 258.088,1479.35 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 239.19,1092.86 258.088,1092.86 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 239.19,706.366 258.088,706.366 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 239.19,319.872 258.088,319.872 \n",
" \"/>\n",
"<path clip-path=\"url(#clip470)\" d=\"M50.9921 1479.8 L80.6679 1479.8 L80.6679 1483.74 L50.9921 1483.74 L50.9921 1479.8 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M91.5706 1492.7 L99.2095 1492.7 L99.2095 1466.33 L90.8993 1468 L90.8993 1463.74 L99.1632 1462.07 L103.839 1462.07 L103.839 1492.7 L111.478 1492.7 L111.478 1496.63 L91.5706 1496.63 L91.5706 1492.7 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M130.922 1465.15 Q127.311 1465.15 125.482 1468.72 Q123.677 1472.26 123.677 1479.39 Q123.677 1486.49 125.482 1490.06 Q127.311 1493.6 130.922 1493.6 Q134.556 1493.6 136.362 1490.06 Q138.191 1486.49 138.191 1479.39 Q138.191 1472.26 136.362 1468.72 Q134.556 1465.15 130.922 1465.15 M130.922 1461.45 Q136.732 1461.45 139.788 1466.05 Q142.867 1470.64 142.867 1479.39 Q142.867 1488.11 139.788 1492.72 Q136.732 1497.3 130.922 1497.3 Q125.112 1497.3 122.033 1492.72 Q118.978 1488.11 118.978 1479.39 Q118.978 1470.64 122.033 1466.05 Q125.112 1461.45 130.922 1461.45 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M161.084 1465.15 Q157.473 1465.15 155.644 1468.72 Q153.839 1472.26 153.839 1479.39 Q153.839 1486.49 155.644 1490.06 Q157.473 1493.6 161.084 1493.6 Q164.718 1493.6 166.524 1490.06 Q168.353 1486.49 168.353 1479.39 Q168.353 1472.26 166.524 1468.72 Q164.718 1465.15 161.084 1465.15 M161.084 1461.45 Q166.894 1461.45 169.95 1466.05 Q173.029 1470.64 173.029 1479.39 Q173.029 1488.11 169.95 1492.72 Q166.894 1497.3 161.084 1497.3 Q155.274 1497.3 152.195 1492.72 Q149.14 1488.11 149.14 1479.39 Q149.14 1470.64 152.195 1466.05 Q155.274 1461.45 161.084 1461.45 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M191.246 1465.15 Q187.635 1465.15 185.806 1468.72 Q184.001 1472.26 184.001 1479.39 Q184.001 1486.49 185.806 1490.06 Q187.635 1493.6 191.246 1493.6 Q194.88 1493.6 196.686 1490.06 Q198.514 1486.49 198.514 1479.39 Q198.514 1472.26 196.686 1468.72 Q194.88 1465.15 191.246 1465.15 M191.246 1461.45 Q197.056 1461.45 200.112 1466.05 Q203.19 1470.64 203.19 1479.39 Q203.19 1488.11 200.112 1492.72 Q197.056 1497.3 191.246 1497.3 Q185.436 1497.3 182.357 1492.72 Q179.302 1488.11 179.302 1479.39 Q179.302 1470.64 182.357 1466.05 Q185.436 1461.45 191.246 1461.45 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M81.154 1093.31 L110.83 1093.31 L110.83 1097.25 L81.154 1097.25 L81.154 1093.31 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M120.969 1075.58 L139.325 1075.58 L139.325 1079.51 L125.251 1079.51 L125.251 1087.99 Q126.27 1087.64 127.288 1087.48 Q128.307 1087.29 129.325 1087.29 Q135.112 1087.29 138.492 1090.46 Q141.871 1093.63 141.871 1099.05 Q141.871 1104.63 138.399 1107.73 Q134.927 1110.81 128.607 1110.81 Q126.432 1110.81 124.163 1110.44 Q121.918 1110.07 119.51 1109.33 L119.51 1104.63 Q121.594 1105.76 123.816 1106.32 Q126.038 1106.88 128.515 1106.88 Q132.519 1106.88 134.857 1104.77 Q137.195 1102.66 137.195 1099.05 Q137.195 1095.44 134.857 1093.33 Q132.519 1091.23 128.515 1091.23 Q126.64 1091.23 124.765 1091.64 Q122.913 1092.06 120.969 1092.94 L120.969 1075.58 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M161.084 1078.66 Q157.473 1078.66 155.644 1082.22 Q153.839 1085.76 153.839 1092.89 Q153.839 1100 155.644 1103.57 Q157.473 1107.11 161.084 1107.11 Q164.718 1107.11 166.524 1103.57 Q168.353 1100 168.353 1092.89 Q168.353 1085.76 166.524 1082.22 Q164.718 1078.66 161.084 1078.66 M161.084 1074.95 Q166.894 1074.95 169.95 1079.56 Q173.029 1084.14 173.029 1092.89 Q173.029 1101.62 169.95 1106.23 Q166.894 1110.81 161.084 1110.81 Q155.274 1110.81 152.195 1106.23 Q149.14 1101.62 149.14 1092.89 Q149.14 1084.14 152.195 1079.56 Q155.274 1074.95 161.084 1074.95 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M191.246 1078.66 Q187.635 1078.66 185.806 1082.22 Q184.001 1085.76 184.001 1092.89 Q184.001 1100 185.806 1103.57 Q187.635 1107.11 191.246 1107.11 Q194.88 1107.11 196.686 1103.57 Q198.514 1100 198.514 1092.89 Q198.514 1085.76 196.686 1082.22 Q194.88 1078.66 191.246 1078.66 M191.246 1074.95 Q197.056 1074.95 200.112 1079.56 Q203.19 1084.14 203.19 1092.89 Q203.19 1101.62 200.112 1106.23 Q197.056 1110.81 191.246 1110.81 Q185.436 1110.81 182.357 1106.23 Q179.302 1101.62 179.302 1092.89 Q179.302 1084.14 182.357 1079.56 Q185.436 1074.95 191.246 1074.95 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M191.246 692.165 Q187.635 692.165 185.806 695.729 Q184.001 699.271 184.001 706.401 Q184.001 713.507 185.806 717.072 Q187.635 720.614 191.246 720.614 Q194.88 720.614 196.686 717.072 Q198.514 713.507 198.514 706.401 Q198.514 699.271 196.686 695.729 Q194.88 692.165 191.246 692.165 M191.246 688.461 Q197.056 688.461 200.112 693.067 Q203.19 697.651 203.19 706.401 Q203.19 715.127 200.112 719.734 Q197.056 724.317 191.246 724.317 Q185.436 724.317 182.357 719.734 Q179.302 715.127 179.302 706.401 Q179.302 697.651 182.357 693.067 Q185.436 688.461 191.246 688.461 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M120.969 302.592 L139.325 302.592 L139.325 306.528 L125.251 306.528 L125.251 315 Q126.27 314.653 127.288 314.49 Q128.307 314.305 129.325 314.305 Q135.112 314.305 138.492 317.477 Q141.871 320.648 141.871 326.064 Q141.871 331.643 138.399 334.745 Q134.927 337.824 128.607 337.824 Q126.432 337.824 124.163 337.453 Q121.918 337.083 119.51 336.342 L119.51 331.643 Q121.594 332.777 123.816 333.333 Q126.038 333.889 128.515 333.889 Q132.519 333.889 134.857 331.782 Q137.195 329.676 137.195 326.064 Q137.195 322.453 134.857 320.347 Q132.519 318.24 128.515 318.24 Q126.64 318.24 124.765 318.657 Q122.913 319.074 120.969 319.953 L120.969 302.592 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M161.084 305.671 Q157.473 305.671 155.644 309.236 Q153.839 312.778 153.839 319.907 Q153.839 327.014 155.644 330.578 Q157.473 334.12 161.084 334.12 Q164.718 334.12 166.524 330.578 Q168.353 327.014 168.353 319.907 Q168.353 312.778 166.524 309.236 Q164.718 305.671 161.084 305.671 M161.084 301.967 Q166.894 301.967 169.95 306.574 Q173.029 311.157 173.029 319.907 Q173.029 328.634 169.95 333.24 Q166.894 337.824 161.084 337.824 Q155.274 337.824 152.195 333.24 Q149.14 328.634 149.14 319.907 Q149.14 311.157 152.195 306.574 Q155.274 301.967 161.084 301.967 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M191.246 305.671 Q187.635 305.671 185.806 309.236 Q184.001 312.778 184.001 319.907 Q184.001 327.014 185.806 330.578 Q187.635 334.12 191.246 334.12 Q194.88 334.12 196.686 330.578 Q198.514 327.014 198.514 319.907 Q198.514 312.778 196.686 309.236 Q194.88 305.671 191.246 305.671 M191.246 301.967 Q197.056 301.967 200.112 306.574 Q203.19 311.157 203.19 319.907 Q203.19 328.634 200.112 333.24 Q197.056 337.824 191.246 337.824 Q185.436 337.824 182.357 333.24 Q179.302 328.634 179.302 319.907 Q179.302 311.157 182.357 306.574 Q185.436 301.967 191.246 301.967 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip472)\" style=\"stroke:#009af9; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2288.8,397.171 2284.67,397.172 2280.53,397.17 2276.4,397.167 2272.26,397.163 2268.12,397.159 2263.98,397.159 2259.84,397.163 2255.71,397.174 2251.57,397.191 \n",
" 2247.44,397.216 2243.32,397.247 2239.19,397.285 2235.07,397.33 2230.95,397.378 2226.83,397.428 2222.72,397.478 2218.61,397.526 2214.51,397.574 2210.4,397.623 \n",
" 2206.3,397.673 2202.2,397.724 2198.1,397.776 2193.99,397.834 2189.89,397.898 2185.78,397.97 2181.66,398.053 2177.55,398.146 2173.43,398.25 2169.31,398.365 \n",
" 2165.18,398.491 2161.05,398.628 2156.92,398.776 2152.77,398.935 2148.63,399.102 2144.47,399.28 2140.31,399.466 2136.14,399.662 2131.96,399.867 2127.78,400.084 \n",
" 2123.58,400.313 2119.37,400.557 2115.16,400.814 2110.94,401.086 2106.71,401.372 2102.47,401.674 2098.23,401.994 2093.98,402.332 2089.73,402.691 2085.47,403.069 \n",
" 2081.2,403.465 2076.93,403.881 2072.65,404.317 2068.37,404.773 2064.07,405.249 2059.77,405.746 2055.45,406.263 2051.12,406.801 2046.78,407.36 2042.43,407.938 \n",
" 2038.06,408.534 2033.67,409.147 2029.27,409.779 2024.86,410.429 2020.42,411.098 2015.98,411.786 2011.51,412.494 2007.04,413.221 2002.54,413.966 1998.03,414.727 \n",
" 1993.5,415.499 1988.95,416.283 1984.39,417.078 1979.81,417.882 1975.22,418.697 1970.6,419.525 1965.97,420.366 1961.32,421.22 1956.66,422.087 1951.99,422.966 \n",
" 1947.3,423.854 1942.59,424.751 1937.87,425.656 1933.13,426.572 1928.38,427.498 1923.6,428.437 1918.81,429.386 1913.99,430.344 1909.16,431.312 1904.3,432.29 \n",
" 1899.43,433.28 1894.53,434.282 1889.61,435.296 1884.67,436.321 1879.71,437.356 1874.73,438.401 1869.72,439.459 1864.7,440.534 1859.65,441.63 1854.58,442.745 \n",
" 1849.49,443.877 1844.38,445.026 1839.26,446.193 1834.11,447.379 1828.94,448.584 1823.75,449.81 1818.54,451.06 1813.31,452.333 1808.06,453.631 1802.8,454.953 \n",
" 1797.52,456.296 1792.23,457.663 1786.91,459.053 1781.59,460.467 1776.24,461.904 1770.88,463.366 1765.5,464.852 1760.11,466.363 1754.7,467.899 1749.27,469.463 \n",
" 1743.82,471.055 1738.35,472.677 1732.87,474.327 1727.37,476.006 1721.86,477.71 1716.33,479.439 1710.78,481.192 1705.22,482.972 1699.64,484.781 1694.04,486.62 \n",
" 1688.43,488.488 1682.8,490.386 1677.15,492.312 1671.49,494.265 1665.82,496.244 1660.14,498.252 1654.44,500.289 1648.73,502.356 1643,504.452 1637.27,506.574 \n",
" 1631.52,508.721 1625.76,510.896 1619.98,513.098 1614.19,515.33 1608.38,517.591 1602.55,519.882 1596.71,522.208 1590.84,524.568 1584.95,526.961 1579.04,529.388 \n",
" 1573.1,531.846 1567.14,534.339 1561.14,536.871 1555.12,539.442 1549.08,542.055 1543,544.708 1536.89,547.404 1530.76,550.144 1524.59,552.929 1518.4,555.757 \n",
" 1512.18,558.63 1505.93,561.546 1499.66,564.506 1493.35,567.509 1487.02,570.557 1480.66,573.65 1474.27,576.79 1467.85,579.979 1461.4,583.219 1454.93,586.512 \n",
" 1448.42,589.859 1441.89,593.258 1435.32,596.708 1428.71,600.209 1422.08,603.761 1415.42,607.363 1408.73,611.019 1402,614.732 1395.24,618.501 1388.45,622.325 \n",
" 1381.62,626.203 1374.76,630.136 1367.86,634.125 1360.91,638.171 1353.93,642.273 1346.91,646.433 1339.85,650.649 1332.75,654.921 1325.6,659.246 1318.41,663.624 \n",
" 1311.18,668.055 1303.91,672.539 1296.6,677.072 1289.25,681.657 1281.86,686.293 1274.43,690.981 1266.96,695.722 1259.45,700.514 1251.9,705.358 1244.31,710.253 \n",
" 1236.68,715.203 1229.01,720.206 1221.29,725.263 1213.52,730.371 1205.72,735.531 1197.88,740.742 1190,746.003 1182.07,751.317 1174.11,756.685 1166.1,762.108 \n",
" 1158.05,767.59 1149.97,773.13 1141.85,778.725 1133.7,784.375 1125.51,790.079 1117.28,795.837 1109.02,801.65 1100.72,807.517 1092.39,813.441 1084.02,819.421 \n",
" 1075.62,825.459 1067.19,831.557 1058.72,837.716 1050.22,843.936 1041.68,850.221 1033.11,856.571 1024.5,862.99 1015.86,869.477 1007.19,876.029 998.474,882.646 \n",
" 989.725,889.326 980.942,896.068 972.122,902.875 963.264,909.743 954.367,916.672 945.43,923.661 936.451,930.711 927.432,937.822 918.372,944.991 909.271,952.22 \n",
" 900.131,959.506 890.953,966.847 881.736,974.239 872.48,981.679 863.185,989.166 853.853,996.699 844.483,1004.28 835.077,1011.9 825.637,1019.56 816.163,1027.26 \n",
" 806.654,1035 797.111,1042.78 787.536,1050.58 777.929,1058.42 768.291,1066.28 758.62,1074.16 748.918,1082.08 739.184,1090.01 729.416,1097.98 719.614,1105.97 \n",
" 709.778,1113.98 699.907,1122.02 690,1130.08 680.055,1138.16 670.072,1146.27 660.052,1154.4 649.994,1162.55 639.9,1170.73 629.771,1178.93 619.607,1187.16 \n",
" 609.41,1195.42 599.18,1203.7 588.916,1212.02 578.621,1220.36 568.296,1228.74 557.94,1237.14 547.553,1245.57 537.133,1254.03 526.68,1262.53 516.193,1271.04 \n",
" 505.673,1279.59 495.12,1288.15 484.533,1296.74 473.912,1305.35 463.257,1313.98 452.568,1322.63 441.844,1331.3 431.082,1340 420.282,1348.71 409.443,1357.45 \n",
" 398.566,1366.19 387.65,1374.95 376.697,1383.73 365.706,1392.52 354.679,1401.33 343.617,1410.16 332.518,1419.02 321.383,1427.89 310.213,1436.79 299.008,1445.72 \n",
" \n",
" \"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2288.8\" cy=\"397.171\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2284.67\" cy=\"397.172\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2280.53\" cy=\"397.17\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2276.4\" cy=\"397.167\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2272.26\" cy=\"397.163\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2268.12\" cy=\"397.159\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2263.98\" cy=\"397.159\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2259.84\" cy=\"397.163\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2255.71\" cy=\"397.174\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2251.57\" cy=\"397.191\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2247.44\" cy=\"397.216\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2243.32\" cy=\"397.247\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2239.19\" cy=\"397.285\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2235.07\" cy=\"397.33\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2230.95\" cy=\"397.378\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2226.83\" cy=\"397.428\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2222.72\" cy=\"397.478\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2218.61\" cy=\"397.526\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2214.51\" cy=\"397.574\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2210.4\" cy=\"397.623\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2206.3\" cy=\"397.673\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2202.2\" cy=\"397.724\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2198.1\" cy=\"397.776\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2193.99\" cy=\"397.834\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2189.89\" cy=\"397.898\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2185.78\" cy=\"397.97\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2181.66\" cy=\"398.053\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2177.55\" cy=\"398.146\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2173.43\" cy=\"398.25\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2169.31\" cy=\"398.365\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2165.18\" cy=\"398.491\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2161.05\" cy=\"398.628\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2156.92\" cy=\"398.776\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2152.77\" cy=\"398.935\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2148.63\" cy=\"399.102\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2144.47\" cy=\"399.28\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2140.31\" cy=\"399.466\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2136.14\" cy=\"399.662\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2131.96\" cy=\"399.867\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2127.78\" cy=\"400.084\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2123.58\" cy=\"400.313\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2119.37\" cy=\"400.557\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2115.16\" cy=\"400.814\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2110.94\" cy=\"401.086\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2106.71\" cy=\"401.372\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2102.47\" cy=\"401.674\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2098.23\" cy=\"401.994\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2093.98\" cy=\"402.332\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2089.73\" cy=\"402.691\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2085.47\" cy=\"403.069\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2081.2\" cy=\"403.465\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2076.93\" cy=\"403.881\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2072.65\" cy=\"404.317\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2068.37\" cy=\"404.773\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2064.07\" cy=\"405.249\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2059.77\" cy=\"405.746\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2055.45\" cy=\"406.263\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2051.12\" cy=\"406.801\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2046.78\" cy=\"407.36\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2042.43\" cy=\"407.938\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2038.06\" cy=\"408.534\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2033.67\" cy=\"409.147\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2029.27\" cy=\"409.779\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2024.86\" cy=\"410.429\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2020.42\" cy=\"411.098\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2015.98\" cy=\"411.786\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2011.51\" cy=\"412.494\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2007.04\" cy=\"413.221\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"2002.54\" cy=\"413.966\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1998.03\" cy=\"414.727\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1993.5\" cy=\"415.499\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1988.95\" cy=\"416.283\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1984.39\" cy=\"417.078\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1979.81\" cy=\"417.882\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1975.22\" cy=\"418.697\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1970.6\" cy=\"419.525\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1965.97\" cy=\"420.366\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1961.32\" cy=\"421.22\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1956.66\" cy=\"422.087\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1951.99\" cy=\"422.966\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1947.3\" cy=\"423.854\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1942.59\" cy=\"424.751\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1937.87\" cy=\"425.656\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1933.13\" cy=\"426.572\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1928.38\" cy=\"427.498\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1923.6\" cy=\"428.437\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1918.81\" cy=\"429.386\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1913.99\" cy=\"430.344\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1909.16\" cy=\"431.312\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1904.3\" cy=\"432.29\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1899.43\" cy=\"433.28\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1894.53\" cy=\"434.282\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1889.61\" cy=\"435.296\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1884.67\" cy=\"436.321\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1879.71\" cy=\"437.356\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1874.73\" cy=\"438.401\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1869.72\" cy=\"439.459\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1864.7\" cy=\"440.534\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1859.65\" cy=\"441.63\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1854.58\" cy=\"442.745\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1849.49\" cy=\"443.877\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1844.38\" cy=\"445.026\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1839.26\" cy=\"446.193\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1834.11\" cy=\"447.379\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1828.94\" cy=\"448.584\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1823.75\" cy=\"449.81\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1818.54\" cy=\"451.06\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1813.31\" cy=\"452.333\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1808.06\" cy=\"453.631\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1802.8\" cy=\"454.953\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1797.52\" cy=\"456.296\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1792.23\" cy=\"457.663\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1786.91\" cy=\"459.053\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1781.59\" cy=\"460.467\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1776.24\" cy=\"461.904\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1770.88\" cy=\"463.366\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1765.5\" cy=\"464.852\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1760.11\" cy=\"466.363\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1754.7\" cy=\"467.899\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1749.27\" cy=\"469.463\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1743.82\" cy=\"471.055\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1738.35\" cy=\"472.677\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1732.87\" cy=\"474.327\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1727.37\" cy=\"476.006\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1721.86\" cy=\"477.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1716.33\" cy=\"479.439\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1710.78\" cy=\"481.192\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1705.22\" cy=\"482.972\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1699.64\" cy=\"484.781\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1694.04\" cy=\"486.62\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1688.43\" cy=\"488.488\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1682.8\" cy=\"490.386\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1677.15\" cy=\"492.312\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1671.49\" cy=\"494.265\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1665.82\" cy=\"496.244\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1660.14\" cy=\"498.252\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1654.44\" cy=\"500.289\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1648.73\" cy=\"502.356\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1643\" cy=\"504.452\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1637.27\" cy=\"506.574\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1631.52\" cy=\"508.721\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1625.76\" cy=\"510.896\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1619.98\" cy=\"513.098\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1614.19\" cy=\"515.33\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1608.38\" cy=\"517.591\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1602.55\" cy=\"519.882\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1596.71\" cy=\"522.208\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1590.84\" cy=\"524.568\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1584.95\" cy=\"526.961\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1579.04\" cy=\"529.388\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1573.1\" cy=\"531.846\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1567.14\" cy=\"534.339\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1561.14\" cy=\"536.871\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1555.12\" cy=\"539.442\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1549.08\" cy=\"542.055\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1543\" cy=\"544.708\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1536.89\" cy=\"547.404\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1530.76\" cy=\"550.144\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1524.59\" cy=\"552.929\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1518.4\" cy=\"555.757\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1512.18\" cy=\"558.63\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1505.93\" cy=\"561.546\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1499.66\" cy=\"564.506\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1493.35\" cy=\"567.509\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1487.02\" cy=\"570.557\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1480.66\" cy=\"573.65\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1474.27\" cy=\"576.79\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1467.85\" cy=\"579.979\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1461.4\" cy=\"583.219\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1454.93\" cy=\"586.512\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1448.42\" cy=\"589.859\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1441.89\" cy=\"593.258\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1435.32\" cy=\"596.708\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1428.71\" cy=\"600.209\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1422.08\" cy=\"603.761\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1415.42\" cy=\"607.363\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1408.73\" cy=\"611.019\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1402\" cy=\"614.732\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1395.24\" cy=\"618.501\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1388.45\" cy=\"622.325\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1381.62\" cy=\"626.203\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1374.76\" cy=\"630.136\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1367.86\" cy=\"634.125\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1360.91\" cy=\"638.171\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1353.93\" cy=\"642.273\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1346.91\" cy=\"646.433\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1339.85\" cy=\"650.649\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1332.75\" cy=\"654.921\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1325.6\" cy=\"659.246\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1318.41\" cy=\"663.624\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1311.18\" cy=\"668.055\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1303.91\" cy=\"672.539\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1296.6\" cy=\"677.072\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1289.25\" cy=\"681.657\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1281.86\" cy=\"686.293\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1274.43\" cy=\"690.981\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1266.96\" cy=\"695.722\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1259.45\" cy=\"700.514\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1251.9\" cy=\"705.358\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1244.31\" cy=\"710.253\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1236.68\" cy=\"715.203\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1229.01\" cy=\"720.206\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1221.29\" cy=\"725.263\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1213.52\" cy=\"730.371\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1205.72\" cy=\"735.531\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1197.88\" cy=\"740.742\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1190\" cy=\"746.003\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1182.07\" cy=\"751.317\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1174.11\" cy=\"756.685\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1166.1\" cy=\"762.108\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1158.05\" cy=\"767.59\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1149.97\" cy=\"773.13\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1141.85\" cy=\"778.725\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1133.7\" cy=\"784.375\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1125.51\" cy=\"790.079\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1117.28\" cy=\"795.837\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1109.02\" cy=\"801.65\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1100.72\" cy=\"807.517\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1092.39\" cy=\"813.441\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1084.02\" cy=\"819.421\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1075.62\" cy=\"825.459\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1067.19\" cy=\"831.557\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1058.72\" cy=\"837.716\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1050.22\" cy=\"843.936\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1041.68\" cy=\"850.221\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1033.11\" cy=\"856.571\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1024.5\" cy=\"862.99\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1015.86\" cy=\"869.477\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"1007.19\" cy=\"876.029\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"998.474\" cy=\"882.646\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"989.725\" cy=\"889.326\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"980.942\" cy=\"896.068\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"972.122\" cy=\"902.875\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"963.264\" cy=\"909.743\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"954.367\" cy=\"916.672\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"945.43\" cy=\"923.661\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"936.451\" cy=\"930.711\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"927.432\" cy=\"937.822\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"918.372\" cy=\"944.991\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"909.271\" cy=\"952.22\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"900.131\" cy=\"959.506\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"890.953\" cy=\"966.847\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"881.736\" cy=\"974.239\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"872.48\" cy=\"981.679\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"863.185\" cy=\"989.166\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"853.853\" cy=\"996.699\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"844.483\" cy=\"1004.28\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"835.077\" cy=\"1011.9\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"825.637\" cy=\"1019.56\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"816.163\" cy=\"1027.26\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"806.654\" cy=\"1035\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"797.111\" cy=\"1042.78\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"787.536\" cy=\"1050.58\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"777.929\" cy=\"1058.42\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"768.291\" cy=\"1066.28\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"758.62\" cy=\"1074.16\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"748.918\" cy=\"1082.08\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"739.184\" cy=\"1090.01\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"729.416\" cy=\"1097.98\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"719.614\" cy=\"1105.97\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"709.778\" cy=\"1113.98\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"699.907\" cy=\"1122.02\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"690\" cy=\"1130.08\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"680.055\" cy=\"1138.16\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"670.072\" cy=\"1146.27\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"660.052\" cy=\"1154.4\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"649.994\" cy=\"1162.55\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"639.9\" cy=\"1170.73\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"629.771\" cy=\"1178.93\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"619.607\" cy=\"1187.16\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"609.41\" cy=\"1195.42\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"599.18\" cy=\"1203.7\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"588.916\" cy=\"1212.02\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"578.621\" cy=\"1220.36\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"568.296\" cy=\"1228.74\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"557.94\" cy=\"1237.14\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"547.553\" cy=\"1245.57\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"537.133\" cy=\"1254.03\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"526.68\" cy=\"1262.53\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"516.193\" cy=\"1271.04\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"505.673\" cy=\"1279.59\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"495.12\" cy=\"1288.15\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"484.533\" cy=\"1296.74\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"473.912\" cy=\"1305.35\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"463.257\" cy=\"1313.98\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"452.568\" cy=\"1322.63\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"441.844\" cy=\"1331.3\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"431.082\" cy=\"1340\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"420.282\" cy=\"1348.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"409.443\" cy=\"1357.45\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"398.566\" cy=\"1366.19\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"387.65\" cy=\"1374.95\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"376.697\" cy=\"1383.73\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"365.706\" cy=\"1392.52\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"354.679\" cy=\"1401.33\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"343.617\" cy=\"1410.16\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"332.518\" cy=\"1419.02\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"321.383\" cy=\"1427.89\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"310.213\" cy=\"1436.79\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip472)\" cx=\"299.008\" cy=\"1445.72\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<polyline clip-path=\"url(#clip472)\" style=\"stroke:#e26f46; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1052.66,706.366 2292.94,706.366 2292.94,87.9763 1052.66,87.9763 \n",
" \"/>\n",
"<path clip-path=\"url(#clip470)\" d=\"\n",
"M1995.03 250.738 L2282.3 250.738 L2282.3 95.2176 L1995.03 95.2176 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip470)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1995.03,250.738 2282.3,250.738 2282.3,95.2176 1995.03,95.2176 1995.03,250.738 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip470)\" style=\"stroke:#009af9; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2018.52,147.058 2159.42,147.058 \n",
" \"/>\n",
"<circle clip-path=\"url(#clip470)\" cx=\"2088.97\" cy=\"147.058\" r=\"23\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"5.12\"/>\n",
"<path clip-path=\"url(#clip470)\" d=\"M2196.75 166.745 Q2194.94 171.375 2193.23 172.787 Q2191.52 174.199 2188.65 174.199 L2185.24 174.199 L2185.24 170.634 L2187.74 170.634 Q2189.5 170.634 2190.47 169.8 Q2191.45 168.967 2192.63 165.865 L2193.39 163.921 L2182.91 138.412 L2187.42 138.412 L2195.52 158.689 L2203.62 138.412 L2208.14 138.412 L2196.75 166.745 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M2215.43 160.402 L2223.07 160.402 L2223.07 134.037 L2214.76 135.703 L2214.76 131.444 L2223.02 129.778 L2227.7 129.778 L2227.7 160.402 L2235.34 160.402 L2235.34 164.338 L2215.43 164.338 L2215.43 160.402 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip470)\" style=\"stroke:#e26f46; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2018.52,198.898 2159.42,198.898 \n",
" \"/>\n",
"<path clip-path=\"url(#clip470)\" d=\"M2196.75 218.585 Q2194.94 223.215 2193.23 224.627 Q2191.52 226.039 2188.65 226.039 L2185.24 226.039 L2185.24 222.474 L2187.74 222.474 Q2189.5 222.474 2190.47 221.64 Q2191.45 220.807 2192.63 217.705 L2193.39 215.761 L2182.91 190.252 L2187.42 190.252 L2195.52 210.529 L2203.62 190.252 L2208.14 190.252 L2196.75 218.585 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip470)\" d=\"M2218.65 212.242 L2234.97 212.242 L2234.97 216.178 L2213.02 216.178 L2213.02 212.242 Q2215.68 209.488 2220.27 204.858 Q2224.87 200.205 2226.05 198.863 Q2228.3 196.34 2229.18 194.604 Q2230.08 192.844 2230.08 191.155 Q2230.08 188.4 2228.14 186.664 Q2226.22 184.928 2223.11 184.928 Q2220.91 184.928 2218.46 185.692 Q2216.03 186.455 2213.25 188.006 L2213.25 183.284 Q2216.08 182.15 2218.53 181.571 Q2220.98 180.993 2223.02 180.993 Q2228.39 180.993 2231.59 183.678 Q2234.78 186.363 2234.78 190.854 Q2234.78 192.983 2233.97 194.905 Q2233.18 196.803 2231.08 199.395 Q2230.5 200.067 2227.4 203.284 Q2224.29 206.479 2218.65 212.242 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"┌ Warning: Skipped marker arg o.\n",
"└ @ Plots C:\\Users\\yiyue\\.julia\\packages\\Plots\\1KWPG\\src\\args.jl:1231\n"
]
},
{
"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=\"clip510\">\n",
" <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<path clip-path=\"url(#clip510)\" d=\"\n",
"M0 1600 L2400 1600 L2400 0 L0 0 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip511\">\n",
" <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<path clip-path=\"url(#clip510)\" d=\"\n",
"M239.19 1486.45 L2352.76 1486.45 L2352.76 47.2441 L239.19 47.2441 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip512\">\n",
" <rect x=\"239\" y=\"47\" width=\"2115\" height=\"1440\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip512)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 308.423,1486.45 308.423,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip512)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 780.927,1486.45 780.927,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip512)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1253.43,1486.45 1253.43,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip512)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1725.93,1486.45 1725.93,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip512)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2198.44,1486.45 2198.44,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip510)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 239.19,1486.45 2352.76,1486.45 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip510)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 308.423,1486.45 308.423,1467.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip510)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 780.927,1486.45 780.927,1467.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip510)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1253.43,1486.45 1253.43,1467.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip510)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1725.93,1486.45 1725.93,1467.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip510)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2198.44,1486.45 2198.44,1467.55 \n",
" \"/>\n",
"<path clip-path=\"url(#clip510)\" d=\"M247.405 1532.02 L277.081 1532.02 L277.081 1535.95 L247.405 1535.95 L247.405 1532.02 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M291.201 1544.91 L307.52 1544.91 L307.52 1548.85 L285.576 1548.85 L285.576 1544.91 Q288.238 1542.16 292.821 1537.53 Q297.428 1532.88 298.608 1531.53 Q300.854 1529.01 301.733 1527.27 Q302.636 1525.51 302.636 1523.82 Q302.636 1521.07 300.692 1519.33 Q298.77 1517.6 295.669 1517.6 Q293.469 1517.6 291.016 1518.36 Q288.585 1519.13 285.807 1520.68 L285.807 1515.95 Q288.632 1514.82 291.085 1514.24 Q293.539 1513.66 295.576 1513.66 Q300.946 1513.66 304.141 1516.35 Q307.335 1519.03 307.335 1523.52 Q307.335 1525.65 306.525 1527.57 Q305.738 1529.47 303.631 1532.07 Q303.053 1532.74 299.951 1535.95 Q296.849 1539.15 291.201 1544.91 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M317.381 1514.29 L335.738 1514.29 L335.738 1518.22 L321.664 1518.22 L321.664 1526.7 Q322.682 1526.35 323.701 1526.19 Q324.719 1526 325.738 1526 Q331.525 1526 334.904 1529.17 Q338.284 1532.34 338.284 1537.76 Q338.284 1543.34 334.812 1546.44 Q331.34 1549.52 325.02 1549.52 Q322.844 1549.52 320.576 1549.15 Q318.33 1548.78 315.923 1548.04 L315.923 1543.34 Q318.006 1544.47 320.229 1545.03 Q322.451 1545.58 324.928 1545.58 Q328.932 1545.58 331.27 1543.48 Q333.608 1541.37 333.608 1537.76 Q333.608 1534.15 331.27 1532.04 Q328.932 1529.94 324.928 1529.94 Q323.053 1529.94 321.178 1530.35 Q319.326 1530.77 317.381 1531.65 L317.381 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M357.497 1517.37 Q353.886 1517.37 352.057 1520.93 Q350.252 1524.47 350.252 1531.6 Q350.252 1538.71 352.057 1542.27 Q353.886 1545.82 357.497 1545.82 Q361.131 1545.82 362.937 1542.27 Q364.765 1538.71 364.765 1531.6 Q364.765 1524.47 362.937 1520.93 Q361.131 1517.37 357.497 1517.37 M357.497 1513.66 Q363.307 1513.66 366.363 1518.27 Q369.441 1522.85 369.441 1531.6 Q369.441 1540.33 366.363 1544.94 Q363.307 1549.52 357.497 1549.52 Q351.687 1549.52 348.608 1544.94 Q345.553 1540.33 345.553 1531.6 Q345.553 1522.85 348.608 1518.27 Q351.687 1513.66 357.497 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M780.927 1517.37 Q777.316 1517.37 775.487 1520.93 Q773.681 1524.47 773.681 1531.6 Q773.681 1538.71 775.487 1542.27 Q777.316 1545.82 780.927 1545.82 Q784.561 1545.82 786.366 1542.27 Q788.195 1538.71 788.195 1531.6 Q788.195 1524.47 786.366 1520.93 Q784.561 1517.37 780.927 1517.37 M780.927 1513.66 Q786.737 1513.66 789.792 1518.27 Q792.871 1522.85 792.871 1531.6 Q792.871 1540.33 789.792 1544.94 Q786.737 1549.52 780.927 1549.52 Q775.117 1549.52 772.038 1544.94 Q768.982 1540.33 768.982 1531.6 Q768.982 1522.85 772.038 1518.27 Q775.117 1513.66 780.927 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M1217.12 1544.91 L1233.44 1544.91 L1233.44 1548.85 L1211.5 1548.85 L1211.5 1544.91 Q1214.16 1542.16 1218.74 1537.53 Q1223.35 1532.88 1224.53 1531.53 Q1226.78 1529.01 1227.65 1527.27 Q1228.56 1525.51 1228.56 1523.82 Q1228.56 1521.07 1226.61 1519.33 Q1224.69 1517.6 1221.59 1517.6 Q1219.39 1517.6 1216.94 1518.36 Q1214.51 1519.13 1211.73 1520.68 L1211.73 1515.95 Q1214.55 1514.82 1217.01 1514.24 Q1219.46 1513.66 1221.5 1513.66 Q1226.87 1513.66 1230.06 1516.35 Q1233.26 1519.03 1233.26 1523.52 Q1233.26 1525.65 1232.45 1527.57 Q1231.66 1529.47 1229.55 1532.07 Q1228.97 1532.74 1225.87 1535.95 Q1222.77 1539.15 1217.12 1544.91 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M1243.3 1514.29 L1261.66 1514.29 L1261.66 1518.22 L1247.59 1518.22 L1247.59 1526.7 Q1248.6 1526.35 1249.62 1526.19 Q1250.64 1526 1251.66 1526 Q1257.45 1526 1260.83 1529.17 Q1264.21 1532.34 1264.21 1537.76 Q1264.21 1543.34 1260.73 1546.44 Q1257.26 1549.52 1250.94 1549.52 Q1248.77 1549.52 1246.5 1549.15 Q1244.25 1548.78 1241.84 1548.04 L1241.84 1543.34 Q1243.93 1544.47 1246.15 1545.03 Q1248.37 1545.58 1250.85 1545.58 Q1254.85 1545.58 1257.19 1543.48 Q1259.53 1541.37 1259.53 1537.76 Q1259.53 1534.15 1257.19 1532.04 Q1254.85 1529.94 1250.85 1529.94 Q1248.97 1529.94 1247.1 1530.35 Q1245.25 1530.77 1243.3 1531.65 L1243.3 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M1283.42 1517.37 Q1279.81 1517.37 1277.98 1520.93 Q1276.17 1524.47 1276.17 1531.6 Q1276.17 1538.71 1277.98 1542.27 Q1279.81 1545.82 1283.42 1545.82 Q1287.05 1545.82 1288.86 1542.27 Q1290.69 1538.71 1290.69 1531.6 Q1290.69 1524.47 1288.86 1520.93 Q1287.05 1517.37 1283.42 1517.37 M1283.42 1513.66 Q1289.23 1513.66 1292.28 1518.27 Q1295.36 1522.85 1295.36 1531.6 Q1295.36 1540.33 1292.28 1544.94 Q1289.23 1549.52 1283.42 1549.52 Q1277.61 1549.52 1274.53 1544.94 Q1271.47 1540.33 1271.47 1531.6 Q1271.47 1522.85 1274.53 1518.27 Q1277.61 1513.66 1283.42 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M1685.55 1514.29 L1703.91 1514.29 L1703.91 1518.22 L1689.83 1518.22 L1689.83 1526.7 Q1690.85 1526.35 1691.87 1526.19 Q1692.89 1526 1693.91 1526 Q1699.7 1526 1703.08 1529.17 Q1706.45 1532.34 1706.45 1537.76 Q1706.45 1543.34 1702.98 1546.44 Q1699.51 1549.52 1693.19 1549.52 Q1691.01 1549.52 1688.75 1549.15 Q1686.5 1548.78 1684.09 1548.04 L1684.09 1543.34 Q1686.18 1544.47 1688.4 1545.03 Q1690.62 1545.58 1693.1 1545.58 Q1697.1 1545.58 1699.44 1543.48 Q1701.78 1541.37 1701.78 1537.76 Q1701.78 1534.15 1699.44 1532.04 Q1697.1 1529.94 1693.1 1529.94 Q1691.22 1529.94 1689.35 1530.35 Q1687.5 1530.77 1685.55 1531.65 L1685.55 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M1725.67 1517.37 Q1722.06 1517.37 1720.23 1520.93 Q1718.42 1524.47 1718.42 1531.6 Q1718.42 1538.71 1720.23 1542.27 Q1722.06 1545.82 1725.67 1545.82 Q1729.3 1545.82 1731.11 1542.27 Q1732.94 1538.71 1732.94 1531.6 Q1732.94 1524.47 1731.11 1520.93 Q1729.3 1517.37 1725.67 1517.37 M1725.67 1513.66 Q1731.48 1513.66 1734.53 1518.27 Q1737.61 1522.85 1737.61 1531.6 Q1737.61 1540.33 1734.53 1544.94 Q1731.48 1549.52 1725.67 1549.52 Q1719.86 1549.52 1716.78 1544.94 Q1713.72 1540.33 1713.72 1531.6 Q1713.72 1522.85 1716.78 1518.27 Q1719.86 1513.66 1725.67 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M1755.83 1517.37 Q1752.22 1517.37 1750.39 1520.93 Q1748.58 1524.47 1748.58 1531.6 Q1748.58 1538.71 1750.39 1542.27 Q1752.22 1545.82 1755.83 1545.82 Q1759.46 1545.82 1761.27 1542.27 Q1763.1 1538.71 1763.1 1531.6 Q1763.1 1524.47 1761.27 1520.93 Q1759.46 1517.37 1755.83 1517.37 M1755.83 1513.66 Q1761.64 1513.66 1764.7 1518.27 Q1767.77 1522.85 1767.77 1531.6 Q1767.77 1540.33 1764.7 1544.94 Q1761.64 1549.52 1755.83 1549.52 Q1750.02 1549.52 1746.94 1544.94 Q1743.89 1540.33 1743.89 1531.6 Q1743.89 1522.85 1746.94 1518.27 Q1750.02 1513.66 1755.83 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M2156.71 1514.29 L2178.94 1514.29 L2178.94 1516.28 L2166.39 1548.85 L2161.5 1548.85 L2173.31 1518.22 L2156.71 1518.22 L2156.71 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M2188.1 1514.29 L2206.46 1514.29 L2206.46 1518.22 L2192.38 1518.22 L2192.38 1526.7 Q2193.4 1526.35 2194.42 1526.19 Q2195.44 1526 2196.46 1526 Q2202.25 1526 2205.62 1529.17 Q2209 1532.34 2209 1537.76 Q2209 1543.34 2205.53 1546.44 Q2202.06 1549.52 2195.74 1549.52 Q2193.56 1549.52 2191.3 1549.15 Q2189.05 1548.78 2186.64 1548.04 L2186.64 1543.34 Q2188.73 1544.47 2190.95 1545.03 Q2193.17 1545.58 2195.65 1545.58 Q2199.65 1545.58 2201.99 1543.48 Q2204.33 1541.37 2204.33 1537.76 Q2204.33 1534.15 2201.99 1532.04 Q2199.65 1529.94 2195.65 1529.94 Q2193.77 1529.94 2191.9 1530.35 Q2190.05 1530.77 2188.1 1531.65 L2188.1 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M2228.22 1517.37 Q2224.61 1517.37 2222.78 1520.93 Q2220.97 1524.47 2220.97 1531.6 Q2220.97 1538.71 2222.78 1542.27 Q2224.61 1545.82 2228.22 1545.82 Q2231.85 1545.82 2233.66 1542.27 Q2235.49 1538.71 2235.49 1531.6 Q2235.49 1524.47 2233.66 1520.93 Q2231.85 1517.37 2228.22 1517.37 M2228.22 1513.66 Q2234.03 1513.66 2237.08 1518.27 Q2240.16 1522.85 2240.16 1531.6 Q2240.16 1540.33 2237.08 1544.94 Q2234.03 1549.52 2228.22 1549.52 Q2222.41 1549.52 2219.33 1544.94 Q2216.27 1540.33 2216.27 1531.6 Q2216.27 1522.85 2219.33 1518.27 Q2222.41 1513.66 2228.22 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip512)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 239.19,1464.04 2352.76,1464.04 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip512)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 239.19,1081.8 2352.76,1081.8 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip512)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 239.19,699.562 2352.76,699.562 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip512)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 239.19,317.321 2352.76,317.321 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip510)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 239.19,1486.45 239.19,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip510)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 239.19,1464.04 258.088,1464.04 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip510)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 239.19,1081.8 258.088,1081.8 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip510)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 239.19,699.562 258.088,699.562 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip510)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 239.19,317.321 258.088,317.321 \n",
" \"/>\n",
"<path clip-path=\"url(#clip510)\" d=\"M50.9921 1464.5 L80.6679 1464.5 L80.6679 1468.43 L50.9921 1468.43 L50.9921 1464.5 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M91.5706 1477.39 L99.2095 1477.39 L99.2095 1451.02 L90.8993 1452.69 L90.8993 1448.43 L99.1632 1446.76 L103.839 1446.76 L103.839 1477.39 L111.478 1477.39 L111.478 1481.32 L91.5706 1481.32 L91.5706 1477.39 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M130.922 1449.84 Q127.311 1449.84 125.482 1453.41 Q123.677 1456.95 123.677 1464.08 Q123.677 1471.19 125.482 1474.75 Q127.311 1478.29 130.922 1478.29 Q134.556 1478.29 136.362 1474.75 Q138.191 1471.19 138.191 1464.08 Q138.191 1456.95 136.362 1453.41 Q134.556 1449.84 130.922 1449.84 M130.922 1446.14 Q136.732 1446.14 139.788 1450.75 Q142.867 1455.33 142.867 1464.08 Q142.867 1472.81 139.788 1477.41 Q136.732 1482 130.922 1482 Q125.112 1482 122.033 1477.41 Q118.978 1472.81 118.978 1464.08 Q118.978 1455.33 122.033 1450.75 Q125.112 1446.14 130.922 1446.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M161.084 1449.84 Q157.473 1449.84 155.644 1453.41 Q153.839 1456.95 153.839 1464.08 Q153.839 1471.19 155.644 1474.75 Q157.473 1478.29 161.084 1478.29 Q164.718 1478.29 166.524 1474.75 Q168.353 1471.19 168.353 1464.08 Q168.353 1456.95 166.524 1453.41 Q164.718 1449.84 161.084 1449.84 M161.084 1446.14 Q166.894 1446.14 169.95 1450.75 Q173.029 1455.33 173.029 1464.08 Q173.029 1472.81 169.95 1477.41 Q166.894 1482 161.084 1482 Q155.274 1482 152.195 1477.41 Q149.14 1472.81 149.14 1464.08 Q149.14 1455.33 152.195 1450.75 Q155.274 1446.14 161.084 1446.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M191.246 1449.84 Q187.635 1449.84 185.806 1453.41 Q184.001 1456.95 184.001 1464.08 Q184.001 1471.19 185.806 1474.75 Q187.635 1478.29 191.246 1478.29 Q194.88 1478.29 196.686 1474.75 Q198.514 1471.19 198.514 1464.08 Q198.514 1456.95 196.686 1453.41 Q194.88 1449.84 191.246 1449.84 M191.246 1446.14 Q197.056 1446.14 200.112 1450.75 Q203.19 1455.33 203.19 1464.08 Q203.19 1472.81 200.112 1477.41 Q197.056 1482 191.246 1482 Q185.436 1482 182.357 1477.41 Q179.302 1472.81 179.302 1464.08 Q179.302 1455.33 182.357 1450.75 Q185.436 1446.14 191.246 1446.14 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M81.154 1082.25 L110.83 1082.25 L110.83 1086.19 L81.154 1086.19 L81.154 1082.25 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M120.969 1064.52 L139.325 1064.52 L139.325 1068.46 L125.251 1068.46 L125.251 1076.93 Q126.27 1076.58 127.288 1076.42 Q128.307 1076.24 129.325 1076.24 Q135.112 1076.24 138.492 1079.41 Q141.871 1082.58 141.871 1088 Q141.871 1093.57 138.399 1096.68 Q134.927 1099.75 128.607 1099.75 Q126.432 1099.75 124.163 1099.38 Q121.918 1099.01 119.51 1098.27 L119.51 1093.57 Q121.594 1094.71 123.816 1095.26 Q126.038 1095.82 128.515 1095.82 Q132.519 1095.82 134.857 1093.71 Q137.195 1091.61 137.195 1088 Q137.195 1084.38 134.857 1082.28 Q132.519 1080.17 128.515 1080.17 Q126.64 1080.17 124.765 1080.59 Q122.913 1081 120.969 1081.88 L120.969 1064.52 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M161.084 1067.6 Q157.473 1067.6 155.644 1071.17 Q153.839 1074.71 153.839 1081.84 Q153.839 1088.94 155.644 1092.51 Q157.473 1096.05 161.084 1096.05 Q164.718 1096.05 166.524 1092.51 Q168.353 1088.94 168.353 1081.84 Q168.353 1074.71 166.524 1071.17 Q164.718 1067.6 161.084 1067.6 M161.084 1063.9 Q166.894 1063.9 169.95 1068.5 Q173.029 1073.09 173.029 1081.84 Q173.029 1090.56 169.95 1095.17 Q166.894 1099.75 161.084 1099.75 Q155.274 1099.75 152.195 1095.17 Q149.14 1090.56 149.14 1081.84 Q149.14 1073.09 152.195 1068.5 Q155.274 1063.9 161.084 1063.9 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M191.246 1067.6 Q187.635 1067.6 185.806 1071.17 Q184.001 1074.71 184.001 1081.84 Q184.001 1088.94 185.806 1092.51 Q187.635 1096.05 191.246 1096.05 Q194.88 1096.05 196.686 1092.51 Q198.514 1088.94 198.514 1081.84 Q198.514 1074.71 196.686 1071.17 Q194.88 1067.6 191.246 1067.6 M191.246 1063.9 Q197.056 1063.9 200.112 1068.5 Q203.19 1073.09 203.19 1081.84 Q203.19 1090.56 200.112 1095.17 Q197.056 1099.75 191.246 1099.75 Q185.436 1099.75 182.357 1095.17 Q179.302 1090.56 179.302 1081.84 Q179.302 1073.09 182.357 1068.5 Q185.436 1063.9 191.246 1063.9 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M191.246 685.361 Q187.635 685.361 185.806 688.926 Q184.001 692.467 184.001 699.597 Q184.001 706.703 185.806 710.268 Q187.635 713.81 191.246 713.81 Q194.88 713.81 196.686 710.268 Q198.514 706.703 198.514 699.597 Q198.514 692.467 196.686 688.926 Q194.88 685.361 191.246 685.361 M191.246 681.657 Q197.056 681.657 200.112 686.264 Q203.19 690.847 203.19 699.597 Q203.19 708.324 200.112 712.93 Q197.056 717.513 191.246 717.513 Q185.436 717.513 182.357 712.93 Q179.302 708.324 179.302 699.597 Q179.302 690.847 182.357 686.264 Q185.436 681.657 191.246 681.657 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M120.969 300.041 L139.325 300.041 L139.325 303.976 L125.251 303.976 L125.251 312.448 Q126.27 312.101 127.288 311.939 Q128.307 311.754 129.325 311.754 Q135.112 311.754 138.492 314.925 Q141.871 318.096 141.871 323.513 Q141.871 329.092 138.399 332.194 Q134.927 335.272 128.607 335.272 Q126.432 335.272 124.163 334.902 Q121.918 334.532 119.51 333.791 L119.51 329.092 Q121.594 330.226 123.816 330.782 Q126.038 331.337 128.515 331.337 Q132.519 331.337 134.857 329.231 Q137.195 327.124 137.195 323.513 Q137.195 319.902 134.857 317.796 Q132.519 315.689 128.515 315.689 Q126.64 315.689 124.765 316.106 Q122.913 316.522 120.969 317.402 L120.969 300.041 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M161.084 303.12 Q157.473 303.12 155.644 306.684 Q153.839 310.226 153.839 317.356 Q153.839 324.462 155.644 328.027 Q157.473 331.569 161.084 331.569 Q164.718 331.569 166.524 328.027 Q168.353 324.462 168.353 317.356 Q168.353 310.226 166.524 306.684 Q164.718 303.12 161.084 303.12 M161.084 299.416 Q166.894 299.416 169.95 304.022 Q173.029 308.606 173.029 317.356 Q173.029 326.082 169.95 330.689 Q166.894 335.272 161.084 335.272 Q155.274 335.272 152.195 330.689 Q149.14 326.082 149.14 317.356 Q149.14 308.606 152.195 304.022 Q155.274 299.416 161.084 299.416 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M191.246 303.12 Q187.635 303.12 185.806 306.684 Q184.001 310.226 184.001 317.356 Q184.001 324.462 185.806 328.027 Q187.635 331.569 191.246 331.569 Q194.88 331.569 196.686 328.027 Q198.514 324.462 198.514 317.356 Q198.514 310.226 196.686 306.684 Q194.88 303.12 191.246 303.12 M191.246 299.416 Q197.056 299.416 200.112 304.022 Q203.19 308.606 203.19 317.356 Q203.19 326.082 200.112 330.689 Q197.056 335.272 191.246 335.272 Q185.436 335.272 182.357 330.689 Q179.302 326.082 179.302 317.356 Q179.302 308.606 182.357 304.022 Q185.436 299.416 191.246 299.416 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip512)\" style=\"stroke:#009af9; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2287.9,393.77 2282.86,393.772 2277.81,393.781 2272.76,393.796 2267.71,393.819 2262.66,393.852 2257.6,393.891 2252.54,393.936 2247.48,393.986 2242.41,394.038 \n",
" 2237.33,394.091 2232.25,394.147 2227.17,394.207 2222.09,394.272 2217,394.34 2211.91,394.41 2206.82,394.481 2201.72,394.555 2196.63,394.634 2191.53,394.719 \n",
" 2186.43,394.812 2181.32,394.912 2176.22,395.019 2171.1,395.133 2165.99,395.255 2160.87,395.387 2155.74,395.528 2150.61,395.679 2145.47,395.842 2140.33,396.017 \n",
" 2135.18,396.203 2130.03,396.399 2124.88,396.605 2119.72,396.818 2114.56,397.038 2109.39,397.266 2104.23,397.506 2099.07,397.758 2093.9,398.021 2088.73,398.295 \n",
" 2083.56,398.578 2078.38,398.868 2073.19,399.164 2067.99,399.469 2062.78,399.783 2057.56,400.109 2052.33,400.448 2047.09,400.801 2041.84,401.167 2036.59,401.545 \n",
" 2031.32,401.935 2026.05,402.338 2020.78,402.754 2015.5,403.185 2010.21,403.631 2004.93,404.088 1999.64,404.557 1994.36,405.039 1989.07,405.537 1983.78,406.052 \n",
" 1978.5,406.583 1973.21,407.134 1967.92,407.704 1962.63,408.296 1957.35,408.91 1952.06,409.55 1946.78,410.217 1941.49,410.911 1936.19,411.63 1930.89,412.374 \n",
" 1925.59,413.142 1920.3,413.933 1915,414.749 1909.7,415.59 1904.4,416.455 1899.11,417.343 1893.82,418.255 1888.52,419.19 1883.22,420.146 1877.92,421.126 \n",
" 1872.61,422.129 1867.3,423.155 1861.98,424.202 1856.65,425.272 1851.31,426.367 1845.96,427.486 1840.6,428.628 1835.23,429.792 1829.85,430.98 1824.44,432.195 \n",
" 1819.02,433.438 1813.57,434.706 1808.11,435.998 1802.62,437.314 1797.12,438.652 1791.6,440.012 1786.06,441.393 1780.49,442.793 1774.91,444.212 1769.31,445.652 \n",
" 1763.7,447.112 1758.06,448.592 1752.4,450.091 1746.73,451.608 1741.04,453.144 1735.33,454.697 1729.61,456.27 1723.86,457.862 1718.1,459.477 1712.32,461.115 \n",
" 1706.52,462.776 1700.7,464.463 1694.86,466.175 1689,467.912 1683.13,469.671 1677.24,471.449 1671.34,473.246 1665.41,475.064 1659.47,476.904 1653.51,478.765 \n",
" 1647.53,480.649 1641.52,482.557 1635.5,484.49 1629.46,486.449 1623.41,488.432 1617.34,490.439 1611.25,492.474 1605.14,494.54 1599.02,496.638 1592.87,498.767 \n",
" 1586.7,500.927 1580.5,503.121 1574.28,505.348 1568.04,507.612 1561.78,509.91 1555.5,512.243 1549.2,514.612 1542.88,517.016 1536.54,519.455 1530.18,521.927 \n",
" 1523.8,524.431 1517.4,526.967 1510.98,529.536 1504.54,532.137 1498.09,534.77 1491.61,537.433 1485.12,540.129 1478.61,542.858 1472.09,545.62 1465.54,548.416 \n",
" 1458.97,551.243 1452.38,554.101 1445.77,556.991 1439.13,559.912 1432.48,562.862 1425.81,565.844 1419.12,568.857 1412.41,571.902 1405.68,574.978 1398.93,578.085 \n",
" 1392.16,581.224 1385.37,584.392 1378.56,587.59 1371.73,590.816 1364.89,594.069 1358.02,597.349 1351.15,600.655 1344.25,603.988 1337.33,607.346 1330.4,610.733 \n",
" 1323.45,614.149 1316.49,617.596 1309.5,621.073 1302.5,624.581 1295.48,628.121 1288.45,631.691 1281.4,635.292 1274.34,638.922 1267.26,642.578 1260.17,646.264 \n",
" 1253.06,649.98 1245.94,653.725 1238.81,657.501 1231.66,661.309 1224.5,665.149 1217.33,669.023 1210.14,672.93 1202.94,676.87 1195.73,680.844 1188.51,684.852 \n",
" 1181.27,688.897 1174.02,692.981 1166.75,697.103 1159.48,701.265 1152.19,705.466 1144.88,709.704 1137.57,713.981 1130.23,718.297 1122.89,722.654 1115.52,727.05 \n",
" 1108.14,731.487 1100.74,735.962 1093.33,740.477 1085.9,745.03 1078.45,749.621 1070.98,754.253 1063.5,758.931 1056.01,763.654 1048.51,768.422 1040.99,773.234 \n",
" 1033.46,778.09 1025.91,782.994 1018.36,787.946 1010.8,792.948 1003.23,797.997 995.639,803.094 988.038,808.24 980.423,813.438 972.793,818.691 965.149,824 \n",
" 957.491,829.364 949.818,834.783 942.132,840.254 934.434,845.779 926.724,851.36 919.002,856.998 911.266,862.695 903.518,868.448 895.758,874.259 887.986,880.129 \n",
" 880.201,886.056 872.405,892.041 864.598,898.082 856.777,904.18 848.942,910.33 841.092,916.533 833.227,922.787 825.349,929.092 817.459,935.448 809.557,941.857 \n",
" 801.644,948.318 793.718,954.832 785.776,961.399 777.817,968.022 769.84,974.701 761.843,981.436 753.825,988.23 745.785,995.082 737.721,1001.99 729.633,1008.96 \n",
" 721.521,1015.99 713.385,1023.08 705.223,1030.22 697.036,1037.43 688.824,1044.7 680.585,1052.03 672.32,1059.43 664.03,1066.88 655.715,1074.4 647.374,1081.99 \n",
" 639.006,1089.65 630.613,1097.37 622.198,1105.16 613.762,1113.03 605.305,1120.96 596.828,1128.96 588.33,1137.03 579.812,1145.17 571.274,1153.38 562.721,1161.67 \n",
" 554.151,1170.03 545.564,1178.46 536.96,1186.96 528.339,1195.54 519.699,1204.19 511.042,1212.91 502.368,1221.7 493.678,1230.57 484.971,1239.51 476.247,1248.53 \n",
" 467.507,1257.63 458.752,1266.8 449.982,1276.06 441.199,1285.4 432.404,1294.82 423.599,1304.32 414.784,1313.9 405.96,1323.56 397.125,1333.29 388.279,1343.11 \n",
" 379.42,1353 370.547,1362.98 361.659,1373.04 352.754,1383.18 343.834,1393.4 334.899,1403.7 325.949,1414.08 316.984,1424.54 308.004,1435.09 299.008,1445.72 \n",
" \n",
" \"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2287.9\" cy=\"393.77\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2282.86\" cy=\"393.772\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2277.81\" cy=\"393.781\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2272.76\" cy=\"393.796\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2267.71\" cy=\"393.819\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2262.66\" cy=\"393.852\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2257.6\" cy=\"393.891\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2252.54\" cy=\"393.936\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2247.48\" cy=\"393.986\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2242.41\" cy=\"394.038\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2237.33\" cy=\"394.091\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2232.25\" cy=\"394.147\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2227.17\" cy=\"394.207\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2222.09\" cy=\"394.272\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2217\" cy=\"394.34\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2211.91\" cy=\"394.41\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2206.82\" cy=\"394.481\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2201.72\" cy=\"394.555\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2196.63\" cy=\"394.634\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2191.53\" cy=\"394.719\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2186.43\" cy=\"394.812\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2181.32\" cy=\"394.912\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2176.22\" cy=\"395.019\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2171.1\" cy=\"395.133\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2165.99\" cy=\"395.255\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2160.87\" cy=\"395.387\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2155.74\" cy=\"395.528\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2150.61\" cy=\"395.679\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2145.47\" cy=\"395.842\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2140.33\" cy=\"396.017\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2135.18\" cy=\"396.203\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2130.03\" cy=\"396.399\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2124.88\" cy=\"396.605\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2119.72\" cy=\"396.818\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2114.56\" cy=\"397.038\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2109.39\" cy=\"397.266\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2104.23\" cy=\"397.506\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2099.07\" cy=\"397.758\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2093.9\" cy=\"398.021\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2088.73\" cy=\"398.295\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2083.56\" cy=\"398.578\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2078.38\" cy=\"398.868\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2073.19\" cy=\"399.164\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2067.99\" cy=\"399.469\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2062.78\" cy=\"399.783\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2057.56\" cy=\"400.109\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2052.33\" cy=\"400.448\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2047.09\" cy=\"400.801\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2041.84\" cy=\"401.167\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2036.59\" cy=\"401.545\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2031.32\" cy=\"401.935\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2026.05\" cy=\"402.338\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2020.78\" cy=\"402.754\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2015.5\" cy=\"403.185\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2010.21\" cy=\"403.631\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"2004.93\" cy=\"404.088\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1999.64\" cy=\"404.557\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1994.36\" cy=\"405.039\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1989.07\" cy=\"405.537\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1983.78\" cy=\"406.052\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1978.5\" cy=\"406.583\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1973.21\" cy=\"407.134\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1967.92\" cy=\"407.704\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1962.63\" cy=\"408.296\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1957.35\" cy=\"408.91\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1952.06\" cy=\"409.55\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1946.78\" cy=\"410.217\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1941.49\" cy=\"410.911\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1936.19\" cy=\"411.63\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1930.89\" cy=\"412.374\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1925.59\" cy=\"413.142\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1920.3\" cy=\"413.933\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1915\" cy=\"414.749\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1909.7\" cy=\"415.59\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1904.4\" cy=\"416.455\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1899.11\" cy=\"417.343\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1893.82\" cy=\"418.255\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1888.52\" cy=\"419.19\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1883.22\" cy=\"420.146\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1877.92\" cy=\"421.126\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1872.61\" cy=\"422.129\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1867.3\" cy=\"423.155\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1861.98\" cy=\"424.202\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1856.65\" cy=\"425.272\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1851.31\" cy=\"426.367\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1845.96\" cy=\"427.486\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1840.6\" cy=\"428.628\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1835.23\" cy=\"429.792\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1829.85\" cy=\"430.98\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1824.44\" cy=\"432.195\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1819.02\" cy=\"433.438\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1813.57\" cy=\"434.706\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1808.11\" cy=\"435.998\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1802.62\" cy=\"437.314\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1797.12\" cy=\"438.652\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1791.6\" cy=\"440.012\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1786.06\" cy=\"441.393\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1780.49\" cy=\"442.793\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1774.91\" cy=\"444.212\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1769.31\" cy=\"445.652\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1763.7\" cy=\"447.112\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1758.06\" cy=\"448.592\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1752.4\" cy=\"450.091\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1746.73\" cy=\"451.608\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1741.04\" cy=\"453.144\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1735.33\" cy=\"454.697\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1729.61\" cy=\"456.27\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1723.86\" cy=\"457.862\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1718.1\" cy=\"459.477\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1712.32\" cy=\"461.115\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1706.52\" cy=\"462.776\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1700.7\" cy=\"464.463\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1694.86\" cy=\"466.175\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1689\" cy=\"467.912\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1683.13\" cy=\"469.671\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1677.24\" cy=\"471.449\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1671.34\" cy=\"473.246\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1665.41\" cy=\"475.064\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1659.47\" cy=\"476.904\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1653.51\" cy=\"478.765\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1647.53\" cy=\"480.649\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1641.52\" cy=\"482.557\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1635.5\" cy=\"484.49\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1629.46\" cy=\"486.449\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1623.41\" cy=\"488.432\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1617.34\" cy=\"490.439\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1611.25\" cy=\"492.474\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1605.14\" cy=\"494.54\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1599.02\" cy=\"496.638\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1592.87\" cy=\"498.767\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1586.7\" cy=\"500.927\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1580.5\" cy=\"503.121\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1574.28\" cy=\"505.348\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1568.04\" cy=\"507.612\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1561.78\" cy=\"509.91\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1555.5\" cy=\"512.243\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1549.2\" cy=\"514.612\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1542.88\" cy=\"517.016\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1536.54\" cy=\"519.455\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1530.18\" cy=\"521.927\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1523.8\" cy=\"524.431\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1517.4\" cy=\"526.967\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1510.98\" cy=\"529.536\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1504.54\" cy=\"532.137\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1498.09\" cy=\"534.77\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1491.61\" cy=\"537.433\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1485.12\" cy=\"540.129\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1478.61\" cy=\"542.858\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1472.09\" cy=\"545.62\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1465.54\" cy=\"548.416\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1458.97\" cy=\"551.243\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1452.38\" cy=\"554.101\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1445.77\" cy=\"556.991\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1439.13\" cy=\"559.912\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1432.48\" cy=\"562.862\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1425.81\" cy=\"565.844\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1419.12\" cy=\"568.857\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1412.41\" cy=\"571.902\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1405.68\" cy=\"574.978\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1398.93\" cy=\"578.085\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1392.16\" cy=\"581.224\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1385.37\" cy=\"584.392\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1378.56\" cy=\"587.59\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1371.73\" cy=\"590.816\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1364.89\" cy=\"594.069\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1358.02\" cy=\"597.349\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1351.15\" cy=\"600.655\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1344.25\" cy=\"603.988\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1337.33\" cy=\"607.346\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1330.4\" cy=\"610.733\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1323.45\" cy=\"614.149\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1316.49\" cy=\"617.596\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1309.5\" cy=\"621.073\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1302.5\" cy=\"624.581\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1295.48\" cy=\"628.121\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1288.45\" cy=\"631.691\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1281.4\" cy=\"635.292\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1274.34\" cy=\"638.922\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1267.26\" cy=\"642.578\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1260.17\" cy=\"646.264\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1253.06\" cy=\"649.98\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1245.94\" cy=\"653.725\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1238.81\" cy=\"657.501\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1231.66\" cy=\"661.309\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1224.5\" cy=\"665.149\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1217.33\" cy=\"669.023\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1210.14\" cy=\"672.93\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1202.94\" cy=\"676.87\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1195.73\" cy=\"680.844\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1188.51\" cy=\"684.852\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1181.27\" cy=\"688.897\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1174.02\" cy=\"692.981\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1166.75\" cy=\"697.103\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1159.48\" cy=\"701.265\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1152.19\" cy=\"705.466\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1144.88\" cy=\"709.704\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1137.57\" cy=\"713.981\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1130.23\" cy=\"718.297\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1122.89\" cy=\"722.654\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1115.52\" cy=\"727.05\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1108.14\" cy=\"731.487\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1100.74\" cy=\"735.962\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1093.33\" cy=\"740.477\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1085.9\" cy=\"745.03\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1078.45\" cy=\"749.621\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1070.98\" cy=\"754.253\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1063.5\" cy=\"758.931\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1056.01\" cy=\"763.654\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1048.51\" cy=\"768.422\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1040.99\" cy=\"773.234\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1033.46\" cy=\"778.09\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1025.91\" cy=\"782.994\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1018.36\" cy=\"787.946\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1010.8\" cy=\"792.948\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"1003.23\" cy=\"797.997\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"995.639\" cy=\"803.094\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"988.038\" cy=\"808.24\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"980.423\" cy=\"813.438\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"972.793\" cy=\"818.691\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"965.149\" cy=\"824\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"957.491\" cy=\"829.364\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"949.818\" cy=\"834.783\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"942.132\" cy=\"840.254\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"934.434\" cy=\"845.779\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"926.724\" cy=\"851.36\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"919.002\" cy=\"856.998\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"911.266\" cy=\"862.695\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"903.518\" cy=\"868.448\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"895.758\" cy=\"874.259\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"887.986\" cy=\"880.129\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"880.201\" cy=\"886.056\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"872.405\" cy=\"892.041\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"864.598\" cy=\"898.082\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"856.777\" cy=\"904.18\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"848.942\" cy=\"910.33\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"841.092\" cy=\"916.533\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"833.227\" cy=\"922.787\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"825.349\" cy=\"929.092\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"817.459\" cy=\"935.448\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"809.557\" cy=\"941.857\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"801.644\" cy=\"948.318\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"793.718\" cy=\"954.832\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"785.776\" cy=\"961.399\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"777.817\" cy=\"968.022\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"769.84\" cy=\"974.701\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"761.843\" cy=\"981.436\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"753.825\" cy=\"988.23\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"745.785\" cy=\"995.082\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"737.721\" cy=\"1001.99\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"729.633\" cy=\"1008.96\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"721.521\" cy=\"1015.99\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"713.385\" cy=\"1023.08\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"705.223\" cy=\"1030.22\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"697.036\" cy=\"1037.43\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"688.824\" cy=\"1044.7\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"680.585\" cy=\"1052.03\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"672.32\" cy=\"1059.43\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"664.03\" cy=\"1066.88\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"655.715\" cy=\"1074.4\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"647.374\" cy=\"1081.99\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"639.006\" cy=\"1089.65\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"630.613\" cy=\"1097.37\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"622.198\" cy=\"1105.16\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"613.762\" cy=\"1113.03\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"605.305\" cy=\"1120.96\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"596.828\" cy=\"1128.96\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"588.33\" cy=\"1137.03\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"579.812\" cy=\"1145.17\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"571.274\" cy=\"1153.38\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"562.721\" cy=\"1161.67\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"554.151\" cy=\"1170.03\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"545.564\" cy=\"1178.46\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"536.96\" cy=\"1186.96\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"528.339\" cy=\"1195.54\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"519.699\" cy=\"1204.19\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"511.042\" cy=\"1212.91\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"502.368\" cy=\"1221.7\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"493.678\" cy=\"1230.57\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"484.971\" cy=\"1239.51\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"476.247\" cy=\"1248.53\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"467.507\" cy=\"1257.63\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"458.752\" cy=\"1266.8\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"449.982\" cy=\"1276.06\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"441.199\" cy=\"1285.4\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"432.404\" cy=\"1294.82\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"423.599\" cy=\"1304.32\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"414.784\" cy=\"1313.9\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"405.96\" cy=\"1323.56\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"397.125\" cy=\"1333.29\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"388.279\" cy=\"1343.11\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"379.42\" cy=\"1353\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"370.547\" cy=\"1362.98\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"361.659\" cy=\"1373.04\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"352.754\" cy=\"1383.18\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"343.834\" cy=\"1393.4\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"334.899\" cy=\"1403.7\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"325.949\" cy=\"1414.08\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"316.984\" cy=\"1424.54\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"308.004\" cy=\"1435.09\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip512)\" cx=\"299.008\" cy=\"1445.72\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<polyline clip-path=\"url(#clip512)\" style=\"stroke:#e26f46; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 780.927,699.562 2292.94,699.562 2292.94,87.9763 780.927,87.9763 \n",
" \"/>\n",
"<path clip-path=\"url(#clip510)\" d=\"\n",
"M1995.03 250.738 L2282.3 250.738 L2282.3 95.2176 L1995.03 95.2176 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip510)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1995.03,250.738 2282.3,250.738 2282.3,95.2176 1995.03,95.2176 1995.03,250.738 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip510)\" style=\"stroke:#009af9; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2018.52,147.058 2159.42,147.058 \n",
" \"/>\n",
"<circle clip-path=\"url(#clip510)\" cx=\"2088.97\" cy=\"147.058\" r=\"23\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"5.12\"/>\n",
"<path clip-path=\"url(#clip510)\" d=\"M2196.75 166.745 Q2194.94 171.375 2193.23 172.787 Q2191.52 174.199 2188.65 174.199 L2185.24 174.199 L2185.24 170.634 L2187.74 170.634 Q2189.5 170.634 2190.47 169.8 Q2191.45 168.967 2192.63 165.865 L2193.39 163.921 L2182.91 138.412 L2187.42 138.412 L2195.52 158.689 L2203.62 138.412 L2208.14 138.412 L2196.75 166.745 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M2215.43 160.402 L2223.07 160.402 L2223.07 134.037 L2214.76 135.703 L2214.76 131.444 L2223.02 129.778 L2227.7 129.778 L2227.7 160.402 L2235.34 160.402 L2235.34 164.338 L2215.43 164.338 L2215.43 160.402 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip510)\" style=\"stroke:#e26f46; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2018.52,198.898 2159.42,198.898 \n",
" \"/>\n",
"<path clip-path=\"url(#clip510)\" d=\"M2196.75 218.585 Q2194.94 223.215 2193.23 224.627 Q2191.52 226.039 2188.65 226.039 L2185.24 226.039 L2185.24 222.474 L2187.74 222.474 Q2189.5 222.474 2190.47 221.64 Q2191.45 220.807 2192.63 217.705 L2193.39 215.761 L2182.91 190.252 L2187.42 190.252 L2195.52 210.529 L2203.62 190.252 L2208.14 190.252 L2196.75 218.585 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip510)\" d=\"M2218.65 212.242 L2234.97 212.242 L2234.97 216.178 L2213.02 216.178 L2213.02 212.242 Q2215.68 209.488 2220.27 204.858 Q2224.87 200.205 2226.05 198.863 Q2228.3 196.34 2229.18 194.604 Q2230.08 192.844 2230.08 191.155 Q2230.08 188.4 2228.14 186.664 Q2226.22 184.928 2223.11 184.928 Q2220.91 184.928 2218.46 185.692 Q2216.03 186.455 2213.25 188.006 L2213.25 183.284 Q2216.08 182.15 2218.53 181.571 Q2220.98 180.993 2223.02 180.993 Q2228.39 180.993 2231.59 183.678 Q2234.78 186.363 2234.78 190.854 Q2234.78 192.983 2233.97 194.905 Q2233.18 196.803 2231.08 199.395 Q2230.5 200.067 2227.4 203.284 Q2224.29 206.479 2218.65 212.242 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"┌ Warning: Skipped marker arg o.\n",
"└ @ Plots C:\\Users\\yiyue\\.julia\\packages\\Plots\\1KWPG\\src\\args.jl:1231\n"
]
},
{
"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=\"clip550\">\n",
" <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<path clip-path=\"url(#clip550)\" d=\"\n",
"M0 1600 L2400 1600 L2400 0 L0 0 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip551\">\n",
" <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<path clip-path=\"url(#clip550)\" d=\"\n",
"M199.283 1486.45 L2352.76 1486.45 L2352.76 47.2441 L199.283 47.2441 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip552\">\n",
" <rect x=\"199\" y=\"47\" width=\"2154\" height=\"1440\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip552)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 260.231,1486.45 260.231,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip552)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 768.125,1486.45 768.125,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip552)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1276.02,1486.45 1276.02,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip552)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1783.91,1486.45 1783.91,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip552)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2291.81,1486.45 2291.81,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip550)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 199.283,1486.45 2352.76,1486.45 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip550)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 260.231,1486.45 260.231,1467.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip550)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 768.125,1486.45 768.125,1467.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip550)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1276.02,1486.45 1276.02,1467.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip550)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1783.91,1486.45 1783.91,1467.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip550)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2291.81,1486.45 2291.81,1467.55 \n",
" \"/>\n",
"<path clip-path=\"url(#clip550)\" d=\"M260.231 1517.37 Q256.619 1517.37 254.791 1520.93 Q252.985 1524.47 252.985 1531.6 Q252.985 1538.71 254.791 1542.27 Q256.619 1545.82 260.231 1545.82 Q263.865 1545.82 265.67 1542.27 Q267.499 1538.71 267.499 1531.6 Q267.499 1524.47 265.67 1520.93 Q263.865 1517.37 260.231 1517.37 M260.231 1513.66 Q266.041 1513.66 269.096 1518.27 Q272.175 1522.85 272.175 1531.6 Q272.175 1540.33 269.096 1544.94 Q266.041 1549.52 260.231 1549.52 Q254.42 1549.52 251.342 1544.94 Q248.286 1540.33 248.286 1531.6 Q248.286 1522.85 251.342 1518.27 Q254.42 1513.66 260.231 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip550)\" d=\"M731.817 1544.91 L748.137 1544.91 L748.137 1548.85 L726.192 1548.85 L726.192 1544.91 Q728.854 1542.16 733.438 1537.53 Q738.044 1532.88 739.225 1531.53 Q741.47 1529.01 742.35 1527.27 Q743.252 1525.51 743.252 1523.82 Q743.252 1521.07 741.308 1519.33 Q739.387 1517.6 736.285 1517.6 Q734.086 1517.6 731.632 1518.36 Q729.202 1519.13 726.424 1520.68 L726.424 1515.95 Q729.248 1514.82 731.702 1514.24 Q734.155 1513.66 736.192 1513.66 Q741.563 1513.66 744.757 1516.35 Q747.952 1519.03 747.952 1523.52 Q747.952 1525.65 747.141 1527.57 Q746.354 1529.47 744.248 1532.07 Q743.669 1532.74 740.567 1535.95 Q737.465 1539.15 731.817 1544.91 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip550)\" d=\"M767.951 1517.37 Q764.34 1517.37 762.512 1520.93 Q760.706 1524.47 760.706 1531.6 Q760.706 1538.71 762.512 1542.27 Q764.34 1545.82 767.951 1545.82 Q771.586 1545.82 773.391 1542.27 Q775.22 1538.71 775.22 1531.6 Q775.22 1524.47 773.391 1520.93 Q771.586 1517.37 767.951 1517.37 M767.951 1513.66 Q773.762 1513.66 776.817 1518.27 Q779.896 1522.85 779.896 1531.6 Q779.896 1540.33 776.817 1544.94 Q773.762 1549.52 767.951 1549.52 Q762.141 1549.52 759.063 1544.94 Q756.007 1540.33 756.007 1531.6 Q756.007 1522.85 759.063 1518.27 Q762.141 1513.66 767.951 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip550)\" d=\"M798.113 1517.37 Q794.502 1517.37 792.674 1520.93 Q790.868 1524.47 790.868 1531.6 Q790.868 1538.71 792.674 1542.27 Q794.502 1545.82 798.113 1545.82 Q801.748 1545.82 803.553 1542.27 Q805.382 1538.71 805.382 1531.6 Q805.382 1524.47 803.553 1520.93 Q801.748 1517.37 798.113 1517.37 M798.113 1513.66 Q803.923 1513.66 806.979 1518.27 Q810.058 1522.85 810.058 1531.6 Q810.058 1540.33 806.979 1544.94 Q803.923 1549.52 798.113 1549.52 Q792.303 1549.52 789.224 1544.94 Q786.169 1540.33 786.169 1531.6 Q786.169 1522.85 789.224 1518.27 Q792.303 1513.66 798.113 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip550)\" d=\"M1249.11 1518.36 L1237.3 1536.81 L1249.11 1536.81 L1249.11 1518.36 M1247.88 1514.29 L1253.76 1514.29 L1253.76 1536.81 L1258.69 1536.81 L1258.69 1540.7 L1253.76 1540.7 L1253.76 1548.85 L1249.11 1548.85 L1249.11 1540.7 L1233.51 1540.7 L1233.51 1536.19 L1247.88 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip550)\" d=\"M1276.42 1517.37 Q1272.81 1517.37 1270.98 1520.93 Q1269.18 1524.47 1269.18 1531.6 Q1269.18 1538.71 1270.98 1542.27 Q1272.81 1545.82 1276.42 1545.82 Q1280.06 1545.82 1281.86 1542.27 Q1283.69 1538.71 1283.69 1531.6 Q1283.69 1524.47 1281.86 1520.93 Q1280.06 1517.37 1276.42 1517.37 M1276.42 1513.66 Q1282.23 1513.66 1285.29 1518.27 Q1288.37 1522.85 1288.37 1531.6 Q1288.37 1540.33 1285.29 1544.94 Q1282.23 1549.52 1276.42 1549.52 Q1270.61 1549.52 1267.54 1544.94 Q1264.48 1540.33 1264.48 1531.6 Q1264.48 1522.85 1267.54 1518.27 Q1270.61 1513.66 1276.42 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip550)\" d=\"M1306.59 1517.37 Q1302.98 1517.37 1301.15 1520.93 Q1299.34 1524.47 1299.34 1531.6 Q1299.34 1538.71 1301.15 1542.27 Q1302.98 1545.82 1306.59 1545.82 Q1310.22 1545.82 1312.03 1542.27 Q1313.85 1538.71 1313.85 1531.6 Q1313.85 1524.47 1312.03 1520.93 Q1310.22 1517.37 1306.59 1517.37 M1306.59 1513.66 Q1312.4 1513.66 1315.45 1518.27 Q1318.53 1522.85 1318.53 1531.6 Q1318.53 1540.33 1315.45 1544.94 Q1312.4 1549.52 1306.59 1549.52 Q1300.78 1549.52 1297.7 1544.94 Q1294.64 1540.33 1294.64 1531.6 Q1294.64 1522.85 1297.7 1518.27 Q1300.78 1513.66 1306.59 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip550)\" d=\"M1754.24 1529.7 Q1751.09 1529.7 1749.24 1531.86 Q1747.41 1534.01 1747.41 1537.76 Q1747.41 1541.49 1749.24 1543.66 Q1751.09 1545.82 1754.24 1545.82 Q1757.39 1545.82 1759.22 1543.66 Q1761.07 1541.49 1761.07 1537.76 Q1761.07 1534.01 1759.22 1531.86 Q1757.39 1529.7 1754.24 1529.7 M1763.52 1515.05 L1763.52 1519.31 Q1761.76 1518.48 1759.96 1518.04 Q1758.17 1517.6 1756.41 1517.6 Q1751.78 1517.6 1749.33 1520.72 Q1746.9 1523.85 1746.55 1530.17 Q1747.92 1528.15 1749.98 1527.09 Q1752.04 1526 1754.52 1526 Q1759.72 1526 1762.73 1529.17 Q1765.77 1532.32 1765.77 1537.76 Q1765.77 1543.08 1762.62 1546.3 Q1759.47 1549.52 1754.24 1549.52 Q1748.24 1549.52 1745.07 1544.94 Q1741.9 1540.33 1741.9 1531.6 Q1741.9 1523.41 1745.79 1518.55 Q1749.68 1513.66 1756.23 1513.66 Q1757.99 1513.66 1759.77 1514.01 Q1761.58 1514.36 1763.52 1515.05 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip550)\" d=\"M1783.82 1517.37 Q1780.21 1517.37 1778.38 1520.93 Q1776.58 1524.47 1776.58 1531.6 Q1776.58 1538.71 1778.38 1542.27 Q1780.21 1545.82 1783.82 1545.82 Q1787.46 1545.82 1789.26 1542.27 Q1791.09 1538.71 1791.09 1531.6 Q1791.09 1524.47 1789.26 1520.93 Q1787.46 1517.37 1783.82 1517.37 M1783.82 1513.66 Q1789.63 1513.66 1792.69 1518.27 Q1795.77 1522.85 1795.77 1531.6 Q1795.77 1540.33 1792.69 1544.94 Q1789.63 1549.52 1783.82 1549.52 Q1778.01 1549.52 1774.93 1544.94 Q1771.88 1540.33 1771.88 1531.6 Q1771.88 1522.85 1774.93 1518.27 Q1778.01 1513.66 1783.82 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip550)\" d=\"M1813.98 1517.37 Q1810.37 1517.37 1808.54 1520.93 Q1806.74 1524.47 1806.74 1531.6 Q1806.74 1538.71 1808.54 1542.27 Q1810.37 1545.82 1813.98 1545.82 Q1817.62 1545.82 1819.42 1542.27 Q1821.25 1538.71 1821.25 1531.6 Q1821.25 1524.47 1819.42 1520.93 Q1817.62 1517.37 1813.98 1517.37 M1813.98 1513.66 Q1819.79 1513.66 1822.85 1518.27 Q1825.93 1522.85 1825.93 1531.6 Q1825.93 1540.33 1822.85 1544.94 Q1819.79 1549.52 1813.98 1549.52 Q1808.17 1549.52 1805.09 1544.94 Q1802.04 1540.33 1802.04 1531.6 Q1802.04 1522.85 1805.09 1518.27 Q1808.17 1513.66 1813.98 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip550)\" d=\"M2261.6 1532.44 Q2258.27 1532.44 2256.35 1534.22 Q2254.45 1536 2254.45 1539.13 Q2254.45 1542.25 2256.35 1544.03 Q2258.27 1545.82 2261.6 1545.82 Q2264.93 1545.82 2266.85 1544.03 Q2268.78 1542.23 2268.78 1539.13 Q2268.78 1536 2266.85 1534.22 Q2264.96 1532.44 2261.6 1532.44 M2256.92 1530.45 Q2253.92 1529.7 2252.23 1527.64 Q2250.56 1525.58 2250.56 1522.62 Q2250.56 1518.48 2253.5 1516.07 Q2256.46 1513.66 2261.6 1513.66 Q2266.76 1513.66 2269.7 1516.07 Q2272.64 1518.48 2272.64 1522.62 Q2272.64 1525.58 2270.95 1527.64 Q2269.29 1529.7 2266.3 1530.45 Q2269.68 1531.23 2271.55 1533.52 Q2273.45 1535.82 2273.45 1539.13 Q2273.45 1544.15 2270.37 1546.83 Q2267.32 1549.52 2261.6 1549.52 Q2255.88 1549.52 2252.8 1546.83 Q2249.75 1544.15 2249.75 1539.13 Q2249.75 1535.82 2251.65 1533.52 Q2253.54 1531.23 2256.92 1530.45 M2255.21 1523.06 Q2255.21 1525.75 2256.88 1527.25 Q2258.57 1528.76 2261.6 1528.76 Q2264.61 1528.76 2266.3 1527.25 Q2268.01 1525.75 2268.01 1523.06 Q2268.01 1520.38 2266.3 1518.87 Q2264.61 1517.37 2261.6 1517.37 Q2258.57 1517.37 2256.88 1518.87 Q2255.21 1520.38 2255.21 1523.06 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip550)\" d=\"M2291.76 1517.37 Q2288.15 1517.37 2286.32 1520.93 Q2284.52 1524.47 2284.52 1531.6 Q2284.52 1538.71 2286.32 1542.27 Q2288.15 1545.82 2291.76 1545.82 Q2295.4 1545.82 2297.2 1542.27 Q2299.03 1538.71 2299.03 1531.6 Q2299.03 1524.47 2297.2 1520.93 Q2295.4 1517.37 2291.76 1517.37 M2291.76 1513.66 Q2297.57 1513.66 2300.63 1518.27 Q2303.71 1522.85 2303.71 1531.6 Q2303.71 1540.33 2300.63 1544.94 Q2297.57 1549.52 2291.76 1549.52 Q2285.95 1549.52 2282.87 1544.94 Q2279.82 1540.33 2279.82 1531.6 Q2279.82 1522.85 2282.87 1518.27 Q2285.95 1513.66 2291.76 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip550)\" d=\"M2321.92 1517.37 Q2318.31 1517.37 2316.48 1520.93 Q2314.68 1524.47 2314.68 1531.6 Q2314.68 1538.71 2316.48 1542.27 Q2318.31 1545.82 2321.92 1545.82 Q2325.56 1545.82 2327.36 1542.27 Q2329.19 1538.71 2329.19 1531.6 Q2329.19 1524.47 2327.36 1520.93 Q2325.56 1517.37 2321.92 1517.37 M2321.92 1513.66 Q2327.73 1513.66 2330.79 1518.27 Q2333.87 1522.85 2333.87 1531.6 Q2333.87 1540.33 2330.79 1544.94 Q2327.73 1549.52 2321.92 1549.52 Q2316.11 1549.52 2313.04 1544.94 Q2309.98 1540.33 2309.98 1531.6 Q2309.98 1522.85 2313.04 1518.27 Q2316.11 1513.66 2321.92 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip552)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 199.283,1445.72 2352.76,1445.72 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip552)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 199.283,1048.98 2352.76,1048.98 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip552)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 199.283,652.245 2352.76,652.245 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip552)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 199.283,255.51 2352.76,255.51 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip550)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 199.283,1486.45 199.283,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip550)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 199.283,1445.72 218.181,1445.72 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip550)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 199.283,1048.98 218.181,1048.98 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip550)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 199.283,652.245 218.181,652.245 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip550)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 199.283,255.51 218.181,255.51 \n",
" \"/>\n",
"<path clip-path=\"url(#clip550)\" d=\"M151.339 1431.51 Q147.728 1431.51 145.899 1435.08 Q144.093 1438.62 144.093 1445.75 Q144.093 1452.86 145.899 1456.42 Q147.728 1459.96 151.339 1459.96 Q154.973 1459.96 156.779 1456.42 Q158.607 1452.86 158.607 1445.75 Q158.607 1438.62 156.779 1435.08 Q154.973 1431.51 151.339 1431.51 M151.339 1427.81 Q157.149 1427.81 160.205 1432.42 Q163.283 1437 163.283 1445.75 Q163.283 1454.48 160.205 1459.08 Q157.149 1463.67 151.339 1463.67 Q145.529 1463.67 142.45 1459.08 Q139.394 1454.48 139.394 1445.75 Q139.394 1437 142.45 1432.42 Q145.529 1427.81 151.339 1427.81 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip550)\" d=\"M81.0614 1031.7 L99.4178 1031.7 L99.4178 1035.64 L85.3438 1035.64 L85.3438 1044.11 Q86.3623 1043.76 87.3808 1043.6 Q88.3993 1043.41 89.4178 1043.41 Q95.2049 1043.41 98.5845 1046.58 Q101.964 1049.76 101.964 1055.17 Q101.964 1060.75 98.4919 1063.85 Q95.0197 1066.93 88.7003 1066.93 Q86.5243 1066.93 84.2558 1066.56 Q82.0105 1066.19 79.6031 1065.45 L79.6031 1060.75 Q81.6864 1061.89 83.9086 1062.44 Q86.1308 1063 88.6077 1063 Q92.6123 1063 94.9502 1060.89 Q97.2882 1058.78 97.2882 1055.17 Q97.2882 1051.56 94.9502 1049.46 Q92.6123 1047.35 88.6077 1047.35 Q86.7327 1047.35 84.8577 1047.77 Q83.0058 1048.18 81.0614 1049.06 L81.0614 1031.7 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip550)\" d=\"M121.177 1034.78 Q117.566 1034.78 115.737 1038.34 Q113.932 1041.89 113.932 1049.02 Q113.932 1056.12 115.737 1059.69 Q117.566 1063.23 121.177 1063.23 Q124.811 1063.23 126.617 1059.69 Q128.445 1056.12 128.445 1049.02 Q128.445 1041.89 126.617 1038.34 Q124.811 1034.78 121.177 1034.78 M121.177 1031.08 Q126.987 1031.08 130.043 1035.68 Q133.121 1040.27 133.121 1049.02 Q133.121 1057.74 130.043 1062.35 Q126.987 1066.93 121.177 1066.93 Q115.367 1066.93 112.288 1062.35 Q109.233 1057.74 109.233 1049.02 Q109.233 1040.27 112.288 1035.68 Q115.367 1031.08 121.177 1031.08 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip550)\" d=\"M151.339 1034.78 Q147.728 1034.78 145.899 1038.34 Q144.093 1041.89 144.093 1049.02 Q144.093 1056.12 145.899 1059.69 Q147.728 1063.23 151.339 1063.23 Q154.973 1063.23 156.779 1059.69 Q158.607 1056.12 158.607 1049.02 Q158.607 1041.89 156.779 1038.34 Q154.973 1034.78 151.339 1034.78 M151.339 1031.08 Q157.149 1031.08 160.205 1035.68 Q163.283 1040.27 163.283 1049.02 Q163.283 1057.74 160.205 1062.35 Q157.149 1066.93 151.339 1066.93 Q145.529 1066.93 142.45 1062.35 Q139.394 1057.74 139.394 1049.02 Q139.394 1040.27 142.45 1035.68 Q145.529 1031.08 151.339 1031.08 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip550)\" d=\"M51.6634 665.59 L59.3023 665.59 L59.3023 639.225 L50.9921 640.891 L50.9921 636.632 L59.256 634.965 L63.9319 634.965 L63.9319 665.59 L71.5707 665.59 L71.5707 669.525 L51.6634 669.525 L51.6634 665.59 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip550)\" d=\"M91.0151 638.044 Q87.404 638.044 85.5753 641.609 Q83.7697 645.15 83.7697 652.28 Q83.7697 659.387 85.5753 662.951 Q87.404 666.493 91.0151 666.493 Q94.6493 666.493 96.4548 662.951 Q98.2835 659.387 98.2835 652.28 Q98.2835 645.15 96.4548 641.609 Q94.6493 638.044 91.0151 638.044 M91.0151 634.34 Q96.8252 634.34 99.8808 638.947 Q102.959 643.53 102.959 652.28 Q102.959 661.007 99.8808 665.613 Q96.8252 670.197 91.0151 670.197 Q85.2049 670.197 82.1262 665.613 Q79.0707 661.007 79.0707 652.28 Q79.0707 643.53 82.1262 638.947 Q85.2049 634.34 91.0151 634.34 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip550)\" d=\"M121.177 638.044 Q117.566 638.044 115.737 641.609 Q113.932 645.15 113.932 652.28 Q113.932 659.387 115.737 662.951 Q117.566 666.493 121.177 666.493 Q124.811 666.493 126.617 662.951 Q128.445 659.387 128.445 652.28 Q128.445 645.15 126.617 641.609 Q124.811 638.044 121.177 638.044 M121.177 634.34 Q126.987 634.34 130.043 638.947 Q133.121 643.53 133.121 652.28 Q133.121 661.007 130.043 665.613 Q126.987 670.197 121.177 670.197 Q115.367 670.197 112.288 665.613 Q109.233 661.007 109.233 652.28 Q109.233 643.53 112.288 638.947 Q115.367 634.34 121.177 634.34 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip550)\" d=\"M151.339 638.044 Q147.728 638.044 145.899 641.609 Q144.093 645.15 144.093 652.28 Q144.093 659.387 145.899 662.951 Q147.728 666.493 151.339 666.493 Q154.973 666.493 156.779 662.951 Q158.607 659.387 158.607 652.28 Q158.607 645.15 156.779 641.609 Q154.973 638.044 151.339 638.044 M151.339 634.34 Q157.149 634.34 160.205 638.947 Q163.283 643.53 163.283 652.28 Q163.283 661.007 160.205 665.613 Q157.149 670.197 151.339 670.197 Q145.529 670.197 142.45 665.613 Q139.394 661.007 139.394 652.28 Q139.394 643.53 142.45 638.947 Q145.529 634.34 151.339 634.34 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip550)\" d=\"M51.6634 268.855 L59.3023 268.855 L59.3023 242.489 L50.9921 244.156 L50.9921 239.897 L59.256 238.23 L63.9319 238.23 L63.9319 268.855 L71.5707 268.855 L71.5707 272.79 L51.6634 272.79 L51.6634 268.855 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip550)\" d=\"M81.0614 238.23 L99.4178 238.23 L99.4178 242.165 L85.3438 242.165 L85.3438 250.638 Q86.3623 250.29 87.3808 250.128 Q88.3993 249.943 89.4178 249.943 Q95.2049 249.943 98.5845 253.114 Q101.964 256.286 101.964 261.702 Q101.964 267.281 98.4919 270.383 Q95.0197 273.461 88.7003 273.461 Q86.5243 273.461 84.2558 273.091 Q82.0105 272.721 79.6031 271.98 L79.6031 267.281 Q81.6864 268.415 83.9086 268.971 Q86.1308 269.526 88.6077 269.526 Q92.6123 269.526 94.9502 267.42 Q97.2882 265.313 97.2882 261.702 Q97.2882 258.091 94.9502 255.985 Q92.6123 253.878 88.6077 253.878 Q86.7327 253.878 84.8577 254.295 Q83.0058 254.712 81.0614 255.591 L81.0614 238.23 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip550)\" d=\"M121.177 241.309 Q117.566 241.309 115.737 244.874 Q113.932 248.415 113.932 255.545 Q113.932 262.651 115.737 266.216 Q117.566 269.758 121.177 269.758 Q124.811 269.758 126.617 266.216 Q128.445 262.651 128.445 255.545 Q128.445 248.415 126.617 244.874 Q124.811 241.309 121.177 241.309 M121.177 237.605 Q126.987 237.605 130.043 242.212 Q133.121 246.795 133.121 255.545 Q133.121 264.272 130.043 268.878 Q126.987 273.461 121.177 273.461 Q115.367 273.461 112.288 268.878 Q109.233 264.272 109.233 255.545 Q109.233 246.795 112.288 242.212 Q115.367 237.605 121.177 237.605 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip550)\" d=\"M151.339 241.309 Q147.728 241.309 145.899 244.874 Q144.093 248.415 144.093 255.545 Q144.093 262.651 145.899 266.216 Q147.728 269.758 151.339 269.758 Q154.973 269.758 156.779 266.216 Q158.607 262.651 158.607 255.545 Q158.607 248.415 156.779 244.874 Q154.973 241.309 151.339 241.309 M151.339 237.605 Q157.149 237.605 160.205 242.212 Q163.283 246.795 163.283 255.545 Q163.283 264.272 160.205 268.878 Q157.149 273.461 151.339 273.461 Q145.529 273.461 142.45 268.878 Q139.394 264.272 139.394 255.545 Q139.394 246.795 142.45 242.212 Q145.529 237.605 151.339 237.605 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip552)\" style=\"stroke:#009af9; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2285.04,1128.33 2278.26,1128.33 2271.49,1128.32 2264.72,1128.31 2257.94,1128.29 2251.16,1128.27 2244.38,1128.24 2237.59,1128.19 2230.79,1128.13 2223.99,1128.06 \n",
" 2217.18,1127.97 2210.36,1127.86 2203.52,1127.72 2196.67,1127.57 2189.8,1127.39 2182.93,1127.18 2176.03,1126.96 2169.13,1126.72 2162.21,1126.45 2155.28,1126.17 \n",
" 2148.34,1125.87 2141.38,1125.55 2134.42,1125.21 2127.45,1124.85 2120.47,1124.47 2113.48,1124.07 2106.49,1123.65 2099.48,1123.21 2092.47,1122.75 2085.45,1122.27 \n",
" 2078.42,1121.78 2071.38,1121.26 2064.32,1120.73 2057.24,1120.18 2050.15,1119.62 2043.05,1119.05 2035.93,1118.46 2028.8,1117.87 2021.66,1117.26 2014.5,1116.65 \n",
" 2007.33,1116.02 2000.15,1115.39 1992.95,1114.74 1985.73,1114.08 1978.5,1113.41 1971.24,1112.73 1963.98,1112.04 1956.7,1111.33 1949.41,1110.62 1942.1,1109.89 \n",
" 1934.77,1109.15 1927.43,1108.4 1920.08,1107.64 1912.72,1106.86 1905.35,1106.07 1897.97,1105.27 1890.58,1104.46 1883.18,1103.62 1875.76,1102.77 1868.33,1101.9 \n",
" 1860.88,1101.01 1853.43,1100.1 1845.96,1099.18 1838.47,1098.24 1830.96,1097.28 1823.44,1096.31 1815.89,1095.31 1808.33,1094.3 1800.75,1093.28 1793.15,1092.23 \n",
" 1785.53,1091.18 1777.89,1090.1 1770.23,1089.01 1762.54,1087.91 1754.84,1086.79 1747.12,1085.65 1739.39,1084.5 1731.64,1083.32 1723.87,1082.13 1716.09,1080.92 \n",
" 1708.29,1079.68 1700.49,1078.41 1692.68,1077.12 1684.86,1075.81 1677.03,1074.47 1669.19,1073.11 1661.33,1071.72 1653.46,1070.32 1645.59,1068.89 1637.71,1067.45 \n",
" 1629.82,1065.99 1621.93,1064.5 1614.04,1062.99 1606.13,1061.45 1598.23,1059.89 1590.32,1058.31 1582.41,1056.71 1574.49,1055.09 1566.57,1053.45 1558.63,1051.79 \n",
" 1550.69,1050.11 1542.73,1048.42 1534.78,1046.72 1526.81,1044.99 1518.84,1043.26 1510.86,1041.51 1502.88,1039.75 1494.88,1037.97 1486.88,1036.18 1478.88,1034.37 \n",
" 1470.86,1032.54 1462.84,1030.7 1454.82,1028.83 1446.79,1026.94 1438.75,1025.03 1430.72,1023.09 1422.69,1021.14 1414.67,1019.16 1406.65,1017.16 1398.64,1015.14 \n",
" 1390.63,1013.11 1382.62,1011.05 1374.61,1008.97 1366.61,1006.87 1358.61,1004.74 1350.62,1002.6 1342.62,1000.44 1334.64,998.259 1326.65,996.055 1318.67,993.828 \n",
" 1310.7,991.575 1302.73,989.292 1294.78,986.978 1286.84,984.635 1278.92,982.265 1271.01,979.872 1263.11,977.455 1255.22,975.012 1247.35,972.541 1239.49,970.043 \n",
" 1231.65,967.519 1223.83,964.968 1216.02,962.391 1208.22,959.789 1200.45,957.162 1192.69,954.512 1184.95,951.839 1177.23,949.142 1169.53,946.42 1161.85,943.671 \n",
" 1154.18,940.893 1146.54,938.085 1138.92,935.247 1131.32,932.378 1123.73,929.477 1116.17,926.542 1108.62,923.573 1101.08,920.57 1093.57,917.533 1086.08,914.46 \n",
" 1078.61,911.349 1071.16,908.199 1063.73,905.01 1056.33,901.779 1048.95,898.507 1041.6,895.194 1034.27,891.839 1026.98,888.443 1019.73,885.008 1012.51,881.532 \n",
" 1005.32,878.017 998.175,874.463 991.068,870.871 984.001,867.238 976.973,863.563 969.984,859.847 963.036,856.093 956.129,852.3 949.264,848.471 942.442,844.607 \n",
" 935.664,840.71 928.93,836.781 922.243,832.822 915.605,828.832 909.019,824.808 902.484,820.75 896.001,816.655 889.57,812.523 883.189,808.35 876.859,804.135 \n",
" 870.579,799.876 864.347,795.574 858.165,791.23 852.033,786.844 845.953,782.417 839.926,777.953 833.95,773.454 828.027,768.919 822.153,764.345 816.329,759.733 \n",
" 810.554,755.081 804.829,750.388 799.154,745.652 793.528,740.874 787.949,736.052 782.418,731.183 776.936,726.268 771.505,721.311 766.125,716.313 760.795,711.278 \n",
" 755.511,706.201 750.275,701.084 745.088,695.927 739.952,690.731 734.868,685.497 729.837,680.225 724.856,674.916 719.926,669.568 715.048,664.182 710.221,658.757 \n",
" 705.444,653.294 700.715,647.791 696.032,642.25 691.396,636.669 686.809,631.051 682.271,625.396 677.782,619.704 673.341,613.975 668.95,608.206 664.608,602.399 \n",
" 660.317,596.554 656.077,590.674 651.885,584.758 647.74,578.805 643.642,572.816 639.592,566.789 635.589,560.722 631.632,554.615 627.723,548.467 623.86,542.28 \n",
" 620.043,536.052 616.271,529.782 612.547,523.468 608.87,517.111 605.239,510.711 601.658,504.271 598.124,497.791 594.637,491.272 591.198,484.714 587.807,478.119 \n",
" 584.465,471.486 581.169,464.815 577.918,458.104 574.71,451.351 571.546,444.558 568.426,437.726 565.347,430.851 562.306,423.932 559.305,416.969 556.346,409.96 \n",
" 553.43,402.903 550.558,395.795 547.73,388.634 544.947,381.419 542.208,374.148 539.516,366.82 536.873,359.436 534.278,351.998 531.732,344.506 529.235,336.961 \n",
" 526.79,329.362 524.394,321.711 522.046,314.009 519.745,306.257 517.492,298.455 515.286,290.606 513.123,282.71 511.004,274.771 508.929,266.79 506.899,258.768 \n",
" 504.913,250.705 502.969,242.599 501.066,234.448 499.202,226.252 497.376,218.012 495.588,209.722 493.836,201.38 492.122,192.986 490.446,184.54 488.81,176.043 \n",
" 487.217,167.493 485.663,158.889 484.15,150.23 482.678,141.513 481.253,132.738 479.875,123.905 478.549,115.014 477.272,106.062 476.043,97.0498 474.86,87.9763 \n",
" \n",
" \"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2285.04\" cy=\"1128.33\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2278.26\" cy=\"1128.33\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2271.49\" cy=\"1128.32\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2264.72\" cy=\"1128.31\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2257.94\" cy=\"1128.29\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2251.16\" cy=\"1128.27\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2244.38\" cy=\"1128.24\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2237.59\" cy=\"1128.19\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2230.79\" cy=\"1128.13\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2223.99\" cy=\"1128.06\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2217.18\" cy=\"1127.97\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2210.36\" cy=\"1127.86\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2203.52\" cy=\"1127.72\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2196.67\" cy=\"1127.57\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2189.8\" cy=\"1127.39\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2182.93\" cy=\"1127.18\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2176.03\" cy=\"1126.96\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2169.13\" cy=\"1126.72\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2162.21\" cy=\"1126.45\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2155.28\" cy=\"1126.17\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2148.34\" cy=\"1125.87\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2141.38\" cy=\"1125.55\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2134.42\" cy=\"1125.21\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2127.45\" cy=\"1124.85\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2120.47\" cy=\"1124.47\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2113.48\" cy=\"1124.07\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2106.49\" cy=\"1123.65\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2099.48\" cy=\"1123.21\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2092.47\" cy=\"1122.75\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2085.45\" cy=\"1122.27\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2078.42\" cy=\"1121.78\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2071.38\" cy=\"1121.26\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2064.32\" cy=\"1120.73\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2057.24\" cy=\"1120.18\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2050.15\" cy=\"1119.62\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2043.05\" cy=\"1119.05\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2035.93\" cy=\"1118.46\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2028.8\" cy=\"1117.87\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2021.66\" cy=\"1117.26\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2014.5\" cy=\"1116.65\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2007.33\" cy=\"1116.02\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"2000.15\" cy=\"1115.39\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1992.95\" cy=\"1114.74\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1985.73\" cy=\"1114.08\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1978.5\" cy=\"1113.41\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1971.24\" cy=\"1112.73\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1963.98\" cy=\"1112.04\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1956.7\" cy=\"1111.33\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1949.41\" cy=\"1110.62\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1942.1\" cy=\"1109.89\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1934.77\" cy=\"1109.15\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1927.43\" cy=\"1108.4\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1920.08\" cy=\"1107.64\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1912.72\" cy=\"1106.86\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1905.35\" cy=\"1106.07\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1897.97\" cy=\"1105.27\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1890.58\" cy=\"1104.46\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1883.18\" cy=\"1103.62\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1875.76\" cy=\"1102.77\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1868.33\" cy=\"1101.9\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1860.88\" cy=\"1101.01\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1853.43\" cy=\"1100.1\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1845.96\" cy=\"1099.18\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1838.47\" cy=\"1098.24\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1830.96\" cy=\"1097.28\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1823.44\" cy=\"1096.31\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1815.89\" cy=\"1095.31\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1808.33\" cy=\"1094.3\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1800.75\" cy=\"1093.28\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1793.15\" cy=\"1092.23\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1785.53\" cy=\"1091.18\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1777.89\" cy=\"1090.1\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1770.23\" cy=\"1089.01\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1762.54\" cy=\"1087.91\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1754.84\" cy=\"1086.79\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1747.12\" cy=\"1085.65\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1739.39\" cy=\"1084.5\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1731.64\" cy=\"1083.32\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1723.87\" cy=\"1082.13\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1716.09\" cy=\"1080.92\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1708.29\" cy=\"1079.68\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1700.49\" cy=\"1078.41\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1692.68\" cy=\"1077.12\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1684.86\" cy=\"1075.81\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1677.03\" cy=\"1074.47\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1669.19\" cy=\"1073.11\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1661.33\" cy=\"1071.72\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1653.46\" cy=\"1070.32\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1645.59\" cy=\"1068.89\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1637.71\" cy=\"1067.45\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1629.82\" cy=\"1065.99\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1621.93\" cy=\"1064.5\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1614.04\" cy=\"1062.99\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1606.13\" cy=\"1061.45\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1598.23\" cy=\"1059.89\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1590.32\" cy=\"1058.31\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1582.41\" cy=\"1056.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1574.49\" cy=\"1055.09\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1566.57\" cy=\"1053.45\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1558.63\" cy=\"1051.79\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1550.69\" cy=\"1050.11\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1542.73\" cy=\"1048.42\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1534.78\" cy=\"1046.72\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1526.81\" cy=\"1044.99\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1518.84\" cy=\"1043.26\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1510.86\" cy=\"1041.51\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1502.88\" cy=\"1039.75\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1494.88\" cy=\"1037.97\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1486.88\" cy=\"1036.18\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1478.88\" cy=\"1034.37\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1470.86\" cy=\"1032.54\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1462.84\" cy=\"1030.7\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1454.82\" cy=\"1028.83\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1446.79\" cy=\"1026.94\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1438.75\" cy=\"1025.03\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1430.72\" cy=\"1023.09\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1422.69\" cy=\"1021.14\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1414.67\" cy=\"1019.16\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1406.65\" cy=\"1017.16\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1398.64\" cy=\"1015.14\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1390.63\" cy=\"1013.11\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1382.62\" cy=\"1011.05\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1374.61\" cy=\"1008.97\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1366.61\" cy=\"1006.87\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1358.61\" cy=\"1004.74\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1350.62\" cy=\"1002.6\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1342.62\" cy=\"1000.44\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1334.64\" cy=\"998.259\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1326.65\" cy=\"996.055\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1318.67\" cy=\"993.828\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1310.7\" cy=\"991.575\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1302.73\" cy=\"989.292\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1294.78\" cy=\"986.978\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1286.84\" cy=\"984.635\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1278.92\" cy=\"982.265\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1271.01\" cy=\"979.872\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1263.11\" cy=\"977.455\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1255.22\" cy=\"975.012\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1247.35\" cy=\"972.541\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1239.49\" cy=\"970.043\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1231.65\" cy=\"967.519\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1223.83\" cy=\"964.968\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1216.02\" cy=\"962.391\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1208.22\" cy=\"959.789\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1200.45\" cy=\"957.162\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1192.69\" cy=\"954.512\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1184.95\" cy=\"951.839\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1177.23\" cy=\"949.142\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1169.53\" cy=\"946.42\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1161.85\" cy=\"943.671\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1154.18\" cy=\"940.893\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1146.54\" cy=\"938.085\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1138.92\" cy=\"935.247\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1131.32\" cy=\"932.378\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1123.73\" cy=\"929.477\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1116.17\" cy=\"926.542\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1108.62\" cy=\"923.573\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1101.08\" cy=\"920.57\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1093.57\" cy=\"917.533\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1086.08\" cy=\"914.46\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1078.61\" cy=\"911.349\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1071.16\" cy=\"908.199\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1063.73\" cy=\"905.01\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1056.33\" cy=\"901.779\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1048.95\" cy=\"898.507\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1041.6\" cy=\"895.194\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1034.27\" cy=\"891.839\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1026.98\" cy=\"888.443\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1019.73\" cy=\"885.008\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1012.51\" cy=\"881.532\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"1005.32\" cy=\"878.017\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"998.175\" cy=\"874.463\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"991.068\" cy=\"870.871\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"984.001\" cy=\"867.238\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"976.973\" cy=\"863.563\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"969.984\" cy=\"859.847\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"963.036\" cy=\"856.093\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"956.129\" cy=\"852.3\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"949.264\" cy=\"848.471\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"942.442\" cy=\"844.607\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"935.664\" cy=\"840.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"928.93\" cy=\"836.781\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"922.243\" cy=\"832.822\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"915.605\" cy=\"828.832\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"909.019\" cy=\"824.808\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"902.484\" cy=\"820.75\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"896.001\" cy=\"816.655\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"889.57\" cy=\"812.523\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"883.189\" cy=\"808.35\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"876.859\" cy=\"804.135\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"870.579\" cy=\"799.876\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"864.347\" cy=\"795.574\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"858.165\" cy=\"791.23\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"852.033\" cy=\"786.844\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"845.953\" cy=\"782.417\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"839.926\" cy=\"777.953\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"833.95\" cy=\"773.454\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"828.027\" cy=\"768.919\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"822.153\" cy=\"764.345\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"816.329\" cy=\"759.733\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"810.554\" cy=\"755.081\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"804.829\" cy=\"750.388\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"799.154\" cy=\"745.652\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"793.528\" cy=\"740.874\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"787.949\" cy=\"736.052\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"782.418\" cy=\"731.183\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"776.936\" cy=\"726.268\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"771.505\" cy=\"721.311\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"766.125\" cy=\"716.313\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"760.795\" cy=\"711.278\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"755.511\" cy=\"706.201\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"750.275\" cy=\"701.084\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"745.088\" cy=\"695.927\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"739.952\" cy=\"690.731\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"734.868\" cy=\"685.497\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"729.837\" cy=\"680.225\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"724.856\" cy=\"674.916\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"719.926\" cy=\"669.568\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"715.048\" cy=\"664.182\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"710.221\" cy=\"658.757\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"705.444\" cy=\"653.294\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"700.715\" cy=\"647.791\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"696.032\" cy=\"642.25\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"691.396\" cy=\"636.669\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"686.809\" cy=\"631.051\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"682.271\" cy=\"625.396\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"677.782\" cy=\"619.704\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"673.341\" cy=\"613.975\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"668.95\" cy=\"608.206\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"664.608\" cy=\"602.399\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"660.317\" cy=\"596.554\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"656.077\" cy=\"590.674\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"651.885\" cy=\"584.758\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"647.74\" cy=\"578.805\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"643.642\" cy=\"572.816\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"639.592\" cy=\"566.789\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"635.589\" cy=\"560.722\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"631.632\" cy=\"554.615\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"627.723\" cy=\"548.467\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"623.86\" cy=\"542.28\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"620.043\" cy=\"536.052\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"616.271\" cy=\"529.782\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"612.547\" cy=\"523.468\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"608.87\" cy=\"517.111\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"605.239\" cy=\"510.711\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"601.658\" cy=\"504.271\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"598.124\" cy=\"497.791\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"594.637\" cy=\"491.272\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"591.198\" cy=\"484.714\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"587.807\" cy=\"478.119\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"584.465\" cy=\"471.486\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"581.169\" cy=\"464.815\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"577.918\" cy=\"458.104\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"574.71\" cy=\"451.351\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"571.546\" cy=\"444.558\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"568.426\" cy=\"437.726\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"565.347\" cy=\"430.851\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"562.306\" cy=\"423.932\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"559.305\" cy=\"416.969\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"556.346\" cy=\"409.96\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"553.43\" cy=\"402.903\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"550.558\" cy=\"395.795\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"547.73\" cy=\"388.634\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"544.947\" cy=\"381.419\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"542.208\" cy=\"374.148\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"539.516\" cy=\"366.82\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"536.873\" cy=\"359.436\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"534.278\" cy=\"351.998\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"531.732\" cy=\"344.506\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"529.235\" cy=\"336.961\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"526.79\" cy=\"329.362\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"524.394\" cy=\"321.711\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"522.046\" cy=\"314.009\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"519.745\" cy=\"306.257\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"517.492\" cy=\"298.455\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"515.286\" cy=\"290.606\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"513.123\" cy=\"282.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"511.004\" cy=\"274.771\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"508.929\" cy=\"266.79\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"506.899\" cy=\"258.768\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"504.913\" cy=\"250.705\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"502.969\" cy=\"242.599\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"501.066\" cy=\"234.448\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"499.202\" cy=\"226.252\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"497.376\" cy=\"218.012\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"495.588\" cy=\"209.722\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"493.836\" cy=\"201.38\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"492.122\" cy=\"192.986\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"490.446\" cy=\"184.54\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"488.81\" cy=\"176.043\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"487.217\" cy=\"167.493\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"485.663\" cy=\"158.889\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"484.15\" cy=\"150.23\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"482.678\" cy=\"141.513\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"481.253\" cy=\"132.738\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"479.875\" cy=\"123.905\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"478.549\" cy=\"115.014\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"477.272\" cy=\"106.062\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"476.043\" cy=\"97.0498\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip552)\" cx=\"474.86\" cy=\"87.9763\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<polyline clip-path=\"url(#clip552)\" style=\"stroke:#e26f46; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 260.231,1445.72 2291.81,1445.72 2291.81,810.939 260.231,810.939 \n",
" \"/>\n",
"<path clip-path=\"url(#clip550)\" d=\"\n",
"M1989.27 250.738 L2280.97 250.738 L2280.97 95.2176 L1989.27 95.2176 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip550)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1989.27,250.738 2280.97,250.738 2280.97,95.2176 1989.27,95.2176 1989.27,250.738 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip550)\" style=\"stroke:#009af9; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2013.2,147.058 2156.76,147.058 \n",
" \"/>\n",
"<circle clip-path=\"url(#clip550)\" cx=\"2084.98\" cy=\"147.058\" r=\"23\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"5.12\"/>\n",
"<path clip-path=\"url(#clip550)\" d=\"M2194.53 166.745 Q2192.73 171.375 2191.01 172.787 Q2189.3 174.199 2186.43 174.199 L2183.03 174.199 L2183.03 170.634 L2185.53 170.634 Q2187.29 170.634 2188.26 169.8 Q2189.23 168.967 2190.41 165.865 L2191.17 163.921 L2180.69 138.412 L2185.2 138.412 L2193.3 158.689 L2201.41 138.412 L2205.92 138.412 L2194.53 166.745 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip550)\" d=\"M2213.21 160.402 L2220.85 160.402 L2220.85 134.037 L2212.54 135.703 L2212.54 131.444 L2220.8 129.778 L2225.48 129.778 L2225.48 160.402 L2233.12 160.402 L2233.12 164.338 L2213.21 164.338 L2213.21 160.402 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip550)\" style=\"stroke:#e26f46; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2013.2,198.898 2156.76,198.898 \n",
" \"/>\n",
"<path clip-path=\"url(#clip550)\" d=\"M2194.53 218.585 Q2192.73 223.215 2191.01 224.627 Q2189.3 226.039 2186.43 226.039 L2183.03 226.039 L2183.03 222.474 L2185.53 222.474 Q2187.29 222.474 2188.26 221.64 Q2189.23 220.807 2190.41 217.705 L2191.17 215.761 L2180.69 190.252 L2185.2 190.252 L2193.3 210.529 L2201.41 190.252 L2205.92 190.252 L2194.53 218.585 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip550)\" d=\"M2216.43 212.242 L2232.75 212.242 L2232.75 216.178 L2210.8 216.178 L2210.8 212.242 Q2213.47 209.488 2218.05 204.858 Q2222.66 200.205 2223.84 198.863 Q2226.08 196.34 2226.96 194.604 Q2227.86 192.844 2227.86 191.155 Q2227.86 188.4 2225.92 186.664 Q2224 184.928 2220.9 184.928 Q2218.7 184.928 2216.24 185.692 Q2213.81 186.455 2211.04 188.006 L2211.04 183.284 Q2213.86 182.15 2216.31 181.571 Q2218.77 180.993 2220.8 180.993 Q2226.17 180.993 2229.37 183.678 Q2232.56 186.363 2232.56 190.854 Q2232.56 192.983 2231.75 194.905 Q2230.97 196.803 2228.86 199.395 Q2228.28 200.067 2225.18 203.284 Q2222.08 206.479 2216.43 212.242 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"┌ Warning: Skipped marker arg o.\n",
"└ @ Plots C:\\Users\\yiyue\\.julia\\packages\\Plots\\1KWPG\\src\\args.jl:1231\n"
]
},
{
"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=\"clip590\">\n",
" <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<path clip-path=\"url(#clip590)\" d=\"\n",
"M0 1600 L2400 1600 L2400 0 L0 0 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip591\">\n",
" <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<path clip-path=\"url(#clip590)\" d=\"\n",
"M239.19 1486.45 L2352.76 1486.45 L2352.76 47.2441 L239.19 47.2441 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip592\">\n",
" <rect x=\"239\" y=\"47\" width=\"2115\" height=\"1440\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip592)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 299.008,1486.45 299.008,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip592)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 797.491,1486.45 797.491,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip592)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1295.97,1486.45 1295.97,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip592)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1794.46,1486.45 1794.46,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip592)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2292.94,1486.45 2292.94,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip590)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 239.19,1486.45 2352.76,1486.45 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip590)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 299.008,1486.45 299.008,1467.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip590)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 797.491,1486.45 797.491,1467.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip590)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1295.97,1486.45 1295.97,1467.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip590)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1794.46,1486.45 1794.46,1467.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip590)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2292.94,1486.45 2292.94,1467.55 \n",
" \"/>\n",
"<path clip-path=\"url(#clip590)\" d=\"M299.008 1517.37 Q295.397 1517.37 293.568 1520.93 Q291.763 1524.47 291.763 1531.6 Q291.763 1538.71 293.568 1542.27 Q295.397 1545.82 299.008 1545.82 Q302.643 1545.82 304.448 1542.27 Q306.277 1538.71 306.277 1531.6 Q306.277 1524.47 304.448 1520.93 Q302.643 1517.37 299.008 1517.37 M299.008 1513.66 Q304.818 1513.66 307.874 1518.27 Q310.953 1522.85 310.953 1531.6 Q310.953 1540.33 307.874 1544.94 Q304.818 1549.52 299.008 1549.52 Q293.198 1549.52 290.119 1544.94 Q287.064 1540.33 287.064 1531.6 Q287.064 1522.85 290.119 1518.27 Q293.198 1513.66 299.008 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M761.183 1544.91 L777.502 1544.91 L777.502 1548.85 L755.558 1548.85 L755.558 1544.91 Q758.22 1542.16 762.803 1537.53 Q767.41 1532.88 768.59 1531.53 Q770.836 1529.01 771.715 1527.27 Q772.618 1525.51 772.618 1523.82 Q772.618 1521.07 770.674 1519.33 Q768.752 1517.6 765.651 1517.6 Q763.452 1517.6 760.998 1518.36 Q758.567 1519.13 755.79 1520.68 L755.79 1515.95 Q758.614 1514.82 761.067 1514.24 Q763.521 1513.66 765.558 1513.66 Q770.928 1513.66 774.123 1516.35 Q777.317 1519.03 777.317 1523.52 Q777.317 1525.65 776.507 1527.57 Q775.72 1529.47 773.614 1532.07 Q773.035 1532.74 769.933 1535.95 Q766.831 1539.15 761.183 1544.91 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M797.317 1517.37 Q793.706 1517.37 791.877 1520.93 Q790.072 1524.47 790.072 1531.6 Q790.072 1538.71 791.877 1542.27 Q793.706 1545.82 797.317 1545.82 Q800.951 1545.82 802.757 1542.27 Q804.586 1538.71 804.586 1531.6 Q804.586 1524.47 802.757 1520.93 Q800.951 1517.37 797.317 1517.37 M797.317 1513.66 Q803.127 1513.66 806.183 1518.27 Q809.261 1522.85 809.261 1531.6 Q809.261 1540.33 806.183 1544.94 Q803.127 1549.52 797.317 1549.52 Q791.507 1549.52 788.428 1544.94 Q785.373 1540.33 785.373 1531.6 Q785.373 1522.85 788.428 1518.27 Q791.507 1513.66 797.317 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M827.479 1517.37 Q823.868 1517.37 822.039 1520.93 Q820.234 1524.47 820.234 1531.6 Q820.234 1538.71 822.039 1542.27 Q823.868 1545.82 827.479 1545.82 Q831.113 1545.82 832.919 1542.27 Q834.747 1538.71 834.747 1531.6 Q834.747 1524.47 832.919 1520.93 Q831.113 1517.37 827.479 1517.37 M827.479 1513.66 Q833.289 1513.66 836.345 1518.27 Q839.423 1522.85 839.423 1531.6 Q839.423 1540.33 836.345 1544.94 Q833.289 1549.52 827.479 1549.52 Q821.669 1549.52 818.59 1544.94 Q815.535 1540.33 815.535 1531.6 Q815.535 1522.85 818.59 1518.27 Q821.669 1513.66 827.479 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M1269.06 1518.36 L1257.26 1536.81 L1269.06 1536.81 L1269.06 1518.36 M1267.84 1514.29 L1273.72 1514.29 L1273.72 1536.81 L1278.65 1536.81 L1278.65 1540.7 L1273.72 1540.7 L1273.72 1548.85 L1269.06 1548.85 L1269.06 1540.7 L1253.46 1540.7 L1253.46 1536.19 L1267.84 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M1296.38 1517.37 Q1292.77 1517.37 1290.94 1520.93 Q1289.13 1524.47 1289.13 1531.6 Q1289.13 1538.71 1290.94 1542.27 Q1292.77 1545.82 1296.38 1545.82 Q1300.01 1545.82 1301.82 1542.27 Q1303.65 1538.71 1303.65 1531.6 Q1303.65 1524.47 1301.82 1520.93 Q1300.01 1517.37 1296.38 1517.37 M1296.38 1513.66 Q1302.19 1513.66 1305.24 1518.27 Q1308.32 1522.85 1308.32 1531.6 Q1308.32 1540.33 1305.24 1544.94 Q1302.19 1549.52 1296.38 1549.52 Q1290.57 1549.52 1287.49 1544.94 Q1284.43 1540.33 1284.43 1531.6 Q1284.43 1522.85 1287.49 1518.27 Q1290.57 1513.66 1296.38 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M1326.54 1517.37 Q1322.93 1517.37 1321.1 1520.93 Q1319.29 1524.47 1319.29 1531.6 Q1319.29 1538.71 1321.1 1542.27 Q1322.93 1545.82 1326.54 1545.82 Q1330.17 1545.82 1331.98 1542.27 Q1333.81 1538.71 1333.81 1531.6 Q1333.81 1524.47 1331.98 1520.93 Q1330.17 1517.37 1326.54 1517.37 M1326.54 1513.66 Q1332.35 1513.66 1335.41 1518.27 Q1338.48 1522.85 1338.48 1531.6 Q1338.48 1540.33 1335.41 1544.94 Q1332.35 1549.52 1326.54 1549.52 Q1320.73 1549.52 1317.65 1544.94 Q1314.6 1540.33 1314.6 1531.6 Q1314.6 1522.85 1317.65 1518.27 Q1320.73 1513.66 1326.54 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M1764.78 1529.7 Q1761.63 1529.7 1759.78 1531.86 Q1757.95 1534.01 1757.95 1537.76 Q1757.95 1541.49 1759.78 1543.66 Q1761.63 1545.82 1764.78 1545.82 Q1767.93 1545.82 1769.76 1543.66 Q1771.61 1541.49 1771.61 1537.76 Q1771.61 1534.01 1769.76 1531.86 Q1767.93 1529.7 1764.78 1529.7 M1774.06 1515.05 L1774.06 1519.31 Q1772.3 1518.48 1770.5 1518.04 Q1768.71 1517.6 1766.96 1517.6 Q1762.33 1517.6 1759.87 1520.72 Q1757.44 1523.85 1757.09 1530.17 Q1758.46 1528.15 1760.52 1527.09 Q1762.58 1526 1765.06 1526 Q1770.27 1526 1773.28 1529.17 Q1776.31 1532.32 1776.31 1537.76 Q1776.31 1543.08 1773.16 1546.3 Q1770.01 1549.52 1764.78 1549.52 Q1758.78 1549.52 1755.61 1544.94 Q1752.44 1540.33 1752.44 1531.6 Q1752.44 1523.41 1756.33 1518.55 Q1760.22 1513.66 1766.77 1513.66 Q1768.53 1513.66 1770.31 1514.01 Q1772.12 1514.36 1774.06 1515.05 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M1794.36 1517.37 Q1790.75 1517.37 1788.92 1520.93 Q1787.12 1524.47 1787.12 1531.6 Q1787.12 1538.71 1788.92 1542.27 Q1790.75 1545.82 1794.36 1545.82 Q1798 1545.82 1799.8 1542.27 Q1801.63 1538.71 1801.63 1531.6 Q1801.63 1524.47 1799.8 1520.93 Q1798 1517.37 1794.36 1517.37 M1794.36 1513.66 Q1800.17 1513.66 1803.23 1518.27 Q1806.31 1522.85 1806.31 1531.6 Q1806.31 1540.33 1803.23 1544.94 Q1800.17 1549.52 1794.36 1549.52 Q1788.55 1549.52 1785.47 1544.94 Q1782.42 1540.33 1782.42 1531.6 Q1782.42 1522.85 1785.47 1518.27 Q1788.55 1513.66 1794.36 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M1824.52 1517.37 Q1820.91 1517.37 1819.09 1520.93 Q1817.28 1524.47 1817.28 1531.6 Q1817.28 1538.71 1819.09 1542.27 Q1820.91 1545.82 1824.52 1545.82 Q1828.16 1545.82 1829.96 1542.27 Q1831.79 1538.71 1831.79 1531.6 Q1831.79 1524.47 1829.96 1520.93 Q1828.16 1517.37 1824.52 1517.37 M1824.52 1513.66 Q1830.34 1513.66 1833.39 1518.27 Q1836.47 1522.85 1836.47 1531.6 Q1836.47 1540.33 1833.39 1544.94 Q1830.34 1549.52 1824.52 1549.52 Q1818.71 1549.52 1815.64 1544.94 Q1812.58 1540.33 1812.58 1531.6 Q1812.58 1522.85 1815.64 1518.27 Q1818.71 1513.66 1824.52 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M2262.73 1532.44 Q2259.4 1532.44 2257.48 1534.22 Q2255.58 1536 2255.58 1539.13 Q2255.58 1542.25 2257.48 1544.03 Q2259.4 1545.82 2262.73 1545.82 Q2266.06 1545.82 2267.98 1544.03 Q2269.91 1542.23 2269.91 1539.13 Q2269.91 1536 2267.98 1534.22 Q2266.09 1532.44 2262.73 1532.44 M2258.05 1530.45 Q2255.04 1529.7 2253.35 1527.64 Q2251.69 1525.58 2251.69 1522.62 Q2251.69 1518.48 2254.63 1516.07 Q2257.59 1513.66 2262.73 1513.66 Q2267.89 1513.66 2270.83 1516.07 Q2273.77 1518.48 2273.77 1522.62 Q2273.77 1525.58 2272.08 1527.64 Q2270.41 1529.7 2267.43 1530.45 Q2270.81 1531.23 2272.68 1533.52 Q2274.58 1535.82 2274.58 1539.13 Q2274.58 1544.15 2271.5 1546.83 Q2268.45 1549.52 2262.73 1549.52 Q2257.01 1549.52 2253.93 1546.83 Q2250.88 1544.15 2250.88 1539.13 Q2250.88 1535.82 2252.78 1533.52 Q2254.67 1531.23 2258.05 1530.45 M2256.34 1523.06 Q2256.34 1525.75 2258.01 1527.25 Q2259.7 1528.76 2262.73 1528.76 Q2265.74 1528.76 2267.43 1527.25 Q2269.14 1525.75 2269.14 1523.06 Q2269.14 1520.38 2267.43 1518.87 Q2265.74 1517.37 2262.73 1517.37 Q2259.7 1517.37 2258.01 1518.87 Q2256.34 1520.38 2256.34 1523.06 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M2292.89 1517.37 Q2289.28 1517.37 2287.45 1520.93 Q2285.65 1524.47 2285.65 1531.6 Q2285.65 1538.71 2287.45 1542.27 Q2289.28 1545.82 2292.89 1545.82 Q2296.53 1545.82 2298.33 1542.27 Q2300.16 1538.71 2300.16 1531.6 Q2300.16 1524.47 2298.33 1520.93 Q2296.53 1517.37 2292.89 1517.37 M2292.89 1513.66 Q2298.7 1513.66 2301.76 1518.27 Q2304.84 1522.85 2304.84 1531.6 Q2304.84 1540.33 2301.76 1544.94 Q2298.7 1549.52 2292.89 1549.52 Q2287.08 1549.52 2284 1544.94 Q2280.95 1540.33 2280.95 1531.6 Q2280.95 1522.85 2284 1518.27 Q2287.08 1513.66 2292.89 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M2323.05 1517.37 Q2319.44 1517.37 2317.61 1520.93 Q2315.81 1524.47 2315.81 1531.6 Q2315.81 1538.71 2317.61 1542.27 Q2319.44 1545.82 2323.05 1545.82 Q2326.69 1545.82 2328.49 1542.27 Q2330.32 1538.71 2330.32 1531.6 Q2330.32 1524.47 2328.49 1520.93 Q2326.69 1517.37 2323.05 1517.37 M2323.05 1513.66 Q2328.86 1513.66 2331.92 1518.27 Q2335 1522.85 2335 1531.6 Q2335 1540.33 2331.92 1544.94 Q2328.86 1549.52 2323.05 1549.52 Q2317.24 1549.52 2314.16 1544.94 Q2311.11 1540.33 2311.11 1531.6 Q2311.11 1522.85 2314.16 1518.27 Q2317.24 1513.66 2323.05 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip592)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 239.19,1423.83 2352.76,1423.83 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip592)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 239.19,1052.76 2352.76,1052.76 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip592)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 239.19,681.688 2352.76,681.688 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip592)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 239.19,310.618 2352.76,310.618 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip590)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 239.19,1486.45 239.19,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip590)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 239.19,1423.83 258.088,1423.83 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip590)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 239.19,1052.76 258.088,1052.76 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip590)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 239.19,681.688 258.088,681.688 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip590)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 239.19,310.618 258.088,310.618 \n",
" \"/>\n",
"<path clip-path=\"url(#clip590)\" d=\"M50.9921 1424.28 L80.6679 1424.28 L80.6679 1428.21 L50.9921 1428.21 L50.9921 1424.28 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M91.5706 1437.17 L99.2095 1437.17 L99.2095 1410.81 L90.8993 1412.47 L90.8993 1408.21 L99.1632 1406.55 L103.839 1406.55 L103.839 1437.17 L111.478 1437.17 L111.478 1441.11 L91.5706 1441.11 L91.5706 1437.17 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M130.922 1409.63 Q127.311 1409.63 125.482 1413.19 Q123.677 1416.73 123.677 1423.86 Q123.677 1430.97 125.482 1434.53 Q127.311 1438.08 130.922 1438.08 Q134.556 1438.08 136.362 1434.53 Q138.191 1430.97 138.191 1423.86 Q138.191 1416.73 136.362 1413.19 Q134.556 1409.63 130.922 1409.63 M130.922 1405.92 Q136.732 1405.92 139.788 1410.53 Q142.867 1415.11 142.867 1423.86 Q142.867 1432.59 139.788 1437.2 Q136.732 1441.78 130.922 1441.78 Q125.112 1441.78 122.033 1437.2 Q118.978 1432.59 118.978 1423.86 Q118.978 1415.11 122.033 1410.53 Q125.112 1405.92 130.922 1405.92 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M161.084 1409.63 Q157.473 1409.63 155.644 1413.19 Q153.839 1416.73 153.839 1423.86 Q153.839 1430.97 155.644 1434.53 Q157.473 1438.08 161.084 1438.08 Q164.718 1438.08 166.524 1434.53 Q168.353 1430.97 168.353 1423.86 Q168.353 1416.73 166.524 1413.19 Q164.718 1409.63 161.084 1409.63 M161.084 1405.92 Q166.894 1405.92 169.95 1410.53 Q173.029 1415.11 173.029 1423.86 Q173.029 1432.59 169.95 1437.2 Q166.894 1441.78 161.084 1441.78 Q155.274 1441.78 152.195 1437.2 Q149.14 1432.59 149.14 1423.86 Q149.14 1415.11 152.195 1410.53 Q155.274 1405.92 161.084 1405.92 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M191.246 1409.63 Q187.635 1409.63 185.806 1413.19 Q184.001 1416.73 184.001 1423.86 Q184.001 1430.97 185.806 1434.53 Q187.635 1438.08 191.246 1438.08 Q194.88 1438.08 196.686 1434.53 Q198.514 1430.97 198.514 1423.86 Q198.514 1416.73 196.686 1413.19 Q194.88 1409.63 191.246 1409.63 M191.246 1405.92 Q197.056 1405.92 200.112 1410.53 Q203.19 1415.11 203.19 1423.86 Q203.19 1432.59 200.112 1437.2 Q197.056 1441.78 191.246 1441.78 Q185.436 1441.78 182.357 1437.2 Q179.302 1432.59 179.302 1423.86 Q179.302 1415.11 182.357 1410.53 Q185.436 1405.92 191.246 1405.92 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M81.154 1053.21 L110.83 1053.21 L110.83 1057.14 L81.154 1057.14 L81.154 1053.21 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M120.969 1035.48 L139.325 1035.48 L139.325 1039.41 L125.251 1039.41 L125.251 1047.89 Q126.27 1047.54 127.288 1047.38 Q128.307 1047.19 129.325 1047.19 Q135.112 1047.19 138.492 1050.36 Q141.871 1053.53 141.871 1058.95 Q141.871 1064.53 138.399 1067.63 Q134.927 1070.71 128.607 1070.71 Q126.432 1070.71 124.163 1070.34 Q121.918 1069.97 119.51 1069.23 L119.51 1064.53 Q121.594 1065.66 123.816 1066.22 Q126.038 1066.77 128.515 1066.77 Q132.519 1066.77 134.857 1064.67 Q137.195 1062.56 137.195 1058.95 Q137.195 1055.34 134.857 1053.23 Q132.519 1051.13 128.515 1051.13 Q126.64 1051.13 124.765 1051.54 Q122.913 1051.96 120.969 1052.84 L120.969 1035.48 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M161.084 1038.56 Q157.473 1038.56 155.644 1042.12 Q153.839 1045.66 153.839 1052.79 Q153.839 1059.9 155.644 1063.46 Q157.473 1067.01 161.084 1067.01 Q164.718 1067.01 166.524 1063.46 Q168.353 1059.9 168.353 1052.79 Q168.353 1045.66 166.524 1042.12 Q164.718 1038.56 161.084 1038.56 M161.084 1034.85 Q166.894 1034.85 169.95 1039.46 Q173.029 1044.04 173.029 1052.79 Q173.029 1061.52 169.95 1066.13 Q166.894 1070.71 161.084 1070.71 Q155.274 1070.71 152.195 1066.13 Q149.14 1061.52 149.14 1052.79 Q149.14 1044.04 152.195 1039.46 Q155.274 1034.85 161.084 1034.85 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M191.246 1038.56 Q187.635 1038.56 185.806 1042.12 Q184.001 1045.66 184.001 1052.79 Q184.001 1059.9 185.806 1063.46 Q187.635 1067.01 191.246 1067.01 Q194.88 1067.01 196.686 1063.46 Q198.514 1059.9 198.514 1052.79 Q198.514 1045.66 196.686 1042.12 Q194.88 1038.56 191.246 1038.56 M191.246 1034.85 Q197.056 1034.85 200.112 1039.46 Q203.19 1044.04 203.19 1052.79 Q203.19 1061.52 200.112 1066.13 Q197.056 1070.71 191.246 1070.71 Q185.436 1070.71 182.357 1066.13 Q179.302 1061.52 179.302 1052.79 Q179.302 1044.04 182.357 1039.46 Q185.436 1034.85 191.246 1034.85 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M191.246 667.487 Q187.635 667.487 185.806 671.052 Q184.001 674.593 184.001 681.723 Q184.001 688.829 185.806 692.394 Q187.635 695.936 191.246 695.936 Q194.88 695.936 196.686 692.394 Q198.514 688.829 198.514 681.723 Q198.514 674.593 196.686 671.052 Q194.88 667.487 191.246 667.487 M191.246 663.783 Q197.056 663.783 200.112 668.39 Q203.19 672.973 203.19 681.723 Q203.19 690.45 200.112 695.056 Q197.056 699.639 191.246 699.639 Q185.436 699.639 182.357 695.056 Q179.302 690.45 179.302 681.723 Q179.302 672.973 182.357 668.39 Q185.436 663.783 191.246 663.783 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M120.969 293.338 L139.325 293.338 L139.325 297.273 L125.251 297.273 L125.251 305.746 Q126.27 305.398 127.288 305.236 Q128.307 305.051 129.325 305.051 Q135.112 305.051 138.492 308.222 Q141.871 311.394 141.871 316.81 Q141.871 322.389 138.399 325.491 Q134.927 328.57 128.607 328.57 Q126.432 328.57 124.163 328.199 Q121.918 327.829 119.51 327.088 L119.51 322.389 Q121.594 323.523 123.816 324.079 Q126.038 324.634 128.515 324.634 Q132.519 324.634 134.857 322.528 Q137.195 320.421 137.195 316.81 Q137.195 313.199 134.857 311.093 Q132.519 308.986 128.515 308.986 Q126.64 308.986 124.765 309.403 Q122.913 309.82 120.969 310.699 L120.969 293.338 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M161.084 296.417 Q157.473 296.417 155.644 299.982 Q153.839 303.523 153.839 310.653 Q153.839 317.759 155.644 321.324 Q157.473 324.866 161.084 324.866 Q164.718 324.866 166.524 321.324 Q168.353 317.759 168.353 310.653 Q168.353 303.523 166.524 299.982 Q164.718 296.417 161.084 296.417 M161.084 292.713 Q166.894 292.713 169.95 297.32 Q173.029 301.903 173.029 310.653 Q173.029 319.38 169.95 323.986 Q166.894 328.57 161.084 328.57 Q155.274 328.57 152.195 323.986 Q149.14 319.38 149.14 310.653 Q149.14 301.903 152.195 297.32 Q155.274 292.713 161.084 292.713 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M191.246 296.417 Q187.635 296.417 185.806 299.982 Q184.001 303.523 184.001 310.653 Q184.001 317.759 185.806 321.324 Q187.635 324.866 191.246 324.866 Q194.88 324.866 196.686 321.324 Q198.514 317.759 198.514 310.653 Q198.514 303.523 196.686 299.982 Q194.88 296.417 191.246 296.417 M191.246 292.713 Q197.056 292.713 200.112 297.32 Q203.19 301.903 203.19 310.653 Q203.19 319.38 200.112 323.986 Q197.056 328.57 191.246 328.57 Q185.436 328.57 182.357 323.986 Q179.302 319.38 179.302 310.653 Q179.302 301.903 182.357 297.32 Q185.436 292.713 191.246 292.713 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip592)\" style=\"stroke:#009af9; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2286.29,384.832 2279.65,384.833 2273,384.839 2266.37,384.849 2259.73,384.863 2253.1,384.883 2246.48,384.911 2239.86,384.948 2233.24,384.994 2226.62,385.05 \n",
" 2220,385.117 2213.4,385.194 2206.79,385.283 2200.2,385.387 2193.61,385.506 2187.04,385.644 2180.48,385.802 2173.93,385.981 2167.39,386.179 2160.88,386.396 \n",
" 2154.37,386.636 2147.88,386.897 2141.41,387.176 2134.95,387.474 2128.5,387.787 2122.08,388.115 2115.66,388.454 2109.26,388.805 2102.89,389.168 2096.53,389.543 \n",
" 2090.19,389.93 2083.88,390.331 2077.58,390.744 2071.31,391.165 2065.05,391.596 2058.82,392.038 2052.62,392.489 2046.43,392.949 2040.27,393.42 2034.13,393.903 \n",
" 2028.01,394.397 2021.92,394.904 2015.86,395.423 2009.82,395.954 2003.8,396.496 1997.81,397.049 1991.85,397.613 1985.92,398.192 1980.02,398.786 1974.14,399.397 \n",
" 1968.28,400.029 1962.45,400.68 1956.64,401.355 1950.85,402.052 1945.08,402.774 1939.33,403.52 1933.6,404.288 1927.89,405.082 1922.2,405.9 1916.53,406.744 \n",
" 1910.87,407.611 1905.24,408.501 1899.61,409.413 1894.01,410.348 1888.42,411.308 1882.85,412.293 1877.29,413.304 1871.74,414.342 1866.2,415.41 1860.67,416.508 \n",
" 1855.15,417.636 1849.65,418.796 1844.16,419.988 1838.68,421.213 1833.21,422.471 1827.76,423.764 1822.32,425.091 1816.89,426.452 1811.47,427.846 1806.07,429.273 \n",
" 1800.68,430.732 1795.31,432.221 1789.95,433.739 1784.61,435.285 1779.28,436.859 1773.96,438.46 1768.66,440.089 1763.36,441.746 1758.08,443.43 1752.8,445.14 \n",
" 1747.54,446.878 1742.29,448.641 1737.05,450.431 1731.82,452.249 1726.6,454.093 1721.4,455.964 1716.22,457.86 1711.04,459.781 1705.88,461.727 1700.73,463.698 \n",
" 1695.58,465.693 1690.45,467.712 1685.33,469.754 1680.22,471.821 1675.11,473.913 1670.01,476.033 1664.91,478.183 1659.82,480.359 1654.73,482.56 1649.64,484.786 \n",
" 1644.56,487.037 1639.49,489.315 1634.42,491.62 1629.34,493.955 1624.27,496.319 1619.19,498.715 1614.12,501.144 1609.04,503.606 1603.95,506.101 1598.86,508.63 \n",
" 1593.76,511.194 1588.66,513.794 1583.55,516.429 1578.43,519.098 1573.31,521.801 1568.18,524.541 1563.04,527.317 1557.9,530.128 1552.75,532.973 1547.59,535.855 \n",
" 1542.43,538.774 1537.27,541.733 1532.1,544.734 1526.92,547.775 1521.75,550.856 1516.58,553.978 1511.41,557.139 1506.24,560.341 1501.08,563.581 1495.91,566.86 \n",
" 1490.75,570.176 1485.58,573.529 1480.42,576.919 1475.26,580.342 1470.1,583.797 1464.93,587.286 1459.77,590.808 1454.61,594.364 1449.44,597.954 1444.27,601.574 \n",
" 1439.08,605.226 1433.89,608.91 1428.69,612.626 1423.48,616.371 1418.26,620.145 1413.04,623.948 1407.8,627.779 1402.56,631.638 1397.3,635.526 1392.04,639.442 \n",
" 1386.76,643.389 1381.49,647.37 1376.21,651.382 1370.92,655.424 1365.63,659.495 1360.34,663.596 1355.05,667.727 1349.76,671.89 1344.47,676.082 1339.19,680.3 \n",
" 1333.92,684.543 1328.65,688.812 1323.39,693.107 1318.14,697.429 1312.9,701.78 1307.66,706.161 1302.43,710.574 1297.22,715.019 1292.01,719.495 1286.82,724 \n",
" 1281.64,728.538 1276.46,733.109 1271.29,737.712 1266.12,742.349 1260.97,747.019 1255.83,751.723 1250.69,756.459 1245.55,761.228 1240.42,766.029 1235.3,770.863 \n",
" 1230.17,775.729 1225.05,780.625 1219.94,785.551 1214.83,790.506 1209.73,795.491 1204.65,800.505 1199.58,805.549 1194.52,810.625 1189.48,815.728 1184.45,820.859 \n",
" 1179.44,826.016 1174.44,831.197 1169.46,836.402 1164.49,841.628 1159.54,846.874 1154.61,852.14 1149.7,857.426 1144.81,862.735 1139.93,868.068 1135.07,873.428 \n",
" 1130.23,878.813 1125.4,884.221 1120.6,889.65 1115.81,895.1 1111.03,900.572 1106.27,906.065 1101.54,911.578 1096.82,917.113 1092.12,922.67 1087.45,928.253 \n",
" 1082.79,933.864 1078.16,939.505 1073.55,945.176 1068.95,950.878 1064.38,956.613 1059.82,962.379 1055.27,968.174 1050.75,973.996 1046.24,979.842 1041.75,985.708 \n",
" 1037.27,991.595 1032.82,997.503 1028.39,1003.43 1023.99,1009.38 1019.62,1015.35 1015.28,1021.34 1010.97,1027.36 1006.68,1033.4 1002.42,1039.46 998.184,1045.54 \n",
" 993.974,1051.64 989.789,1057.75 985.632,1063.89 981.501,1070.04 977.398,1076.22 973.323,1082.42 969.278,1088.64 965.268,1094.89 961.296,1101.15 957.364,1107.43 \n",
" 953.474,1113.73 949.629,1120.05 945.828,1126.38 942.072,1132.73 938.356,1139.09 934.68,1145.48 931.043,1151.87 927.441,1158.29 923.876,1164.71 920.348,1171.15 \n",
" 916.86,1177.59 913.411,1184.06 910.004,1190.54 906.638,1197.04 903.311,1203.56 900.022,1210.09 896.771,1216.65 893.563,1223.21 890.399,1229.8 887.278,1236.41 \n",
" 884.201,1243.04 881.168,1249.69 878.179,1256.38 875.231,1263.09 872.322,1269.82 869.45,1276.59 866.614,1283.38 863.812,1290.2 861.048,1297.04 858.321,1303.9 \n",
" 855.631,1310.79 852.977,1317.69 850.356,1324.62 847.769,1331.57 845.215,1338.54 842.693,1345.54 840.203,1352.57 837.743,1359.61 835.314,1366.68 832.918,1373.77 \n",
" 830.556,1380.87 828.229,1388 825.938,1395.15 823.686,1402.32 821.473,1409.51 819.299,1416.71 817.161,1423.94 815.062,1431.18 812.999,1438.44 810.972,1445.72 \n",
" \n",
" \"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2286.29\" cy=\"384.832\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2279.65\" cy=\"384.833\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2273\" cy=\"384.839\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2266.37\" cy=\"384.849\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2259.73\" cy=\"384.863\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2253.1\" cy=\"384.883\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2246.48\" cy=\"384.911\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2239.86\" cy=\"384.948\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2233.24\" cy=\"384.994\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2226.62\" cy=\"385.05\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2220\" cy=\"385.117\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2213.4\" cy=\"385.194\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2206.79\" cy=\"385.283\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2200.2\" cy=\"385.387\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2193.61\" cy=\"385.506\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2187.04\" cy=\"385.644\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2180.48\" cy=\"385.802\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2173.93\" cy=\"385.981\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2167.39\" cy=\"386.179\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2160.88\" cy=\"386.396\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2154.37\" cy=\"386.636\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2147.88\" cy=\"386.897\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2141.41\" cy=\"387.176\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2134.95\" cy=\"387.474\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2128.5\" cy=\"387.787\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2122.08\" cy=\"388.115\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2115.66\" cy=\"388.454\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2109.26\" cy=\"388.805\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2102.89\" cy=\"389.168\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2096.53\" cy=\"389.543\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2090.19\" cy=\"389.93\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2083.88\" cy=\"390.331\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2077.58\" cy=\"390.744\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2071.31\" cy=\"391.165\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2065.05\" cy=\"391.596\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2058.82\" cy=\"392.038\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2052.62\" cy=\"392.489\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2046.43\" cy=\"392.949\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2040.27\" cy=\"393.42\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2034.13\" cy=\"393.903\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2028.01\" cy=\"394.397\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2021.92\" cy=\"394.904\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2015.86\" cy=\"395.423\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2009.82\" cy=\"395.954\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"2003.8\" cy=\"396.496\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1997.81\" cy=\"397.049\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1991.85\" cy=\"397.613\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1985.92\" cy=\"398.192\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1980.02\" cy=\"398.786\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1974.14\" cy=\"399.397\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1968.28\" cy=\"400.029\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1962.45\" cy=\"400.68\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1956.64\" cy=\"401.355\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1950.85\" cy=\"402.052\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1945.08\" cy=\"402.774\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1939.33\" cy=\"403.52\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1933.6\" cy=\"404.288\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1927.89\" cy=\"405.082\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1922.2\" cy=\"405.9\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1916.53\" cy=\"406.744\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1910.87\" cy=\"407.611\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1905.24\" cy=\"408.501\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1899.61\" cy=\"409.413\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1894.01\" cy=\"410.348\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1888.42\" cy=\"411.308\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1882.85\" cy=\"412.293\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1877.29\" cy=\"413.304\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1871.74\" cy=\"414.342\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1866.2\" cy=\"415.41\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1860.67\" cy=\"416.508\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1855.15\" cy=\"417.636\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1849.65\" cy=\"418.796\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1844.16\" cy=\"419.988\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1838.68\" cy=\"421.213\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1833.21\" cy=\"422.471\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1827.76\" cy=\"423.764\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1822.32\" cy=\"425.091\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1816.89\" cy=\"426.452\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1811.47\" cy=\"427.846\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1806.07\" cy=\"429.273\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1800.68\" cy=\"430.732\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1795.31\" cy=\"432.221\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1789.95\" cy=\"433.739\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1784.61\" cy=\"435.285\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1779.28\" cy=\"436.859\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1773.96\" cy=\"438.46\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1768.66\" cy=\"440.089\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1763.36\" cy=\"441.746\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1758.08\" cy=\"443.43\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1752.8\" cy=\"445.14\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1747.54\" cy=\"446.878\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1742.29\" cy=\"448.641\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1737.05\" cy=\"450.431\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1731.82\" cy=\"452.249\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1726.6\" cy=\"454.093\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1721.4\" cy=\"455.964\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1716.22\" cy=\"457.86\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1711.04\" cy=\"459.781\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1705.88\" cy=\"461.727\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1700.73\" cy=\"463.698\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1695.58\" cy=\"465.693\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1690.45\" cy=\"467.712\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1685.33\" cy=\"469.754\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1680.22\" cy=\"471.821\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1675.11\" cy=\"473.913\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1670.01\" cy=\"476.033\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1664.91\" cy=\"478.183\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1659.82\" cy=\"480.359\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1654.73\" cy=\"482.56\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1649.64\" cy=\"484.786\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1644.56\" cy=\"487.037\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1639.49\" cy=\"489.315\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1634.42\" cy=\"491.62\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1629.34\" cy=\"493.955\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1624.27\" cy=\"496.319\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1619.19\" cy=\"498.715\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1614.12\" cy=\"501.144\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1609.04\" cy=\"503.606\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1603.95\" cy=\"506.101\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1598.86\" cy=\"508.63\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1593.76\" cy=\"511.194\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1588.66\" cy=\"513.794\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1583.55\" cy=\"516.429\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1578.43\" cy=\"519.098\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1573.31\" cy=\"521.801\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1568.18\" cy=\"524.541\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1563.04\" cy=\"527.317\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1557.9\" cy=\"530.128\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1552.75\" cy=\"532.973\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1547.59\" cy=\"535.855\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1542.43\" cy=\"538.774\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1537.27\" cy=\"541.733\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1532.1\" cy=\"544.734\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1526.92\" cy=\"547.775\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1521.75\" cy=\"550.856\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1516.58\" cy=\"553.978\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1511.41\" cy=\"557.139\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1506.24\" cy=\"560.341\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1501.08\" cy=\"563.581\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1495.91\" cy=\"566.86\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1490.75\" cy=\"570.176\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1485.58\" cy=\"573.529\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1480.42\" cy=\"576.919\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1475.26\" cy=\"580.342\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1470.1\" cy=\"583.797\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1464.93\" cy=\"587.286\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1459.77\" cy=\"590.808\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1454.61\" cy=\"594.364\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1449.44\" cy=\"597.954\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1444.27\" cy=\"601.574\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1439.08\" cy=\"605.226\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1433.89\" cy=\"608.91\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1428.69\" cy=\"612.626\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1423.48\" cy=\"616.371\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1418.26\" cy=\"620.145\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1413.04\" cy=\"623.948\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1407.8\" cy=\"627.779\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1402.56\" cy=\"631.638\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1397.3\" cy=\"635.526\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1392.04\" cy=\"639.442\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1386.76\" cy=\"643.389\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1381.49\" cy=\"647.37\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1376.21\" cy=\"651.382\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1370.92\" cy=\"655.424\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1365.63\" cy=\"659.495\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1360.34\" cy=\"663.596\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1355.05\" cy=\"667.727\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1349.76\" cy=\"671.89\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1344.47\" cy=\"676.082\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1339.19\" cy=\"680.3\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1333.92\" cy=\"684.543\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1328.65\" cy=\"688.812\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1323.39\" cy=\"693.107\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1318.14\" cy=\"697.429\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1312.9\" cy=\"701.78\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1307.66\" cy=\"706.161\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1302.43\" cy=\"710.574\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1297.22\" cy=\"715.019\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1292.01\" cy=\"719.495\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1286.82\" cy=\"724\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1281.64\" cy=\"728.538\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1276.46\" cy=\"733.109\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1271.29\" cy=\"737.712\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1266.12\" cy=\"742.349\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1260.97\" cy=\"747.019\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1255.83\" cy=\"751.723\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1250.69\" cy=\"756.459\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1245.55\" cy=\"761.228\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1240.42\" cy=\"766.029\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1235.3\" cy=\"770.863\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1230.17\" cy=\"775.729\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1225.05\" cy=\"780.625\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1219.94\" cy=\"785.551\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1214.83\" cy=\"790.506\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1209.73\" cy=\"795.491\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1204.65\" cy=\"800.505\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1199.58\" cy=\"805.549\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1194.52\" cy=\"810.625\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1189.48\" cy=\"815.728\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1184.45\" cy=\"820.859\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1179.44\" cy=\"826.016\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1174.44\" cy=\"831.197\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1169.46\" cy=\"836.402\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1164.49\" cy=\"841.628\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1159.54\" cy=\"846.874\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1154.61\" cy=\"852.14\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1149.7\" cy=\"857.426\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1144.81\" cy=\"862.735\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1139.93\" cy=\"868.068\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1135.07\" cy=\"873.428\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1130.23\" cy=\"878.813\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1125.4\" cy=\"884.221\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1120.6\" cy=\"889.65\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1115.81\" cy=\"895.1\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1111.03\" cy=\"900.572\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1106.27\" cy=\"906.065\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1101.54\" cy=\"911.578\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1096.82\" cy=\"917.113\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1092.12\" cy=\"922.67\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1087.45\" cy=\"928.253\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1082.79\" cy=\"933.864\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1078.16\" cy=\"939.505\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1073.55\" cy=\"945.176\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1068.95\" cy=\"950.878\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1064.38\" cy=\"956.613\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1059.82\" cy=\"962.379\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1055.27\" cy=\"968.174\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1050.75\" cy=\"973.996\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1046.24\" cy=\"979.842\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1041.75\" cy=\"985.708\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1037.27\" cy=\"991.595\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1032.82\" cy=\"997.503\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1028.39\" cy=\"1003.43\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1023.99\" cy=\"1009.38\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1019.62\" cy=\"1015.35\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1015.28\" cy=\"1021.34\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1010.97\" cy=\"1027.36\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1006.68\" cy=\"1033.4\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"1002.42\" cy=\"1039.46\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"998.184\" cy=\"1045.54\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"993.974\" cy=\"1051.64\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"989.789\" cy=\"1057.75\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"985.632\" cy=\"1063.89\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"981.501\" cy=\"1070.04\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"977.398\" cy=\"1076.22\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"973.323\" cy=\"1082.42\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"969.278\" cy=\"1088.64\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"965.268\" cy=\"1094.89\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"961.296\" cy=\"1101.15\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"957.364\" cy=\"1107.43\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"953.474\" cy=\"1113.73\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"949.629\" cy=\"1120.05\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"945.828\" cy=\"1126.38\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"942.072\" cy=\"1132.73\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"938.356\" cy=\"1139.09\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"934.68\" cy=\"1145.48\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"931.043\" cy=\"1151.87\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"927.441\" cy=\"1158.29\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"923.876\" cy=\"1164.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"920.348\" cy=\"1171.15\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"916.86\" cy=\"1177.59\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"913.411\" cy=\"1184.06\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"910.004\" cy=\"1190.54\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"906.638\" cy=\"1197.04\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"903.311\" cy=\"1203.56\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"900.022\" cy=\"1210.09\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"896.771\" cy=\"1216.65\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"893.563\" cy=\"1223.21\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"890.399\" cy=\"1229.8\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"887.278\" cy=\"1236.41\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"884.201\" cy=\"1243.04\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"881.168\" cy=\"1249.69\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"878.179\" cy=\"1256.38\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"875.231\" cy=\"1263.09\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"872.322\" cy=\"1269.82\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"869.45\" cy=\"1276.59\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"866.614\" cy=\"1283.38\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"863.812\" cy=\"1290.2\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"861.048\" cy=\"1297.04\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"858.321\" cy=\"1303.9\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"855.631\" cy=\"1310.79\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"852.977\" cy=\"1317.69\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"850.356\" cy=\"1324.62\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"847.769\" cy=\"1331.57\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"845.215\" cy=\"1338.54\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"842.693\" cy=\"1345.54\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"840.203\" cy=\"1352.57\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"837.743\" cy=\"1359.61\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"835.314\" cy=\"1366.68\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"832.918\" cy=\"1373.77\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"830.556\" cy=\"1380.87\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"828.229\" cy=\"1388\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"825.938\" cy=\"1395.15\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"823.686\" cy=\"1402.32\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"821.473\" cy=\"1409.51\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"819.299\" cy=\"1416.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"817.161\" cy=\"1423.94\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"815.062\" cy=\"1431.18\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"812.999\" cy=\"1438.44\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip592)\" cx=\"810.972\" cy=\"1445.72\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<polyline clip-path=\"url(#clip592)\" style=\"stroke:#e26f46; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 299.008,681.688 2292.94,681.688 2292.94,87.9763 299.008,87.9763 \n",
" \"/>\n",
"<path clip-path=\"url(#clip590)\" d=\"\n",
"M1995.03 250.738 L2282.3 250.738 L2282.3 95.2176 L1995.03 95.2176 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip590)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1995.03,250.738 2282.3,250.738 2282.3,95.2176 1995.03,95.2176 1995.03,250.738 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip590)\" style=\"stroke:#009af9; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2018.52,147.058 2159.42,147.058 \n",
" \"/>\n",
"<circle clip-path=\"url(#clip590)\" cx=\"2088.97\" cy=\"147.058\" r=\"23\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"5.12\"/>\n",
"<path clip-path=\"url(#clip590)\" d=\"M2196.75 166.745 Q2194.94 171.375 2193.23 172.787 Q2191.52 174.199 2188.65 174.199 L2185.24 174.199 L2185.24 170.634 L2187.74 170.634 Q2189.5 170.634 2190.47 169.8 Q2191.45 168.967 2192.63 165.865 L2193.39 163.921 L2182.91 138.412 L2187.42 138.412 L2195.52 158.689 L2203.62 138.412 L2208.14 138.412 L2196.75 166.745 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M2215.43 160.402 L2223.07 160.402 L2223.07 134.037 L2214.76 135.703 L2214.76 131.444 L2223.02 129.778 L2227.7 129.778 L2227.7 160.402 L2235.34 160.402 L2235.34 164.338 L2215.43 164.338 L2215.43 160.402 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip590)\" style=\"stroke:#e26f46; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2018.52,198.898 2159.42,198.898 \n",
" \"/>\n",
"<path clip-path=\"url(#clip590)\" d=\"M2196.75 218.585 Q2194.94 223.215 2193.23 224.627 Q2191.52 226.039 2188.65 226.039 L2185.24 226.039 L2185.24 222.474 L2187.74 222.474 Q2189.5 222.474 2190.47 221.64 Q2191.45 220.807 2192.63 217.705 L2193.39 215.761 L2182.91 190.252 L2187.42 190.252 L2195.52 210.529 L2203.62 190.252 L2208.14 190.252 L2196.75 218.585 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip590)\" d=\"M2218.65 212.242 L2234.97 212.242 L2234.97 216.178 L2213.02 216.178 L2213.02 212.242 Q2215.68 209.488 2220.27 204.858 Q2224.87 200.205 2226.05 198.863 Q2228.3 196.34 2229.18 194.604 Q2230.08 192.844 2230.08 191.155 Q2230.08 188.4 2228.14 186.664 Q2226.22 184.928 2223.11 184.928 Q2220.91 184.928 2218.46 185.692 Q2216.03 186.455 2213.25 188.006 L2213.25 183.284 Q2216.08 182.15 2218.53 181.571 Q2220.98 180.993 2223.02 180.993 Q2228.39 180.993 2231.59 183.678 Q2234.78 186.363 2234.78 190.854 Q2234.78 192.983 2233.97 194.905 Q2233.18 196.803 2231.08 199.395 Q2230.5 200.067 2227.4 203.284 Q2224.29 206.479 2218.65 212.242 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"┌ Warning: Skipped marker arg o.\n",
"└ @ Plots C:\\Users\\yiyue\\.julia\\packages\\Plots\\1KWPG\\src\\args.jl:1231\n"
]
},
{
"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=\"clip630\">\n",
" <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<path clip-path=\"url(#clip630)\" d=\"\n",
"M0 1600 L2400 1600 L2400 0 L0 0 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip631\">\n",
" <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<path clip-path=\"url(#clip630)\" d=\"\n",
"M209.029 1486.45 L2352.76 1486.45 L2352.76 47.2441 L209.029 47.2441 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip632\">\n",
" <rect x=\"209\" y=\"47\" width=\"2145\" height=\"1440\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip632)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 269.7,1486.45 269.7,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip632)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 775.296,1486.45 775.296,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip632)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1280.89,1486.45 1280.89,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip632)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1786.49,1486.45 1786.49,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip632)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2292.08,1486.45 2292.08,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip630)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 209.029,1486.45 2352.76,1486.45 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip630)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 269.7,1486.45 269.7,1467.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip630)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 775.296,1486.45 775.296,1467.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip630)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1280.89,1486.45 1280.89,1467.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip630)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1786.49,1486.45 1786.49,1467.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip630)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2292.08,1486.45 2292.08,1467.55 \n",
" \"/>\n",
"<path clip-path=\"url(#clip630)\" d=\"M269.7 1517.37 Q266.089 1517.37 264.26 1520.93 Q262.455 1524.47 262.455 1531.6 Q262.455 1538.71 264.26 1542.27 Q266.089 1545.82 269.7 1545.82 Q273.334 1545.82 275.14 1542.27 Q276.969 1538.71 276.969 1531.6 Q276.969 1524.47 275.14 1520.93 Q273.334 1517.37 269.7 1517.37 M269.7 1513.66 Q275.51 1513.66 278.566 1518.27 Q281.644 1522.85 281.644 1531.6 Q281.644 1540.33 278.566 1544.94 Q275.51 1549.52 269.7 1549.52 Q263.89 1549.52 260.811 1544.94 Q257.756 1540.33 257.756 1531.6 Q257.756 1522.85 260.811 1518.27 Q263.89 1513.66 269.7 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip630)\" d=\"M738.988 1544.91 L755.308 1544.91 L755.308 1548.85 L733.363 1548.85 L733.363 1544.91 Q736.026 1542.16 740.609 1537.53 Q745.215 1532.88 746.396 1531.53 Q748.641 1529.01 749.521 1527.27 Q750.424 1525.51 750.424 1523.82 Q750.424 1521.07 748.479 1519.33 Q746.558 1517.6 743.456 1517.6 Q741.257 1517.6 738.803 1518.36 Q736.373 1519.13 733.595 1520.68 L733.595 1515.95 Q736.419 1514.82 738.873 1514.24 Q741.326 1513.66 743.363 1513.66 Q748.734 1513.66 751.928 1516.35 Q755.123 1519.03 755.123 1523.52 Q755.123 1525.65 754.312 1527.57 Q753.525 1529.47 751.419 1532.07 Q750.84 1532.74 747.738 1535.95 Q744.637 1539.15 738.988 1544.91 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip630)\" d=\"M775.123 1517.37 Q771.511 1517.37 769.683 1520.93 Q767.877 1524.47 767.877 1531.6 Q767.877 1538.71 769.683 1542.27 Q771.511 1545.82 775.123 1545.82 Q778.757 1545.82 780.562 1542.27 Q782.391 1538.71 782.391 1531.6 Q782.391 1524.47 780.562 1520.93 Q778.757 1517.37 775.123 1517.37 M775.123 1513.66 Q780.933 1513.66 783.988 1518.27 Q787.067 1522.85 787.067 1531.6 Q787.067 1540.33 783.988 1544.94 Q780.933 1549.52 775.123 1549.52 Q769.312 1549.52 766.234 1544.94 Q763.178 1540.33 763.178 1531.6 Q763.178 1522.85 766.234 1518.27 Q769.312 1513.66 775.123 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip630)\" d=\"M805.284 1517.37 Q801.673 1517.37 799.845 1520.93 Q798.039 1524.47 798.039 1531.6 Q798.039 1538.71 799.845 1542.27 Q801.673 1545.82 805.284 1545.82 Q808.919 1545.82 810.724 1542.27 Q812.553 1538.71 812.553 1531.6 Q812.553 1524.47 810.724 1520.93 Q808.919 1517.37 805.284 1517.37 M805.284 1513.66 Q811.095 1513.66 814.15 1518.27 Q817.229 1522.85 817.229 1531.6 Q817.229 1540.33 814.15 1544.94 Q811.095 1549.52 805.284 1549.52 Q799.474 1549.52 796.396 1544.94 Q793.34 1540.33 793.34 1531.6 Q793.34 1522.85 796.396 1518.27 Q799.474 1513.66 805.284 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip630)\" d=\"M1253.98 1518.36 L1242.18 1536.81 L1253.98 1536.81 L1253.98 1518.36 M1252.76 1514.29 L1258.64 1514.29 L1258.64 1536.81 L1263.57 1536.81 L1263.57 1540.7 L1258.64 1540.7 L1258.64 1548.85 L1253.98 1548.85 L1253.98 1540.7 L1238.38 1540.7 L1238.38 1536.19 L1252.76 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip630)\" d=\"M1281.3 1517.37 Q1277.69 1517.37 1275.86 1520.93 Q1274.05 1524.47 1274.05 1531.6 Q1274.05 1538.71 1275.86 1542.27 Q1277.69 1545.82 1281.3 1545.82 Q1284.93 1545.82 1286.74 1542.27 Q1288.57 1538.71 1288.57 1531.6 Q1288.57 1524.47 1286.74 1520.93 Q1284.93 1517.37 1281.3 1517.37 M1281.3 1513.66 Q1287.11 1513.66 1290.16 1518.27 Q1293.24 1522.85 1293.24 1531.6 Q1293.24 1540.33 1290.16 1544.94 Q1287.11 1549.52 1281.3 1549.52 Q1275.49 1549.52 1272.41 1544.94 Q1269.35 1540.33 1269.35 1531.6 Q1269.35 1522.85 1272.41 1518.27 Q1275.49 1513.66 1281.3 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip630)\" d=\"M1311.46 1517.37 Q1307.85 1517.37 1306.02 1520.93 Q1304.21 1524.47 1304.21 1531.6 Q1304.21 1538.71 1306.02 1542.27 Q1307.85 1545.82 1311.46 1545.82 Q1315.09 1545.82 1316.9 1542.27 Q1318.73 1538.71 1318.73 1531.6 Q1318.73 1524.47 1316.9 1520.93 Q1315.09 1517.37 1311.46 1517.37 M1311.46 1513.66 Q1317.27 1513.66 1320.32 1518.27 Q1323.4 1522.85 1323.4 1531.6 Q1323.4 1540.33 1320.32 1544.94 Q1317.27 1549.52 1311.46 1549.52 Q1305.65 1549.52 1302.57 1544.94 Q1299.51 1540.33 1299.51 1531.6 Q1299.51 1522.85 1302.57 1518.27 Q1305.65 1513.66 1311.46 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip630)\" d=\"M1756.81 1529.7 Q1753.66 1529.7 1751.81 1531.86 Q1749.98 1534.01 1749.98 1537.76 Q1749.98 1541.49 1751.81 1543.66 Q1753.66 1545.82 1756.81 1545.82 Q1759.96 1545.82 1761.79 1543.66 Q1763.64 1541.49 1763.64 1537.76 Q1763.64 1534.01 1761.79 1531.86 Q1759.96 1529.7 1756.81 1529.7 M1766.09 1515.05 L1766.09 1519.31 Q1764.34 1518.48 1762.53 1518.04 Q1760.75 1517.6 1758.99 1517.6 Q1754.36 1517.6 1751.91 1520.72 Q1749.47 1523.85 1749.13 1530.17 Q1750.49 1528.15 1752.55 1527.09 Q1754.61 1526 1757.09 1526 Q1762.3 1526 1765.31 1529.17 Q1768.34 1532.32 1768.34 1537.76 Q1768.34 1543.08 1765.19 1546.3 Q1762.04 1549.52 1756.81 1549.52 Q1750.82 1549.52 1747.65 1544.94 Q1744.47 1540.33 1744.47 1531.6 Q1744.47 1523.41 1748.36 1518.55 Q1752.25 1513.66 1758.8 1513.66 Q1760.56 1513.66 1762.34 1514.01 Q1764.15 1514.36 1766.09 1515.05 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip630)\" d=\"M1786.4 1517.37 Q1782.78 1517.37 1780.96 1520.93 Q1779.15 1524.47 1779.15 1531.6 Q1779.15 1538.71 1780.96 1542.27 Q1782.78 1545.82 1786.4 1545.82 Q1790.03 1545.82 1791.84 1542.27 Q1793.66 1538.71 1793.66 1531.6 Q1793.66 1524.47 1791.84 1520.93 Q1790.03 1517.37 1786.4 1517.37 M1786.4 1513.66 Q1792.21 1513.66 1795.26 1518.27 Q1798.34 1522.85 1798.34 1531.6 Q1798.34 1540.33 1795.26 1544.94 Q1792.21 1549.52 1786.4 1549.52 Q1780.59 1549.52 1777.51 1544.94 Q1774.45 1540.33 1774.45 1531.6 Q1774.45 1522.85 1777.51 1518.27 Q1780.59 1513.66 1786.4 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip630)\" d=\"M1816.56 1517.37 Q1812.95 1517.37 1811.12 1520.93 Q1809.31 1524.47 1809.31 1531.6 Q1809.31 1538.71 1811.12 1542.27 Q1812.95 1545.82 1816.56 1545.82 Q1820.19 1545.82 1822 1542.27 Q1823.83 1538.71 1823.83 1531.6 Q1823.83 1524.47 1822 1520.93 Q1820.19 1517.37 1816.56 1517.37 M1816.56 1513.66 Q1822.37 1513.66 1825.42 1518.27 Q1828.5 1522.85 1828.5 1531.6 Q1828.5 1540.33 1825.42 1544.94 Q1822.37 1549.52 1816.56 1549.52 Q1810.75 1549.52 1807.67 1544.94 Q1804.61 1540.33 1804.61 1531.6 Q1804.61 1522.85 1807.67 1518.27 Q1810.75 1513.66 1816.56 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip630)\" d=\"M2261.88 1532.44 Q2258.54 1532.44 2256.62 1534.22 Q2254.72 1536 2254.72 1539.13 Q2254.72 1542.25 2256.62 1544.03 Q2258.54 1545.82 2261.88 1545.82 Q2265.21 1545.82 2267.13 1544.03 Q2269.05 1542.23 2269.05 1539.13 Q2269.05 1536 2267.13 1534.22 Q2265.23 1532.44 2261.88 1532.44 M2257.2 1530.45 Q2254.19 1529.7 2252.5 1527.64 Q2250.83 1525.58 2250.83 1522.62 Q2250.83 1518.48 2253.77 1516.07 Q2256.74 1513.66 2261.88 1513.66 Q2267.04 1513.66 2269.98 1516.07 Q2272.92 1518.48 2272.92 1522.62 Q2272.92 1525.58 2271.23 1527.64 Q2269.56 1529.7 2266.58 1530.45 Q2269.95 1531.23 2271.83 1533.52 Q2273.73 1535.82 2273.73 1539.13 Q2273.73 1544.15 2270.65 1546.83 Q2267.59 1549.52 2261.88 1549.52 Q2256.16 1549.52 2253.08 1546.83 Q2250.02 1544.15 2250.02 1539.13 Q2250.02 1535.82 2251.92 1533.52 Q2253.82 1531.23 2257.2 1530.45 M2255.49 1523.06 Q2255.49 1525.75 2257.15 1527.25 Q2258.84 1528.76 2261.88 1528.76 Q2264.89 1528.76 2266.58 1527.25 Q2268.29 1525.75 2268.29 1523.06 Q2268.29 1520.38 2266.58 1518.87 Q2264.89 1517.37 2261.88 1517.37 Q2258.84 1517.37 2257.15 1518.87 Q2255.49 1520.38 2255.49 1523.06 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip630)\" d=\"M2292.04 1517.37 Q2288.43 1517.37 2286.6 1520.93 Q2284.79 1524.47 2284.79 1531.6 Q2284.79 1538.71 2286.6 1542.27 Q2288.43 1545.82 2292.04 1545.82 Q2295.67 1545.82 2297.48 1542.27 Q2299.31 1538.71 2299.31 1531.6 Q2299.31 1524.47 2297.48 1520.93 Q2295.67 1517.37 2292.04 1517.37 M2292.04 1513.66 Q2297.85 1513.66 2300.9 1518.27 Q2303.98 1522.85 2303.98 1531.6 Q2303.98 1540.33 2300.9 1544.94 Q2297.85 1549.52 2292.04 1549.52 Q2286.23 1549.52 2283.15 1544.94 Q2280.09 1540.33 2280.09 1531.6 Q2280.09 1522.85 2283.15 1518.27 Q2286.23 1513.66 2292.04 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip630)\" d=\"M2322.2 1517.37 Q2318.59 1517.37 2316.76 1520.93 Q2314.95 1524.47 2314.95 1531.6 Q2314.95 1538.71 2316.76 1542.27 Q2318.59 1545.82 2322.2 1545.82 Q2325.83 1545.82 2327.64 1542.27 Q2329.47 1538.71 2329.47 1531.6 Q2329.47 1524.47 2327.64 1520.93 Q2325.83 1517.37 2322.2 1517.37 M2322.2 1513.66 Q2328.01 1513.66 2331.07 1518.27 Q2334.14 1522.85 2334.14 1531.6 Q2334.14 1540.33 2331.07 1544.94 Q2328.01 1549.52 2322.2 1549.52 Q2316.39 1549.52 2313.31 1544.94 Q2310.26 1540.33 2310.26 1531.6 Q2310.26 1522.85 2313.31 1518.27 Q2316.39 1513.66 2322.2 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip632)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 209.029,1297.22 2352.76,1297.22 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip632)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 209.029,1009.3 2352.76,1009.3 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip632)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 209.029,721.389 2352.76,721.389 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip632)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 209.029,433.474 2352.76,433.474 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip632)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 209.029,145.559 2352.76,145.559 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip630)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 209.029,1486.45 209.029,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip630)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 209.029,1297.22 227.926,1297.22 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip630)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 209.029,1009.3 227.926,1009.3 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip630)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 209.029,721.389 227.926,721.389 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip630)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 209.029,433.474 227.926,433.474 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip630)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 209.029,145.559 227.926,145.559 \n",
" \"/>\n",
"<path clip-path=\"url(#clip630)\" d=\"M50.9921 1297.67 L80.6679 1297.67 L80.6679 1301.61 L50.9921 1301.61 L50.9921 1297.67 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip630)\" d=\"M94.7882 1310.56 L111.108 1310.56 L111.108 1314.5 L89.1632 1314.5 L89.1632 1310.56 Q91.8252 1307.81 96.4085 1303.18 Q101.015 1298.53 102.196 1297.18 Q104.441 1294.66 105.321 1292.92 Q106.223 1291.17 106.223 1289.48 Q106.223 1286.72 104.279 1284.98 Q102.358 1283.25 99.2558 1283.25 Q97.0567 1283.25 94.603 1284.01 Q92.1725 1284.78 89.3947 1286.33 L89.3947 1281.61 Q92.2188 1280.47 94.6724 1279.89 Q97.1261 1279.31 99.1632 1279.31 Q104.534 1279.31 107.728 1282 Q110.922 1284.68 110.922 1289.17 Q110.922 1291.3 110.112 1293.23 Q109.325 1295.12 107.219 1297.72 Q106.64 1298.39 103.538 1301.61 Q100.436 1304.8 94.7882 1310.56 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip630)\" d=\"M120.969 1279.94 L139.325 1279.94 L139.325 1283.87 L125.251 1283.87 L125.251 1292.35 Q126.27 1292 127.288 1291.84 Q128.307 1291.65 129.325 1291.65 Q135.112 1291.65 138.492 1294.82 Q141.871 1297.99 141.871 1303.41 Q141.871 1308.99 138.399 1312.09 Q134.927 1315.17 128.607 1315.17 Q126.432 1315.17 124.163 1314.8 Q121.918 1314.43 119.51 1313.69 L119.51 1308.99 Q121.594 1310.12 123.816 1310.68 Q126.038 1311.23 128.515 1311.23 Q132.519 1311.23 134.857 1309.13 Q137.195 1307.02 137.195 1303.41 Q137.195 1299.8 134.857 1297.69 Q132.519 1295.59 128.515 1295.59 Q126.64 1295.59 124.765 1296 Q122.913 1296.42 120.969 1297.3 L120.969 1279.94 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip630)\" d=\"M161.084 1283.02 Q157.473 1283.02 155.644 1286.58 Q153.839 1290.12 153.839 1297.25 Q153.839 1304.36 155.644 1307.92 Q157.473 1311.47 161.084 1311.47 Q164.718 1311.47 166.524 1307.92 Q168.353 1304.36 168.353 1297.25 Q168.353 1290.12 166.524 1286.58 Q164.718 1283.02 161.084 1283.02 M161.084 1279.31 Q166.894 1279.31 169.95 1283.92 Q173.029 1288.5 173.029 1297.25 Q173.029 1305.98 169.95 1310.59 Q166.894 1315.17 161.084 1315.17 Q155.274 1315.17 152.195 1310.59 Q149.14 1305.98 149.14 1297.25 Q149.14 1288.5 152.195 1283.92 Q155.274 1279.31 161.084 1279.31 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip630)\" d=\"M161.084 995.102 Q157.473 995.102 155.644 998.667 Q153.839 1002.21 153.839 1009.34 Q153.839 1016.44 155.644 1020.01 Q157.473 1023.55 161.084 1023.55 Q164.718 1023.55 166.524 1020.01 Q168.353 1016.44 168.353 1009.34 Q168.353 1002.21 166.524 998.667 Q164.718 995.102 161.084 995.102 M161.084 991.399 Q166.894 991.399 169.95 996.005 Q173.029 1000.59 173.029 1009.34 Q173.029 1018.07 169.95 1022.67 Q166.894 1027.26 161.084 1027.26 Q155.274 1027.26 152.195 1022.67 Q149.14 1018.07 149.14 1009.34 Q149.14 1000.59 152.195 996.005 Q155.274 991.399 161.084 991.399 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip630)\" d=\"M94.7882 734.734 L111.108 734.734 L111.108 738.669 L89.1632 738.669 L89.1632 734.734 Q91.8252 731.979 96.4085 727.35 Q101.015 722.697 102.196 721.354 Q104.441 718.831 105.321 717.095 Q106.223 715.336 106.223 713.646 Q106.223 710.891 104.279 709.155 Q102.358 707.419 99.2558 707.419 Q97.0567 707.419 94.603 708.183 Q92.1725 708.947 89.3947 710.498 L89.3947 705.776 Q92.2188 704.641 94.6724 704.063 Q97.1261 703.484 99.1632 703.484 Q104.534 703.484 107.728 706.169 Q110.922 708.854 110.922 713.345 Q110.922 715.475 110.112 717.396 Q109.325 719.294 107.219 721.887 Q106.64 722.558 103.538 725.775 Q100.436 728.97 94.7882 734.734 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip630)\" d=\"M120.969 704.109 L139.325 704.109 L139.325 708.044 L125.251 708.044 L125.251 716.516 Q126.27 716.169 127.288 716.007 Q128.307 715.822 129.325 715.822 Q135.112 715.822 138.492 718.993 Q141.871 722.164 141.871 727.581 Q141.871 733.16 138.399 736.262 Q134.927 739.34 128.607 739.34 Q126.432 739.34 124.163 738.97 Q121.918 738.599 119.51 737.859 L119.51 733.16 Q121.594 734.294 123.816 734.849 Q126.038 735.405 128.515 735.405 Q132.519 735.405 134.857 733.299 Q137.195 731.192 137.195 727.581 Q137.195 723.97 134.857 721.863 Q132.519 719.757 128.515 719.757 Q126.64 719.757 124.765 720.174 Q122.913 720.59 120.969 721.47 L120.969 704.109 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip630)\" d=\"M161.084 707.188 Q157.473 707.188 155.644 710.752 Q153.839 714.294 153.839 721.424 Q153.839 728.53 155.644 732.095 Q157.473 735.637 161.084 735.637 Q164.718 735.637 166.524 732.095 Q168.353 728.53 168.353 721.424 Q168.353 714.294 166.524 710.752 Q164.718 707.188 161.084 707.188 M161.084 703.484 Q166.894 703.484 169.95 708.09 Q173.029 712.674 173.029 721.424 Q173.029 730.15 169.95 734.757 Q166.894 739.34 161.084 739.34 Q155.274 739.34 152.195 734.757 Q149.14 730.15 149.14 721.424 Q149.14 712.674 152.195 708.09 Q155.274 703.484 161.084 703.484 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip630)\" d=\"M90.8067 416.194 L109.163 416.194 L109.163 420.129 L95.0891 420.129 L95.0891 428.601 Q96.1076 428.254 97.1261 428.092 Q98.1447 427.907 99.1632 427.907 Q104.95 427.907 108.33 431.078 Q111.709 434.25 111.709 439.666 Q111.709 445.245 108.237 448.347 Q104.765 451.425 98.4456 451.425 Q96.2697 451.425 94.0012 451.055 Q91.7558 450.685 89.3484 449.944 L89.3484 445.245 Q91.4317 446.379 93.6539 446.935 Q95.8761 447.49 98.353 447.49 Q102.358 447.49 104.696 445.384 Q107.033 443.277 107.033 439.666 Q107.033 436.055 104.696 433.949 Q102.358 431.842 98.353 431.842 Q96.478 431.842 94.603 432.259 Q92.7512 432.675 90.8067 433.555 L90.8067 416.194 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip630)\" d=\"M130.922 419.273 Q127.311 419.273 125.482 422.838 Q123.677 426.379 123.677 433.509 Q123.677 440.615 125.482 444.18 Q127.311 447.722 130.922 447.722 Q134.556 447.722 136.362 444.18 Q138.191 440.615 138.191 433.509 Q138.191 426.379 136.362 422.838 Q134.556 419.273 130.922 419.273 M130.922 415.569 Q136.732 415.569 139.788 420.176 Q142.867 424.759 142.867 433.509 Q142.867 442.236 139.788 446.842 Q136.732 451.425 130.922 451.425 Q125.112 451.425 122.033 446.842 Q118.978 442.236 118.978 433.509 Q118.978 424.759 122.033 420.176 Q125.112 415.569 130.922 415.569 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip630)\" d=\"M161.084 419.273 Q157.473 419.273 155.644 422.838 Q153.839 426.379 153.839 433.509 Q153.839 440.615 155.644 444.18 Q157.473 447.722 161.084 447.722 Q164.718 447.722 166.524 444.18 Q168.353 440.615 168.353 433.509 Q168.353 426.379 166.524 422.838 Q164.718 419.273 161.084 419.273 M161.084 415.569 Q166.894 415.569 169.95 420.176 Q173.029 424.759 173.029 433.509 Q173.029 442.236 169.95 446.842 Q166.894 451.425 161.084 451.425 Q155.274 451.425 152.195 446.842 Q149.14 442.236 149.14 433.509 Q149.14 424.759 152.195 420.176 Q155.274 415.569 161.084 415.569 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip630)\" d=\"M89.5799 128.279 L111.802 128.279 L111.802 130.27 L99.2558 162.839 L94.3715 162.839 L106.177 132.214 L89.5799 132.214 L89.5799 128.279 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip630)\" d=\"M120.969 128.279 L139.325 128.279 L139.325 132.214 L125.251 132.214 L125.251 140.687 Q126.27 140.339 127.288 140.177 Q128.307 139.992 129.325 139.992 Q135.112 139.992 138.492 143.163 Q141.871 146.335 141.871 151.751 Q141.871 157.33 138.399 160.432 Q134.927 163.511 128.607 163.511 Q126.432 163.511 124.163 163.14 Q121.918 162.77 119.51 162.029 L119.51 157.33 Q121.594 158.464 123.816 159.02 Q126.038 159.575 128.515 159.575 Q132.519 159.575 134.857 157.469 Q137.195 155.362 137.195 151.751 Q137.195 148.14 134.857 146.034 Q132.519 143.927 128.515 143.927 Q126.64 143.927 124.765 144.344 Q122.913 144.761 120.969 145.64 L120.969 128.279 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip630)\" d=\"M161.084 131.358 Q157.473 131.358 155.644 134.923 Q153.839 138.464 153.839 145.594 Q153.839 152.7 155.644 156.265 Q157.473 159.807 161.084 159.807 Q164.718 159.807 166.524 156.265 Q168.353 152.7 168.353 145.594 Q168.353 138.464 166.524 134.923 Q164.718 131.358 161.084 131.358 M161.084 127.654 Q166.894 127.654 169.95 132.261 Q173.029 136.844 173.029 145.594 Q173.029 154.321 169.95 158.927 Q166.894 163.511 161.084 163.511 Q155.274 163.511 152.195 158.927 Q149.14 154.321 149.14 145.594 Q149.14 136.844 152.195 132.261 Q155.274 127.654 161.084 127.654 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip632)\" style=\"stroke:#009af9; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2285.34,548.64 2278.6,548.64 2271.85,548.639 2265.1,548.635 2258.36,548.628 2251.61,548.617 2244.86,548.604 2238.12,548.592 2231.38,548.582 2224.64,548.577 \n",
" 2217.9,548.579 2211.17,548.588 2204.44,548.607 2197.73,548.637 2191.02,548.681 2184.33,548.741 2177.65,548.817 2170.99,548.912 2164.34,549.022 2157.71,549.144 \n",
" 2151.1,549.278 2144.5,549.424 2137.92,549.582 2131.36,549.749 2124.82,549.925 2118.3,550.112 2111.8,550.311 2105.31,550.521 2098.85,550.74 2092.41,550.966 \n",
" 2085.98,551.194 2079.58,551.423 2073.19,551.65 2066.82,551.876 2060.47,552.101 2054.13,552.324 2047.81,552.544 2041.51,552.758 2035.24,552.966 2028.98,553.165 \n",
" 2022.74,553.357 2016.51,553.541 2010.31,553.716 2004.12,553.879 1997.96,554.032 1991.81,554.175 1985.69,554.307 1979.58,554.43 1973.5,554.542 1967.42,554.642 \n",
" 1961.37,554.73 1955.33,554.808 1949.31,554.875 1943.32,554.933 1937.34,554.984 1931.38,555.028 1925.45,555.067 1919.54,555.097 1913.65,555.124 1907.78,555.147 \n",
" 1901.94,555.17 1896.11,555.196 1890.3,555.224 1884.51,555.253 1878.75,555.278 1873,555.298 1867.27,555.316 1861.57,555.332 1855.89,555.35 1850.23,555.371 \n",
" 1844.6,555.396 1838.98,555.425 1833.4,555.461 1827.84,555.505 1822.3,555.557 1816.78,555.614 1811.29,555.677 1805.82,555.749 1800.37,555.831 1794.95,555.925 \n",
" 1789.56,556.031 1784.2,556.146 1778.87,556.272 1773.56,556.408 1768.29,556.55 1763.05,556.699 1757.85,556.853 1752.67,557.014 1747.52,557.187 1742.4,557.368 \n",
" 1737.31,557.557 1732.25,557.753 1727.22,557.961 1722.21,558.177 1717.22,558.404 1712.27,558.642 1707.34,558.892 1702.44,559.156 1697.57,559.436 1692.74,559.734 \n",
" 1687.94,560.045 1683.17,560.374 1678.45,560.72 1673.76,561.088 1669.11,561.48 1664.49,561.898 1659.91,562.34 1655.37,562.807 1650.86,563.3 1646.39,563.817 \n",
" 1641.96,564.358 1637.57,564.92 1633.21,565.501 1628.9,566.105 1624.62,566.73 1620.38,567.377 1616.17,568.046 1612,568.734 1607.87,569.441 1603.78,570.169 \n",
" 1599.72,570.92 1595.69,571.697 1591.69,572.501 1587.73,573.337 1583.79,574.208 1579.88,575.117 1575.99,576.065 1572.12,577.048 1568.27,578.059 1564.45,579.096 \n",
" 1560.64,580.157 1556.86,581.243 1553.09,582.354 1549.35,583.492 1545.62,584.657 1541.9,585.849 1538.21,587.066 1534.53,588.305 1530.87,589.565 1527.23,590.843 \n",
" 1523.61,592.139 1520.01,593.453 1516.43,594.79 1512.88,596.151 1509.35,597.538 1505.84,598.955 1502.36,600.4 1498.91,601.871 1495.48,603.37 1492.08,604.896 \n",
" 1488.7,606.448 1485.34,608.029 1482.01,609.643 1478.69,611.293 1475.4,612.979 1472.12,614.702 1468.87,616.461 1465.63,618.256 1462.4,620.086 1459.2,621.951 \n",
" 1456.02,623.85 1452.86,625.781 1449.73,627.74 1446.62,629.726 1443.54,631.737 1440.49,633.769 1437.47,635.824 1434.47,637.9 1431.51,639.999 1428.56,642.122 \n",
" 1425.64,644.27 1422.75,646.448 1419.87,648.659 1417.03,650.904 1414.21,653.181 1411.43,655.491 1408.66,657.837 1405.93,660.223 1403.23,662.65 1400.55,665.122 \n",
" 1397.9,667.642 1395.28,670.215 1392.68,672.843 1390.12,675.524 1387.58,678.259 1385.07,681.048 1382.59,683.891 1380.14,686.795 1377.71,689.768 1375.3,692.808 \n",
" 1372.91,695.916 1370.55,699.091 1368.2,702.335 1365.87,705.647 1363.56,709.023 1361.27,712.463 1359,715.971 1356.74,719.546 1354.5,723.189 1352.27,726.902 \n",
" 1350.07,730.68 1347.88,734.523 1345.71,738.429 1343.57,742.394 1341.44,746.418 1339.33,750.499 1337.25,754.638 1335.18,758.835 1333.12,763.092 1331.08,767.409 \n",
" 1329.05,771.785 1327.03,776.22 1325.03,780.718 1323.04,785.28 1321.06,789.907 1319.1,794.6 1317.16,799.36 1315.24,804.191 1313.33,809.093 1311.45,814.069 \n",
" 1309.59,819.121 1307.74,824.244 1305.92,829.433 1304.11,834.687 1302.32,840.003 1300.55,845.382 1298.8,850.821 1297.06,856.32 1295.33,861.876 1293.62,867.494 \n",
" 1291.93,873.174 1290.26,878.917 1288.6,884.722 1286.95,890.587 1285.32,896.515 1283.7,902.511 1282.09,908.58 1280.49,914.722 1278.89,920.941 1277.3,927.239 \n",
" 1275.71,933.615 1274.13,940.061 1272.56,946.578 1271,953.165 1269.44,959.822 1267.89,966.552 1266.34,973.351 1264.8,980.223 1263.27,987.17 1261.75,994.195 \n",
" 1260.22,1001.3 1258.71,1008.48 1257.19,1015.75 1255.68,1023.1 1254.16,1030.53 1252.66,1038.05 1251.15,1045.65 1249.64,1053.34 1248.14,1061.12 1246.64,1069 \n",
" 1245.14,1076.97 1243.64,1085.02 1242.14,1093.17 1240.64,1101.41 1239.13,1109.73 1237.63,1118.12 1236.13,1126.59 1234.63,1135.14 1233.13,1143.75 1231.63,1152.44 \n",
" 1230.13,1161.2 1228.63,1170.03 1227.12,1178.94 1225.62,1187.92 1224.12,1196.96 1222.61,1206.07 1221.1,1215.25 1219.58,1224.49 1218.06,1233.81 1216.55,1243.19 \n",
" 1215.03,1252.64 1213.52,1262.17 1212.01,1271.77 1210.5,1281.44 1209,1291.18 1207.5,1301 1206.01,1310.89 1204.53,1320.85 1203.06,1330.87 1201.6,1340.97 \n",
" 1200.16,1351.13 1198.73,1361.36 1197.32,1371.66 1195.91,1382.02 1194.52,1392.45 1193.15,1402.96 1191.78,1413.54 1190.43,1424.19 1189.09,1434.92 1187.77,1445.72 \n",
" \n",
" \"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2285.34\" cy=\"548.64\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2278.6\" cy=\"548.64\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2271.85\" cy=\"548.639\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2265.1\" cy=\"548.635\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2258.36\" cy=\"548.628\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2251.61\" cy=\"548.617\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2244.86\" cy=\"548.604\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2238.12\" cy=\"548.592\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2231.38\" cy=\"548.582\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2224.64\" cy=\"548.577\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2217.9\" cy=\"548.579\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2211.17\" cy=\"548.588\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2204.44\" cy=\"548.607\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2197.73\" cy=\"548.637\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2191.02\" cy=\"548.681\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2184.33\" cy=\"548.741\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2177.65\" cy=\"548.817\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2170.99\" cy=\"548.912\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2164.34\" cy=\"549.022\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2157.71\" cy=\"549.144\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2151.1\" cy=\"549.278\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2144.5\" cy=\"549.424\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2137.92\" cy=\"549.582\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2131.36\" cy=\"549.749\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2124.82\" cy=\"549.925\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2118.3\" cy=\"550.112\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2111.8\" cy=\"550.311\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2105.31\" cy=\"550.521\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2098.85\" cy=\"550.74\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2092.41\" cy=\"550.966\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2085.98\" cy=\"551.194\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2079.58\" cy=\"551.423\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2073.19\" cy=\"551.65\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2066.82\" cy=\"551.876\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2060.47\" cy=\"552.101\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2054.13\" cy=\"552.324\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2047.81\" cy=\"552.544\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2041.51\" cy=\"552.758\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2035.24\" cy=\"552.966\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2028.98\" cy=\"553.165\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2022.74\" cy=\"553.357\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2016.51\" cy=\"553.541\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2010.31\" cy=\"553.716\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"2004.12\" cy=\"553.879\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1997.96\" cy=\"554.032\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1991.81\" cy=\"554.175\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1985.69\" cy=\"554.307\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1979.58\" cy=\"554.43\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1973.5\" cy=\"554.542\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1967.42\" cy=\"554.642\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1961.37\" cy=\"554.73\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1955.33\" cy=\"554.808\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1949.31\" cy=\"554.875\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1943.32\" cy=\"554.933\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1937.34\" cy=\"554.984\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1931.38\" cy=\"555.028\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1925.45\" cy=\"555.067\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1919.54\" cy=\"555.097\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1913.65\" cy=\"555.124\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1907.78\" cy=\"555.147\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1901.94\" cy=\"555.17\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1896.11\" cy=\"555.196\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1890.3\" cy=\"555.224\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1884.51\" cy=\"555.253\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1878.75\" cy=\"555.278\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1873\" cy=\"555.298\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1867.27\" cy=\"555.316\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1861.57\" cy=\"555.332\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1855.89\" cy=\"555.35\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1850.23\" cy=\"555.371\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1844.6\" cy=\"555.396\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1838.98\" cy=\"555.425\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1833.4\" cy=\"555.461\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1827.84\" cy=\"555.505\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1822.3\" cy=\"555.557\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1816.78\" cy=\"555.614\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1811.29\" cy=\"555.677\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1805.82\" cy=\"555.749\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1800.37\" cy=\"555.831\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1794.95\" cy=\"555.925\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1789.56\" cy=\"556.031\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1784.2\" cy=\"556.146\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1778.87\" cy=\"556.272\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1773.56\" cy=\"556.408\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1768.29\" cy=\"556.55\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1763.05\" cy=\"556.699\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1757.85\" cy=\"556.853\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1752.67\" cy=\"557.014\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1747.52\" cy=\"557.187\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1742.4\" cy=\"557.368\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1737.31\" cy=\"557.557\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1732.25\" cy=\"557.753\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1727.22\" cy=\"557.961\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1722.21\" cy=\"558.177\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1717.22\" cy=\"558.404\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1712.27\" cy=\"558.642\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1707.34\" cy=\"558.892\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1702.44\" cy=\"559.156\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1697.57\" cy=\"559.436\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1692.74\" cy=\"559.734\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1687.94\" cy=\"560.045\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1683.17\" cy=\"560.374\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1678.45\" cy=\"560.72\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1673.76\" cy=\"561.088\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1669.11\" cy=\"561.48\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1664.49\" cy=\"561.898\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1659.91\" cy=\"562.34\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1655.37\" cy=\"562.807\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1650.86\" cy=\"563.3\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1646.39\" cy=\"563.817\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1641.96\" cy=\"564.358\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1637.57\" cy=\"564.92\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1633.21\" cy=\"565.501\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1628.9\" cy=\"566.105\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1624.62\" cy=\"566.73\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1620.38\" cy=\"567.377\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1616.17\" cy=\"568.046\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1612\" cy=\"568.734\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1607.87\" cy=\"569.441\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1603.78\" cy=\"570.169\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1599.72\" cy=\"570.92\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1595.69\" cy=\"571.697\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1591.69\" cy=\"572.501\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1587.73\" cy=\"573.337\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1583.79\" cy=\"574.208\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1579.88\" cy=\"575.117\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1575.99\" cy=\"576.065\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1572.12\" cy=\"577.048\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1568.27\" cy=\"578.059\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1564.45\" cy=\"579.096\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1560.64\" cy=\"580.157\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1556.86\" cy=\"581.243\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1553.09\" cy=\"582.354\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1549.35\" cy=\"583.492\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1545.62\" cy=\"584.657\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1541.9\" cy=\"585.849\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1538.21\" cy=\"587.066\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1534.53\" cy=\"588.305\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1530.87\" cy=\"589.565\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1527.23\" cy=\"590.843\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1523.61\" cy=\"592.139\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1520.01\" cy=\"593.453\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1516.43\" cy=\"594.79\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1512.88\" cy=\"596.151\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1509.35\" cy=\"597.538\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1505.84\" cy=\"598.955\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1502.36\" cy=\"600.4\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1498.91\" cy=\"601.871\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1495.48\" cy=\"603.37\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1492.08\" cy=\"604.896\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1488.7\" cy=\"606.448\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1485.34\" cy=\"608.029\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1482.01\" cy=\"609.643\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1478.69\" cy=\"611.293\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1475.4\" cy=\"612.979\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1472.12\" cy=\"614.702\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1468.87\" cy=\"616.461\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1465.63\" cy=\"618.256\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1462.4\" cy=\"620.086\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1459.2\" cy=\"621.951\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1456.02\" cy=\"623.85\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1452.86\" cy=\"625.781\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1449.73\" cy=\"627.74\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1446.62\" cy=\"629.726\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1443.54\" cy=\"631.737\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1440.49\" cy=\"633.769\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1437.47\" cy=\"635.824\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1434.47\" cy=\"637.9\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1431.51\" cy=\"639.999\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1428.56\" cy=\"642.122\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1425.64\" cy=\"644.27\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1422.75\" cy=\"646.448\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1419.87\" cy=\"648.659\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1417.03\" cy=\"650.904\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1414.21\" cy=\"653.181\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1411.43\" cy=\"655.491\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1408.66\" cy=\"657.837\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1405.93\" cy=\"660.223\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1403.23\" cy=\"662.65\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1400.55\" cy=\"665.122\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1397.9\" cy=\"667.642\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1395.28\" cy=\"670.215\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1392.68\" cy=\"672.843\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1390.12\" cy=\"675.524\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1387.58\" cy=\"678.259\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1385.07\" cy=\"681.048\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1382.59\" cy=\"683.891\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1380.14\" cy=\"686.795\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1377.71\" cy=\"689.768\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1375.3\" cy=\"692.808\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1372.91\" cy=\"695.916\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1370.55\" cy=\"699.091\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1368.2\" cy=\"702.335\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1365.87\" cy=\"705.647\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1363.56\" cy=\"709.023\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1361.27\" cy=\"712.463\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1359\" cy=\"715.971\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1356.74\" cy=\"719.546\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1354.5\" cy=\"723.189\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1352.27\" cy=\"726.902\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1350.07\" cy=\"730.68\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1347.88\" cy=\"734.523\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1345.71\" cy=\"738.429\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1343.57\" cy=\"742.394\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1341.44\" cy=\"746.418\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1339.33\" cy=\"750.499\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1337.25\" cy=\"754.638\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1335.18\" cy=\"758.835\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1333.12\" cy=\"763.092\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1331.08\" cy=\"767.409\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1329.05\" cy=\"771.785\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1327.03\" cy=\"776.22\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1325.03\" cy=\"780.718\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1323.04\" cy=\"785.28\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1321.06\" cy=\"789.907\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1319.1\" cy=\"794.6\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1317.16\" cy=\"799.36\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1315.24\" cy=\"804.191\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1313.33\" cy=\"809.093\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1311.45\" cy=\"814.069\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1309.59\" cy=\"819.121\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1307.74\" cy=\"824.244\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1305.92\" cy=\"829.433\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1304.11\" cy=\"834.687\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1302.32\" cy=\"840.003\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1300.55\" cy=\"845.382\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1298.8\" cy=\"850.821\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1297.06\" cy=\"856.32\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1295.33\" cy=\"861.876\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1293.62\" cy=\"867.494\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1291.93\" cy=\"873.174\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1290.26\" cy=\"878.917\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1288.6\" cy=\"884.722\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1286.95\" cy=\"890.587\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1285.32\" cy=\"896.515\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1283.7\" cy=\"902.511\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1282.09\" cy=\"908.58\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1280.49\" cy=\"914.722\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1278.89\" cy=\"920.941\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1277.3\" cy=\"927.239\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1275.71\" cy=\"933.615\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1274.13\" cy=\"940.061\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1272.56\" cy=\"946.578\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1271\" cy=\"953.165\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1269.44\" cy=\"959.822\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1267.89\" cy=\"966.552\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1266.34\" cy=\"973.351\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1264.8\" cy=\"980.223\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1263.27\" cy=\"987.17\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1261.75\" cy=\"994.195\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1260.22\" cy=\"1001.3\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1258.71\" cy=\"1008.48\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1257.19\" cy=\"1015.75\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1255.68\" cy=\"1023.1\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1254.16\" cy=\"1030.53\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1252.66\" cy=\"1038.05\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1251.15\" cy=\"1045.65\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1249.64\" cy=\"1053.34\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1248.14\" cy=\"1061.12\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1246.64\" cy=\"1069\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1245.14\" cy=\"1076.97\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1243.64\" cy=\"1085.02\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1242.14\" cy=\"1093.17\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1240.64\" cy=\"1101.41\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1239.13\" cy=\"1109.73\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1237.63\" cy=\"1118.12\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1236.13\" cy=\"1126.59\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1234.63\" cy=\"1135.14\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1233.13\" cy=\"1143.75\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1231.63\" cy=\"1152.44\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1230.13\" cy=\"1161.2\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1228.63\" cy=\"1170.03\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1227.12\" cy=\"1178.94\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1225.62\" cy=\"1187.92\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1224.12\" cy=\"1196.96\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1222.61\" cy=\"1206.07\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1221.1\" cy=\"1215.25\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1219.58\" cy=\"1224.49\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1218.06\" cy=\"1233.81\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1216.55\" cy=\"1243.19\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1215.03\" cy=\"1252.64\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1213.52\" cy=\"1262.17\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1212.01\" cy=\"1271.77\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1210.5\" cy=\"1281.44\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1209\" cy=\"1291.18\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1207.5\" cy=\"1301\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1206.01\" cy=\"1310.89\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1204.53\" cy=\"1320.85\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1203.06\" cy=\"1330.87\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1201.6\" cy=\"1340.97\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1200.16\" cy=\"1351.13\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1198.73\" cy=\"1361.36\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1197.32\" cy=\"1371.66\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1195.91\" cy=\"1382.02\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1194.52\" cy=\"1392.45\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1193.15\" cy=\"1402.96\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1191.78\" cy=\"1413.54\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1190.43\" cy=\"1424.19\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1189.09\" cy=\"1434.92\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip632)\" cx=\"1187.77\" cy=\"1445.72\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<polyline clip-path=\"url(#clip632)\" style=\"stroke:#e26f46; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 269.7,1009.3 2292.08,1009.3 2292.08,87.9763 269.7,87.9763 \n",
" \"/>\n",
"<path clip-path=\"url(#clip630)\" d=\"\n",
"M1990.68 250.738 L2281.3 250.738 L2281.3 95.2176 L1990.68 95.2176 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip630)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1990.68,250.738 2281.3,250.738 2281.3,95.2176 1990.68,95.2176 1990.68,250.738 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip630)\" style=\"stroke:#009af9; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2014.5,147.058 2157.41,147.058 \n",
" \"/>\n",
"<circle clip-path=\"url(#clip630)\" cx=\"2085.95\" cy=\"147.058\" r=\"23\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"5.12\"/>\n",
"<path clip-path=\"url(#clip630)\" d=\"M2195.07 166.745 Q2193.27 171.375 2191.55 172.787 Q2189.84 174.199 2186.97 174.199 L2183.57 174.199 L2183.57 170.634 L2186.07 170.634 Q2187.83 170.634 2188.8 169.8 Q2189.77 168.967 2190.95 165.865 L2191.72 163.921 L2181.23 138.412 L2185.74 138.412 L2193.85 158.689 L2201.95 138.412 L2206.46 138.412 L2195.07 166.745 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip630)\" d=\"M2213.75 160.402 L2221.39 160.402 L2221.39 134.037 L2213.08 135.703 L2213.08 131.444 L2221.35 129.778 L2226.02 129.778 L2226.02 160.402 L2233.66 160.402 L2233.66 164.338 L2213.75 164.338 L2213.75 160.402 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip630)\" style=\"stroke:#e26f46; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2014.5,198.898 2157.41,198.898 \n",
" \"/>\n",
"<path clip-path=\"url(#clip630)\" d=\"M2195.07 218.585 Q2193.27 223.215 2191.55 224.627 Q2189.84 226.039 2186.97 226.039 L2183.57 226.039 L2183.57 222.474 L2186.07 222.474 Q2187.83 222.474 2188.8 221.64 Q2189.77 220.807 2190.95 217.705 L2191.72 215.761 L2181.23 190.252 L2185.74 190.252 L2193.85 210.529 L2201.95 190.252 L2206.46 190.252 L2195.07 218.585 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip630)\" d=\"M2216.97 212.242 L2233.29 212.242 L2233.29 216.178 L2211.35 216.178 L2211.35 212.242 Q2214.01 209.488 2218.59 204.858 Q2223.2 200.205 2224.38 198.863 Q2226.62 196.34 2227.5 194.604 Q2228.41 192.844 2228.41 191.155 Q2228.41 188.4 2226.46 186.664 Q2224.54 184.928 2221.44 184.928 Q2219.24 184.928 2216.79 185.692 Q2214.35 186.455 2211.58 188.006 L2211.58 183.284 Q2214.4 182.15 2216.85 181.571 Q2219.31 180.993 2221.35 180.993 Q2226.72 180.993 2229.91 183.678 Q2233.1 186.363 2233.1 190.854 Q2233.1 192.983 2232.29 194.905 Q2231.51 196.803 2229.4 199.395 Q2228.82 200.067 2225.72 203.284 Q2222.62 206.479 2216.97 212.242 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"┌ Warning: Skipped marker arg o.\n",
"└ @ Plots C:\\Users\\yiyue\\.julia\\packages\\Plots\\1KWPG\\src\\args.jl:1231\n"
]
},
{
"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=\"clip670\">\n",
" <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<path clip-path=\"url(#clip670)\" d=\"\n",
"M0 1600 L2400 1600 L2400 0 L0 0 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip671\">\n",
" <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<path clip-path=\"url(#clip670)\" d=\"\n",
"M172.015 1486.45 L2352.76 1486.45 L2352.76 47.2441 L172.015 47.2441 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip672\">\n",
" <rect x=\"172\" y=\"47\" width=\"2182\" height=\"1440\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip672)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 644.953,1486.45 644.953,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip672)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1159.35,1486.45 1159.35,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip672)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1673.76,1486.45 1673.76,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip672)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2188.16,1486.45 2188.16,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip670)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 172.015,1486.45 2352.76,1486.45 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip670)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 644.953,1486.45 644.953,1467.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip670)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1159.35,1486.45 1159.35,1467.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip670)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1673.76,1486.45 1673.76,1467.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip670)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2188.16,1486.45 2188.16,1467.55 \n",
" \"/>\n",
"<path clip-path=\"url(#clip670)\" d=\"M644.953 1517.37 Q641.342 1517.37 639.513 1520.93 Q637.708 1524.47 637.708 1531.6 Q637.708 1538.71 639.513 1542.27 Q641.342 1545.82 644.953 1545.82 Q648.587 1545.82 650.393 1542.27 Q652.222 1538.71 652.222 1531.6 Q652.222 1524.47 650.393 1520.93 Q648.587 1517.37 644.953 1517.37 M644.953 1513.66 Q650.763 1513.66 653.819 1518.27 Q656.897 1522.85 656.897 1531.6 Q656.897 1540.33 653.819 1544.94 Q650.763 1549.52 644.953 1549.52 Q639.143 1549.52 636.064 1544.94 Q633.009 1540.33 633.009 1531.6 Q633.009 1522.85 636.064 1518.27 Q639.143 1513.66 644.953 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip670)\" d=\"M1123.05 1544.91 L1139.37 1544.91 L1139.37 1548.85 L1117.42 1548.85 L1117.42 1544.91 Q1120.08 1542.16 1124.67 1537.53 Q1129.27 1532.88 1130.45 1531.53 Q1132.7 1529.01 1133.58 1527.27 Q1134.48 1525.51 1134.48 1523.82 Q1134.48 1521.07 1132.54 1519.33 Q1130.62 1517.6 1127.51 1517.6 Q1125.32 1517.6 1122.86 1518.36 Q1120.43 1519.13 1117.65 1520.68 L1117.65 1515.95 Q1120.48 1514.82 1122.93 1514.24 Q1125.38 1513.66 1127.42 1513.66 Q1132.79 1513.66 1135.99 1516.35 Q1139.18 1519.03 1139.18 1523.52 Q1139.18 1525.65 1138.37 1527.57 Q1137.58 1529.47 1135.48 1532.07 Q1134.9 1532.74 1131.8 1535.95 Q1128.69 1539.15 1123.05 1544.91 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip670)\" d=\"M1149.23 1514.29 L1167.58 1514.29 L1167.58 1518.22 L1153.51 1518.22 L1153.51 1526.7 Q1154.53 1526.35 1155.55 1526.19 Q1156.56 1526 1157.58 1526 Q1163.37 1526 1166.75 1529.17 Q1170.13 1532.34 1170.13 1537.76 Q1170.13 1543.34 1166.66 1546.44 Q1163.19 1549.52 1156.87 1549.52 Q1154.69 1549.52 1152.42 1549.15 Q1150.18 1548.78 1147.77 1548.04 L1147.77 1543.34 Q1149.85 1544.47 1152.07 1545.03 Q1154.3 1545.58 1156.77 1545.58 Q1160.78 1545.58 1163.12 1543.48 Q1165.45 1541.37 1165.45 1537.76 Q1165.45 1534.15 1163.12 1532.04 Q1160.78 1529.94 1156.77 1529.94 Q1154.9 1529.94 1153.02 1530.35 Q1151.17 1530.77 1149.23 1531.65 L1149.23 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip670)\" d=\"M1189.34 1517.37 Q1185.73 1517.37 1183.9 1520.93 Q1182.1 1524.47 1182.1 1531.6 Q1182.1 1538.71 1183.9 1542.27 Q1185.73 1545.82 1189.34 1545.82 Q1192.98 1545.82 1194.78 1542.27 Q1196.61 1538.71 1196.61 1531.6 Q1196.61 1524.47 1194.78 1520.93 Q1192.98 1517.37 1189.34 1517.37 M1189.34 1513.66 Q1195.15 1513.66 1198.21 1518.27 Q1201.29 1522.85 1201.29 1531.6 Q1201.29 1540.33 1198.21 1544.94 Q1195.15 1549.52 1189.34 1549.52 Q1183.53 1549.52 1180.45 1544.94 Q1177.4 1540.33 1177.4 1531.6 Q1177.4 1522.85 1180.45 1518.27 Q1183.53 1513.66 1189.34 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip670)\" d=\"M1633.37 1514.29 L1651.73 1514.29 L1651.73 1518.22 L1637.66 1518.22 L1637.66 1526.7 Q1638.67 1526.35 1639.69 1526.19 Q1640.71 1526 1641.73 1526 Q1647.52 1526 1650.9 1529.17 Q1654.28 1532.34 1654.28 1537.76 Q1654.28 1543.34 1650.8 1546.44 Q1647.33 1549.52 1641.01 1549.52 Q1638.84 1549.52 1636.57 1549.15 Q1634.32 1548.78 1631.92 1548.04 L1631.92 1543.34 Q1634 1544.47 1636.22 1545.03 Q1638.44 1545.58 1640.92 1545.58 Q1644.92 1545.58 1647.26 1543.48 Q1649.6 1541.37 1649.6 1537.76 Q1649.6 1534.15 1647.26 1532.04 Q1644.92 1529.94 1640.92 1529.94 Q1639.04 1529.94 1637.17 1530.35 Q1635.32 1530.77 1633.37 1531.65 L1633.37 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip670)\" d=\"M1673.49 1517.37 Q1669.88 1517.37 1668.05 1520.93 Q1666.24 1524.47 1666.24 1531.6 Q1666.24 1538.71 1668.05 1542.27 Q1669.88 1545.82 1673.49 1545.82 Q1677.12 1545.82 1678.93 1542.27 Q1680.76 1538.71 1680.76 1531.6 Q1680.76 1524.47 1678.93 1520.93 Q1677.12 1517.37 1673.49 1517.37 M1673.49 1513.66 Q1679.3 1513.66 1682.35 1518.27 Q1685.43 1522.85 1685.43 1531.6 Q1685.43 1540.33 1682.35 1544.94 Q1679.3 1549.52 1673.49 1549.52 Q1667.68 1549.52 1664.6 1544.94 Q1661.54 1540.33 1661.54 1531.6 Q1661.54 1522.85 1664.6 1518.27 Q1667.68 1513.66 1673.49 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip670)\" d=\"M1703.65 1517.37 Q1700.04 1517.37 1698.21 1520.93 Q1696.41 1524.47 1696.41 1531.6 Q1696.41 1538.71 1698.21 1542.27 Q1700.04 1545.82 1703.65 1545.82 Q1707.29 1545.82 1709.09 1542.27 Q1710.92 1538.71 1710.92 1531.6 Q1710.92 1524.47 1709.09 1520.93 Q1707.29 1517.37 1703.65 1517.37 M1703.65 1513.66 Q1709.46 1513.66 1712.52 1518.27 Q1715.6 1522.85 1715.6 1531.6 Q1715.6 1540.33 1712.52 1544.94 Q1709.46 1549.52 1703.65 1549.52 Q1697.84 1549.52 1694.76 1544.94 Q1691.71 1540.33 1691.71 1531.6 Q1691.71 1522.85 1694.76 1518.27 Q1697.84 1513.66 1703.65 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip670)\" d=\"M2146.43 1514.29 L2168.65 1514.29 L2168.65 1516.28 L2156.11 1548.85 L2151.22 1548.85 L2163.03 1518.22 L2146.43 1518.22 L2146.43 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip670)\" d=\"M2177.82 1514.29 L2196.18 1514.29 L2196.18 1518.22 L2182.1 1518.22 L2182.1 1526.7 Q2183.12 1526.35 2184.14 1526.19 Q2185.16 1526 2186.18 1526 Q2191.96 1526 2195.34 1529.17 Q2198.72 1532.34 2198.72 1537.76 Q2198.72 1543.34 2195.25 1546.44 Q2191.78 1549.52 2185.46 1549.52 Q2183.28 1549.52 2181.02 1549.15 Q2178.77 1548.78 2176.36 1548.04 L2176.36 1543.34 Q2178.45 1544.47 2180.67 1545.03 Q2182.89 1545.58 2185.37 1545.58 Q2189.37 1545.58 2191.71 1543.48 Q2194.05 1541.37 2194.05 1537.76 Q2194.05 1534.15 2191.71 1532.04 Q2189.37 1529.94 2185.37 1529.94 Q2183.49 1529.94 2181.62 1530.35 Q2179.77 1530.77 2177.82 1531.65 L2177.82 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip670)\" d=\"M2217.94 1517.37 Q2214.33 1517.37 2212.5 1520.93 Q2210.69 1524.47 2210.69 1531.6 Q2210.69 1538.71 2212.5 1542.27 Q2214.33 1545.82 2217.94 1545.82 Q2221.57 1545.82 2223.38 1542.27 Q2225.2 1538.71 2225.2 1531.6 Q2225.2 1524.47 2223.38 1520.93 Q2221.57 1517.37 2217.94 1517.37 M2217.94 1513.66 Q2223.75 1513.66 2226.8 1518.27 Q2229.88 1522.85 2229.88 1531.6 Q2229.88 1540.33 2226.8 1544.94 Q2223.75 1549.52 2217.94 1549.52 Q2212.13 1549.52 2209.05 1544.94 Q2205.99 1540.33 2205.99 1531.6 Q2205.99 1522.85 2209.05 1518.27 Q2212.13 1513.66 2217.94 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip672)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 172.015,1445.72 2352.76,1445.72 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip672)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 172.015,1106.28 2352.76,1106.28 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip672)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 172.015,766.846 2352.76,766.846 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip672)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 172.015,427.411 2352.76,427.411 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip672)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 172.015,87.9763 2352.76,87.9763 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip670)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 172.015,1486.45 172.015,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip670)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 172.015,1445.72 190.912,1445.72 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip670)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 172.015,1106.28 190.912,1106.28 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip670)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 172.015,766.846 190.912,766.846 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip670)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 172.015,427.411 190.912,427.411 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip670)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 172.015,87.9763 190.912,87.9763 \n",
" \"/>\n",
"<path clip-path=\"url(#clip670)\" d=\"M124.07 1431.51 Q120.459 1431.51 118.631 1435.08 Q116.825 1438.62 116.825 1445.75 Q116.825 1452.86 118.631 1456.42 Q120.459 1459.96 124.07 1459.96 Q127.705 1459.96 129.51 1456.42 Q131.339 1452.86 131.339 1445.75 Q131.339 1438.62 129.51 1435.08 Q127.705 1431.51 124.07 1431.51 M124.07 1427.81 Q129.881 1427.81 132.936 1432.42 Q136.015 1437 136.015 1445.75 Q136.015 1454.48 132.936 1459.08 Q129.881 1463.67 124.07 1463.67 Q118.26 1463.67 115.182 1459.08 Q112.126 1454.48 112.126 1445.75 Q112.126 1437 115.182 1432.42 Q118.26 1427.81 124.07 1427.81 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip670)\" d=\"M57.7745 1119.63 L74.0939 1119.63 L74.0939 1123.56 L52.1495 1123.56 L52.1495 1119.63 Q54.8115 1116.87 59.3949 1112.24 Q64.0013 1107.59 65.1819 1106.25 Q67.4272 1103.72 68.3068 1101.99 Q69.2096 1100.23 69.2096 1098.54 Q69.2096 1095.78 67.2652 1094.05 Q65.3439 1092.31 62.2421 1092.31 Q60.043 1092.31 57.5893 1093.07 Q55.1588 1093.84 52.381 1095.39 L52.381 1090.67 Q55.2051 1089.53 57.6588 1088.95 Q60.1124 1088.38 62.1495 1088.38 Q67.5198 1088.38 70.7142 1091.06 Q73.9087 1093.75 73.9087 1098.24 Q73.9087 1100.37 73.0985 1102.29 Q72.3115 1104.19 70.205 1106.78 Q69.6263 1107.45 66.5245 1110.67 Q63.4226 1113.86 57.7745 1119.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip670)\" d=\"M93.9086 1092.08 Q90.2975 1092.08 88.4688 1095.64 Q86.6632 1099.19 86.6632 1106.32 Q86.6632 1113.42 88.4688 1116.99 Q90.2975 1120.53 93.9086 1120.53 Q97.5428 1120.53 99.3483 1116.99 Q101.177 1113.42 101.177 1106.32 Q101.177 1099.19 99.3483 1095.64 Q97.5428 1092.08 93.9086 1092.08 M93.9086 1088.38 Q99.7187 1088.38 102.774 1092.98 Q105.853 1097.57 105.853 1106.32 Q105.853 1115.04 102.774 1119.65 Q99.7187 1124.23 93.9086 1124.23 Q88.0984 1124.23 85.0197 1119.65 Q81.9642 1115.04 81.9642 1106.32 Q81.9642 1097.57 85.0197 1092.98 Q88.0984 1088.38 93.9086 1088.38 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip670)\" d=\"M124.07 1092.08 Q120.459 1092.08 118.631 1095.64 Q116.825 1099.19 116.825 1106.32 Q116.825 1113.42 118.631 1116.99 Q120.459 1120.53 124.07 1120.53 Q127.705 1120.53 129.51 1116.99 Q131.339 1113.42 131.339 1106.32 Q131.339 1099.19 129.51 1095.64 Q127.705 1092.08 124.07 1092.08 M124.07 1088.38 Q129.881 1088.38 132.936 1092.98 Q136.015 1097.57 136.015 1106.32 Q136.015 1115.04 132.936 1119.65 Q129.881 1124.23 124.07 1124.23 Q118.26 1124.23 115.182 1119.65 Q112.126 1115.04 112.126 1106.32 Q112.126 1097.57 115.182 1092.98 Q118.26 1088.38 124.07 1088.38 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip670)\" d=\"M66.5939 753.64 L54.7884 772.089 L66.5939 772.089 L66.5939 753.64 M65.367 749.566 L71.2466 749.566 L71.2466 772.089 L76.1772 772.089 L76.1772 775.978 L71.2466 775.978 L71.2466 784.126 L66.5939 784.126 L66.5939 775.978 L50.9921 775.978 L50.9921 771.464 L65.367 749.566 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip670)\" d=\"M93.9086 752.645 Q90.2975 752.645 88.4688 756.209 Q86.6632 759.751 86.6632 766.881 Q86.6632 773.987 88.4688 777.552 Q90.2975 781.094 93.9086 781.094 Q97.5428 781.094 99.3483 777.552 Q101.177 773.987 101.177 766.881 Q101.177 759.751 99.3483 756.209 Q97.5428 752.645 93.9086 752.645 M93.9086 748.941 Q99.7187 748.941 102.774 753.547 Q105.853 758.131 105.853 766.881 Q105.853 775.608 102.774 780.214 Q99.7187 784.797 93.9086 784.797 Q88.0984 784.797 85.0197 780.214 Q81.9642 775.608 81.9642 766.881 Q81.9642 758.131 85.0197 753.547 Q88.0984 748.941 93.9086 748.941 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip670)\" d=\"M124.07 752.645 Q120.459 752.645 118.631 756.209 Q116.825 759.751 116.825 766.881 Q116.825 773.987 118.631 777.552 Q120.459 781.094 124.07 781.094 Q127.705 781.094 129.51 777.552 Q131.339 773.987 131.339 766.881 Q131.339 759.751 129.51 756.209 Q127.705 752.645 124.07 752.645 M124.07 748.941 Q129.881 748.941 132.936 753.547 Q136.015 758.131 136.015 766.881 Q136.015 775.608 132.936 780.214 Q129.881 784.797 124.07 784.797 Q118.26 784.797 115.182 780.214 Q112.126 775.608 112.126 766.881 Q112.126 758.131 115.182 753.547 Q118.26 748.941 124.07 748.941 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip670)\" d=\"M64.3254 425.548 Q61.1773 425.548 59.3254 427.7 Q57.4967 429.853 57.4967 433.603 Q57.4967 437.33 59.3254 439.506 Q61.1773 441.659 64.3254 441.659 Q67.4735 441.659 69.3022 439.506 Q71.1541 437.33 71.1541 433.603 Q71.1541 429.853 69.3022 427.7 Q67.4735 425.548 64.3254 425.548 M73.6077 410.895 L73.6077 415.154 Q71.8485 414.321 70.0429 413.881 Q68.2606 413.441 66.5013 413.441 Q61.8717 413.441 59.418 416.566 Q56.9875 419.691 56.6402 426.011 Q58.006 423.997 60.0662 422.932 Q62.1263 421.844 64.6032 421.844 Q69.8115 421.844 72.8207 425.015 Q75.8531 428.163 75.8531 433.603 Q75.8531 438.927 72.705 442.145 Q69.5568 445.362 64.3254 445.362 Q58.33 445.362 55.1588 440.779 Q51.9875 436.173 51.9875 427.446 Q51.9875 419.251 55.8764 414.39 Q59.7652 409.506 66.3161 409.506 Q68.0754 409.506 69.8578 409.853 Q71.6633 410.201 73.6077 410.895 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip670)\" d=\"M93.9086 413.21 Q90.2975 413.21 88.4688 416.775 Q86.6632 420.316 86.6632 427.446 Q86.6632 434.552 88.4688 438.117 Q90.2975 441.659 93.9086 441.659 Q97.5428 441.659 99.3483 438.117 Q101.177 434.552 101.177 427.446 Q101.177 420.316 99.3483 416.775 Q97.5428 413.21 93.9086 413.21 M93.9086 409.506 Q99.7187 409.506 102.774 414.113 Q105.853 418.696 105.853 427.446 Q105.853 436.173 102.774 440.779 Q99.7187 445.362 93.9086 445.362 Q88.0984 445.362 85.0197 440.779 Q81.9642 436.173 81.9642 427.446 Q81.9642 418.696 85.0197 414.113 Q88.0984 409.506 93.9086 409.506 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip670)\" d=\"M124.07 413.21 Q120.459 413.21 118.631 416.775 Q116.825 420.316 116.825 427.446 Q116.825 434.552 118.631 438.117 Q120.459 441.659 124.07 441.659 Q127.705 441.659 129.51 438.117 Q131.339 434.552 131.339 427.446 Q131.339 420.316 129.51 416.775 Q127.705 413.21 124.07 413.21 M124.07 409.506 Q129.881 409.506 132.936 414.113 Q136.015 418.696 136.015 427.446 Q136.015 436.173 132.936 440.779 Q129.881 445.362 124.07 445.362 Q118.26 445.362 115.182 440.779 Q112.126 436.173 112.126 427.446 Q112.126 418.696 115.182 414.113 Q118.26 409.506 124.07 409.506 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip670)\" d=\"M63.7467 88.8443 Q60.4134 88.8443 58.4921 90.6267 Q56.5939 92.4091 56.5939 95.5341 Q56.5939 98.6591 58.4921 100.441 Q60.4134 102.224 63.7467 102.224 Q67.08 102.224 69.0013 100.441 Q70.9226 98.6359 70.9226 95.5341 Q70.9226 92.4091 69.0013 90.6267 Q67.1032 88.8443 63.7467 88.8443 M59.0708 86.8536 Q56.0615 86.1129 54.3717 84.0527 Q52.7051 81.9925 52.7051 79.0296 Q52.7051 74.8861 55.6449 72.4787 Q58.6078 70.0713 63.7467 70.0713 Q68.9087 70.0713 71.8485 72.4787 Q74.7883 74.8861 74.7883 79.0296 Q74.7883 81.9925 73.0985 84.0527 Q71.4318 86.1129 68.4457 86.8536 Q71.8253 87.6406 73.7003 89.9323 Q75.5985 92.2239 75.5985 95.5341 Q75.5985 100.557 72.5198 103.242 Q69.4642 105.928 63.7467 105.928 Q58.0291 105.928 54.9504 103.242 Q51.8949 100.557 51.8949 95.5341 Q51.8949 92.2239 53.793 89.9323 Q55.6912 87.6406 59.0708 86.8536 M57.3578 79.4694 Q57.3578 82.1545 59.0245 83.6592 Q60.7143 85.1638 63.7467 85.1638 Q66.7559 85.1638 68.4457 83.6592 Q70.1587 82.1545 70.1587 79.4694 Q70.1587 76.7842 68.4457 75.2796 Q66.7559 73.775 63.7467 73.775 Q60.7143 73.775 59.0245 75.2796 Q57.3578 76.7842 57.3578 79.4694 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip670)\" d=\"M93.9086 73.775 Q90.2975 73.775 88.4688 77.3398 Q86.6632 80.8814 86.6632 88.011 Q86.6632 95.1174 88.4688 98.6822 Q90.2975 102.224 93.9086 102.224 Q97.5428 102.224 99.3483 98.6822 Q101.177 95.1174 101.177 88.011 Q101.177 80.8814 99.3483 77.3398 Q97.5428 73.775 93.9086 73.775 M93.9086 70.0713 Q99.7187 70.0713 102.774 74.6777 Q105.853 79.261 105.853 88.011 Q105.853 96.7378 102.774 101.344 Q99.7187 105.928 93.9086 105.928 Q88.0984 105.928 85.0197 101.344 Q81.9642 96.7378 81.9642 88.011 Q81.9642 79.261 85.0197 74.6777 Q88.0984 70.0713 93.9086 70.0713 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip670)\" d=\"M124.07 73.775 Q120.459 73.775 118.631 77.3398 Q116.825 80.8814 116.825 88.011 Q116.825 95.1174 118.631 98.6822 Q120.459 102.224 124.07 102.224 Q127.705 102.224 129.51 98.6822 Q131.339 95.1174 131.339 88.011 Q131.339 80.8814 129.51 77.3398 Q127.705 73.775 124.07 73.775 M124.07 70.0713 Q129.881 70.0713 132.936 74.6777 Q136.015 79.261 136.015 88.011 Q136.015 96.7378 132.936 101.344 Q129.881 105.928 124.07 105.928 Q118.26 105.928 115.182 101.344 Q112.126 96.7378 112.126 88.011 Q112.126 79.261 115.182 74.6777 Q118.26 70.0713 124.07 70.0713 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip672)\" style=\"stroke:#009af9; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2285.55,766.845 2280.07,766.841 2274.58,766.832 2269.11,766.82 2263.63,766.803 2258.16,766.779 2252.69,766.746 2247.23,766.703 2241.77,766.652 2236.31,766.591 \n",
" 2230.87,766.519 2225.43,766.436 2220,766.347 2214.58,766.258 2209.17,766.171 2203.76,766.092 2198.36,766.025 2192.97,765.97 2187.58,765.93 2182.2,765.899 \n",
" 2176.82,765.87 2171.45,765.841 2166.08,765.809 2160.72,765.768 2155.35,765.717 2149.99,765.661 2144.63,765.6 2139.26,765.538 2133.89,765.472 2128.51,765.4 \n",
" 2123.13,765.315 2117.74,765.214 2112.35,765.099 2106.94,764.965 2101.54,764.812 2096.13,764.637 2090.71,764.438 2085.3,764.211 2079.88,763.958 2074.46,763.679 \n",
" 2069.03,763.372 2063.61,763.038 2058.17,762.673 2052.74,762.273 2047.3,761.836 2041.85,761.363 2036.4,760.854 2030.95,760.311 2025.49,759.734 2020.03,759.123 \n",
" 2014.56,758.48 2009.09,757.807 2003.61,757.112 1998.13,756.394 1992.65,755.657 1987.16,754.907 1981.67,754.15 1976.19,753.394 1970.7,752.637 1965.22,751.877 \n",
" 1959.73,751.113 1954.25,750.345 1948.75,749.572 1943.26,748.794 1937.76,748.006 1932.27,747.203 1926.77,746.381 1921.27,745.537 1915.78,744.675 1910.28,743.797 \n",
" 1904.78,742.91 1899.27,742.02 1893.77,741.136 1888.26,740.258 1882.75,739.381 1877.23,738.506 1871.7,737.639 1866.17,736.785 1860.63,735.938 1855.07,735.091 \n",
" 1849.51,734.239 1843.92,733.381 1838.33,732.513 1832.72,731.639 1827.09,730.766 1821.44,729.892 1815.77,729.011 1810.09,728.127 1804.38,727.239 1798.66,726.351 \n",
" 1792.92,725.462 1787.15,724.568 1781.37,723.663 1775.56,722.745 1769.74,721.811 1763.89,720.865 1758.02,719.906 1752.12,718.935 1746.2,717.951 1740.25,716.955 \n",
" 1734.27,715.947 1728.26,714.93 1722.23,713.908 1716.17,712.888 1710.08,711.87 1703.97,710.855 1697.83,709.844 1691.67,708.829 1685.48,707.808 1679.28,706.779 \n",
" 1673.04,705.739 1666.79,704.692 1660.51,703.644 1654.21,702.592 1647.9,701.531 1641.56,700.458 1635.21,699.368 1628.85,698.262 1622.47,697.147 1616.07,696.019 \n",
" 1609.66,694.878 1603.24,693.726 1596.81,692.569 1590.36,691.416 1583.89,690.276 1577.41,689.148 1570.91,688.027 1564.39,686.905 1557.86,685.776 1551.3,684.642 \n",
" 1544.73,683.498 1538.14,682.345 1531.53,681.184 1524.92,680.018 1518.29,678.848 1511.65,677.672 1505,676.483 1498.35,675.282 1491.68,674.068 1485,672.842 \n",
" 1478.32,671.606 1471.63,670.362 1464.94,669.111 1458.23,667.855 1451.52,666.597 1444.8,665.339 1438.07,664.079 1431.33,662.818 1424.59,661.561 1417.84,660.311 \n",
" 1411.09,659.065 1404.32,657.814 1397.54,656.553 1390.75,655.277 1383.94,653.992 1377.12,652.698 1370.27,651.395 1363.41,650.077 1356.54,648.75 1349.65,647.417 \n",
" 1342.74,646.079 1335.82,644.739 1328.87,643.4 1321.91,642.065 1314.94,640.739 1307.95,639.423 1300.95,638.107 1293.93,636.789 1286.9,635.475 1279.85,634.167 \n",
" 1272.79,632.86 1265.72,631.553 1258.64,630.243 1251.54,628.926 1244.43,627.598 1237.31,626.258 1230.17,624.908 1223.02,623.549 1215.85,622.182 1208.67,620.815 \n",
" 1201.47,619.447 1194.25,618.076 1187.02,616.697 1179.76,615.312 1172.49,613.918 1165.21,612.513 1157.9,611.102 1150.58,609.687 1143.24,608.275 1135.88,606.873 \n",
" 1128.5,605.486 1121.09,604.114 1113.67,602.755 1106.22,601.414 1098.74,600.085 1091.25,598.767 1083.73,597.46 1076.19,596.166 1068.63,594.878 1061.05,593.588 \n",
" 1053.44,592.291 1045.82,590.986 1038.17,589.673 1030.49,588.351 1022.78,587.016 1015.06,585.662 1007.3,584.29 999.521,582.901 991.718,581.496 983.892,580.076 \n",
" 976.046,578.641 968.181,577.191 960.296,575.726 952.393,574.247 944.471,572.755 936.533,571.249 928.579,569.729 920.611,568.195 912.629,566.656 904.633,565.117 \n",
" 896.624,563.579 888.604,562.046 880.573,560.519 872.528,559 864.469,557.489 856.396,555.987 848.305,554.494 840.197,553.009 832.068,551.532 823.917,550.058 \n",
" 815.746,548.582 807.555,547.107 799.348,545.633 791.126,544.162 782.894,542.697 774.654,541.241 766.407,539.796 758.155,538.364 749.899,536.941 741.634,535.529 \n",
" 733.36,534.13 725.076,532.743 716.782,531.368 708.475,530.004 700.158,528.652 691.829,527.312 683.488,525.983 675.136,524.67 666.773,523.373 658.404,522.098 \n",
" 650.03,520.847 641.654,519.622 633.274,518.42 624.89,517.235 616.503,516.064 608.111,514.91 599.716,513.779 591.314,512.671 582.905,511.589 574.487,510.531 \n",
" 566.062,509.498 557.632,508.489 549.197,507.504 540.757,506.544 532.31,505.614 523.858,504.713 515.398,503.843 506.932,503.012 498.461,502.224 489.982,501.475 \n",
" 481.498,500.763 473.008,500.086 464.511,499.447 456.007,498.851 447.496,498.301 438.978,497.795 430.453,497.333 421.923,496.917 413.387,496.546 404.846,496.219 \n",
" 396.302,495.933 387.753,495.686 379.2,495.478 370.644,495.312 362.086,495.19 353.525,495.114 344.961,495.083 336.393,495.097 327.822,495.156 319.25,495.26 \n",
" 310.677,495.412 302.106,495.613 293.54,495.86 284.98,496.15 276.425,496.482 267.876,496.855 259.332,497.267 250.795,497.715 242.262,498.197 233.734,498.709 \n",
" \n",
" \"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2285.55\" cy=\"766.845\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2280.07\" cy=\"766.841\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2274.58\" cy=\"766.832\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2269.11\" cy=\"766.82\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2263.63\" cy=\"766.803\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2258.16\" cy=\"766.779\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2252.69\" cy=\"766.746\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2247.23\" cy=\"766.703\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2241.77\" cy=\"766.652\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2236.31\" cy=\"766.591\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2230.87\" cy=\"766.519\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2225.43\" cy=\"766.436\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2220\" cy=\"766.347\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2214.58\" cy=\"766.258\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2209.17\" cy=\"766.171\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2203.76\" cy=\"766.092\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2198.36\" cy=\"766.025\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2192.97\" cy=\"765.97\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2187.58\" cy=\"765.93\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2182.2\" cy=\"765.899\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2176.82\" cy=\"765.87\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2171.45\" cy=\"765.841\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2166.08\" cy=\"765.809\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2160.72\" cy=\"765.768\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2155.35\" cy=\"765.717\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2149.99\" cy=\"765.661\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2144.63\" cy=\"765.6\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2139.26\" cy=\"765.538\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2133.89\" cy=\"765.472\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2128.51\" cy=\"765.4\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2123.13\" cy=\"765.315\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2117.74\" cy=\"765.214\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2112.35\" cy=\"765.099\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2106.94\" cy=\"764.965\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2101.54\" cy=\"764.812\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2096.13\" cy=\"764.637\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2090.71\" cy=\"764.438\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2085.3\" cy=\"764.211\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2079.88\" cy=\"763.958\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2074.46\" cy=\"763.679\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2069.03\" cy=\"763.372\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2063.61\" cy=\"763.038\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2058.17\" cy=\"762.673\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2052.74\" cy=\"762.273\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2047.3\" cy=\"761.836\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2041.85\" cy=\"761.363\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2036.4\" cy=\"760.854\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2030.95\" cy=\"760.311\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2025.49\" cy=\"759.734\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2020.03\" cy=\"759.123\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2014.56\" cy=\"758.48\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2009.09\" cy=\"757.807\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"2003.61\" cy=\"757.112\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1998.13\" cy=\"756.394\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1992.65\" cy=\"755.657\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1987.16\" cy=\"754.907\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1981.67\" cy=\"754.15\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1976.19\" cy=\"753.394\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1970.7\" cy=\"752.637\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1965.22\" cy=\"751.877\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1959.73\" cy=\"751.113\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1954.25\" cy=\"750.345\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1948.75\" cy=\"749.572\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1943.26\" cy=\"748.794\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1937.76\" cy=\"748.006\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1932.27\" cy=\"747.203\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1926.77\" cy=\"746.381\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1921.27\" cy=\"745.537\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1915.78\" cy=\"744.675\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1910.28\" cy=\"743.797\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1904.78\" cy=\"742.91\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1899.27\" cy=\"742.02\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1893.77\" cy=\"741.136\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1888.26\" cy=\"740.258\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1882.75\" cy=\"739.381\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1877.23\" cy=\"738.506\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1871.7\" cy=\"737.639\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1866.17\" cy=\"736.785\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1860.63\" cy=\"735.938\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1855.07\" cy=\"735.091\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1849.51\" cy=\"734.239\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1843.92\" cy=\"733.381\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1838.33\" cy=\"732.513\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1832.72\" cy=\"731.639\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1827.09\" cy=\"730.766\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1821.44\" cy=\"729.892\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1815.77\" cy=\"729.011\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1810.09\" cy=\"728.127\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1804.38\" cy=\"727.239\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1798.66\" cy=\"726.351\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1792.92\" cy=\"725.462\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1787.15\" cy=\"724.568\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1781.37\" cy=\"723.663\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1775.56\" cy=\"722.745\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1769.74\" cy=\"721.811\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1763.89\" cy=\"720.865\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1758.02\" cy=\"719.906\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1752.12\" cy=\"718.935\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1746.2\" cy=\"717.951\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1740.25\" cy=\"716.955\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1734.27\" cy=\"715.947\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1728.26\" cy=\"714.93\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1722.23\" cy=\"713.908\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1716.17\" cy=\"712.888\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1710.08\" cy=\"711.87\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1703.97\" cy=\"710.855\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1697.83\" cy=\"709.844\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1691.67\" cy=\"708.829\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1685.48\" cy=\"707.808\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1679.28\" cy=\"706.779\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1673.04\" cy=\"705.739\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1666.79\" cy=\"704.692\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1660.51\" cy=\"703.644\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1654.21\" cy=\"702.592\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1647.9\" cy=\"701.531\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1641.56\" cy=\"700.458\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1635.21\" cy=\"699.368\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1628.85\" cy=\"698.262\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1622.47\" cy=\"697.147\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1616.07\" cy=\"696.019\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1609.66\" cy=\"694.878\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1603.24\" cy=\"693.726\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1596.81\" cy=\"692.569\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1590.36\" cy=\"691.416\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1583.89\" cy=\"690.276\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1577.41\" cy=\"689.148\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1570.91\" cy=\"688.027\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1564.39\" cy=\"686.905\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1557.86\" cy=\"685.776\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1551.3\" cy=\"684.642\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1544.73\" cy=\"683.498\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1538.14\" cy=\"682.345\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1531.53\" cy=\"681.184\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1524.92\" cy=\"680.018\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1518.29\" cy=\"678.848\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1511.65\" cy=\"677.672\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1505\" cy=\"676.483\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1498.35\" cy=\"675.282\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1491.68\" cy=\"674.068\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1485\" cy=\"672.842\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1478.32\" cy=\"671.606\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1471.63\" cy=\"670.362\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1464.94\" cy=\"669.111\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1458.23\" cy=\"667.855\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1451.52\" cy=\"666.597\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1444.8\" cy=\"665.339\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1438.07\" cy=\"664.079\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1431.33\" cy=\"662.818\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1424.59\" cy=\"661.561\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1417.84\" cy=\"660.311\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1411.09\" cy=\"659.065\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1404.32\" cy=\"657.814\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1397.54\" cy=\"656.553\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1390.75\" cy=\"655.277\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1383.94\" cy=\"653.992\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1377.12\" cy=\"652.698\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1370.27\" cy=\"651.395\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1363.41\" cy=\"650.077\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1356.54\" cy=\"648.75\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1349.65\" cy=\"647.417\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1342.74\" cy=\"646.079\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1335.82\" cy=\"644.739\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1328.87\" cy=\"643.4\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1321.91\" cy=\"642.065\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1314.94\" cy=\"640.739\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1307.95\" cy=\"639.423\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1300.95\" cy=\"638.107\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1293.93\" cy=\"636.789\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1286.9\" cy=\"635.475\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1279.85\" cy=\"634.167\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1272.79\" cy=\"632.86\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1265.72\" cy=\"631.553\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1258.64\" cy=\"630.243\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1251.54\" cy=\"628.926\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1244.43\" cy=\"627.598\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1237.31\" cy=\"626.258\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1230.17\" cy=\"624.908\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1223.02\" cy=\"623.549\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1215.85\" cy=\"622.182\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1208.67\" cy=\"620.815\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1201.47\" cy=\"619.447\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1194.25\" cy=\"618.076\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1187.02\" cy=\"616.697\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1179.76\" cy=\"615.312\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1172.49\" cy=\"613.918\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1165.21\" cy=\"612.513\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1157.9\" cy=\"611.102\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1150.58\" cy=\"609.687\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1143.24\" cy=\"608.275\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1135.88\" cy=\"606.873\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1128.5\" cy=\"605.486\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1121.09\" cy=\"604.114\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1113.67\" cy=\"602.755\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1106.22\" cy=\"601.414\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1098.74\" cy=\"600.085\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1091.25\" cy=\"598.767\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1083.73\" cy=\"597.46\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1076.19\" cy=\"596.166\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1068.63\" cy=\"594.878\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1061.05\" cy=\"593.588\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1053.44\" cy=\"592.291\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1045.82\" cy=\"590.986\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1038.17\" cy=\"589.673\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1030.49\" cy=\"588.351\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1022.78\" cy=\"587.016\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1015.06\" cy=\"585.662\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"1007.3\" cy=\"584.29\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"999.521\" cy=\"582.901\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"991.718\" cy=\"581.496\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"983.892\" cy=\"580.076\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"976.046\" cy=\"578.641\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"968.181\" cy=\"577.191\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"960.296\" cy=\"575.726\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"952.393\" cy=\"574.247\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"944.471\" cy=\"572.755\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"936.533\" cy=\"571.249\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"928.579\" cy=\"569.729\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"920.611\" cy=\"568.195\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"912.629\" cy=\"566.656\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"904.633\" cy=\"565.117\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"896.624\" cy=\"563.579\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"888.604\" cy=\"562.046\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"880.573\" cy=\"560.519\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"872.528\" cy=\"559\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"864.469\" cy=\"557.489\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"856.396\" cy=\"555.987\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"848.305\" cy=\"554.494\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"840.197\" cy=\"553.009\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"832.068\" cy=\"551.532\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"823.917\" cy=\"550.058\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"815.746\" cy=\"548.582\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"807.555\" cy=\"547.107\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"799.348\" cy=\"545.633\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"791.126\" cy=\"544.162\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"782.894\" cy=\"542.697\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"774.654\" cy=\"541.241\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"766.407\" cy=\"539.796\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"758.155\" cy=\"538.364\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"749.899\" cy=\"536.941\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"741.634\" cy=\"535.529\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"733.36\" cy=\"534.13\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"725.076\" cy=\"532.743\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"716.782\" cy=\"531.368\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"708.475\" cy=\"530.004\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"700.158\" cy=\"528.652\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"691.829\" cy=\"527.312\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"683.488\" cy=\"525.983\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"675.136\" cy=\"524.67\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"666.773\" cy=\"523.373\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"658.404\" cy=\"522.098\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"650.03\" cy=\"520.847\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"641.654\" cy=\"519.622\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"633.274\" cy=\"518.42\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"624.89\" cy=\"517.235\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"616.503\" cy=\"516.064\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"608.111\" cy=\"514.91\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"599.716\" cy=\"513.779\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"591.314\" cy=\"512.671\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"582.905\" cy=\"511.589\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"574.487\" cy=\"510.531\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"566.062\" cy=\"509.498\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"557.632\" cy=\"508.489\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"549.197\" cy=\"507.504\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"540.757\" cy=\"506.544\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"532.31\" cy=\"505.614\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"523.858\" cy=\"504.713\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"515.398\" cy=\"503.843\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"506.932\" cy=\"503.012\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"498.461\" cy=\"502.224\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"489.982\" cy=\"501.475\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"481.498\" cy=\"500.763\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"473.008\" cy=\"500.086\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"464.511\" cy=\"499.447\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"456.007\" cy=\"498.851\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"447.496\" cy=\"498.301\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"438.978\" cy=\"497.795\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"430.453\" cy=\"497.333\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"421.923\" cy=\"496.917\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"413.387\" cy=\"496.546\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"404.846\" cy=\"496.219\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"396.302\" cy=\"495.933\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"387.753\" cy=\"495.686\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"379.2\" cy=\"495.478\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"370.644\" cy=\"495.312\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"362.086\" cy=\"495.19\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"353.525\" cy=\"495.114\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"344.961\" cy=\"495.083\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"336.393\" cy=\"495.097\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"327.822\" cy=\"495.156\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"319.25\" cy=\"495.26\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"310.677\" cy=\"495.412\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"302.106\" cy=\"495.613\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"293.54\" cy=\"495.86\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"284.98\" cy=\"496.15\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"276.425\" cy=\"496.482\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"267.876\" cy=\"496.855\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"259.332\" cy=\"497.267\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"250.795\" cy=\"497.715\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"242.262\" cy=\"498.197\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip672)\" cx=\"233.734\" cy=\"498.709\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<polyline clip-path=\"url(#clip672)\" style=\"stroke:#e26f46; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 644.953,1445.72 2291.04,1445.72 2291.04,87.9763 644.953,87.9763 \n",
" \"/>\n",
"<path clip-path=\"url(#clip670)\" d=\"\n",
"M1985.33 250.738 L2280.06 250.738 L2280.06 95.2176 L1985.33 95.2176 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip670)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1985.33,250.738 2280.06,250.738 2280.06,95.2176 1985.33,95.2176 1985.33,250.738 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip670)\" style=\"stroke:#009af9; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2009.56,147.058 2154.94,147.058 \n",
" \"/>\n",
"<circle clip-path=\"url(#clip670)\" cx=\"2082.25\" cy=\"147.058\" r=\"23\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"5.12\"/>\n",
"<path clip-path=\"url(#clip670)\" d=\"M2193.02 166.745 Q2191.21 171.375 2189.5 172.787 Q2187.78 174.199 2184.91 174.199 L2181.51 174.199 L2181.51 170.634 L2184.01 170.634 Q2185.77 170.634 2186.74 169.8 Q2187.71 168.967 2188.9 165.865 L2189.66 163.921 L2179.17 138.412 L2183.69 138.412 L2191.79 158.689 L2199.89 138.412 L2204.4 138.412 L2193.02 166.745 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip670)\" d=\"M2211.7 160.402 L2219.34 160.402 L2219.34 134.037 L2211.03 135.703 L2211.03 131.444 L2219.29 129.778 L2223.96 129.778 L2223.96 160.402 L2231.6 160.402 L2231.6 164.338 L2211.7 164.338 L2211.7 160.402 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip670)\" style=\"stroke:#e26f46; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2009.56,198.898 2154.94,198.898 \n",
" \"/>\n",
"<path clip-path=\"url(#clip670)\" d=\"M2193.02 218.585 Q2191.21 223.215 2189.5 224.627 Q2187.78 226.039 2184.91 226.039 L2181.51 226.039 L2181.51 222.474 L2184.01 222.474 Q2185.77 222.474 2186.74 221.64 Q2187.71 220.807 2188.9 217.705 L2189.66 215.761 L2179.17 190.252 L2183.69 190.252 L2191.79 210.529 L2199.89 190.252 L2204.4 190.252 L2193.02 218.585 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip670)\" d=\"M2214.91 212.242 L2231.23 212.242 L2231.23 216.178 L2209.29 216.178 L2209.29 212.242 Q2211.95 209.488 2216.53 204.858 Q2221.14 200.205 2222.32 198.863 Q2224.57 196.34 2225.45 194.604 Q2226.35 192.844 2226.35 191.155 Q2226.35 188.4 2224.4 186.664 Q2222.48 184.928 2219.38 184.928 Q2217.18 184.928 2214.73 185.692 Q2212.3 186.455 2209.52 188.006 L2209.52 183.284 Q2212.34 182.15 2214.8 181.571 Q2217.25 180.993 2219.29 180.993 Q2224.66 180.993 2227.85 183.678 Q2231.05 186.363 2231.05 190.854 Q2231.05 192.983 2230.24 194.905 Q2229.45 196.803 2227.34 199.395 Q2226.77 200.067 2223.66 203.284 Q2220.56 206.479 2214.91 212.242 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"┌ Warning: Skipped marker arg o.\n",
"└ @ Plots C:\\Users\\yiyue\\.julia\\packages\\Plots\\1KWPG\\src\\args.jl:1231\n"
]
},
{
"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=\"clip710\">\n",
" <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<path clip-path=\"url(#clip710)\" d=\"\n",
"M0 1600 L2400 1600 L2400 0 L0 0 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip711\">\n",
" <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<path clip-path=\"url(#clip710)\" d=\"\n",
"M172.015 1486.45 L2352.76 1486.45 L2352.76 47.2441 L172.015 47.2441 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip712\">\n",
" <rect x=\"172\" y=\"47\" width=\"2182\" height=\"1440\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip712)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 233.734,1486.45 233.734,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip712)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 748.06,1486.45 748.06,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip712)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1262.39,1486.45 1262.39,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip712)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1776.71,1486.45 1776.71,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip712)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2291.04,1486.45 2291.04,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip710)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 172.015,1486.45 2352.76,1486.45 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip710)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 233.734,1486.45 233.734,1467.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip710)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 748.06,1486.45 748.06,1467.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip710)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1262.39,1486.45 1262.39,1467.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip710)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1776.71,1486.45 1776.71,1467.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip710)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2291.04,1486.45 2291.04,1467.55 \n",
" \"/>\n",
"<path clip-path=\"url(#clip710)\" d=\"M233.734 1517.37 Q230.123 1517.37 228.294 1520.93 Q226.489 1524.47 226.489 1531.6 Q226.489 1538.71 228.294 1542.27 Q230.123 1545.82 233.734 1545.82 Q237.368 1545.82 239.174 1542.27 Q241.002 1538.71 241.002 1531.6 Q241.002 1524.47 239.174 1520.93 Q237.368 1517.37 233.734 1517.37 M233.734 1513.66 Q239.544 1513.66 242.6 1518.27 Q245.678 1522.85 245.678 1531.6 Q245.678 1540.33 242.6 1544.94 Q239.544 1549.52 233.734 1549.52 Q227.924 1549.52 224.845 1544.94 Q221.79 1540.33 221.79 1531.6 Q221.79 1522.85 224.845 1518.27 Q227.924 1513.66 233.734 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip710)\" d=\"M711.752 1544.91 L728.071 1544.91 L728.071 1548.85 L706.127 1548.85 L706.127 1544.91 Q708.789 1542.16 713.372 1537.53 Q717.979 1532.88 719.159 1531.53 Q721.405 1529.01 722.284 1527.27 Q723.187 1525.51 723.187 1523.82 Q723.187 1521.07 721.243 1519.33 Q719.321 1517.6 716.22 1517.6 Q714.02 1517.6 711.567 1518.36 Q709.136 1519.13 706.358 1520.68 L706.358 1515.95 Q709.183 1514.82 711.636 1514.24 Q714.09 1513.66 716.127 1513.66 Q721.497 1513.66 724.692 1516.35 Q727.886 1519.03 727.886 1523.52 Q727.886 1525.65 727.076 1527.57 Q726.289 1529.47 724.182 1532.07 Q723.604 1532.74 720.502 1535.95 Q717.4 1539.15 711.752 1544.91 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip710)\" d=\"M747.886 1517.37 Q744.275 1517.37 742.446 1520.93 Q740.641 1524.47 740.641 1531.6 Q740.641 1538.71 742.446 1542.27 Q744.275 1545.82 747.886 1545.82 Q751.52 1545.82 753.326 1542.27 Q755.155 1538.71 755.155 1531.6 Q755.155 1524.47 753.326 1520.93 Q751.52 1517.37 747.886 1517.37 M747.886 1513.66 Q753.696 1513.66 756.752 1518.27 Q759.83 1522.85 759.83 1531.6 Q759.83 1540.33 756.752 1544.94 Q753.696 1549.52 747.886 1549.52 Q742.076 1549.52 738.997 1544.94 Q735.942 1540.33 735.942 1531.6 Q735.942 1522.85 738.997 1518.27 Q742.076 1513.66 747.886 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip710)\" d=\"M778.048 1517.37 Q774.437 1517.37 772.608 1520.93 Q770.803 1524.47 770.803 1531.6 Q770.803 1538.71 772.608 1542.27 Q774.437 1545.82 778.048 1545.82 Q781.682 1545.82 783.488 1542.27 Q785.316 1538.71 785.316 1531.6 Q785.316 1524.47 783.488 1520.93 Q781.682 1517.37 778.048 1517.37 M778.048 1513.66 Q783.858 1513.66 786.914 1518.27 Q789.992 1522.85 789.992 1531.6 Q789.992 1540.33 786.914 1544.94 Q783.858 1549.52 778.048 1549.52 Q772.238 1549.52 769.159 1544.94 Q766.104 1540.33 766.104 1531.6 Q766.104 1522.85 769.159 1518.27 Q772.238 1513.66 778.048 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip710)\" d=\"M1235.48 1518.36 L1223.67 1536.81 L1235.48 1536.81 L1235.48 1518.36 M1234.25 1514.29 L1240.13 1514.29 L1240.13 1536.81 L1245.06 1536.81 L1245.06 1540.7 L1240.13 1540.7 L1240.13 1548.85 L1235.48 1548.85 L1235.48 1540.7 L1219.87 1540.7 L1219.87 1536.19 L1234.25 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip710)\" d=\"M1262.79 1517.37 Q1259.18 1517.37 1257.35 1520.93 Q1255.55 1524.47 1255.55 1531.6 Q1255.55 1538.71 1257.35 1542.27 Q1259.18 1545.82 1262.79 1545.82 Q1266.42 1545.82 1268.23 1542.27 Q1270.06 1538.71 1270.06 1531.6 Q1270.06 1524.47 1268.23 1520.93 Q1266.42 1517.37 1262.79 1517.37 M1262.79 1513.66 Q1268.6 1513.66 1271.66 1518.27 Q1274.73 1522.85 1274.73 1531.6 Q1274.73 1540.33 1271.66 1544.94 Q1268.6 1549.52 1262.79 1549.52 Q1256.98 1549.52 1253.9 1544.94 Q1250.85 1540.33 1250.85 1531.6 Q1250.85 1522.85 1253.9 1518.27 Q1256.98 1513.66 1262.79 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip710)\" d=\"M1292.95 1517.37 Q1289.34 1517.37 1287.51 1520.93 Q1285.71 1524.47 1285.71 1531.6 Q1285.71 1538.71 1287.51 1542.27 Q1289.34 1545.82 1292.95 1545.82 Q1296.59 1545.82 1298.39 1542.27 Q1300.22 1538.71 1300.22 1531.6 Q1300.22 1524.47 1298.39 1520.93 Q1296.59 1517.37 1292.95 1517.37 M1292.95 1513.66 Q1298.76 1513.66 1301.82 1518.27 Q1304.9 1522.85 1304.9 1531.6 Q1304.9 1540.33 1301.82 1544.94 Q1298.76 1549.52 1292.95 1549.52 Q1287.14 1549.52 1284.06 1544.94 Q1281.01 1540.33 1281.01 1531.6 Q1281.01 1522.85 1284.06 1518.27 Q1287.14 1513.66 1292.95 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip710)\" d=\"M1747.04 1529.7 Q1743.89 1529.7 1742.04 1531.86 Q1740.21 1534.01 1740.21 1537.76 Q1740.21 1541.49 1742.04 1543.66 Q1743.89 1545.82 1747.04 1545.82 Q1750.18 1545.82 1752.01 1543.66 Q1753.86 1541.49 1753.86 1537.76 Q1753.86 1534.01 1752.01 1531.86 Q1750.18 1529.7 1747.04 1529.7 M1756.32 1515.05 L1756.32 1519.31 Q1754.56 1518.48 1752.75 1518.04 Q1750.97 1517.6 1749.21 1517.6 Q1744.58 1517.6 1742.13 1520.72 Q1739.7 1523.85 1739.35 1530.17 Q1740.72 1528.15 1742.78 1527.09 Q1744.84 1526 1747.31 1526 Q1752.52 1526 1755.53 1529.17 Q1758.56 1532.32 1758.56 1537.76 Q1758.56 1543.08 1755.41 1546.3 Q1752.27 1549.52 1747.04 1549.52 Q1741.04 1549.52 1737.87 1544.94 Q1734.7 1540.33 1734.7 1531.6 Q1734.7 1523.41 1738.59 1518.55 Q1742.48 1513.66 1749.03 1513.66 Q1750.79 1513.66 1752.57 1514.01 Q1754.37 1514.36 1756.32 1515.05 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip710)\" d=\"M1776.62 1517.37 Q1773.01 1517.37 1771.18 1520.93 Q1769.37 1524.47 1769.37 1531.6 Q1769.37 1538.71 1771.18 1542.27 Q1773.01 1545.82 1776.62 1545.82 Q1780.25 1545.82 1782.06 1542.27 Q1783.89 1538.71 1783.89 1531.6 Q1783.89 1524.47 1782.06 1520.93 Q1780.25 1517.37 1776.62 1517.37 M1776.62 1513.66 Q1782.43 1513.66 1785.48 1518.27 Q1788.56 1522.85 1788.56 1531.6 Q1788.56 1540.33 1785.48 1544.94 Q1782.43 1549.52 1776.62 1549.52 Q1770.81 1549.52 1767.73 1544.94 Q1764.67 1540.33 1764.67 1531.6 Q1764.67 1522.85 1767.73 1518.27 Q1770.81 1513.66 1776.62 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip710)\" d=\"M1806.78 1517.37 Q1803.17 1517.37 1801.34 1520.93 Q1799.54 1524.47 1799.54 1531.6 Q1799.54 1538.71 1801.34 1542.27 Q1803.17 1545.82 1806.78 1545.82 Q1810.41 1545.82 1812.22 1542.27 Q1814.05 1538.71 1814.05 1531.6 Q1814.05 1524.47 1812.22 1520.93 Q1810.41 1517.37 1806.78 1517.37 M1806.78 1513.66 Q1812.59 1513.66 1815.65 1518.27 Q1818.72 1522.85 1818.72 1531.6 Q1818.72 1540.33 1815.65 1544.94 Q1812.59 1549.52 1806.78 1549.52 Q1800.97 1549.52 1797.89 1544.94 Q1794.84 1540.33 1794.84 1531.6 Q1794.84 1522.85 1797.89 1518.27 Q1800.97 1513.66 1806.78 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip710)\" d=\"M2260.83 1532.44 Q2257.5 1532.44 2255.57 1534.22 Q2253.68 1536 2253.68 1539.13 Q2253.68 1542.25 2255.57 1544.03 Q2257.5 1545.82 2260.83 1545.82 Q2264.16 1545.82 2266.08 1544.03 Q2268 1542.23 2268 1539.13 Q2268 1536 2266.08 1534.22 Q2264.19 1532.44 2260.83 1532.44 M2256.15 1530.45 Q2253.14 1529.7 2251.45 1527.64 Q2249.79 1525.58 2249.79 1522.62 Q2249.79 1518.48 2252.73 1516.07 Q2255.69 1513.66 2260.83 1513.66 Q2265.99 1513.66 2268.93 1516.07 Q2271.87 1518.48 2271.87 1522.62 Q2271.87 1525.58 2270.18 1527.64 Q2268.51 1529.7 2265.53 1530.45 Q2268.91 1531.23 2270.78 1533.52 Q2272.68 1535.82 2272.68 1539.13 Q2272.68 1544.15 2269.6 1546.83 Q2266.55 1549.52 2260.83 1549.52 Q2255.11 1549.52 2252.03 1546.83 Q2248.98 1544.15 2248.98 1539.13 Q2248.98 1535.82 2250.87 1533.52 Q2252.77 1531.23 2256.15 1530.45 M2254.44 1523.06 Q2254.44 1525.75 2256.11 1527.25 Q2257.8 1528.76 2260.83 1528.76 Q2263.84 1528.76 2265.53 1527.25 Q2267.24 1525.75 2267.24 1523.06 Q2267.24 1520.38 2265.53 1518.87 Q2263.84 1517.37 2260.83 1517.37 Q2257.8 1517.37 2256.11 1518.87 Q2254.44 1520.38 2254.44 1523.06 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip710)\" d=\"M2290.99 1517.37 Q2287.38 1517.37 2285.55 1520.93 Q2283.75 1524.47 2283.75 1531.6 Q2283.75 1538.71 2285.55 1542.27 Q2287.38 1545.82 2290.99 1545.82 Q2294.62 1545.82 2296.43 1542.27 Q2298.26 1538.71 2298.26 1531.6 Q2298.26 1524.47 2296.43 1520.93 Q2294.62 1517.37 2290.99 1517.37 M2290.99 1513.66 Q2296.8 1513.66 2299.86 1518.27 Q2302.93 1522.85 2302.93 1531.6 Q2302.93 1540.33 2299.86 1544.94 Q2296.8 1549.52 2290.99 1549.52 Q2285.18 1549.52 2282.1 1544.94 Q2279.05 1540.33 2279.05 1531.6 Q2279.05 1522.85 2282.1 1518.27 Q2285.18 1513.66 2290.99 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip710)\" d=\"M2321.15 1517.37 Q2317.54 1517.37 2315.71 1520.93 Q2313.91 1524.47 2313.91 1531.6 Q2313.91 1538.71 2315.71 1542.27 Q2317.54 1545.82 2321.15 1545.82 Q2324.79 1545.82 2326.59 1542.27 Q2328.42 1538.71 2328.42 1531.6 Q2328.42 1524.47 2326.59 1520.93 Q2324.79 1517.37 2321.15 1517.37 M2321.15 1513.66 Q2326.96 1513.66 2330.02 1518.27 Q2333.1 1522.85 2333.1 1531.6 Q2333.1 1540.33 2330.02 1544.94 Q2326.96 1549.52 2321.15 1549.52 Q2315.34 1549.52 2312.26 1544.94 Q2309.21 1540.33 2309.21 1531.6 Q2309.21 1522.85 2312.26 1518.27 Q2315.34 1513.66 2321.15 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip712)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 172.015,1445.72 2352.76,1445.72 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip712)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 172.015,1106.28 2352.76,1106.28 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip712)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 172.015,766.846 2352.76,766.846 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip712)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 172.015,427.411 2352.76,427.411 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip712)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 172.015,87.9763 2352.76,87.9763 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip710)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 172.015,1486.45 172.015,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip710)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 172.015,1445.72 190.912,1445.72 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip710)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 172.015,1106.28 190.912,1106.28 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip710)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 172.015,766.846 190.912,766.846 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip710)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 172.015,427.411 190.912,427.411 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip710)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 172.015,87.9763 190.912,87.9763 \n",
" \"/>\n",
"<path clip-path=\"url(#clip710)\" d=\"M124.07 1431.51 Q120.459 1431.51 118.631 1435.08 Q116.825 1438.62 116.825 1445.75 Q116.825 1452.86 118.631 1456.42 Q120.459 1459.96 124.07 1459.96 Q127.705 1459.96 129.51 1456.42 Q131.339 1452.86 131.339 1445.75 Q131.339 1438.62 129.51 1435.08 Q127.705 1431.51 124.07 1431.51 M124.07 1427.81 Q129.881 1427.81 132.936 1432.42 Q136.015 1437 136.015 1445.75 Q136.015 1454.48 132.936 1459.08 Q129.881 1463.67 124.07 1463.67 Q118.26 1463.67 115.182 1459.08 Q112.126 1454.48 112.126 1445.75 Q112.126 1437 115.182 1432.42 Q118.26 1427.81 124.07 1427.81 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip710)\" d=\"M57.7745 1119.63 L74.0939 1119.63 L74.0939 1123.56 L52.1495 1123.56 L52.1495 1119.63 Q54.8115 1116.87 59.3949 1112.24 Q64.0013 1107.59 65.1819 1106.25 Q67.4272 1103.72 68.3068 1101.99 Q69.2096 1100.23 69.2096 1098.54 Q69.2096 1095.78 67.2652 1094.05 Q65.3439 1092.31 62.2421 1092.31 Q60.043 1092.31 57.5893 1093.07 Q55.1588 1093.84 52.381 1095.39 L52.381 1090.67 Q55.2051 1089.53 57.6588 1088.95 Q60.1124 1088.38 62.1495 1088.38 Q67.5198 1088.38 70.7142 1091.06 Q73.9087 1093.75 73.9087 1098.24 Q73.9087 1100.37 73.0985 1102.29 Q72.3115 1104.19 70.205 1106.78 Q69.6263 1107.45 66.5245 1110.67 Q63.4226 1113.86 57.7745 1119.63 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip710)\" d=\"M93.9086 1092.08 Q90.2975 1092.08 88.4688 1095.64 Q86.6632 1099.19 86.6632 1106.32 Q86.6632 1113.42 88.4688 1116.99 Q90.2975 1120.53 93.9086 1120.53 Q97.5428 1120.53 99.3483 1116.99 Q101.177 1113.42 101.177 1106.32 Q101.177 1099.19 99.3483 1095.64 Q97.5428 1092.08 93.9086 1092.08 M93.9086 1088.38 Q99.7187 1088.38 102.774 1092.98 Q105.853 1097.57 105.853 1106.32 Q105.853 1115.04 102.774 1119.65 Q99.7187 1124.23 93.9086 1124.23 Q88.0984 1124.23 85.0197 1119.65 Q81.9642 1115.04 81.9642 1106.32 Q81.9642 1097.57 85.0197 1092.98 Q88.0984 1088.38 93.9086 1088.38 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip710)\" d=\"M124.07 1092.08 Q120.459 1092.08 118.631 1095.64 Q116.825 1099.19 116.825 1106.32 Q116.825 1113.42 118.631 1116.99 Q120.459 1120.53 124.07 1120.53 Q127.705 1120.53 129.51 1116.99 Q131.339 1113.42 131.339 1106.32 Q131.339 1099.19 129.51 1095.64 Q127.705 1092.08 124.07 1092.08 M124.07 1088.38 Q129.881 1088.38 132.936 1092.98 Q136.015 1097.57 136.015 1106.32 Q136.015 1115.04 132.936 1119.65 Q129.881 1124.23 124.07 1124.23 Q118.26 1124.23 115.182 1119.65 Q112.126 1115.04 112.126 1106.32 Q112.126 1097.57 115.182 1092.98 Q118.26 1088.38 124.07 1088.38 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip710)\" d=\"M66.5939 753.64 L54.7884 772.089 L66.5939 772.089 L66.5939 753.64 M65.367 749.566 L71.2466 749.566 L71.2466 772.089 L76.1772 772.089 L76.1772 775.978 L71.2466 775.978 L71.2466 784.126 L66.5939 784.126 L66.5939 775.978 L50.9921 775.978 L50.9921 771.464 L65.367 749.566 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip710)\" d=\"M93.9086 752.645 Q90.2975 752.645 88.4688 756.209 Q86.6632 759.751 86.6632 766.881 Q86.6632 773.987 88.4688 777.552 Q90.2975 781.094 93.9086 781.094 Q97.5428 781.094 99.3483 777.552 Q101.177 773.987 101.177 766.881 Q101.177 759.751 99.3483 756.209 Q97.5428 752.645 93.9086 752.645 M93.9086 748.941 Q99.7187 748.941 102.774 753.547 Q105.853 758.131 105.853 766.881 Q105.853 775.608 102.774 780.214 Q99.7187 784.797 93.9086 784.797 Q88.0984 784.797 85.0197 780.214 Q81.9642 775.608 81.9642 766.881 Q81.9642 758.131 85.0197 753.547 Q88.0984 748.941 93.9086 748.941 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip710)\" d=\"M124.07 752.645 Q120.459 752.645 118.631 756.209 Q116.825 759.751 116.825 766.881 Q116.825 773.987 118.631 777.552 Q120.459 781.094 124.07 781.094 Q127.705 781.094 129.51 777.552 Q131.339 773.987 131.339 766.881 Q131.339 759.751 129.51 756.209 Q127.705 752.645 124.07 752.645 M124.07 748.941 Q129.881 748.941 132.936 753.547 Q136.015 758.131 136.015 766.881 Q136.015 775.608 132.936 780.214 Q129.881 784.797 124.07 784.797 Q118.26 784.797 115.182 780.214 Q112.126 775.608 112.126 766.881 Q112.126 758.131 115.182 753.547 Q118.26 748.941 124.07 748.941 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip710)\" d=\"M64.3254 425.548 Q61.1773 425.548 59.3254 427.7 Q57.4967 429.853 57.4967 433.603 Q57.4967 437.33 59.3254 439.506 Q61.1773 441.659 64.3254 441.659 Q67.4735 441.659 69.3022 439.506 Q71.1541 437.33 71.1541 433.603 Q71.1541 429.853 69.3022 427.7 Q67.4735 425.548 64.3254 425.548 M73.6077 410.895 L73.6077 415.154 Q71.8485 414.321 70.0429 413.881 Q68.2606 413.441 66.5013 413.441 Q61.8717 413.441 59.418 416.566 Q56.9875 419.691 56.6402 426.011 Q58.006 423.997 60.0662 422.932 Q62.1263 421.844 64.6032 421.844 Q69.8115 421.844 72.8207 425.015 Q75.8531 428.163 75.8531 433.603 Q75.8531 438.927 72.705 442.145 Q69.5568 445.362 64.3254 445.362 Q58.33 445.362 55.1588 440.779 Q51.9875 436.173 51.9875 427.446 Q51.9875 419.251 55.8764 414.39 Q59.7652 409.506 66.3161 409.506 Q68.0754 409.506 69.8578 409.853 Q71.6633 410.201 73.6077 410.895 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip710)\" d=\"M93.9086 413.21 Q90.2975 413.21 88.4688 416.775 Q86.6632 420.316 86.6632 427.446 Q86.6632 434.552 88.4688 438.117 Q90.2975 441.659 93.9086 441.659 Q97.5428 441.659 99.3483 438.117 Q101.177 434.552 101.177 427.446 Q101.177 420.316 99.3483 416.775 Q97.5428 413.21 93.9086 413.21 M93.9086 409.506 Q99.7187 409.506 102.774 414.113 Q105.853 418.696 105.853 427.446 Q105.853 436.173 102.774 440.779 Q99.7187 445.362 93.9086 445.362 Q88.0984 445.362 85.0197 440.779 Q81.9642 436.173 81.9642 427.446 Q81.9642 418.696 85.0197 414.113 Q88.0984 409.506 93.9086 409.506 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip710)\" d=\"M124.07 413.21 Q120.459 413.21 118.631 416.775 Q116.825 420.316 116.825 427.446 Q116.825 434.552 118.631 438.117 Q120.459 441.659 124.07 441.659 Q127.705 441.659 129.51 438.117 Q131.339 434.552 131.339 427.446 Q131.339 420.316 129.51 416.775 Q127.705 413.21 124.07 413.21 M124.07 409.506 Q129.881 409.506 132.936 414.113 Q136.015 418.696 136.015 427.446 Q136.015 436.173 132.936 440.779 Q129.881 445.362 124.07 445.362 Q118.26 445.362 115.182 440.779 Q112.126 436.173 112.126 427.446 Q112.126 418.696 115.182 414.113 Q118.26 409.506 124.07 409.506 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip710)\" d=\"M63.7467 88.8443 Q60.4134 88.8443 58.4921 90.6267 Q56.5939 92.4091 56.5939 95.5341 Q56.5939 98.6591 58.4921 100.441 Q60.4134 102.224 63.7467 102.224 Q67.08 102.224 69.0013 100.441 Q70.9226 98.6359 70.9226 95.5341 Q70.9226 92.4091 69.0013 90.6267 Q67.1032 88.8443 63.7467 88.8443 M59.0708 86.8536 Q56.0615 86.1129 54.3717 84.0527 Q52.7051 81.9925 52.7051 79.0296 Q52.7051 74.8861 55.6449 72.4787 Q58.6078 70.0713 63.7467 70.0713 Q68.9087 70.0713 71.8485 72.4787 Q74.7883 74.8861 74.7883 79.0296 Q74.7883 81.9925 73.0985 84.0527 Q71.4318 86.1129 68.4457 86.8536 Q71.8253 87.6406 73.7003 89.9323 Q75.5985 92.2239 75.5985 95.5341 Q75.5985 100.557 72.5198 103.242 Q69.4642 105.928 63.7467 105.928 Q58.0291 105.928 54.9504 103.242 Q51.8949 100.557 51.8949 95.5341 Q51.8949 92.2239 53.793 89.9323 Q55.6912 87.6406 59.0708 86.8536 M57.3578 79.4694 Q57.3578 82.1545 59.0245 83.6592 Q60.7143 85.1638 63.7467 85.1638 Q66.7559 85.1638 68.4457 83.6592 Q70.1587 82.1545 70.1587 79.4694 Q70.1587 76.7842 68.4457 75.2796 Q66.7559 73.775 63.7467 73.775 Q60.7143 73.775 59.0245 75.2796 Q57.3578 76.7842 57.3578 79.4694 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip710)\" d=\"M93.9086 73.775 Q90.2975 73.775 88.4688 77.3398 Q86.6632 80.8814 86.6632 88.011 Q86.6632 95.1174 88.4688 98.6822 Q90.2975 102.224 93.9086 102.224 Q97.5428 102.224 99.3483 98.6822 Q101.177 95.1174 101.177 88.011 Q101.177 80.8814 99.3483 77.3398 Q97.5428 73.775 93.9086 73.775 M93.9086 70.0713 Q99.7187 70.0713 102.774 74.6777 Q105.853 79.261 105.853 88.011 Q105.853 96.7378 102.774 101.344 Q99.7187 105.928 93.9086 105.928 Q88.0984 105.928 85.0197 101.344 Q81.9642 96.7378 81.9642 88.011 Q81.9642 79.261 85.0197 74.6777 Q88.0984 70.0713 93.9086 70.0713 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip710)\" d=\"M124.07 73.775 Q120.459 73.775 118.631 77.3398 Q116.825 80.8814 116.825 88.011 Q116.825 95.1174 118.631 98.6822 Q120.459 102.224 124.07 102.224 Q127.705 102.224 129.51 98.6822 Q131.339 95.1174 131.339 88.011 Q131.339 80.8814 129.51 77.3398 Q127.705 73.775 124.07 73.775 M124.07 70.0713 Q129.881 70.0713 132.936 74.6777 Q136.015 79.261 136.015 88.011 Q136.015 96.7378 132.936 101.344 Q129.881 105.928 124.07 105.928 Q118.26 105.928 115.182 101.344 Q112.126 96.7378 112.126 88.011 Q112.126 79.261 115.182 74.6777 Q118.26 70.0713 124.07 70.0713 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip712)\" style=\"stroke:#009af9; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2284.18,766.848 2277.32,766.857 2270.46,766.881 2263.61,766.92 2256.75,766.97 2249.89,767.025 2243.03,767.086 2236.17,767.15 2229.32,767.213 2222.48,767.272 \n",
" 2215.65,767.328 2208.82,767.385 2201.99,767.441 2195.18,767.496 2188.37,767.542 2181.57,767.576 2174.78,767.6 2168,767.614 2161.22,767.617 2154.45,767.607 \n",
" 2147.68,767.587 2140.93,767.555 2134.17,767.515 2127.42,767.465 2120.68,767.405 2113.94,767.333 2107.21,767.251 2100.49,767.159 2093.77,767.061 2087.05,766.954 \n",
" 2080.34,766.832 2073.63,766.696 2066.93,766.55 2060.22,766.396 2053.52,766.237 2046.82,766.077 2040.12,765.916 2033.42,765.753 2026.73,765.592 2020.04,765.432 \n",
" 2013.35,765.268 2006.67,765.101 1999.98,764.928 1993.3,764.753 1986.63,764.575 1979.95,764.395 1973.28,764.216 1966.62,764.043 1959.95,763.872 1953.29,763.706 \n",
" 1946.63,763.541 1939.99,763.37 1933.35,763.185 1926.74,762.981 1920.13,762.755 1913.53,762.511 1906.94,762.246 1900.36,761.965 1893.79,761.663 1887.22,761.342 \n",
" 1880.67,760.998 1874.12,760.626 1867.58,760.231 1861.04,759.815 1854.52,759.376 1848,758.915 1841.5,758.431 1834.99,757.923 1828.5,757.398 1822.01,756.861 \n",
" 1815.53,756.313 1809.07,755.747 1802.61,755.163 1796.15,754.563 1789.71,753.948 1783.28,753.321 1776.85,752.68 1770.42,752.022 1764,751.338 1757.59,750.631 \n",
" 1751.17,749.898 1744.77,749.141 1738.37,748.362 1731.97,747.556 1725.59,746.717 1719.21,745.84 1712.85,744.926 1706.5,743.978 1700.16,742.997 1693.84,741.992 \n",
" 1687.54,740.964 1681.25,739.914 1674.98,738.838 1668.74,737.738 1662.52,736.616 1656.34,735.478 1650.18,734.328 1644.05,733.164 1637.96,731.987 1631.89,730.797 \n",
" 1625.86,729.59 1619.85,728.364 1613.88,727.118 1607.95,725.854 1602.05,724.571 1596.18,723.27 1590.36,721.947 1584.56,720.602 1578.81,719.232 1573.1,717.843 \n",
" 1567.42,716.435 1561.78,715.009 1556.18,713.561 1550.61,712.089 1545.07,710.594 1539.57,709.08 1534.11,707.543 1528.68,705.983 1523.28,704.398 1517.91,702.787 \n",
" 1512.59,701.148 1507.29,699.481 1502.03,697.787 1496.79,696.072 1491.58,694.339 1486.4,692.585 1481.23,690.813 1476.08,689.022 1470.95,687.207 1465.84,685.369 \n",
" 1460.75,683.507 1455.67,681.626 1450.61,679.725 1445.58,677.804 1440.56,675.868 1435.57,673.916 1430.59,671.955 1425.62,669.989 1420.67,668.02 1415.74,666.043 \n",
" 1410.81,664.059 1405.9,662.066 1401.01,660.057 1396.13,658.031 1391.26,655.99 1386.41,653.937 1381.58,651.871 1376.76,649.791 1371.96,647.693 1367.18,645.58 \n",
" 1362.41,643.453 1357.67,641.31 1352.94,639.153 1348.23,636.986 1343.54,634.814 1338.87,632.636 1334.21,630.454 1329.58,628.267 1324.96,626.066 1320.36,623.845 \n",
" 1315.79,621.599 1311.24,619.326 1306.7,617.027 1302.18,614.702 1297.68,612.351 1293.19,609.975 1288.72,607.57 1284.27,605.135 1279.83,602.665 1275.41,600.163 \n",
" 1271.01,597.628 1266.62,595.063 1262.26,592.469 1257.93,589.846 1253.62,587.19 1249.34,584.498 1245.09,581.768 1240.85,579 1236.64,576.201 1232.45,573.375 \n",
" 1228.29,570.522 1224.14,567.642 1220.01,564.734 1215.91,561.796 1211.82,558.831 1207.75,555.84 1203.7,552.825 1199.65,549.788 1195.62,546.732 1191.6,543.654 \n",
" 1187.59,540.551 1183.6,537.425 1179.62,534.278 1175.66,531.11 1171.71,527.925 1167.78,524.722 1163.86,521.499 1159.95,518.252 1156.04,514.979 1152.14,511.676 \n",
" 1148.25,508.342 1144.37,504.979 1140.49,501.584 1136.62,498.157 1132.76,494.697 1128.9,491.208 1125.05,487.694 1121.21,484.16 1117.37,480.601 1113.54,477.018 \n",
" 1109.73,473.412 1105.91,469.782 1102.11,466.13 1098.31,462.452 1094.52,458.748 1090.74,455.01 1086.97,451.244 1083.21,447.452 1079.46,443.638 1075.73,439.8 \n",
" 1072.01,435.937 1068.3,432.053 1064.6,428.146 1060.92,424.219 1057.24,420.276 1053.59,416.324 1049.96,412.367 1046.34,408.407 1042.74,404.447 1039.16,400.486 \n",
" 1035.6,396.531 1032.06,392.585 1028.54,388.645 1025.05,384.715 1021.57,380.802 1018.11,376.912 1014.67,373.048 1011.25,369.209 1007.85,365.39 1004.46,361.595 \n",
" 1001.09,357.819 997.735,354.067 994.391,350.335 991.055,346.62 987.725,342.921 984.4,339.234 981.079,335.563 977.761,331.907 974.448,328.266 971.139,324.64 \n",
" 967.834,321.026 964.531,317.42 961.229,313.82 957.923,310.228 954.614,306.641 951.302,303.066 947.989,299.502 944.675,295.946 941.362,292.393 938.05,288.847 \n",
" 934.741,285.31 931.433,281.787 928.127,278.281 924.82,274.792 921.514,271.322 918.206,267.87 914.898,264.44 911.591,261.04 908.288,257.668 904.989,254.323 \n",
" 901.698,251.006 898.415,247.715 895.144,244.449 891.886,241.212 888.641,238.008 885.408,234.835 882.181,231.688 878.959,228.567 875.741,225.468 872.524,222.392 \n",
" 869.309,219.338 866.094,216.306 862.882,213.297 859.67,210.309 856.461,207.341 853.255,204.392 850.055,201.459 846.859,198.544 843.668,195.647 840.481,192.772 \n",
" 837.3,189.924 834.126,187.101 830.963,184.304 827.811,181.535 824.669,178.789 821.535,176.067 818.408,173.372 815.29,170.7 812.177,168.049 809.068,165.423 \n",
" \n",
" \"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2284.18\" cy=\"766.848\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2277.32\" cy=\"766.857\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2270.46\" cy=\"766.881\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2263.61\" cy=\"766.92\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2256.75\" cy=\"766.97\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2249.89\" cy=\"767.025\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2243.03\" cy=\"767.086\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2236.17\" cy=\"767.15\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2229.32\" cy=\"767.213\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2222.48\" cy=\"767.272\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2215.65\" cy=\"767.328\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2208.82\" cy=\"767.385\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2201.99\" cy=\"767.441\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2195.18\" cy=\"767.496\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2188.37\" cy=\"767.542\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2181.57\" cy=\"767.576\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2174.78\" cy=\"767.6\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2168\" cy=\"767.614\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2161.22\" cy=\"767.617\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2154.45\" cy=\"767.607\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2147.68\" cy=\"767.587\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2140.93\" cy=\"767.555\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2134.17\" cy=\"767.515\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2127.42\" cy=\"767.465\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2120.68\" cy=\"767.405\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2113.94\" cy=\"767.333\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2107.21\" cy=\"767.251\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2100.49\" cy=\"767.159\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2093.77\" cy=\"767.061\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2087.05\" cy=\"766.954\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2080.34\" cy=\"766.832\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2073.63\" cy=\"766.696\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2066.93\" cy=\"766.55\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2060.22\" cy=\"766.396\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2053.52\" cy=\"766.237\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2046.82\" cy=\"766.077\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2040.12\" cy=\"765.916\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2033.42\" cy=\"765.753\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2026.73\" cy=\"765.592\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2020.04\" cy=\"765.432\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2013.35\" cy=\"765.268\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"2006.67\" cy=\"765.101\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1999.98\" cy=\"764.928\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1993.3\" cy=\"764.753\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1986.63\" cy=\"764.575\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1979.95\" cy=\"764.395\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1973.28\" cy=\"764.216\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1966.62\" cy=\"764.043\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1959.95\" cy=\"763.872\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1953.29\" cy=\"763.706\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1946.63\" cy=\"763.541\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1939.99\" cy=\"763.37\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1933.35\" cy=\"763.185\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1926.74\" cy=\"762.981\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1920.13\" cy=\"762.755\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1913.53\" cy=\"762.511\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1906.94\" cy=\"762.246\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1900.36\" cy=\"761.965\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1893.79\" cy=\"761.663\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1887.22\" cy=\"761.342\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1880.67\" cy=\"760.998\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1874.12\" cy=\"760.626\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1867.58\" cy=\"760.231\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1861.04\" cy=\"759.815\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1854.52\" cy=\"759.376\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1848\" cy=\"758.915\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1841.5\" cy=\"758.431\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1834.99\" cy=\"757.923\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1828.5\" cy=\"757.398\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1822.01\" cy=\"756.861\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1815.53\" cy=\"756.313\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1809.07\" cy=\"755.747\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1802.61\" cy=\"755.163\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1796.15\" cy=\"754.563\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1789.71\" cy=\"753.948\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1783.28\" cy=\"753.321\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1776.85\" cy=\"752.68\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1770.42\" cy=\"752.022\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1764\" cy=\"751.338\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1757.59\" cy=\"750.631\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1751.17\" cy=\"749.898\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1744.77\" cy=\"749.141\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1738.37\" cy=\"748.362\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1731.97\" cy=\"747.556\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1725.59\" cy=\"746.717\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1719.21\" cy=\"745.84\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1712.85\" cy=\"744.926\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1706.5\" cy=\"743.978\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1700.16\" cy=\"742.997\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1693.84\" cy=\"741.992\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1687.54\" cy=\"740.964\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1681.25\" cy=\"739.914\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1674.98\" cy=\"738.838\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1668.74\" cy=\"737.738\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1662.52\" cy=\"736.616\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1656.34\" cy=\"735.478\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1650.18\" cy=\"734.328\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1644.05\" cy=\"733.164\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1637.96\" cy=\"731.987\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1631.89\" cy=\"730.797\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1625.86\" cy=\"729.59\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1619.85\" cy=\"728.364\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1613.88\" cy=\"727.118\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1607.95\" cy=\"725.854\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1602.05\" cy=\"724.571\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1596.18\" cy=\"723.27\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1590.36\" cy=\"721.947\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1584.56\" cy=\"720.602\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1578.81\" cy=\"719.232\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1573.1\" cy=\"717.843\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1567.42\" cy=\"716.435\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1561.78\" cy=\"715.009\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1556.18\" cy=\"713.561\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1550.61\" cy=\"712.089\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1545.07\" cy=\"710.594\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1539.57\" cy=\"709.08\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1534.11\" cy=\"707.543\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1528.68\" cy=\"705.983\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1523.28\" cy=\"704.398\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1517.91\" cy=\"702.787\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1512.59\" cy=\"701.148\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1507.29\" cy=\"699.481\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1502.03\" cy=\"697.787\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1496.79\" cy=\"696.072\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1491.58\" cy=\"694.339\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1486.4\" cy=\"692.585\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1481.23\" cy=\"690.813\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1476.08\" cy=\"689.022\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1470.95\" cy=\"687.207\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1465.84\" cy=\"685.369\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1460.75\" cy=\"683.507\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1455.67\" cy=\"681.626\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1450.61\" cy=\"679.725\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1445.58\" cy=\"677.804\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1440.56\" cy=\"675.868\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1435.57\" cy=\"673.916\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1430.59\" cy=\"671.955\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1425.62\" cy=\"669.989\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1420.67\" cy=\"668.02\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1415.74\" cy=\"666.043\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1410.81\" cy=\"664.059\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1405.9\" cy=\"662.066\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1401.01\" cy=\"660.057\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1396.13\" cy=\"658.031\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1391.26\" cy=\"655.99\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1386.41\" cy=\"653.937\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1381.58\" cy=\"651.871\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1376.76\" cy=\"649.791\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1371.96\" cy=\"647.693\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1367.18\" cy=\"645.58\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1362.41\" cy=\"643.453\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1357.67\" cy=\"641.31\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1352.94\" cy=\"639.153\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1348.23\" cy=\"636.986\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1343.54\" cy=\"634.814\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1338.87\" cy=\"632.636\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1334.21\" cy=\"630.454\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1329.58\" cy=\"628.267\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1324.96\" cy=\"626.066\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1320.36\" cy=\"623.845\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1315.79\" cy=\"621.599\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1311.24\" cy=\"619.326\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1306.7\" cy=\"617.027\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1302.18\" cy=\"614.702\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1297.68\" cy=\"612.351\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1293.19\" cy=\"609.975\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1288.72\" cy=\"607.57\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1284.27\" cy=\"605.135\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1279.83\" cy=\"602.665\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1275.41\" cy=\"600.163\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1271.01\" cy=\"597.628\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1266.62\" cy=\"595.063\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1262.26\" cy=\"592.469\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1257.93\" cy=\"589.846\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1253.62\" cy=\"587.19\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1249.34\" cy=\"584.498\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1245.09\" cy=\"581.768\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1240.85\" cy=\"579\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1236.64\" cy=\"576.201\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1232.45\" cy=\"573.375\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1228.29\" cy=\"570.522\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1224.14\" cy=\"567.642\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1220.01\" cy=\"564.734\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1215.91\" cy=\"561.796\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1211.82\" cy=\"558.831\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1207.75\" cy=\"555.84\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1203.7\" cy=\"552.825\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1199.65\" cy=\"549.788\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1195.62\" cy=\"546.732\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1191.6\" cy=\"543.654\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1187.59\" cy=\"540.551\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1183.6\" cy=\"537.425\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1179.62\" cy=\"534.278\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1175.66\" cy=\"531.11\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1171.71\" cy=\"527.925\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1167.78\" cy=\"524.722\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1163.86\" cy=\"521.499\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1159.95\" cy=\"518.252\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1156.04\" cy=\"514.979\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1152.14\" cy=\"511.676\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1148.25\" cy=\"508.342\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1144.37\" cy=\"504.979\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1140.49\" cy=\"501.584\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1136.62\" cy=\"498.157\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1132.76\" cy=\"494.697\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1128.9\" cy=\"491.208\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1125.05\" cy=\"487.694\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1121.21\" cy=\"484.16\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1117.37\" cy=\"480.601\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1113.54\" cy=\"477.018\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1109.73\" cy=\"473.412\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1105.91\" cy=\"469.782\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1102.11\" cy=\"466.13\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1098.31\" cy=\"462.452\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1094.52\" cy=\"458.748\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1090.74\" cy=\"455.01\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1086.97\" cy=\"451.244\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1083.21\" cy=\"447.452\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1079.46\" cy=\"443.638\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1075.73\" cy=\"439.8\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1072.01\" cy=\"435.937\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1068.3\" cy=\"432.053\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1064.6\" cy=\"428.146\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1060.92\" cy=\"424.219\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1057.24\" cy=\"420.276\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1053.59\" cy=\"416.324\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1049.96\" cy=\"412.367\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1046.34\" cy=\"408.407\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1042.74\" cy=\"404.447\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1039.16\" cy=\"400.486\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1035.6\" cy=\"396.531\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1032.06\" cy=\"392.585\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1028.54\" cy=\"388.645\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1025.05\" cy=\"384.715\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1021.57\" cy=\"380.802\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1018.11\" cy=\"376.912\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1014.67\" cy=\"373.048\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1011.25\" cy=\"369.209\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1007.85\" cy=\"365.39\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1004.46\" cy=\"361.595\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"1001.09\" cy=\"357.819\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"997.735\" cy=\"354.067\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"994.391\" cy=\"350.335\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"991.055\" cy=\"346.62\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"987.725\" cy=\"342.921\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"984.4\" cy=\"339.234\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"981.079\" cy=\"335.563\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"977.761\" cy=\"331.907\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"974.448\" cy=\"328.266\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"971.139\" cy=\"324.64\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"967.834\" cy=\"321.026\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"964.531\" cy=\"317.42\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"961.229\" cy=\"313.82\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"957.923\" cy=\"310.228\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"954.614\" cy=\"306.641\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"951.302\" cy=\"303.066\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"947.989\" cy=\"299.502\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"944.675\" cy=\"295.946\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"941.362\" cy=\"292.393\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"938.05\" cy=\"288.847\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"934.741\" cy=\"285.31\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"931.433\" cy=\"281.787\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"928.127\" cy=\"278.281\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"924.82\" cy=\"274.792\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"921.514\" cy=\"271.322\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"918.206\" cy=\"267.87\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"914.898\" cy=\"264.44\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"911.591\" cy=\"261.04\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"908.288\" cy=\"257.668\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"904.989\" cy=\"254.323\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"901.698\" cy=\"251.006\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"898.415\" cy=\"247.715\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"895.144\" cy=\"244.449\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"891.886\" cy=\"241.212\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"888.641\" cy=\"238.008\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"885.408\" cy=\"234.835\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"882.181\" cy=\"231.688\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"878.959\" cy=\"228.567\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"875.741\" cy=\"225.468\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"872.524\" cy=\"222.392\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"869.309\" cy=\"219.338\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"866.094\" cy=\"216.306\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"862.882\" cy=\"213.297\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"859.67\" cy=\"210.309\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"856.461\" cy=\"207.341\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"853.255\" cy=\"204.392\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"850.055\" cy=\"201.459\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"846.859\" cy=\"198.544\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"843.668\" cy=\"195.647\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"840.481\" cy=\"192.772\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"837.3\" cy=\"189.924\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"834.126\" cy=\"187.101\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"830.963\" cy=\"184.304\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"827.811\" cy=\"181.535\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"824.669\" cy=\"178.789\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"821.535\" cy=\"176.067\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"818.408\" cy=\"173.372\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"815.29\" cy=\"170.7\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"812.177\" cy=\"168.049\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip712)\" cx=\"809.068\" cy=\"165.423\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<polyline clip-path=\"url(#clip712)\" style=\"stroke:#e26f46; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 233.734,1445.72 2291.04,1445.72 2291.04,87.9763 233.734,87.9763 \n",
" \"/>\n",
"<path clip-path=\"url(#clip710)\" d=\"\n",
"M1985.33 250.738 L2280.06 250.738 L2280.06 95.2176 L1985.33 95.2176 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip710)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1985.33,250.738 2280.06,250.738 2280.06,95.2176 1985.33,95.2176 1985.33,250.738 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip710)\" style=\"stroke:#009af9; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2009.56,147.058 2154.94,147.058 \n",
" \"/>\n",
"<circle clip-path=\"url(#clip710)\" cx=\"2082.25\" cy=\"147.058\" r=\"23\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"5.12\"/>\n",
"<path clip-path=\"url(#clip710)\" d=\"M2193.02 166.745 Q2191.21 171.375 2189.5 172.787 Q2187.78 174.199 2184.91 174.199 L2181.51 174.199 L2181.51 170.634 L2184.01 170.634 Q2185.77 170.634 2186.74 169.8 Q2187.71 168.967 2188.9 165.865 L2189.66 163.921 L2179.17 138.412 L2183.69 138.412 L2191.79 158.689 L2199.89 138.412 L2204.4 138.412 L2193.02 166.745 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip710)\" d=\"M2211.7 160.402 L2219.34 160.402 L2219.34 134.037 L2211.03 135.703 L2211.03 131.444 L2219.29 129.778 L2223.96 129.778 L2223.96 160.402 L2231.6 160.402 L2231.6 164.338 L2211.7 164.338 L2211.7 160.402 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip710)\" style=\"stroke:#e26f46; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2009.56,198.898 2154.94,198.898 \n",
" \"/>\n",
"<path clip-path=\"url(#clip710)\" d=\"M2193.02 218.585 Q2191.21 223.215 2189.5 224.627 Q2187.78 226.039 2184.91 226.039 L2181.51 226.039 L2181.51 222.474 L2184.01 222.474 Q2185.77 222.474 2186.74 221.64 Q2187.71 220.807 2188.9 217.705 L2189.66 215.761 L2179.17 190.252 L2183.69 190.252 L2191.79 210.529 L2199.89 190.252 L2204.4 190.252 L2193.02 218.585 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip710)\" d=\"M2214.91 212.242 L2231.23 212.242 L2231.23 216.178 L2209.29 216.178 L2209.29 212.242 Q2211.95 209.488 2216.53 204.858 Q2221.14 200.205 2222.32 198.863 Q2224.57 196.34 2225.45 194.604 Q2226.35 192.844 2226.35 191.155 Q2226.35 188.4 2224.4 186.664 Q2222.48 184.928 2219.38 184.928 Q2217.18 184.928 2214.73 185.692 Q2212.3 186.455 2209.52 188.006 L2209.52 183.284 Q2212.34 182.15 2214.8 181.571 Q2217.25 180.993 2219.29 180.993 Q2224.66 180.993 2227.85 183.678 Q2231.05 186.363 2231.05 190.854 Q2231.05 192.983 2230.24 194.905 Q2229.45 196.803 2227.34 199.395 Q2226.77 200.067 2223.66 203.284 Q2220.56 206.479 2214.91 212.242 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /></svg>\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"┌ Warning: Skipped marker arg o.\n",
"└ @ Plots C:\\Users\\yiyue\\.julia\\packages\\Plots\\1KWPG\\src\\args.jl:1231\n"
]
},
{
"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=\"clip750\">\n",
" <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<path clip-path=\"url(#clip750)\" d=\"\n",
"M0 1600 L2400 1600 L2400 0 L0 0 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip751\">\n",
" <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<path clip-path=\"url(#clip750)\" d=\"\n",
"M209.029 1486.45 L2352.76 1486.45 L2352.76 47.2441 L209.029 47.2441 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n",
" <clipPath id=\"clip752\">\n",
" <rect x=\"209\" y=\"47\" width=\"2145\" height=\"1440\"/>\n",
" </clipPath>\n",
"</defs>\n",
"<polyline clip-path=\"url(#clip752)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 458.078,1486.45 458.078,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip752)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 894.747,1486.45 894.747,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip752)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1331.41,1486.45 1331.41,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip752)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1768.08,1486.45 1768.08,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip752)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 2204.75,1486.45 2204.75,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip750)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 209.029,1486.45 2352.76,1486.45 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip750)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 458.078,1486.45 458.078,1467.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip750)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 894.747,1486.45 894.747,1467.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip750)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1331.41,1486.45 1331.41,1467.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip750)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1768.08,1486.45 1768.08,1467.55 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip750)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2204.75,1486.45 2204.75,1467.55 \n",
" \"/>\n",
"<path clip-path=\"url(#clip750)\" d=\"M397.06 1532.02 L426.736 1532.02 L426.736 1535.95 L397.06 1535.95 L397.06 1532.02 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip750)\" d=\"M440.856 1544.91 L457.176 1544.91 L457.176 1548.85 L435.231 1548.85 L435.231 1544.91 Q437.893 1542.16 442.477 1537.53 Q447.083 1532.88 448.264 1531.53 Q450.509 1529.01 451.389 1527.27 Q452.291 1525.51 452.291 1523.82 Q452.291 1521.07 450.347 1519.33 Q448.426 1517.6 445.324 1517.6 Q443.125 1517.6 440.671 1518.36 Q438.241 1519.13 435.463 1520.68 L435.463 1515.95 Q438.287 1514.82 440.741 1514.24 Q443.194 1513.66 445.231 1513.66 Q450.602 1513.66 453.796 1516.35 Q456.991 1519.03 456.991 1523.52 Q456.991 1525.65 456.18 1527.57 Q455.393 1529.47 453.287 1532.07 Q452.708 1532.74 449.606 1535.95 Q446.504 1539.15 440.856 1544.91 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip750)\" d=\"M467.037 1514.29 L485.393 1514.29 L485.393 1518.22 L471.319 1518.22 L471.319 1526.7 Q472.338 1526.35 473.356 1526.19 Q474.375 1526 475.393 1526 Q481.18 1526 484.56 1529.17 Q487.939 1532.34 487.939 1537.76 Q487.939 1543.34 484.467 1546.44 Q480.995 1549.52 474.676 1549.52 Q472.5 1549.52 470.231 1549.15 Q467.986 1548.78 465.578 1548.04 L465.578 1543.34 Q467.662 1544.47 469.884 1545.03 Q472.106 1545.58 474.583 1545.58 Q478.588 1545.58 480.926 1543.48 Q483.264 1541.37 483.264 1537.76 Q483.264 1534.15 480.926 1532.04 Q478.588 1529.94 474.583 1529.94 Q472.708 1529.94 470.833 1530.35 Q468.981 1530.77 467.037 1531.65 L467.037 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip750)\" d=\"M507.152 1517.37 Q503.541 1517.37 501.713 1520.93 Q499.907 1524.47 499.907 1531.6 Q499.907 1538.71 501.713 1542.27 Q503.541 1545.82 507.152 1545.82 Q510.787 1545.82 512.592 1542.27 Q514.421 1538.71 514.421 1531.6 Q514.421 1524.47 512.592 1520.93 Q510.787 1517.37 507.152 1517.37 M507.152 1513.66 Q512.962 1513.66 516.018 1518.27 Q519.097 1522.85 519.097 1531.6 Q519.097 1540.33 516.018 1544.94 Q512.962 1549.52 507.152 1549.52 Q501.342 1549.52 498.263 1544.94 Q495.208 1540.33 495.208 1531.6 Q495.208 1522.85 498.263 1518.27 Q501.342 1513.66 507.152 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip750)\" d=\"M894.747 1517.37 Q891.135 1517.37 889.307 1520.93 Q887.501 1524.47 887.501 1531.6 Q887.501 1538.71 889.307 1542.27 Q891.135 1545.82 894.747 1545.82 Q898.381 1545.82 900.186 1542.27 Q902.015 1538.71 902.015 1531.6 Q902.015 1524.47 900.186 1520.93 Q898.381 1517.37 894.747 1517.37 M894.747 1513.66 Q900.557 1513.66 903.612 1518.27 Q906.691 1522.85 906.691 1531.6 Q906.691 1540.33 903.612 1544.94 Q900.557 1549.52 894.747 1549.52 Q888.936 1549.52 885.858 1544.94 Q882.802 1540.33 882.802 1531.6 Q882.802 1522.85 885.858 1518.27 Q888.936 1513.66 894.747 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip750)\" d=\"M1295.11 1544.91 L1311.43 1544.91 L1311.43 1548.85 L1289.48 1548.85 L1289.48 1544.91 Q1292.14 1542.16 1296.73 1537.53 Q1301.33 1532.88 1302.51 1531.53 Q1304.76 1529.01 1305.64 1527.27 Q1306.54 1525.51 1306.54 1523.82 Q1306.54 1521.07 1304.6 1519.33 Q1302.68 1517.6 1299.57 1517.6 Q1297.38 1517.6 1294.92 1518.36 Q1292.49 1519.13 1289.71 1520.68 L1289.71 1515.95 Q1292.54 1514.82 1294.99 1514.24 Q1297.44 1513.66 1299.48 1513.66 Q1304.85 1513.66 1308.05 1516.35 Q1311.24 1519.03 1311.24 1523.52 Q1311.24 1525.65 1310.43 1527.57 Q1309.64 1529.47 1307.54 1532.07 Q1306.96 1532.74 1303.86 1535.95 Q1300.76 1539.15 1295.11 1544.91 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip750)\" d=\"M1321.29 1514.29 L1339.64 1514.29 L1339.64 1518.22 L1325.57 1518.22 L1325.57 1526.7 Q1326.59 1526.35 1327.61 1526.19 Q1328.63 1526 1329.64 1526 Q1335.43 1526 1338.81 1529.17 Q1342.19 1532.34 1342.19 1537.76 Q1342.19 1543.34 1338.72 1546.44 Q1335.25 1549.52 1328.93 1549.52 Q1326.75 1549.52 1324.48 1549.15 Q1322.24 1548.78 1319.83 1548.04 L1319.83 1543.34 Q1321.91 1544.47 1324.13 1545.03 Q1326.36 1545.58 1328.83 1545.58 Q1332.84 1545.58 1335.18 1543.48 Q1337.51 1541.37 1337.51 1537.76 Q1337.51 1534.15 1335.18 1532.04 Q1332.84 1529.94 1328.83 1529.94 Q1326.96 1529.94 1325.08 1530.35 Q1323.23 1530.77 1321.29 1531.65 L1321.29 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip750)\" d=\"M1361.4 1517.37 Q1357.79 1517.37 1355.96 1520.93 Q1354.16 1524.47 1354.16 1531.6 Q1354.16 1538.71 1355.96 1542.27 Q1357.79 1545.82 1361.4 1545.82 Q1365.04 1545.82 1366.84 1542.27 Q1368.67 1538.71 1368.67 1531.6 Q1368.67 1524.47 1366.84 1520.93 Q1365.04 1517.37 1361.4 1517.37 M1361.4 1513.66 Q1367.21 1513.66 1370.27 1518.27 Q1373.35 1522.85 1373.35 1531.6 Q1373.35 1540.33 1370.27 1544.94 Q1367.21 1549.52 1361.4 1549.52 Q1355.59 1549.52 1352.51 1544.94 Q1349.46 1540.33 1349.46 1531.6 Q1349.46 1522.85 1352.51 1518.27 Q1355.59 1513.66 1361.4 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip750)\" d=\"M1727.7 1514.29 L1746.06 1514.29 L1746.06 1518.22 L1731.98 1518.22 L1731.98 1526.7 Q1733 1526.35 1734.02 1526.19 Q1735.04 1526 1736.06 1526 Q1741.84 1526 1745.22 1529.17 Q1748.6 1532.34 1748.6 1537.76 Q1748.6 1543.34 1745.13 1546.44 Q1741.66 1549.52 1735.34 1549.52 Q1733.16 1549.52 1730.9 1549.15 Q1728.65 1548.78 1726.24 1548.04 L1726.24 1543.34 Q1728.33 1544.47 1730.55 1545.03 Q1732.77 1545.58 1735.25 1545.58 Q1739.25 1545.58 1741.59 1543.48 Q1743.93 1541.37 1743.93 1537.76 Q1743.93 1534.15 1741.59 1532.04 Q1739.25 1529.94 1735.25 1529.94 Q1733.37 1529.94 1731.5 1530.35 Q1729.65 1530.77 1727.7 1531.65 L1727.7 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip750)\" d=\"M1767.82 1517.37 Q1764.21 1517.37 1762.38 1520.93 Q1760.57 1524.47 1760.57 1531.6 Q1760.57 1538.71 1762.38 1542.27 Q1764.21 1545.82 1767.82 1545.82 Q1771.45 1545.82 1773.26 1542.27 Q1775.08 1538.71 1775.08 1531.6 Q1775.08 1524.47 1773.26 1520.93 Q1771.45 1517.37 1767.82 1517.37 M1767.82 1513.66 Q1773.63 1513.66 1776.68 1518.27 Q1779.76 1522.85 1779.76 1531.6 Q1779.76 1540.33 1776.68 1544.94 Q1773.63 1549.52 1767.82 1549.52 Q1762.01 1549.52 1758.93 1544.94 Q1755.87 1540.33 1755.87 1531.6 Q1755.87 1522.85 1758.93 1518.27 Q1762.01 1513.66 1767.82 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip750)\" d=\"M1797.98 1517.37 Q1794.37 1517.37 1792.54 1520.93 Q1790.73 1524.47 1790.73 1531.6 Q1790.73 1538.71 1792.54 1542.27 Q1794.37 1545.82 1797.98 1545.82 Q1801.61 1545.82 1803.42 1542.27 Q1805.25 1538.71 1805.25 1531.6 Q1805.25 1524.47 1803.42 1520.93 Q1801.61 1517.37 1797.98 1517.37 M1797.98 1513.66 Q1803.79 1513.66 1806.84 1518.27 Q1809.92 1522.85 1809.92 1531.6 Q1809.92 1540.33 1806.84 1544.94 Q1803.79 1549.52 1797.98 1549.52 Q1792.17 1549.52 1789.09 1544.94 Q1786.03 1540.33 1786.03 1531.6 Q1786.03 1522.85 1789.09 1518.27 Q1792.17 1513.66 1797.98 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip750)\" d=\"M2163.03 1514.29 L2185.25 1514.29 L2185.25 1516.28 L2172.7 1548.85 L2167.82 1548.85 L2179.62 1518.22 L2163.03 1518.22 L2163.03 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip750)\" d=\"M2194.42 1514.29 L2212.77 1514.29 L2212.77 1518.22 L2198.7 1518.22 L2198.7 1526.7 Q2199.72 1526.35 2200.73 1526.19 Q2201.75 1526 2202.77 1526 Q2208.56 1526 2211.94 1529.17 Q2215.32 1532.34 2215.32 1537.76 Q2215.32 1543.34 2211.85 1546.44 Q2208.37 1549.52 2202.05 1549.52 Q2199.88 1549.52 2197.61 1549.15 Q2195.36 1548.78 2192.96 1548.04 L2192.96 1543.34 Q2195.04 1544.47 2197.26 1545.03 Q2199.48 1545.58 2201.96 1545.58 Q2205.97 1545.58 2208.3 1543.48 Q2210.64 1541.37 2210.64 1537.76 Q2210.64 1534.15 2208.3 1532.04 Q2205.97 1529.94 2201.96 1529.94 Q2200.09 1529.94 2198.21 1530.35 Q2196.36 1530.77 2194.42 1531.65 L2194.42 1514.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip750)\" d=\"M2234.53 1517.37 Q2230.92 1517.37 2229.09 1520.93 Q2227.29 1524.47 2227.29 1531.6 Q2227.29 1538.71 2229.09 1542.27 Q2230.92 1545.82 2234.53 1545.82 Q2238.16 1545.82 2239.97 1542.27 Q2241.8 1538.71 2241.8 1531.6 Q2241.8 1524.47 2239.97 1520.93 Q2238.16 1517.37 2234.53 1517.37 M2234.53 1513.66 Q2240.34 1513.66 2243.4 1518.27 Q2246.48 1522.85 2246.48 1531.6 Q2246.48 1540.33 2243.4 1544.94 Q2240.34 1549.52 2234.53 1549.52 Q2228.72 1549.52 2225.64 1544.94 Q2222.59 1540.33 2222.59 1531.6 Q2222.59 1522.85 2225.64 1518.27 Q2228.72 1513.66 2234.53 1513.66 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip752)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 209.029,1373.38 2352.76,1373.38 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip752)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 209.029,1126.19 2352.76,1126.19 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip752)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 209.029,878.997 2352.76,878.997 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip752)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 209.029,631.803 2352.76,631.803 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip752)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 209.029,384.609 2352.76,384.609 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip752)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 209.029,137.415 2352.76,137.415 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip750)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 209.029,1486.45 209.029,47.2441 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip750)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 209.029,1373.38 227.926,1373.38 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip750)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 209.029,1126.19 227.926,1126.19 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip750)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 209.029,878.997 227.926,878.997 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip750)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 209.029,631.803 227.926,631.803 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip750)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 209.029,384.609 227.926,384.609 \n",
" \"/>\n",
"<polyline clip-path=\"url(#clip750)\" style=\"stroke:#000000; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 209.029,137.415 227.926,137.415 \n",
" \"/>\n",
"<path clip-path=\"url(#clip750)\" d=\"M50.9921 1373.84 L80.6679 1373.84 L80.6679 1377.77 L50.9921 1377.77 L50.9921 1373.84 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip750)\" d=\"M90.8067 1356.1 L109.163 1356.1 L109.163 1360.04 L95.0891 1360.04 L95.0891 1368.51 Q96.1076 1368.16 97.1261 1368 Q98.1447 1367.82 99.1632 1367.82 Q104.95 1367.82 108.33 1370.99 Q111.709 1374.16 111.709 1379.58 Q111.709 1385.16 108.237 1388.26 Q104.765 1391.34 98.4456 1391.34 Q96.2697 1391.34 94.0012 1390.97 Q91.7558 1390.6 89.3484 1389.85 L89.3484 1385.16 Q91.4317 1386.29 93.6539 1386.85 Q95.8761 1387.4 98.353 1387.4 Q102.358 1387.4 104.696 1385.29 Q107.033 1383.19 107.033 1379.58 Q107.033 1375.97 104.696 1373.86 Q102.358 1371.75 98.353 1371.75 Q96.478 1371.75 94.603 1372.17 Q92.7512 1372.59 90.8067 1373.47 L90.8067 1356.1 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip750)\" d=\"M130.922 1359.18 Q127.311 1359.18 125.482 1362.75 Q123.677 1366.29 123.677 1373.42 Q123.677 1380.53 125.482 1384.09 Q127.311 1387.63 130.922 1387.63 Q134.556 1387.63 136.362 1384.09 Q138.191 1380.53 138.191 1373.42 Q138.191 1366.29 136.362 1362.75 Q134.556 1359.18 130.922 1359.18 M130.922 1355.48 Q136.732 1355.48 139.788 1360.09 Q142.867 1364.67 142.867 1373.42 Q142.867 1382.15 139.788 1386.75 Q136.732 1391.34 130.922 1391.34 Q125.112 1391.34 122.033 1386.75 Q118.978 1382.15 118.978 1373.42 Q118.978 1364.67 122.033 1360.09 Q125.112 1355.48 130.922 1355.48 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip750)\" d=\"M161.084 1359.18 Q157.473 1359.18 155.644 1362.75 Q153.839 1366.29 153.839 1373.42 Q153.839 1380.53 155.644 1384.09 Q157.473 1387.63 161.084 1387.63 Q164.718 1387.63 166.524 1384.09 Q168.353 1380.53 168.353 1373.42 Q168.353 1366.29 166.524 1362.75 Q164.718 1359.18 161.084 1359.18 M161.084 1355.48 Q166.894 1355.48 169.95 1360.09 Q173.029 1364.67 173.029 1373.42 Q173.029 1382.15 169.95 1386.75 Q166.894 1391.34 161.084 1391.34 Q155.274 1391.34 152.195 1386.75 Q149.14 1382.15 149.14 1373.42 Q149.14 1364.67 152.195 1360.09 Q155.274 1355.48 161.084 1355.48 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip750)\" d=\"M50.9921 1126.64 L80.6679 1126.64 L80.6679 1130.58 L50.9921 1130.58 L50.9921 1126.64 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip750)\" d=\"M94.7882 1139.54 L111.108 1139.54 L111.108 1143.47 L89.1632 1143.47 L89.1632 1139.54 Q91.8252 1136.78 96.4085 1132.15 Q101.015 1127.5 102.196 1126.16 Q104.441 1123.63 105.321 1121.9 Q106.223 1120.14 106.223 1118.45 Q106.223 1115.69 104.279 1113.96 Q102.358 1112.22 99.2558 1112.22 Q97.0567 1112.22 94.603 1112.98 Q92.1725 1113.75 89.3947 1115.3 L89.3947 1110.58 Q92.2188 1109.44 94.6724 1108.86 Q97.1261 1108.29 99.1632 1108.29 Q104.534 1108.29 107.728 1110.97 Q110.922 1113.66 110.922 1118.15 Q110.922 1120.28 110.112 1122.2 Q109.325 1124.1 107.219 1126.69 Q106.64 1127.36 103.538 1130.58 Q100.436 1133.77 94.7882 1139.54 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip750)\" d=\"M120.969 1108.91 L139.325 1108.91 L139.325 1112.85 L125.251 1112.85 L125.251 1121.32 Q126.27 1120.97 127.288 1120.81 Q128.307 1120.62 129.325 1120.62 Q135.112 1120.62 138.492 1123.8 Q141.871 1126.97 141.871 1132.38 Q141.871 1137.96 138.399 1141.06 Q134.927 1144.14 128.607 1144.14 Q126.432 1144.14 124.163 1143.77 Q121.918 1143.4 119.51 1142.66 L119.51 1137.96 Q121.594 1139.1 123.816 1139.65 Q126.038 1140.21 128.515 1140.21 Q132.519 1140.21 134.857 1138.1 Q137.195 1135.99 137.195 1132.38 Q137.195 1128.77 134.857 1126.67 Q132.519 1124.56 128.515 1124.56 Q126.64 1124.56 124.765 1124.98 Q122.913 1125.39 120.969 1126.27 L120.969 1108.91 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip750)\" d=\"M161.084 1111.99 Q157.473 1111.99 155.644 1115.55 Q153.839 1119.1 153.839 1126.23 Q153.839 1133.33 155.644 1136.9 Q157.473 1140.44 161.084 1140.44 Q164.718 1140.44 166.524 1136.9 Q168.353 1133.33 168.353 1126.23 Q168.353 1119.1 166.524 1115.55 Q164.718 1111.99 161.084 1111.99 M161.084 1108.29 Q166.894 1108.29 169.95 1112.89 Q173.029 1117.48 173.029 1126.23 Q173.029 1134.95 169.95 1139.56 Q166.894 1144.14 161.084 1144.14 Q155.274 1144.14 152.195 1139.56 Q149.14 1134.95 149.14 1126.23 Q149.14 1117.48 152.195 1112.89 Q155.274 1108.29 161.084 1108.29 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip750)\" d=\"M161.084 864.796 Q157.473 864.796 155.644 868.36 Q153.839 871.902 153.839 879.032 Q153.839 886.138 155.644 889.703 Q157.473 893.245 161.084 893.245 Q164.718 893.245 166.524 889.703 Q168.353 886.138 168.353 879.032 Q168.353 871.902 166.524 868.36 Q164.718 864.796 161.084 864.796 M161.084 861.092 Q166.894 861.092 169.95 865.698 Q173.029 870.282 173.029 879.032 Q173.029 887.758 169.95 892.365 Q166.894 896.948 161.084 896.948 Q155.274 896.948 152.195 892.365 Q149.14 887.758 149.14 879.032 Q149.14 870.282 152.195 865.698 Q155.274 861.092 161.084 861.092 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip750)\" d=\"M94.7882 645.148 L111.108 645.148 L111.108 649.083 L89.1632 649.083 L89.1632 645.148 Q91.8252 642.393 96.4085 637.764 Q101.015 633.111 102.196 631.768 Q104.441 629.245 105.321 627.509 Q106.223 625.75 106.223 624.06 Q106.223 621.305 104.279 619.569 Q102.358 617.833 99.2558 617.833 Q97.0567 617.833 94.603 618.597 Q92.1725 619.361 89.3947 620.912 L89.3947 616.19 Q92.2188 615.055 94.6724 614.477 Q97.1261 613.898 99.1632 613.898 Q104.534 613.898 107.728 616.583 Q110.922 619.268 110.922 623.759 Q110.922 625.889 110.112 627.81 Q109.325 629.708 107.219 632.301 Q106.64 632.972 103.538 636.19 Q100.436 639.384 94.7882 645.148 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip750)\" d=\"M120.969 614.523 L139.325 614.523 L139.325 618.458 L125.251 618.458 L125.251 626.93 Q126.27 626.583 127.288 626.421 Q128.307 626.236 129.325 626.236 Q135.112 626.236 138.492 629.407 Q141.871 632.578 141.871 637.995 Q141.871 643.574 138.399 646.676 Q134.927 649.754 128.607 649.754 Q126.432 649.754 124.163 649.384 Q121.918 649.014 119.51 648.273 L119.51 643.574 Q121.594 644.708 123.816 645.264 Q126.038 645.819 128.515 645.819 Q132.519 645.819 134.857 643.713 Q137.195 641.606 137.195 637.995 Q137.195 634.384 134.857 632.277 Q132.519 630.171 128.515 630.171 Q126.64 630.171 124.765 630.588 Q122.913 631.004 120.969 631.884 L120.969 614.523 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip750)\" d=\"M161.084 617.602 Q157.473 617.602 155.644 621.166 Q153.839 624.708 153.839 631.838 Q153.839 638.944 155.644 642.509 Q157.473 646.051 161.084 646.051 Q164.718 646.051 166.524 642.509 Q168.353 638.944 168.353 631.838 Q168.353 624.708 166.524 621.166 Q164.718 617.602 161.084 617.602 M161.084 613.898 Q166.894 613.898 169.95 618.504 Q173.029 623.088 173.029 631.838 Q173.029 640.564 169.95 645.171 Q166.894 649.754 161.084 649.754 Q155.274 649.754 152.195 645.171 Q149.14 640.564 149.14 631.838 Q149.14 623.088 152.195 618.504 Q155.274 613.898 161.084 613.898 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip750)\" d=\"M90.8067 367.329 L109.163 367.329 L109.163 371.264 L95.0891 371.264 L95.0891 379.736 Q96.1076 379.389 97.1261 379.227 Q98.1447 379.042 99.1632 379.042 Q104.95 379.042 108.33 382.213 Q111.709 385.384 111.709 390.801 Q111.709 396.38 108.237 399.482 Q104.765 402.56 98.4456 402.56 Q96.2697 402.56 94.0012 402.19 Q91.7558 401.82 89.3484 401.079 L89.3484 396.38 Q91.4317 397.514 93.6539 398.07 Q95.8761 398.625 98.353 398.625 Q102.358 398.625 104.696 396.519 Q107.033 394.412 107.033 390.801 Q107.033 387.19 104.696 385.084 Q102.358 382.977 98.353 382.977 Q96.478 382.977 94.603 383.394 Q92.7512 383.81 90.8067 384.69 L90.8067 367.329 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip750)\" d=\"M130.922 370.408 Q127.311 370.408 125.482 373.972 Q123.677 377.514 123.677 384.644 Q123.677 391.75 125.482 395.315 Q127.311 398.857 130.922 398.857 Q134.556 398.857 136.362 395.315 Q138.191 391.75 138.191 384.644 Q138.191 377.514 136.362 373.972 Q134.556 370.408 130.922 370.408 M130.922 366.704 Q136.732 366.704 139.788 371.31 Q142.867 375.894 142.867 384.644 Q142.867 393.371 139.788 397.977 Q136.732 402.56 130.922 402.56 Q125.112 402.56 122.033 397.977 Q118.978 393.371 118.978 384.644 Q118.978 375.894 122.033 371.31 Q125.112 366.704 130.922 366.704 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip750)\" d=\"M161.084 370.408 Q157.473 370.408 155.644 373.972 Q153.839 377.514 153.839 384.644 Q153.839 391.75 155.644 395.315 Q157.473 398.857 161.084 398.857 Q164.718 398.857 166.524 395.315 Q168.353 391.75 168.353 384.644 Q168.353 377.514 166.524 373.972 Q164.718 370.408 161.084 370.408 M161.084 366.704 Q166.894 366.704 169.95 371.31 Q173.029 375.894 173.029 384.644 Q173.029 393.371 169.95 397.977 Q166.894 402.56 161.084 402.56 Q155.274 402.56 152.195 397.977 Q149.14 393.371 149.14 384.644 Q149.14 375.894 152.195 371.31 Q155.274 366.704 161.084 366.704 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip750)\" d=\"M89.5799 120.135 L111.802 120.135 L111.802 122.126 L99.2558 154.695 L94.3715 154.695 L106.177 124.07 L89.5799 124.07 L89.5799 120.135 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip750)\" d=\"M120.969 120.135 L139.325 120.135 L139.325 124.07 L125.251 124.07 L125.251 132.542 Q126.27 132.195 127.288 132.033 Q128.307 131.848 129.325 131.848 Q135.112 131.848 138.492 135.019 Q141.871 138.191 141.871 143.607 Q141.871 149.186 138.399 152.288 Q134.927 155.366 128.607 155.366 Q126.432 155.366 124.163 154.996 Q121.918 154.626 119.51 153.885 L119.51 149.186 Q121.594 150.32 123.816 150.876 Q126.038 151.431 128.515 151.431 Q132.519 151.431 134.857 149.325 Q137.195 147.218 137.195 143.607 Q137.195 139.996 134.857 137.89 Q132.519 135.783 128.515 135.783 Q126.64 135.783 124.765 136.2 Q122.913 136.616 120.969 137.496 L120.969 120.135 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><path clip-path=\"url(#clip750)\" d=\"M161.084 123.214 Q157.473 123.214 155.644 126.779 Q153.839 130.32 153.839 137.45 Q153.839 144.556 155.644 148.121 Q157.473 151.663 161.084 151.663 Q164.718 151.663 166.524 148.121 Q168.353 144.556 168.353 137.45 Q168.353 130.32 166.524 126.779 Q164.718 123.214 161.084 123.214 M161.084 119.51 Q166.894 119.51 169.95 124.117 Q173.029 128.7 173.029 137.45 Q173.029 146.177 169.95 150.783 Q166.894 155.366 161.084 155.366 Q155.274 155.366 152.195 150.783 Q149.14 146.177 149.14 137.45 Q149.14 128.7 152.195 124.117 Q155.274 119.51 161.084 119.51 Z\" fill=\"#000000\" fill-rule=\"evenodd\" fill-opacity=\"1\" /><polyline clip-path=\"url(#clip752)\" style=\"stroke:#009af9; stroke-linecap:butt; stroke-linejoin:round; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2287.43,483.487 2282.77,483.492 2278.12,483.506 2273.46,483.527 2268.81,483.556 2264.15,483.594 2259.49,483.649 2254.82,483.72 2250.16,483.808 2245.5,483.913 \n",
" 2240.83,484.036 2236.17,484.181 2231.5,484.35 2226.83,484.544 2222.15,484.759 2217.47,484.998 2212.79,485.26 2208.1,485.546 2203.41,485.859 2198.71,486.194 \n",
" 2194,486.549 2189.29,486.925 2184.58,487.323 2179.86,487.745 2175.13,488.195 2170.4,488.675 2165.66,489.191 2160.91,489.743 2156.15,490.332 2151.39,490.956 \n",
" 2146.61,491.62 2141.81,492.327 2137.01,493.077 2132.19,493.873 2127.36,494.717 2122.51,495.608 2117.66,496.544 2112.79,497.521 2107.91,498.543 2103.02,499.608 \n",
" 2098.11,500.715 2093.19,501.867 2088.26,503.062 2083.31,504.299 2078.36,505.574 2073.39,506.888 2068.41,508.242 2063.42,509.638 2058.42,511.072 2053.39,512.545 \n",
" 2048.36,514.058 2043.3,515.611 2038.23,517.204 2033.14,518.838 2028.03,520.511 2022.89,522.221 2017.72,523.969 2012.54,525.752 2007.33,527.571 2002.1,529.422 \n",
" 1996.85,531.304 1991.58,533.218 1986.28,535.162 1980.97,537.139 1975.63,539.147 1970.28,541.179 1964.91,543.234 1959.53,545.312 1954.13,547.413 1948.72,549.535 \n",
" 1943.29,551.678 1937.85,553.843 1932.39,556.032 1926.92,558.244 1921.43,560.479 1915.93,562.735 1910.41,565.007 1904.88,567.295 1899.33,569.602 1893.77,571.929 \n",
" 1888.19,574.278 1882.59,576.647 1876.98,579.037 1871.34,581.444 1865.69,583.87 1860.03,586.316 1854.34,588.783 1848.64,591.273 1842.92,593.791 1837.18,596.336 \n",
" 1831.42,598.908 1825.64,601.505 1819.85,604.125 1814.03,606.77 1808.2,609.438 1802.35,612.13 1796.47,614.845 1790.57,617.586 1784.64,620.353 1778.68,623.147 \n",
" 1772.7,625.969 1766.69,628.819 1760.65,631.698 1754.58,634.61 1748.48,637.556 1742.36,640.536 1736.21,643.551 1730.04,646.597 1723.86,649.67 1717.64,652.772 \n",
" 1711.41,655.902 1705.16,659.06 1698.88,662.245 1692.59,665.459 1686.27,668.701 1679.92,671.971 1673.55,675.272 1667.16,678.601 1660.75,681.954 1654.31,685.331 \n",
" 1647.86,688.729 1641.39,692.143 1634.9,695.568 1628.39,699.006 1621.87,702.455 1615.33,705.914 1608.76,709.382 1602.18,712.858 1595.59,716.345 1588.97,719.839 \n",
" 1582.35,723.337 1575.71,726.839 1569.05,730.342 1562.38,733.846 1555.7,737.35 1549.01,740.85 1542.31,744.346 1535.59,747.835 1528.86,751.319 1522.11,754.798 \n",
" 1515.34,758.273 1508.56,761.745 1501.76,765.215 1494.94,768.682 1488.11,772.145 1481.26,775.604 1474.39,779.059 1467.51,782.509 1460.61,785.951 1453.7,789.386 \n",
" 1446.77,792.812 1439.82,796.227 1432.86,799.63 1425.88,803.022 1418.88,806.401 1411.88,809.764 1404.85,813.116 1397.81,816.459 1390.76,819.793 1383.69,823.116 \n",
" 1376.62,826.43 1369.53,829.736 1362.44,833.034 1355.33,836.326 1348.22,839.611 1341.09,842.891 1333.95,846.168 1326.8,849.441 1319.64,852.71 1312.48,855.974 \n",
" 1305.3,859.232 1298.12,862.483 1290.92,865.728 1283.72,868.97 1276.51,872.207 1269.29,875.44 1262.06,878.669 1254.82,881.895 1247.57,885.118 1240.3,888.339 \n",
" 1233.02,891.559 1225.73,894.777 1218.42,897.995 1211.1,901.213 1203.76,904.432 1196.41,907.654 1189.05,910.883 1181.67,914.119 1174.28,917.363 1166.89,920.615 \n",
" 1159.47,923.875 1152.05,927.147 1144.61,930.432 1137.15,933.727 1129.68,937.034 1122.19,940.352 1114.68,943.678 1107.16,947.015 1099.62,950.365 1092.07,953.731 \n",
" 1084.5,957.111 1076.91,960.505 1069.3,963.915 1061.68,967.34 1054.03,970.779 1046.37,974.239 1038.7,977.723 1031,981.232 1023.29,984.769 1015.56,988.337 \n",
" 1007.81,991.936 1000.05,995.563 992.281,999.219 984.497,1002.9 976.7,1006.62 968.893,1010.37 961.077,1014.16 953.254,1017.97 945.423,1021.82 937.583,1025.72 \n",
" 929.734,1029.66 921.877,1033.64 914.012,1037.66 906.139,1041.73 898.258,1045.84 890.369,1049.99 882.473,1054.18 874.569,1058.41 866.66,1062.68 858.743,1066.98 \n",
" 850.819,1071.32 842.889,1075.7 834.952,1080.12 827.008,1084.58 819.056,1089.09 811.096,1093.63 803.128,1098.22 795.151,1102.83 787.165,1107.48 779.168,1112.16 \n",
" 771.161,1116.87 763.143,1121.61 755.112,1126.38 747.069,1131.17 739.011,1135.98 730.941,1140.82 722.859,1145.67 714.765,1150.55 706.661,1155.44 698.545,1160.35 \n",
" 690.418,1165.29 682.279,1170.26 674.129,1175.24 665.963,1180.25 657.783,1185.28 649.59,1190.33 641.381,1195.41 633.156,1200.52 624.912,1205.66 616.648,1210.83 \n",
" 608.364,1216.03 600.059,1221.25 591.731,1226.5 583.38,1231.78 575.008,1237.09 566.614,1242.42 558.2,1247.79 549.762,1253.19 541.3,1258.62 532.816,1264.09 \n",
" 524.31,1269.6 515.782,1275.13 507.233,1280.7 498.665,1286.3 490.078,1291.94 481.473,1297.6 472.85,1303.31 464.209,1309.05 455.551,1314.83 446.879,1320.65 \n",
" 438.193,1326.51 429.493,1332.41 420.776,1338.35 412.042,1344.33 403.289,1350.35 394.517,1356.41 385.727,1362.51 376.918,1368.66 368.092,1374.84 359.247,1381.07 \n",
" 350.383,1387.35 341.498,1393.66 332.593,1400.02 323.668,1406.43 314.722,1412.88 305.757,1419.37 296.774,1425.9 287.771,1432.47 278.746,1439.07 269.7,1445.72 \n",
" \n",
" \"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2287.43\" cy=\"483.487\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2282.77\" cy=\"483.492\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2278.12\" cy=\"483.506\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2273.46\" cy=\"483.527\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2268.81\" cy=\"483.556\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2264.15\" cy=\"483.594\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2259.49\" cy=\"483.649\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2254.82\" cy=\"483.72\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2250.16\" cy=\"483.808\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2245.5\" cy=\"483.913\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2240.83\" cy=\"484.036\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2236.17\" cy=\"484.181\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2231.5\" cy=\"484.35\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2226.83\" cy=\"484.544\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2222.15\" cy=\"484.759\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2217.47\" cy=\"484.998\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2212.79\" cy=\"485.26\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2208.1\" cy=\"485.546\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2203.41\" cy=\"485.859\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2198.71\" cy=\"486.194\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2194\" cy=\"486.549\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2189.29\" cy=\"486.925\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2184.58\" cy=\"487.323\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2179.86\" cy=\"487.745\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2175.13\" cy=\"488.195\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2170.4\" cy=\"488.675\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2165.66\" cy=\"489.191\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2160.91\" cy=\"489.743\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2156.15\" cy=\"490.332\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2151.39\" cy=\"490.956\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2146.61\" cy=\"491.62\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2141.81\" cy=\"492.327\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2137.01\" cy=\"493.077\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2132.19\" cy=\"493.873\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2127.36\" cy=\"494.717\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2122.51\" cy=\"495.608\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2117.66\" cy=\"496.544\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2112.79\" cy=\"497.521\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2107.91\" cy=\"498.543\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2103.02\" cy=\"499.608\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2098.11\" cy=\"500.715\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2093.19\" cy=\"501.867\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2088.26\" cy=\"503.062\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2083.31\" cy=\"504.299\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2078.36\" cy=\"505.574\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2073.39\" cy=\"506.888\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2068.41\" cy=\"508.242\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2063.42\" cy=\"509.638\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2058.42\" cy=\"511.072\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2053.39\" cy=\"512.545\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2048.36\" cy=\"514.058\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2043.3\" cy=\"515.611\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2038.23\" cy=\"517.204\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2033.14\" cy=\"518.838\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2028.03\" cy=\"520.511\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2022.89\" cy=\"522.221\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2017.72\" cy=\"523.969\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2012.54\" cy=\"525.752\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2007.33\" cy=\"527.571\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"2002.1\" cy=\"529.422\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1996.85\" cy=\"531.304\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1991.58\" cy=\"533.218\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1986.28\" cy=\"535.162\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1980.97\" cy=\"537.139\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1975.63\" cy=\"539.147\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1970.28\" cy=\"541.179\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1964.91\" cy=\"543.234\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1959.53\" cy=\"545.312\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1954.13\" cy=\"547.413\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1948.72\" cy=\"549.535\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1943.29\" cy=\"551.678\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1937.85\" cy=\"553.843\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1932.39\" cy=\"556.032\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1926.92\" cy=\"558.244\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1921.43\" cy=\"560.479\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1915.93\" cy=\"562.735\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1910.41\" cy=\"565.007\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1904.88\" cy=\"567.295\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1899.33\" cy=\"569.602\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1893.77\" cy=\"571.929\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1888.19\" cy=\"574.278\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1882.59\" cy=\"576.647\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1876.98\" cy=\"579.037\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1871.34\" cy=\"581.444\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1865.69\" cy=\"583.87\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1860.03\" cy=\"586.316\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1854.34\" cy=\"588.783\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1848.64\" cy=\"591.273\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1842.92\" cy=\"593.791\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1837.18\" cy=\"596.336\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1831.42\" cy=\"598.908\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1825.64\" cy=\"601.505\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1819.85\" cy=\"604.125\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1814.03\" cy=\"606.77\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1808.2\" cy=\"609.438\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1802.35\" cy=\"612.13\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1796.47\" cy=\"614.845\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1790.57\" cy=\"617.586\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1784.64\" cy=\"620.353\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1778.68\" cy=\"623.147\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1772.7\" cy=\"625.969\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1766.69\" cy=\"628.819\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1760.65\" cy=\"631.698\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1754.58\" cy=\"634.61\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1748.48\" cy=\"637.556\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1742.36\" cy=\"640.536\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1736.21\" cy=\"643.551\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1730.04\" cy=\"646.597\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1723.86\" cy=\"649.67\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1717.64\" cy=\"652.772\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1711.41\" cy=\"655.902\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1705.16\" cy=\"659.06\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1698.88\" cy=\"662.245\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1692.59\" cy=\"665.459\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1686.27\" cy=\"668.701\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1679.92\" cy=\"671.971\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1673.55\" cy=\"675.272\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1667.16\" cy=\"678.601\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1660.75\" cy=\"681.954\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1654.31\" cy=\"685.331\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1647.86\" cy=\"688.729\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1641.39\" cy=\"692.143\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1634.9\" cy=\"695.568\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1628.39\" cy=\"699.006\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1621.87\" cy=\"702.455\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1615.33\" cy=\"705.914\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1608.76\" cy=\"709.382\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1602.18\" cy=\"712.858\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1595.59\" cy=\"716.345\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1588.97\" cy=\"719.839\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1582.35\" cy=\"723.337\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1575.71\" cy=\"726.839\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1569.05\" cy=\"730.342\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1562.38\" cy=\"733.846\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1555.7\" cy=\"737.35\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1549.01\" cy=\"740.85\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1542.31\" cy=\"744.346\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1535.59\" cy=\"747.835\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1528.86\" cy=\"751.319\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1522.11\" cy=\"754.798\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1515.34\" cy=\"758.273\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1508.56\" cy=\"761.745\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1501.76\" cy=\"765.215\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1494.94\" cy=\"768.682\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1488.11\" cy=\"772.145\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1481.26\" cy=\"775.604\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1474.39\" cy=\"779.059\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1467.51\" cy=\"782.509\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1460.61\" cy=\"785.951\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1453.7\" cy=\"789.386\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1446.77\" cy=\"792.812\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1439.82\" cy=\"796.227\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1432.86\" cy=\"799.63\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1425.88\" cy=\"803.022\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1418.88\" cy=\"806.401\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1411.88\" cy=\"809.764\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1404.85\" cy=\"813.116\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1397.81\" cy=\"816.459\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1390.76\" cy=\"819.793\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1383.69\" cy=\"823.116\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1376.62\" cy=\"826.43\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1369.53\" cy=\"829.736\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1362.44\" cy=\"833.034\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1355.33\" cy=\"836.326\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1348.22\" cy=\"839.611\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1341.09\" cy=\"842.891\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1333.95\" cy=\"846.168\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1326.8\" cy=\"849.441\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1319.64\" cy=\"852.71\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1312.48\" cy=\"855.974\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1305.3\" cy=\"859.232\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1298.12\" cy=\"862.483\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1290.92\" cy=\"865.728\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1283.72\" cy=\"868.97\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1276.51\" cy=\"872.207\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1269.29\" cy=\"875.44\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1262.06\" cy=\"878.669\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1254.82\" cy=\"881.895\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1247.57\" cy=\"885.118\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1240.3\" cy=\"888.339\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1233.02\" cy=\"891.559\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1225.73\" cy=\"894.777\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1218.42\" cy=\"897.995\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1211.1\" cy=\"901.213\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1203.76\" cy=\"904.432\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1196.41\" cy=\"907.654\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1189.05\" cy=\"910.883\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1181.67\" cy=\"914.119\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1174.28\" cy=\"917.363\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1166.89\" cy=\"920.615\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1159.47\" cy=\"923.875\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1152.05\" cy=\"927.147\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1144.61\" cy=\"930.432\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1137.15\" cy=\"933.727\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1129.68\" cy=\"937.034\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1122.19\" cy=\"940.352\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1114.68\" cy=\"943.678\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1107.16\" cy=\"947.015\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1099.62\" cy=\"950.365\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1092.07\" cy=\"953.731\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
"<circle clip-path=\"url(#clip752)\" cx=\"1084.5\" cy=\"957.111\" r=\"14\" fill=\"#009af9\" fill-rule=\"evenodd\" fill-opacity=\"1\" stroke=\"#000000\" stroke-opacity=\"1\" stroke-width=\"3.2\"/>\n",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment