Created
November 25, 2019 09:20
-
-
Save vankesteren/c809434931e40e10bc96e03abaa6f750 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cells": [ | |
{ | |
"cell_type": "markdown", | |
"metadata": {}, | |
"source": [ | |
"# Arbitrary functional regression with Adam and Julia\n", | |
"\n", | |
"This notebook shows how to perform regression estimation with an arbitrary functional form of the outcome variable in Julia." | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": 1, | |
"metadata": {}, | |
"outputs": [], | |
"source": [ | |
"using Zygote\n", | |
"using HTTP: request\n", | |
"\"https://gist.githubusercontent.com/vankesteren/96207abcd16ecd01a2491bcbec12c73f/raw/1b59af6962a1107db5873eba59054acc3f9a8aac/Adamopt.jl\" |>\n", | |
" url -> request(\"GET\", url) |> \n", | |
" res -> String(res.body) |> \n", | |
" str -> include_string(Main, str)\n", | |
"using .Adamopt\n", | |
"using Plots" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": {}, | |
"source": [ | |
"First, we create some input data and we determine a functional form" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": 2, | |
"metadata": {}, | |
"outputs": [ | |
{ | |
"data": { | |
"text/plain": [ | |
"fn (generic function with 1 method)" | |
] | |
}, | |
"execution_count": 2, | |
"metadata": {}, | |
"output_type": "execute_result" | |
} | |
], | |
"source": [ | |
"# data size\n", | |
"N = 1000\n", | |
"P = 10\n", | |
"\n", | |
"# input data\n", | |
"X = randn(N, P)\n", | |
"b = rand(P)\n", | |
"\n", | |
"# functional form\n", | |
"fn(x) = abs(x)" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": {}, | |
"source": [ | |
"Then, we generate output data with random normal noise" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": 3, | |
"metadata": {}, | |
"outputs": [ | |
{ | |
"data": { | |
"image/svg+xml": [ | |
"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n", | |
"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"600\" height=\"400\" viewBox=\"0 0 2400 1600\">\n", | |
"<defs>\n", | |
" <clipPath id=\"clip0300\">\n", | |
" <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n", | |
" </clipPath>\n", | |
"</defs>\n", | |
"<path clip-path=\"url(#clip0300)\" 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=\"clip0301\">\n", | |
" <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n", | |
" </clipPath>\n", | |
"</defs>\n", | |
"<path clip-path=\"url(#clip0300)\" d=\"\n", | |
"M113.754 1487.47 L2352.76 1487.47 L2352.76 47.2441 L113.754 47.2441 Z\n", | |
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", | |
"<defs>\n", | |
" <clipPath id=\"clip0302\">\n", | |
" <rect x=\"113\" y=\"47\" width=\"2240\" height=\"1441\"/>\n", | |
" </clipPath>\n", | |
"</defs>\n", | |
"<polyline clip-path=\"url(#clip0302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", | |
" 589.135,1487.47 589.135,47.2441 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip0302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", | |
" 1083.28,1487.47 1083.28,47.2441 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip0302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", | |
" 1577.43,1487.47 1577.43,47.2441 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip0302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", | |
" 2071.58,1487.47 2071.58,47.2441 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip0302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", | |
" 113.754,1224.39 2352.76,1224.39 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip0302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", | |
" 113.754,865.357 2352.76,865.357 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip0302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", | |
" 113.754,506.328 2352.76,506.328 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip0302)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", | |
" 113.754,147.298 2352.76,147.298 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip0300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", | |
" 113.754,1487.47 2352.76,1487.47 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip0300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", | |
" 113.754,1487.47 113.754,47.2441 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip0300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", | |
" 589.135,1487.47 589.135,1465.87 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip0300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", | |
" 1083.28,1487.47 1083.28,1465.87 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip0300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", | |
" 1577.43,1487.47 1577.43,1465.87 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip0300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", | |
" 2071.58,1487.47 2071.58,1465.87 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip0300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", | |
" 113.754,1224.39 147.339,1224.39 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip0300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", | |
" 113.754,865.357 147.339,865.357 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip0300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", | |
" 113.754,506.328 147.339,506.328 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip0300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", | |
" 113.754,147.298 147.339,147.298 \n", | |
" \"/>\n", | |
"<g clip-path=\"url(#clip0300)\">\n", | |
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 589.135, 1541.47)\" x=\"589.135\" y=\"1541.47\">-2.5</text>\n", | |
"</g>\n", | |
"<g clip-path=\"url(#clip0300)\">\n", | |
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 1083.28, 1541.47)\" x=\"1083.28\" y=\"1541.47\">0.0</text>\n", | |
"</g>\n", | |
"<g clip-path=\"url(#clip0300)\">\n", | |
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 1577.43, 1541.47)\" x=\"1577.43\" y=\"1541.47\">2.5</text>\n", | |
"</g>\n", | |
"<g clip-path=\"url(#clip0300)\">\n", | |
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 2071.58, 1541.47)\" x=\"2071.58\" y=\"1541.47\">5.0</text>\n", | |
"</g>\n", | |
"<g clip-path=\"url(#clip0300)\">\n", | |
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 89.7545, 1241.89)\" x=\"89.7545\" y=\"1241.89\">0</text>\n", | |
"</g>\n", | |
"<g clip-path=\"url(#clip0300)\">\n", | |
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 89.7545, 882.857)\" x=\"89.7545\" y=\"882.857\">2</text>\n", | |
"</g>\n", | |
"<g clip-path=\"url(#clip0300)\">\n", | |
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 89.7545, 523.828)\" x=\"89.7545\" y=\"523.828\">4</text>\n", | |
"</g>\n", | |
"<g clip-path=\"url(#clip0300)\">\n", | |
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 89.7545, 164.798)\" x=\"89.7545\" y=\"164.798\">6</text>\n", | |
"</g>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"916.814\" cy=\"1202.25\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"916.814\" cy=\"1202.25\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1394.18\" cy=\"853.119\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1394.18\" cy=\"853.119\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1330.62\" cy=\"876.358\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1330.62\" cy=\"876.358\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1209.23\" cy=\"1160.8\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1209.23\" cy=\"1160.8\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1179.14\" cy=\"1208.14\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1179.14\" cy=\"1208.14\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"966.222\" cy=\"989.668\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"966.222\" cy=\"989.668\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"931.832\" cy=\"1157.78\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"931.832\" cy=\"1157.78\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"406.093\" cy=\"578.683\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"406.093\" cy=\"578.683\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"747.484\" cy=\"951.119\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"747.484\" cy=\"951.119\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1209.91\" cy=\"1187.71\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1209.91\" cy=\"1187.71\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"553.068\" cy=\"740.475\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"553.068\" cy=\"740.475\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1449.43\" cy=\"866.996\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1449.43\" cy=\"866.996\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1314.05\" cy=\"996.032\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1314.05\" cy=\"996.032\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1248.06\" cy=\"1030.37\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1248.06\" cy=\"1030.37\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"603.447\" cy=\"783.639\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"603.447\" cy=\"783.639\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"701.35\" cy=\"905.641\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"701.35\" cy=\"905.641\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1655.44\" cy=\"649.653\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1655.44\" cy=\"649.653\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1031.46\" cy=\"1261.64\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1031.46\" cy=\"1261.64\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1171.44\" cy=\"964.68\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1171.44\" cy=\"964.68\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1107.32\" cy=\"1212.9\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1107.32\" cy=\"1212.9\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1387.9\" cy=\"1061.57\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1387.9\" cy=\"1061.57\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"841.251\" cy=\"1185.93\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"841.251\" cy=\"1185.93\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1727.06\" cy=\"561.632\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1727.06\" cy=\"561.632\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1256.21\" cy=\"1035.32\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1256.21\" cy=\"1035.32\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1242.03\" cy=\"1100.14\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1242.03\" cy=\"1100.14\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"876.949\" cy=\"923.954\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"876.949\" cy=\"923.954\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1409.66\" cy=\"943.561\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1409.66\" cy=\"943.561\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"664.048\" cy=\"825.252\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"664.048\" cy=\"825.252\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1249.93\" cy=\"1065.63\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1249.93\" cy=\"1065.63\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1392.04\" cy=\"1058.06\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1392.04\" cy=\"1058.06\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"815.346\" cy=\"872.78\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"815.346\" cy=\"872.78\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1688.31\" cy=\"756.236\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1688.31\" cy=\"756.236\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"611.839\" cy=\"794.612\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"611.839\" cy=\"794.612\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"799.735\" cy=\"917.831\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"799.735\" cy=\"917.831\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1207.24\" cy=\"1136.56\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1207.24\" cy=\"1136.56\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1230.95\" cy=\"1122.94\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1230.95\" cy=\"1122.94\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"957.678\" cy=\"1190.83\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"957.678\" cy=\"1190.83\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1272.03\" cy=\"1136.97\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1272.03\" cy=\"1136.97\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1019.17\" cy=\"1250.19\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1019.17\" cy=\"1250.19\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1108.59\" cy=\"1329.81\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1108.59\" cy=\"1329.81\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1075.18\" cy=\"1234.42\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1075.18\" cy=\"1234.42\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1469.72\" cy=\"1059.98\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1469.72\" cy=\"1059.98\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1418.28\" cy=\"916.583\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1418.28\" cy=\"916.583\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1432.62\" cy=\"816.968\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1432.62\" cy=\"816.968\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1561.63\" cy=\"688.411\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1561.63\" cy=\"688.411\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1392.61\" cy=\"980.856\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1392.61\" cy=\"980.856\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1100.52\" cy=\"1336.29\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1100.52\" cy=\"1336.29\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1098.58\" cy=\"1148.2\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1098.58\" cy=\"1148.2\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1481.9\" cy=\"952.185\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1481.9\" cy=\"952.185\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"932.126\" cy=\"1064.41\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"932.126\" cy=\"1064.41\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"947.474\" cy=\"1238.14\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"947.474\" cy=\"1238.14\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"873.593\" cy=\"1023.91\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"873.593\" cy=\"1023.91\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"876.108\" cy=\"1143.23\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"876.108\" cy=\"1143.23\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1321.42\" cy=\"1012.67\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1321.42\" cy=\"1012.67\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1195.3\" cy=\"984.502\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1195.3\" cy=\"984.502\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"841.185\" cy=\"1032.81\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"841.185\" cy=\"1032.81\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1045.54\" cy=\"1135.61\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1045.54\" cy=\"1135.61\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"983.621\" cy=\"1071.64\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"983.621\" cy=\"1071.64\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"848.745\" cy=\"1165.6\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"848.745\" cy=\"1165.6\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1359.16\" cy=\"843.971\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1359.16\" cy=\"843.971\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1712.61\" cy=\"676.462\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1712.61\" cy=\"676.462\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"992.337\" cy=\"1114.99\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"992.337\" cy=\"1114.99\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1341.9\" cy=\"982.392\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1341.9\" cy=\"982.392\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"942.831\" cy=\"1058.47\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"942.831\" cy=\"1058.47\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1382.65\" cy=\"879.929\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1382.65\" cy=\"879.929\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1059.06\" cy=\"1063.71\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1059.06\" cy=\"1063.71\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1566.91\" cy=\"836.457\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1566.91\" cy=\"836.457\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"853.81\" cy=\"1001.84\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"853.81\" cy=\"1001.84\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1542.05\" cy=\"792.832\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1542.05\" cy=\"792.832\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1199.94\" cy=\"1075.86\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1199.94\" cy=\"1075.86\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1575.19\" cy=\"785.668\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1575.19\" cy=\"785.668\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"177.122\" cy=\"448.169\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"177.122\" cy=\"448.169\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"697.247\" cy=\"853.144\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"697.247\" cy=\"853.144\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1462.62\" cy=\"847.742\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1462.62\" cy=\"847.742\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1187.73\" cy=\"1110.68\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1187.73\" cy=\"1110.68\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1052.79\" cy=\"1254.4\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1052.79\" cy=\"1254.4\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"947.156\" cy=\"1158.95\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"947.156\" cy=\"1158.95\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1777.01\" cy=\"598.636\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1777.01\" cy=\"598.636\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1577.83\" cy=\"695.613\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1577.83\" cy=\"695.613\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"822.378\" cy=\"951.11\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"822.378\" cy=\"951.11\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1257.05\" cy=\"1237.25\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1257.05\" cy=\"1237.25\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"967.69\" cy=\"1045.86\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"967.69\" cy=\"1045.86\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"765.264\" cy=\"924.346\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"765.264\" cy=\"924.346\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1224.62\" cy=\"1013.47\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1224.62\" cy=\"1013.47\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1307.38\" cy=\"1018.32\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1307.38\" cy=\"1018.32\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1035.14\" cy=\"1144.79\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1035.14\" cy=\"1144.79\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1199.56\" cy=\"1124.68\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1199.56\" cy=\"1124.68\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1808.08\" cy=\"479.05\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1808.08\" cy=\"479.05\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1136.27\" cy=\"1283.17\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1136.27\" cy=\"1283.17\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1482.74\" cy=\"768.347\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1482.74\" cy=\"768.347\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1879.79\" cy=\"370.348\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1879.79\" cy=\"370.348\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1001.58\" cy=\"1224.37\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1001.58\" cy=\"1224.37\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1200.09\" cy=\"1130.48\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1200.09\" cy=\"1130.48\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1315.86\" cy=\"1068.55\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1315.86\" cy=\"1068.55\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1127.37\" cy=\"1298.15\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1127.37\" cy=\"1298.15\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"900.078\" cy=\"1222.36\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"900.078\" cy=\"1222.36\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"811.344\" cy=\"918.213\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"811.344\" cy=\"918.213\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1463.8\" cy=\"833.933\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1463.8\" cy=\"833.933\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"844.954\" cy=\"989.989\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"844.954\" cy=\"989.989\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1165.65\" cy=\"1133.5\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1165.65\" cy=\"1133.5\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"856.413\" cy=\"895.733\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"856.413\" cy=\"895.733\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1100.37\" cy=\"1192.58\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1100.37\" cy=\"1192.58\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"907.334\" cy=\"1080.36\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"907.334\" cy=\"1080.36\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"845.35\" cy=\"989.429\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"845.35\" cy=\"989.429\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"708.884\" cy=\"871.287\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"708.884\" cy=\"871.287\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1593.09\" cy=\"624.92\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1593.09\" cy=\"624.92\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1019.85\" cy=\"1294.79\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1019.85\" cy=\"1294.79\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1515.47\" cy=\"757.711\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1515.47\" cy=\"757.711\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1010.75\" cy=\"1197.37\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1010.75\" cy=\"1197.37\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"633.045\" cy=\"764.838\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"633.045\" cy=\"764.838\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1591.22\" cy=\"614.503\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1591.22\" cy=\"614.503\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1264.32\" cy=\"1123.52\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1264.32\" cy=\"1123.52\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1707.05\" cy=\"556.521\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1707.05\" cy=\"556.521\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"815.552\" cy=\"1001.44\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"815.552\" cy=\"1001.44\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1075.61\" cy=\"1281.98\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1075.61\" cy=\"1281.98\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1100.86\" cy=\"1162.85\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1100.86\" cy=\"1162.85\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"851.442\" cy=\"950.989\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"851.442\" cy=\"950.989\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1436.95\" cy=\"895.878\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1436.95\" cy=\"895.878\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"723.46\" cy=\"916.638\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"723.46\" cy=\"916.638\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1493.87\" cy=\"947.694\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1493.87\" cy=\"947.694\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"851.206\" cy=\"1235.96\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"851.206\" cy=\"1235.96\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1256.68\" cy=\"1069.27\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1256.68\" cy=\"1069.27\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1594.88\" cy=\"781.375\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1594.88\" cy=\"781.375\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1370.06\" cy=\"930.039\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1370.06\" cy=\"930.039\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1110.79\" cy=\"1331.31\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1110.79\" cy=\"1331.31\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1119.45\" cy=\"1155.1\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1119.45\" cy=\"1155.1\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1383.12\" cy=\"778.333\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1383.12\" cy=\"778.333\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"964.32\" cy=\"1206.85\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"964.32\" cy=\"1206.85\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1033.38\" cy=\"1050.13\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1033.38\" cy=\"1050.13\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"896.688\" cy=\"1092.23\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"896.688\" cy=\"1092.23\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"776.012\" cy=\"803.952\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"776.012\" cy=\"803.952\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1169.53\" cy=\"966.195\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1169.53\" cy=\"966.195\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"958.198\" cy=\"1060.42\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"958.198\" cy=\"1060.42\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1350.83\" cy=\"998.679\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1350.83\" cy=\"998.679\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1188.87\" cy=\"1410.37\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1188.87\" cy=\"1410.37\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"860.307\" cy=\"971.523\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"860.307\" cy=\"971.523\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"846.13\" cy=\"1039.89\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"846.13\" cy=\"1039.89\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"884.693\" cy=\"1019.68\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"884.693\" cy=\"1019.68\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"559.882\" cy=\"842.335\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"559.882\" cy=\"842.335\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"537.866\" cy=\"741.315\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"537.866\" cy=\"741.315\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"763.544\" cy=\"987.686\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"763.544\" cy=\"987.686\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1145.7\" cy=\"1308.09\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1145.7\" cy=\"1308.09\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"985.202\" cy=\"1193.12\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"985.202\" cy=\"1193.12\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"883.691\" cy=\"1023.85\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"883.691\" cy=\"1023.85\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1653.18\" cy=\"808.153\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1653.18\" cy=\"808.153\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1064.52\" cy=\"1082.61\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1064.52\" cy=\"1082.61\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1399.76\" cy=\"949.194\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1399.76\" cy=\"949.194\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1036.85\" cy=\"1142.46\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1036.85\" cy=\"1142.46\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1215.43\" cy=\"1058.39\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1215.43\" cy=\"1058.39\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"779.44\" cy=\"897.191\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"779.44\" cy=\"897.191\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"587.02\" cy=\"842.728\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"587.02\" cy=\"842.728\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"778.617\" cy=\"740.508\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"778.617\" cy=\"740.508\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"919.94\" cy=\"1271.34\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"919.94\" cy=\"1271.34\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1205.85\" cy=\"1131.91\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1205.85\" cy=\"1131.91\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1046.03\" cy=\"1253.83\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1046.03\" cy=\"1253.83\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1088.4\" cy=\"1254.89\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1088.4\" cy=\"1254.89\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"964.323\" cy=\"1145.82\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"964.323\" cy=\"1145.82\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1146.35\" cy=\"1328.15\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1146.35\" cy=\"1328.15\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1211.13\" cy=\"1035.48\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1211.13\" cy=\"1035.48\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1138.15\" cy=\"1256.03\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1138.15\" cy=\"1256.03\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1531.11\" cy=\"869.366\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1531.11\" cy=\"869.366\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"640.641\" cy=\"764.547\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"640.641\" cy=\"764.547\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1328.55\" cy=\"1154.58\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1328.55\" cy=\"1154.58\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1206.8\" cy=\"1121.94\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1206.8\" cy=\"1121.94\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1194.19\" cy=\"1132.58\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1194.19\" cy=\"1132.58\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"790.421\" cy=\"1017.49\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"790.421\" cy=\"1017.49\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"767.8\" cy=\"858.648\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"767.8\" cy=\"858.648\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"902.349\" cy=\"991.269\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"902.349\" cy=\"991.269\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"870.199\" cy=\"956.473\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"870.199\" cy=\"956.473\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1013.73\" cy=\"1003.23\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1013.73\" cy=\"1003.23\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2105.74\" cy=\"339.359\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"2105.74\" cy=\"339.359\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"871.493\" cy=\"946.374\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"871.493\" cy=\"946.374\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1354.78\" cy=\"927.362\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1354.78\" cy=\"927.362\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"733.558\" cy=\"827.097\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"733.558\" cy=\"827.097\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1318.67\" cy=\"921.501\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1318.67\" cy=\"921.501\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"973.835\" cy=\"1142.49\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"973.835\" cy=\"1142.49\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1121.03\" cy=\"1235.28\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1121.03\" cy=\"1235.28\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1236.73\" cy=\"1168.46\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1236.73\" cy=\"1168.46\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1049.09\" cy=\"1157.42\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1049.09\" cy=\"1157.42\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"643.182\" cy=\"915.213\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"643.182\" cy=\"915.213\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1335.23\" cy=\"1031.47\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1335.23\" cy=\"1031.47\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1148.57\" cy=\"1101.71\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1148.57\" cy=\"1101.71\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"493.894\" cy=\"750.699\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"493.894\" cy=\"750.699\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"961.208\" cy=\"1123.98\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"961.208\" cy=\"1123.98\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1391.85\" cy=\"825.83\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1391.85\" cy=\"825.83\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"883.136\" cy=\"947.097\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"883.136\" cy=\"947.097\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"805.461\" cy=\"937.119\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"805.461\" cy=\"937.119\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1086.75\" cy=\"1095.83\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1086.75\" cy=\"1095.83\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"824.498\" cy=\"935.831\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"824.498\" cy=\"935.831\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"968.24\" cy=\"951.091\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"968.24\" cy=\"951.091\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1289.02\" cy=\"1050.12\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1289.02\" cy=\"1050.12\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"958.921\" cy=\"1047.27\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"958.921\" cy=\"1047.27\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"490.315\" cy=\"782.217\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"490.315\" cy=\"782.217\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"567.534\" cy=\"753.154\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"567.534\" cy=\"753.154\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"766.904\" cy=\"914.696\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"766.904\" cy=\"914.696\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1338.35\" cy=\"1002.37\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1338.35\" cy=\"1002.37\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1193.8\" cy=\"955.567\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1193.8\" cy=\"955.567\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1078.5\" cy=\"1120.13\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1078.5\" cy=\"1120.13\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"785.239\" cy=\"872.909\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"785.239\" cy=\"872.909\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1143.97\" cy=\"1125.73\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1143.97\" cy=\"1125.73\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"838.475\" cy=\"982.213\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"838.475\" cy=\"982.213\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1279.05\" cy=\"1088.7\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1279.05\" cy=\"1088.7\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1456.85\" cy=\"885.574\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1456.85\" cy=\"885.574\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"733.701\" cy=\"914.276\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"733.701\" cy=\"914.276\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1334.59\" cy=\"1153.14\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1334.59\" cy=\"1153.14\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1273.73\" cy=\"1018.53\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1273.73\" cy=\"1018.53\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"938.451\" cy=\"1017.5\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"938.451\" cy=\"1017.5\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1098.73\" cy=\"1296.03\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1098.73\" cy=\"1296.03\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1336.92\" cy=\"983.842\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1336.92\" cy=\"983.842\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1086.12\" cy=\"1118.33\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1086.12\" cy=\"1118.33\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1615.04\" cy=\"709.961\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1615.04\" cy=\"709.961\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1752.83\" cy=\"505.974\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1752.83\" cy=\"505.974\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1061.08\" cy=\"1222.93\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1061.08\" cy=\"1222.93\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"939.313\" cy=\"1125.88\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"939.313\" cy=\"1125.88\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1423.43\" cy=\"997.837\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1423.43\" cy=\"997.837\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1129.67\" cy=\"1274.48\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1129.67\" cy=\"1274.48\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1029.21\" cy=\"1262.83\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1029.21\" cy=\"1262.83\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"993.497\" cy=\"1152.94\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"993.497\" cy=\"1152.94\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1510.84\" cy=\"786.776\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1510.84\" cy=\"786.776\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1013.78\" cy=\"1016.98\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1013.78\" cy=\"1016.98\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"926.125\" cy=\"1116.73\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"926.125\" cy=\"1116.73\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1017.27\" cy=\"1180.64\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1017.27\" cy=\"1180.64\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1399.39\" cy=\"945.274\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1399.39\" cy=\"945.274\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1342.15\" cy=\"991.259\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1342.15\" cy=\"991.259\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"850.861\" cy=\"1095.99\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"850.861\" cy=\"1095.99\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1096.77\" cy=\"1310.31\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1096.77\" cy=\"1310.31\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"546.974\" cy=\"761.681\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"546.974\" cy=\"761.681\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"946.402\" cy=\"1087.08\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"946.402\" cy=\"1087.08\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"711.862\" cy=\"878.137\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"711.862\" cy=\"878.137\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1205.66\" cy=\"1117.2\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1205.66\" cy=\"1117.2\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1199.77\" cy=\"961.48\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1199.77\" cy=\"961.48\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1362.66\" cy=\"982.304\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1362.66\" cy=\"982.304\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1290.65\" cy=\"996.53\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1290.65\" cy=\"996.53\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1124.36\" cy=\"1155.17\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1124.36\" cy=\"1155.17\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1121.57\" cy=\"1243.79\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1121.57\" cy=\"1243.79\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"709.123\" cy=\"800.5\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"709.123\" cy=\"800.5\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1455.5\" cy=\"930.866\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1455.5\" cy=\"930.866\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1080.24\" cy=\"1271.17\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1080.24\" cy=\"1271.17\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"731.138\" cy=\"958.716\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"731.138\" cy=\"958.716\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1353.8\" cy=\"906.771\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1353.8\" cy=\"906.771\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1664.34\" cy=\"750.861\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1664.34\" cy=\"750.861\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1020.85\" cy=\"1083.6\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1020.85\" cy=\"1083.6\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"801.959\" cy=\"1073.93\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"801.959\" cy=\"1073.93\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1564.16\" cy=\"710.458\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1564.16\" cy=\"710.458\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"629.303\" cy=\"770.112\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"629.303\" cy=\"770.112\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1004.84\" cy=\"1124.53\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1004.84\" cy=\"1124.53\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1240.54\" cy=\"1129.33\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1240.54\" cy=\"1129.33\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1694.17\" cy=\"645.718\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1694.17\" cy=\"645.718\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"585.88\" cy=\"585.873\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"585.88\" cy=\"585.873\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"746.384\" cy=\"852.055\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"746.384\" cy=\"852.055\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1249.15\" cy=\"1135.23\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1249.15\" cy=\"1135.23\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1083.02\" cy=\"1186.46\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1083.02\" cy=\"1186.46\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1523.11\" cy=\"729.928\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1523.11\" cy=\"729.928\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"831.49\" cy=\"921.306\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"831.49\" cy=\"921.306\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1007.47\" cy=\"1164.2\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1007.47\" cy=\"1164.2\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1044.73\" cy=\"1266.16\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1044.73\" cy=\"1266.16\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1189.06\" cy=\"1046.96\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1189.06\" cy=\"1046.96\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"682.75\" cy=\"847.935\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"682.75\" cy=\"847.935\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1074.46\" cy=\"1164.06\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1074.46\" cy=\"1164.06\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1541.23\" cy=\"874.23\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1541.23\" cy=\"874.23\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"836.714\" cy=\"842.419\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"836.714\" cy=\"842.419\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1067.86\" cy=\"1327.56\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1067.86\" cy=\"1327.56\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1614.18\" cy=\"700.439\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1614.18\" cy=\"700.439\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1307.51\" cy=\"919.565\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1307.51\" cy=\"919.565\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1081.25\" cy=\"1090.85\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1081.25\" cy=\"1090.85\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1391.3\" cy=\"1037.46\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1391.3\" cy=\"1037.46\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1140.88\" cy=\"1099.34\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1140.88\" cy=\"1099.34\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"894.864\" cy=\"1159.45\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"894.864\" cy=\"1159.45\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"606.073\" cy=\"766.028\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"606.073\" cy=\"766.028\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"777.967\" cy=\"1000.82\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"777.967\" cy=\"1000.82\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1165.52\" cy=\"1253.41\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1165.52\" cy=\"1253.41\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1093.53\" cy=\"1161.99\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1093.53\" cy=\"1161.99\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1132.59\" cy=\"1154.85\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1132.59\" cy=\"1154.85\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"684.212\" cy=\"944.583\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"684.212\" cy=\"944.583\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"971.372\" cy=\"1071.26\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"971.372\" cy=\"1071.26\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1091.34\" cy=\"1446.71\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1091.34\" cy=\"1446.71\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1476.22\" cy=\"866.162\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1476.22\" cy=\"866.162\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1012.62\" cy=\"1142.8\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1012.62\" cy=\"1142.8\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"729.376\" cy=\"956.982\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"729.376\" cy=\"956.982\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1152.54\" cy=\"1092.88\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1152.54\" cy=\"1092.88\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1048.03\" cy=\"1248.02\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1048.03\" cy=\"1248.02\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"783.912\" cy=\"1013.69\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"783.912\" cy=\"1013.69\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"814.787\" cy=\"966.363\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"814.787\" cy=\"966.363\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"820.257\" cy=\"964.303\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"820.257\" cy=\"964.303\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1080.64\" cy=\"1285.31\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1080.64\" cy=\"1285.31\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1202.88\" cy=\"1150.14\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1202.88\" cy=\"1150.14\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1171.2\" cy=\"1202.89\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1171.2\" cy=\"1202.89\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1190.16\" cy=\"1055.26\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1190.16\" cy=\"1055.26\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1552.49\" cy=\"804.073\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1552.49\" cy=\"804.073\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"354.143\" cy=\"688.945\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"354.143\" cy=\"688.945\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"982.199\" cy=\"1064.85\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"982.199\" cy=\"1064.85\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1549.59\" cy=\"816.015\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1549.59\" cy=\"816.015\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1197.46\" cy=\"1030.91\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1197.46\" cy=\"1030.91\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"973.553\" cy=\"984.495\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"973.553\" cy=\"984.495\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"941.556\" cy=\"1087.73\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"941.556\" cy=\"1087.73\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1569.91\" cy=\"694.788\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1569.91\" cy=\"694.788\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1268.1\" cy=\"1078.13\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1268.1\" cy=\"1078.13\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1370.66\" cy=\"981.252\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1370.66\" cy=\"981.252\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"489.508\" cy=\"509.958\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"489.508\" cy=\"509.958\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1010.1\" cy=\"1307.42\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1010.1\" cy=\"1307.42\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1367.38\" cy=\"1108.01\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1367.38\" cy=\"1108.01\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1213.92\" cy=\"1098.19\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1213.92\" cy=\"1098.19\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1457.89\" cy=\"827.356\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1457.89\" cy=\"827.356\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1175.59\" cy=\"1112.32\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1175.59\" cy=\"1112.32\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1316.36\" cy=\"1074.28\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1316.36\" cy=\"1074.28\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"920.962\" cy=\"1155.05\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"920.962\" cy=\"1155.05\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"819.641\" cy=\"1001.67\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"819.641\" cy=\"1001.67\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1098.88\" cy=\"1097.5\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1098.88\" cy=\"1097.5\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1348.31\" cy=\"981.649\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1348.31\" cy=\"981.649\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1127\" cy=\"1188.24\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1127\" cy=\"1188.24\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1131.55\" cy=\"1237.8\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1131.55\" cy=\"1237.8\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"426.621\" cy=\"408.242\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"426.621\" cy=\"408.242\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1248.56\" cy=\"1043.44\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1248.56\" cy=\"1043.44\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"589.126\" cy=\"812.603\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"589.126\" cy=\"812.603\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1615.51\" cy=\"865.054\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1615.51\" cy=\"865.054\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1454.08\" cy=\"814.009\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1454.08\" cy=\"814.009\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"531.985\" cy=\"719.217\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"531.985\" cy=\"719.217\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1829.01\" cy=\"417.134\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1829.01\" cy=\"417.134\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"953.756\" cy=\"1117.79\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"953.756\" cy=\"1117.79\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"688.17\" cy=\"953.911\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"688.17\" cy=\"953.911\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1549.84\" cy=\"969.36\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1549.84\" cy=\"969.36\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"211.653\" cy=\"316.913\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"211.653\" cy=\"316.913\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1513.24\" cy=\"665.049\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1513.24\" cy=\"665.049\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"896.399\" cy=\"967.002\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"896.399\" cy=\"967.002\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"497.782\" cy=\"568.367\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"497.782\" cy=\"568.367\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"606.177\" cy=\"811.108\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"606.177\" cy=\"811.108\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1206.23\" cy=\"1131.13\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1206.23\" cy=\"1131.13\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1047.78\" cy=\"1123.59\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1047.78\" cy=\"1123.59\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1192.79\" cy=\"1291.25\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1192.79\" cy=\"1291.25\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"545.605\" cy=\"776.312\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"545.605\" cy=\"776.312\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1320.83\" cy=\"1082.44\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1320.83\" cy=\"1082.44\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"982.547\" cy=\"961.801\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"982.547\" cy=\"961.801\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"706.864\" cy=\"850.82\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"706.864\" cy=\"850.82\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1495.95\" cy=\"755.452\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1495.95\" cy=\"755.452\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1086.67\" cy=\"1217.6\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1086.67\" cy=\"1217.6\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1532.05\" cy=\"708.03\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1532.05\" cy=\"708.03\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1606.54\" cy=\"736.352\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1606.54\" cy=\"736.352\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"921.451\" cy=\"993.408\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"921.451\" cy=\"993.408\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1159.19\" cy=\"1232.7\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1159.19\" cy=\"1232.7\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1022.64\" cy=\"855.785\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1022.64\" cy=\"855.785\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1216.17\" cy=\"1086.02\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1216.17\" cy=\"1086.02\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1121.65\" cy=\"1131.33\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1121.65\" cy=\"1131.33\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"988.149\" cy=\"1246.14\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"988.149\" cy=\"1246.14\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"865.137\" cy=\"1207.59\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"865.137\" cy=\"1207.59\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1348.33\" cy=\"947.045\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1348.33\" cy=\"947.045\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1373.75\" cy=\"1037.07\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1373.75\" cy=\"1037.07\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"999.948\" cy=\"1096.81\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"999.948\" cy=\"1096.81\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1060.05\" cy=\"1292.02\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1060.05\" cy=\"1292.02\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"943.395\" cy=\"952.071\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"943.395\" cy=\"952.071\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1079.14\" cy=\"1277.47\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1079.14\" cy=\"1277.47\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1138.94\" cy=\"1205.68\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1138.94\" cy=\"1205.68\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1276.99\" cy=\"1060.6\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1276.99\" cy=\"1060.6\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1066.12\" cy=\"1264.98\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1066.12\" cy=\"1264.98\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1127.42\" cy=\"1188.76\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1127.42\" cy=\"1188.76\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1177.72\" cy=\"1048.34\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1177.72\" cy=\"1048.34\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"951.54\" cy=\"1219.27\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"951.54\" cy=\"1219.27\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"806.424\" cy=\"943.739\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"806.424\" cy=\"943.739\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"650.356\" cy=\"914.914\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"650.356\" cy=\"914.914\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1294.42\" cy=\"834.347\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1294.42\" cy=\"834.347\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1116.27\" cy=\"1190.43\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1116.27\" cy=\"1190.43\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1261.05\" cy=\"1093.72\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1261.05\" cy=\"1093.72\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1055.36\" cy=\"1138.57\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1055.36\" cy=\"1138.57\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1365.16\" cy=\"796.954\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1365.16\" cy=\"796.954\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"637.552\" cy=\"847.799\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"637.552\" cy=\"847.799\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"926.935\" cy=\"1151.67\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"926.935\" cy=\"1151.67\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1081.82\" cy=\"1270.36\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1081.82\" cy=\"1270.36\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1521.11\" cy=\"922.807\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1521.11\" cy=\"922.807\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1268.02\" cy=\"1021.22\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1268.02\" cy=\"1021.22\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1257.32\" cy=\"1279.36\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1257.32\" cy=\"1279.36\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1141.7\" cy=\"1050.26\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1141.7\" cy=\"1050.26\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1145.84\" cy=\"1117.54\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1145.84\" cy=\"1117.54\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"662.048\" cy=\"821.35\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"662.048\" cy=\"821.35\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1137.62\" cy=\"1223.21\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1137.62\" cy=\"1223.21\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1402.49\" cy=\"859.064\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1402.49\" cy=\"859.064\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"399.919\" cy=\"637.436\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"399.919\" cy=\"637.436\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"760.453\" cy=\"927.585\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"760.453\" cy=\"927.585\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"326.911\" cy=\"595.514\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"326.911\" cy=\"595.514\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1715.71\" cy=\"868.823\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1715.71\" cy=\"868.823\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1513.39\" cy=\"846.368\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1513.39\" cy=\"846.368\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"731.162\" cy=\"1030.81\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"731.162\" cy=\"1030.81\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1245.48\" cy=\"1123.8\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1245.48\" cy=\"1123.8\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1032.33\" cy=\"1167.71\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1032.33\" cy=\"1167.71\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"929.323\" cy=\"1246.13\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"929.323\" cy=\"1246.13\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1157.78\" cy=\"1117.43\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1157.78\" cy=\"1117.43\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"947.279\" cy=\"1152.66\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"947.279\" cy=\"1152.66\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"536.663\" cy=\"799.457\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"536.663\" cy=\"799.457\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1285.95\" cy=\"982.351\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1285.95\" cy=\"982.351\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1846.48\" cy=\"549.971\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1846.48\" cy=\"549.971\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"939.95\" cy=\"1210.78\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"939.95\" cy=\"1210.78\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"937.223\" cy=\"1097.01\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"937.223\" cy=\"1097.01\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"969.39\" cy=\"1145.34\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"969.39\" cy=\"1145.34\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1115.34\" cy=\"1171.64\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1115.34\" cy=\"1171.64\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1483.29\" cy=\"857.678\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1483.29\" cy=\"857.678\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1169.41\" cy=\"1210.75\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1169.41\" cy=\"1210.75\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"757.823\" cy=\"652.913\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"757.823\" cy=\"652.913\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1346.23\" cy=\"899.805\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1346.23\" cy=\"899.805\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1250.54\" cy=\"1094.86\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1250.54\" cy=\"1094.86\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"935.221\" cy=\"1154.01\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"935.221\" cy=\"1154.01\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1032.98\" cy=\"1134.51\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1032.98\" cy=\"1134.51\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1367.71\" cy=\"925.161\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1367.71\" cy=\"925.161\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1356.8\" cy=\"913.527\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1356.8\" cy=\"913.527\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1147.07\" cy=\"1287.82\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1147.07\" cy=\"1287.82\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1228.66\" cy=\"1050.87\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1228.66\" cy=\"1050.87\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1689.43\" cy=\"635.338\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1689.43\" cy=\"635.338\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1245.43\" cy=\"1086.78\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1245.43\" cy=\"1086.78\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1245.53\" cy=\"1063.73\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1245.53\" cy=\"1063.73\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1226.12\" cy=\"1137.32\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1226.12\" cy=\"1137.32\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1098.94\" cy=\"1168.39\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1098.94\" cy=\"1168.39\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1270.73\" cy=\"1112.42\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1270.73\" cy=\"1112.42\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"801.371\" cy=\"1055.18\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"801.371\" cy=\"1055.18\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"927.252\" cy=\"1107.26\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"927.252\" cy=\"1107.26\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"860.427\" cy=\"826.956\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"860.427\" cy=\"826.956\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1230.43\" cy=\"1162.1\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1230.43\" cy=\"1162.1\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1237.6\" cy=\"1061.81\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1237.6\" cy=\"1061.81\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"939.162\" cy=\"1169.03\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"939.162\" cy=\"1169.03\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1382\" cy=\"905.867\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1382\" cy=\"905.867\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"895.355\" cy=\"988.875\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"895.355\" cy=\"988.875\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1740.39\" cy=\"660.104\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1740.39\" cy=\"660.104\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1167.43\" cy=\"1309.69\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1167.43\" cy=\"1309.69\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1120.33\" cy=\"1046.94\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1120.33\" cy=\"1046.94\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1057.13\" cy=\"1182.88\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1057.13\" cy=\"1182.88\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1478.43\" cy=\"913.582\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1478.43\" cy=\"913.582\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"745.366\" cy=\"804.169\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"745.366\" cy=\"804.169\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1167.17\" cy=\"1122.05\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1167.17\" cy=\"1122.05\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"529.659\" cy=\"670.37\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"529.659\" cy=\"670.37\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1024.23\" cy=\"1196.25\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1024.23\" cy=\"1196.25\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"855.534\" cy=\"1116.21\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"855.534\" cy=\"1116.21\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1017.36\" cy=\"1054.61\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1017.36\" cy=\"1054.61\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1011.26\" cy=\"1310.38\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1011.26\" cy=\"1310.38\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1286.28\" cy=\"1066.64\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1286.28\" cy=\"1066.64\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"696.271\" cy=\"1016.72\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"696.271\" cy=\"1016.72\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1114.19\" cy=\"1222.65\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1114.19\" cy=\"1222.65\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1009.65\" cy=\"1113.93\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1009.65\" cy=\"1113.93\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1161.12\" cy=\"1220\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1161.12\" cy=\"1220\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1081.69\" cy=\"1277.7\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1081.69\" cy=\"1277.7\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"814.384\" cy=\"824.993\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"814.384\" cy=\"824.993\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1045.5\" cy=\"1239.28\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1045.5\" cy=\"1239.28\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"874.546\" cy=\"1167.07\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"874.546\" cy=\"1167.07\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1103.86\" cy=\"1245.05\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1103.86\" cy=\"1245.05\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"722.572\" cy=\"1171.33\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"722.572\" cy=\"1171.33\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"452.521\" cy=\"626.928\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"452.521\" cy=\"626.928\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"832.991\" cy=\"1113.7\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"832.991\" cy=\"1113.7\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1124.28\" cy=\"1235.44\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1124.28\" cy=\"1235.44\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1014.64\" cy=\"1245.46\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1014.64\" cy=\"1245.46\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"652.927\" cy=\"890.52\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"652.927\" cy=\"890.52\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"700.601\" cy=\"842.118\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"700.601\" cy=\"842.118\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"813.424\" cy=\"934.05\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"813.424\" cy=\"934.05\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"611.824\" cy=\"836.819\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"611.824\" cy=\"836.819\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"938.758\" cy=\"1127.71\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"938.758\" cy=\"1127.71\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"894.288\" cy=\"1145.11\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"894.288\" cy=\"1145.11\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1104.67\" cy=\"1245.66\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1104.67\" cy=\"1245.66\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1117.09\" cy=\"1195.07\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1117.09\" cy=\"1195.07\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1632.95\" cy=\"755.766\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1632.95\" cy=\"755.766\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"860.732\" cy=\"1025.34\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"860.732\" cy=\"1025.34\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"843.122\" cy=\"940.987\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"843.122\" cy=\"940.987\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1398.82\" cy=\"920.183\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1398.82\" cy=\"920.183\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1093.32\" cy=\"1226.64\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1093.32\" cy=\"1226.64\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"761.273\" cy=\"850.768\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"761.273\" cy=\"850.768\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"928.947\" cy=\"1065.5\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"928.947\" cy=\"1065.5\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1233.23\" cy=\"1144.82\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1233.23\" cy=\"1144.82\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1533.31\" cy=\"893.823\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1533.31\" cy=\"893.823\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1184.92\" cy=\"1243.63\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1184.92\" cy=\"1243.63\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"923.478\" cy=\"1148.65\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"923.478\" cy=\"1148.65\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1058.17\" cy=\"1300.46\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1058.17\" cy=\"1300.46\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"885.551\" cy=\"1091.1\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"885.551\" cy=\"1091.1\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"607.45\" cy=\"929.184\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"607.45\" cy=\"929.184\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1425.41\" cy=\"813.541\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1425.41\" cy=\"813.541\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1487.3\" cy=\"962.419\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1487.3\" cy=\"962.419\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1446.05\" cy=\"823.702\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1446.05\" cy=\"823.702\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1495.57\" cy=\"969.598\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1495.57\" cy=\"969.598\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1470.21\" cy=\"862.694\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1470.21\" cy=\"862.694\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1554.95\" cy=\"936.913\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1554.95\" cy=\"936.913\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1157.91\" cy=\"1094.79\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1157.91\" cy=\"1094.79\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1085.06\" cy=\"1372.45\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1085.06\" cy=\"1372.45\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1274.11\" cy=\"1101.12\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1274.11\" cy=\"1101.12\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"664.068\" cy=\"844.043\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"664.068\" cy=\"844.043\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"856.858\" cy=\"1028.13\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"856.858\" cy=\"1028.13\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"677.086\" cy=\"819.814\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"677.086\" cy=\"819.814\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1504.84\" cy=\"718.962\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1504.84\" cy=\"718.962\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1181.8\" cy=\"1098.23\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1181.8\" cy=\"1098.23\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1408.28\" cy=\"940.046\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1408.28\" cy=\"940.046\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1043.63\" cy=\"1157.45\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1043.63\" cy=\"1157.45\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"930.837\" cy=\"1156.3\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"930.837\" cy=\"1156.3\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1122.49\" cy=\"1216.46\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1122.49\" cy=\"1216.46\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"816.007\" cy=\"804.714\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"816.007\" cy=\"804.714\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1311.03\" cy=\"1117.67\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1311.03\" cy=\"1117.67\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1203.66\" cy=\"1041.42\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1203.66\" cy=\"1041.42\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1225.27\" cy=\"1022.36\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1225.27\" cy=\"1022.36\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1038.8\" cy=\"1293.23\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1038.8\" cy=\"1293.23\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1490.1\" cy=\"932.733\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1490.1\" cy=\"932.733\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1346.71\" cy=\"974.509\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1346.71\" cy=\"974.509\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1379.11\" cy=\"929.544\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1379.11\" cy=\"929.544\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1875.76\" cy=\"481.73\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1875.76\" cy=\"481.73\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"828.605\" cy=\"1017.41\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"828.605\" cy=\"1017.41\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1393.12\" cy=\"1101.56\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1393.12\" cy=\"1101.56\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1286.66\" cy=\"1176.85\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1286.66\" cy=\"1176.85\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1022.54\" cy=\"1221.27\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1022.54\" cy=\"1221.27\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1341.37\" cy=\"1062.07\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1341.37\" cy=\"1062.07\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1651.98\" cy=\"816.193\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1651.98\" cy=\"816.193\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"725.576\" cy=\"915.286\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"725.576\" cy=\"915.286\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"876.446\" cy=\"956.747\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"876.446\" cy=\"956.747\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1260.49\" cy=\"1040.75\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1260.49\" cy=\"1040.75\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"647.834\" cy=\"839.045\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"647.834\" cy=\"839.045\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1106.46\" cy=\"1233.88\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1106.46\" cy=\"1233.88\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"666.867\" cy=\"903.311\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"666.867\" cy=\"903.311\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"508.276\" cy=\"682.729\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"508.276\" cy=\"682.729\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1302.4\" cy=\"1070.21\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1302.4\" cy=\"1070.21\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1556.62\" cy=\"754.632\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1556.62\" cy=\"754.632\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"804.17\" cy=\"1022.85\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"804.17\" cy=\"1022.85\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1062.63\" cy=\"1401.75\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1062.63\" cy=\"1401.75\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"867.627\" cy=\"1028.42\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"867.627\" cy=\"1028.42\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"789.744\" cy=\"871.171\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"789.744\" cy=\"871.171\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1017.67\" cy=\"1228.35\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1017.67\" cy=\"1228.35\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1042.37\" cy=\"1090.69\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1042.37\" cy=\"1090.69\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"613.045\" cy=\"880.125\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"613.045\" cy=\"880.125\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"920.621\" cy=\"1093.19\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"920.621\" cy=\"1093.19\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"959.963\" cy=\"1185\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"959.963\" cy=\"1185\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1216.31\" cy=\"1162.45\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1216.31\" cy=\"1162.45\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1487.21\" cy=\"902.716\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1487.21\" cy=\"902.716\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1274.66\" cy=\"1215.38\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1274.66\" cy=\"1215.38\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"262.973\" cy=\"563.615\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"262.973\" cy=\"563.615\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"923.998\" cy=\"1051.02\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"923.998\" cy=\"1051.02\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1321.66\" cy=\"1112.49\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1321.66\" cy=\"1112.49\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1982.02\" cy=\"522.935\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1982.02\" cy=\"522.935\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"648.521\" cy=\"744.492\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"648.521\" cy=\"744.492\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"985.499\" cy=\"1096.98\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"985.499\" cy=\"1096.98\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1789.08\" cy=\"530.875\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1789.08\" cy=\"530.875\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"938.039\" cy=\"1168.42\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"938.039\" cy=\"1168.42\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1360.74\" cy=\"931.072\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1360.74\" cy=\"931.072\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"683.639\" cy=\"888.355\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"683.639\" cy=\"888.355\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1858.11\" cy=\"505.092\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1858.11\" cy=\"505.092\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1160.34\" cy=\"1253.96\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1160.34\" cy=\"1253.96\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1545.03\" cy=\"945.363\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1545.03\" cy=\"945.363\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1191.34\" cy=\"1188.87\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1191.34\" cy=\"1188.87\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"585.622\" cy=\"895.908\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"585.622\" cy=\"895.908\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1777.11\" cy=\"582.293\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1777.11\" cy=\"582.293\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1227.87\" cy=\"1061.03\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1227.87\" cy=\"1061.03\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1197.77\" cy=\"1197.42\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1197.77\" cy=\"1197.42\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"610.551\" cy=\"902.971\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"610.551\" cy=\"902.971\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"861.365\" cy=\"960.625\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"861.365\" cy=\"960.625\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1241.18\" cy=\"1114.13\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1241.18\" cy=\"1114.13\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1232.63\" cy=\"1188.68\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1232.63\" cy=\"1188.68\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1447.68\" cy=\"843.607\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1447.68\" cy=\"843.607\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1584.3\" cy=\"678.262\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1584.3\" cy=\"678.262\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1103.86\" cy=\"1239.67\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1103.86\" cy=\"1239.67\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"618.331\" cy=\"907.438\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"618.331\" cy=\"907.438\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"767.004\" cy=\"818.377\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"767.004\" cy=\"818.377\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1044.81\" cy=\"993.59\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1044.81\" cy=\"993.59\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1235.29\" cy=\"1221.73\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1235.29\" cy=\"1221.73\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"773.189\" cy=\"935.333\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"773.189\" cy=\"935.333\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1838.36\" cy=\"535.757\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1838.36\" cy=\"535.757\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1288.62\" cy=\"989.637\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1288.62\" cy=\"989.637\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1530.41\" cy=\"869.401\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1530.41\" cy=\"869.401\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1548.69\" cy=\"723.008\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1548.69\" cy=\"723.008\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"686.076\" cy=\"947.912\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"686.076\" cy=\"947.912\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"664.074\" cy=\"841.696\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"664.074\" cy=\"841.696\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1674.02\" cy=\"680.683\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1674.02\" cy=\"680.683\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1318.47\" cy=\"1118.55\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1318.47\" cy=\"1118.55\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1171.5\" cy=\"1044.38\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1171.5\" cy=\"1044.38\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"988.685\" cy=\"1256.67\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"988.685\" cy=\"1256.67\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"596.432\" cy=\"701.729\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"596.432\" cy=\"701.729\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1323.67\" cy=\"939.525\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1323.67\" cy=\"939.525\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1592.17\" cy=\"810.583\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1592.17\" cy=\"810.583\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1325.79\" cy=\"866.223\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1325.79\" cy=\"866.223\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"850.474\" cy=\"990.757\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"850.474\" cy=\"990.757\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1432.19\" cy=\"791.162\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1432.19\" cy=\"791.162\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"798.154\" cy=\"920.7\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"798.154\" cy=\"920.7\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"817.825\" cy=\"1083.05\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"817.825\" cy=\"1083.05\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1596.43\" cy=\"848.183\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1596.43\" cy=\"848.183\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1716.62\" cy=\"742.731\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1716.62\" cy=\"742.731\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"553.556\" cy=\"694.946\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"553.556\" cy=\"694.946\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1093.87\" cy=\"1248.61\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1093.87\" cy=\"1248.61\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"778.647\" cy=\"842.99\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"778.647\" cy=\"842.99\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"506.023\" cy=\"937.701\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"506.023\" cy=\"937.701\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"328.262\" cy=\"766.523\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"328.262\" cy=\"766.523\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"710.34\" cy=\"637.882\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"710.34\" cy=\"637.882\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"586.445\" cy=\"775.009\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"586.445\" cy=\"775.009\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1165.56\" cy=\"1119.77\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1165.56\" cy=\"1119.77\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"984.404\" cy=\"1147.52\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"984.404\" cy=\"1147.52\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1835.05\" cy=\"468.455\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1835.05\" cy=\"468.455\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1167.09\" cy=\"1250.06\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1167.09\" cy=\"1250.06\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"987.181\" cy=\"1136.6\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"987.181\" cy=\"1136.6\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1364.4\" cy=\"965.232\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1364.4\" cy=\"965.232\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"969.697\" cy=\"1053.91\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"969.697\" cy=\"1053.91\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"241.946\" cy=\"593.138\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"241.946\" cy=\"593.138\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1200.41\" cy=\"1063.76\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1200.41\" cy=\"1063.76\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"872.779\" cy=\"1098.15\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"872.779\" cy=\"1098.15\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1075.22\" cy=\"1244.48\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1075.22\" cy=\"1244.48\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1234.78\" cy=\"947.701\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1234.78\" cy=\"947.701\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1246.93\" cy=\"1023.63\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1246.93\" cy=\"1023.63\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"622.974\" cy=\"784.407\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"622.974\" cy=\"784.407\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1105.89\" cy=\"1140.87\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1105.89\" cy=\"1140.87\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1297.74\" cy=\"1104.05\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1297.74\" cy=\"1104.05\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"976.893\" cy=\"1132.74\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"976.893\" cy=\"1132.74\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1443.35\" cy=\"853.539\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1443.35\" cy=\"853.539\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1348.14\" cy=\"931.863\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1348.14\" cy=\"931.863\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1045.67\" cy=\"1081.31\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1045.67\" cy=\"1081.31\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1049.56\" cy=\"1098.14\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1049.56\" cy=\"1098.14\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1639.91\" cy=\"621.958\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1639.91\" cy=\"621.958\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"921.844\" cy=\"995.463\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"921.844\" cy=\"995.463\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1275.48\" cy=\"979.309\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1275.48\" cy=\"979.309\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"951.183\" cy=\"1067.55\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"951.183\" cy=\"1067.55\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"722.145\" cy=\"864.824\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"722.145\" cy=\"864.824\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1574.02\" cy=\"765.284\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1574.02\" cy=\"765.284\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"946.661\" cy=\"1169.67\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"946.661\" cy=\"1169.67\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1100.76\" cy=\"1101.54\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1100.76\" cy=\"1101.54\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1481.6\" cy=\"834.743\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1481.6\" cy=\"834.743\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1163.87\" cy=\"1292.23\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1163.87\" cy=\"1292.23\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"939.096\" cy=\"1025.51\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"939.096\" cy=\"1025.51\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1357.91\" cy=\"841.038\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1357.91\" cy=\"841.038\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"984.724\" cy=\"1140.57\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"984.724\" cy=\"1140.57\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"856.491\" cy=\"1038.57\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"856.491\" cy=\"1038.57\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1030.16\" cy=\"1096.11\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1030.16\" cy=\"1096.11\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"725.304\" cy=\"942.068\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"725.304\" cy=\"942.068\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"637.306\" cy=\"765.555\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"637.306\" cy=\"765.555\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1367.75\" cy=\"1073.79\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1367.75\" cy=\"1073.79\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"937.019\" cy=\"1018.72\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"937.019\" cy=\"1018.72\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"897.941\" cy=\"1140.78\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"897.941\" cy=\"1140.78\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1209.43\" cy=\"1123.13\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1209.43\" cy=\"1123.13\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"553.076\" cy=\"634.985\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"553.076\" cy=\"634.985\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"414.678\" cy=\"700.974\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"414.678\" cy=\"700.974\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1622.49\" cy=\"755.242\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1622.49\" cy=\"755.242\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1011.71\" cy=\"981.872\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1011.71\" cy=\"981.872\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1424.55\" cy=\"964.302\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1424.55\" cy=\"964.302\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"966.658\" cy=\"1090.65\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"966.658\" cy=\"1090.65\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"846.957\" cy=\"995.708\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"846.957\" cy=\"995.708\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"871.278\" cy=\"967.007\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"871.278\" cy=\"967.007\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1573.81\" cy=\"953.112\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1573.81\" cy=\"953.112\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"381.732\" cy=\"557.817\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"381.732\" cy=\"557.817\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1012.38\" cy=\"1265.6\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1012.38\" cy=\"1265.6\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"842.83\" cy=\"1047.67\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"842.83\" cy=\"1047.67\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1071.6\" cy=\"1155.58\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1071.6\" cy=\"1155.58\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1124.02\" cy=\"1226.89\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1124.02\" cy=\"1226.89\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"873.495\" cy=\"1009.89\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"873.495\" cy=\"1009.89\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"985.883\" cy=\"1132.42\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"985.883\" cy=\"1132.42\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"901.769\" cy=\"1104.32\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"901.769\" cy=\"1104.32\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1435.32\" cy=\"861.457\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1435.32\" cy=\"861.457\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1410.08\" cy=\"860.739\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1410.08\" cy=\"860.739\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1051.24\" cy=\"1130.69\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1051.24\" cy=\"1130.69\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"915.41\" cy=\"1137.27\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"915.41\" cy=\"1137.27\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1114.2\" cy=\"1098.73\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1114.2\" cy=\"1098.73\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"633.737\" cy=\"831.567\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"633.737\" cy=\"831.567\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"624.456\" cy=\"819.484\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"624.456\" cy=\"819.484\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"800.02\" cy=\"1046.35\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"800.02\" cy=\"1046.35\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"903.559\" cy=\"1011.26\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"903.559\" cy=\"1011.26\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"913.304\" cy=\"1053.37\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"913.304\" cy=\"1053.37\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1081.13\" cy=\"1290.27\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1081.13\" cy=\"1290.27\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1376.87\" cy=\"936.735\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1376.87\" cy=\"936.735\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1018.57\" cy=\"1219.87\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1018.57\" cy=\"1219.87\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1664.28\" cy=\"672.458\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1664.28\" cy=\"672.458\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"957.286\" cy=\"948.521\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"957.286\" cy=\"948.521\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"816.064\" cy=\"1102.87\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"816.064\" cy=\"1102.87\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1038.58\" cy=\"1141.07\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1038.58\" cy=\"1141.07\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1357.77\" cy=\"1033.64\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1357.77\" cy=\"1033.64\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1273.56\" cy=\"1059.32\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1273.56\" cy=\"1059.32\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1311.05\" cy=\"901.257\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1311.05\" cy=\"901.257\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"760.381\" cy=\"827.891\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"760.381\" cy=\"827.891\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"584.291\" cy=\"846.958\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"584.291\" cy=\"846.958\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"897.982\" cy=\"943.414\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"897.982\" cy=\"943.414\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1220.21\" cy=\"1105.55\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1220.21\" cy=\"1105.55\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1193.07\" cy=\"1025.97\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1193.07\" cy=\"1025.97\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"982.161\" cy=\"1315.52\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"982.161\" cy=\"1315.52\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1041.12\" cy=\"1317.09\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1041.12\" cy=\"1317.09\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1439.66\" cy=\"977.881\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1439.66\" cy=\"977.881\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1612.16\" cy=\"742.205\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1612.16\" cy=\"742.205\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1274\" cy=\"1036.68\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1274\" cy=\"1036.68\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"717.704\" cy=\"990.224\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"717.704\" cy=\"990.224\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"988.666\" cy=\"1165.37\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"988.666\" cy=\"1165.37\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"806.195\" cy=\"1030.71\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"806.195\" cy=\"1030.71\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1497.78\" cy=\"934.813\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1497.78\" cy=\"934.813\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"515.812\" cy=\"483.3\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"515.812\" cy=\"483.3\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1141.56\" cy=\"1109.68\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1141.56\" cy=\"1109.68\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"860.978\" cy=\"1116.67\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"860.978\" cy=\"1116.67\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1297.66\" cy=\"880.952\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1297.66\" cy=\"880.952\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"950.021\" cy=\"1143.25\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"950.021\" cy=\"1143.25\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1242.93\" cy=\"1009.75\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1242.93\" cy=\"1009.75\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"775.157\" cy=\"710.735\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"775.157\" cy=\"710.735\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"868.583\" cy=\"995.504\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"868.583\" cy=\"995.504\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1098.34\" cy=\"1235.99\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1098.34\" cy=\"1235.99\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1365.55\" cy=\"900.916\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1365.55\" cy=\"900.916\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"729.513\" cy=\"856.453\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"729.513\" cy=\"856.453\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1361.89\" cy=\"1079.23\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1361.89\" cy=\"1079.23\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1160.34\" cy=\"1285.01\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1160.34\" cy=\"1285.01\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1003.82\" cy=\"1247.7\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1003.82\" cy=\"1247.7\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1104.13\" cy=\"1231.47\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1104.13\" cy=\"1231.47\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1156.69\" cy=\"951.929\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1156.69\" cy=\"951.929\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1155.34\" cy=\"1221.08\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1155.34\" cy=\"1221.08\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1607.93\" cy=\"911.785\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1607.93\" cy=\"911.785\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1097\" cy=\"1156.66\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1097\" cy=\"1156.66\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1464.39\" cy=\"869.886\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1464.39\" cy=\"869.886\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1109.93\" cy=\"1211.81\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1109.93\" cy=\"1211.81\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1117.89\" cy=\"1074.19\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1117.89\" cy=\"1074.19\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1178.97\" cy=\"1084.98\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1178.97\" cy=\"1084.98\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1133.68\" cy=\"1175.2\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1133.68\" cy=\"1175.2\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1165.6\" cy=\"1069.7\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1165.6\" cy=\"1069.7\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1285.5\" cy=\"957.686\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1285.5\" cy=\"957.686\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"632.762\" cy=\"1069.55\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"632.762\" cy=\"1069.55\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1109.87\" cy=\"1185\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1109.87\" cy=\"1185\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1002.76\" cy=\"1160.13\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1002.76\" cy=\"1160.13\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"399.933\" cy=\"503.92\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"399.933\" cy=\"503.92\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"965.062\" cy=\"1181.23\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"965.062\" cy=\"1181.23\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"800.859\" cy=\"860.514\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"800.859\" cy=\"860.514\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"675.872\" cy=\"976.92\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"675.872\" cy=\"976.92\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1624.29\" cy=\"829.552\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1624.29\" cy=\"829.552\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1148.55\" cy=\"1253.19\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1148.55\" cy=\"1253.19\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"835.766\" cy=\"944.168\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"835.766\" cy=\"944.168\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1116\" cy=\"1390.09\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1116\" cy=\"1390.09\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1015.63\" cy=\"1313.98\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1015.63\" cy=\"1313.98\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"920.692\" cy=\"1000.91\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"920.692\" cy=\"1000.91\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1441.91\" cy=\"1114.7\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1441.91\" cy=\"1114.7\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"801.202\" cy=\"928.629\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"801.202\" cy=\"928.629\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"640.669\" cy=\"807.517\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"640.669\" cy=\"807.517\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"671.809\" cy=\"876.846\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"671.809\" cy=\"876.846\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"979.516\" cy=\"1165.41\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"979.516\" cy=\"1165.41\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"684.945\" cy=\"955.679\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"684.945\" cy=\"955.679\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"283.171\" cy=\"532.143\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"283.171\" cy=\"532.143\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1172.81\" cy=\"1135.09\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1172.81\" cy=\"1135.09\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"918.376\" cy=\"1015.01\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"918.376\" cy=\"1015.01\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1457.29\" cy=\"1056.41\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1457.29\" cy=\"1056.41\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1087.24\" cy=\"1104.42\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1087.24\" cy=\"1104.42\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1153.26\" cy=\"1053.47\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1153.26\" cy=\"1053.47\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1508.15\" cy=\"771.787\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1508.15\" cy=\"771.787\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1033.73\" cy=\"1116.7\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1033.73\" cy=\"1116.7\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"826.049\" cy=\"1000.09\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"826.049\" cy=\"1000.09\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1176.18\" cy=\"1088.49\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1176.18\" cy=\"1088.49\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1234.07\" cy=\"1282.51\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1234.07\" cy=\"1282.51\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1064.14\" cy=\"1241.64\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1064.14\" cy=\"1241.64\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"955.294\" cy=\"1092.67\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"955.294\" cy=\"1092.67\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1266.38\" cy=\"1170.37\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1266.38\" cy=\"1170.37\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1107.18\" cy=\"1079.89\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1107.18\" cy=\"1079.89\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"689.46\" cy=\"758.232\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"689.46\" cy=\"758.232\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1201.46\" cy=\"1164.73\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1201.46\" cy=\"1164.73\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1381.86\" cy=\"820.521\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1381.86\" cy=\"820.521\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1467.75\" cy=\"809.013\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1467.75\" cy=\"809.013\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"715.678\" cy=\"1026.94\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"715.678\" cy=\"1026.94\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1032.51\" cy=\"1101\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1032.51\" cy=\"1101\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"793.905\" cy=\"854.023\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"793.905\" cy=\"854.023\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"854.17\" cy=\"926.964\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"854.17\" cy=\"926.964\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"836.191\" cy=\"928.062\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"836.191\" cy=\"928.062\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1302.17\" cy=\"987.126\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1302.17\" cy=\"987.126\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1198.61\" cy=\"1098.07\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1198.61\" cy=\"1098.07\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"794.689\" cy=\"952.745\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"794.689\" cy=\"952.745\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1437.7\" cy=\"862.008\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1437.7\" cy=\"862.008\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"982.521\" cy=\"1225.63\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"982.521\" cy=\"1225.63\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1175.27\" cy=\"1240.01\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1175.27\" cy=\"1240.01\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"526.976\" cy=\"749.505\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"526.976\" cy=\"749.505\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"947.984\" cy=\"1166.28\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"947.984\" cy=\"1166.28\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1003.76\" cy=\"990.184\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1003.76\" cy=\"990.184\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1643.43\" cy=\"730.275\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1643.43\" cy=\"730.275\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"901.581\" cy=\"1138.08\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"901.581\" cy=\"1138.08\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1420.56\" cy=\"771.698\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1420.56\" cy=\"771.698\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"861.001\" cy=\"1013.64\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"861.001\" cy=\"1013.64\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1627.2\" cy=\"794.138\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1627.2\" cy=\"794.138\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"947.999\" cy=\"1156.6\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"947.999\" cy=\"1156.6\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1065.64\" cy=\"1293.72\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1065.64\" cy=\"1293.72\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1596.38\" cy=\"850.921\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1596.38\" cy=\"850.921\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1211.96\" cy=\"1094.79\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1211.96\" cy=\"1094.79\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1136.41\" cy=\"1058.81\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1136.41\" cy=\"1058.81\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1384.44\" cy=\"894.806\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1384.44\" cy=\"894.806\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1198.48\" cy=\"1018.31\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1198.48\" cy=\"1018.31\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1191.76\" cy=\"1186.92\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1191.76\" cy=\"1186.92\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"841.786\" cy=\"1019.94\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"841.786\" cy=\"1019.94\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1268.04\" cy=\"1086.7\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1268.04\" cy=\"1086.7\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1196.04\" cy=\"1130.67\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1196.04\" cy=\"1130.67\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"981.073\" cy=\"1192.19\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"981.073\" cy=\"1192.19\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1193.55\" cy=\"1230.11\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1193.55\" cy=\"1230.11\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1239.89\" cy=\"991.484\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1239.89\" cy=\"991.484\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1065.35\" cy=\"1234.24\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1065.35\" cy=\"1234.24\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1020.61\" cy=\"1063.12\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1020.61\" cy=\"1063.12\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1205.77\" cy=\"1122.73\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1205.77\" cy=\"1122.73\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1134.97\" cy=\"1171.43\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1134.97\" cy=\"1171.43\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"531.865\" cy=\"707.051\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"531.865\" cy=\"707.051\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1334.4\" cy=\"931.183\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1334.4\" cy=\"931.183\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1106.94\" cy=\"1299.41\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1106.94\" cy=\"1299.41\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"795.326\" cy=\"1010.06\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"795.326\" cy=\"1010.06\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1013.24\" cy=\"1200.64\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1013.24\" cy=\"1200.64\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1319.16\" cy=\"1007.98\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1319.16\" cy=\"1007.98\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"726.378\" cy=\"801.06\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"726.378\" cy=\"801.06\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1464.04\" cy=\"833.253\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1464.04\" cy=\"833.253\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1317.55\" cy=\"1028.41\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1317.55\" cy=\"1028.41\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"212.075\" cy=\"478.751\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"212.075\" cy=\"478.751\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"957.301\" cy=\"1204.57\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"957.301\" cy=\"1204.57\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"781.8\" cy=\"1038.15\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"781.8\" cy=\"1038.15\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"632.887\" cy=\"924.578\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"632.887\" cy=\"924.578\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1191.99\" cy=\"1083.88\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1191.99\" cy=\"1083.88\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"828.904\" cy=\"934.774\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"828.904\" cy=\"934.774\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"652.089\" cy=\"783.779\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"652.089\" cy=\"783.779\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"740.158\" cy=\"901.685\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"740.158\" cy=\"901.685\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1815.76\" cy=\"587.33\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1815.76\" cy=\"587.33\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"766.011\" cy=\"993.531\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"766.011\" cy=\"993.531\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"570.857\" cy=\"733.312\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"570.857\" cy=\"733.312\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1497.98\" cy=\"839.95\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1497.98\" cy=\"839.95\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"840.504\" cy=\"943.327\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"840.504\" cy=\"943.327\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1194.35\" cy=\"1155.06\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1194.35\" cy=\"1155.06\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"932.013\" cy=\"1027.13\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"932.013\" cy=\"1027.13\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1555.34\" cy=\"800.642\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1555.34\" cy=\"800.642\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1021.63\" cy=\"1287.08\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1021.63\" cy=\"1287.08\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"881.802\" cy=\"1038.55\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"881.802\" cy=\"1038.55\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1017.08\" cy=\"1283.41\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1017.08\" cy=\"1283.41\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"777.3\" cy=\"1006.83\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"777.3\" cy=\"1006.83\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"575.991\" cy=\"875.097\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"575.991\" cy=\"875.097\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"912.281\" cy=\"1130.79\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"912.281\" cy=\"1130.79\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1252.13\" cy=\"1073.57\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1252.13\" cy=\"1073.57\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1079.24\" cy=\"1176.06\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1079.24\" cy=\"1176.06\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"751.648\" cy=\"1015.78\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"751.648\" cy=\"1015.78\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1384.07\" cy=\"796.001\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1384.07\" cy=\"796.001\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1111.73\" cy=\"1162.23\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1111.73\" cy=\"1162.23\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"931.554\" cy=\"1176.95\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"931.554\" cy=\"1176.95\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"832.347\" cy=\"1010.35\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"832.347\" cy=\"1010.35\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1126.99\" cy=\"1107.38\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1126.99\" cy=\"1107.38\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"403.341\" cy=\"590.918\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"403.341\" cy=\"590.918\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"891.879\" cy=\"1063.93\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"891.879\" cy=\"1063.93\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1172.7\" cy=\"1318.67\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1172.7\" cy=\"1318.67\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1081.96\" cy=\"1179.17\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1081.96\" cy=\"1179.17\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"958.307\" cy=\"1050.3\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"958.307\" cy=\"1050.3\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1174.17\" cy=\"1187.6\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1174.17\" cy=\"1187.6\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"950.933\" cy=\"1009.87\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"950.933\" cy=\"1009.87\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1063.12\" cy=\"1167.46\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1063.12\" cy=\"1167.46\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1220.32\" cy=\"1299.6\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1220.32\" cy=\"1299.6\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1073.57\" cy=\"1145.95\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1073.57\" cy=\"1145.95\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1497.83\" cy=\"733.973\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1497.83\" cy=\"733.973\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"915.913\" cy=\"1034.33\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"915.913\" cy=\"1034.33\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"905.681\" cy=\"1043.28\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"905.681\" cy=\"1043.28\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"961.998\" cy=\"1216.1\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"961.998\" cy=\"1216.1\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1128.15\" cy=\"1170.63\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1128.15\" cy=\"1170.63\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"804.081\" cy=\"1027.96\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"804.081\" cy=\"1027.96\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1154.57\" cy=\"1261.89\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1154.57\" cy=\"1261.89\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1310.02\" cy=\"1026.11\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1310.02\" cy=\"1026.11\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1296.76\" cy=\"1046.9\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1296.76\" cy=\"1046.9\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1163.85\" cy=\"1076.26\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1163.85\" cy=\"1076.26\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1422.74\" cy=\"787.85\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1422.74\" cy=\"787.85\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1087.32\" cy=\"1191.97\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1087.32\" cy=\"1191.97\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1154.49\" cy=\"1143.53\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1154.49\" cy=\"1143.53\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1349.88\" cy=\"775.627\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1349.88\" cy=\"775.627\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1584\" cy=\"740.198\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1584\" cy=\"740.198\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1331.96\" cy=\"1046.55\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1331.96\" cy=\"1046.55\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"709.474\" cy=\"1016.72\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"709.474\" cy=\"1016.72\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1114\" cy=\"1196.8\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1114\" cy=\"1196.8\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1347.11\" cy=\"913.582\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1347.11\" cy=\"913.582\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"980.993\" cy=\"1040.02\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"980.993\" cy=\"1040.02\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1238.04\" cy=\"1050.51\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1238.04\" cy=\"1050.51\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1581.85\" cy=\"783.105\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1581.85\" cy=\"783.105\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"920.928\" cy=\"994.13\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"920.928\" cy=\"994.13\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"579.856\" cy=\"647.429\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"579.856\" cy=\"647.429\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1299.48\" cy=\"788.413\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1299.48\" cy=\"788.413\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1596.54\" cy=\"878.631\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1596.54\" cy=\"878.631\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1852.2\" cy=\"400.96\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1852.2\" cy=\"400.96\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1033.04\" cy=\"1108.9\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1033.04\" cy=\"1108.9\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"928.07\" cy=\"1025.6\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"928.07\" cy=\"1025.6\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1008.56\" cy=\"1084.8\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1008.56\" cy=\"1084.8\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1247.93\" cy=\"970.52\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1247.93\" cy=\"970.52\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1575.12\" cy=\"792.882\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1575.12\" cy=\"792.882\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1499.2\" cy=\"922.64\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1499.2\" cy=\"922.64\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1369.64\" cy=\"972.867\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1369.64\" cy=\"972.867\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"627.265\" cy=\"896.413\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"627.265\" cy=\"896.413\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1226.31\" cy=\"1073.12\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1226.31\" cy=\"1073.12\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1224.11\" cy=\"1145.92\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1224.11\" cy=\"1145.92\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1026.87\" cy=\"1199.59\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1026.87\" cy=\"1199.59\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"875.225\" cy=\"994.929\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"875.225\" cy=\"994.929\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"479.054\" cy=\"563.218\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"479.054\" cy=\"563.218\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1104.62\" cy=\"1288.57\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1104.62\" cy=\"1288.57\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1427.29\" cy=\"785.276\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1427.29\" cy=\"785.276\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1293.99\" cy=\"1091.64\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1293.99\" cy=\"1091.64\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1505.53\" cy=\"829.394\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1505.53\" cy=\"829.394\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"559.754\" cy=\"650.25\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"559.754\" cy=\"650.25\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"958.814\" cy=\"1038.04\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"958.814\" cy=\"1038.04\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1493.71\" cy=\"861.538\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1493.71\" cy=\"861.538\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"779.972\" cy=\"1047.28\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"779.972\" cy=\"1047.28\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1108.47\" cy=\"1259.98\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1108.47\" cy=\"1259.98\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"785.298\" cy=\"962.396\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"785.298\" cy=\"962.396\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1463.95\" cy=\"821.232\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1463.95\" cy=\"821.232\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"947.89\" cy=\"1067.38\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"947.89\" cy=\"1067.38\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1075.22\" cy=\"1133.43\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1075.22\" cy=\"1133.43\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1027.37\" cy=\"1168.95\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1027.37\" cy=\"1168.95\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1566.65\" cy=\"759.152\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1566.65\" cy=\"759.152\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"899.769\" cy=\"1123.24\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"899.769\" cy=\"1123.24\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"960.504\" cy=\"1087.36\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"960.504\" cy=\"1087.36\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1190.21\" cy=\"1269.43\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1190.21\" cy=\"1269.43\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1049.77\" cy=\"1214.61\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1049.77\" cy=\"1214.61\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1291.39\" cy=\"1088.03\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1291.39\" cy=\"1088.03\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1945.61\" cy=\"314.251\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1945.61\" cy=\"314.251\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"843.943\" cy=\"936.827\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"843.943\" cy=\"936.827\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"692.832\" cy=\"925.659\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"692.832\" cy=\"925.659\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1532.51\" cy=\"733.513\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1532.51\" cy=\"733.513\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1434.64\" cy=\"921.597\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1434.64\" cy=\"921.597\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1249.6\" cy=\"1212.55\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1249.6\" cy=\"1212.55\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"799.793\" cy=\"982.925\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"799.793\" cy=\"982.925\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1024.12\" cy=\"1048.45\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1024.12\" cy=\"1048.45\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1239.36\" cy=\"1021.4\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1239.36\" cy=\"1021.4\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1152.37\" cy=\"1045.73\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1152.37\" cy=\"1045.73\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1127.37\" cy=\"1198.56\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1127.37\" cy=\"1198.56\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"829.579\" cy=\"1098.74\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"829.579\" cy=\"1098.74\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1997.11\" cy=\"302.969\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1997.11\" cy=\"302.969\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1127.89\" cy=\"1089.4\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1127.89\" cy=\"1089.4\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1067.97\" cy=\"1282.46\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1067.97\" cy=\"1282.46\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1116.2\" cy=\"1140.06\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1116.2\" cy=\"1140.06\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1321.11\" cy=\"1112.02\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1321.11\" cy=\"1112.02\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"664.174\" cy=\"786.731\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"664.174\" cy=\"786.731\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1118.7\" cy=\"1156.66\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1118.7\" cy=\"1156.66\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1371.71\" cy=\"968.902\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1371.71\" cy=\"968.902\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1151\" cy=\"1278.64\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1151\" cy=\"1278.64\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"467.321\" cy=\"809.297\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"467.321\" cy=\"809.297\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1234.39\" cy=\"1203.1\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1234.39\" cy=\"1203.1\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1244.3\" cy=\"1117.14\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1244.3\" cy=\"1117.14\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"848.607\" cy=\"1077.26\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"848.607\" cy=\"1077.26\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1258.57\" cy=\"1029.37\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1258.57\" cy=\"1029.37\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"948.59\" cy=\"1140.14\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"948.59\" cy=\"1140.14\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1228.54\" cy=\"1034.6\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1228.54\" cy=\"1034.6\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"981.879\" cy=\"1139.55\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"981.879\" cy=\"1139.55\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"366.532\" cy=\"600.022\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"366.532\" cy=\"600.022\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"983.229\" cy=\"1036.14\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"983.229\" cy=\"1036.14\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1264.95\" cy=\"1045.3\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1264.95\" cy=\"1045.3\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1326.67\" cy=\"1099.79\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1326.67\" cy=\"1099.79\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1131.67\" cy=\"1331.19\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1131.67\" cy=\"1331.19\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1072.86\" cy=\"1206.8\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1072.86\" cy=\"1206.8\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1498.52\" cy=\"979.658\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1498.52\" cy=\"979.658\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"987.624\" cy=\"1329.45\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"987.624\" cy=\"1329.45\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1102.7\" cy=\"1236.23\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1102.7\" cy=\"1236.23\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1419.09\" cy=\"854.611\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1419.09\" cy=\"854.611\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"660.056\" cy=\"888.672\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"660.056\" cy=\"888.672\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1340.6\" cy=\"956.614\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1340.6\" cy=\"956.614\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1150.17\" cy=\"1152.89\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1150.17\" cy=\"1152.89\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"731.46\" cy=\"1054.27\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"731.46\" cy=\"1054.27\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"913.579\" cy=\"1052.49\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"913.579\" cy=\"1052.49\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1514\" cy=\"808.461\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1514\" cy=\"808.461\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1214.92\" cy=\"1078.7\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1214.92\" cy=\"1078.7\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1311.8\" cy=\"1004.15\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1311.8\" cy=\"1004.15\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1350.02\" cy=\"989.149\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1350.02\" cy=\"989.149\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"870.941\" cy=\"969.292\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"870.941\" cy=\"969.292\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"927.225\" cy=\"1108.57\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"927.225\" cy=\"1108.57\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"745.8\" cy=\"881.013\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"745.8\" cy=\"881.013\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1072.09\" cy=\"1260.37\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1072.09\" cy=\"1260.37\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1355.02\" cy=\"890.89\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1355.02\" cy=\"890.89\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"758.322\" cy=\"967.416\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"758.322\" cy=\"967.416\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1252.8\" cy=\"1154.04\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1252.8\" cy=\"1154.04\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1534.54\" cy=\"892.848\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1534.54\" cy=\"892.848\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1093.9\" cy=\"1157.63\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1093.9\" cy=\"1157.63\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"925.529\" cy=\"1107.87\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"925.529\" cy=\"1107.87\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1219.48\" cy=\"1089.68\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1219.48\" cy=\"1089.68\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1009.97\" cy=\"1231.12\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1009.97\" cy=\"1231.12\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"998.736\" cy=\"1077.01\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"998.736\" cy=\"1077.01\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1148.09\" cy=\"1012.58\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1148.09\" cy=\"1012.58\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1059.58\" cy=\"1184.11\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1059.58\" cy=\"1184.11\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1340.95\" cy=\"971.82\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1340.95\" cy=\"971.82\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"815.65\" cy=\"1064.58\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"815.65\" cy=\"1064.58\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1141.05\" cy=\"1204.23\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1141.05\" cy=\"1204.23\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1727.36\" cy=\"672.07\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1727.36\" cy=\"672.07\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"772.556\" cy=\"1007.09\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"772.556\" cy=\"1007.09\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1206.11\" cy=\"1098.19\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1206.11\" cy=\"1098.19\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1051.34\" cy=\"1105.9\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1051.34\" cy=\"1105.9\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1088.32\" cy=\"1142.03\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1088.32\" cy=\"1142.03\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1227.97\" cy=\"1200.7\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1227.97\" cy=\"1200.7\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"910.289\" cy=\"1174.76\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"910.289\" cy=\"1174.76\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1304.66\" cy=\"963.542\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1304.66\" cy=\"963.542\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1294.03\" cy=\"1101.03\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1294.03\" cy=\"1101.03\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"873.013\" cy=\"953.434\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"873.013\" cy=\"953.434\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1727.02\" cy=\"610.321\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1727.02\" cy=\"610.321\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"682.636\" cy=\"827.023\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"682.636\" cy=\"827.023\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1030.84\" cy=\"1211.8\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1030.84\" cy=\"1211.8\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1007.04\" cy=\"962.084\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1007.04\" cy=\"962.084\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"874.636\" cy=\"1024.86\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"874.636\" cy=\"1024.86\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"702.85\" cy=\"849.601\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"702.85\" cy=\"849.601\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"760.735\" cy=\"769.474\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"760.735\" cy=\"769.474\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1129.23\" cy=\"1175.64\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1129.23\" cy=\"1175.64\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1054.28\" cy=\"1103.41\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1054.28\" cy=\"1103.41\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1449.72\" cy=\"815.181\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1449.72\" cy=\"815.181\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1032.9\" cy=\"1140.74\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1032.9\" cy=\"1140.74\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"697.57\" cy=\"963.386\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"697.57\" cy=\"963.386\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1016.2\" cy=\"1266.44\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1016.2\" cy=\"1266.44\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1276.12\" cy=\"1060.3\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1276.12\" cy=\"1060.3\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1091.61\" cy=\"1140.74\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1091.61\" cy=\"1140.74\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2289.39\" cy=\"88.0053\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"2289.39\" cy=\"88.0053\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1217.84\" cy=\"1163.65\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1217.84\" cy=\"1163.65\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1271.47\" cy=\"1156.88\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1271.47\" cy=\"1156.88\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1680.15\" cy=\"731.674\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1680.15\" cy=\"731.674\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"993.215\" cy=\"1121.6\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"993.215\" cy=\"1121.6\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"894.354\" cy=\"1041.36\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"894.354\" cy=\"1041.36\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1080.34\" cy=\"1034.2\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1080.34\" cy=\"1034.2\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"778.089\" cy=\"931.69\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"778.089\" cy=\"931.69\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1153.36\" cy=\"1152.53\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1153.36\" cy=\"1152.53\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"814.825\" cy=\"981.763\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"814.825\" cy=\"981.763\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"809.556\" cy=\"1074.32\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"809.556\" cy=\"1074.32\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1505.8\" cy=\"870.509\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1505.8\" cy=\"870.509\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"801.118\" cy=\"967.181\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"801.118\" cy=\"967.181\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1251.35\" cy=\"1272.59\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1251.35\" cy=\"1272.59\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1774.27\" cy=\"691.932\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1774.27\" cy=\"691.932\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"972.289\" cy=\"1226.54\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"972.289\" cy=\"1226.54\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1281.4\" cy=\"1084.6\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1281.4\" cy=\"1084.6\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1012.09\" cy=\"1305.94\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1012.09\" cy=\"1305.94\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1368.61\" cy=\"1029.55\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1368.61\" cy=\"1029.55\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"722.969\" cy=\"895.644\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"722.969\" cy=\"895.644\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1237.17\" cy=\"1085.76\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1237.17\" cy=\"1085.76\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1265.28\" cy=\"1022.34\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1265.28\" cy=\"1022.34\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"749.938\" cy=\"877.105\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"749.938\" cy=\"877.105\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1056.31\" cy=\"1188.47\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1056.31\" cy=\"1188.47\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"545.319\" cy=\"652.222\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"545.319\" cy=\"652.222\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"648.705\" cy=\"786.212\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"648.705\" cy=\"786.212\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"862.858\" cy=\"957.531\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"862.858\" cy=\"957.531\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1152.53\" cy=\"1055.85\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1152.53\" cy=\"1055.85\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1207.47\" cy=\"1132.23\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip0302)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"1207.47\" cy=\"1132.23\" r=\"14\"/>\n", | |
"<path clip-path=\"url(#clip0300)\" d=\"\n", | |
"M1989.93 251.724 L2280.76 251.724 L2280.76 130.764 L1989.93 130.764 Z\n", | |
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", | |
"<polyline clip-path=\"url(#clip0300)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", | |
" 1989.93,251.724 2280.76,251.724 2280.76,130.764 1989.93,130.764 1989.93,251.724 \n", | |
" \"/>\n", | |
"<circle clip-path=\"url(#clip0300)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2097.93\" cy=\"191.244\" r=\"25\"/>\n", | |
"<circle clip-path=\"url(#clip0300)\" style=\"fill:#009af9; stroke:none; fill-opacity:1\" cx=\"2097.93\" cy=\"191.244\" r=\"21\"/>\n", | |
"<g clip-path=\"url(#clip0300)\">\n", | |
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:start;\" transform=\"rotate(0, 2181.93, 208.744)\" x=\"2181.93\" y=\"208.744\">y1</text>\n", | |
"</g>\n", | |
"</svg>\n" | |
] | |
}, | |
"execution_count": 3, | |
"metadata": {}, | |
"output_type": "execute_result" | |
} | |
], | |
"source": [ | |
"# output data\n", | |
"y = fn.(X * b) + randn(N) / 2\n", | |
"\n", | |
"# plot\n", | |
"scatter(X * b, y)" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": {}, | |
"source": [ | |
"Then we can create a loss function on the basis of the data, the functional form, and parameter estimates" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": 4, | |
"metadata": {}, | |
"outputs": [ | |
{ | |
"data": { | |
"text/plain": [ | |
"mse (generic function with 4 methods)" | |
] | |
}, | |
"execution_count": 4, | |
"metadata": {}, | |
"output_type": "execute_result" | |
} | |
], | |
"source": [ | |
"# MSE for model\n", | |
"function mse(bhat, X = X, y = y, fn = fn)\n", | |
" res = y - fn.(X * bhat)\n", | |
" res'res / length(res)\n", | |
"end" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": {}, | |
"source": [ | |
"Using Zygote.jl, we can automatically create a gradient function for this loss and precompile it by running it once" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": 5, | |
"metadata": {}, | |
"outputs": [ | |
{ | |
"data": { | |
"text/plain": [ | |
"10-element Array{Float64,1}:\n", | |
" -0.04484990305012533 \n", | |
" -0.1510650284785526 \n", | |
" -0.0978044271507378 \n", | |
" 0.11279328423456693 \n", | |
" -0.127243714103672 \n", | |
" -0.06342430977782527 \n", | |
" -0.07727450179851326 \n", | |
" -0.2558884279308273 \n", | |
" 0.1289947107469941 \n", | |
" 0.004372948353504059" | |
] | |
}, | |
"execution_count": 5, | |
"metadata": {}, | |
"output_type": "execute_result" | |
} | |
], | |
"source": [ | |
"# create gradient function\n", | |
"grad(bhat; X = X, y = y, fn = fn) = gradient(mse, bhat, X, y, fn)[1]\n", | |
"\n", | |
"# run gradient function once\n", | |
"g = grad(zeros(P))\n", | |
"g" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": {}, | |
"source": [ | |
"Then, we can use the adam implementation from [this gist](https://gist.github.com/vankesteren/96207abcd16ecd01a2491bcbec12c73f) to optimise the parameter estimates" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": 22, | |
"metadata": {}, | |
"outputs": [ | |
{ | |
"name": "stdout", | |
"output_type": "stream", | |
"text": [ | |
"Step: 500 | Loss:1.6592273394645338\n", | |
"Step: 1000 | Loss:1.3405064681652905\n", | |
"Step: 1500 | Loss:0.6615545793593625\n", | |
"Step: 2000 | Loss:0.34229229998674476\n", | |
"Step: 2500 | Loss:0.2463537345002543\n", | |
"Step: 3000 | Loss:0.22680909644350958\n", | |
"Step: 3500 | Loss:0.22484339990834676\n", | |
"Step: 4000 | Loss:0.22472726785251848\n", | |
"Step: 4500 | Loss:0.22472018794240636\n", | |
"Step: 5000 | Loss:0.22472014925233963\n" | |
] | |
} | |
], | |
"source": [ | |
"# optimize with adam\n", | |
"opt = Adam(randn(P), mse, grad)\n", | |
"opt.a = 0.0005\n", | |
"for i = 1:5000\n", | |
" step!(opt)\n", | |
" if (i % 500 == 0) \n", | |
" print(string(\"Step: \", opt.t, \" | Loss:\", opt.loss(opt.theta), \"\\n\"))\n", | |
" end\n", | |
"end" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": {}, | |
"source": [ | |
"Then, we can compare the obtained parameter estimates to the true parameter estimates" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": 23, | |
"metadata": {}, | |
"outputs": [ | |
{ | |
"data": { | |
"text/plain": [ | |
"10×2 Array{Float64,2}:\n", | |
" 0.306539 0.316267 \n", | |
" 0.00602553 0.000868093\n", | |
" 0.918709 0.935933 \n", | |
" 0.0992748 0.105651 \n", | |
" 0.223801 0.183828 \n", | |
" 0.44857 0.423375 \n", | |
" 0.87722 0.87261 \n", | |
" 0.710273 0.729783 \n", | |
" 0.214625 0.202979 \n", | |
" 0.0157282 0.0130304 " | |
] | |
}, | |
"execution_count": 23, | |
"metadata": {}, | |
"output_type": "execute_result" | |
} | |
], | |
"source": [ | |
"hcat(opt.theta, b)" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": {}, | |
"source": [ | |
"Last, let's look at the residuals" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": 27, | |
"metadata": {}, | |
"outputs": [ | |
{ | |
"data": { | |
"image/svg+xml": [ | |
"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n", | |
"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"600\" height=\"400\" viewBox=\"0 0 2400 1600\">\n", | |
"<defs>\n", | |
" <clipPath id=\"clip4700\">\n", | |
" <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n", | |
" </clipPath>\n", | |
"</defs>\n", | |
"<path clip-path=\"url(#clip4700)\" 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=\"clip4701\">\n", | |
" <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n", | |
" </clipPath>\n", | |
"</defs>\n", | |
"<path clip-path=\"url(#clip4700)\" d=\"\n", | |
"M243.864 1425.62 L2352.76 1425.62 L2352.76 47.2441 L243.864 47.2441 Z\n", | |
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", | |
"<defs>\n", | |
" <clipPath id=\"clip4702\">\n", | |
" <rect x=\"243\" y=\"47\" width=\"2110\" height=\"1379\"/>\n", | |
" </clipPath>\n", | |
"</defs>\n", | |
"<polyline clip-path=\"url(#clip4702)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", | |
" 303.273,1425.62 303.273,47.2441 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip4702)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", | |
" 629.388,1425.62 629.388,47.2441 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip4702)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", | |
" 955.503,1425.62 955.503,47.2441 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip4702)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", | |
" 1281.62,1425.62 1281.62,47.2441 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip4702)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", | |
" 1607.73,1425.62 1607.73,47.2441 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip4702)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", | |
" 1933.85,1425.62 1933.85,47.2441 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip4702)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", | |
" 2259.96,1425.62 2259.96,47.2441 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip4702)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", | |
" 243.864,1358.29 2352.76,1358.29 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip4702)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", | |
" 243.864,1162.31 2352.76,1162.31 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip4702)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", | |
" 243.864,966.326 2352.76,966.326 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip4702)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", | |
" 243.864,770.342 2352.76,770.342 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip4702)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", | |
" 243.864,574.359 2352.76,574.359 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip4702)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", | |
" 243.864,378.376 2352.76,378.376 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip4702)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", | |
" 243.864,182.392 2352.76,182.392 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip4700)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", | |
" 243.864,1425.62 2352.76,1425.62 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip4700)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", | |
" 243.864,1425.62 243.864,47.2441 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip4700)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", | |
" 303.273,1425.62 303.273,1404.94 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip4700)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", | |
" 629.388,1425.62 629.388,1404.94 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip4700)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", | |
" 955.503,1425.62 955.503,1404.94 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip4700)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", | |
" 1281.62,1425.62 1281.62,1404.94 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip4700)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", | |
" 1607.73,1425.62 1607.73,1404.94 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip4700)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", | |
" 1933.85,1425.62 1933.85,1404.94 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip4700)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", | |
" 2259.96,1425.62 2259.96,1404.94 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip4700)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", | |
" 243.864,1358.29 275.498,1358.29 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip4700)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", | |
" 243.864,1162.31 275.498,1162.31 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip4700)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", | |
" 243.864,966.326 275.498,966.326 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip4700)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", | |
" 243.864,770.342 275.498,770.342 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip4700)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", | |
" 243.864,574.359 275.498,574.359 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip4700)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", | |
" 243.864,378.376 275.498,378.376 \n", | |
" \"/>\n", | |
"<polyline clip-path=\"url(#clip4700)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", | |
" 243.864,182.392 275.498,182.392 \n", | |
" \"/>\n", | |
"<g clip-path=\"url(#clip4700)\">\n", | |
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 303.273, 1479.62)\" x=\"303.273\" y=\"1479.62\">0</text>\n", | |
"</g>\n", | |
"<g clip-path=\"url(#clip4700)\">\n", | |
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 629.388, 1479.62)\" x=\"629.388\" y=\"1479.62\">1</text>\n", | |
"</g>\n", | |
"<g clip-path=\"url(#clip4700)\">\n", | |
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 955.503, 1479.62)\" x=\"955.503\" y=\"1479.62\">2</text>\n", | |
"</g>\n", | |
"<g clip-path=\"url(#clip4700)\">\n", | |
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 1281.62, 1479.62)\" x=\"1281.62\" y=\"1479.62\">3</text>\n", | |
"</g>\n", | |
"<g clip-path=\"url(#clip4700)\">\n", | |
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 1607.73, 1479.62)\" x=\"1607.73\" y=\"1479.62\">4</text>\n", | |
"</g>\n", | |
"<g clip-path=\"url(#clip4700)\">\n", | |
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 1933.85, 1479.62)\" x=\"1933.85\" y=\"1479.62\">5</text>\n", | |
"</g>\n", | |
"<g clip-path=\"url(#clip4700)\">\n", | |
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 2259.96, 1479.62)\" x=\"2259.96\" y=\"1479.62\">6</text>\n", | |
"</g>\n", | |
"<g clip-path=\"url(#clip4700)\">\n", | |
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 219.864, 1375.79)\" x=\"219.864\" y=\"1375.79\">-1.5</text>\n", | |
"</g>\n", | |
"<g clip-path=\"url(#clip4700)\">\n", | |
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 219.864, 1179.81)\" x=\"219.864\" y=\"1179.81\">-1.0</text>\n", | |
"</g>\n", | |
"<g clip-path=\"url(#clip4700)\">\n", | |
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 219.864, 983.826)\" x=\"219.864\" y=\"983.826\">-0.5</text>\n", | |
"</g>\n", | |
"<g clip-path=\"url(#clip4700)\">\n", | |
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 219.864, 787.842)\" x=\"219.864\" y=\"787.842\">0.0</text>\n", | |
"</g>\n", | |
"<g clip-path=\"url(#clip4700)\">\n", | |
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 219.864, 591.859)\" x=\"219.864\" y=\"591.859\">0.5</text>\n", | |
"</g>\n", | |
"<g clip-path=\"url(#clip4700)\">\n", | |
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 219.864, 395.876)\" x=\"219.864\" y=\"395.876\">1.0</text>\n", | |
"</g>\n", | |
"<g clip-path=\"url(#clip4700)\">\n", | |
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 219.864, 199.892)\" x=\"219.864\" y=\"199.892\">1.5</text>\n", | |
"</g>\n", | |
"<g clip-path=\"url(#clip4700)\">\n", | |
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:66px; text-anchor:middle;\" transform=\"rotate(0, 1298.31, 1559.48)\" x=\"1298.31\" y=\"1559.48\">prediction</text>\n", | |
"</g>\n", | |
"<g clip-path=\"url(#clip4700)\">\n", | |
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:66px; text-anchor:middle;\" transform=\"rotate(-90, 89.2861, 736.431)\" x=\"89.2861\" y=\"736.431\">residual</text>\n", | |
"</g>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"573.026\" cy=\"1046.23\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"573.026\" cy=\"1046.23\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"826.868\" cy=\"589.01\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"826.868\" cy=\"589.01\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"718.762\" cy=\"509.817\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"718.762\" cy=\"509.817\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"505.354\" cy=\"874.39\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"505.354\" cy=\"874.39\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"462.141\" cy=\"925.805\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"462.141\" cy=\"925.805\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"469.192\" cy=\"457.261\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"469.192\" cy=\"457.261\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"536.285\" cy=\"904.961\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"536.285\" cy=\"904.961\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1396.72\" cy=\"674.708\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1396.72\" cy=\"674.708\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"839.496\" cy=\"818.169\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"839.496\" cy=\"818.169\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"510.597\" cy=\"939.455\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"510.597\" cy=\"939.455\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1164.32\" cy=\"748.65\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1164.32\" cy=\"748.65\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"890.357\" cy=\"695.62\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"890.357\" cy=\"695.62\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"638.666\" cy=\"674.852\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"638.666\" cy=\"674.852\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"582.206\" cy=\"681.967\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"582.206\" cy=\"681.967\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1076.2\" cy=\"736.986\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1076.2\" cy=\"736.986\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"950.938\" cy=\"852.814\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"950.938\" cy=\"852.814\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1213.88\" cy=\"609.908\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1213.88\" cy=\"609.908\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"373.291\" cy=\"935.835\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"373.291\" cy=\"935.835\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"456.87\" cy=\"387.89\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"456.87\" cy=\"387.89\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"351.539\" cy=\"803.275\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"351.539\" cy=\"803.275\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"792.635\" cy=\"1003.02\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"792.635\" cy=\"1003.02\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"735.485\" cy=\"1205.86\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"735.485\" cy=\"1205.86\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1366.16\" cy=\"600.747\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1366.16\" cy=\"600.747\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"580.289\" cy=\"690.463\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"580.289\" cy=\"690.463\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"556.461\" cy=\"803.368\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"556.461\" cy=\"803.368\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"643.004\" cy=\"522.687\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"643.004\" cy=\"522.687\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"835.419\" cy=\"796.765\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"835.419\" cy=\"796.765\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1004.39\" cy=\"741.532\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1004.39\" cy=\"741.532\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"559.7\" cy=\"731.917\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"559.7\" cy=\"731.917\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"799.223\" cy=\"1003.27\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"799.223\" cy=\"1003.27\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"733.958\" cy=\"520.269\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"733.958\" cy=\"520.269\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1302.82\" cy=\"949.532\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1302.82\" cy=\"949.532\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1094.42\" cy=\"782.842\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1094.42\" cy=\"782.842\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"775.594\" cy=\"668.68\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"775.594\" cy=\"668.68\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"515.197\" cy=\"833.296\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"515.197\" cy=\"833.296\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"568.403\" cy=\"867.499\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"568.403\" cy=\"867.499\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"508.55\" cy=\"943.802\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"508.55\" cy=\"943.802\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"609.864\" cy=\"947.972\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"609.864\" cy=\"947.972\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"434.702\" cy=\"984.646\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"434.702\" cy=\"984.646\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"342.887\" cy=\"1048.14\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"342.887\" cy=\"1048.14\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"333.568\" cy=\"828.657\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"333.568\" cy=\"828.657\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"916.2\" cy=\"1148.05\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"916.2\" cy=\"1148.05\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"868.343\" cy=\"777.434\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"868.343\" cy=\"777.434\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"896.085\" cy=\"593.269\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"896.085\" cy=\"593.269\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1101.14\" cy=\"559.027\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1101.14\" cy=\"559.027\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"792.501\" cy=\"826.616\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"792.501\" cy=\"826.616\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"348.821\" cy=\"1069.43\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"348.821\" cy=\"1069.43\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"305.418\" cy=\"606.567\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"305.418\" cy=\"606.567\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"965.982\" cy=\"972.524\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"965.982\" cy=\"972.524\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"567.431\" cy=\"738.536\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"567.431\" cy=\"738.536\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"551.64\" cy=\"1098.9\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"551.64\" cy=\"1098.9\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"654.537\" cy=\"754.809\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"654.537\" cy=\"754.809\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"652.423\" cy=\"1012.8\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"652.423\" cy=\"1012.8\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"703.194\" cy=\"788.731\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"703.194\" cy=\"788.731\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"489.247\" cy=\"470.086\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"489.247\" cy=\"470.086\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"674.236\" cy=\"797.915\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"674.236\" cy=\"797.915\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"377.664\" cy=\"665.906\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"377.664\" cy=\"665.906\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"466.032\" cy=\"632.454\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"466.032\" cy=\"632.454\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"702.725\" cy=\"1122.09\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"702.725\" cy=\"1122.09\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"751.197\" cy=\"478.085\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"751.197\" cy=\"478.085\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1331.82\" cy=\"810.203\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1331.82\" cy=\"810.203\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"493.839\" cy=\"760.527\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"493.839\" cy=\"760.527\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"718.826\" cy=\"741.418\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"718.826\" cy=\"741.418\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"524.683\" cy=\"674.175\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"524.683\" cy=\"674.175\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"838.582\" cy=\"661.628\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"838.582\" cy=\"661.628\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"363.236\" cy=\"491.589\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"363.236\" cy=\"491.589\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1130.82\" cy=\"917.953\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1130.82\" cy=\"917.953\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"701.852\" cy=\"763.471\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"701.852\" cy=\"763.471\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1042.3\" cy=\"716.313\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1042.3\" cy=\"716.313\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"498.96\" cy=\"681.238\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"498.96\" cy=\"681.238\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1125.87\" cy=\"801.11\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1125.87\" cy=\"801.11\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1803.15\" cy=\"878.227\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1803.15\" cy=\"878.227\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"973.682\" cy=\"765.525\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"973.682\" cy=\"765.525\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"929.128\" cy=\"700.179\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"929.128\" cy=\"700.179\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"473.54\" cy=\"726.722\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"473.54\" cy=\"726.722\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"346.622\" cy=\"887.977\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"346.622\" cy=\"887.977\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"506.843\" cy=\"872.134\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"506.843\" cy=\"872.134\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1448.73\" cy=\"780.785\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1448.73\" cy=\"780.785\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1136.33\" cy=\"617.047\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1136.33\" cy=\"617.047\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"727.036\" cy=\"682.982\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"727.036\" cy=\"682.982\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"558.855\" cy=\"1105.61\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"558.855\" cy=\"1105.61\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"504.253\" cy=\"622.096\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"504.253\" cy=\"622.096\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"796.75\" cy=\"708.335\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"796.75\" cy=\"708.335\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"542.517\" cy=\"597.369\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"542.517\" cy=\"597.369\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"661.52\" cy=\"750.989\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"661.52\" cy=\"750.989\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"391.136\" cy=\"702.147\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"391.136\" cy=\"702.147\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"487.502\" cy=\"774.067\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"487.502\" cy=\"774.067\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1475.89\" cy=\"552.317\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1475.89\" cy=\"552.317\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"429.663\" cy=\"1050.61\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"429.663\" cy=\"1050.61\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"985.803\" cy=\"594.941\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"985.803\" cy=\"594.941\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1585.33\" cy=\"446.504\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1585.33\" cy=\"446.504\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"462.966\" cy=\"962.237\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"462.966\" cy=\"962.237\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"490.941\" cy=\"790.868\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"490.941\" cy=\"790.868\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"641.802\" cy=\"836.964\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"641.802\" cy=\"836.964\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"393.757\" cy=\"1040.16\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"393.757\" cy=\"1040.16\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"578.636\" cy=\"1096.88\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"578.636\" cy=\"1096.88\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"713.54\" cy=\"594.93\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"713.54\" cy=\"594.93\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"915.957\" cy=\"654.196\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"915.957\" cy=\"654.196\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"708.548\" cy=\"745.651\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"708.548\" cy=\"745.651\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"437.202\" cy=\"732.864\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"437.202\" cy=\"732.864\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"641.099\" cy=\"458.777\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"641.099\" cy=\"458.777\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"303.55\" cy=\"701.225\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"303.55\" cy=\"701.225\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"601.947\" cy=\"814.849\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"601.947\" cy=\"814.849\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"727.246\" cy=\"766.901\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"727.246\" cy=\"766.901\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"911.059\" cy=\"729.871\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"911.059\" cy=\"729.871\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1131.79\" cy=\"457.235\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1131.79\" cy=\"457.235\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"403.641\" cy=\"1044.7\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"403.641\" cy=\"1044.7\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1033.99\" cy=\"629.636\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1033.99\" cy=\"629.636\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"437.36\" cy=\"872.517\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"437.36\" cy=\"872.517\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1045.27\" cy=\"658.754\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1045.27\" cy=\"658.754\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1167.78\" cy=\"477.756\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1167.78\" cy=\"477.756\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"606.594\" cy=\"914.678\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"606.594\" cy=\"914.678\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1334.94\" cy=\"552.059\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1334.94\" cy=\"552.059\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"717.959\" cy=\"781.967\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"717.959\" cy=\"781.967\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"310.031\" cy=\"904.221\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"310.031\" cy=\"904.221\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"313.237\" cy=\"647.947\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"313.237\" cy=\"647.947\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"674.437\" cy=\"619.498\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"674.437\" cy=\"619.498\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"872.816\" cy=\"737.601\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"872.816\" cy=\"737.601\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"881.079\" cy=\"792.86\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"881.079\" cy=\"792.86\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"966.295\" cy=\"963.094\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"966.295\" cy=\"963.094\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"667.244\" cy=\"1233.07\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"667.244\" cy=\"1233.07\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"593.907\" cy=\"780.96\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"593.907\" cy=\"780.96\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1129.14\" cy=\"795.673\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1129.14\" cy=\"795.673\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"779.674\" cy=\"700.24\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"779.674\" cy=\"700.24\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"336.797\" cy=\"1044.1\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"336.797\" cy=\"1044.1\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"380.774\" cy=\"712.197\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"380.774\" cy=\"712.197\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"817.9\" cy=\"414.939\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"817.9\" cy=\"414.939\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"503.257\" cy=\"972.408\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"503.257\" cy=\"972.408\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"374.448\" cy=\"475.411\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"374.448\" cy=\"475.411\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"594.398\" cy=\"831.685\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"594.398\" cy=\"831.685\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"806.68\" cy=\"457.392\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"806.68\" cy=\"457.392\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"430.364\" cy=\"359.34\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"430.364\" cy=\"359.34\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"532.704\" cy=\"688.09\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"532.704\" cy=\"688.09\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"726.27\" cy=\"785.926\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"726.27\" cy=\"785.926\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"478.146\" cy=\"1386.61\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"478.146\" cy=\"1386.61\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"670.745\" cy=\"659.895\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"670.745\" cy=\"659.895\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"644.332\" cy=\"777.435\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"644.332\" cy=\"777.435\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"662.774\" cy=\"755.473\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"662.774\" cy=\"755.473\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1143.08\" cy=\"945.523\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1143.08\" cy=\"945.523\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1202.84\" cy=\"796.786\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1202.84\" cy=\"796.786\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"816.82\" cy=\"870.758\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"816.82\" cy=\"870.758\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"404.609\" cy=\"1074.9\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"404.609\" cy=\"1074.9\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"475.41\" cy=\"908.969\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"475.41\" cy=\"908.969\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"641.103\" cy=\"738.523\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"641.103\" cy=\"738.523\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1197.56\" cy=\"936.369\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1197.56\" cy=\"936.369\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"338.443\" cy=\"503.057\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"338.443\" cy=\"503.057\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"850.812\" cy=\"827.566\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"850.812\" cy=\"827.566\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"429.424\" cy=\"743.074\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"429.424\" cy=\"743.074\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"525.253\" cy=\"674.699\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"525.253\" cy=\"674.699\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"779.935\" cy=\"628.829\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"779.935\" cy=\"628.829\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1123.57\" cy=\"922.931\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1123.57\" cy=\"922.931\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"806.83\" cy=\"319.044\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"806.83\" cy=\"319.044\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"565.88\" cy=\"1188.5\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"565.88\" cy=\"1188.5\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"499.991\" cy=\"804.868\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"499.991\" cy=\"804.868\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"358.693\" cy=\"901.249\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"358.693\" cy=\"901.249\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"320.889\" cy=\"858.12\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"320.889\" cy=\"858.12\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"503.56\" cy=\"839.525\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"503.56\" cy=\"839.525\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"374.612\" cy=\"1082.66\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"374.612\" cy=\"1082.66\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"504.341\" cy=\"599.539\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"504.341\" cy=\"599.539\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"386.051\" cy=\"938.926\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"386.051\" cy=\"938.926\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1058.1\" cy=\"902.405\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1058.1\" cy=\"902.405\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1028.46\" cy=\"637.911\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1028.46\" cy=\"637.911\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"683.813\" cy=\"1075.3\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"683.813\" cy=\"1075.3\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"544.049\" cy=\"836.046\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"544.049\" cy=\"836.046\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"474.647\" cy=\"775.857\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"474.647\" cy=\"775.857\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"755.242\" cy=\"861.827\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"755.242\" cy=\"861.827\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"839.828\" cy=\"616.66\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"839.828\" cy=\"616.66\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"618.761\" cy=\"640.528\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"618.761\" cy=\"640.528\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"711.499\" cy=\"676.017\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"711.499\" cy=\"676.017\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"410.788\" cy=\"416.675\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"410.788\" cy=\"416.675\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2012.44\" cy=\"892.2\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"2012.44\" cy=\"892.2\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"685.132\" cy=\"622.273\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"685.132\" cy=\"622.273\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"797.04\" cy=\"715.268\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"797.04\" cy=\"715.268\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"867.075\" cy=\"580.519\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"867.075\" cy=\"580.519\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"724.169\" cy=\"614.885\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"724.169\" cy=\"614.885\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"496.636\" cy=\"823.94\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"496.636\" cy=\"823.94\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"378.452\" cy=\"884.491\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"378.452\" cy=\"884.491\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"541.766\" cy=\"934.876\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"541.766\" cy=\"934.876\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"363.054\" cy=\"695.975\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"363.054\" cy=\"695.975\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1040.11\" cy=\"980.894\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1040.11\" cy=\"980.894\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"730.609\" cy=\"862.745\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"730.609\" cy=\"862.745\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"401.735\" cy=\"620.831\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"401.735\" cy=\"620.831\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1282.73\" cy=\"913.293\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1282.73\" cy=\"913.293\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"523.272\" cy=\"815.539\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"523.272\" cy=\"815.539\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"812.801\" cy=\"512.518\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"812.801\" cy=\"512.518\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"643.748\" cy=\"574.112\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"643.748\" cy=\"574.112\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"750.123\" cy=\"680.181\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"750.123\" cy=\"680.181\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"314.578\" cy=\"503.219\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"314.578\" cy=\"503.219\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"689.521\" cy=\"604.529\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"689.521\" cy=\"604.529\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"522.917\" cy=\"437.603\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"522.917\" cy=\"437.603\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"622.889\" cy=\"773.986\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"622.889\" cy=\"773.986\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"508.25\" cy=\"629.975\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"508.25\" cy=\"629.975\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1268.78\" cy=\"965.344\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1268.78\" cy=\"965.344\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1155.98\" cy=\"766.303\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1155.98\" cy=\"766.303\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"813.995\" cy=\"707.99\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"813.995\" cy=\"707.99\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"684.329\" cy=\"743.585\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"684.329\" cy=\"743.585\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"512.219\" cy=\"434.519\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"512.219\" cy=\"434.519\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"316.29\" cy=\"558.34\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"316.29\" cy=\"558.34\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"769.291\" cy=\"563.019\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"769.291\" cy=\"563.019\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"440.457\" cy=\"719.818\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"440.457\" cy=\"719.818\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"674.269\" cy=\"687.473\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"674.269\" cy=\"687.473\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"597.236\" cy=\"827.387\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"597.236\" cy=\"827.387\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"897.24\" cy=\"744.458\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"897.24\" cy=\"744.458\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"893.543\" cy=\"802.684\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"893.543\" cy=\"802.684\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"705.467\" cy=\"1098.17\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"705.467\" cy=\"1098.17\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"620.379\" cy=\"701.995\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"620.379\" cy=\"701.995\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"550.808\" cy=\"616.12\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"550.808\" cy=\"616.12\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"342.437\" cy=\"973.842\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"342.437\" cy=\"973.842\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"708.205\" cy=\"731.818\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"708.205\" cy=\"731.818\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"322.899\" cy=\"562.348\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"322.899\" cy=\"562.348\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1178.78\" cy=\"699.405\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1178.78\" cy=\"699.405\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1387.11\" cy=\"504.396\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1387.11\" cy=\"504.396\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"332.821\" cy=\"802.668\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"332.821\" cy=\"802.668\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"530.898\" cy=\"828.85\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"530.898\" cy=\"828.85\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"875.012\" cy=\"962.866\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"875.012\" cy=\"962.866\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"382.874\" cy=\"975.395\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"382.874\" cy=\"975.395\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"368.232\" cy=\"932.358\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"368.232\" cy=\"932.358\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"480.165\" cy=\"826.961\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"480.165\" cy=\"826.961\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1040.65\" cy=\"701.098\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1040.65\" cy=\"701.098\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"395.94\" cy=\"428.854\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"395.94\" cy=\"428.854\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"553.318\" cy=\"835.813\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"553.318\" cy=\"835.813\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"401.968\" cy=\"793.441\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"401.968\" cy=\"793.441\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"810.384\" cy=\"770.415\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"810.384\" cy=\"770.415\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"743.313\" cy=\"790.209\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"743.313\" cy=\"790.209\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"666.737\" cy=\"926.852\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"666.737\" cy=\"926.852\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"318.66\" cy=\"976.447\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"318.66\" cy=\"976.447\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1195.36\" cy=\"832.259\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1195.36\" cy=\"832.259\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"555.94\" cy=\"774.233\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"555.94\" cy=\"774.233\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"906.091\" cy=\"738.856\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"906.091\" cy=\"738.856\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"520.728\" cy=\"797.663\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"520.728\" cy=\"797.663\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"480.092\" cy=\"408.814\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"480.092\" cy=\"408.814\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"787.548\" cy=\"823.823\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"787.548\" cy=\"823.823\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"657.705\" cy=\"698.824\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"657.705\" cy=\"698.824\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"346.798\" cy=\"671.531\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"346.798\" cy=\"671.531\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"349.697\" cy=\"868.505\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"349.697\" cy=\"868.505\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"932.455\" cy=\"601.026\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"932.455\" cy=\"601.026\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"906.422\" cy=\"854.388\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"906.422\" cy=\"854.388\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"311.601\" cy=\"882.5\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"311.601\" cy=\"882.5\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"895.666\" cy=\"902.27\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"895.666\" cy=\"902.27\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"760.122\" cy=\"625.935\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"760.122\" cy=\"625.935\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1223.94\" cy=\"842.98\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1223.94\" cy=\"842.98\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"404.465\" cy=\"584.574\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"404.465\" cy=\"584.574\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"779.428\" cy=\"1014.13\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"779.428\" cy=\"1014.13\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1065.33\" cy=\"564.129\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1065.33\" cy=\"564.129\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1045.16\" cy=\"670.134\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1045.16\" cy=\"670.134\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"413.484\" cy=\"684.782\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"413.484\" cy=\"684.782\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"568.959\" cy=\"882.117\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"568.959\" cy=\"882.117\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1286.08\" cy=\"688.1\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1286.08\" cy=\"688.1\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1155.65\" cy=\"400.66\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1155.65\" cy=\"400.66\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"885.464\" cy=\"657.115\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"885.464\" cy=\"657.115\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"559.714\" cy=\"883.899\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"559.714\" cy=\"883.899\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"312.657\" cy=\"698.813\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"312.657\" cy=\"698.813\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"998.458\" cy=\"526.266\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"998.458\" cy=\"526.266\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"733.428\" cy=\"625.588\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"733.428\" cy=\"625.588\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"425.315\" cy=\"785.609\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"425.315\" cy=\"785.609\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"347.617\" cy=\"914.847\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"347.617\" cy=\"914.847\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"468.706\" cy=\"581.783\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"468.706\" cy=\"581.783\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"973.966\" cy=\"754.493\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"973.966\" cy=\"754.493\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"311.216\" cy=\"648.158\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"311.216\" cy=\"648.158\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1025.28\" cy=\"873.588\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1025.28\" cy=\"873.588\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"689.535\" cy=\"400.582\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"689.535\" cy=\"400.582\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"346.53\" cy=\"1047.61\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"346.53\" cy=\"1047.61\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1196.56\" cy=\"699.978\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1196.56\" cy=\"699.978\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"655.517\" cy=\"528.142\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"655.517\" cy=\"528.142\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"306.176\" cy=\"482.255\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"306.176\" cy=\"482.255\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"790.164\" cy=\"947.401\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"790.164\" cy=\"947.401\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"372.11\" cy=\"580.052\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"372.11\" cy=\"580.052\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"617.27\" cy=\"1005.95\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"617.27\" cy=\"1005.95\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1091.46\" cy=\"716.872\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1091.46\" cy=\"716.872\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"809.767\" cy=\"890.962\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"809.767\" cy=\"890.962\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"445.218\" cy=\"1004.32\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"445.218\" cy=\"1004.32\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"356.287\" cy=\"697.82\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"356.287\" cy=\"697.82\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"383.358\" cy=\"714.777\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"383.358\" cy=\"714.777\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"967.095\" cy=\"957.264\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"967.095\" cy=\"957.264\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"508.009\" cy=\"682.067\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"508.009\" cy=\"682.067\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"318.554\" cy=\"1274.16\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"318.554\" cy=\"1274.16\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"965.586\" cy=\"784.219\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"965.586\" cy=\"784.219\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"409.211\" cy=\"719.532\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"409.211\" cy=\"719.532\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"854.54\" cy=\"849.053\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"854.54\" cy=\"849.053\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"418.99\" cy=\"622.29\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"418.99\" cy=\"622.29\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"374.111\" cy=\"907.083\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"374.111\" cy=\"907.083\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"774.712\" cy=\"876.92\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"774.712\" cy=\"876.92\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"754.429\" cy=\"749.209\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"754.429\" cy=\"749.209\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"747.031\" cy=\"735.821\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"747.031\" cy=\"735.821\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"319.577\" cy=\"922.954\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"319.577\" cy=\"922.954\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"511.627\" cy=\"858.644\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"511.627\" cy=\"858.644\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"436.65\" cy=\"883.724\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"436.65\" cy=\"883.724\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"480.075\" cy=\"613.554\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"480.075\" cy=\"613.554\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1049.95\" cy=\"750.049\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1049.95\" cy=\"750.049\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1496\" cy=\"1034.79\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1496\" cy=\"1034.79\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"452.387\" cy=\"601.228\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"452.387\" cy=\"601.228\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1064.72\" cy=\"793.873\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1064.72\" cy=\"793.873\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"488.6\" cy=\"570.636\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"488.6\" cy=\"570.636\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"498.66\" cy=\"481.385\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"498.66\" cy=\"481.385\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"551.323\" cy=\"770.103\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"551.323\" cy=\"770.103\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1123.59\" cy=\"599.932\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1123.59\" cy=\"599.932\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"619.483\" cy=\"831.062\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"619.483\" cy=\"831.062\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"774.418\" cy=\"805.745\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"774.418\" cy=\"805.745\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1285.6\" cy=\"391.088\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1285.6\" cy=\"391.088\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"414.565\" cy=\"1085.41\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"414.565\" cy=\"1085.41\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"790.638\" cy=\"1102.02\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"790.638\" cy=\"1102.02\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"528.277\" cy=\"765.223\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"528.277\" cy=\"765.223\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"925.647\" cy=\"651.482\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"925.647\" cy=\"651.482\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"472.334\" cy=\"728.844\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"472.334\" cy=\"728.844\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"714.477\" cy=\"936.822\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"714.477\" cy=\"936.822\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"568.153\" cy=\"937.316\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"568.153\" cy=\"937.316\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"743.173\" cy=\"812.782\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"743.173\" cy=\"812.782\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"334.755\" cy=\"531.119\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"334.755\" cy=\"531.119\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"779.185\" cy=\"812.341\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"779.185\" cy=\"812.341\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"373.626\" cy=\"775.976\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"373.626\" cy=\"775.976\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"369.379\" cy=\"879.082\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"369.379\" cy=\"879.082\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1359.91\" cy=\"258.306\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1359.91\" cy=\"258.306\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"585.868\" cy=\"714.913\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"585.868\" cy=\"714.913\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1120.15\" cy=\"853.051\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1120.15\" cy=\"853.051\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1201.47\" cy=\"1065.31\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1201.47\" cy=\"1065.31\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"919.433\" cy=\"614.871\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"919.433\" cy=\"614.871\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1262.47\" cy=\"820.203\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1262.47\" cy=\"820.203\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1540.4\" cy=\"494.655\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1540.4\" cy=\"494.655\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"540.536\" cy=\"822.766\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"540.536\" cy=\"822.766\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"941.578\" cy=\"946.961\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"941.578\" cy=\"946.961\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1083.07\" cy=\"1150.76\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1083.07\" cy=\"1150.76\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1742.36\" cy=\"518.566\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1742.36\" cy=\"518.566\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1047.28\" cy=\"443.284\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1047.28\" cy=\"443.284\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"594.517\" cy=\"558.404\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"594.517\" cy=\"558.404\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1260.72\" cy=\"488.717\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1260.72\" cy=\"488.717\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1062.49\" cy=\"780.479\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1062.49\" cy=\"780.479\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"470.252\" cy=\"767.419\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"470.252\" cy=\"767.419\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"365.384\" cy=\"624.914\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"365.384\" cy=\"624.914\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"466.061\" cy=\"1112\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"466.061\" cy=\"1112\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1188.41\" cy=\"855.847\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1188.41\" cy=\"855.847\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"676.145\" cy=\"908.566\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"676.145\" cy=\"908.566\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"466.594\" cy=\"393.292\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"466.594\" cy=\"393.292\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"935.326\" cy=\"714.349\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"935.326\" cy=\"714.349\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"991.592\" cy=\"573.743\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"991.592\" cy=\"573.743\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"313.066\" cy=\"767.296\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"313.066\" cy=\"767.296\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1029.87\" cy=\"516.2\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1029.87\" cy=\"516.2\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1168.7\" cy=\"744.913\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1168.7\" cy=\"744.913\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"556.351\" cy=\"570.187\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"556.351\" cy=\"570.187\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"425.184\" cy=\"935.029\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"425.184\" cy=\"935.029\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"403.734\" cy=\"86.2547\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"403.734\" cy=\"86.2547\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"513.478\" cy=\"720.868\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"513.478\" cy=\"720.868\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"379.302\" cy=\"658.542\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"379.302\" cy=\"658.542\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"473.934\" cy=\"1022.96\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"473.934\" cy=\"1022.96\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"675.182\" cy=\"1180.68\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"675.182\" cy=\"1180.68\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"784.881\" cy=\"743.631\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"784.881\" cy=\"743.631\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"794.132\" cy=\"951.325\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"794.132\" cy=\"951.325\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"427.394\" cy=\"640.958\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"427.394\" cy=\"640.958\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"329.074\" cy=\"949.031\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"329.074\" cy=\"949.031\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"532.201\" cy=\"450.901\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"532.201\" cy=\"450.901\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"316.592\" cy=\"902.263\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"316.592\" cy=\"902.263\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"375.209\" cy=\"815.952\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"375.209\" cy=\"815.952\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"610.444\" cy=\"781.917\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"610.444\" cy=\"781.917\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"315.17\" cy=\"873.266\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"315.17\" cy=\"873.266\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"335.283\" cy=\"731.023\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"335.283\" cy=\"731.023\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"483.552\" cy=\"602.631\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"483.552\" cy=\"602.631\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"520.033\" cy=\"1019.71\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"520.033\" cy=\"1019.71\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"774.579\" cy=\"724.03\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"774.579\" cy=\"724.03\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1048.41\" cy=\"990.222\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1048.41\" cy=\"990.222\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"642.091\" cy=\"325.934\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"642.091\" cy=\"325.934\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"403.745\" cy=\"816.968\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"403.745\" cy=\"816.968\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"590.872\" cy=\"830.707\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"590.872\" cy=\"830.707\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"332.599\" cy=\"618.209\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"332.599\" cy=\"618.209\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"777.29\" cy=\"406.786\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"777.29\" cy=\"406.786\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1008.29\" cy=\"795.448\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1008.29\" cy=\"795.448\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"552.265\" cy=\"910.828\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"552.265\" cy=\"910.828\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"310.951\" cy=\"879.957\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"310.951\" cy=\"879.957\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1023.8\" cy=\"977.872\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1023.8\" cy=\"977.872\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"592.206\" cy=\"674.018\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"592.206\" cy=\"674.018\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"586.159\" cy=\"1230.39\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"586.159\" cy=\"1230.39\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"412.375\" cy=\"521.274\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"412.375\" cy=\"521.274\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"378.986\" cy=\"628.041\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"378.986\" cy=\"628.041\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1002.66\" cy=\"730.93\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1002.66\" cy=\"730.93\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"422.879\" cy=\"911.523\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"422.879\" cy=\"911.523\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"800.2\" cy=\"569.939\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"800.2\" cy=\"569.939\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1429.57\" cy=\"842.475\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1429.57\" cy=\"842.475\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"862.959\" cy=\"794.985\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"862.959\" cy=\"794.985\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1512.65\" cy=\"850.79\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1512.65\" cy=\"850.79\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1347.13\" cy=\"1248.61\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1347.13\" cy=\"1248.61\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"982.629\" cy=\"761.485\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"982.629\" cy=\"761.485\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"894.186\" cy=\"1057.91\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"894.186\" cy=\"1057.91\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"521.996\" cy=\"813.605\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"521.996\" cy=\"813.605\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"352.602\" cy=\"705.881\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"352.602\" cy=\"705.881\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"562.297\" cy=\"1129.14\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"562.297\" cy=\"1129.14\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"398.549\" cy=\"651.327\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"398.549\" cy=\"651.327\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"520.007\" cy=\"874.219\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"520.007\" cy=\"874.219\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1194.33\" cy=\"913.501\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1194.33\" cy=\"913.501\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"634.003\" cy=\"639.376\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"634.003\" cy=\"639.376\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1536.81\" cy=\"780.392\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1536.81\" cy=\"780.392\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"528.74\" cy=\"1011.64\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"528.74\" cy=\"1011.64\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"533.705\" cy=\"769.171\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"533.705\" cy=\"769.171\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"471.621\" cy=\"800.077\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"471.621\" cy=\"800.077\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"344.929\" cy=\"705.229\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"344.929\" cy=\"705.229\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"994.113\" cy=\"799.981\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"994.113\" cy=\"799.981\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"485.399\" cy=\"959.472\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"485.399\" cy=\"959.472\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"864.91\" cy=\"197.588\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"864.91\" cy=\"197.588\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"701.539\" cy=\"540.311\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"701.539\" cy=\"540.311\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"597.134\" cy=\"840.721\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"597.134\" cy=\"840.721\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"563.365\" cy=\"929.292\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"563.365\" cy=\"929.292\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"373.3\" cy=\"658.255\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"373.3\" cy=\"658.255\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"753.45\" cy=\"658.07\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"753.45\" cy=\"658.07\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"793.545\" cy=\"680.858\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"793.545\" cy=\"680.858\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"395.878\" cy=\"1020.16\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"395.878\" cy=\"1020.16\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"561.049\" cy=\"701.291\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"561.049\" cy=\"701.291\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1315.33\" cy=\"700.586\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1315.33\" cy=\"700.586\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"581.201\" cy=\"803.921\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"581.201\" cy=\"803.921\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"564.188\" cy=\"733.157\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"564.188\" cy=\"733.157\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"555.373\" cy=\"883.237\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"555.373\" cy=\"883.237\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"313.691\" cy=\"660.587\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"313.691\" cy=\"660.587\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"613.513\" cy=\"898.761\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"613.513\" cy=\"898.761\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"750.092\" cy=\"937.927\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"750.092\" cy=\"937.927\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"539.626\" cy=\"798.686\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"539.626\" cy=\"798.686\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"703.431\" cy=\"383.522\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"703.431\" cy=\"383.522\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"547.687\" cy=\"928.101\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"547.687\" cy=\"928.101\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"567.817\" cy=\"733.331\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"567.817\" cy=\"733.331\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"528.708\" cy=\"920.427\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"528.708\" cy=\"920.427\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"810.621\" cy=\"684.657\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"810.621\" cy=\"684.657\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"635.33\" cy=\"655.216\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"635.33\" cy=\"655.216\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1372.85\" cy=\"823.801\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1372.85\" cy=\"823.801\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"411.512\" cy=\"1086.69\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"411.512\" cy=\"1086.69\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"398.443\" cy=\"497.286\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"398.443\" cy=\"497.286\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"363.261\" cy=\"751.814\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"363.261\" cy=\"751.814\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"957.961\" cy=\"878.595\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"957.961\" cy=\"878.595\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"879.005\" cy=\"544.795\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"879.005\" cy=\"544.795\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"447.322\" cy=\"720.035\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"447.322\" cy=\"720.035\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1184.15\" cy=\"619.412\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1184.15\" cy=\"619.412\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"407.222\" cy=\"833.856\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"407.222\" cy=\"833.856\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"686.503\" cy=\"994.756\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"686.503\" cy=\"994.756\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"419.884\" cy=\"539.791\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"419.884\" cy=\"539.791\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"403.701\" cy=\"1078.81\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"403.701\" cy=\"1078.81\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"639.38\" cy=\"829.873\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"639.38\" cy=\"829.873\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"964.713\" cy=\"1111.91\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"964.713\" cy=\"1111.91\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"367.843\" cy=\"844.167\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"367.843\" cy=\"844.167\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"406.442\" cy=\"653.167\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"406.442\" cy=\"653.167\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"399.721\" cy=\"876.697\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"399.721\" cy=\"876.697\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"310.949\" cy=\"895.988\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"310.949\" cy=\"895.988\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"729.385\" cy=\"410.431\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"729.385\" cy=\"410.431\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"358.267\" cy=\"868.97\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"358.267\" cy=\"868.97\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"655.111\" cy=\"1068.07\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"655.111\" cy=\"1068.07\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"342.693\" cy=\"862.847\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"342.693\" cy=\"862.847\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"877.05\" cy=\"1344.13\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"877.05\" cy=\"1344.13\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1349.3\" cy=\"723.054\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1349.3\" cy=\"723.054\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"701.001\" cy=\"1006.7\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"701.001\" cy=\"1006.7\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"405.453\" cy=\"917.294\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"405.453\" cy=\"917.294\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"389.609\" cy=\"920.13\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"389.609\" cy=\"920.13\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"994.097\" cy=\"871.671\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"994.097\" cy=\"871.671\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"943.293\" cy=\"704.925\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"943.293\" cy=\"704.925\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"740.674\" cy=\"662.122\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"740.674\" cy=\"662.122\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1079.13\" cy=\"856.616\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1079.13\" cy=\"856.616\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"560.323\" cy=\"868.207\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"560.323\" cy=\"868.207\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"604.688\" cy=\"959.526\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"604.688\" cy=\"959.526\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"346.154\" cy=\"868.34\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"346.154\" cy=\"868.34\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"321.48\" cy=\"728.21\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"321.48\" cy=\"728.21\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1181.04\" cy=\"802.134\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1181.04\" cy=\"802.134\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"663.386\" cy=\"768.559\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"663.386\" cy=\"768.559\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"707.749\" cy=\"637.697\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"707.749\" cy=\"637.697\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"833.015\" cy=\"742.832\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"833.015\" cy=\"742.832\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"324.791\" cy=\"801.124\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"324.791\" cy=\"801.124\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"843.675\" cy=\"604.078\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"843.675\" cy=\"604.078\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"584.172\" cy=\"761.038\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"584.172\" cy=\"761.038\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"556.515\" cy=\"900.983\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"556.515\" cy=\"900.983\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1046.79\" cy=\"942.219\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1046.79\" cy=\"942.219\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"459.802\" cy=\"1000.49\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"459.802\" cy=\"1000.49\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"550.504\" cy=\"902.128\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"550.504\" cy=\"902.128\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"306.215\" cy=\"939.978\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"306.215\" cy=\"939.978\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"607.161\" cy=\"844.558\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"607.161\" cy=\"844.558\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1073.65\" cy=\"1051.72\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1073.65\" cy=\"1051.72\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"854.382\" cy=\"535.663\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"854.382\" cy=\"535.663\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"954.067\" cy=\"980.548\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"954.067\" cy=\"980.548\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"865.946\" cy=\"571.748\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"865.946\" cy=\"571.748\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"965.663\" cy=\"1010.16\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"965.663\" cy=\"1010.16\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"945.441\" cy=\"752.433\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"945.441\" cy=\"752.433\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1074.54\" cy=\"1069.66\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1074.54\" cy=\"1069.66\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"428.535\" cy=\"637.929\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"428.535\" cy=\"637.929\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"325.665\" cy=\"1120.54\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"325.665\" cy=\"1120.54\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"599.726\" cy=\"857.499\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"599.726\" cy=\"857.499\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"982.776\" cy=\"756.582\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"982.776\" cy=\"756.582\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"655.644\" cy=\"765.345\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"655.644\" cy=\"765.345\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"980.787\" cy=\"701.29\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"980.787\" cy=\"701.29\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"979.06\" cy=\"479.005\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"979.06\" cy=\"479.005\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"507.343\" cy=\"740.165\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"507.343\" cy=\"740.165\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"838.487\" cy=\"792.778\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"838.487\" cy=\"792.778\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"355.806\" cy=\"687.321\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"355.806\" cy=\"687.321\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"558.852\" cy=\"928.868\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"558.852\" cy=\"928.868\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"377.167\" cy=\"841.853\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"377.167\" cy=\"841.853\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"754.993\" cy=\"396.93\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"754.993\" cy=\"396.93\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"667.005\" cy=\"974.504\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"667.005\" cy=\"974.504\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"495.416\" cy=\"601.778\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"495.416\" cy=\"601.778\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"547.285\" cy=\"622.503\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"547.285\" cy=\"622.503\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"384.159\" cy=\"1017.89\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"384.159\" cy=\"1017.89\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"955.314\" cy=\"917.228\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"955.314\" cy=\"917.228\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"721.105\" cy=\"726.943\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"721.105\" cy=\"726.943\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"776.455\" cy=\"695.29\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"776.455\" cy=\"695.29\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1600.57\" cy=\"708.022\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1600.57\" cy=\"708.022\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"695.216\" cy=\"789.508\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"695.216\" cy=\"789.508\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"810.091\" cy=\"1111.3\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"810.091\" cy=\"1111.3\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"583.185\" cy=\"1002.97\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"583.185\" cy=\"1002.97\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"410.225\" cy=\"892.08\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"410.225\" cy=\"892.08\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"718.045\" cy=\"914.451\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"718.045\" cy=\"914.451\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1216.87\" cy=\"977.139\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1216.87\" cy=\"977.139\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"906.527\" cy=\"820.495\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"906.527\" cy=\"820.495\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"650.257\" cy=\"603.007\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"650.257\" cy=\"603.007\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"590.833\" cy=\"715.001\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"590.833\" cy=\"715.001\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1009.04\" cy=\"777.235\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1009.04\" cy=\"777.235\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"353.899\" cy=\"851.923\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"353.899\" cy=\"851.923\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"976.22\" cy=\"878.113\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"976.22\" cy=\"878.113\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1256.83\" cy=\"733.753\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1256.83\" cy=\"733.753\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"693.411\" cy=\"902.625\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"693.411\" cy=\"902.625\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1082.2\" cy=\"680.858\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1082.2\" cy=\"680.858\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"763.129\" cy=\"882.998\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"763.129\" cy=\"882.998\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"321.501\" cy=\"1179.52\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"321.501\" cy=\"1179.52\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"671.849\" cy=\"785.449\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"671.849\" cy=\"785.449\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"774.984\" cy=\"566.066\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"774.984\" cy=\"566.066\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"406.792\" cy=\"903.428\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"406.792\" cy=\"903.428\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"399.24\" cy=\"593.753\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"399.24\" cy=\"593.753\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1067.8\" cy=\"937.56\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1067.8\" cy=\"937.56\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"578.393\" cy=\"814.55\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"578.393\" cy=\"814.55\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"495.512\" cy=\"915.404\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"495.512\" cy=\"915.404\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"549.95\" cy=\"931.598\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"549.95\" cy=\"931.598\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"998.864\" cy=\"904.032\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"998.864\" cy=\"904.032\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"608.405\" cy=\"1117.42\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"608.405\" cy=\"1117.42\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1649.91\" cy=\"946.122\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1649.91\" cy=\"946.122\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"566.895\" cy=\"708.655\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"566.895\" cy=\"708.655\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"694.35\" cy=\"996.065\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"694.35\" cy=\"996.065\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1795.96\" cy=\"1032.84\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1795.96\" cy=\"1032.84\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1008.9\" cy=\"570.618\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1008.9\" cy=\"570.618\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"439.592\" cy=\"655.996\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"439.592\" cy=\"655.996\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1420.46\" cy=\"598.848\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1420.46\" cy=\"598.848\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"552.117\" cy=\"947.236\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"552.117\" cy=\"947.236\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"801.226\" cy=\"728.398\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"801.226\" cy=\"728.398\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"924.35\" cy=\"783.114\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"924.35\" cy=\"783.114\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1578.56\" cy=\"732.584\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1578.56\" cy=\"732.584\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"412.186\" cy=\"965.821\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"412.186\" cy=\"965.821\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1052.45\" cy=\"1061.56\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1052.45\" cy=\"1061.56\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"448.563\" cy=\"867.422\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"448.563\" cy=\"867.422\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1099.79\" cy=\"1010.47\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1099.79\" cy=\"1010.47\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1443.54\" cy=\"738.866\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1443.54\" cy=\"738.866\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"548.311\" cy=\"708.174\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"548.311\" cy=\"708.174\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"469.502\" cy=\"911.254\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"469.502\" cy=\"911.254\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1075.39\" cy=\"996.564\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1075.39\" cy=\"996.564\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"671.546\" cy=\"637.061\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"671.546\" cy=\"637.061\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"596.222\" cy=\"881.703\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"596.222\" cy=\"881.703\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"517.947\" cy=\"950.39\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"517.947\" cy=\"950.39\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"913.871\" cy=\"672.813\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"913.871\" cy=\"672.813\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1078.66\" cy=\"509.847\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1078.66\" cy=\"509.847\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"355.312\" cy=\"866.264\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"355.312\" cy=\"866.264\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1067.22\" cy=\"996.494\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1067.22\" cy=\"996.494\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"834.087\" cy=\"521.828\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"834.087\" cy=\"521.828\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"386.356\" cy=\"366.262\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"386.356\" cy=\"366.262\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"554.432\" cy=\"1066.42\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"554.432\" cy=\"1066.42\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"816.538\" cy=\"756.107\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"816.538\" cy=\"756.107\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1530.2\" cy=\"741.41\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1530.2\" cy=\"741.41\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"655.743\" cy=\"681.414\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"655.743\" cy=\"681.414\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1061.9\" cy=\"907.054\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1061.9\" cy=\"907.054\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1083.51\" cy=\"613.383\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1083.51\" cy=\"613.383\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"943.519\" cy=\"936.196\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"943.519\" cy=\"936.196\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"991.662\" cy=\"762.138\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"991.662\" cy=\"762.138\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1268.87\" cy=\"743.759\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1268.87\" cy=\"743.759\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"684.09\" cy=\"996.967\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"684.09\" cy=\"996.967\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"451.795\" cy=\"555.812\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"451.795\" cy=\"555.812\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"455.528\" cy=\"1023.83\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"455.528\" cy=\"1023.83\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1071.36\" cy=\"552.317\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1071.36\" cy=\"552.317\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"709.111\" cy=\"636.141\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"709.111\" cy=\"636.141\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1144.45\" cy=\"877.848\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1144.45\" cy=\"877.848\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"687.245\" cy=\"449.807\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"687.245\" cy=\"449.807\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"678.557\" cy=\"711.28\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"678.557\" cy=\"711.28\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"870.144\" cy=\"505.744\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"870.144\" cy=\"505.744\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"766.075\" cy=\"663.503\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"766.075\" cy=\"663.503\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"713.119\" cy=\"954.333\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"713.119\" cy=\"954.333\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1161.92\" cy=\"980.946\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1161.92\" cy=\"980.946\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1317.74\" cy=\"937.968\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1317.74\" cy=\"937.968\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1194.47\" cy=\"685.478\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1194.47\" cy=\"685.478\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"304.564\" cy=\"824.78\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"304.564\" cy=\"824.78\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"816.027\" cy=\"553.863\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"816.027\" cy=\"553.863\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1243.64\" cy=\"1274.62\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1243.64\" cy=\"1274.62\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1522.6\" cy=\"1236.15\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1522.6\" cy=\"1236.15\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"944.819\" cy=\"260.813\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"944.819\" cy=\"260.813\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1120.71\" cy=\"771.637\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1120.71\" cy=\"771.637\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"454.407\" cy=\"723.559\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"454.407\" cy=\"723.559\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"483.154\" cy=\"818.716\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"483.154\" cy=\"818.716\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1500.53\" cy=\"558.802\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1500.53\" cy=\"558.802\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"435.07\" cy=\"984.807\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"435.07\" cy=\"984.807\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"436.319\" cy=\"738.579\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"436.319\" cy=\"738.579\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"762.512\" cy=\"756.455\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"762.512\" cy=\"756.455\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"504.261\" cy=\"639.689\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"504.261\" cy=\"639.689\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1668.2\" cy=\"1032.56\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1668.2\" cy=\"1032.56\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"486.592\" cy=\"639.948\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"486.592\" cy=\"639.948\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"621.221\" cy=\"876.848\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"621.221\" cy=\"876.848\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"320.39\" cy=\"834.799\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"320.39\" cy=\"834.799\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"565.818\" cy=\"481.765\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"565.818\" cy=\"481.765\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"608.523\" cy=\"698.891\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"608.523\" cy=\"698.891\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1048.88\" cy=\"705.818\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1048.88\" cy=\"705.818\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"357.824\" cy=\"653.552\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"357.824\" cy=\"653.552\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"629.759\" cy=\"900.004\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"629.759\" cy=\"900.004\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"495.139\" cy=\"800.835\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"495.139\" cy=\"800.835\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"898.34\" cy=\"675.83\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"898.34\" cy=\"675.83\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"736.473\" cy=\"652.298\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"736.473\" cy=\"652.298\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"389.806\" cy=\"561.951\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"389.806\" cy=\"561.951\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"368.261\" cy=\"572.798\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"368.261\" cy=\"572.798\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1267.36\" cy=\"613.713\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1267.36\" cy=\"613.713\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"528.476\" cy=\"541.17\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"528.476\" cy=\"541.17\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"635.271\" cy=\"634.258\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"635.271\" cy=\"634.258\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"502.181\" cy=\"666.974\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"502.181\" cy=\"666.974\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"893.412\" cy=\"694.549\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"893.412\" cy=\"694.549\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1150.61\" cy=\"786.338\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1150.61\" cy=\"786.338\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"533.321\" cy=\"927.362\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"533.321\" cy=\"927.362\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"334.462\" cy=\"539.598\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"334.462\" cy=\"539.598\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1000.43\" cy=\"757.5\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1000.43\" cy=\"757.5\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"424.328\" cy=\"1063.98\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"424.328\" cy=\"1063.98\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"528.971\" cy=\"607.374\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"528.971\" cy=\"607.374\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"754.7\" cy=\"475.893\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"754.7\" cy=\"475.893\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"461.666\" cy=\"777.704\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"461.666\" cy=\"777.704\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"673.342\" cy=\"809.415\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"673.342\" cy=\"809.415\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"392.321\" cy=\"597.282\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"392.321\" cy=\"597.282\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"883.823\" cy=\"851.685\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"883.823\" cy=\"851.685\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1022.14\" cy=\"632.517\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1022.14\" cy=\"632.517\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"765.924\" cy=\"997.588\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"765.924\" cy=\"997.588\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"533.59\" cy=\"598.098\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"533.59\" cy=\"598.098\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"578.918\" cy=\"919.096\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"578.918\" cy=\"919.096\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"528.719\" cy=\"820.225\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"528.719\" cy=\"820.225\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1200.61\" cy=\"561.934\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1200.61\" cy=\"561.934\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1440.41\" cy=\"994.241\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1440.41\" cy=\"994.241\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1195.54\" cy=\"818.409\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1195.54\" cy=\"818.409\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"410.921\" cy=\"370.202\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"410.921\" cy=\"370.202\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"851.378\" cy=\"861.236\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"851.378\" cy=\"861.236\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"511.264\" cy=\"728.321\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"511.264\" cy=\"728.321\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"694.973\" cy=\"741.821\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"694.973\" cy=\"741.821\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"643.166\" cy=\"616.886\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"643.166\" cy=\"616.886\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1076.42\" cy=\"1107.29\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1076.42\" cy=\"1107.29\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1442.76\" cy=\"684.484\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1442.76\" cy=\"684.484\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"409.239\" cy=\"987.696\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"409.239\" cy=\"987.696\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"694.494\" cy=\"854.701\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"694.494\" cy=\"854.701\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"317.18\" cy=\"636.816\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"317.18\" cy=\"636.816\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"378.034\" cy=\"865.67\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"378.034\" cy=\"865.67\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"645.348\" cy=\"713.138\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"645.348\" cy=\"713.138\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"438.038\" cy=\"731.506\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"438.038\" cy=\"731.506\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"619.542\" cy=\"888.315\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"619.542\" cy=\"888.315\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"875.001\" cy=\"665.07\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"875.001\" cy=\"665.07\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"833.409\" cy=\"613.511\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"833.409\" cy=\"613.511\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"325.862\" cy=\"592.911\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"325.862\" cy=\"592.911\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"559.717\" cy=\"888.345\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"559.717\" cy=\"888.345\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"346.578\" cy=\"548.02\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"346.578\" cy=\"548.02\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1041.1\" cy=\"799.441\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1041.1\" cy=\"799.441\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1020.86\" cy=\"748.733\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1020.86\" cy=\"748.733\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"752.271\" cy=\"921.275\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"752.271\" cy=\"921.275\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"615.83\" cy=\"680.651\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"615.83\" cy=\"680.651\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"593.911\" cy=\"746.257\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"593.911\" cy=\"746.257\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"345.195\" cy=\"964.576\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"345.195\" cy=\"964.576\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"782.253\" cy=\"717.961\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"782.253\" cy=\"717.961\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"398.514\" cy=\"874.959\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"398.514\" cy=\"874.959\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1250.52\" cy=\"703.738\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1250.52\" cy=\"703.738\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"501.387\" cy=\"406.114\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"501.387\" cy=\"406.114\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"762.185\" cy=\"1056.6\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"762.185\" cy=\"1056.6\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"361.654\" cy=\"658.599\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"361.654\" cy=\"658.599\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"771.513\" cy=\"916.642\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"771.513\" cy=\"916.642\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"638.943\" cy=\"813.368\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"638.943\" cy=\"813.368\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"668.92\" cy=\"504.277\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"668.92\" cy=\"504.277\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"806.715\" cy=\"509.702\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"806.715\" cy=\"509.702\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1146.19\" cy=\"959.357\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1146.19\" cy=\"959.357\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"597.394\" cy=\"510.357\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"597.394\" cy=\"510.357\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"532.361\" cy=\"786.206\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"532.361\" cy=\"786.206\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"514.327\" cy=\"590.771\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"514.327\" cy=\"590.771\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"482.246\" cy=\"1184.45\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"482.246\" cy=\"1184.45\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"364.897\" cy=\"1046.82\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"364.897\" cy=\"1046.82\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"894.856\" cy=\"943.141\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"894.856\" cy=\"943.141\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1197.8\" cy=\"792.663\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1197.8\" cy=\"792.663\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"592.561\" cy=\"708.186\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"592.561\" cy=\"708.186\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"885.017\" cy=\"958.267\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"885.017\" cy=\"958.267\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"449.809\" cy=\"817.602\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"449.809\" cy=\"817.602\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"761.06\" cy=\"897.675\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"761.06\" cy=\"897.675\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"972.861\" cy=\"942.862\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"972.861\" cy=\"942.862\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1235.15\" cy=\"272.244\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1235.15\" cy=\"272.244\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"391.571\" cy=\"626.004\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"391.571\" cy=\"626.004\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"666.146\" cy=\"971.292\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"666.146\" cy=\"971.292\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"642.218\" cy=\"427.848\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"642.218\" cy=\"427.848\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"510.455\" cy=\"842.191\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"510.455\" cy=\"842.191\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"571.052\" cy=\"623.542\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"571.052\" cy=\"623.542\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"833.689\" cy=\"286.316\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"833.689\" cy=\"286.316\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"663.905\" cy=\"704.035\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"663.905\" cy=\"704.035\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"326.744\" cy=\"823.881\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"326.744\" cy=\"823.881\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"801.498\" cy=\"662.882\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"801.498\" cy=\"662.882\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"896.739\" cy=\"680.271\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"896.739\" cy=\"680.271\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"785.609\" cy=\"1033.13\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"785.609\" cy=\"1033.13\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"401.642\" cy=\"1020.94\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"401.642\" cy=\"1020.94\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"442.675\" cy=\"988.801\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"442.675\" cy=\"988.801\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"347.073\" cy=\"838.452\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"347.073\" cy=\"838.452\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"410.349\" cy=\"304.135\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"410.349\" cy=\"304.135\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"417.405\" cy=\"900.29\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"417.405\" cy=\"900.29\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1123.94\" cy=\"1074.17\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1123.94\" cy=\"1074.17\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"305.03\" cy=\"624.579\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"305.03\" cy=\"624.579\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"952.003\" cy=\"776.025\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"952.003\" cy=\"776.025\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"347.315\" cy=\"795.807\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"347.315\" cy=\"795.807\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"372.917\" cy=\"526.095\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"372.917\" cy=\"526.095\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"470.337\" cy=\"666.754\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"470.337\" cy=\"666.754\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"374.839\" cy=\"748.96\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"374.839\" cy=\"748.96\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"419.705\" cy=\"572.523\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"419.705\" cy=\"572.523\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"636.674\" cy=\"588.73\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"636.674\" cy=\"588.73\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1039.22\" cy=\"1316.8\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1039.22\" cy=\"1316.8\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"347.957\" cy=\"738.048\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"347.957\" cy=\"738.048\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"427.313\" cy=\"779.118\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"427.313\" cy=\"779.118\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1434.42\" cy=\"556.781\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1434.42\" cy=\"556.781\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"508.314\" cy=\"922.549\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"508.314\" cy=\"922.549\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"759.35\" cy=\"524.007\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"759.35\" cy=\"524.007\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"969.273\" cy=\"1030.49\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"969.273\" cy=\"1030.49\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1180.5\" cy=\"962.592\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1180.5\" cy=\"962.592\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"413.476\" cy=\"965.698\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"413.476\" cy=\"965.698\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"691.063\" cy=\"624.586\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"691.063\" cy=\"624.586\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"332.58\" cy=\"1167.37\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"332.58\" cy=\"1167.37\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"410.619\" cy=\"1095\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"410.619\" cy=\"1095\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"614.485\" cy=\"656.441\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"614.485\" cy=\"656.441\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"898.669\" cy=\"1246.46\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"898.669\" cy=\"1246.46\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"763.921\" cy=\"678.228\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"763.921\" cy=\"678.228\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1064.76\" cy=\"775.371\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1064.76\" cy=\"775.371\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1003.61\" cy=\"853.248\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1003.61\" cy=\"853.248\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"464.417\" cy=\"835.242\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"464.417\" cy=\"835.242\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"949.396\" cy=\"960.217\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"949.396\" cy=\"960.217\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1605.27\" cy=\"823.745\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1605.27\" cy=\"823.745\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"452.398\" cy=\"754.613\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"452.398\" cy=\"754.613\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"553.303\" cy=\"613.7\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"553.303\" cy=\"613.7\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"932.908\" cy=\"1160.35\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"932.908\" cy=\"1160.35\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"334.788\" cy=\"546.266\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"334.788\" cy=\"546.266\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"422.084\" cy=\"539.956\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"422.084\" cy=\"539.956\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1021.95\" cy=\"645.903\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1021.95\" cy=\"645.903\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"381.126\" cy=\"628.783\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"381.126\" cy=\"628.783\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"739.62\" cy=\"805.046\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"739.62\" cy=\"805.046\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"450.913\" cy=\"651.075\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"450.913\" cy=\"651.075\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"543.667\" cy=\"1186.2\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"543.667\" cy=\"1186.2\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"348.196\" cy=\"862.003\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"348.196\" cy=\"862.003\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"545.855\" cy=\"774.297\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"545.855\" cy=\"774.297\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"591.714\" cy=\"999.094\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"591.714\" cy=\"999.094\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"340.281\" cy=\"499.312\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"340.281\" cy=\"499.312\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"945.377\" cy=\"524.266\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"945.377\" cy=\"524.266\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"478.668\" cy=\"850.886\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"478.668\" cy=\"850.886\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"775.186\" cy=\"455.716\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"775.186\" cy=\"455.716\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"920.7\" cy=\"605.485\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"920.7\" cy=\"605.485\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"904.1\" cy=\"1061.38\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"904.1\" cy=\"1061.38\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"388.178\" cy=\"602.971\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"388.178\" cy=\"602.971\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"763.471\" cy=\"514.785\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"763.471\" cy=\"514.785\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"674.82\" cy=\"567.498\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"674.82\" cy=\"567.498\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"683.639\" cy=\"580.495\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"683.639\" cy=\"580.495\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"670.133\" cy=\"693.229\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"670.133\" cy=\"693.229\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"484.936\" cy=\"712.881\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"484.936\" cy=\"712.881\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"780.565\" cy=\"750.89\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"780.565\" cy=\"750.89\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"911.623\" cy=\"710.288\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"911.623\" cy=\"710.288\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"479.23\" cy=\"984.536\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"479.23\" cy=\"984.536\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"453.289\" cy=\"984.769\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"453.289\" cy=\"984.769\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1203.14\" cy=\"815.023\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1203.14\" cy=\"815.023\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"508.056\" cy=\"889.596\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"508.056\" cy=\"889.596\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"438.575\" cy=\"421.589\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"438.575\" cy=\"421.589\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1196\" cy=\"764.458\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1196\" cy=\"764.458\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"588.54\" cy=\"924.758\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"588.54\" cy=\"924.758\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"867.619\" cy=\"460.209\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"867.619\" cy=\"460.209\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"677.672\" cy=\"760.177\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"677.672\" cy=\"760.177\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1225.75\" cy=\"939.658\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1225.75\" cy=\"939.658\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"511.869\" cy=\"873.039\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"511.869\" cy=\"873.039\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"353.343\" cy=\"981.908\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"353.343\" cy=\"981.908\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1143.35\" cy=\"964.603\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1143.35\" cy=\"964.603\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"507.083\" cy=\"732.346\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"507.083\" cy=\"732.346\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"382.877\" cy=\"504.497\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"382.877\" cy=\"504.497\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"802.907\" cy=\"651.234\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"802.907\" cy=\"651.234\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"512.759\" cy=\"572.168\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"512.759\" cy=\"572.168\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"485.408\" cy=\"907.44\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"485.408\" cy=\"907.44\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"720.77\" cy=\"825.744\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"720.77\" cy=\"825.744\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"614.15\" cy=\"843.347\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"614.15\" cy=\"843.347\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"497.132\" cy=\"798.721\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"497.132\" cy=\"798.721\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"462.85\" cy=\"891.833\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"462.85\" cy=\"891.833\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"486.204\" cy=\"1002.7\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"486.204\" cy=\"1002.7\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"585.381\" cy=\"600.878\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"585.381\" cy=\"600.878\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"350.618\" cy=\"848.773\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"350.618\" cy=\"848.773\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"393.671\" cy=\"526.869\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"393.671\" cy=\"526.869\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"514.96\" cy=\"802.818\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"514.96\" cy=\"802.818\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"384.718\" cy=\"752.607\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"384.718\" cy=\"752.607\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1213.91\" cy=\"735.265\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1213.91\" cy=\"735.265\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"706.346\" cy=\"614.603\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"706.346\" cy=\"614.603\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"361.71\" cy=\"1004.4\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"361.71\" cy=\"1004.4\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"771.305\" cy=\"864.915\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"771.305\" cy=\"864.915\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"401.425\" cy=\"836.47\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"401.425\" cy=\"836.47\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"695.35\" cy=\"769.077\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"695.35\" cy=\"769.077\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"910.709\" cy=\"576.111\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"910.709\" cy=\"576.111\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"913.754\" cy=\"650.065\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"913.754\" cy=\"650.065\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"708.441\" cy=\"829.406\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"708.441\" cy=\"829.406\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1722.43\" cy=\"847.987\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1722.43\" cy=\"847.987\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"520.462\" cy=\"988.125\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"520.462\" cy=\"988.125\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"789.886\" cy=\"948.564\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"789.886\" cy=\"948.564\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1040.97\" cy=\"1002.38\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1040.97\" cy=\"1002.38\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"471.248\" cy=\"665.446\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"471.248\" cy=\"665.446\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"698.89\" cy=\"613.483\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"698.89\" cy=\"613.483\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1050.25\" cy=\"706.098\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1050.25\" cy=\"706.098\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"836.294\" cy=\"706.382\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"836.294\" cy=\"706.382\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1513.38\" cy=\"833.81\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1513.38\" cy=\"833.81\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"813.457\" cy=\"879.478\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"813.457\" cy=\"879.478\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1169.68\" cy=\"739.456\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1169.68\" cy=\"739.456\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"970.429\" cy=\"732.807\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"970.429\" cy=\"732.807\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"680.962\" cy=\"610.609\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"680.962\" cy=\"610.609\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"469.474\" cy=\"818.734\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"469.474\" cy=\"818.734\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"548.298\" cy=\"634.145\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"548.298\" cy=\"634.145\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1091.19\" cy=\"792.124\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1091.19\" cy=\"792.124\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"430.135\" cy=\"1059.71\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"430.135\" cy=\"1059.71\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"621.288\" cy=\"746.801\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"621.288\" cy=\"746.801\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"414.488\" cy=\"1032.89\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"414.488\" cy=\"1032.89\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"823.177\" cy=\"920.203\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"823.177\" cy=\"920.203\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1109.78\" cy=\"977.035\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1109.78\" cy=\"977.035\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"590.453\" cy=\"911.154\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"590.453\" cy=\"911.154\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"529.778\" cy=\"713.281\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"529.778\" cy=\"713.281\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"323.277\" cy=\"688.868\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"323.277\" cy=\"688.868\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"868.539\" cy=\"994.254\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"868.539\" cy=\"994.254\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"793.303\" cy=\"423.952\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"793.303\" cy=\"423.952\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"347.741\" cy=\"688.071\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"347.741\" cy=\"688.071\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"571.167\" cy=\"988.749\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"571.167\" cy=\"988.749\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"728.462\" cy=\"814.046\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"728.462\" cy=\"814.046\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"398.918\" cy=\"629.812\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"398.918\" cy=\"629.812\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1434.94\" cy=\"747.353\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1434.94\" cy=\"747.353\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"623.403\" cy=\"804.772\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"623.403\" cy=\"804.772\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"431.674\" cy=\"1130.53\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"431.674\" cy=\"1130.53\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"325.822\" cy=\"698.726\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"325.822\" cy=\"698.726\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"511.457\" cy=\"640.456\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"511.457\" cy=\"640.456\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"448.281\" cy=\"864.304\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"448.281\" cy=\"864.304\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"560.478\" cy=\"611.084\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"560.478\" cy=\"611.084\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"315.603\" cy=\"660.854\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"315.603\" cy=\"660.854\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"522.55\" cy=\"1198.12\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"522.55\" cy=\"1198.12\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"309.782\" cy=\"606.902\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"309.782\" cy=\"606.902\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1004.37\" cy=\"542.209\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1004.37\" cy=\"542.209\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"550.254\" cy=\"652.2\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"550.254\" cy=\"652.2\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"613.448\" cy=\"747.717\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"613.448\" cy=\"747.717\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"510.729\" cy=\"1001.59\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"510.729\" cy=\"1001.59\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"396.004\" cy=\"764.418\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"396.004\" cy=\"764.418\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"756.014\" cy=\"885.6\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"756.014\" cy=\"885.6\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"407.715\" cy=\"977.77\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"407.715\" cy=\"977.77\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"664.483\" cy=\"771.564\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"664.483\" cy=\"771.564\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"642.141\" cy=\"790.09\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"642.141\" cy=\"790.09\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"423.89\" cy=\"591.881\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"423.89\" cy=\"591.881\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"858.7\" cy=\"484.757\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"858.7\" cy=\"484.757\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"335.943\" cy=\"738.828\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"335.943\" cy=\"738.828\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"418.282\" cy=\"732.02\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"418.282\" cy=\"732.02\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"756.689\" cy=\"335.458\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"756.689\" cy=\"335.458\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1161.71\" cy=\"744.907\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1161.71\" cy=\"744.907\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"722.848\" cy=\"886.348\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"722.848\" cy=\"886.348\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"934.886\" cy=\"1076.07\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"934.886\" cy=\"1076.07\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"362.314\" cy=\"781.07\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"362.314\" cy=\"781.07\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"728.719\" cy=\"603.061\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"728.719\" cy=\"603.061\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"475.009\" cy=\"574.201\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"475.009\" cy=\"574.201\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"588.45\" cy=\"733.448\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"588.45\" cy=\"733.448\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1092.66\" cy=\"755.604\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1092.66\" cy=\"755.604\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"587.469\" cy=\"609.164\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"587.469\" cy=\"609.164\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1156.3\" cy=\"535.842\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1156.3\" cy=\"535.842\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"651.394\" cy=\"236.82\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"651.394\" cy=\"236.82\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1124.39\" cy=\"1002.32\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1124.39\" cy=\"1002.32\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1579.07\" cy=\"505.824\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1579.07\" cy=\"505.824\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"409.964\" cy=\"646.404\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"409.964\" cy=\"646.404\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"582.94\" cy=\"672.441\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"582.94\" cy=\"672.441\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"411.778\" cy=\"595.98\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"411.778\" cy=\"595.98\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"560.226\" cy=\"524.868\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"560.226\" cy=\"524.868\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1100.54\" cy=\"786.414\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1100.54\" cy=\"786.414\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"999.951\" cy=\"948.84\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"999.951\" cy=\"948.84\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"770.875\" cy=\"783.178\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"770.875\" cy=\"783.178\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1046.92\" cy=\"948.028\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1046.92\" cy=\"948.028\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"526.243\" cy=\"708.04\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"526.243\" cy=\"708.04\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"550.413\" cy=\"896.061\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"550.413\" cy=\"896.061\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"374.431\" cy=\"801.736\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"374.431\" cy=\"801.736\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"600.674\" cy=\"626.781\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"600.674\" cy=\"626.781\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1254.46\" cy=\"469.953\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1254.46\" cy=\"469.953\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"315.988\" cy=\"925.766\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"315.988\" cy=\"925.766\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"865.254\" cy=\"487.013\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"865.254\" cy=\"487.013\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"672.153\" cy=\"923.852\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"672.153\" cy=\"923.852\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1000.04\" cy=\"745.347\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1000.04\" cy=\"745.347\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1132.96\" cy=\"513.95\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1132.96\" cy=\"513.95\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"527.321\" cy=\"632.754\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"527.321\" cy=\"632.754\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"982.753\" cy=\"794.757\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"982.753\" cy=\"794.757\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"789.663\" cy=\"968.231\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"789.663\" cy=\"968.231\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"365.432\" cy=\"922.76\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"365.432\" cy=\"922.76\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"790.56\" cy=\"783.975\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"790.56\" cy=\"783.975\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"919.902\" cy=\"631.207\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"919.902\" cy=\"631.207\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"546.762\" cy=\"720.18\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"546.762\" cy=\"720.18\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"311.211\" cy=\"581.285\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"311.211\" cy=\"581.285\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"392.026\" cy=\"755.962\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"392.026\" cy=\"755.962\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1100.27\" cy=\"712.448\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1100.27\" cy=\"712.448\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"629.559\" cy=\"941.659\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"629.559\" cy=\"941.659\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"516.511\" cy=\"727.45\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"516.511\" cy=\"727.45\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"488.527\" cy=\"1091.36\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"488.527\" cy=\"1091.36\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"365.019\" cy=\"823.205\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"365.019\" cy=\"823.205\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"666.281\" cy=\"908.923\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"666.281\" cy=\"908.923\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1730.74\" cy=\"498.792\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1730.74\" cy=\"498.792\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"677.705\" cy=\"592.501\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"677.705\" cy=\"592.501\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"945.007\" cy=\"889.395\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"945.007\" cy=\"889.395\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1045.47\" cy=\"590.594\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1045.47\" cy=\"590.594\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"880.681\" cy=\"803.211\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"880.681\" cy=\"803.211\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"545.604\" cy=\"1035.75\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"545.604\" cy=\"1035.75\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"741.456\" cy=\"769.781\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"741.456\" cy=\"769.781\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"394.605\" cy=\"495.96\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"394.605\" cy=\"495.96\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"523.059\" cy=\"591.301\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"523.059\" cy=\"591.301\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"409.804\" cy=\"508.296\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"409.804\" cy=\"508.296\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"377.139\" cy=\"802.734\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"377.139\" cy=\"802.734\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"693.16\" cy=\"964.615\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"693.16\" cy=\"964.615\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1774.14\" cy=\"526.324\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1774.14\" cy=\"526.324\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"368.005\" cy=\"553.397\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"368.005\" cy=\"553.397\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"337.084\" cy=\"937.773\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"337.084\" cy=\"937.773\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"356.214\" cy=\"649.858\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"356.214\" cy=\"649.858\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"692.213\" cy=\"992.463\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"692.213\" cy=\"992.463\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1019.45\" cy=\"675.52\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1019.45\" cy=\"675.52\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"384.736\" cy=\"720.371\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"384.736\" cy=\"720.371\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"752.582\" cy=\"752.532\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"752.582\" cy=\"752.532\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"403.452\" cy=\"1009.22\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"403.452\" cy=\"1009.22\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1339.84\" cy=\"1109.88\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1339.84\" cy=\"1109.88\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"556.524\" cy=\"1028.25\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"556.524\" cy=\"1028.25\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"567.368\" cy=\"853.604\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"567.368\" cy=\"853.604\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"719.572\" cy=\"949.449\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"719.572\" cy=\"949.449\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"600.091\" cy=\"701.27\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"600.091\" cy=\"701.27\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"512.134\" cy=\"837.425\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"512.134\" cy=\"837.425\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"589.142\" cy=\"699.539\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"589.142\" cy=\"699.539\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"494.539\" cy=\"814.99\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"494.539\" cy=\"814.99\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1463.33\" cy=\"801.354\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1463.33\" cy=\"801.354\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"469.429\" cy=\"559.019\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"469.429\" cy=\"559.019\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"586.155\" cy=\"719.312\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"586.155\" cy=\"719.312\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"741.109\" cy=\"1024.55\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"741.109\" cy=\"1024.55\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"363.39\" cy=\"1075.79\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"363.39\" cy=\"1075.79\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"337.79\" cy=\"773.429\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"337.79\" cy=\"773.429\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"981.013\" cy=\"1050.58\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"981.013\" cy=\"1050.58\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"493.989\" cy=\"1228.97\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"493.989\" cy=\"1228.97\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"317.722\" cy=\"813.571\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"317.722\" cy=\"813.571\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"864.697\" cy=\"637.736\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"864.697\" cy=\"637.736\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"997.183\" cy=\"871.345\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"997.183\" cy=\"871.345\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"710.348\" cy=\"674.94\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"710.348\" cy=\"674.94\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"414.277\" cy=\"747.639\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"414.277\" cy=\"747.639\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"846.149\" cy=\"1051.4\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"846.149\" cy=\"1051.4\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"578.475\" cy=\"725.776\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"578.475\" cy=\"725.776\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1008.15\" cy=\"709.394\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1008.15\" cy=\"709.394\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"540.409\" cy=\"737.261\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"540.409\" cy=\"737.261\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"674.64\" cy=\"735.818\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"674.64\" cy=\"735.818\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"730.258\" cy=\"769.912\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"730.258\" cy=\"769.912\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"677.755\" cy=\"663.447\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"677.755\" cy=\"663.447\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"543.072\" cy=\"805.68\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"543.072\" cy=\"805.68\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"846.501\" cy=\"673.512\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"846.501\" cy=\"673.512\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"336.471\" cy=\"888.816\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"336.471\" cy=\"888.816\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"718.598\" cy=\"541.349\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"718.598\" cy=\"541.349\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"815.887\" cy=\"825.377\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"815.887\" cy=\"825.377\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"591.505\" cy=\"963.178\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"591.505\" cy=\"963.178\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1033.3\" cy=\"923.875\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1033.3\" cy=\"923.875\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"314.317\" cy=\"637.865\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"314.317\" cy=\"637.865\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"599.379\" cy=\"871.829\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"599.379\" cy=\"871.829\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"536.066\" cy=\"756.013\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"536.066\" cy=\"756.013\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"387.986\" cy=\"886.855\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"387.986\" cy=\"886.855\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"406.563\" cy=\"572.706\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"406.563\" cy=\"572.706\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"415.511\" cy=\"442.767\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"415.511\" cy=\"442.767\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"331.514\" cy=\"716.336\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"331.514\" cy=\"716.336\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"714.151\" cy=\"712.713\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"714.151\" cy=\"712.713\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"768.936\" cy=\"981.108\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"768.936\" cy=\"981.108\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"404.866\" cy=\"848.432\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"404.866\" cy=\"848.432\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1367.15\" cy=\"843.073\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1367.15\" cy=\"843.073\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"794.468\" cy=\"886.271\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"794.468\" cy=\"886.271\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"476.054\" cy=\"702.466\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"476.054\" cy=\"702.466\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"335.671\" cy=\"550.563\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"335.671\" cy=\"550.563\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"315.644\" cy=\"605.39\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"315.644\" cy=\"605.39\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"522.789\" cy=\"982.474\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"522.789\" cy=\"982.474\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"605.326\" cy=\"1025.02\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"605.326\" cy=\"1025.02\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"645.006\" cy=\"611.533\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"645.006\" cy=\"611.533\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"648.799\" cy=\"916.295\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"648.799\" cy=\"916.295\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"653.757\" cy=\"599.978\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"653.757\" cy=\"599.978\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1363.46\" cy=\"703.808\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1363.46\" cy=\"703.808\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"967.187\" cy=\"700.684\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"967.187\" cy=\"700.684\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"370.029\" cy=\"823.101\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"370.029\" cy=\"823.101\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"425.954\" cy=\"345.064\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"425.954\" cy=\"345.064\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"624.163\" cy=\"720.361\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"624.163\" cy=\"720.361\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"932.815\" cy=\"708.67\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"932.815\" cy=\"708.67\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"847.273\" cy=\"430.9\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"847.273\" cy=\"430.9\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"376.163\" cy=\"751.52\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"376.163\" cy=\"751.52\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"374.021\" cy=\"591.218\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"374.021\" cy=\"591.218\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"911.933\" cy=\"608.415\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"911.933\" cy=\"608.415\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"403.599\" cy=\"708.288\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"403.599\" cy=\"708.288\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"959.83\" cy=\"989.588\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"959.83\" cy=\"989.588\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"407.081\" cy=\"986.94\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"407.081\" cy=\"986.94\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"621.737\" cy=\"794.836\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"621.737\" cy=\"794.836\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"341.708\" cy=\"633.904\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"341.708\" cy=\"633.904\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2293.07\" cy=\"680.67\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"2293.07\" cy=\"680.67\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"560.449\" cy=\"946.842\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"560.449\" cy=\"946.842\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"609.343\" cy=\"990.813\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"609.343\" cy=\"990.813\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1272.32\" cy=\"859.232\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1272.32\" cy=\"859.232\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"431.177\" cy=\"699.637\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"431.177\" cy=\"699.637\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"621.882\" cy=\"753.649\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"621.882\" cy=\"753.649\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"320.922\" cy=\"376.29\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"320.922\" cy=\"376.29\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"797.137\" cy=\"724.835\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"797.137\" cy=\"724.835\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"421.41\" cy=\"755.444\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"421.41\" cy=\"755.444\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"726.624\" cy=\"749.416\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"726.624\" cy=\"749.416\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"739.018\" cy=\"966.403\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"739.018\" cy=\"966.403\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"995.558\" cy=\"829.735\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"995.558\" cy=\"829.735\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"766.097\" cy=\"765.019\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"766.097\" cy=\"765.019\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"594.548\" cy=\"1225.68\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"594.548\" cy=\"1225.68\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1448.89\" cy=\"984.685\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1448.89\" cy=\"984.685\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"526.117\" cy=\"1042.88\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"526.117\" cy=\"1042.88\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"613.094\" cy=\"837.505\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"613.094\" cy=\"837.505\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"441.193\" cy=\"1114.18\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"441.193\" cy=\"1114.18\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"732.643\" cy=\"860.982\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"732.643\" cy=\"860.982\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"877.937\" cy=\"743.243\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"877.937\" cy=\"743.243\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"576.15\" cy=\"795.63\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"576.15\" cy=\"795.63\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"600.429\" cy=\"686.329\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"600.429\" cy=\"686.329\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"846.864\" cy=\"665.417\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"846.864\" cy=\"665.417\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"361.282\" cy=\"761.632\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"361.282\" cy=\"761.632\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1197.19\" cy=\"595.46\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1197.19\" cy=\"595.46\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"1047.69\" cy=\"708.334\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"1047.69\" cy=\"708.334\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"657.172\" cy=\"613.031\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"657.172\" cy=\"613.031\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"395.542\" cy=\"513.242\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"395.542\" cy=\"513.242\" r=\"14\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"547.09\" cy=\"862.178\" r=\"18\"/>\n", | |
"<circle clip-path=\"url(#clip4702)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"547.09\" cy=\"862.178\" r=\"14\"/>\n", | |
"<path clip-path=\"url(#clip4700)\" d=\"\n", | |
"M1989.93 251.724 L2280.76 251.724 L2280.76 130.764 L1989.93 130.764 Z\n", | |
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", | |
"<polyline clip-path=\"url(#clip4700)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", | |
" 1989.93,251.724 2280.76,251.724 2280.76,130.764 1989.93,130.764 1989.93,251.724 \n", | |
" \"/>\n", | |
"<circle clip-path=\"url(#clip4700)\" style=\"fill:#000000; stroke:none; fill-opacity:1\" cx=\"2097.93\" cy=\"191.244\" r=\"25\"/>\n", | |
"<circle clip-path=\"url(#clip4700)\" style=\"fill:#008000; stroke:none; fill-opacity:1\" cx=\"2097.93\" cy=\"191.244\" r=\"21\"/>\n", | |
"<g clip-path=\"url(#clip4700)\">\n", | |
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:start;\" transform=\"rotate(0, 2181.93, 208.744)\" x=\"2181.93\" y=\"208.744\">y1</text>\n", | |
"</g>\n", | |
"</svg>\n" | |
] | |
}, | |
"execution_count": 27, | |
"metadata": {}, | |
"output_type": "execute_result" | |
} | |
], | |
"source": [ | |
"scatter(fn.(X * opt.theta), y - fn.(X * opt.theta), color = \"green\", ylab = \"residual\", xlab = \"prediction\")" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": {}, | |
"source": [ | |
"Looking good!" | |
] | |
} | |
], | |
"metadata": { | |
"kernelspec": { | |
"display_name": "Julia 1.2.0", | |
"language": "julia", | |
"name": "julia-1.2" | |
}, | |
"language_info": { | |
"file_extension": ".jl", | |
"mimetype": "application/julia", | |
"name": "julia", | |
"version": "1.2.0" | |
} | |
}, | |
"nbformat": 4, | |
"nbformat_minor": 2 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment